

/* Start:/local/templates/vsestroy74.ru/components/bitrix/news.list/new_calc_3d/style.css?175342638519815*/
.calc3d {
  background: url("/local/templates/vsestroy74.ru/components/bitrix/news/with_filter/bitrix/news.detail/portfolio_new/images/object-card-BG.jpg") no-repeat top center;
  background-attachment: fixed;
  min-height: 310px;
  padding-top: 15px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .calc3d {
    padding-top: 75px;
    background: url(/local/templates/vsestroy74.ru/components/bitrix/news.list/new_calc_3d/images/bg-mob.jpg) no-repeat left -175%;
  }
}
@media (min-width: 1920px) {
  .calc3d {
    background-size: 100%;
  }
}
@media (max-width: 500px) {
  .calc3d > .container {
    padding: 0 10px;
  }
}
.calc3d .breadcrumbs ul li b,
.calc3d .breadcrumbs ul li span {
  color: #545454;
  font-weight: 500;
  font-family: "Gilroy", Arial, sans-serif;
}
.calc3d .breadcrumbs ul li:after {
  color: #545454;
}
.calc3d__container {
  position: relative;
  display: flex;
}
@media (max-width: 1000px) {
  .calc3d__container {
    flex-direction: column;
    padding-top: 34px;
  }
}
.calc3d h1 {
  font-family: "Officina Serif", Arial, sans-serif;
  color: #2d333a;
  font-size: 45px;
  font-weight: 500;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  z-index: 2;
}
@media (max-width: 1279px) {
  .calc3d h1 {
    font-size: 35px;
  }
}
@media (max-width: 1000px) {
  .calc3d h1 {
    font-size: 20px;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .calc3d h1 {
    margin-bottom: 60px;
  }
}
.calc3d h1 span {
  color: #f2a100;
}
.calc3d__model {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.6);
  padding: 25px;
  position: relative;
  width: calc(50% - 6.5px);
  border-radius: 10px;
  margin-right: 13px;
}
@media (max-width: 1279px) {
  .calc3d__model {
    padding: 20px;
  }
}
@media (max-width: 1000px) {
  .calc3d__model {
    min-height: 170px;
    width: 100%;
    padding: 12px;
  }
}
.calc3d__model .default-image {
  display: none;
  z-index: 1;
  height: 250px;
  object-fit: contain;
  object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1000px) {
  .calc3d__model .default-image {
    height: 88px;
  }
}
.calc3d__model .default-image.active {
  display: initial;
}
.calc3d__model_window {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  width: 100%;
  z-index: 1;
  margin-bottom: 135px;
}
@media (max-width: 1279px) {
  .calc3d__model_window {
    margin-bottom: 0;
  }
}
@media (max-width: 1000px) {
  .calc3d__model_window {
    height: 80px;
  }
}
@media (max-width: 768px) {
  .calc3d__model_window {
    width: max-content;
    position: absolute;
    top: 35px;
    right: 0;
  }
}
.calc3d__model_window img {
  display: none;
  object-fit: contain;
  object-position: center;
  max-height: 100%;
}
.calc3d__model_window img.active {
  display: initial;
  z-index: 1;
}
.calc3d__model_window img.active-permanent {
  position: absolute;
  display: initial;
  top: -50px;
}
@media (max-width: 1000px) {
  .calc3d__model_window img.active-permanent {
    top: 0;
  }
}
@media (max-width: 768px) {
  .calc3d__model_window img.active-permanent {
    right: 10px;
  }
}
.calc3d__model__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/local/templates/vsestroy74.ru/components/bitrix/news.list/new_calc_3d/images/window-bg.png) no-repeat center top;
  background-size: contain;
  pointer-events: none;
  top: 0;
  left: 0;
}
@media (max-width: 1000px) {
  .calc3d__model__bg {
    background: url(/local/templates/vsestroy74.ru/components/bitrix/news.list/new_calc_3d/images/window-bg_mob.png) no-repeat center top;
    background-size: cover;
  }
}
.calc3d__description {
  position: relative;
  overflow: hidden;
  box-sizing: content-box;
}
.calc3d__description h3 {
  font-family: "Officina Serif", Arial, sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #455562;
  margin: 0 0 24px 0;
}
@media (max-width: 1000px) {
  .calc3d__description h3 {
    font-size: 18px;
    margin: 0;
  }
}
.calc3d__description p {
  font-size: 16px;
  line-height: 19px;
  color: #455562;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .calc3d__description p {
    font-size: 12px;
    line-height: 12px;
  }
}
.calc3d__description button {
  font-family: Gilroy;
  color: #F2A100;
  position: absolute;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  width: max-content;
  height: 20px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  right: 0;
  bottom: 0;
}
.calc3d__description button.active {
  display: flex;
}
.calc3d__form {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc(50% - 6.5px);
}
@media (max-width: 1000px) {
  .calc3d__form {
    position: initial;
    width: 100%;
  }
}
.calc3d__controls {
  display: none;
  flex-wrap: wrap;
  gap: 10px;
}
.calc3d__controls.active {
  display: flex;
}
.calc3d__controls * {
  font-family: "Officina Serif", Arial, sans-serif;
  font-weight: 400;
}
.calc3d__controls h2 {
  font-size: 30px;
  color: #000;
  width: 100%;
  margin: 48px 0 30px;
}
@media (max-width: 1279px) {
  .calc3d__controls h2 {
    margin: 25px 0 5px;
  }
}
@media (max-width: 1000px) {
  .calc3d__controls h2 {
    font-size: 20px;
    margin: 20px 0 10px 10px;
  }
}
.calc3d__controls__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(33.3% - 7px);
  height: 183px;
  background-color: rgba(255, 255, 255, 0.65);
  padding: 20px 18px;
  border-radius: 20px 20px 0 0;
  margin-bottom: 43px;
}
@media (max-width: 1279px) {
  .calc3d__controls__item {
    height: 123px;
    padding: 15px;
  }
}
@media (max-width: 1000px) {
  .calc3d__controls__item {
    width: calc(50% - 5px);
    height: 70px;
    padding: 10px 0 10px 10px;
  }
}
.calc3d__controls__item::before, .calc3d__controls__item::after {
  content: "";
  position: absolute;
  width: calc(50% - 27px);
  height: 27px;
  background-color: rgba(255, 255, 255, 0.65);
  transform: translateY(100%);
  bottom: 0;
}
.calc3d__controls__item::before {
  border-radius: 0 0 5px 20px;
  left: 0;
}
.calc3d__controls__item::after {
  border-radius: 0 0 20px 5px;
  right: 0;
}
.calc3d__controls__item input {
  display: none;
}
.calc3d__controls__item label {
  position: absolute;
  width: 100%;
  height: calc(100% + 43px);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 10;
}
.calc3d__controls__item h3 {
  font-size: 22px;
  color: #6A7B89;
  width: 100%;
  margin: 0 0 34px 0;
  transition: all 0.1s linear;
}
@media (max-width: 1400px) {
  .calc3d__controls__item h3 {
    font-size: 20px;
  }
}
@media (max-width: 1279px) {
  .calc3d__controls__item h3 {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 1000px) {
  .calc3d__controls__item h3 {
    font-size: 18px;
    text-wrap: nowrap;
    margin: 0;
  }
}
.calc3d__controls__item img {
  max-height: 90px;
  height: auto;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 1279px) {
  .calc3d__controls__item img {
    max-height: 80px;
  }
}
@media (max-width: 1000px) {
  .calc3d__controls__item img {
    position: absolute;
    max-height: 40px;
    transform: translateX(-50%);
    top: 50%;
    left: 50%;
  }
}
.calc3d__controls__item__indicator {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  background-color: rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  transform: translateY(100%);
  bottom: -5px;
}
@media (max-width: 1000px) {
  .calc3d__controls__item__indicator {
    transform: translate(-5px, 100%);
  }
}
.calc3d__controls__item__indicator svg path {
  transition: all 0.1s linear;
}
.calc3d__controls__item__indicator > div {
  position: absolute;
  width: 54px;
  height: 54px;
  overflow: hidden;
  top: -5px;
}
.calc3d__controls__item__indicator > div > div {
  width: 100%;
  height: 100%;
  background-color: transparent;
  box-shadow: 0 0 5px 27px rgba(255, 255, 255, 0.65);
}
.calc3d__controls__item__indicator > div:first-of-type {
  left: -8px;
}
.calc3d__controls__item__indicator > div:first-of-type > div {
  border-radius: 50% 0 0 0;
}
.calc3d__controls__item__indicator > div:last-of-type {
  right: -8px;
}
.calc3d__controls__item__indicator > div:last-of-type > div {
  border-radius: 0 50% 0 0;
}
.calc3d__controls__item:hover, .calc3d__controls__item:has(> input:checked) {
  box-shadow: 0 4px 30px 0 rgba(9, 21, 30, 0.05);
}
.calc3d__controls__item:hover h3, .calc3d__controls__item:has(> input:checked) h3 {
  color: #FBAD00;
}
.calc3d__controls__item:hover .calc3d__controls__item__indicator svg path, .calc3d__controls__item:has(> input:checked) .calc3d__controls__item__indicator svg path {
  fill: #F2A100;
}
.calc3d__controls__area-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
  padding: 20px 34px 34px 20px;
  border-radius: 20px;
}
.calc3d__controls__area-box div {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
@media (max-width: 1000px) {
  .calc3d__controls__area-box div {
    gap: 12px;
  }
}
.calc3d__controls__area-box div h3 {
  font-size: 18px;
  margin: 0;
}
.calc3d__controls__area-box__select {
  position: relative;
  max-width: 355px;
  width: 100%;
}
@media (max-width: 1000px) {
  .calc3d__controls__area-box__select {
    max-width: none;
  }
}
.calc3d__controls__area-box__select::before {
  content: "";
  position: absolute;
  width: 30px;
  height: calc(100% - 2px);
  background-color: #FEFEFF;
  border-radius: 10px;
  top: 1px;
  right: 1px;
  pointer-events: none;
}
.calc3d__controls__area-box__select::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 7px;
  background: url(/local/templates/vsestroy74.ru/components/bitrix/news.list/new_calc_3d/images/svg/select-arrow.svg) no-repeat center;
  background-size: contain;
  transform: translateY(-50%);
  top: 50%;
  right: 20px;
  pointer-events: none;
}
.calc3d__controls__area-box__select select {
  font-size: 18px;
  color: #404040;
  width: 100%;
  height: 45px;
  background-color: #FEFEFF;
  padding: 0 18px;
  border: 1px #D7E2EB solid;
  border-radius: 10px;
  cursor: pointer;
}
.calc3d__controls__area-box > img {
  max-width: 307px;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 1279px) {
  .calc3d__controls__area-box > img {
    max-width: 200px;
  }
}
@media (max-width: 1000px) {
  .calc3d__controls__area-box > img {
    display: none;
  }
}
.calc3d__chars {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 20px 0 20px 20px;
}
@media (max-width: 1279px) {
  .calc3d__chars {
    gap: 10px;
  }
}
@media (max-width: 1000px) {
  .calc3d__chars:has(> p:not(.invisible)) {
    gap: 10px;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(5px);
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
    padding: 16px;
    border-radius: 20px;
    margin: 8px 0 20px;
  }
}
.calc3d__chars * {
  font-family: "Officina Serif", Arial, sans-serif;
}
.calc3d__chars p {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  line-height: 18px;
  color: #6A7B89;
  margin: 0;
}
.calc3d__chars p.invisible {
  display: none;
}
.calc3d__chars p span {
  color: #000;
}
.calc3d__nav {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1000px) {
  .calc3d__nav {
    gap: 6px;
  }
}
.calc3d__nav * {
  font-family: "Officina Serif", Arial, sans-serif;
}
.calc3d__nav__button {
  position: relative;
  font-size: 18px;
  line-height: 55px;
  color: #000;
  max-width: 273px;
  width: 100%;
  background: linear-gradient(-102deg, rgb(251, 173, 0) 0%, rgb(226, 139, 0) 100%);
  border: none;
  border-radius: 20px;
  cursor: pointer;
}
@media (max-width: 1400px) {
  .calc3d__nav__button {
    max-width: 200px;
  }
}
@media (max-width: 1000px) {
  .calc3d__nav__button {
    font-size: 16px;
    max-width: 130px;
  }
}
.calc3d__nav__button.invisible {
  display: none;
}
.calc3d__nav__button_back {
  background: linear-gradient(-102deg, #A8BCCF 0%, #BED0DF 100%);
}
.calc3d__nav__button_back::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 13px;
  background: url(/local/templates/vsestroy74.ru/components/bitrix/news.list/new_calc_3d/images/svg/arrow-back.svg) no-repeat center;
  background-size: contain;
  transform: translateY(-50%);
  top: 50%;
  left: 30px;
}
@media (max-width: 1000px) {
  .calc3d__nav__button_back::before {
    left: 20px;
  }
}
.calc3d__nav__button_next {
  margin-right: 8px;
}
@media (max-width: 1000px) {
  .calc3d__nav__button_next {
    margin-right: 0;
  }
}
.calc3d__nav__button_next::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 13px;
  background: url(/local/templates/vsestroy74.ru/components/bitrix/news.list/new_calc_3d/images/svg/arrow-next.svg) no-repeat center;
  background-size: contain;
  transform: translateY(-50%);
  top: 50%;
  right: 30px;
}
@media (max-width: 1000px) {
  .calc3d__nav__button_next::before {
    right: 20px;
  }
}
.calc3d__nav p {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  color: #455562;
  margin: 0;
}
@media (max-width: 1000px) {
  .calc3d__nav p {
    font-size: 16px;
  }
}
.calc3d__nav p.invisible {
  display: none;
}
.calc3d__nav p span {
  color: #000;
}
.calc3d__last-step.invisible {
  display: none;
}
.calc3d__last-step * {
  font-family: "Officina Serif", Arial, sans-serif;
}
.calc3d__last-step h2 {
  font-size: 30px;
  font-weight: 400;
  color: #000;
  width: 100%;
  margin: 48px 0 0 0;
}
@media (max-width: 1279px) {
  .calc3d__last-step h2 {
    margin: 30px 0 0;
  }
}
.calc3d__last-step__prices, .calc3d__last-step__box {
  display: flex;
  flex-direction: column;
  gap: 15px;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(5px);
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 15px;
}
@media (max-width: 1000px) {
  .calc3d__last-step__prices, .calc3d__last-step__box {
    margin-bottom: 10px;
  }
}
.calc3d__last-step__prices {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1000px) {
  .calc3d__last-step__prices {
    background-color: rgba(255, 255, 255, 0.6);
  }
}
.calc3d__last-step__prices div h4 {
  font-size: 18px;
  font-weight: 400;
  color: #6A7B89;
  margin: 0;
}
.calc3d__last-step__prices div p {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin: 0;
}
.calc3d__last-step__prices div p b {
  font-size: 24px;
  font-weight: 500;
}
.calc3d__last-step__prices div p span {
  font-size: 40px;
  color: #F2A100;
}
@media (max-width: 1000px) {
  .calc3d__last-step__prices div p span {
    font-size: 30px;
  }
}
.calc3d__last-step__box h4 {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  margin: 0;
}
.calc3d__last-step__box h4 span {
  display: block;
  font-size: 18px;
  color: #455562;
}
.calc3d__last-step__box input[type=text], .calc3d__last-step__box input[type=tel], .calc3d__last-step__box input[type=file] + label {
  font-family: "Officina Serif", Arial, sans-serif;
  font-size: 18px;
  line-height: 45px;
  color: #7D8C98;
  max-width: 484px;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 0 18px;
  border: 1px #D7E2EB solid;
  border-radius: 10px;
}
.calc3d__last-step__box input[type=text]::placeholder, .calc3d__last-step__box input[type=tel]::placeholder, .calc3d__last-step__box input[type=file] + label::placeholder {
  color: #7D8C98;
}
.calc3d__last-step__box > div {
  display: flex;
  gap: 17px;
  margin-top: 5px;
}
@media (max-width: 1000px) {
  .calc3d__last-step__box > div {
    position: relative;
    gap: 0;
    flex-direction: column;
    padding-bottom: 70px;
  }
}
.calc3d__last-step__checkbox:first-of-type {
  margin-bottom: 27px;
}
.calc3d__last-step__checkbox input {
  display: none;
}
.calc3d__last-step__checkbox input:checked + label::after {
  opacity: 1;
}
.calc3d__last-step__checkbox label {
  position: relative;
  font-size: 18px;
  white-space: nowrap;
  padding-left: 28px;
  cursor: pointer;
}
.calc3d__last-step__checkbox label::before, .calc3d__last-step__checkbox label::after {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.calc3d__last-step__checkbox label::before {
  width: 20px;
  height: 20px;
  background: url(/local/templates/vsestroy74.ru/components/bitrix/news.list/new_calc_3d/images/svg/checkbox.svg) no-repeat center;
  background-size: contain;
  left: 0;
}
.calc3d__last-step__checkbox label::after {
  opacity: 0;
  width: 11px;
  height: 8px;
  background: url(/local/templates/vsestroy74.ru/components/bitrix/news.list/new_calc_3d/images/svg/checkbox-arrow-yellow.svg) no-repeat center;
  background-size: contain;
  transition: all 0.1s linear;
  left: 5px;
}
.calc3d__last-step__opd input {
  display: none;
}
.calc3d__last-step__opd input:checked + label::after {
  opacity: 1;
}
.calc3d__last-step__opd label {
  position: relative;
  padding-left: 28px;
  margin: 0;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .calc3d__last-step__opd label {
    max-width: 484px;
  }
}
.calc3d__last-step__opd label, .calc3d__last-step__opd label a {
  font-family: Gilroy, sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: #96A6B4;
}
.calc3d__last-step__opd label a {
  transition: all 0.1s linear;
}
.calc3d__last-step__opd label a:hover {
  color: #F2A100;
}
.calc3d__last-step__opd label::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(/local/templates/vsestroy74.ru/components/bitrix/news.list/new_calc_3d/images/svg/checkbox.svg) no-repeat center;
  background-size: contain;
  top: 0;
  left: 0;
}
.calc3d__last-step__opd label::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 8px;
  background: url(/local/templates/vsestroy74.ru/components/bitrix/news.list/new_calc_3d/images/svg/checkbox-arrow-gray.svg) no-repeat center;
  background-size: contain;
  transition: all 0.1s linear;
  opacity: 0;
  top: 6px;
  left: 5px;
}
.calc3d__last-step button[type=submit] {
  font-size: 16px;
  line-height: 50px;
  width: 100%;
  background: linear-gradient(-102deg, rgb(251, 173, 0) 0%, rgb(226, 139, 0) 100%);
  border: none;
  border-radius: 15px;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .calc3d__last-step button[type=submit] {
    position: absolute;
    max-width: 484px;
    bottom: 0;
  }
}
.calc3d__last-step button[type=submit]:disabled {
  background: #eee;
  pointer-events: none;
  cursor: default;
}
.calc3d__last-step__project-file {
  flex-direction: row-reverse;
  justify-content: start;
  align-items: center;
  margin-bottom: 37px;
}
@media (max-width: 1000px) {
  .calc3d__last-step__project-file {
    flex-wrap: wrap;
    gap: 17px !important;
    flex-direction: row-reverse !important;
    padding-bottom: 0 !important;
    margin-bottom: 0;
  }
}
.calc3d__last-step__project-file input[type=file] {
  font-size: 18px;
}
.calc3d__last-step__project-file input[type=file]::-webkit-file-upload-button {
  display: none;
}
.calc3d__last-step__project-file input[type=file] + label {
  white-space: nowrap;
  position: relative;
  max-width: none;
  width: max-content;
  padding: 0 40px 0 75px;
  cursor: pointer;
}
.calc3d__last-step__project-file input[type=file] + label::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 46px;
  background: url(/local/templates/vsestroy74.ru/components/bitrix/news.list/new_calc_3d/images/svg/file.svg) no-repeat center;
  background-size: contain;
  transform: translateY(-50%);
  top: 50%;
  left: 20px;
}
.calc3d__pagination {
  position: absolute;
  width: 100%;
  top: -12px;
  left: 0;
}
@media (max-width: 1000px) {
  .calc3d__pagination {
    top: 0;
  }
}
.calc3d__pagination__steps {
  display: flex;
  margin-bottom: 4px;
}
.calc3d__pagination__steps p {
  font-size: 16px;
  line-height: 12px;
  color: #A9B7C2;
  text-align: end;
  width: 100%;
  margin: 0;
  transition: all 0.1s linear;
}
.calc3d__pagination__steps p.active {
  color: #2E3235;
}
.calc3d__pagination__line {
  width: 100%;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
}
.calc3d__pagination__progress {
  width: 0;
  height: 100%;
  background: url(/local/templates/vsestroy74.ru/components/bitrix/news.list/new_calc_3d/images/progress-line-4.jpg);
  background-size: contain;
  border-radius: 20px;
  transition: all 0.1s ease-in-out;
}/*# sourceMappingURL=style.css.map */
/* End */
/* /local/templates/vsestroy74.ru/components/bitrix/news.list/new_calc_3d/style.css?175342638519815 */
