

/* Start:/local/templates/.default/components/bitrix/news/balkony/bitrix/news.list/.default/style.css?1607972526108*/
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/components/custom/calculator/templates/.default/style.css?160797253063553*/
@-webkit-keyframes hide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes hide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.public .public_wr .public_content .about_block_one_wr p {
  font-size: 18px; }
@media (max-width: 767px) {
  .public .public_wr .public_content .about_block_one_wr p {
    font-size: 16px; } }

.calculator-container {
  font-size: 16px; }
@media (max-width: 991px) {
  .calculator-container {
    font-size: 15px; } }
@media (max-width: 479px) {
  .calculator-container {
    font-size: 14px; } }
.calculator-container__head {
  padding-left: 240px;
  margin: 0 0 3.125em 0; }
@media (max-width: 1199px) {
  .calculator-container__head {
    padding-left: 15px;
    font-size: 1.2em; } }
@media (max-width: 767px) {
  .calculator-container__head {
    display: none; } }
.calculator-container__head-item li {
  display: inline-block;
  margin-right: 25px;
  font-weight: 700;
  font-size: 1.05em;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
.calculator-container__head-item li:hover {
  color: #737373; }
.calculator-container__head-item li:last-child {
  margin-right: 0; }
.calculator-container__wrap {
  width: 1645px; }
@media (max-width: 1199px) {
  .calculator-container__wrap {
    width: 100%; } }
.calculator-container .item--active {
  position: relative;
  color: #eb071e;
  cursor: default; }
.calculator-container .item--unactive {
  opacity: 0.5;
  pointer-events: none;
}

.calculator-container .item--unactive-by-condition {
  opacity: 0.5;
  pointer-events: none;
}

.calculator-container .js-freeze {
  opacity: 0.5;
  pointer-events: none;
}

.calculator-container .item--active:hover {
  color: #eb071e; }
.calculator-container .active-selector {
  position: relative;
  width: 24px;
  height: 24px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
.calculator-container .active-selector:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  top: 0;
  left: 0;
  -webkit-transform: skew(0, 42deg);
  -ms-transform: skew(0, 42deg);
  transform: skew(0, 42deg);
  background: #eb071e; }
.calculator-container .active-selector:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  top: 0;
  left: 50%;
  -webkit-transform: skew(0, -42deg);
  -ms-transform: skew(0, -42deg);
  transform: skew(0, -42deg);
  background: #eb071e;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
@media (max-width: 991px) {
  .calculator-container .active-selector {
    display: none; } }

.calculator {
  font-size: 16px;
  margin-top: 0.8125em; }
@media (max-width: 1199px) {
  .calculator {
    font-size: 12px; } }
@media (max-width: 479px) {
  .calculator {
    font-size: 12px;
    z-index: 100; } }
.calculator__main-block {
  display: inline-block;
  background: #eaeaea;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 67%;
  padding-left: 240px;
  padding-right: 50px;
  overflow: hidden;
  min-height: 1067px;
  position: relative; }
@media (max-width: 1700px) {
  .calculator__main-block {
    width: 56vw;
    padding-left: 8vw;
  }
}
@media (max-width: 1600px) {
  .calculator__main-block {
    width: 70vw;
    padding-left: 10vw;
  }
}
@media (max-width: 1199px) {
  .calculator__main-block {
    width: 67%;
    padding: 0 15px; } }
@media (max-width: 991px) {
  .calculator__main-block {
    width: 60%;
    min-height: 0; } }
@media (max-width: 479px) {
  .calculator__main-block {
    width: 100%; } }
.calculator__right-block {
  width: 30%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  padding: 20px 41px;
  background: white;
  z-index: 10; }
@media (max-width: 1600px) {
  .calculator__right-block {
    width: 20vw;
  }
}
@media (max-width: 1600px) {
  .calculator__right-block {
    width: 24vw;
  }
}
@media (max-width: 1199px) {
  .calculator__right-block {
    width: 26%; } }
@media (max-width: 991px) {
  .calculator__right-block {
    width: 38%; } }
@media (max-width: 479px) {
  .calculator__right-block {
    width: 100%; } }
.calculator__container {
  position: relative; }
.calculator__summary ul li {
  margin: 20px 0;
  position: relative; }
.calculator__summary-item {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px; }
.calculator__item {
  background: #eaeaea;
  position: absolute;
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  margin: 0 0 200px 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: -1;
  top: 2.625em; }
@media (max-width: 479px) {
  .calculator__item {
    min-width: 93vw;
  }
}
.calculator .js-current {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  position: relative;
  opacity: 1;
  left: 0;
  top: 2.625em;
  z-index: 1; }
.calculator .js-past {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  position: absolute;
  opacity: 0;
  z-index: -1;
  top: 2.625em; }
.calculator__header-text {
  font-size: 24px;
  font-weight: 600;
  color: black;
}
.calculator__text {
  font-size: 1.5em; }

.calculator__window-area {
  background: #c6c6c6;
  min-height: 460px;
  max-width: 777px;
  padding: 27px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px; }
@media (max-width: 1199px) {
  .calculator__window-area {
    min-height: 0;
    padding: 25px 15px; } }
.calculator__sash-type {
  display: none; }
.calculator #window-pic {
  display: block;
  max-height: 100%;
  min-width: 100%;
  min-height: 400px;
  position: relative; }
@media (max-width: 1199px) {
  .calculator #window-pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 200px; } }
@media (max-width: 479px) {
  .calculator #window-pic {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }
.calculator #window-pic.num1.window {
  background: url(/local/templates/okna/img/windows-type/1-window.png) no-repeat center center;
  background-size: contain; }
.calculator #window-pic.num2.window {
  background: url(/local/templates/okna/img/windows-type/2-window.png) no-repeat center center;
  background-size: contain; }
.calculator #window-pic.num3.window {
  background: url(/local/templates/okna/img/windows-type/3-window.png) no-repeat center center;
  background-size: contain; }
.calculator #window-pic.num4.window {
  background: url(/local/templates/okna/img/windows-type/4-balcony.png) no-repeat center center;
  background-size: contain; }
.calculator #window-pic.num3.balcony {
  background: url(/local/templates/okna/img/windows-type/3-balcony.png) no-repeat center center;
  background-size: contain; }
.calculator #window-pic.num4.balcony {
  background: url(/local/templates/okna/img/windows-type/4-balcony.png) no-repeat center center;
  background-size: contain; }
.calculator #window-pic.num4-1.balcony {
  background: url(/local/templates/okna/img/windows-type/4-1-balcony.png) no-repeat center center;
  background-size: contain; }
.calculator #window-pic.num5.balcony {
  background: url(/local/templates/okna/img/windows-type/5-balcony.png) no-repeat center center;
  background-size: contain; }
.calculator #window-pic.num5-1.balcony {
  background: url(/local/templates/okna/img/windows-type/5-1-balcony.png) no-repeat center center;
  background-size: contain; }
.calculator #window-pic.num5-2.balcony {
  background: url(/local/templates/okna/img/windows-type/5-2-balcony.png) no-repeat center center;
  background-size: contain; }
.calculator #window-pic.num6.balcony {
  background: url(/local/templates/okna/img/windows-type/6-balcony.png) no-repeat center center;
  background-size: contain; }
.calculator #window-pic.num6-1.balcony {
  background: url(/local/templates/okna/img/windows-type/6-1-balcony.png) no-repeat center center;
  background-size: contain; }
.calculator #window-pic.num6-2.balcony {
  background: url(/local/templates/okna/img/windows-type/6-2-balcony.png) no-repeat center center;
  background-size: contain; }
.calculator #window-pic.num8-2.balcony {
  background: url(/local/templates/okna/img/windows-type/8-2-balcony.png) no-repeat center center;
  background-size: contain; }

@media (max-width: 1400px) {
  .calculator #window-pic.num1.window {
    background-size: 26% 397px; }
  .calculator #window-pic.num2.window {
    background-size: 51% 397px; }
  .calculator #window-pic.num3.window {
    background-size: 78% 397px; }
  .calculator #window-pic.num4.window {
    background-size: 100% 397px; }
  .calculator #window-pic.num3.balcony {
    background-size: 78% 397px; }
  .calculator #window-pic.num4.balcony {
    background-size: 100% 397px; }
  .calculator #window-pic.num4-1.balcony, .calculator #window-pic.num5-1.balcony {
    background-size: 100% 397px; }
  .calculator #window-pic.num5-2.balcony {
    background-size: 100% 397px;}
  .calculator #window-pic.num6.balcony {
    background-size: 100% 334px; }
  .calculator #window-pic.num6-1.balcony {
    background-size: 100% 334px; }
  .calculator #window-pic.num6-2.balcony {
    background-size: 100% 334px; }
  .calculator #window-pic.num8-2.balcony {
    background-size: 100% 334px; }
}
@media (max-width: 1199px) {
  .calculator #window-pic {
    height: 260px;
    z-index: 2;
  }
  .calculator #window-pic.num1.window {
    background-size: 18% 238px; }
  .calculator #window-pic.num2.window {
    background-size: 33% 238px; }
  .calculator #window-pic.num3.window {
    background-size: 47% 238px; }
  .calculator #window-pic.num4.window {
    background-size: 61% 238px; }
  .calculator #window-pic.num3.balcony {
    background-size: 50% 256px; }
  .calculator #window-pic.num4.balcony {
    background-size: 65% 256px; }
  .calculator #window-pic.num4-1.balcony {
    background-size: 66% 256px;}
  .calculator #window-pic.num5-1.balcony,
  .calculator #window-pic.num5-2.balcony{
    background-size: 70% 256px;}
  .calculator #window-pic.num6.balcony {
    background-size: 82% 256px; }
  .calculator #window-pic.num6-1.balcony {
    background-size: 82% 256px; }
  .calculator #window-pic.num6-2.balcony {
    background-size: 82% 256px; }
  .calculator #window-pic.num8-2.balcony {
    background-size: 82% 256px; }
}

