

/* Start:/bitrix/templates/aspro-lite/components/luxar/super/calc_v2/style.css?173917378618209*/
@import url("https://fonts.googleapis.com/css2?family=Alumni+Sans:wght@700&display=swap");
.body > .main {
  z-index: 3;
}

.calc {
  position: relative;
  z-index: 200;
}
.calc h2 {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #F5F5F5;
  margin: 0 0 5px 0;
  padding: 0;
}
.calc__step {
  margin-bottom: 60px;
}
@media screen and (max-width: 749px) {
  .calc__step {
    margin-bottom: 25px;
  }
}
.calc__step_title {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #F5F5F5;
  margin-bottom: 10px;
}
.calc__step_title span.num {
  font-family: "Alumni Sans", sans-serif;
  display: inline-block;
  vertical-align: baseline;
  color: rgba(255, 255, 255, 0.05);
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
}
.calc__step--final {
  margin-top: 52px;
  padding-top: 42px;
  border-top: 1px solid #3A3A3A;
}
.calc__block {
  position: relative;
}
.calc__block_current {
  background: #0F0F0F;
  border-radius: 7px;
  padding: 10px;
  margin-bottom: 11px;
}
.calc__block_current button {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0;
  border: 0;
  background: #232323;
  border-radius: 7px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.calc__block_current button svg path {
  fill: #fff;
}
.calc__block_current button.open {
  background: #FCCA27;
}
.calc__block_current button.open svg {
  transform: rotate(180deg);
}
.calc__block_current button.open svg path {
  fill: #000;
}
.calc__block_current_value {
  color: #FCCA27;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  display: inline-block;
  margin-left: 14px;
}
@media screen and (max-width: 749px) {
  .calc__block_current_value {
    font-size: 14px;
  }
}
.calc__block_popular {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 749px) {
  .calc__block_popular--marks {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .calc__block_popular--marks .calc__block_popular_item {
    width: 100px;
    min-width: 100px;
  }
}
.calc__block_popular_item {
  border: 1px solid #3A3A3A;
  background-position: center center;
  background-repeat: no-repeat;
  width: 260px;
  height: 150px;
  border-radius: 7px;
  position: relative;
  margin-right: 12px;
  margin-bottom: 12px;
}
.calc__block_popular_item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 749px) {
  .calc__block_popular_item {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  .calc__block_popular_item:nth-child(2n) {
    margin-right: 0;
  }
}
.calc__block_popular_item:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 749px) {
  .calc__block_popular_item:nth-child(5n) {
    margin-right: 10px;
  }
}
.calc__block_popular_item.active, .calc__block_popular_item:hover {
  background-color: #0F0F0F;
}
.calc__block_popular_item span {
  position: absolute;
  color: #FCCA27;
  font-size: 18px;
  left: 16px;
  bottom: 13px;
  opacity: 0;
  transition: opacity 0.3s linear;
}
@media screen and (max-width: 749px) {
  .calc__block_popular_item span {
    font-size: 14px;
    left: 5px;
    white-space: nowrap;
    margin-right: 5px;
    bottom: 4px;
  }
}
.calc__block_popular_item span:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(/bitrix/templates/aspro-lite/components/luxar/super/calc_v2/images/selected_galka.svg) no-repeat center center;
  background-size: contain;
  width: 13px;
  height: 11px;
  margin-right: 10px;
}
.calc__block_popular_item svg {
  max-width: calc(100% - 20px);
}
.calc__block_popular_item.active span {
  opacity: 1;
}
.calc__block_popular_item.active span:before {
  opacity: 1;
}
.calc__block_popular_item.active.body-item span {
  color: #FCCA27;
}
.calc__block_popular_item.active.body-item span:before {
  opacity: 1;
}
.calc__block_popular_item.active.body-item svg path {
  fill: #FCCA27;
}
.calc__block_popular_item.active.size-item span {
  color: #FCCA27;
}
.calc__block_popular_item.active.size-item span:before {
  opacity: 1;
}
.calc__block_popular_item.active.size-item svg path {
  stroke: #FCCA27;
}
.calc__block_popular_item.body-item span {
  opacity: 1;
  color: #fff;
}
.calc__block_popular_item.body-item span:before {
  opacity: 0;
}
.calc__block_popular_item.body-item svg {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 28px;
}
.calc__block_popular_item.body-item svg path {
  fill: #ffffff;
}
.calc__block_popular_item.size-item span {
  opacity: 1;
  color: #fff;
}
.calc__block_popular_item.size-item span:before {
  opacity: 0;
}
.calc__block_popular_item.size-item svg {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 18px;
}
.calc__block_popular_item.size-item svg path {
  stroke: #ffffff;
}
@media screen and (max-width: 749px) {
  .calc__block_popular--bodies {
    flex-wrap: wrap;
  }
}
.calc__select {
  background: #000;
  border-radius: 7px;
  padding: 38px 60px;
  width: 100%;
  position: absolute;
  z-index: 10;
  display: none;
  top: 50px;
}
@media screen and (max-width: 749px) {
  .calc__select {
    padding: 11px;
    top: 55px;
  }
}
.calc__select.active {
  display: block;
}
.calc__select_search {
  margin-bottom: 33px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 749px) {
  .calc__select_search {
    margin-bottom: 20px;
  }
}
.calc__select_search input {
  background: #222222;
  border-radius: 7px;
  border: 0;
  height: 50px;
  line-height: 50px;
  color: #fff;
  width: 100%;
  padding: 19px;
  font-size: 18px;
}
.calc__select_search input::placeholder {
  color: #4B4F59;
}
.calc__select_search .reset {
  min-width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4E535E;
  font-size: 30px;
}
.calc__select_search .reset:hover {
  color: #FCCA27;
}
.calc__select_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 0;
}
@media screen and (max-width: 749px) {
  .calc__select_list {
    grid-template-columns: 1fr 1fr;
    gap: 0 10px;
    padding: 0 15px;
  }
}
.calc__select_list a {
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 749px) {
  .calc__select_list a {
    display: block;
  }
}
.calc .variant {
  display: flex;
}
.calc .variant__selected {
  display: none;
  height: 199px;
  border: 1px solid #3A3A3A;
  border-bottom: 0;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(/bitrix/templates/aspro-lite/components/luxar/super/calc_v2/images/variant_1.jpg);
  position: relative;
}
@media screen and (max-width: 749px) {
  .calc .variant__selected {
    display: block;
  }
  .calc .variant__selected .variant__item_title {
    transform: none;
    opacity: 0.5;
    writing-mode: unset;
    color: #FCCA27;
    bottom: auto;
    top: 2px;
    font-size: 55px;
    left: 12px;
  }
}
.calc .variant__item {
  width: 33.3333333333%;
  height: 299px;
  border: 1px solid #3A3A3A;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  filter: grayscale(1);
}
.calc .variant__item--maximum {
  background-image: url(/bitrix/templates/aspro-lite/components/luxar/super/calc_v2/images/variant_1.jpg);
  border-right: 0;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
.calc .variant__item--optimum {
  background-image: url(/bitrix/templates/aspro-lite/components/luxar/super/calc_v2/images/variant_2.jpg);
}
.calc .variant__item--base {
  background-image: url(/bitrix/templates/aspro-lite/components/luxar/super/calc_v2/images/variant_3.jpg);
  border-left: 0;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
@media screen and (max-width: 749px) {
  .calc .variant__item {
    background-image: none;
    border-radius: 0;
    height: 166px;
  }
}
.calc .variant__item_title {
  position: absolute;
  left: 18px;
  top: 4px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 70px;
  line-height: 1em;
  font-family: "Alumni Sans", sans-serif;
}
@media screen and (max-width: 749px) {
  .calc .variant__item_title {
    transform: rotate(-180deg);
    opacity: 0.5;
    font-size: 40px;
    transform-origin: left;
    bottom: 20px;
    writing-mode: vertical-rl;
    left: 50px;
    top: auto;
  }
}
.calc .variant__item_description {
  position: absolute;
  left: 18px;
  top: 64px;
  font-size: 16px;
  line-height: 19px;
  color: #777;
}
@media screen and (max-width: 749px) {
  .calc .variant__item_description {
    transform: rotate(-180deg);
    opacity: 0.5;
    font-size: 14px;
    transform-origin: left;
    bottom: 20px;
    left: 95px;
    top: auto;
    writing-mode: vertical-rl;
    height: 130px;
  }
}
.calc .variant__item.active {
  filter: none;
}
.calc .variant__item.active .variant__item_title {
  color: #FCCA27;
}
@media screen and (max-width: 749px) {
  .calc .variant__item.active .variant__item_title {
    opacity: 1;
  }
}
.calc .zone-item {
  width: calc(20% - 12px);
  margin-right: 12px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 749px) {
  .calc .zone-item {
    margin-right: 10px;
    width: calc(50% - 5px);
  }
  .calc .zone-item:nth-child(2n) {
    margin-right: 0;
  }
}
.calc .zone-item input[type=checkbox] {
  display: none;
}
.calc .zone-item input[type=checkbox] + label {
  display: flex;
  align-items: center;
  position: relative;
  padding: 15px;
  border: 1px solid #3A3A3A;
  background: transparent no-repeat center center;
  border-radius: 7px;
  color: #777;
  font-size: 16px;
  height: 100%;
  width: 100%;
  line-height: 1.2em;
  cursor: pointer;
}
@media screen and (max-width: 749px) {
  .calc .zone-item input[type=checkbox] + label {
    font-size: 14px;
  }
}
.calc .zone-item input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-right: 17px;
  border: 1px solid #3A3A3A;
  border-radius: 7px;
  background: no-repeat center center #000;
}
.calc .zone-item input[type=checkbox]:checked + label {
  background-color: #000;
  color: #fff;
}
.calc .zone-item input[type=checkbox]:checked + label:before {
  background-color: #3A3A3A;
  background-image: url(/bitrix/templates/aspro-lite/components/luxar/super/calc_v2/images/checkbox.svg);
}
.calc__result_header {
  margin: 14px 0;
  display: flex;
  background: #232323;
  color: #777;
  border-radius: 7px;
  font-size: 16px;
}
@media screen and (max-width: 749px) {
  .calc__result_header {
    display: none;
  }
}
.calc__result_header_col {
  width: 50%;
  padding: 10px 38px;
  box-sizing: border-box;
}
.calc__result_header_col:first-child {
  width: 34%;
  border-right: 1px solid #3A3A3A;
  padding: 10px 22px;
}
.calc__result_header_col:last-child {
  width: 20%;
}
.calc__result_do_calc {
  height: 50px;
  background: #0F0F0F;
  border-radius: 7px;
  text-align: center;
}
.calc__result_do_calc button.btn.btn-default {
  color: #fff;
  transform: translate(0, 27px);
}
.calc__result_do_calc button.btn.btn-default svg {
  display: inline-block;
  vertical-align: middle;
  padding-left: 18px;
  width: 50px;
}
.calc__empty-form {
  background: #0F0F0F;
  padding: 45px;
  border-radius: 7px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 749px) {
  .calc__empty-form {
    padding: 20px;
    display: block;
    text-align: center;
  }
}
.calc__empty-form_button {
  margin-right: 0 !important;
  margin-left: auto !important;
}
.calc__empty-form_icon {
  margin-right: 77px;
}
@media screen and (max-width: 749px) {
  .calc__empty-form_icon {
    display: block;
    margin: 0 auto 20px auto;
  }
}
@media screen and (max-width: 749px) {
  .calc__empty-form_text {
    margin-bottom: 20px;
  }
}
.calc__empty-form_text .title {
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  color: #fff;
}
@media screen and (max-width: 749px) {
  .calc__empty-form_text .title {
    font-size: 18px;
    line-height: 1em;
  }
}
.calc__empty-form_text .description {
  font-size: 20px;
  line-height: 24px;
  color: #777777;
}
@media screen and (max-width: 749px) {
  .calc__empty-form_text .description {
    font-size: 14px;
    line-height: 1em;
  }
}
.calc .zone_block {
  display: flex;
  margin-bottom: 14px;
  border: 1px solid #3A3A3A;
  border-radius: 7px;
  overflow: hidden;
}
@media screen and (max-width: 749px) {
  .calc .zone_block {
    border-radius: 0;
    margin-bottom: 0;
    border-top: 0;
    flex-wrap: wrap;
  }
  .calc .zone_block svg {
    display: none;
  }
}
.calc .zone_block__col {
  width: 56%;
  min-height: 160px;
  padding: 22px 38px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 749px) {
  .calc .zone_block__col {
    width: 65%;
    min-height: initial;
    padding: 11px;
    font-size: 14px;
    line-height: 1.3em;
  }
}
.calc .zone_block__col--title {
  width: 34%;
  background: #000;
  border-right: 1px solid #3A3A3A;
  position: relative;
}
@media screen and (max-width: 749px) {
  .calc .zone_block__col--title {
    width: 100%;
  }
}
.calc .zone_block__col--title span {
  font-size: 18px;
  color: #fff;
  display: block;
  position: absolute;
  left: 21px;
  top: 11px;
}
@media screen and (max-width: 749px) {
  .calc .zone_block__col--title span {
    position: initial;
    font-size: 14px;
  }
}
.calc .zone_block__col--title svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.calc .zone_block__col--title svg path {
  fill: #fff;
}
.calc .zone_block__col--count {
  width: 20%;
}
@media screen and (max-width: 749px) {
  .calc .zone_block__col--count {
    width: 35%;
  }
}
.calc .zone_block__col--flex {
  display: flex;
  width: 100%;
}
.calc .zone_block__col--flex div:first-child {
  width: 70%;
  padding-right: 10px;
  position: relative;
}
.calc .zone_block__col--flex div:first-child:after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 20px);
  position: absolute;
  right: 0;
  top: -10px;
  background: rgba(58, 58, 58, 0.5);
}
.calc .zone_block__col--flex div:last-child {
  width: 30%;
  padding-left: 10px;
}
.calc .loader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 200000;
  opacity: 0;
  transition: opacity 0.3s linear;
  pointer-events: none;
}
.calc .loader:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(/bitrix/templates/aspro-lite/components/luxar/super/calc_v2/images/loading.svg) no-repeat 0 0;
  width: 85px;
  height: 85px;
  margin: -43.5px 0 0 -42.5px;
}
.calc .loader.active {
  opacity: 1;
  pointer-events: initial;
}
.calc .final {
  display: flex;
  align-items: center;
  background: #0F0F0F;
  padding: 10px;
  border-radius: 7px;
  margin-top: 30px;
}
@media screen and (max-width: 749px) {
  .calc .final {
    flex-wrap: wrap;
  }
  .calc .final > * {
    width: 100%;
    text-align: center;
  }
}
.calc .final__in_cart {
  margin-right: 0;
  margin-left: 0;
}
@media screen and (max-width: 749px) {
  .calc .final__in_cart {
    order: 3;
  }
}
.calc .final__sum {
  margin-right: 20px;
  margin-left: auto;
  color: #fff;
  font-size: 22px;
  line-height: 27px;
}
@media screen and (max-width: 749px) {
  .calc .final__sum {
    order: 1;
    margin-right: 0;
    margin-top: 10px;
  }
}
.calc .final__sum span {
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  color: #FCCA27;
}
.calc .final .price_description {
  margin: 0 10px;
  color: #777777;
  line-height: 1.3em;
}
.calc .final .price_description span {
  color: #FCCA27;
}
@media screen and (max-width: 749px) {
  .calc .final .price_description {
    order: 2;
    margin: 20px 0;
    font-size: 14px;
    line-height: 1.2em;
  }
}
.calc .final > button {
  margin-right: 10px;
}
@media screen and (max-width: 749px) {
  .calc .final > button {
    order: 4;
  }
}
.calc .final-table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
}
.calc .final-table thead {
  background: #232323;
  border-radius: 7px;
}
@media screen and (max-width: 749px) {
  .calc .final-table thead {
    display: none;
  }
}
.calc .final-table thead th {
  padding: 10px;
  text-align: center;
  position: relative;
}
.calc .final-table thead th:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(58, 58, 58, 0.5);
  color: #777777;
}
.calc .final-table thead th:last-child:after {
  display: none;
}
.calc .final-table tbody {
  padding: 20px 0;
}
@media screen and (max-width: 749px) {
  .calc .final-table tbody tr {
    border-bottom: 1px solid #3A3A3A;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.calc .final-table tbody tr td {
  color: #fff;
  padding: 2px 20px;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .calc .final-table tbody tr td {
    padding: 0;
    font-size: 14px;
    text-align: left;
    font-weight: 300;
    line-height: 1.2em;
    color: #777;
  }
}
.calc .final-table tbody tr td:first-child {
  text-align: left;
}
@media screen and (max-width: 749px) {
  .calc .final-table tbody tr td:first-child {
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2em;
    padding-top: 13px;
    padding-bottom: 4px;
  }
}
@media screen and (max-width: 749px) {
  .calc .final-table tbody tr td:last-child {
    text-align: right;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    width: 40%;
    padding-bottom: 10px;
  }
  .calc .final-table tbody tr td:nth-child(3), .calc .final-table tbody tr td:nth-child(2) {
    width: 30%;
    padding-bottom: 10px;
  }
}
.calc .final-table tbody tr td a {
  color: #fff;
}
.calc .final-table tbody tr td a:hover {
  color: #FCCA27;
}
.calc .final-table tbody tr:first-child td {
  padding-top: 20px;
}
@media screen and (max-width: 749px) {
  .calc .final-table tbody tr:first-child td {
    padding-top: 10px;
  }
}
.calc .final-table tbody tr:last-child td {
  padding-bottom: 20px;
}
@media screen and (max-width: 749px) {
  .calc .final-table tbody tr:last-child td {
    padding-bottom: 10px;
  }
}
.calc .btn.btn-black {
  background: #232323;
  border-color: #232323;
  color: #fff;
}
.calc .btn.btn-black svg {
  display: inline-block;
  margin-left: 18px;
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /bitrix/templates/aspro-lite/components/luxar/super/calc_v2/style.css?173917378618209 */
