@charset "UTF-8";
.page-title {
  color: #FFF;
  font-family: Bounded;
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .page-title {
    font-size: 46px;
  }
}
@media (max-width: 540px) {
  .page-title {
    font-size: 28px;
  }
}
/*Калькулятор*/
.zvonok_modal.active {
  display: block;
}
.form__input-hide {
  display: none;
}
.wrap-calk {
  max-width: 976px;
  margin: 0;
  padding: 40px;
  margin-top: 50px;
  border-radius: 20px;
  background: #1D0E38;
  margin-bottom: 10%;
}
@media (max-width: 990px) {
  .wrap-calk {
    padding: 20px;
  }
}
.know-cost {
  max-width: 920px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 35px 90px 20px;
  position: relative;
  z-index: 2;
}
.know-cost__title {
  font-size: 24px;
  font-family: "Museo Black", Helvetica, sans-serif;
  text-align: center;
}
.know-cost__subtitle {
  font-size: 18px;
  font-family: "MuseoSans Bold", Helvetica, sans-serif;
  margin-bottom: 25px;
  text-align: center;
}
.know-cost__subtitle p {
  font-family: "MuseoSans Black", Helvetica, sans-serif;
}
.know-cost__inner {
  display: flex;
  align-items: center;
}
.know-cost .know-cost__wrap {
  width: 48%;
  margin-bottom: 20px;
}
.know-cost .know-cost__wrap .select {
  margin-bottom: 0;
}
.know-cost .know-cost__wrap .form__field {
  margin-bottom: 0;
}
.know-cost .know-cost__wrap:first-child {
  margin-right: 4%;
}
.know-cost__name {
  display: block;
  font-family: "MuseoSans Bold", Helvetica, sans-serif;
  margin-bottom: 10px;
}
.know-cost .form__submit {
  font-size: 14px;
  padding: 18px 45px;
}
.know-cost .policy-check {
  margin-top: 10px;
}
.know-cost__guarantee {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  max-width: 310px;
  margin: 0 auto;
}
.know-cost__guarantee .icon {
  fill: #fc7c35;
  font-size: 50px;
}
.know-cost__guarantee span {
  font-family: "Museo Bold", Helvetica, sans-serif;
}
.range {
  padding: 10px 0;
  display: flex;
  align-items: center;
  position: relative;
}
.range__min, .range__max {
  color: #FFF;
  text-align: center;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}
@media (max-width: 468px) {
  .range__min, .range__max {
    font-size: 14px;
  }
}
.range .range__field {
  display: none;
}
.range__wrap {
  width: 100%;
  max-width: 290px;
  height: 4px;
  margin: 0 auto;
  background: #E0E0E0;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
}
@media (max-width: 468px) {
  .range__wrap {
    width: 80%;
  }
}
.price-range__wrap {
  width: 100%;
  max-width: 290px;
  height: 4px;
  margin: 0 auto;
  background-color: #dcd9db;
  cursor: pointer;
  position: relative;
}
@media (max-width: 468px) {
  .price-range__wrap {
    width: 80%;
  }
}
.ui-slider-range {
  height: 4px;
  border-radius: 10px;
  background: #E05200;
}
.ui-slider-handle {
  position: absolute;
  top: -5px;
  margin-left: 0px;
  border: 4px solid #fff;
  height: 6px;
  width: 6px;
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
  background: #EA6700;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-appearance: none;
  outline: none;
}
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.select {
  cursor: pointer;
  position: relative;
  font-family: "MuseoSans Medium", Helvetica, sans-serif;
  color: #30384c;
  margin-bottom: 20px;
}
.select-styled {
  width: 100%;
  background-color: #fff;
  border: 1px solid #E0E0E0;
  font-family: Roboto;
  font-size: 15px;
  line-height: 18px;
  padding: 11px 15px;
  position: relative;
}
.select-styled:hover {
  border: 1px solid #E05200;
}
/*.select-styled:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  background-image: url(/images/select-arrow.svg);
  width: 10px;
  height: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}*/
