@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: 800;
  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--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--zamer {
  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;
  margin-left: 20px;
}
.btn--zamer::before {
  content: url(image/zamer.png);
  position: absolute;
  top: 65%;
  left: -15px;
  transform: translateY(-50%);
}
.btn--zamer: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);
}
.wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.wrapper--jc {
  justify-content: space-between;
}
.modal__form {
  width: 500px;
  color: #F4F4F4;
  background: #FF6A00;
  border-radius: 20px;
  padding: 40px;
}
.modal__form form {
  margin: 20px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.modal__form input {
  width: 48%;
  height: 50px;
  color: #656565;
  background: #F8F8F8;
  border: 0;
  border-radius: 10px;
  padding: 0 0 0 30px;
  margin: 0 0 20px;
  display: block;
}
.modal__form input[type='submit'] {
  width: 200px;
  height: 45px;
  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: 10px;
  padding: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.modal__form input[type='submit']:hover {
  color: #222;
  background: #ffd647;
}
.modal__form ul {
  list-style: unset;
  padding: 0 0 0 20px;
}
.caption__modal {
  font-size: 22px;
  font-weight: 700;
  margin: 20px 0 10px;
}
.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--zamer,
header.scroll .btn--green {
  width: 143px;
  height: 34px;
  font-weight: 400;
  padding: 0 10px;
  display: flex;
}
header.scroll .btn--calc::before,
header.scroll .btn--zamer::before,
header.scroll .btn--green::before {
  display: none;
}
header.scroll .btn--calc {
  margin: 0 20px;
}
header.scroll .btn--zamer {
  margin: 0 20px 0 0;
}
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 {
  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%;
  display: flex;
  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 {
  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.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: 206px;
  background: #FF6A00;
  border-radius: 10px;
  padding: 20px;
  display: none;
  position: absolute;
  top: calc(100% + 24px);
  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.png) no-repeat;
  background-size: cover;
  margin: 135px auto 0;
  position: relative;
}
.main .ball_1 {
  width: 150px;
  height: 150px;
  right: 10%;
  bottom: -5%;
}
.offer {
  width: 670px;
  margin: 160px 0 0;
}
.sub__main {
  font-size: 63px;
  color: #fff;
}
.present__main {
  position: relative;
}
.present__main::before {
  content: 'акция!';
  width: 100px;
  height: 42px;
  font-size: 22px;
  font-weight: 700;
  color: #FFC80A;
  text-transform: uppercase;
  background: #222;
  border-radius: 20px 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 29px;
  left: -29px;
  transform: rotate(-90deg);
  z-index: 1;
}
.present__main::after {
  content: '';
  width: 484px;
  height: 134px;
  background: url(image/present_bg.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 45px;
  bottom: -35px;
  z-index: 0;
}
.div__pres {
  width: 480px;
  height: 100px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  background: #FF6A00 url(image/present.png) no-repeat right bottom;
  border-radius: 0 20px 20px 0;
  padding: 20px;
  margin: 10px 0 0 42px;
  position: relative;
  z-index: 1;
}
.div__pres span {
  color: #222;
  text-transform: uppercase;
}
.descr_page {
  margin: 80px 0 0;
}
.descr_page a {
  color: #FF6A00;
}
.wrapper--mar {
  margin: 0 -30px 0 0;
}
.box {
  width: 282px;
  border-radius: 20px;
  margin: 0 30px 30px 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.box:hover {
  filter: drop-shadow(0px 0px 34px rgba(0, 0, 0, 0.25));
}
.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;
}
.block_cost {
  margin: 50px 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 h2 {
  width: 460px;
}
.content__block_cost p {
  width: 560px;
  color: #fff;
  margin: 7px 0 13px;
}
.content__block_cost p span {
  font-weight: 700;
}
.img__logos {
  width: 185px;
  height: 92px;
}
.stret_ceil {
  width: 1380px;
  background: #F8F8F8;
  border-radius: 40px;
  padding: 0 0 193px;
  margin: 80px auto -140px;
  position: relative;
}
.box__stret_ceil {
  background: #fff;
  padding: 0 0 15px;
}
.box__stret_ceil button {
  margin: 0 auto;
}
.box__stret_ceil .btn--orange {
  margin: auto;
}
.image__stret_ceil {
  position: relative;
}
.image__stret_ceil img {
  width: 100%;
  height: 188px;
  border-radius: 20px;
}
.image__stret_ceil .caption {
  width: 162px;
  height: 40px;
  background: #fff;
  box-shadow: 0px -7px 9px rgba(5, 5, 5, 0.39);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
}
.feature__stret_ceil {
  width: 240px;
  margin: 28px auto 0;
}
.row__feature {
  font-size: 16px;
  display: flex;
}
.row__feature span {
  width: 50%;
  color: #656565;
  margin: 0 0 4px;
}
.row__feature span:first-child {
  color: #BDBDBD;
}
.cost__stret_ceil {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin: 16px 0;
}
.link__stret_ceil {
  font-size: 24px;
  font-weight: 500;
  color: #656565;
  text-align: center;
  text-decoration: underline;
  margin: 14px 0 0;
  display: block;
}
.froze__stret_ceil {
  width: 100%;
  height: 330px;
  background: url(image/bg_froze.png) no-repeat;
  background-size: 100%;
  padding: 55px 100px 0;
}
.froze__stret_ceil h2 span {
  color: #FFC80A;
  display: inline-block;
}
.froze__stret_ceil button {
  margin: 13px auto 0;
}
.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;
}
.services {
  width: 1380px;
  background: #F8F8F8;
  border-radius: 40px;
  padding: 0 0 200px;
  margin: 0 auto -230px;
  position: relative;
}
.row__services {
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 30px;
  margin: 0 0 30px;
  display: flex;
  overflow: hidden;
}
.row__services img {
  width: 594px;
  height: auto;
  object-fit: cover;
}
.text__services {
  padding: 50px 30px;
}
.text__services p {
  color: #4E4E4E;
  padding: 30px 0;
}
.text__services a {
  color: #FF6A00;
}
.text__services a.btn--orange {
  width: 250px;
  height: 52px;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
.caption__services {
  font-size: 24px;
  font-weight: 700;
}
.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;
}
.box__add {
  background: linear-gradient(to bottom, #222 50%, white 50%);
}
.box__add .caption--up {
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin: 16px 0 12px;
}
.box__add img {
  width: 100%;
  height: 215px;
  object-fit: cover;
  border-radius: 20px;
}
.box__add .cost__box {
  width: 235px;
  height: 45px;
  margin: 13px auto;
}
.content__add {
  display: none;
}
.down__add {
  text-align: center;
  margin: 50px 0 0;
}
.down__add p {
  color: #4E4E4E;
  margin: 5px 0 0;
}
.title__add {
  font-size: 32px;
  font-weight: 700;
  color: #4E4E4E;
  text-transform: uppercase;
}
.title__add span {
  position: relative;
}
.title__add span::after {
  content: '';
  width: 100%;
  height: 7px;
  background: #FFC80A;
  border-radius: 20px;
  position: absolute;
  left: 0;
  bottom: 5px;
  z-index: -1;
}
.fixtures {
  margin: 80px 0 0;
}
.content__fixt {
  background: #F8F8F8;
  border-radius: 30px;
  padding: 50px 0;
}
.title__fixt {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
.slider__fixt {
  margin: 40px 80px 0;
}
.slider__fixt .slick-prev {
  left: -105px;
}
.slider__fixt .slick-next {
  right: -105px;
}
.img__fixt {
  width: 195px;
  height: 135px;
  margin: auto;
  border-radius: 20px;
}
.down__fixt {
  height: 150px;
  background: #656565;
  border-radius: 30px;
  padding: 80px 0 0;
  margin: -60px 0 0;
  position: relative;
  z-index: -1;
}
.down__fixt p {
  color: #fff;
  text-align: center;
}
.down__fixt p span {
  font-weight: 700;
  display: block;
}
.content__block_cost--sale {
  background: url(image/bg_sale.png) no-repeat;
  background-size: 100%;
  padding: 120px 105px 75px;
}
.content__block_cost--sale .ball_1 {
  width: 130px;
  height: 130px;
  top: -35%;
  left: 10%;
}
.content__block_cost--sale .ball_2 {
  width: 75px;
  height: 75px;
  top: 55%;
  left: 20%;
}
.content__block_cost--sale .ball_3 {
  width: 75px;
  height: 75px;
  top: -20%;
  right: 2%;
}
.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);
}
.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;
  margin: 0 30px 30px 0;
  border-radius: 20px;
  display: block;
  overflow: hidden;
}
.img__works img {
  width: 100%;
}
.pluses {
  margin: 80px 0 0;
}
.content__pluses {
  background: url(image/bg_pluses.png) no-repeat;
  background-size: 100%;
  padding: 50px 46px 85px;
}
.content__pluses h2::after {
  content: url(image/icons/title_w.svg);
  display: block;
}
.box__pluses {
  width: 253px;
  height: 310px;
  color: #F8F8F8;
  text-align: center;
  margin: 50px 0 0;
}
.caption__pluses {
  width: 195px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 auto 5px;
}
.box__reviews {
  width: 386px;
  height: 240px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.box__reviews::before {
  content: '';
  background: url(image/icons/play.svg);
  background-size: cover;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.box__reviews::after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.box__reviews img {
  width: 100%;
  height: 100%;
}
.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;
}
footer {
  width: 100%;
  background: #222;
  margin: 80px 0 0;
}
.menu__footer {
  width: 1010px;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 0 47px;
  margin: 50px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu__footer .link__nav:hover {
  color: #FF6A00;
}
.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: 170px;
}
.webs.webs--footer {
  margin: 0;
}
.webs.webs--footer a {
  background-position-x: -132px;
}
.webs.webs--footer a:hover {
  background-position-x: -66px;
}
.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;
  border-radius: 40px;
  margin: 135px auto 0;
  position: relative;
}
.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--sales {
  background: url(image/main/sales.jpg) no-repeat;
  background-size: cover;
}
.main_page--ready {
  background: url(image/main/ready.jpg) no-repeat;
  background-size: cover;
}
.main_page--contacts {
  background: url(image/main/contacts.jpg) no-repeat;
  background-size: cover;
}
.main_page--reviews {
  background: url(image/main/reviews.jpg) no-repeat;
  background-size: cover;
}
.main_page--design {
  background: url(image/main/design.jpg) no-repeat;
  background-size: cover;
}
.main_page--purpose {
  background: url(image/main/purpose.jpg) no-repeat;
  background-size: cover;
}
.main_page--invoice {
  background: url(image/main/invoice.jpg) no-repeat;
  background-size: cover;
}
.main_page--works {
  background: url(image/main/works.jpg) no-repeat;
  background-size: cover;
}
.main_page--repair {
  background: url(image/main/repair.jpg) no-repeat;
  background-size: cover;
}
.main_page--jalousie {
  background: url(image/main/jalousie.jpg) no-repeat;
  background-size: cover;
}
.boxes_sale {
  margin: 80px 0 0;
}
.box__sale {
  width: 48%;
  height: 260px;
  border-radius: 30px;
  padding: 50px 0 20px 50px;
  margin: 0 0 30px;
  display: flex;
  align-items: center;
}
.box__sale span {
  max-width: 258px;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  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;
  position: relative;
}
.box__sale--2::after {
  content: '';
  width: 380px;
  height: 290px;
  background: url(image/boxes_sale/2_1.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.box__sale--3 {
  background: url(image/boxes_sale/3.jpg) no-repeat;
  background-size: cover;
  align-items: flex-start;
}
.box__sale--4 {
  background: url(image/boxes_sale/4.jpg) no-repeat;
  background-size: cover;
}
.box__sale--5 {
  background: url(image/boxes_sale/5.jpg) no-repeat;
  background-size: cover;
  align-items: flex-end;
}
.box__sale--5 span {
  max-width: 330px;
}
.sub__offer {
  font-size: 24px;
  font-weight: 700;
  color: #FFC80A;
}
.down__ceil_page {
  max-width: 800px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin: 20px auto 0;
  display: block;
}
.ready_in {
  margin: 80px 0 0;
}
.box__ready {
  width: 1010px;
  background: #fff;
  box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.09);
  margin: 0 auto;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
.slider__ready {
  width: 490px;
}
.slider__ready .slick-prev {
  left: -24px;
}
.slider__ready .slick-next {
  right: -24px;
}
.slider__ready img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 20px;
}
.content__ready {
  margin: 0 0 0 50px;
}
.content__ready ul {
  margin: 23px 0;
  color: #4E4E4E;
}
.content__ready li span {
  color: #656565;
}
.caption__ready {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.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,
.row__map .span {
  font-size: 20px;
  font-weight: 500;
  color: #222;
}
.reviews_page .box__reviews {
  margin: 0 30px 30px 0;
}
.pres__offer {
  width: 880px;
  height: 56px;
  font-size: 24px;
  font-weight: 700;
  background: #FF6A00;
  color: #fff;
  text-align: left;
  border-radius: 10px;
  padding: 0 0 0 130px;
  margin: 7px auto 0;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.pres__offer::before {
  content: 'Акция!';
  width: 110px;
  height: 100%;
  font-size: 22px;
  color: #FFC80A;
  text-transform: uppercase;
  background: #222;
  border-radius: 10px 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
.pres__offer::after {
  content: '';
  width: 123px;
  height: 88px;
  background: url(image/present.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: -20px;
  right: 7px;
}
.pres__offer span {
  color: #222;
  text-transform: uppercase;
  display: contents;
}
.works_page {
  margin: 80px 0 0;
}
.box__price {
  width: 1010px;
  border: 1px solid #E9E9E9;
  border-radius: 20px;
  padding: 15px 20px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box__price img {
  width: 185px;
  height: 92px;
}
.box__price ul {
  color: #222;
}
.box__price li span {
  color: #656565;
}
.cost__price {
  width: 230px;
  height: 80px;
  color: #FF6A00;
  text-align: center;
  border: 2px solid;
  border-radius: 10px;
  padding: 12px 0;
}
.cost__price span:first-child {
  font-size: 28px;
  font-weight: 700;
  display: block;
}
.cost__price span:last-child {
  font-size: 16px;
  margin: 10px 0 0;
}
.project {
  margin: 215px 0 0;
}
.box__project {
  box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.09);
  border-radius: 20px;
  padding: 40px 30px;
}
.box__project .content__ready {
  margin: 0 0 0 70px;
}
.box__project .content__ready li:not(:last-child) {
  margin: 0 0 10px;
}
.slider__project {
  width: 564px;
  height: 320px;
  cursor: zoom-in;
}
.slider__project img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 20px;
}
.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__project_1 {
  margin: 40px 74px 0;
  cursor: zoom-in;
}
.slider__project_1 .slick-arrow {
  width: 32px;
  height: 32px;
  background: url(image/icons/chevron_b.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slider__project_1 .slick-prev {
  left: -66px;
}
.slider__project_1 .slick-next {
  right: -66px;
  transform: translateY(-50%) rotate(180deg);
}
.slider__project_1 .slick-list.draggable {
  margin: 0 -15px;
}
.slider__project_1 img {
  width: 230px;
  height: 140px;
  object-fit: cover;
  border-radius: 20px;
  margin: 0 15px;
}
.repair {
  margin: 80px 0 0;
}
.repair .wrapper--jc {
  align-items: flex-start;
}
.box__repair {
  width: 32%;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.06);
  border-radius: 30px;
  margin: 0 0 76px;
  position: relative;
  z-index: 1;
}
.box__repair:hover {
  filter: drop-shadow(0px 0px 34px rgba(0, 0, 0, 0.25));
}
.img__box_repair {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 30px 30px 0 0;
  display: block;
}
.info__repair {
  text-align: center;
  background: #fff;
  border-radius: 0 0 30px 30px;
  padding: 30px 20px 20px;
}
.info__repair .btn--orange {
  width: 100%;
  height: 68px;
  margin: 7px 0 0;
}
.caption__repair {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 6px;
}
.info__box_repair {
  font-size: 16px;
  margin: 22px 0;
  display: flex;
  justify-content: space-between;
}
.info__box_repair .cost__box,
.info__box_repair .days__repair {
  width: 156px;
  height: 45px;
  border-radius: 10px;
}
.info__box_repair .cost__box span {
  font-size: 18px;
  display: contents;
}
.days__repair {
  background: #F8F8F8;
  padding: 10px 17px;
  display: flex;
  align-items: center;
}
.days__repair img {
  width: 24px;
  height: 24px;
  margin: 0 10px 0 0;
}
p.mini {
  font-size: 16px;
}
.down__box_repair {
  width: 100%;
  height: 70px;
  font-size: 14px;
  text-align: center;
  background: #E9E9E9;
  border-radius: 0 0 30px 30px;
  padding: 43px 0 0 0;
  position: absolute;
  bottom: -36px;
  z-index: -1;
  cursor: pointer;
}
.down__box_repair:hover {
  color: #FF6A00;
}
.repair__ceil {
  margin: 0 0 -30px;
}
.repair__ceil .info__ceil {
  text-align: center;
  align-items: center;
  justify-content: center;
}
.repair__ceil .caption {
  max-width: none;
}
.rows__repair {
  width: 555px;
  margin: 0 0 0 100px;
}
.row__repair {
  display: flex;
  align-items: center;
}
.row__repair:not(:last-child) {
  margin: 0 0 20px;
}
.image__repair {
  position: relative;
}
.image__repair img {
  width: 147px;
  height: 147px;
  border-radius: 50%;
}
.image__repair span {
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: #FF6A00;
  border: 4px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 15px;
  right: -8px;
}
.text__repair {
  margin: 0 0 0 28px;
}
.text__repair p {
  margin: 6px 0 0 0;
}
.bg__repair {
  width: 540px;
  height: 540px;
}
.sub__repair {
  font-size: 18px;
  font-weight: 700;
  color: #656565;
  text-align: center;
  margin: 30px 0 0;
}
.jalousie_links {
  width: max-content;
  margin: 80px auto 0;
  display: flex;
}
.jalousie_links a {
  width: 178px;
  height: 50px;
  font-size: 12px;
  color: #fff;
  background: #4E4E4E;
  border-radius: 10px;
  margin: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jalousie {
  width: 1380px;
  background: #F8F8F8;
  border-radius: 30px;
  padding: 40px 0 80px;
  margin: 40px auto 0;
}
.jalousie sup {
  display: contents;
}
.jalousie .box__project {
  box-shadow: none;
}
.jalousie .cost__box {
  width: 156px;
  height: 45px;
}
.jalousie .wrapper {
  background: #fff;
  border-radius: 20px;
}
.jalousie__add sup {
  display: contents;
}
.jalousie__add .cost__box {
  width: 156px;
  height: 45px;
}
.text__jal {
  margin: 40px 0 0;
  display: flex;
  justify-content: space-between;
}
.box__text_jal {
  width: 32%;
  border: 1px solid #E9E9E9;
  border-radius: 20px;
  padding: 35px 20px 15px;
  position: relative;
}
.caption__text__jal {
  background: #E9E9E9;
  border-radius: 10px;
  padding: 10px 20px;
  position: absolute;
  top: -30px;
  left: 24px;
}
.jalousie__add .box__project {
  box-shadow: none;
  border: 1px solid #E9E9E9;
  border-radius: 20px;
  margin: 50px 0 0;
}
.jalousie_boxes .box__ceil {
  height: auto;
}
.jalousie_boxes .box__ceil img {
  display: block;
}
.jalousie_boxes .info__ceil {
  height: auto;
  text-align: center;
  padding: 20px 20px 15px;
  align-items: center;
  flex-direction: column;
  position: unset;
}
.jalousie_boxes .caption {
  max-width: unset;
}
.jalousie_boxes .cost__box {
  width: 100%;
  padding: 11px 0;
  margin: 10px 0 0;
}
.inst_block {
  width: max-content;
  background: radial-gradient(99% 99% at 26% 108%, #FFDD55 0%, #FFDD55 10%, #FF543E 50%, #C837AB 100%);
  border-radius: 6px;
  padding: 9px 26px;
  margin: 30px auto 0;
}
.inst_block img {
  margin: 0 9px 0 0;
}
.inst_block a {
  color: #fff;
  display: flex;
}
.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;
}
.ball {
  width: 100px;
  height: 100px;
  background: url(image/ball.svg);
  background-size: cover;
  position: absolute;
  z-index: 2;
}
.text__politic {
  text-align: justify;
}
.text__politic .btn--orange {
  color: #fff;
  margin: 30px auto;
}
.text__politic .btn--orange:hover {
  text-decoration: none;
}
.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;
}
@media (max-width: 1439.98px) {
  .main {
    width: 1200px;
    background-size: contain;
    background-position: 50%;
    margin: 95px auto -40px;
  }
  .wrapper--mar {
    margin: 0 -23px 0 0;
  }
  .box {
    width: 260px;
    margin: 0 23px 30px 0;
  }
  .info__ceil {
    padding: 15px 10px;
  }
  .cost__box {
    width: 110px;
    font-size: 16px;
  }
  .content__block_cost {
    padding: 40px 75px;
  }
  .stret_ceil {
    width: 100%;
  }
  .image__payment {
    width: 50%;
  }
  .services {
    width: 100%;
  }
  .img__fixt {
    width: 180px;
    height: 120px;
    object-fit: cover;
  }
  .content__block_cost--sale {
    padding: 120px 105px 75px;
  }
  .img__works {
    width: 350px;
  }
  .slider__works .slick-prev,
  .slider__ready .slick-prev {
    left: -24px;
  }
  .slider__works .slick-next,
  .slider__ready .slick-next {
    right: -24px;
  }
  .content__pluses {
    padding: 40px;
  }
  .image__pluses {
    width: 200px;
    height: 160px;
    object-fit: cover;
  }
  .box__reviews {
    width: 350px;
    height: 220px;
  }
  .scheme {
    width: 100%;
  }
  .main_page {
    width: 100%;
  }
  .reviews_page .wrapper--mar {
    margin: 0 -30px 0 0;
  }
  .works_page .wrapper--mar {
    margin: 0 -30px 0 0;
  }
  .jalousie {
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
	.btn--calc,.btn--zamer{
		font-size: 12px;
		width: 142px;
	}
  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%;
    margin: 45px auto -80px;
  }
  .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 0 0;
  }
  .box {
    width: 293px;
    margin: 0 25px 30px 0;
  }
  .box img {
    width: 100%;
  }
  .block_cost {
    margin: 30px 0 0;
  }
  .content__block_cost {
    padding: 25px 50px;
  }
  .img__logos img {
    width: 100%;
  }
  .stret_ceil {
    margin: 60px 0 -140px;
  }
  .box__stret_ceil {
    width: 452px;
  }
  .link__stret_ceil {
    font-size: 20px;
  }
  .froze__stret_ceil {
    height: auto;
    padding: 30px 100px;
  }
  .payment {
    margin: 60px 0 0;
  }
  .row__services img {
    width: 480px;
  }
  .whatsapp_block {
    margin: 60px 0 0;
  }
  .whats__services {
    height: auto;
    padding: 30px 65px 27px;
  }
  .down__add {
    margin: 30px 0 0;
  }
  .title__add {
    font-size: 28px;
  }
  .fixtures {
    margin: 60px 0 0;
  }
  .title__fixt {
    font-size: 28px;
  }
  .img__fixt {
    width: 140px;
    height: 100px;
  }
  .content__block_cost--sale {
    padding: 80px 50px 40px;
  }
  .img__works {
    width: 290px;
  }
  .btn--border {
    margin: 40px auto 0;
  }
  .pluses {
    margin: 60px 0 0;
  }
  .content__pluses {
    padding: 40px 20px;
  }
  .box__pluses {
    width: 200px;
    height: 240px;
    margin: 40px 0 0;
  }
  .image__pluses {
    width: 200px;
    height: 150px;
  }
  .caption__pluses {
    font-size: 16px;
  }
  .box__reviews {
    width: 300px;
    height: 180px;
  }
  .scheme {
    margin: 60px 0;
  }
  .box__scheme {
    width: 290px;
    margin: 0 0 40px;
  }
  footer {
    margin: 60px 0 0;
  }
  .menu__footer {
    width: 100%;
    padding: 0 25px;
    margin: 50px 0 30px;
  }
  .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;
  }
  .box__ready {
    width: 100%;
  }
  .reviews_page .box__reviews {
    width: 293px;
    margin: 0 25px 30px 0;
  }
  .works_page .wrapper--mar {
    margin: 0 -30px 0 0;
  }
  .box__price {
    width: 100%;
  }
  .slider__project {
    width: 48%;
  }
  .box__project .content__ready {
    width: 48%;
    margin: 0 0 0 4%;
  }
  .caption__repair {
    font-size: 20px;
  }
  .info__repair .btn--orange {
    height: 50px;
  }
  .rows__repair {
    width: 45%;
    margin: 0;
  }
  .bg__repair {
    width: 55%;
    height: auto;
  }
}
@media (max-width: 991.98px) {
	  .btn--calc, .btn--zamer {
    font-size: 10px;
    width: 122px;
    padding: 0 19px 0 59px;
  }
  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 {
    height: 510px;
    margin: 0 0 -60px;
  }
  .offer {
    margin: 130px 0 0;
  }
  h1,
  .sub__main {
    font-size: 40px;
  }
  .descr_page {
    margin: 40px 0 0;
  }
  h2 {
    font-size: 30px;
    padding: 50px 0 0;
  }
  .wrapper--mar {
    margin: 0;
    justify-content: space-between;
  }
  .box {
    width: 48%;
    margin: 0 0 30px 0;
  }
  .box:hover {
    filter: unset;
  }
  .block_cost {
    margin: 20px 0 0;
  }
  .content__block_cost {
    background: url(image/bg_pres_768.png) no-repeat;
    background-size: 100%;
    padding: 25px 40px;
  }
  .img__logos {
    width: 19%;
    height: auto;
  }
  .stret_ceil {
    margin: 50px 0 -140px;
  }
  .link__stret_ceil {
    margin: 0;
  }
  .froze__stret_ceil {
    background: url(image/bg_froze_768.png) no-repeat;
    background-size: 100%;
    padding: 20px 50px 20px;
    top: calc(100% + 30px);
  }
  .payment {
    margin: 50px 0 0;
  }
  .text__payment {
    width: 50%;
  }
  .image__payment {
    margin: 0 0 0 -20px;
  }
  .row__services img {
    width: 35%;
  }
  .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);
  }
  .down__add {
    margin: 0;
  }
  .title__add {
    font-size: 23px;
  }
  .fixtures {
    margin: 50px 0 0;
  }
  .title__fixt {
    font-size: 23px;
  }
  .content__fixt {
    padding: 40px 0;
  }
  .content__block_cost--sale {
    background: url(image/bg_sale_768.png) no-repeat;
    background-size: 100%;
    padding: 80px 50px 40px;
  }
  .content__block_cost--sale h2 {
    width: 360px;
  }
  .slider__works .slide,
  .slider__ready .slide {
    margin: 0 0 -30px;
    justify-content: space-between;
  }
  .img__works {
    width: 48%;
    margin: 0 0 30px;
  }
  .btn--border {
    width: 220px;
    height: 50px;
    margin: 30px auto 0;
  }
  .pluses {
    margin: 50px 0 0;
  }
  .content__pluses {
    background: url(image/bg_pluses_768.png) no-repeat;
    background-size: 100%;
  }
  .box__pluses {
    width: 48%;
  }
  .box__reviews {
    width: 32%;
    height: 120px;
  }
  .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;
  }
  footer {
    margin: 50px 0 0;
  }
  .menu__footer {
    margin: 40px 0 20px;
  }
  .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: 73px 0 0;
  }
  .box__sale {
    padding: 30px 0 20px 30px;
  }
  .down__ceil_page {
    max-width: 100%;
  }
  .slider__ready {
    width: 190px;
  }
  .content__ready {
    margin: 0 20px 0 40px;
  }
  .box__map {
    width: 100%;
    height: 160px;
  }
  .reviews_page .box__reviews {
    margin: 0 30px 30px 0;
  }
  .pres__offer {
    width: 100%;
  }
  .pres__offer::after {
    display: none;
  }
  .works_page .wrapper--mar {
    margin: 0;
  }
  .box__price img {
    width: 25%;
  }
  .box__price ul {
    width: 30%;
  }
  .project {
    margin: 115px 0 0;
  }
  .slider__project {
    height: 260px;
  }
  .slider__project img {
    height: 260px;
  }
  .slider__project_1 img {
    height: 90px;
  }
  .info__box_repair {
    display: block;
  }
  .info__box_repair .cost__box,
  .info__box_repair .days__repair {
    width: 100%;
  }
  .info__box_repair .days__repair {
    margin: 10px 0 0;
  }
  .box__repair {
    width: 100%;
  }
  .info__box_repair {
    display: flex;
  }
  .info__box_repair .cost__box,
  .info__box_repair .days__repair {
    width: 48%;
  }
  .info__box_repair .days__repair {
    margin: 0;
  }
  .rows__repair {
    width: 100%;
  }
  .bg__repair {
    display: none;
  }
  .page_404 {
    margin: 100px 0 0;
  }
  .box__404 img {
    width: 700px;
  }
}
@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);
    height: 340px;
    background-size: cover;
    border-radius: 30px;
    margin: 75px 0 0 15px;
  }
  .offer {
    width: 100%;
    text-align: center;
    margin: 50px 0 0;
  }
  h1,
  .sub__main {
    font-size: 36px;
  }
  .present__main {
    width: max-content;
    margin: 0 auto;
  }
  .present__main::after {
    left: -25px;
  }
  .div__pres {
    width: 390px;
    height: 100px;
    font-size: 22px;
    text-align: left;
  }
  h2 {
    font-size: 26px;
  }
  .box__ceil {
    height: 300px;
  }
  .info__ceil {
    padding: 15px 0;
  }
  .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;
  }
  .froze__stret_ceil {
    background-size: cover;
    border-radius: 30px;
  }
  .text__payment {
    margin: 0 0 50px;
  }
  .row__services {
    height: auto;
  }
  .row__services img {
    height: auto;
  }
  .whats__services {
    background-size: cover;
    border-radius: 30px;
    background-position-x: 70%;
  }
  .content__block_cost--sale {
    padding: 50px 30px 20px;
  }
  .box__pluses {
    height: auto;
    margin: 35px 0 0;
  }
  .image__pluses {
    width: 100px;
    height: 80px;
  }
  .box__scheme {
    width: 48%;
    background-position-y: 70%;
    margin: 0;
  }
  .box__scheme img {
    width: auto;
    height: 159px;
  }
  .contacts__footer {
    width: 100%;
    justify-content: space-between;
  }
  .box__contacts a {
    margin: 0;
  }
  .main_page {
    height: 250px;
    border-radius: 30px;
  }
  .main_page h1 {
    font-size: 32px;
  }
  .main_page .sub__offer {
    font-size: 20px;
  }
  .down__ceil_page {
    font-size: 20px;
  }
  .box__ready img {
    height: 280px;
  }
  .content__ready {
    margin: 0 20px 0 40px;
  }
  .content__ready ul {
    margin: 15px 0;
  }
  .reviews_page .box__reviews {
    width: 240px;
    margin: 0 30px 20px 0;
  }
  .pres__offer {
    font-size: 18px;
  }
  .pres__offer::before {
    font-size: 16px;
  }
  .box__price {
    flex-direction: column;
  }
  .box__price img {
    width: 185px;
  }
  .box__price ul {
    width: auto;
    margin: 10px 0;
  }
  .jalousie_links {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }
  .jalousie_links a {
    margin: 0 15px 20px;
  }
  .inst_block {
    width: 100%;
    max-width: 510px;
  }
  .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;
  }
  .modal__form {
    width: 430px;
  }
}
@media (max-width: 575.98px) {
  .ball {
    display: none;
  }
  .present__main::after {
    width: 400px;
    left: 5px;
    bottom: -50px;
  }
  .div__pres {
    width: 380px;
  }
  .caption {
    font-size: 16px;
  }
  .box__ceil {
    height: 270px;
  }
  .box__ceil .caption {
    max-width: 110px;
  }
  .feature__stret_ceil {
    width: 100%;
    padding: 0 10px;
  }
  .slider .slick-prev {
    left: 10px;
  }
  .slider .slick-next {
    right: 10px;
  }
  .slider__fixt .slick-prev {
    left: -60px;
  }
  .slider__fixt .slick-next {
    right: -60px;
  }
  .content__pluses {
    background-size: cover;
    background-position: 50%;
    border-radius: 20px;
  }
  .box__scheme img {
    height: 140px;
  }
  .box__sale {
    width: 100%;
    height: 132px;
    border-radius: 10px;
    margin: 0 0 20px;
  }
  .box__sale span {
    max-width: 40%;
    font-size: 16px;
  }
  .box__sale--2::after {
    width: 180px;
    height: 122px;
  }
  .ready_in {
    margin: 40px 0 0;
  }
  .box__ready {
    display: block;
  }
  .slider__ready {
    width: 100%;
    height: 190px;
  }
  .slider__ready .slick-arrow {
    width: 28px;
    height: 28px;
    background-size: 40%;
    border-radius: 4px;
  }
  .slider__ready img {
    height: 190px;
  }
  .content__ready {
    padding: 20px;
    margin: 0;
  }
  .content__ready ul {
    margin: 5px 0 15px;
  }
  .caption__ready {
    font-size: 16px;
  }
  .reviews_page .wrapper {
    margin: 0 -2% 0 0;
  }
  .reviews_page .box__reviews {
    width: 48%;
    margin: 0 2% 20px 0;
  }
  .main_page {
    width: calc(100% - 16px);
    margin: 73px 0 0 8px;
  }
  .box__project .wrapper {
    display: block;
  }
  .box__project .content__ready {
    width: 100%;
    margin: 50px 0 0;
  }
  .slider__project {
    width: 100%;
  }
  .slider__project .slick-arrow {
    width: 32px;
    height: 32px;
    background: url(image/icons/chevron_b.svg) no-repeat;
    background-size: cover;
    position: absolute;
    top: unset;
    bottom: -42px;
  }
  .slider__project .slick-prev {
    left: 90px;
    transform: unset;
  }
  .slider__project .slick-prev:hover {
    transform: unset;
  }
  .slider__project .slick-next {
    right: 90px;
    transform: rotate(180deg);
  }
  .slider__project .slick-next:hover {
    transform: rotate(180deg);
  }
  .slider__project_1 {
    display: none !important;
  }
  .payment .ball {
    display: none;
  }
  .scheme .ball_1 {
    display: none;
  }
  .modal__close {
    top: -60px;
    right: 50%;
    transform: translateX(50%);
  }
}
@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--zamer {
    display: none;
  }
  .btn--zamer::before {
    display: none;
  }
  */
  .btn--zamer {
    font-size: 10px;
    width: 52px;
    padding: 0;
  }
  .btn--zamer span{
    display: none;
  }
  .btn--zamer: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: 140px;
    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;
    background: url(image/bg_main_m.png) no-repeat;
    background-size: cover;
    border-radius: 10px;
    margin: 123px 0 0 10px;
  }
  h1,
  .sub__main {
    font-size: 26px;
  }
  .present__main {
    width: 100%;
  }
  .present__main::before {
    width: 75px;
    height: 25px;
    font-size: 14px;
    border-radius: 10px 0;
    top: 0;
    left: 0;
    transform: rotate(0);
    z-index: 2;
  }
  .present__main::after {
    width: 200px;
  }
  .div__pres {
    width: 100%;
    height: 85px;
    font-size: 16px;
    background-size: 30%;
    border-radius: 10px;
    margin: 15px 0 0;
    padding: 30px 15px 15px;
  }
  .descr_page {
    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%);
  }
  .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;
  }
  .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: 13px auto 0;
  }
  .img__logos {
    width: 48%;
    border: 1px solid #E9E9E9;
    border-radius: 5px;
    margin: 0 auto 10px;
    display: flex;
    overflow: hidden;
  }
  .stret_ceil {
    border-radius: 20px;
    margin: 30px 0 -160px;
  }
  .box {
    width: 100%;
    border-radius: 10px;
    margin: 0 0 20px;
  }
  .image__stret_ceil img {
    height: 110px;
    border-radius: 10px;
  }
  .btn--orange {
    width: 250px;
    height: 50px;
    margin: 0 auto;
  }
  .link__stret_ceil {
    font-size: 16px;
  }
  .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;
    top: calc(100% + 20px);
  }
  .froze__stret_ceil h2 {
    text-align: left;
  }
  .froze__stret_ceil .btn--yellow {
    margin: 55px auto 0 0;
  }
  .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;
  }
  .services {
    border-radius: 10px;
  }
  .row__services {
    border-radius: 10px;
    margin: 0 0 20px;
    display: block;
  }
  .row__services img {
    width: 100%;
    height: 170px;
  }
  .text__services {
    padding: 20px 15px;
  }
  .text__services p {
    padding: 10px 0 15px;
    text-align: justify;
  }
  .caption__services {
    font-size: 18px;
    text-align: center;
  }
  .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;
  }
  .box__add {
    height: 96px;
    background: #222;
    padding: 5px;
    display: flex;
    align-items: center;
  }
  .box__add img {
    width: 132px;
    height: 86px;
    border-radius: 6px;
  }
  .box__add .caption--up,
  .box__add .cost__box {
    display: none;
  }
  .box__add .content__add {
    width: 118px;
    margin: 0 0 0 15px;
    display: block;
  }
  .box__add .content__add .caption--up {
    height: 33px;
    text-align: left;
    margin: 0;
    display: block;
  }
  .box__add .content__add .cost__box {
    width: 100%;
    height: 30px;
    font-size: 14px;
    margin: 9px 0 0;
    display: flex;
  }
  .title__add {
    font-size: 20px;
  }
  .fixtures {
    margin: 40px 0 0;
  }
  .content__fixt {
    padding: 30px 0 80px;
    border-radius: 10px;
  }
  .title__fixt {
    font-size: 20px;
  }
  .slider__fixt {
    margin: 30px 50px 0;
  }
  .slider__fixt .slick-prev {
    left: 45px;
  }
  .slider__fixt .slick-next {
    right: 45px;
  }
  .slider .slick-arrow {
    width: 28px;
    height: 28px;
    background-size: 40%;
    border-radius: 4px;
    top: unset;
    bottom: -68px;
  }
  .img__fixt {
    width: 100%;
    height: auto;
  }
  .down__fixt {
    border-radius: 10px;
    padding: 70px 16px 20px;
  }
  .content__block_cost--sale {
    background: url(image/bg_sale_m.png) no-repeat;
    background-size: 100%;
    padding: 35px 10px 0;
  }
  .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;
  }
  .slider__ready .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .slider__ready .slick-next {
    transform: translateY(-50%) rotate(180deg);
  }
  .img__works {
    width: 100%;
    border-radius: 10px;
    margin: 0;
  }
  .works .btn--border,
  .ready_in .btn--border {
    margin: 80px auto 0;
  }
  .pluses {
    margin: 40px 0 0;
  }
  .content__pluses .wrapper {
    align-items: flex-start;
  }
  .caption__pluses {
    width: auto;
  }
  .box__reviews {
    width: 100%;
    border-radius: 10px;
  }
  .box__reviews:not(:last-child) {
    margin: 0 0 10px;
  }
  .btn--border {
    margin: 20px auto 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;
  }
  footer {
    padding: 40px 0 0;
    margin: 20px 0 0;
  }
  .menu__footer {
    display: none;
  }
  .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;
  }
  .main_page {
    height: 160px;
    border-radius: 10px;
    margin: 123px 0 0 8px;
  }
  .main_page h1 {
    font-size: 24px;
  }
  .main_page .sub__offer {
    font-size: 14px;
  }
  .main_page--sales {
    background: url(image/main/sales_m.jpg) no-repeat;
    background-size: cover;
  }
  .main_page--ready {
    background: url(image/main/ready_m.jpg) no-repeat;
    background-size: cover;
  }
  .main_page--contacts {
    background: url(image/main/contacts_m.jpg) no-repeat;
    background-size: cover;
  }
  .main_page--reviews {
    background: url(image/main/reviews_m.jpg) no-repeat;
    background-size: cover;
  }
  .main_page--design {
    background: url(image/main/design_m.jpg) no-repeat;
    background-size: cover;
  }
  .main_page--purpose {
    background: url(image/main/purpose_m.jpg) no-repeat;
    background-size: cover;
  }
  .main_page--invoice {
    background: url(image/main/invoice_m.jpg) no-repeat;
    background-size: cover;
  }
  .main_page--works {
    background: url(image/main/works_m.jpg) no-repeat;
    background-size: cover;
  }
  .main_page--repair {
    background: url(image/main/repair_m.jpg) no-repeat;
    background-size: cover;
  }
  .main_page--jalousie {
    background: url(image/main/jalousie_m.jpg) no-repeat;
    background-size: cover;
  }
  .down__ceil_page {
    font-size: 16px;
  }
  .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;
  }
  .reviews_page .wrapper {
    margin: 0;
  }
  .reviews_page .box__reviews {
    width: 100%;
    height: 172px;
    margin: 0 0 10px;
  }
  .pres__offer {
    width: 90%;
    height: 42px;
    font-size: 12px;
    padding: 0 50px 0 30px;
  }
  .pres__offer::before {
    width: 42px;
    height: 18px;
    font-size: 8px;
    transform: rotate(-90deg);
    border-radius: 10px 10px 0 0;
    top: 12px;
    left: -12px;
  }
  .pres__offer::after {
    width: 60px;
    height: 40px;
    background-size: 100%;
    display: block;
    top: unset;
    right: 0;
    bottom: 0;
  }
  .works_page .img__works {
    width: 48%;
    margin: 0 0 10px;
  }
  .works_page {
    margin: 40px 0 0;
  }
  .box__price {
    padding: 5px 10px 10px;
    flex-direction: column;
    align-items: flex-start;
  }
  .box__price img {
    width: 117px;
    height: auto;
  }
  .box__price ul {
    width: auto;
    margin: 2px 0 10px;
  }
  .cost__price {
    height: 58px;
    padding: 7px 0 0;
  }
  .cost__price span:first-child {
    font-size: 20px;
  }
  .project {
    margin: 155px 0 0;
  }
  .box__project {
    padding: 0;
  }
  .box__project .content__ready {
    padding: 20px;
  }
  .box__project .btn--orange {
    width: 100%;
  }
  .slider__project {
    width: 100%;
    height: 190px;
  }
  .slider__project .slick-arrow {
    width: 22px;
    height: 22px;
    background-size: cover;
    bottom: -37px;
  }
  .slider__project .slick-prev {
    transform: unset;
  }
  .slider__project .slick-prev:hover {
    transform: unset;
  }
  .slider__project .slick-next {
    transform: rotate(180deg);
  }
  .slider__project .slick-next:hover {
    transform: rotate(180deg);
  }
  .slider__project img {
    height: 190px;
    border-radius: 10px;
  }
  .repair {
    margin: 40px 0 0;
  }
  .box__repair {
    border-radius: 10px;
    margin: 0 0 56px;
  }
  .img__box_repair {
    height: 180px;
  }
  .info__repair {
    padding: 12px 17px;
    border-radius: 0 0 10px 10px;
  }
  .caption__repair {
    font-size: 16px;
  }
  .info__box_repair {
    font-size: 14px;
    margin: 15px 0;
  }
  .info__box_repair .cost__box {
    margin: 0;
  }
  .down__box_repair {
    font-size: 12px;
    border-radius: 0 0 10px 10px;
  }
  .repair__ceil {
    margin: 0 0 -20px;
  }
  .repair__ceil .info__ceil {
    text-align: left;
    align-items: unset;
    justify-content: unset;
  }
  .repair__ceil .caption {
    max-width: none;
  }
  .row__repair {
    text-align: center;
    flex-direction: column;
  }
  .image__repair {
    width: 147px;
    height: 147px;
  }
  .text__repair {
    margin: 20px 0 0;
  }
  .sub__repair {
    margin: 20px 0 30px;
  }
  .sub__repair br {
    display: none;
  }
  .jalousie_links {
    margin: 20px auto 0;
  }
  .jalousie_links a {
    width: 130px;
    height: 34px;
    margin: 0 10px 10px;
  }
  .jalousie {
    border-radius: 10px;
    padding: 20px 0;
    margin: 15px 0 0;
  }
  .jalousie .content__ready,
  .jalousie__add .content__ready {
    margin: 60px 0 0;
  }
  .jalousie .content__ready ul,
  .jalousie__add .content__ready ul {
    margin: 10px 0 15px;
  }
  .jalousie .caption__ready,
  .jalousie__add .caption__ready {
    font-size: 18px;
  }
  .jalousie .cost__box,
  .jalousie__add .cost__box {
    width: 100%;
    font-size: 18px;
  }
  .text__jal {
    flex-wrap: wrap;
  }
  .box__text_jal {
    width: 100%;
    padding: 25px ​20px 15px;
    margin: 0 0 40px;
  }
  .caption__text__jal {
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .jalousie_boxes .info__ceil {
    text-align: left;
    padding: 8px 14px 0 0;
  }
  .inst_block {
    text-align: center;
    margin: 10px auto 0;
  }
  .page_404 {
    margin: 120px 0 0;
  }
  .box__404 img {
    width: 70%;
  }
  .box__404 span {
    font-size: 16px;
  }
  .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;
  }
}

@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.8;
}

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