@media (max-width: 991px) {
  .calculator #window-pic.num1.window {
    background-size: 26% 238px; }
  .calculator #window-pic.num2.window {
    background-size: 51% 238px; }
  .calculator #window-pic.num3.window {
    background-size: 78% 238px; }
  .calculator #window-pic.num4.window {
    background-size: 85% 238px; }
  .calculator #window-pic.num3.balcony {
    background-size: 65% 256px; }
  .calculator #window-pic.num4.balcony {
    background-size: 90% 256px; }
  .calculator #window-pic.num4-1.balcony {
    background-size: 90% 256px;}
  .calculator #window-pic.num5.balcony {
    background-size: 100% 256px;}
  .calculator #window-pic.num5-1.balcony,
  .calculator #window-pic.num5-2.balcony,
  .calculator #window-pic.num6.balcony,
  .calculator #window-pic.num6-1.balcony,
  .calculator #window-pic.num6-2.balcony,
  .calculator #window-pic.num8-2.balcony{
    background-size: 100% 256px; }
}

@media (max-width: 479px) {
  .calculator #window-pic.num1.window {
    background-size: 26% 220px; }
  .calculator #window-pic.num2.window {
    background-size: 51% 220px; }
  .calculator #window-pic.num3.window {
    background-size: 78% 220px; }
  .calculator #window-pic.num4.window {
    background-size: 85% 220px; }
  .calculator #window-pic.num3.balcony {
    background-size: 80% 220px; }
  .calculator #window-pic.num4.balcony {
    background-size: 90% 220px; }
  .calculator #window-pic.num4-1.balcony {
    background-size: 90% 220px;}
  .calculator #window-pic.num5-1.balcony,
  .calculator #window-pic.num5-2.balcony,
  .calculator #window-pic.num6-2.balcony,
  .calculator #window-pic.num8-2.balcony{
    background-size: 100% 220px; }
}