.select-styled.active {
  border: 1px solid #E05200;
}
.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 10;
  margin-top: 0px;
  border: 1px solid #E0E0E0;
  background-color: #fff;
  list-style: none;
  padding: 0;
  /*width: 190px;*/
}
.select-options li {
  padding: 10px 15px;
  border-bottom: 1px solid #E0E0E0;
  font-family: Roboto;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
}
.select-options li:last-child {
  border-bottom: none;
}
.select-options li:hover {
  color: #E05200;
}
.select-options li[rel="hide"] {
  display: none;
}
input[type=range] {
  -webkit-appearance: none;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-moz-focus-outer {
  border: 0;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: #dbdbdf;
  border-radius: 2px;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 9px 60px 0px rgba(251, 109, 53, 0.25);
  border-radius: 50%;
  border: 2px solid #e5e5e5;
  height: 36px;
  width: 36px;
  background-image: -webkit-linear-gradient(90deg, #fb6d35 0%, #ff9935 100%);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -15px;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: #dbdbdf;
  border-radius: 2px;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 9px 60px 0px rgba(251, 109, 53, 0.25);
  border-radius: 50%;
  border: 2px solid #e5e5e5;
  height: 36px;
  width: 36px;
  background-image: -webkit-linear-gradient(90deg, #fb6d35 0%, #ff9935 100%);
  cursor: pointer;
  -webkit-appearance: none;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: #dbdbdf;
  border-radius: 2px;
}
input[type=range]::-ms-thumb {
  box-shadow: 0px 9px 60px 0px rgba(251, 109, 53, 0.25);
  border-radius: 50%;
  border: 2px solid #e5e5e5;
  height: 36px;
  width: 36px;
  background-image: -webkit-linear-gradient(90deg, #fb6d35 0%, #ff9935 100%);
  cursor: pointer;
  -webkit-appearance: none;
}
.price-form {
  border-radius: 10px;
  padding: 40px 60px;
  position: relative;
  margin-bottom: -237px;
}
.price-form__subtitle {
  color: #1D0E38;
  text-align: center;
  font-family: Onest;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 468px) {
  .price-form__subtitle {
    font-size: 20px;
  }
}
.price-form__bottom {
  color: rgba(29, 14, 56, 0.5);
  font-family: Onest;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}
.price-form__bottom a {
  color: var(--EA6700, #EA6700);
  font-family: Onest;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
}
.price-form__wrap {
  display: flex;
  padding-bottom: 35px;
  border-bottom: 1px solid #0A0117;
  gap: 20px;
}
@media (max-width: 768px) {
  .price-form__wrap {
    flex-direction: column;
  }
}
.price-form__info-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  align-self: stretch;
  margin-top: 15px;
}
.price-form__info-structure {
  color: #FFF;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}
@media (max-width: 468px) {
  .price-form__info-structure {
    font-size: 14px;
  }
}
.price-form__info {
  color: #0A0117;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  align-self: center;
}
@media (max-width: 468px) {
  .price-form__info {
    font-size: 14px;
  }
}
.price-form__block {
  display: flex;
  padding: 8px 12px 8px 8px;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  background: #FFF;
}
@media (max-width: 468px) {
  .price-form__block {
    padding: 6px 10px 6px 8px;
  }
}
.price-form__info-content {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.price-form__fields {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.price-form__title h2 {
  color: #FFF;
  font-family: Bounded;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 690px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .price-form__title h2 {
    font-size: 26px;
  }
}
@media (max-width: 468px) {
  .price-form__title h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.price-form-blocks {
  display: flex;
  flex-direction: column;
  gap: 25px;
  min-width: 340px;
}
@media (max-width: 768px) {
  .price-form-blocks {
    min-width: 260px;
  }
}
.price-form-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.price-form__name {
  color: #FFF;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}
@media (max-width: 468px) {
  .price-form__name {
    font-size: 14px;
  }
}
.price-form__inner {
  display: flex;
  flex-direction: column-reverse;
}
.price-form__inner:last-child {
  margin-bottom: 0;
}
.price-form__range {
  max-width: 380px;
  width: 100%;
}
.price-form__number {
  display: flex;
  align-items: center;
  gap: 10px;
}
.price-form__number input {
  display: flex;
  padding: 8px 10px;
  text-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  border: 1px solid #E8E8E8;
  background: #FFF;
  box-shadow: 0 2px 4px 0 rgba(98, 98, 98, 0.1) inset;
  color: #1D0E38;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  width: 67px;
  box-sizing: border-box;
}
@media (max-width: 468px) {
  .price-form__number input {
    font-size: 14px;
  }
}
.price-form__number p {
  color: #FFF;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}
@media (max-width: 468px) {
  .price-form__number p {
    font-size: 14px;
  }
}
.price-form__types {
  display: flex;
}
.price-form__type {
  margin-bottom: 0;
}
.price-form__type:last-child {
  margin-right: 0;
}
.price-form__type input {
  display: none;
}
.price-form__type input:checked + label:after {
  display: block;
}
.price-form__type input:checked + label::before {
  border: 1px solid #EA6700;
}
.price-form__type input:hover + label::before {
  border: 1px solid #EA6700;
}
.price-form__type {
  display: flex;
  gap: 20px;
}
@media (max-width: 468px) {
  .price-form__type {
    flex-direction: column;
  }
}
.price-form__type .price-text span {
  color: rgba(255, 255, 255, 0.5);
  font-family: Onest;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}
.price-form__type .price-text p {
  color: #FFF;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}
@media (max-width: 468px) {
  .price-form__type .price-text p {
    font-size: 14px;
  }
}
.price-form__type label {
  display: block;
  cursor: pointer;
  padding-left: 33px;
  position: relative;
}
.price-form__type label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 8px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #EA6700;
}
.price-form__type label:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 14px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fc7c35;
  display: none;
}
.price-form__type label span {
  color: rgba(255, 255, 255, 0.5);
  font-family: Onest;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}
.price-form__type label {
  color: #FFF;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}
@media (max-width: 468px) {
  .price-form__type label {
    font-size: 14px;
  }
}
.price-form__select {
  max-width: 160px;
  margin-top: 22px;
}
.price-form__select .select {
  margin-bottom: 0;
}
.price-form__discount {
  box-sizing: border-box;
  height: fit-content;
  width: 100%;
  max-width: 304px;
  display: flex;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 15px;
  align-self: center;
  font-family: Roboto;
  font-weight: normal;
  font-size: 15px;
  line-height: 140%;
  color: #6B6B6B;
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0 0 15px 0 rgba(104, 104, 104, 0.1);
}
.price-form__discount .price-info {
  color: rgba(29, 14, 56, 0.5);
  font-family: Onest;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}
.price-form__discount .button {
  display: flex;
  padding: 14px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px;
  background: linear-gradient(88deg, #EF6900 0.38%, #F48E00 102.11%);
  color: #FFF;
  text-align: center;
  font-family: Onest;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.price-form__discount .button:hover {
  opacity: 0.7;
  cursor: pointer;
}
.price-form__new {
  color: #1D0E38;
  text-align: center;
  align-self: center;
  font-family: Bounded;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 468px) {
  .price-form__new {
    font-size: 18px;
  }
}
.price-form__old {
  display: none;
  font-size: 24px;
  color: #97989b;
  font-family: "MuseoSans Black", Helvetica, sans-serif;
  margin-bottom: 30px;
  text-decoration: line-through;
  text-align: center;
}
/*конец, калькулятор*/
.wrap-calk .ui-slider-handle {
  font-size: 0 !important;
  color: transparent !important;
}
.wrap-calk .ui-slider-handle:before, .wrap-calk .ui-slider-handle:after {
  content: none !important;
}