@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");
.installation-price img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.installation-price__title {
  line-height: 1.2;
  margin-bottom: 2.8rem;
}
.installation-price-window .installation-price__title {
  margin-bottom: 1.5rem;
}
.installation-price-window .desc {
  margin-bottom: 2.5rem;
}
.installation-price__box-img {
  width: 100%;
  max-width: 28.6rem;
  height: 33.1rem;
  margin: 0 auto;
  position: relative;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 6.5rem;
}

.installation-price__box-img img {
    max-width: 100%;
}
.installation-price__box-offer {
    border-radius: 6px;
    width: 226px;
    height: 97px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    color: #000;
    padding: 10px;
    display: flex;
	gap: 18px;
	align-items: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);	
}
.installation-price__box-offer img {
	width: 53px;
}
.installation-price__box-offer p {
	font-family: "ALS Schlange sans", sans-serif;
	font-size: 18px;
	line-height: 1.2;
}
.installation-price__box-offer p span {
	text-transform: uppercase;
	display: block;
}
.installation-price__item-info {
  background-color: #F6F6F6;
  padding: 1.5rem 0.7rem;
  border-radius: 0.6rem;
  margin-bottom: 2.7rem;
}
.installation-price__item-title {
  line-height: 1.3;
  margin-bottom: 0.7rem;
  text-transform: uppercase;
}
.installation-price__item-text {
  line-height: 1.2;
  margin-bottom: 1.2rem;
}
.installation-price__item-sale {
  color: #fff;
  background-color: #F26421;
  max-width: 9.4rem;
  padding: 0.4rem 1rem;
  font-size: 14px;
  line-height: 1.2;
  border-radius: 0.6rem;
  margin-right: 1.2rem;
  position: relative;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.25));
}
.installation-price__item-sale::before {
  content: "";
  position: absolute;
  border: 0.4rem solid transparent;
  border-left: 0.6rem solid #F26421;
  right: 0;
  top: 1rem;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.installation-price__item-box {
    justify-content: space-between;
}
.installation-price__item-instplan {
  width: 100%;
  border-bottom: 0.05rem dashed #979797;
  line-height: 1.3;
  max-height: 3.4rem;
  padding-top: 0.1rem;
  position: relative;
}

.installation-price__item-instplan::before {
  content: "стоимость зависит от размеров вашего окна";
  position: absolute;
  bottom: -1.5rem;
  color: #979797;
  font-size: 1rem;
}
.installation-price__item-instplan span:first-child {
  font-size: 2.4rem;
  font-weight: 700;
}
.installation-price__item-instplan span:first-child::before {
  content: "от ";
  font-size: 1.6rem;
}
.installation-price__item-instplan span:first-child::after {
  content: " ₽/ ";
  font-weight: 400;
}
.installation-price__item-instplan span:last-child {
  color: #979797;
  font-weight: 700;
}
.installation-price__item-instplan span:last-child::before {
  content: "в рассрочку на " attr(data-count);
  position: absolute;
  top: 0;
  color: #979797;
  font-size: 1rem;
  font-weight: normal;
}
.installation-price__item-instplan span:last-child::after {
  content: " ₽ / мес";
  font-weight: 400;
}
.installation-price__form-title-text {
  margin-bottom: 0.6rem;
}
.installation-price__form-text {
  color: #979797;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.installation-price form,
.installation-price .installation-price__form-text,
.installation-price .installation-price__form-title-text {
  padding: 0 0.7rem;
}
.installation-price__input {
  width: 100%;
  text-align: center;
  padding: 0.65rem;
  border: none;
  border-bottom: 0.3rem solid #c9c9c9;
  margin-bottom: 1rem;
}
.installation-price__input::-webkit-input-placeholder {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.installation-price__input:-ms-input-placeholder {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.installation-price__input::-ms-input-placeholder {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.installation-price__input::placeholder {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.vladimir .installation-price__item-instplan span:first-child::after {
    content: " ₽";
}
.vladimir .installation-price__item-instplan span:last-child {
    display: none;
}
@media (max-width: 1199px) {
	.installation-price__item-title span {
		display: block;
	}
}
@media (max-width: 767px) {
	.installation-price__item-sale {
		width: 85px;
		width: 85px;
		flex-shrink: 0;
	}
}
@media (min-width: 768px) {
  .installation-price__title {
    margin-bottom: 2.4rem;
  }
  .installation-price-window .installation-price__title {
    margin-bottom: 2.5rem;
  }
  .installation-price-window .desc {
	font-size: 18px;
	line-height: 130%;	  
    margin-bottom: 3rem;
  }  
  .installation-price__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  } 
  .installation-price__box-img {
    margin: 0;
    margin-right: 1.5rem;
  }
  .installation-price__box-info {
    width: 100%;
  } 
  .installation-price__item-info {
    padding: 1.7rem 1.5rem;
  } 
  .installation-price__item-sale {
    margin-right: 2.2rem;
  }  
  .installation-price__item-instplan span:first-child::before {
    margin-right: 0.8rem;
  } 
  .installation-price__item-instplan span:first-child {
    font-size: 3rem;
  }
  .installation-price__form-title-text {
    margin-bottom: 1.4rem;
  } 
  .installation-price__form-text {
    font-size: 1.6rem;
  } 
  .installation-price form,
  .installation-price .installation-price__form-text,
  .installation-price .installation-price__form-title-text {
    padding: 0 1.5rem;
  }
  .installation-price__input::-webkit-input-placeholder {
    font-size: 1.6rem;
  }
  .installation-price__input:-ms-input-placeholder {
    font-size: 1.6rem;
  }
  .installation-price__input::-ms-input-placeholder {
    font-size: 1.6rem;
  }
  .installation-price__input::placeholder {
    font-size: 1.6rem;
  } 
  .installation-price__input {
    padding: 0.95rem;
  } 
  .installation-price__input, .installation-price__btn {
    max-width: 25.6rem;
    margin-left: 0;
  }  
}

@media (min-width: 1200px) {
  .installation-price__title {
    margin-bottom: 2.9rem;
  }
  .installation-price__box-img {
    max-width: 34.7rem;
    height: 40.2rem;
    margin-right: 5.2rem;
  }
  .installation-price__box-offer {
    width: 246px;
    height: 102px;
    padding: 8px 15px;
	gap: 12px;
  } 
  .installation-price__box-offer img {
    width: 59px;
  }  
  .installation-price__box-offer p {
    font-size: 20px;
  }
  .installation-price__box-info {
    margin-top: 0;
  } 
  .installation-price__item-info {
    margin-bottom: 3rem;
  } 
  .installation-price__item-title {
    line-height: 1.5;
    margin-bottom: 1rem;
  } 
  .installation-price__item-text {
    font-size: 1.8rem;
    margin-bottom: 2.7rem;
    max-width: 51.7rem;
  }
  .installation-price__item-sale::before {
    top: 2rem;
  }
  .installation-price__item-sale {
    font-size: 2.2rem;
    max-width: 13rem;
    padding: 0.7rem 1.8rem;
  }
  .installation-price__item-instplan::before {
    font-size: 1.4rem;
    bottom: -2rem;
  }  
  .installation-price__item-instplan span:first-child::before {
    font-size: 1.8rem;
  }
  .installation-price__item-instplan span:first-child::after {
    content: " ₽ / ";
  }
  .installation-price__item-instplan span:first-child {
    font-size: 4rem;
  } 
  .installation-price__item-instplan span:last-child {
    font-size: 2rem;
  }
  .installation-price__item-instplan span:last-child::before {
	  font-size: 1.4rem;
  }
  .installation-price__item-instplan {
    max-height: 4.7rem;
    line-height: 1;
  } 
  .installation-price__form-title-text {
    margin-bottom: 0.7rem;
  } 
  .installation-price form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 0;
  }
  .installation-price__input {
    margin-bottom: 0;
  } 
  .installation-price__input, .installation-price__btn {
    margin-right: 0;
  } 
}