@media (max-width: 1199px) {
  .calculator #window-pic {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }
.calculator__label {
  display: inline-block;
  font-size: 22px;
  vertical-align: middle;
  line-height: 187%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative; }
.calculator__label span {
  display: block;
  font-size: 16px;
  line-height: 0;
  padding-left: 46px; }
.calculator__label:hover {
  color: #737373; }
.calculator__label:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -3px;
  width: 21px;
  height: 21px;
  border: 1px solid #b7b7b7;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 15px;
  cursor: pointer;
  padding: 2px; }
.calculator__label:after {
  content: "";
  position: absolute;
  width: 7px;
  top: 16px;
  left: 7px;
  height: 7px;
  background: #b7b7b7;
  border-radius: 50%; }
.calculator__label--under {
  display: block;
  width: 100%;
  margin: 16px 0;
  font-size: 16px; }
.calculator__radiobutton {
  position: relative; }
.calculator__radiobutton:first-child {
  margin: 0; }
.calculator__radiobutton.vertical {
  margin-top: 0.625em;
  margin-bottom: 0.625em; }
.calculator__radiobutton.horisontal {
  margin-right: 20px; }
.calculator .vertical {
  display: block; }
@media (max-width: 767px) {
  .calculator .vertical {
    display: block; } }
.calculator .horisontal {
  display: inline-block; }
@media (max-width: 479px) {
  .calculator .horisontal {
    display: block;
    margin: 0 auto; } }
.calculator .flex {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 47%;
  margin-right: 1.875em;
  cursor: pointer; }
@media (max-width: 991px) {
  .calculator .flex {
    width: 100%; } }
@media (max-width: 479px) {
  .calculator .flex {
    width: 100%; } }
.calculator .flex:nth-child(2n) {
  margin-right: 0; }
.calculator .flex .calculator__container {
  overflow: hidden;
  background: #ffffff;
  height: 16.8125em; }
.calculator .flex .calculator__container img {
  max-height: 100%;
  margin: 0 auto;
  height: auto; }
.calculator .colorpicker {
  margin-top: 3.3125em;
  display: inline-block; }
.calculator .colorpicker .calculator__label {
  width: 3em;
  height: 3em;
  background: #b7b7b7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
.calculator .colorpicker .calculator__label:hover {
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.8); }
.calculator .colorpicker .calculator__label:before {
  display: none; }
.calculator .colorpicker input:checked + .calculator__label {
  border: 2px solid #eb071e; }
.calculator .colorpicker input:checked + .calculator__label:after {
  display: none; }
.calculator .inline {
  display: inline-block; }
.calculator .inline:nth-child(2n) {
  margin-left: 20px; }
.calculator .inline img {
  width: 100%;
  max-height: 269px; }
.calculator .mobile-only {
  display: none; }
@media (max-width: 991px) {
  .calculator .mobile-only {
    display: block; } }
.calculator__radiobutton input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: 5;
  cursor: pointer; }
.calculator__radiobutton input:hover + .calculator__label {
  color: #737373; }
.calculator__radiobutton input:checked ~ .calculator__label:after {
  background: #eb071e; }
.calculator__radio-text-right {
  display: inline-block;
  font-weight: 700;
  vertical-align: middle;
  margin-right: 1.5em;
  position: absolute;
  top: 0.333em;
  right: 0.333em;
  font-size: 1.875em; }
@media (max-width: 991px) {
  .calculator__radio-text-right {
    font-size: 1.5em;
    top: 0.55em; } }
.calculator__section {
  position: relative;
  margin: 1.5625em 0; }
@media (max-width: 991px) {
  .calculator__section {
    margin: 0.5em 0; } }
.calculator__sublabel {
  font-size: 1.5em;
  display: block;
  padding-left: 45px;
  line-height: 1em; }
.calculator__input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 2.0833333333em;
  font-size: 1.5em;
  width: 4.75em;
  background: none;
  padding: 10px;
  border: 1px solid #b7b7b7;
  margin-right: 13px; }
.calculator__img {
  position: relative;
  left: 0;
  opacity: 1; }
.calculator .pink {
  color: #eb071e; }
.calculator-border {
  border: 2px solid #eb071e;
  border-radius: 10px;
  display: inline;
  padding: 5px;}
@media (max-width: 991px) {
  .calculator-border {
    border: none; } }
.calculator-into-border{
  display: inline;
  padding: 5px;}
.calculator .pink-button {
  width: 306px;
  max-width: 100%;
  height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.25em;
  background: #eb071e;
  border: none;
  color: white;
  border-radius: 30px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
@media (max-width: 991px) {
  .calculator .pink-button {
    width: 250px; } }
@media (max-width: 767px) {
  .calculator .pink-button {
    width: 180px; } }
.calculator .pink-button:hover {
  background: #db061c; }
.calculator .pink-button:active {
  -webkit-box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, 0.2); }
.calculator .sash_num {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-animation: show;
  animation: show; }
.calculator .hidden {
  opacity: 0;
  position: absolute;
  right: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-animation: hide;
  animation: hide; }
.calculator .step_1 span {
  vertical-align: bottom;
  font-size: 1.5em; }
.calculator .step_1 .calculator__radiobutton {
  vertical-align: bottom;
  margin-right: 0; }
.calculator .step_1 .calculator__radiobutton input:checked + .calculator__label {
  color: #eb071e; }
@media (max-width: 1199px) {
  .calculator .step_1 .calculator__radiobutton {
    display: inline-block; } }
.calculator .step_1 .calculator__radiobutton + span {
  line-height: 1.85em; }
@media (max-width: 1199px) {
  .calculator .step_1 .horisontal {
    display: inline-block; } }
.calculator .step_1 .calculator__label {
  display: inline; }
.calculator .step_1 .calculator__label:after {
  top: 50%;
  transform: translateY(-60%);
}
.calculator .step_1 .calculator__section>.calculator__label:before, .calculator .step_1 .calculator__section>.calculator__label:after {
  display: none; }
.calculator .step_1 .pink-button {
  margin-left: 103px; }
@media (max-width: 991px) {
  .calculator .step_1 .pink-button {
    width: 250px;
    display: block;
    margin-left: 0;
    margin-top: 25px; } }
.calculator .step_1 .calculator__field__helper {
  margin-top: 15px;
}
.calculator .step_2 .section_1 .calculator__field {
  margin-bottom: 4.3125em; }
.calculator .step_2 .flex {
  margin: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
.calculator .step_2 .calculator__radiobutton {
  margin: 0 20px 0 0; }
.calculator .step_2 .section_2 .calculator__text {
  margin-top: 2.6875em; }
@media (max-width: 991px) {
  .calculator .step_2 .section_2 .calculator__text {
    margin-top: 1.5em; } }
.calculator .step_2 .section_2 .calculator__text + .calculator__radiobutton {
  margin-top: 1.875em; }
.calculator .step_2 .section_2 .calculator__radiobutton {
  margin: 0.625em 0; }
.calculator .step_2 .section_2 .calculator__label {
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 500; }
.calculator .step_2 .section_2 .calculator__label:after {
  top: 12px;
  width: 0.28em;
  left: 0.33em; }
@media (max-width: 1199px) {
  .calculator .step_2 .section_2 .calculator__label:after {
    top: 8px;
    left: 0.33em; } }
.calculator .step_2 .section_2 .calculator__img {
  width: 200px;
  height: auto; }
.calculator .step_2 .section_2 .calculator__container {
  margin-top: 2.6875em; }
@media (max-width: 767px) {
  .calculator .step_2 .section_2 .calculator__container {
    margin-top: 1.5em; } }
.calculator .step_2 .count_item-3 .flex {
  width: 32%; }
@media (max-width: 991px) {
  .calculator .step_2 .count_item-3 .flex {
    width: 100%; } }
.calculator .step_2 .count_item-2 .flex {
  width: 44%; }
@media (max-width: 991px) {
  .calculator .step_2 .count_item-2 .flex {
    width: 100%; } }
.calculator .step_2 .count_item-1 .flex {
  width: 60%; }
@media (max-width: 991px) {
  .calculator .step_2 .count_item-1 .flex {
    width: 100%; } }
.step_2 .calculator__field .calculator__text {
  margin-top: 15px;
}
.step_2 .calculator__field .calculator__text .calculator__text__img{
  width: 25px;
  height: 25px;
}
.calculator .step_3 .flex {
  margin-top: 25px;
  margin-bottom: 25px; }
@media (max-width: 991px) {
  .calculator .step_3 .flex {
    margin-top: 15px;
    margin-bottom: 15px; } }
.calculator .step_3 .calculator__label {
  margin-top: 25px; }
.calculator .step_3 input:checked ~ .calculator__container {
  border: 2px solid #eb071e; }
.calculator .step_3 .calculator__sublabel {
  padding-left: 45px;
  line-height: 1em; }
.calculator .step_5 .section_1 .calculator__header-text, .calculator .step_6 .section_1 .calculator__header-text {
  margin-top: 58px;
  vertical-align: bottom; }
@media (max-width: 991px) {
  .calculator .step_5 .section_1 .calculator__header-text, .calculator .step_6 .section_1 .calculator__header-text {
    margin-top: 25px; } }
.calculator .step_5 .section_1 .calculator__text, .calculator .step_6 .section_1 .calculator__text {
  vertical-align: bottom; }
.calculator .step_5 .section_2, .calculator .step_6 .section_2 {
  padding-bottom: 43px;
  border-bottom: 1px solid white; }
@media (max-width: 991px) {
  .calculator .step_5 .section_2, .calculator .step_6 .section_2 {
    padding-bottom: 30px; } }
.calculator .step_5 #still-depth, .calculator .step_5 #revulsion-depth, .calculator .step_6 #still-depth, .calculator .step_6 #revulsion-depth {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }
.calculator .step_5 #still-depth.hidden-section, .calculator .step_6 #revulsion-depth.hidden-section, .calculator .step_6 #still-depth.hidden-section, .calculator .step_7 #revulsion-depth.hidden-section {
  opacity: 0;
  display: none;
  max-height: 1px;
  -webkit-transform: translateY(300px);
  -ms-transform: translateY(300px);
  transform: translateY(300px); }
.calculator .step_5 .calculator__label--under, .calculator .step_6 .calculator__label--under {
  margin-top: 57px; }
@media (max-width: 991px) {
  .calculator .step_5 .calculator__label--under, .calculator .step_6 .calculator__label--under {
    margin-top: 27px; } }
.calculator .step_7 .section_1 {
  padding-bottom: 63px;
  border-bottom: 1px solid white; }
@media (max-width: 991px) {
  .calculator .step_7 .section_1 {
    padding-bottom: 20px; } }
.calculator .step_7 .section_2 {
  padding-top: 37px; }
@media (max-width: 991px) {
  .calculator .step_7 .section_2 {
    padding-top: 10px; } }
.calculator .step_7 .calculator__header-text {
  margin-bottom: 30px; }
@media (max-width: 991px) {
  .calculator .step_7 .calculator__header-text {
    margin-bottom: 15px; } }
.calculator .step_7 .colorpicker {
  margin-top: 22px; }
@media (max-width: 991px) {
  .calculator .step_7 .colorpicker {
    margin-top: 5px; } }
.calculator .step_8 .calculator__radio-text-right {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  padding-left: 45px; }
@media (max-width: 767px) {
  .calculator__right-block {
    padding-top: 25px; } }
.calculator__right-block .section_2 {
  margin-top: 59px; }
@media (max-width: 991px) {
  .calculator__right-block .section_2 {
    margin-top: 20px; } }
.calculator__right-block .section_3 {
  margin-top: 62px; }
@media (max-width: 767px) {
  .calculator__right-block .section_3 {
    display: none; } }
.calculator__right-block .calculator__summary {
  margin-top: 15px;
  margin-bottom: 47px; }
.calculator__right-block .calculator__summary-item {
  cursor: pointer; }
@media (max-width: 767px) {
  .calculator__right-block .calculator__summary {
    margin-top: 20px;
    margin-bottom: 20px; } }
.calculator__right-block ul + .calculator__header-text, .calculator__right-block #summary {
  margin-left: 15px; }
@media (max-width: 767px) {
  .calculator__right-block ul + .calculator__header-text, .calculator__right-block #summary {
    margin-left: 0; } }
.calculator .sash_1 {
  position: absolute;
  width: 62px;
  height: 62px;
  top: 26%;
  left: 40px; }
@media (max-width: 991px) {
  .calculator .sash_1 {
    top: 36%; } }
.calculator .sash_1:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  top: 0;
  left: 0;
  -webkit-transform: skew(0, -42deg);
  -ms-transform: skew(0, -42deg);
  transform: skew(0, -42deg);
  background: #eb071e; }
.calculator .sash_1:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  top: 10px;
  left: 0;
  -webkit-transform: skew(0, 42deg);
  -ms-transform: skew(0, 42deg);
  transform: skew(0, 42deg);
  background: #eb071e; }
.calculator .sash_2 {
  position: absolute;
  width: 62px;
  height: 62px;
  top: 26%;
  left: 160px; }
@media (max-width: 1199px) {
  .calculator .sash_2 {
    top: 30%; } }
@media (max-width: 991px) {
  .calculator .sash_2 {
    top: 36%; } }
.calculator .sash_2:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  top: 0;
  left: 0;
  -webkit-transform: skew(0, -42deg);
  -ms-transform: skew(0, -42deg);
  transform: skew(0, -42deg);
  background: #eb071e; }
.calculator .sash_2:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  top: 10px;
  left: 0;
  -webkit-transform: skew(0, 42deg);
  -ms-transform: skew(0, 42deg);
  transform: skew(0, 42deg);
  background: #eb071e; }
.calculator .step-prev {
  position: fixed;
  display: none;
  font-size: 6em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 20px;
  border: 1px solid #b7b7b7;
  width: 60px;
  line-height: 0.5em;
  height: 60px;
  cursor: pointer;
  z-index: 6;
  top: 0;
  background: white;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  left: 0; }
.calculator .step-prev:hover {
  color: #eb071e; }
@media (max-width: 991px) {
  .calculator .step-prev {
    display: inline-block; } }
.calculator .step-next {
  position: fixed;
  display: none;
  font-size: 6em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 20px;
  border: 1px solid #b7b7b7;
  width: 60px;
  line-height: 0.5em;
  height: 60px;
  cursor: pointer;
  z-index: 6;
  top: 0;
  background: white;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  right: 0; }
.calculator .step-next:hover {
  color: #eb071e; }
@media (max-width: 991px) {
  .calculator .step-next {
    display: inline-block; } }
.calculator .step-prev.unactive, .calculator .step-next.unactive {
  color: #b7b7b7;
  opacity: 0 !important; }
.calculator .step-prev.unactive {
  left: -100%; }
.calculator .step-next.unactive {
  right: -100%; }

.calculator__summary--mobile {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 55px;
  z-index: 15;
  background: white;
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #b7b7b7;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
@media (max-width: 479px) {
  .calculator__summary--mobile {
    display: block; } }
.calculator__summary--mobile #flop {
  font-size: 17px;
  background: #eaeaea;
  padding: 10px 0;
  display: none;
  position: relative; }
.calculator__summary--mobile .calculator__header-text {
  font-size: 18px;
  display: inline-block;
  margin-right: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
.calculator__summary--mobile .pink-button {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 35px; }
.calculator__summary--mobile .calculator__summary li {
  margin: 5px 0; }
.calculator__summary--mobile .section_1, .calculator__summary--mobile .section_2, .calculator__summary--mobile .section_3 .calculator__summary {
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.calculator__summary--mobile.opened {
  height: 520px;
  padding-top: 0; }
.calculator__summary--mobile.opened #summary {
  position: absolute;
  bottom: 30px;
  left: 10px; }
.calculator__summary--mobile.opened #get-order {
  position: absolute;
  bottom: 25px;
  right: 5px; }
.calculator__summary--mobile.opened #flop {
  display: block;
  position: relative; }
.calculator__summary--mobile.opened .section_2 {
  margin-bottom: 5px; }
.calculator__summary--mobile.opened .section_1, .calculator__summary--mobile.opened .section_2, .calculator__summary--mobile.opened .section_3 .calculator__summary {
  opacity: 1; }

.sash {
  opacity: 0.8;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: white;
  cursor: pointer;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  top: -1000px;
  left: -1000px; }
@media (max-width: 1199px) {
  .sash {
    position: relative;
    border: 1px solid #1C1C1C; } }
.sash.window {
  width: 158px;
  height: 366px; }
@media (max-width: 1199px) {
  .sash.balcony {
    z-index: -1;
    position: relative !important;
    background-size: 100% 100% !important; } }
.sash__text {
  display: block;
  font-size: 34px;
  line-height: 1; }
@media (max-width: 1199px) {
  .sash__text {
    font-size: 18px; } }
.sash__text-addition {
  display: none;
  font-size: 34px;
  line-height: 1; }
@media (max-width: 1199px) {
  .sash__text-addition {
    font-size: 18px; } }
.sash.rotable {
  background: url(/local/templates/okna/img/windows-type/otkid.jpg) no-repeat;
  background-size: 100% 100%; }
.sash.rotable .sash__text {
  display: none; }
.sash.rotableSkew {
  background: url(/local/templates/okna/img/windows-type/pov-otkid.jpg) no-repeat;
  background-size: 100% 100%; }
.sash.rotableSkew .sash__text {
  display: none; }
.sash.fixed .sash__text {
  display: none;
  color: #eb071e; }
.sash.fixed .sash__text-addition {
  display: block;
  color: #eb071e; }
.sash.selected {
  background: #eb071e; }
.sash.selected .sash__text-addition {
  display: none; }
.sash.selected .sash__text {
  display: block;
  color: white; }

.num1.window .sash--num-1.window {
  width: 158px;
  height: 366px;
  left: 287px;
  top: 19px; }
.num1.window .sash--num-2,
.num1.window .sash--num-3,
.num1.window .sash--num-4,
.num1.window .sash--num-5,
.num1.window .sash--num-6,
.num1.window .sash--num-7,
.num1.window .sash--num-8 {
  display: none; }

.num2.window .sash--num-1 {
  left: 193px;
  top: 19px; }
.num2.window .sash--num-2 {
  left: 382px;
  top: 19px; }
.num2.window .sash--num-3,
.num2.window .sash--num-4,
.num2.window .sash--num-5,
.num2.window .sash--num-6,
.num2.window .sash--num-7,
.num2.window .sash--num-8 {
  display: none; }

.num3.window .sash--num-1 {
  left: 98px;
  top: 19px; }
.num3.window .sash--num-2 {
  left: 288px;
  top: 19px; }
.num3.window .sash--num-3 {
  left: 477px;
  top: 19px; }
.num3.window .sash--num-4,
.num3.window .sash--num-5,
.num3.window .sash--num-6,
.num3.window .sash--num-7,
.num3.window .sash--num-8 {
  display: none; }

.num4.window .sash {
  width: 152px;
  height: 350px;
  top: 27px;}
.num4.window .sash--num-1 {
  left: 16px;}
.num4.window .sash--num-2 {
  left: 199px;}
.num4.window .sash--num-3 {
  left: 382px;}
.num4.window .sash--num-4 {
  left: 564px;}
.num4.window .sash--num-5,
.num4.window .sash--num-6,
.num4.window .sash--num-7,
.num4.window .sash--num-8 {
  display: none; }

.num4.window .sash--num-5,
.num4.window .sash--num-6,
.num4.window .sash--num-7,
.num4.window .sash--num-8 {
  display: none; }


@media (max-width: 1400px) {
  .window.sash {
    width: 21.6%;
    height: 366px;
    left: 287px;
    top: 8%; }

  .num1.window .sash--num-1.window {
    width: 21.8%;
    left: 38.9%;}

  .num2.window .sash--num-1 {
    left: 26.5%;}
  .num2.window .sash--num-2 {
    left: 51.9%;}

  .num3.window .sash--num-1 {
    left: 13.3%;}
  .num3.window .sash--num-2 {
    left: 39.1%;}
  .num3.window .sash--num-3 {
    left: 65.1%;}

  .num4.window .sash {
    width: 20.8%;
    height: 91.2%;
    top: 5%;}
  .num4.window .sash--num-1 {
    left: 2.1%;}
  .num4.window .sash--num-2 {
    left: 27.1%;}
  .num4.window .sash--num-3 {
    left: 52.1%;}
  .num4.window .sash--num-4 {
    left: 77%;}
}
@media (max-width: 1199px) {
  .window.sash {
    height: 219px;
    left: 287px;
    top: 0.9%; }

  .num1.window .sash--num-1.window {
    width: 15.1%;
    height: 219px;
    top: 0.9%;
    left: -0.1%;}

  .num2 .window {
    width: 14.2%;
    top: 0.9%;
  }

  .num2.window .sash--num-1 {
    left: -1.2%;}
  .num2.window .sash--num-2 {
    left: 1.2%;}

  .num3 .window {
    width: 13.4%;
  }

  .num3.window .sash--num-1 {
    top: 0.9%;
    left: -2.2%;}
  .num3.window .sash--num-2 {
    top: 0.9%;
    left: 0.1%;}
  .num3.window .sash--num-3 {
    top: 0.9%;
    left: 2.2%;}

  .num4.window .sash {
    width: 12.8%;
    height: 84.2%;
    top: 0.8%;}
  .num4.window .sash--num-1 {
    left:-3.6%;}
  .num4.window .sash--num-2 {
    left: -1.2%;}
  .num4.window .sash--num-3 {
    left: 1.2%;}
  .num4.window .sash--num-4 {
    left: 3.6%;}
}

@media (max-width: 991px) {
  .window.sash {
    height: 219px;
    left: 287px;
    top: 0.8%; }

  .num1.window .sash--num-1.window {
    width: 22.1%;
    height: 219px;
    top: 0.8%;
    left: -0.1%;}

  .num2 .window {
    width: 21.6%;
  }

  .num2.window .sash--num-1 {
    top: 0.9%;
    left: -2%;}
  .num2.window .sash--num-2 {
    top: 0.9%;
    left: 2%;}

  .num3 .window {
    width: 22%;
    top: 0.9%;
  }

  .num3.window .sash--num-1 {
    left: -3.9%;}
  .num3.window .sash--num-2 {
    left: 0.1%;}
  .num3.window .sash--num-3 {
    left: 3.9%;}

  .num4.window .sash {
    width: 18.1%;
    height: 84.2%;
    top: 0.8%;}
  .num4.window .sash--num-1 {
    left:-4.5%;}
  .num4.window .sash--num-2 {
    left: -1.4%;}
  .num4.window .sash--num-3 {
    left: 1.6%;}
  .num4.window .sash--num-4 {
    left: 4.5%;}
}

@media (max-width: 479px) {
  .window.sash {
    left: 287px;
    top: 0.8%;
    height: 204px;
  }

  .num1.window .sash.window,
  .num2.window .sash.window,
  .num3.window .sash.window {
    top: 0.8%;
    height: 204px;
  }

  .num4.window .sash {
    width: 18.1%;
    height: 78.5%; }
}

.num3.balcony .sash {
  width: 158px;
  height: 366px; }
.num3.balcony .sash--num-1 {
  left: 98px;
  top: 19px; }
.num3.balcony .sash--num-2 {
  left: 288px;
  top: 19px; }
.num3.balcony .sash--num-3 {
  left: 477px;
  top: 19px; }
.num3.balcony .sash--num-4,
.num3.balcony .sash--num-5,
.num3.balcony .sash--num-6,
.num3.balcony .sash--num-7,
.num3.balcony .sash--num-8 {
  display: none; }

.num4.balcony .sash {
  width: 152px;
  height: 350px; }
.num4.balcony .sash--num-1 {
  left: 16px;
  top: 27px; }
.num4.balcony .sash--num-2 {
  left: 199px;
  top: 27px; }
.num4.balcony .sash--num-3 {
  left: 382px;
  top: 27px; }
.num4.balcony .sash--num-4 {
  left: 564px;
  top: 27px; }
.num4.balcony .sash--num-5,
.num4.balcony .sash--num-6,
.num4.balcony .sash--num-7,
.num4.balcony .sash--num-8 {
  display: none; }

.num4-1.balcony .sash {
  width: 143px;
  height: 332px;
  top: 27px;}
.num4-1.balcony .sash--num-1 {
  left: 69px;}
.num4-1.balcony .sash--num-2 {
  left: 242px;}
.num4-1.balcony .sash--num-3 {
  left: 413px;}
.num4-1.balcony .sash--num-4 {
  left: 559px;
  width: 121px;
  height: 340px;
  background-size: 118%;
  transform: matrix3d(0.5, 0.05, 0.87, -0.0005, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1) !important;;
  -webkit-transform: matrix3d(0.5, 0.05, 0.87, -0.0005, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1) !important;;
  transform-origin: inherit !important;}
.num4-1.balcony .sash--num-5, .num4-1.balcony .sash--num-6 {
  display: none; }

.num5.balcony .sash {
  width: 125px;
  height: 284px;
  top: 60px;}
.num5.balcony .sash--num-1 {
  left: 11px;}
.num5.balcony .sash--num-2 {
  left: 158px;}
.num5.balcony .sash--num-3 {
  left: 304px; }
.num5.balcony .sash--num-4 {
  left: 449px; }
.num5.balcony .sash--num-5 {
  left: 596px;
}
.num5.balcony .sash--num-6,
.num5.balcony .sash--num-7,
.num5.balcony .sash--num-8 {
  display: none; }

.num5-1.balcony .sash {
  width: 133px;
  height: 304px;
  top: 42px;}
.num5-1.balcony .sash--num-1 {
  left: 13px;}
.num5-1.balcony .sash--num-2 {
  left: 172px;}
.num5-1.balcony .sash--num-3 {
  left: 330px; }
.num5-1.balcony .sash--num-4 {
  left: 488px; }
.num5-1.balcony .sash--num-5 {
  left: 621px;
  width: 116px;
  height: 313px;
  top: 39px;
  background-size: 118%;
  transform: matrix3d(0.5, 0.07, 0.87, -0.0006, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1) !important;;
  -webkit-transform: matrix3d(0.5, 0.07, 0.87, -0.0006, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1) !important;;
  transform-origin: inherit !important;}
.num5-1.balcony .sash--num-6,
.num5-1.balcony .sash--num-7,
.num5-1.balcony .sash--num-8 {
  display: none; }

.num5-2.balcony .sash {
  width: 143px;
  height: 330px; }
.num5-2.balcony .sash--num-1 {
  left: -2px;
  top: 25px;
  height: 337px;
  width: 125px;
  background-size: 118%;
  transform: matrix3d(0.5, -0.07, 0.87, 0.0006, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1) !important;
  -webkit-transform: matrix3d(0.5, -0.07, 0.87, 0.0006, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1) !important;
transform-origin: inherit !important;}
.num5-2.balcony .sash--num-2 {
  left: 123px;
  top: 28px; }
.num5-2.balcony .sash--num-3 {
  left: 296px;
  top: 28px; }
.num5-2.balcony .sash--num-4 {
  left: 468px;
  top: 28px; }
.num5-2.balcony .sash--num-5 {
  left: 611px;
  height: 337px;
  width: 125px;
  top: 25px;
  background-size: 118%;
  transform: matrix3d(0.5, 0.07, 0.87, -0.0006, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1) !important;
  -webkit-transform: matrix3d(0.5, 0.07, 0.87, -0.0006, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1) !important;
  transform-origin: inherit !important;}
.num5-2.balcony .sash--num-6,
.num5-2.balcony .sash--num-7,
.num5-2.balcony .sash--num-8 {
  display: none; }

.num6.balcony .sash {
  top: 83px;
  height: 238px;
  width: 105px;
}
.num6.balcony .sash--num-1 {
  left: 9px;
}
.num6.balcony .sash--num-2 {
  left: 132px;
 }
.num6.balcony .sash--num-3 {
  left: 253px;
 }
.num6.balcony .sash--num-4 {
  left: 374px;
}
.num6.balcony .sash--num-5 {
  left: 496px;
 }
.num6.balcony .sash--num-6 {
  left: 619px;
 }

.num6.balcony .sash--num-7,
.num6.balcony .sash--num-8 {
  display: none;
}

.num6-1.balcony .sash {
  width: 118px;
  height: 269px;
  top: 51px;}
.num6-1.balcony .sash--num-1 {
  left: 11px;
}
.num6-1.balcony .sash--num-2 {
  left: 151px;
}
.num6-1.balcony .sash--num-3 {
  left: 290px;
 }
.num6-1.balcony .sash--num-4 {
  left: 428px;
 }
.num6-1.balcony .sash--num-5 {
  background-size: 118%;
  left: 538px;
  top: 49px;
  width: 109px;
  height: 274px;
  transform-origin: initial !important;
  transform: matrix3d(0.48, 0.058, 0.87, -0.0006, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1) !important;
  -webkit-transform: matrix3d(0.48, 0.058, 0.87, -0.0006, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1) !important;
}
.num6-1.balcony .sash--num-6 {
  left: 616px;
  top: 43px;
  width: 120px;
  height: 305px;
  background-size: 118%;
  transform-origin: initial !important;
  transform: matrix3d(0.48, 0.06, 0.87, -0.0006, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1) !important;
  -webkit-transform: matrix3d(0.48, 0.06, 0.87, -0.0006, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1) !important; }

.num6-1.balcony .sash--num-7,
.num6-1.balcony .sash--num-8 {
  display: none;
}

.num6-2.balcony .sash {
  width: 115px;
  height: 267px; }
.num6-2.balcony .sash--num-1 {
  left: -2px;
  top: 58px;
  width: 102px;
  height: 274px;
  background-size: 118%;
  transform: matrix3d(0.5, -0.07, 0.87, 0.0006, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1) !important;;
  -webkit-transform: matrix3d(0.5, -0.07, 0.87, 0.0006, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1) !important;;
  transform-origin: inherit !important;}
.num6-2.balcony .sash--num-2 {
  left: 99px;
  top: 61px; }
.num6-2.balcony .sash--num-3 {
  left: 239px;
  top: 61px; }
.num6-2.balcony .sash--num-4 {
  left: 379px;
  top: 61px; }
.num6-2.balcony .sash--num-5 {
  left: 518px;
  top: 61px; }
.num6-2.balcony .sash--num-6 {
  left: 633px;
  top: 58px;
  width: 102px;
  height: 275px;
  background-size: 118%;
  transform-origin: initial !important;
  transform: matrix3d(0.5, 0.07, 0.87, -0.0006, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1) !important;
  -webkit-transform: matrix3d(0.5, 0.07, 0.87, -0.0006, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1) !important; }

.num6-2.balcony .sash--num-7,
.num6-2.balcony .sash--num-8 {
  display: none;
}

.num8-2.balcony .sash {
  width: 96px;
  height: 217px;
  top: 80px;
}
.num8-2.balcony .sash--num-1 {
  left: -10px;
  top: 73px;
  width: 111px;
  height: 245px;
  background-size: 118%;
  transform: matrix3d(0.45, -0.04, 0.87, 0.0008, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1) !important;
  -webkit-transform: matrix3d(0.45, -0.05, 0.87, 0.0008, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1) !important;
  transform-origin: inherit !important;}
.num8-2.balcony .sash--num-2 {
  left: 64px;
  top: 78px;
  width: 97px;
  height: 221px;
  background-size: 118%;
  transform: matrix3d(0.45, -0.04, 0.87, 0.0008, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1) !important;
  -webkit-transform: matrix3d(0.45, -0.04, 0.87, 0.0008, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1) !important;
  transform-origin: inherit !important;}
.num8-2.balcony .sash--num-3 {
  left: 149px;
 }
.num8-2.balcony .sash--num-4 {
  left: 261px;
}
.num8-2.balcony .sash--num-5 {
  left: 373px;
 }
.num8-2.balcony .sash--num-6 {
  left: 485px;
 }
.num8-2.balcony .sash--num-7 {
  left: 572px;
  top: 78px;
  width: 97px;
  height: 222px;
  background-size: 118%;
  transform-origin: initial !important;
  transform: matrix3d(0.45, 0.05, 0.87, -0.0008, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1) !important;
  -webkit-transform: matrix3d(0.45, 0.05, 0.87, -0.0008, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1) !important;
}
.num8-2.balcony .sash--num-8 {
  left: 632px;
  top: 73px;
  width: 107px;
  height: 245px;
  background-size: 118%;
  transform-origin: initial !important;
  transform: matrix3d(0.45, 0.05, 0.87, -0.0008, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1) !important;
  -webkit-transform: matrix3d(0.45, 0.05, 0.87, -0.0008, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1) !important; }

@media (max-width: 1199px) {
  .num6-2.balcony .sash--num-6 {
    margin-left: -15px; } }
@media (max-width: 479px) {
  .num6-2.balcony .sash--num-6 {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-left: 5px; } }

@media (max-width: 1400px) {

  .balcony.sash {
    height: 366px;
    left: 287px;
    top: 8%; }

  .num3.balcony .sash {
    width: 21.8%;
  }
  .num3.balcony .sash--num-1 {
    left: 13.3%;}
  .num3.balcony .sash--num-2 {
    left: 39.1%;}
  .num3.balcony .sash--num-3 {
    left: 65.1%;}

  .num4.balcony .sash {
    width: 20.9%;
    height: 91.2%;
    top: 5%;}
  .num4.balcony .sash--num-1 {
    left: 2.1%;}
  .num4.balcony .sash--num-2 {
    left: 27.1%;}
  .num4.balcony .sash--num-3 {
    left: 52.1%;}
  .num4.balcony .sash--num-4 {
    left: 77%;}

  .num4-1.balcony .sash {
    width: 23.4%;
    height: 332px;
    top: 27px;}
  .num4-1.balcony .sash--num-1 {
    left: 2.1%;}
  .num4-1.balcony .sash--num-2 {
    left: 29.8%;}
  .num4-1.balcony .sash--num-3 {
    left: 57.2%;}
  .num4-1.balcony .sash--num-4 {
    left: 80.5%;
    width: 19.7%;
    height: 340px;}

  .num5.balcony .sash {
    width: 17%;
    height: 20.2vw;
    top: calc(50% - 9.9vw); }
  .num5.balcony .sash--num-1 {
    left: 1.5%;}
  .num5.balcony .sash--num-2 {
    left: 21.6%;}
  .num5.balcony .sash--num-3 {
    left: 41.5%;}
  .num5.balcony .sash--num-4 {
    left: 61.3%;}
  .num5.balcony .sash--num-5 {
    left: 81.4%;
  }
  .num5.balcony .sash--num-6,
  .num5.balcony .sash--num-7,
  .num5.balcony .sash--num-8{
    display: none; }

  .num5-1.balcony .sash {
    top: 7%;
    width: 18.2%;
    height: 82.4%; }
  .num5-1.balcony .sash--num-1 {
    left: 1.8%;}
  .num5-1.balcony .sash--num-2 {
    left: 23.5%;}
  .num5-1.balcony .sash--num-3 {
    left: 45.1%;}
  .num5-1.balcony .sash--num-4 {
    left: 66.6%;}
  .num5-1.balcony .sash--num-5 {
    left: 84.2%;
    top: 6.3%;
    width: 16.1%;
    height: 339px;}
  .num5-1.balcony .sash--num-6 {
    display: none; }

  .num5-2.balcony .sash{
    width: 20%;
    height: 82.8%;
    top: 7%;
  }

  .num5-2.balcony .sash--num-1 {
    left: -0.5%;
    top: 6.4%;
    height: 84.2%;
    width: 17.7%;}

  .num5-2.balcony .sash--num-2 {
    left: 16.5%; }
  .num5-2.balcony .sash--num-3 {
    left: 40%;}
  .num5-2.balcony .sash--num-4 {
    left: 63.6%;}
  .num5-2.balcony .sash--num-5 {
    left: 83%;
    width: 17.8%;
    top: 6.4%;
    height: 84.2%;}

  .num6.balcony .sash {
    top: 48px;
    width: 14.1%;
    height: 77.1%;}
  .num6.balcony .sash--num-1 {
    left: 1.4%;
    }
  .num6.balcony .sash--num-2 {
    left: 18%; }
  .num6.balcony .sash--num-3 {
    left: 34.5%;}
  .num6.balcony .sash--num-4 {
    left: 51.2%;}
  .num6.balcony .sash--num-5 {
    left: 67.8%}
  .num6.balcony .sash--num-6 {
    left: 84.6%;}

  .num6-1.balcony .sash {
    width: 16.3%;
    height: 252px;
    top: 60px;}
  .num6-1.balcony .sash--num-1 {
    left: 1.5%;
  }
  .num6-1.balcony .sash--num-2 {
    left: 20.5%;
  }
  .num6-1.balcony .sash--num-3 {
    left: 39.5%;
  }
  .num6-1.balcony .sash--num-4 {
    left: 58.5%;
  }
  .num6-1.balcony .sash--num-5 {
    left: 73%;
    top: 57px;
    width: 109px;
    height: 258px;
  }
  .num6-1.balcony .sash--num-6 {
    left: 83.2%;
    top: 52px;
    width: 120px;
    height: 286px;
  }

  .num6-1.balcony .sash--num-7,
  .num6-1.balcony .sash--num-8 {
    display: none;
  }

  .num6-2.balcony .sash {
    width: 16.2%;
    top: 13.8%;
    height: 69.1%;}
  .num6-2.balcony .sash--num-1 {
    left: -0.6%;
    top: 13.4%;
    width: 14.6%;
    height: 71.1%;}
  .num6-2.balcony .sash--num-2 {
    left: 13.3%; }
  .num6-2.balcony .sash--num-3 {
    left: 32.4%;}
  .num6-2.balcony .sash--num-4 {
    left: 51.5%;}
  .num6-2.balcony .sash--num-5 {
    left: 70.5%;}
  .num6-2.balcony .sash--num-6 {
    top: 13.4%;
    width: 14.6%;
    left: 86%;
    height: 71.1%;}

  .num8-2.balcony .sash {
    width: 13.1%;
    height: 252px;
    top: 60px;
  }
  .num8-2.balcony .sash--num-1 {
    left: -1.2%;
    top: 52px;
    width: 15%;
    height: 285px;
}
  .num8-2.balcony .sash--num-2 {
    left: 8.7%;
    top: 57px;
    width: 13.2%;
    height: 259px;
}
  .num8-2.balcony .sash--num-3 {
    left: 20.4%;
  }
  .num8-2.balcony .sash--num-4 {
    left: 35.5%;
  }
  .num8-2.balcony .sash--num-5 {
    left: 50.9%;
  }
  .num8-2.balcony .sash--num-6 {
    left: 66%;
  }
  .num8-2.balcony .sash--num-7 {
    left: 77.5%;
    top: 57px;
    width: 97px;
    height: 259px;
  }
  .num8-2.balcony .sash--num-8 {
    left: 86.4%;
    top: 51px;
    width: 14.5%;
    height: 288px;}

}

@media (max-width: 1199px) {
  .num3.balcony .sash.balcony {
    width: 14%;
    top: 0.8%;
    height: 91%;
  }

  .num3.balcony .sash--num-1 {
    left: -2.5%;}
  .num3.balcony .sash--num-2 {
    left: 0.1%;}
  .num3.balcony .sash--num-3 {
    left: 2.8%;}

  .num4.balcony .sash.balcony {
    width: 14%;
    top: 0.8%;
    height: 91%;}
  .num4.balcony .sash--num-1 {
    left:-3.4%;}
  .num4.balcony .sash--num-2 {
    left: -1.2%;}
  .num4.balcony .sash--num-3 {
    left: 1.2%;}
  .num4.balcony .sash--num-4 {
    left: 3.4%;}

  .num4-1.balcony .sash {
    width: 15.4%;
    top: -1.6%;
    height: 82%;}
  .num4-1.balcony .sash--num-1 {
    left: -1.5%;}
  .num4-1.balcony .sash--num-2 {
    left: 1.4%;}
  .num4-1.balcony .sash--num-3 {
    left: 4.1%;}
  .num4-1.balcony .sash--num-4 {
    top: -2.7px;
    left: 3.4%;
    width: 13.7%;
    height: 84%;
    transform: matrix3d(0.5, 0.07, 0, -0.0009, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1) !important;
    -webkit-transform: matrix3d(0.5, 0.07, 0, -0.0009, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1) !important}

  .num5 {
    justify-content: flex-start;
  }

  .num5.balcony .sash {
    width: 105px;
    height: 241px;
    top: 2px; }
  .num5.balcony .sash--num-1 {
    left: -36px}
  .num5.balcony .sash--num-2 {
    left: -17px;}
  .num5.balcony .sash--num-3 {
    left: 0;}
  .num5.balcony .sash--num-4 {
    left: 18px;}
  .num5.balcony .sash--num-5 {
    left: 36px;
  }
  .num5.balcony .sash--num-6,
  .num5.balcony .sash--num-7,
  .num5.balcony .sash--num-8{
    display: none; }

  .num5-1.balcony .sash {
    top: -1.4%;
    width: 13%;
    height: 82.4%;
  }
  .num5-1.balcony .sash--num-1 {
    left: -2.2%;}
  .num5-1.balcony .sash--num-2 {
    left: -0.1%;}
  .num5-1.balcony .sash--num-3 {
    left: 2.1%;}
  .num5-1.balcony .sash--num-4 {
    left: 4.2%;}
  .num5-1.balcony .sash--num-5 {
    left: 3.6%;
    top: -0.7%;
    width: 11.2%;
    height: 84%;}

  .num5-2.balcony .sash{
    top: -1.4%;
    width: 14%;
    height: 82.4%;
  }

  .num5-2.balcony .sash--num-1 {
    left: -1.1%;
    top: -1.6%;
    height: 84.2%;
    width: 13.1%;
    transform: matrix3d(0.5, -0.03, 0.87, 0.0010, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1) !important;
    -webkit-transform: matrix3d(0.5, -0.03, 0.87, 0.0010, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1) !important;}

  .num5-2.balcony .sash--num-2 {
    left: -2.4%; }
  .num5-2.balcony .sash--num-3 {
    left: 0%;}
  .num5-2.balcony .sash--num-4 {
    left: 2.6%;}
  .num5-2.balcony .sash--num-5 {
    left: 1.4%;
    top: -1.6%;
    height: 84.2%;
    width: 13.1%;
    transform: matrix3d(0.5, 0.03, 0.87, -0.0010, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1) !important;
    -webkit-transform: matrix3d(0.5, 0.03, 0.87, -0.0010, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1) !important;
  }

  .num6.balcony .sash {
    top: 2px;
    width: 11.7%;
    height: 91.1%;}
  .num6.balcony .sash--num-1 {
    left: -4.8%;
  }
  .num6.balcony .sash--num-2 {
    left: -2.8%; }
  .num6.balcony .sash--num-3 {
    left: -0.9%;}
  .num6.balcony .sash--num-4 {
    left: 1%;}
  .num6.balcony .sash--num-5 {
    left: 3%}
  .num6.balcony .sash--num-6 {
    left: 4.9%;}

  .num6-1.balcony .sash {
    position: absolute !important;
    width: 13.3%;
    height: 194px;
    top: 22px;}
  .num6-1.balcony .sash--num-1 {
    left: 10.3%;
  }
  .num6-1.balcony .sash--num-2 {
    left: 25.8%;
  }
  .num6-1.balcony .sash--num-3 {
    left: 41.5%;
  }
  .num6-1.balcony .sash--num-4 {
    left: 57%;
  }
  .num6-1.balcony .sash--num-5 {
    left: 69%;
    top: 20px;
    width: 13%;
    height: 198.7px;
  }
  .num6-1.balcony .sash--num-6 {
    left: 77.8%;
    top: 17px;
    width: 14%;
    height: 219px;
  }

  .num6-1.balcony .sash--num-7,
  .num6-1.balcony .sash--num-8 {
    display: none;
  }

  .num6-2.balcony .sash {
    left: 1.4%;
    top: -1.6%;
    height: 82.2%;
    width: 13.1%;
    }
  .num6-2.balcony .sash--num-1 {
    left: -4%;
    top: -1.5%;
    height: 84.2%;
    width: 12.2%;
    transform: matrix3d(0.5, -0.03, 0.87, 0.0010, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1) !important;
    -webkit-transform: matrix3d(0.5, -0.03, 0.87, 0.0010, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1) !important;}
  .num6-2.balcony .sash--num-2 {
    left: -4.8%; }
  .num6-2.balcony .sash--num-3 {
    left: -2.3%;}
  .num6-2.balcony .sash--num-4 {
    left: 0.2%;}
  .num6-2.balcony .sash--num-5 {
    left: 2.6%;}
  .num6-2.balcony .sash--num-6 {
    left: 4.3%;
    top: -1.6%;
    height: 84.2%;
    width: 12.2%;
    transform: matrix3d(0.5, 0.03, 0.87, -0.0010, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1) !important;
    -webkit-transform: matrix3d(0.5, 0.03, 0.87, -0.0010, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1) !important;}


  .num8-2.balcony .sash {
    position: absolute !important;
    width: 10.6%;
    height: 193px;
    top: 23px;
  }
  .num8-2.balcony .sash--num-1 {
    left: 8.2%;
    top: 15px;
    width: 12.3%;
    height: 220px;
  }
  .num8-2.balcony .sash--num-2 {
    left: 15.4%;
    top: 20px;
    width: 12.1%;
    height: 200px;
  }
  .num8-2.balcony .sash--num-3 {
    left: 25.8%;
  }
  .num8-2.balcony .sash--num-4 {
    left: 38.4%;
  }
  .num8-2.balcony .sash--num-5 {
    left: 50.9%;
  }
  .num8-2.balcony .sash--num-6 {
    left: 63.4%;
  }
  .num8-2.balcony .sash--num-7 {
    left: 72.9%;
    top: 21px;
    width: 12.1%;
    height: 200px;
  }
  .num8-2.balcony .sash--num-8 {
    left: 79.7%;
    top: 15px;
    width: 12.3%;
    height: 221px;}



}

@media (max-width: 991px) {
  .num3.balcony .sash.balcony {
    width: 19%;
    top: 0.8%;
    height: 91%;
  }

  .num3.balcony .sash--num-1 {
    left: -2.5%;}
  .num3.balcony .sash--num-2 {
    left: 0.1%;}
  .num3.balcony .sash--num-3 {
    left: 2.8%;}

  .num4.balcony .sash.balcony {
    width: 19.2%;
    top: 0.8%;
    height: 91%;}
  .num4.balcony .sash--num-1 {
    left: -4.7%;}
  .num4.balcony .sash--num-2 {
    left: -1.5%;}
  .num4.balcony .sash--num-3 {
    left: 1.5%;}
  .num4.balcony .sash--num-4 {
    left: 5%;}

  .num4-1.balcony .sash {
    width: 21.4%;
    top: -1.9%;
    height: 82%;}
  .num4-1.balcony .sash--num-1 {
    left: -1.1%;}
  .num4-1.balcony .sash--num-2 {
    left: 2.3%;}
  .num4-1.balcony .sash--num-3 {
    left: 5.6%;}
  .num4-1.balcony .sash--num-4 {
    top: -2.7px;
    left: 3.7%;
    width: 19.7%;
    height: 84%;
    transform: matrix3d(0.5, 0.07, 0, -0.0009, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1) !important;
    -webkit-transform: matrix3d(0.5, 0.07, 0, -0.0009, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1) !important}


  .num5.balcony .sash {
    width: 17%;
    height: 237px;
    top: 2px; }
  .num5.balcony .sash--num-1 {
    left: -6%}
  .num5.balcony .sash--num-2 {
    left: -2.9%}
  .num5.balcony .sash--num-3 {
    left: 0;}
  .num5.balcony .sash--num-4 {
    left: 3%}
  .num5.balcony .sash--num-5 {
    left: 6%;
  }
  .num5.balcony .sash--num-6,
  .num5.balcony .sash--num-7,
  .num5.balcony .sash--num-8{
    display: none; }

  .num5-1.balcony .sash {
    top: -1.4%;
    width: 18.7%;
    height: 82.4%;
  }
  .num5-1.balcony .sash--num-1 {
    left: -2.3%;}
  .num5-1.balcony .sash--num-2 {
    left: 0.6%;}
  .num5-1.balcony .sash--num-3 {
    left: 3.5%;}
  .num5-1.balcony .sash--num-4 {
    left: 6.2%;}
  .num5-1.balcony .sash--num-5 {
    left: 4.6%;
    top: -0.7%;
    width: 17.2%;
    height: 84%;}

  .num5-2.balcony .sash{
    top: -1.4%;
    width: 20%;
    height: 82.4%;
  }

  .num5-2.balcony .sash--num-1 {
    left: -2.1%;
    top: -1.6%;
    height: 84.2%;
    width: 18.1%;
    transform: matrix3d(0.5, -0.03, 0.87, 0.0010, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1) !important;
    -webkit-transform: matrix3d(0.5, -0.03, 0.87, 0.0010, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1) !important;}

  .num5-2.balcony .sash--num-2 {
    left: -3.6%; }
  .num5-2.balcony .sash--num-3 {
    left: -0.1%;}
  .num5-2.balcony .sash--num-4 {
    left: 3.5%;}
  .num5-2.balcony .sash--num-5 {
    left: 2.1%;
    top: -1.6%;
    height: 84.2%;
    width: 18.1%;
    transform: matrix3d(0.5, 0.03, 0.87, -0.0010, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1) !important;
    -webkit-transform: matrix3d(0.5, 0.03, 0.87, -0.0010, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1) !important;
  }

  .num6.balcony .sash {
    top: 2px;
    width: 14.2%;
    height: 91.1%;}
  .num6.balcony .sash--num-1 {
    left: -6.2%;
  }
  .num6.balcony .sash--num-2 {
    left: -3.6%; }
  .num6.balcony .sash--num-3 {
    left: -1.3%;}
  .num6.balcony .sash--num-4 {
    left: 1%;}
  .num6.balcony .sash--num-5 {
    left: 3.6%}
  .num6.balcony .sash--num-6 {
    left: 6.1%;}

  .num6-1.balcony .sash {
    position: absolute !important;
    width: 16.5%;
    height: 194px;
    top: 22px;}
  .num6-1.balcony .sash--num-1 {
    left: 1.4%;
  }
  .num6-1.balcony .sash--num-2 {
    left: 20.3%;
  }
  .num6-1.balcony .sash--num-3 {
    left: 39.4%;
  }
  .num6-1.balcony .sash--num-4 {
    left: 58.2%;
  }
  .num6-1.balcony .sash--num-5 {
    left: 73%;
    top: 20px;
    width: 16%;
    height: 199.4px;
  }
  .num6-1.balcony .sash--num-6 {
    left: 84.1%;
    top: 17px;
    width: 16.2%;
    height: 220px;
  }

  .num6-1.balcony .sash--num-7,
  .num6-1.balcony .sash--num-8 {
    display: none;
  }

  .num6-2.balcony .sash {
    left: 1.4%;
    top: -1.6%;
    height: 82.2%;
    width: 16.1%;
  }
  .num6-2.balcony .sash--num-1 {
    left: -5.7%;
    top: -1.5%;
    height: 84.2%;
    width: 14.2%;
    transform: matrix3d(0.5, -0.03, 0.87, 0.0010, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1) !important;
    -webkit-transform: matrix3d(0.5, -0.03, 0.87, 0.0010, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1) !important;}
  .num6-2.balcony .sash--num-2 {
    left: -6%; }
  .num6-2.balcony .sash--num-3 {
    left: -3.2%;}
  .num6-2.balcony .sash--num-4 {
    left: -0.1%;}
  .num6-2.balcony .sash--num-5 {
    left: 2.6%;}
  .num6-2.balcony .sash--num-6 {
    left: 5.2%;
    top: -1.6%;
    height: 84.2%;
    width: 14.2%;
    transform: matrix3d(0.5, 0.03, 0.87, -0.0010, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1) !important;
    -webkit-transform: matrix3d(0.5, 0.03, 0.87, -0.0010, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1) !important;}

  .num8-2.balcony .sash {
    position: absolute !important;
    width: 13.1%;
    height: 193px;
    top: 23px;
  }
  .num8-2.balcony .sash--num-1 {
    left: -0.8%;
    top: 15px;
    width: 14.3%;
    height: 221px;
  }
  .num8-2.balcony .sash--num-2 {
    left: 8.4%;
    top: 20px;
    width: 13.8%;
    height: 200px;
  }
  .num8-2.balcony .sash--num-3 {
    left: 20.3%;
  }
  .num8-2.balcony .sash--num-4 {
    left: 35.5%;
  }
  .num8-2.balcony .sash--num-5 {
    left: 50.9%;
  }
  .num8-2.balcony .sash--num-6 {
    left: 66.1%;
  }
  .num8-2.balcony .sash--num-7 {
    left: 78.3%;
    top: 21px;
    width: 12.7%;
    height: 200px;
  }
  .num8-2.balcony .sash--num-8 {
    left: 86.5%;
    top: 15px;
    width: 14%;
    height: 221px;}


}

@media (max-width: 479px) {
  .num3.balcony .sash.balcony {
    width: 24%;
    top: 0.6%;
    height: 78%;
  }

  .num4.balcony .sash.balcony {
    width: 19.2%;
    top: 0.6%;
    height: 78%;}

  .num4-1.balcony .sash {
    width: 21.4%;
    top: -1.9%;
    height: 71%;}
  .num4-1.balcony .sash--num-4 {
    top: -3.5px;
    left: 3.7%;
    width: 19.7%;
    height: 72%;
    transform: matrix3d(0.5, 0.07, 0, -0.0009, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1) !important;
    -webkit-transform: matrix3d(0.5, 0.07, 0, -0.0009, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1) !important}

  .num5-1.balcony .sash {
    top: -1.4%;
    width: 18.7%;
    height: 71.4%;
  }
  .num5-1.balcony .sash--num-5 {
    left: 4.6%;
    top: -1%;
    width: 17.2%;
    height: 73%;
    transform: matrix3d(0.5, 0.11, 0, -0.0015, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1) !important;
    -webkit-transform: matrix3d(0.5, 0.11, 0, -0.0015, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1) !important;
  }

  .num5-2.balcony .sash{
    top: -1.4%;
    width: 20%;
    height: 71.4%;
  }

  .num5-2.balcony .sash--num-1 {
    left: -2.1%;
    top: -1.6%;
    height: 73.2%;
    width: 18.1%;
    transform: matrix3d(0.5, -0.11, 0, 0.0015, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1) !important;
    -webkit-transform: matrix3d(0.5, -0.11, 0, 0.0015, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1) !important;
  }

  .num5-2.balcony .sash--num-5 {
    left: 2.1%;
    top: -1.6%;
    height: 73.2%;
    width: 18.1%;
    transform: matrix3d(0.5, 0.11, 0, -0.0015, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1) !important;
    -webkit-transform: matrix3d(0.5, 0.11, 0, -0.0015, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1) !important;
  }

  .num6-2.balcony .sash {
    left: 1.4%;
    top: -1.7%;
    height: 71.2%;
    width: 16.5%;
  }
  .num6-2.balcony .sash--num-1 {
    left: -1.7%;
    top: -1.6%;
    height: 71.2%;
    width: 14.2%;
    transform: matrix3d(0.5, -0.11, 0, 0.0015, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1) !important;
    -webkit-transform: matrix3d(0.5, -0.11, 0, 0.0015, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1) !important;}
  .num6-2.balcony .sash--num-2 {
    left: -3%; }
  .num6-2.balcony .sash--num-3 {
    left: -0.2%;}
  .num6-2.balcony .sash--num-4 {
    left: 2.1%;}
  .num6-2.balcony .sash--num-5 {
    left: 4.4%;}
  .num6-2.balcony .sash--num-6 {
    left: 1.7%;
    top: -1.6%;
    height: 71.2%;
    width: 14.2%;
    transform: matrix3d(0.5, 0.11, 0, -0.0015, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1) !important;
    -webkit-transform: matrix3d(0.5, 0.11, 0, -0.0015, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1) !important;}

  .num8-2.balcony .sash {
    position: absolute !important;
    height: 168px;
    top: 37px;
  }
  .num8-2.balcony .sash--num-1 {
    top: 20px;
    height: 200px;
  }
  .num8-2.balcony .sash--num-2 {
    top: 35px;
    height: 174px;
  }
  .num8-2.balcony .sash--num-7 {
    top: 37px;
    height: 171px;
  }
  .num8-2.balcony .sash--num-8 {
    top: 32px;
    height: 189px;}

}

.calculator__sash-mobile {
  position: absolute;
  opacity: 0;
  z-index: -1;
  padding: 10px;
  transition-property: opacity;
  transition-duration: .3s;
}

.sash-mobile {
  background: white;
  border: 1px solid #0e0e0e;

}

.sash-mobile__option {
  padding: 10px 5px;
  cursor: pointer;
}
.sash-mobile__option:hover {
  background: aliceblue;
}

.js-sash-select {
  transition: all .3s, left 0s, top 0s;
  border: 1px solid #0e0e0e;
}

.sash-mobile__text {

}
.price-block {
  display: none;
}

input, textarea, select {
  font-family: muller, sans-serif
}

.calculator__checkbox-list.checkbox-by-checked .calculator__label:before {
  border-radius: 0;
}

.calculator__checkbox-list.checkbox-by-checked .calculator__label:after {
  width: 0.533em;
  top: 13px;
  left: 0.2em;
  height: 0.533em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.calculator__select {
  background: transparent;
  font-size: 1.5em;
  height: 2em;
  padding: 5px 10px;
  margin: 15px 0 0;
}

.calculator__select option {
  background: transparent;
}

.pink-button:disabled {
  opacity: 0.6;
}

.calculator__right-block #summary {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}

#window-area.summary {
    pointer-events: none;
}

body .content_page_block_two .about_block_one_wr h2 {
  color: #333333;
  font-size: 36px;
}

body .content_page_block_two div.about_block_one_wr {
  color: #333333;
}

.public .public_wr .public_content {
  width: 100%;
}

.next-button {
  text-align: center;
  padding: 20px;
}

/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.css?160797256364*/
font.errortext
{
	color:red;
}

font.notetext
{
	color:green;
}

/* End */


/* Start:/local/components/custom/installment/templates/.default/style.css?16079725301489*/
.installment {
	width: 100%;
	height: 520px;
	background: url('/local/templates/okna/images/balkony/bck.png') no-repeat;
	margin: 40px 0;
	padding: 78px 0 88px;
}

.installment-title {
	font-size: 80px;
	font-weight: 800;
	line-height: 1;
	color: #2d2d2d;
	text-transform: uppercase;
}

.installment-subtitle {
	font-size: 60px;
	font-weight: 800;
	line-height: 1.33;
	color: #eb071e;
	text-transform: uppercase;
}

.installment-desc {
	width: 80%;
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.installment-desc__item {
	display: flex;
}

.item-desc {
	font-size: 30px;
	line-height: 1.07;
	color: #2d2d2d;
	margin-left: 12px;
}

.item-desc span {
	color: #eb071e;
	font-size: 30px;
	line-height: 1.07;
}

.installment-buttons {
	display: flex;
	margin-top: 20px;
}

.installment__adv {
	width: 355px;
	height: 50px;
	border-radius: 25px;
	background-color: #eb071e;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
	margin-left: 20px;
}

@media (max-width: 550px) {
	.installment {
		height: initial;
	}

	.installment-title, .installment-subtitle {
		font-size: 25px;
	}
	.installment-desc {
		flex-direction: column;
		align-items: flex-start;
	}
	.installment-desc__item {
		margin-bottom: 30px;
	}
	.installment-buttons {
		flex-direction: column;
	}
	.installment__adv {
		margin-left: 0;
	}

}
/* End */


/* Start:/local/components/custom/stages/templates/.default/style.css?1607972530871*/
.stages {
	margin: 80px 0;
}
.stages-row {
	display: flex;
	justify-content: space-between;
}
.stages-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 120px;
	position: relative;
}

.stages-item:after {
	background: url('/images/stages/arrow-stage.svg');
	width: 30px;
	height: 21px;
	content: '';
	right: -60px;
	margin-top: 35px;
	position: absolute;
}

.stages-item:last-child:after {
	display: none;
}

.stages-img {
	height: 80px;
	display: flex;
	align-items: center;
}

.stages-item .subtext {
	margin-top: 30px;
	display: flex;
	text-align: center;
	color: #333;
	font-weight: bold;
	font-size: 18px;
}

@media (max-width: 550px) {
	.stages-row {
		flex-direction: column;
	}
	.stages-item {
		width: initial;
		margin-bottom: 30px;
	}
	.stages-item:after {
		display: none;
	}

	.stages-item .subtext {
		margin-top: 20px;
	}
	.ind
}
/* End */


/* Start:/local/components/custom/form-osteklenie/templates/.default/style.css?16079725302988*/
@media screen and (max-width: 991px) {
	.form-osteklenie .wrap {
		padding: 0;
	}
}

.form-wrap {
	display: flex;
	width: 100%;
	background: #eb071e;
	height: 330px;
}

@media screen and (max-width: 1199px) {
	.form-wrap {
		height: auto;
	}
}

.left-img {
	max-height: 100%;
	width: 381px;
}

@media screen and (max-width: 1199px) {
	.left-img {
		display: none;
	}
}
.left-img img {
	width: 100%;
}
.form-block {
	background: #eb071e;
	height: 100%;
	width: 70%;
	display: flex;
	flex-direction: column;
	padding: 31px 57px;
}

@media screen and (max-width: 1199px) {
	.form-block {
		width: 100%;
	}
}

@media screen and (max-width: 991px) {
	.form-block {
		padding: 25px 30px;
	}
}

.form-title {
	font-weight: 800;
	font-size: 40px;
	color: #fff;
	line-height: 1.1;
	text-transform: uppercase;
}

@media screen and (max-width: 991px) {
	.form-title {
		font-size: 30px;
	}
}

@media screen and (max-width: 767px) {
	.form-title {
		font-size: 26px;
	}
}


.form-subtitle {
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
	.form-subtitle {
		font-size: 22px;
	}
}

@media screen and (max-width: 767px) {
	.form-subtitle {
		font-size: 18px;
	}
}

.form-row-ost {
	display: flex;
	flex-direction: row;
	margin: 0 -10px;
}

@media screen and (max-width: 767px) {
	.form-row-ost {
		margin: 0;
		flex-direction: column;
	}
}


.form-row-ost input{
	height: 50px;
	border: none;
	background: #ffffff;
	width: 100%;
	color: #333;
	font-size: 16px;
	padding: 10px;
	margin: 0 10px;
}

.form-row-ost label {
	width: calc(100% / 2 - 20px);
	margin: 0 10px;
}

.form-osteklenie--3-fields .form-row-ost label {
	width: calc(100% / 3 - 20px);
}

.form-osteklenie .help-block.error {
	color: #fff;
	font-size: 13px;
	display: inline-block;
	margin-top: 5px;
}

@media screen and (max-width: 991px) {
	.form-row-ost input{
		height: 40px;
	}
}

@media screen and (max-width: 767px) {
	.form-osteklenie .form-row-ost label {
		width: 100%;
		margin: 0 0 20px;
	}
}


.form-row-ost input::-webkit-input-placeholder {
	color: #606060;
	font-size: 14px;
	font-weight: normal;
}

.form-row-ost input::-moz-placeholder {
	color: #606060;
	font-size: 14px;
	font-weight: normal;
}

.form-row-ost input:-moz-placeholder {
	color: #606060;
	font-size: 14px;
	font-weight: normal;
}

.form-row-ost input:-ms-input-placeholder {
	color: #606060;
	font-size: 14px;
	font-weight: normal;
}


.osteklenie .agreement {
	font-size: 12px;
	color: #ffc2c2;
	font-weight: normal;
	margin: 20px 0;
}

.agreement span {
	text-decoration: underline;
	color: #ffc2c2;
}

.btn-ost {
	background: #ffffff;
	border-radius: 25px;
	margin-top: 25px;
}

@media (max-width: 550px) {
	.form-wrap {
		flex-direction: column;
		height: initial;
	}
	.form-block {
		flex-direction: column;
		padding: 30px 15px;
		width: 100%;
	}
	.form-row-ost {
		flex-direction: column;
	}
	.form-row-ost input {
		margin-bottom: 15px;
	}
	.left-img {
		display: none;
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/photo-slider/style.css?16079725251057*/
.portfolio-slider-wrap {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.portfolio-slider-item {
	display: flex;
	flex-direction: column;
	width: 360px;
}

.portfolio-slider-item img {
	filter: drop-shadow(0 10px 10px lightgray);
	height: 260px;
}

.slider-item-title {
	margin-top: 15px;
	font-size: 18px;
	color: #333333;
}

.slider-item-title span {
	color: #eb071e;
}

.slider-item-desc {
	font-size: 18px;
	color: #eb071e;
	font-weight: 500;
	margin-top: 5px;
}

.portfolio-slider-wrap .owl-prev,
.portfolio-slider-wrap .owl-next {
	content: "";
	background: url("/local/templates/okna/images/balkony/slider-next.svg");
	width: 43px;
	height: 45px;
	position: absolute;
	top: 120px;
}

.portfolio-slider-wrap .owl-prev {
	-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg);
	left: -20px;
}

.portfolio-slider-wrap .owl-next {
	right: 20px;
}

@media (max-width: 550px) {
	.portfolio-slider-wrap .owl-next {
		right: -20px;
	}
}
/* End */
/* /local/templates/.default/components/bitrix/news/balkony/bitrix/news.list/.default/style.css?1607972526108 */
/* /local/components/custom/calculator/templates/.default/style.css?160797253063553 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.css?160797256364 */
/* /local/components/custom/installment/templates/.default/style.css?16079725301489 */
/* /local/components/custom/stages/templates/.default/style.css?1607972530871 */
/* /local/components/custom/form-osteklenie/templates/.default/style.css?16079725302988 */
/* /local/templates/.default/components/bitrix/news.list/photo-slider/style.css?16079725251057 */
