@font-face {
    font-family: 'Roboto';
    src: local('Roboto Thin'), local('Roboto-Thin'), url('../fonts/Robotothin.woff2') format('woff2'), url('../fonts/Robotothin.woff') format('woff'), url('../fonts/Robotothin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
  }
  @font-face {
    font-family: 'Roboto';
    src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url('../fonts/Robotothinitalic.woff2') format('woff2'), url('../fonts/Robotothinitalic.woff') format('woff'), url('../fonts/Robotothinitalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
  }
  @font-face {
    font-family: 'Roboto';
    src: local('Roboto Light'), local('Roboto-Light'), url('../fonts/Robotolight.woff2') format('woff2'), url('../fonts/Robotolight.woff') format('woff'), url('../fonts/Robotolight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
  }
  @font-face {
    font-family: 'Roboto';
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url('../fonts/Robotolightitalic.woff2') format('woff2'), url('../fonts/Robotolightitalic.woff') format('woff'), url('../fonts/Robotolightitalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
  }
  @font-face {
    font-family: 'Roboto';
    src: local('Roboto'), local('Roboto-Regular'), url('../fonts/Roboto.woff2') format('woff2'), url('../fonts/Roboto.woff') format('woff'), url('../fonts/Roboto.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: 'Roboto';
    src: local('Roboto Italic'), local('Roboto-Italic'), url('../fonts/Robotoitalic.woff2') format('woff2'), url('../fonts/Robotoitalic.woff') format('woff'), url('../fonts/Robotoitalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
  }
  @font-face {
    font-family: 'Roboto';
    src: local('Roboto Medium'), local('Roboto-Medium'), url('../fonts/Robotomedium.woff2') format('woff2'), url('../fonts/Robotomedium.woff') format('woff'), url('../fonts/Robotomedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
  }
  @font-face {
    font-family: 'Roboto';
    src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url('../fonts/Robotomediumitalic.woff2') format('woff2'), url('../fonts/Robotomediumitalic.woff') format('woff'), url('../fonts/Robotomediumitalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
  }
  @font-face {
    font-family: 'Roboto';
    src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/Robotobold.woff2') format('woff2'), url('../fonts/Robotobold.woff') format('woff'), url('../fonts/Robotobold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
  }
  @font-face {
    font-family: 'Roboto';
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url('../fonts/Robotobolditalic.woff2') format('woff2'), url('../fonts/Robotobolditalic.woff') format('woff'), url('../fonts/Robotobolditalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
  }
  @font-face {
    font-family: 'Roboto';
    src: local('Roboto Black'), local('Roboto-Black'), url('../fonts/Robotoblack.woff2') format('woff2'), url('../fonts/Robotoblack.woff') format('woff'), url('../fonts/Robotoblack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
  }
  @font-face {
    font-family: 'Roboto';
    src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url('../fonts/Robotoblackitalic.woff2') format('woff2'), url('../fonts/Robotoblackitalic.woff') format('woff'), url('../fonts/Robotoblackitalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
  }

.ui-slider-handle {
	-ms-touch-action: none;
	touch-action: none;	
}
input[type="number"] {
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
	appearance: textfield;
} 
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	display: none;
}
input:not([type="radio"]):not([type="checkbox"]) {
	-webkit-appearance: none;
	outline: none;
	border-radius: 0;
    border: none;
	background: transparent;	
}
.smartquiz__window-content{
    font-family: 'Roboto';
}
.smartquiz__panel.smartquiz__panel-images {
    background: #F8F8F8;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
    border-radius: 15px;
    max-width: 265px;
    position: relative;
    font-family: 'Roboto';
}

.smartquiz__panels-container.panel__smartquiz__panel-images {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 5px 25px;
}
.smartquiz__panel-img img {
    border-radius: 15px 15px 0px 0px;
    width: 265px;
}
.smartquiz__step-title .smartquiz__text {
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
    padding-bottom: 40px;
    color: #333333;
}
.smartquiz__answer {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 30px;
}
.smartquiz__panel input[type=checkbox], .smartquiz__panel input[type=radio] {
    display: block;
    width: 0;
    height: 0;
    clip: rect(0, 0, 0, 0);
    opacity: 0;
    position: absolute;
}
 .quiz-step-mark, .quiz-step-mark:before, .quiz-step-mark:after {
    border: 1px solid #cfcfcf;
    transition: border-color 0.3s;
}
.quiz-step-mark {
    border-radius: 50%;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
    width: 24px;
    height: 24px;
    background: #fff;
    position: absolute;
}
input:checked ~ .quiz-step-label-img, input:checked ~ .quiz-step-1-label-img, input:checked ~ .quiz-step-mark, input:checked ~ .quiz-step-mark:before, input:checked ~ .quiz-step-mark:after {
    border-color: #f2642200;
    background: #ED226B;
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.quiz-step-mark, .quiz-step:not(.quiz-step-1) .quiz-step-mark {
    width: 60px;
    height: 60px;
    bottom: 60px;
    right: -5px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.quiz-step-mark > span {
    position: absolute;
    display: block;
    width: 32px;
    height: 24px;
    background-image: url("/quiz/img/vector2.svg");
    top: 17px;
    left: 13px;
}

input:checked ~ .quiz-step-mark > span {
    background-image: url("/quiz/img/vector1.svg");
}
.quiz-nav-prev, .quiz-nav-next {
    background: #ED226B;
    border-radius: 36px;
    border: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    width: 350px;
    height: 60px;
    text-transform: uppercase;
    color: #FFFFFF;
    outline: 0;
}
.quiz-nav-prev{
    background: #F8F8F8;
    color: #333333;
}
.quiz-form_open .quiz-nav-prev{
    display: flex;
    align-items: center;
    justify-content: center;	
}

.quiz-nav-prev:disabled, .quiz-nav-prev[disabled]{
    background: #F8F8F8;
    color: #333333;
    opacity: 0.5;
}
.smartquiz__step-controls {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 60px;
    align-items: center;
}
.smartquiz__paginator span {
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
    color: #D6D6D6;
}
.smartquiz__paginator .smartquiz__number-left {
    color: #ED226B;
    font-size: 40px;
    line-height: 38px;
}
.quiz-nav-next.disabled {
    justify-self: end;
}
.smartquiz__paginator {
    text-align: center;
}
 .smartquiz__panel-img:before {
    border: 3px solid #ed226b00;
    content: '';
    width: 265px;
    height: 100%;
    position: absolute;
    border-radius: 15px;
}
input:checked ~ .smartquiz__panel-img:before {
    border: 3px solid #ED226B;
}
.smartquiz__arrow-prev {
    padding-right: 60px;
    background-image: url(/quiz/img/left.svg);
    background-repeat: no-repeat;
    background-position-y: center;
	height: 20px;
}
.smartquiz__arrow-next {
    padding-left: 60px;
    background-image: url(/quiz/img/right.svg);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: right;
    
}
.quiz-step{
    display: none;
}
.quiz-step.quiz-show-step{
    display: block;
}
.smartquiz__panel.smartquiz__panel-text {
    background: #F8F8F8;
    border-radius: 15px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 20px;
}
.smartquiz__panel-text .quiz-step-mark.quiz-step-mark1 {
    position: relative;
    display: block;
    bottom: 0;
}
.smartquiz__panel.smartquiz__panel-text label {
    display: flex;
    grid-gap: 5px 25px;
    cursor: pointer;
    padding: 50px;
}
.smartquiz__panel-text .quiz-step-text {
    line-height: 60px;
}
.smartquiz__progress1 {
    width: 400px;
    height: 400px;
    line-height: 300px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
    filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.25));
    margin-top:90px;
  }
  .smartquiz__progress1:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 25px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
  }
  .smartquiz__progress1 > span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0; 
    z-index: 1;
  }
  .smartquiz__progress1 .smartquiz__progress-left {
    left: 0;
  }
  .smartquiz__progress1 .smartquiz__progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 25px;
    border-style: solid;
    position: absolute;
    top: 0;
  }
  .smartquiz__progress1 .smartquiz__progress-left .smartquiz__progress-bar {
    left: 100%;
    border-top-right-radius: 292px;
    border-bottom-right-radius: 292px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
  }
  .smartquiz__progress1 .smartquiz__progress-right {
    right: 0;
  }
  .smartquiz__progress1 .smartquiz__progress-right .smartquiz__progress-bar {
    left: -100%;
    border-top-left-radius: 292px;
    border-bottom-left-radius: 292px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 .5s linear forwards;
  }
  .smartquiz__progress1 .smartquiz__progress-value {
    width: 90%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 5%;
    color: #000;
    font-size: 100px;
    font-weight: 700;  
    line-height: 1;
    text-align: center;
    padding-top: 130px;
    padding-left: 10px;
  }
  .smartquiz__progress1 .smartquiz__progress-bar {
    border-color: #ED226B;
  }
  .smartquiz__progress1 .smartquiz__progress-left .smartquiz__progress-bar {
    animation: loading-2 .5s linear forwards .5s;
    border-color: #ffffff;  
  }
#quiz_form {
    padding-bottom: 0;
}
.quiz-title.windows__title {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    padding-bottom: 60px;
}
.quiz-title.windows__title .orange {
    color: #ED226B;
    font-family: "Core Sans N", sans-serif;
}
.quiz-mess {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    justify-content: flex-start;
    column-gap: 40px;
}
.quiz-mess p {
    font-weight: 500;
    font-family: 'Roboto';
    line-height: 1;
}
.checkmark {
    width: 34px;
    height: 34px;
    left: 805px;
    top: 220px;
    background: #FFFFFF;
    border: 1.5px solid #D6D6D6;
    border-radius: 50%;
    display: inline-block;
}
.quiz-mess__whatsapp input, .quiz-mess__viber input {
    display: none;
    clip: unset;
    opacity: 1;
    position: relative;
    z-index: 10;
    width: 20px;
    height: 20px;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    vertical-align: middle;
}
.quiz-mess label input:checked ~ span.checkmark:after {
    display: block;
}
.quiz-mess label span.checkmark:after {
    content: '';
    display: none;
    left: 9px;
    top: 12px;
    position: absolute;
    width: 16px;
    height: 12px;
    background: url(/quiz/img/check-active-calc.svg);
}
.quiz-mess__whatsapp, .quiz-mess__viber {
    text-align: center;
    position: relative;
}
.quiz-mess label input:checked ~ span.checkmark{
    border: 1.5px solid #ED226B;
}
.quiz-mess-span {
    vertical-align: top;
    line-height: 34px;
    padding-left: 15px;
}
.form {
    display: flex;
    flex-wrap: nowrap;
}
.form-input {
	display: flex;
    justify-content: center;	
    border: 3px solid #ED226B;
    border-radius: 36px;
	overflow: hidden;
    height: 60px;
    font-size: 18px;
    width: 350px;
    margin-right: 30px;
    background: url(/img/fp_tel.png) no-repeat center center;
    background-position-x: 5px;
    background-size: 47px;
}
.form__phone,input.form__phone:focus-visible 
 {
    width: 100%;
    left: 390px;
    top: 314px;
	border: unset;
    text-align: center;
    color: #CCCCCC;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
	outline: none;
	padding-left: 50px;
}
.form__btn.btn.send {
    width: 350px;
    height: 60px;
    left: 770px;
    top: 314px;
    background: #ED226B;
    border-radius: 36px;
    font-weight: 700;
    font-size: 18px;
    font-family: 'Roboto';
    text-align: center;
    padding: 0;
    letter-spacing: normal;
    box-shadow: none;
}
.form__phone::placeholder {
    color: #CCCCCC;
    font-weight: 700;
}
input.form__phone.tel_mask {
    font-weight: 400;
    color: inherit;
}
.quiz-showroom {
    padding-bottom: 40px;
}
.privacy-policy__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #CCCCCC;
}
.privacy-policy__text a {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #CCCCCC;
}
.privacy-policy {
    max-width: 800px;
    display: flex;
}
.privacy-policy__checkbox-real {
    display: block;
    width: 0;
    height: 0;
    clip: rect(0, 0, 0, 0);
    opacity: 0;
    position: absolute;
}
.privacy-policy__checkbox-real:checked + .privacy-policy__checkbox-fake::before {
    content: '';
    position: absolute;
    top: 3.5px;
    left: 2.5px;
    width: 10px;
    height: 8px;
    background-image: url(/quiz/img/check-active-calc1.svg);
    background-size: cover;
    background-position: center;
}
.privacy-policy__checkbox-fake {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border: 1.5px solid #ED226B;
    border-radius: 50%;
    display: inline-block;
    margin-right: 15px;
    min-width: 18px;
    position: relative;
}
.sticker__hit-sales {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 55px;
    height: 55px;
    color: #FFF;
    background: #6DCB34;
    border-radius: 50%;
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}
.o_calc .o_sw .o_sw-okna, .o_calc .o_sw .o_sw-balkon{
    color:#333;
    cursor: pointer;
}
.o_calc .o_sw .o_sw-okna.active, .o_calc .o_sw .o_sw-balkon.active{
   color: #f0246d; 
}
.smartquiz__layout-type-1{
    display: none;
}
.smartquiz__layout-type-1.smartquiz__layout-active{
    display: block;
}
.active_img{
  transform: rotate(0deg);  
}
.active_img1{
  transform: rotate(180deg);  
}
@media (max-width: 1199px){
   .smartquiz__panels-container.panel__smartquiz__panel-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px 25px;
} 
    .smartquiz__steps-area {
    margin: auto;
    padding: 0;
}
    .okna-h2 {
    font-size: 30px;
    line-height: 30px;
}
    .smartquiz__step-title .smartquiz__text {
    font-size: 23px;
    line-height: 28px;
    text-align: center;    
}
    .text-prev{
        display: none;
    }
    .quiz-nav-prev {
    width: 65px;
    height: 60px;
}
    .smartquiz__arrow-prev {
    padding-right: 35px;
}
    .smartquiz__step-controls {
    grid-template-columns: 65px 1fr 1fr;
    padding-top: 50px;
}
    .smartquiz__progress1 {
    width: 350px;
    height: 350px;
    line-height: 300px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
    filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.25));
    margin-top: 90px;
}
    .smartquiz__progress1 .smartquiz__progress-value {
    padding-top: 110px;
}
    .quiz-title.windows__title .orange br{
        display:none;
    }
    .quiz-title.windows__title {
    padding-bottom: 50px;
    font-size: 30px;
    line-height: 38px;
    padding-top: 50px;
}
    .quiz-mess p {
    font-size: 23px;
    line-height: 28px;
}
    .quiz-mess-span {
    vertical-align: top;
    padding-left: 15px;
    font-size: 23px;
    line-height: 28px;
}
    .quiz-step-width{
    max-width: 565px;
    margin: auto;
    padding: 0;
    }
    .checkmark {
    width: 28px;
    height: 28px;
}
    .quiz-mess label span.checkmark:after {
    left: 5.3px;
    top: 8px;
    background-size: cover;
}
    .form__phone, input.form__phone:focus-visible {
		padding-left: 47px;
}
	.form-input {
		border: 3px solid #ED226B;
		border-radius: 36px;
		overflow: hidden;
		height: 60px;
		font-size: 18px;
		width: 344px;
		margin-right: 20px;
	}	
    .form__btn.btn.send {
    width: 344px;
}
}
@media (max-width: 767px){
 .smartquiz__panel-img img {
    border-radius: 13px 13px 0px 0px;
    max-width: 160px;
    width: 100%;;
}   
    .smartquiz__panel-img:before {
    border: 2px solid #ed226b00;
    content: '';
    max-width: 160px;
    width: 100%;
    border-radius: 13px;
}
    input:checked ~ .smartquiz__panel-img:before {
    border: 2px solid #ED226B;
}
    .smartquiz__panel.smartquiz__panel-images {
    border-radius: 13px;
    max-width: 160px;
    width: 100%;
}
    .smartquiz__panels-container.panel__smartquiz__panel-images {
    grid-gap: 15px 20px;
}
    .smartquiz__answer {
    text-align: center;
    padding-top: 17px;
    padding-bottom: 25px;
    font-size: 16px;
    line-height: 18px;
}
    h2.okna-h2 {
    font-size: 24px;
    line-height: 30px;
}
    .smartquiz__step-title .smartquiz__text {
    
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 10px;
}
    .quiz-step-mark, .quiz-step:not(.quiz-step-1) .quiz-step-mark {
    width: 34px;
    height: 34px;
    bottom: 56px;
    right: -5px;
}
    .quiz-step-mark > span {
    width: 14px;
    height: 10px;
    top: 11px;
    left: 9px;
    background-size: cover;
}
    .quiz-nav-next {
    width: 265px;
}
    .smartquiz__paginator {
    grid-row: 1 / 2;
    grid-column: 1 / 4;
    padding-bottom: 30px;
}
    button.quiz-nav-prev {
    grid-row: 2 / 2;
    grid-column: 1 / 3;
}
    button.quiz-nav-next {
    grid-row: 2 / 2;
    grid-column: 3 / 3;
}
    .smartquiz__step-controls {
    padding-top: 30px;
}
    .smartquiz__paginator span {
    font-size: 20px;
    line-height: 20px;
}
    .smartquiz__paginator .smartquiz__number-left {
    color: #ED226B;
    font-size: 24px;
    line-height: 24px;
}
    .smartquiz__panel-text .quiz-step-mark.quiz-step-mark1 {
    bottom: 0;
    width: 40px;
    height: 40px; 
    right: 0; 
    min-width: 40px;    
}
    .smartquiz__panel.smartquiz__panel-text {
    background: #F8F8F8;
    border-radius: 15px;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 20px;
}
    .smartquiz__panel.smartquiz__panel-text label{
        padding: 30px;
    }
    .smartquiz__panel-text .quiz-step-text {
    line-height: 40px;
}
   .quiz-step-8 .panel__smartquiz__panel-text .smartquiz__panel-text:first-child .quiz-step-text {
    line-height: 20px;
}
    .quiz-step-mark1 > span {
    width: 18px;
    height: 14px;
    top: 12px;
    left: 9px;
    background-size: cover;
}
    .quiz-step-text-small {
    font-size: 14px;
    display: block;
}
    .smartquiz__progress1 {
    width: 250px;
    height: 250px;
    margin-top: 75px;
}
    .smartquiz__progress1 .smartquiz__progress-value {
    font-size: 80px;
    padding-top: 73px;
}
    .quiz-title.windows__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 40px;
    padding-top: 40px;
}
    .quiz-mess p {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 20px;
}
    .quiz-mess {
    display: block;
}
    span.quiz-mess-span {
    font-size: 20px;
    line-height: 24px;
}
    label.quiz-mess__whatsapp {
    padding-right: 57px;
    line-height: 24px;
}
    .checkmark {
    width: 24px;
    height: 24px;
}
    .quiz-mess label span.checkmark:after {
    content: '';
    display: none;
    left: 6px;
    top: 8px;
    position: absolute;
    width: 12px;
    height: 8px;
    background: url(/quiz/img/check-active-calc-mob.svg);
    background-size: cover;
}
    .quiz-form_open .quiz-mess label.quiz-mess__viber span.checkmark:after{
     left: 5px;
    top: 10px;   
    }
    .quiz-form_open .quiz-mess label.quiz-mess__whatsapp span.checkmark:after{
     left: 5px;
    top: 7px;   
    }
	.form {
		flex-direction: column;
	}
	.form-input	{
		margin-right: 0;
		margin-bottom: 20px;
		height: 60px;
		width: 100%;
	}
	.quiz-form_open .form__phone {
		padding-left: 37px;
	}	
	.quiz-form_open .form-input	{
		background-size: 37px;		
		height: 50px;
		font-size: 16px;
	}	
    .form__phone {
    margin-right: 0;    
}
    .quiz-showroom {
    padding-bottom: 30px;
}
    .form__btn.btn.send {
    width: 100%;
}
}
.quiz-showroom {
    position: relative;
    margin: 0 auto;
    width: 100%;
    z-index: 0;
}
.quiz-range-vert {
    width: 50px;
    display: inline-block;
}
.quiz-showroom .ui-widget.ui-widget-content {
    border: unset;
    background: #E8E8E8;
    border-radius: 5px;
}
#slider-vertical {
    height: 214px;
    width: 0.65em;
}
.quiz-showroom .ui-slider input[type=text] {
    padding: 0 0px;
    text-align: center;
    margin-bottom: 0;
    max-width: 81px;
    width: 81px;
    height: 34px;
    border: 1px solid #f26422;
    font-weight: normal;
    font-size: 18px;
    border-radius: 3px;
    color: #000;
    font-family: "Core Sans N", sans-serif;
}
#amounty {
    position: absolute;
    left: -35px;
    top: -44px;
    -webkit-appearance: initial;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.quiz-showroom .ui-widget-header {
    background: #ED226B!important;
    border-radius: 5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em;
}
.quiz-showroom .ui-slider-handle {
    border-radius: 50%;
    width: 30px!important;
    height: 30px!important;
    background: #ED226B;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
} 
.quiz-showroom #slider-vertical .ui-slider-handle {
    left: -0.6em;  
} 
.step__ui-slider .quiz-step-big-img {
    width: calc(100% - 56px);
    height: 260px;
    display: inline-block;
    background: url(../img/quiz-balcony-img-1.png) center center no-repeat;
    background-size: contain;
    transition: all 0.25s linear;
}
.quiz-range-horis {
    margin-left: 53px;
    padding-top: 40px!important;
    width: 100%;
}
.quiz-showroom .ui-slider-horizontal {
    height: 0.65em;
}
.quiz-showroom .ui-widget.ui-widget-content {
    border: unset;
    background: #E8E8E8;
    border-radius: 5px;
    position: relative;
}
#slider-hv {
    display: none;
    margin-bottom: 30px;
}
.quiz-container button, .quiz-container input:not([type=range]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-decoration: none;
}
.quiz-showroom .ui-slider input[type=text] {
    padding: 0 0px;
    text-align: center;
    margin-bottom: 0;
    max-width: 81px;
    width: 81px;
    height: 34px;
    border: 1px solid #f26422;
    font-weight: normal;
    font-size: 18px;
    border-radius: 3px;
    color: #000;
    font-family: "Core Sans N", sans-serif;
}
#amountyx {
    position: absolute;
    bottom: -8px;
    right: -90px;
    -webkit-appearance: initial;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.quiz-showroom #slider-h .ui-slider-handle, .quiz-showroom #slider-hv .ui-slider-handle {
    top: -0.6em!important;
}
.panel__smartquiz__panel-images-balc {
    padding-bottom: 30px;
}
#amounty, #amountx {
    width: 81px;
    height: 34px;
    border: 1px solid #ED226B;
    border-radius: 3px;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
}
.slider-vertical-span, .slider-vertical1-span {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}
@media (max-width: 1199px) {
 .quiz-range-vert {
    width: 100%;
    display: inline-block;
}  
    #amounty {
    left: auto;
    top: -15px;
    right: -110px;
}
    .ui-slider-vertical .ui-slider-range {
    width: calc(100% - 74px - 84px - 30px);
    top: 5px;
    left: 89px;
}
    .slider-vertical-span, .slider-vertical1-span {
    left: -87px;
    position: absolute;
    top: -10px;
}
    .slider-vertical{
        display: none;
    }
    .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 10px;
}
    #slider-vertical {
    height: 10px;
    width: 100%;
}
    #slider-vertical {
    height: 10px;
    width: calc(100% - 194px);
    top: 5px;
    left: 84px;
}
    .slider-vertical-span {
    left: -84px;
    position: absolute;
    top: -10px;
}
    #slider-h {
    height: 10px;
    width: calc(100% - 194px);
    top: 5px;
    left: 84px;
}
    .quiz-range-horis {
    margin-left: 0;
    padding-top: 35px;
}
    .ui-slider-handle.ui-corner-all.ui-state-default {
    top: -10px;
}
    .quiz-showroom #slider-h .ui-slider-handle, .quiz-showroom #slider-hv .ui-slider-handle {
    top: -10px!important;
}
    #amountx {
    left: auto;
    top: -15px;
    right: -110px;
    position: absolute;
}
    .step__ui-slider .quiz-step-big-img {
    display: none;
}
    .quiz-showroom .ui-slider-handle {
    margin-left: -0.1em;
}
}
@media (min-width: 1024px) {

 .quiz-form_open1 .quiz-mess label span.checkmark:after {
    left: 5.3px;
    top: 8px;
    background-size: cover;
}   

}
@media (max-width: 767px) {
    #amountx {
    left: auto;
    top: -15px;
    right: -105px;
    position: absolute;
}	
 #amounty {
    left: auto;
    top: -15px;
    right: -105px;
}

.quiz-showroom .ui-slider-handle {
    width: 22px!important;
    height: 22px!important;
}
 .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 6px!important;
}   
    div#slider-vertical {
    height: 6px;
    width: calc(100% - 189px);    
}
    div#slider-h {
    height: 6px;
    width: calc(100% - 189px);
    top: 5px;
    left: 84px;
}
    .quiz-range-horis {
    padding-top: 45px!important;
}
    .slider-vertical-span, .slider-vertical1-span {
    left: -89px;
    position: absolute;
    top: -10px;
}
    .quiz-showroom .ui-slider-handle{
     margin-left: -0.1em;   
    } 
    
}
@media (min-width: 768px) {
.step__ui-slider .quiz-showroom {
    width: 100%;
}
.step__ui-slider .quiz-showroom {
    margin-bottom: 39px;
} 
#slider-hv {
    margin-bottom: 50px;
}
   
}
@media (min-width: 1024px) {
.step__ui-slider .quiz-showroom {
    width: 72%;
}
.step__ui-slider .quiz-showroom {
    margin-bottom: 0;
    max-width: 630px;
    padding-bottom: 0;
}  
.quiz-range-vert {
    position: relative;
    top: -9px;
    width: 50px;
}
#slider-vertical {
    height: 229px;
}  
#amounty {
    top: -54px;
}
.step__ui-slider .quiz-step-big-img {
    margin-bottom: 18px;
    width: calc(100% - 107px);
    height: 281px;
    position: relative;
    top: 5px;
    min-width: 572px;
}
.quiz-range-horis {
    max-width: 482px;
    padding: 10px 0;
    margin-left: 47px;
    margin-top: -5px;
    padding-top: 10px!important;
}
#amountx {
    right: -115px;
    position: absolute;
    bottom: -11px;
}
.slider-gorisont{
    display: none;
}
.slider-vertical-span, .slider-vertical1-span {
    display: none;
}
    #slider-vertical {
    width: 10px;
}
    .quiz-showroom .ui-slider-horizontal{
        height: 10px;
    }
    .quiz-showroom #slider-vertical .ui-slider-handle {
    left: -10px;
    outline: none;    
}
    .quiz-showroom #slider-h .ui-slider-handle, .quiz-showroom #slider-hv .ui-slider-handle {
    top: -10px!important;
    margin-left: -5px;
}
}
/*стили для модального окна */
.quiz-form_open {
    font-family: 'Roboto',Arial;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    text-align: center;
    padding: 0!important;
    overflow-y: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    background: rgba(0,0,0,.75)!important;
}
.quiz-form_close.quiz-form_open1{
    display: none;
}
.quiz-form_open-active{
    display: block;
}
.quiz-form_open:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
.quiz-form_open .smartquiz__layout-type-1.smartquiz__layout-active {
    width: 908px;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    background: #fff;
    box-shadow: 0 0 12px 5pxrgba(0,0,0,.3);
    border-radius: 15px;
    margin-top: 45px;
    margin-bottom: 45px;
    position: relative;
    transition: 0.3s ease-in-out;
    transform: translateY(25px);
    padding: 40px 30px;
}
.quiz-form_open .quiz-nav-prev span.text-prev {
    display: none;
}
.quiz-form_open .quiz-nav-prev{
    width: 115px;
}
.quiz-form_open .quiz-nav-next{
    width: 281px;
}
.smartquiz-steps-p {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    padding-bottom: 30px;
    font-family: 'Roboto';
}
.quiz-form_open .smartquiz__text {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}
.quiz-form_open .smartquiz__panel.smartquiz__panel-images {
    max-width: 192px;
}
.quiz-form_open  .smartquiz__panel-img:before {
    width: 192px;
}
.quiz-form_open .smartquiz__panel-img img {
    border-radius: 10px 10px 0px 0px;
    width: 192px;
}
.quiz-form_open .smartquiz__answer {
    font-size: 16px;
    line-height: 16px;
    padding-top: 20px;
    padding-bottom: 25px;
}
.quiz-form_open .quiz-step-mark, .quiz-form_open  .quiz-step:not(.quiz-step-1) .quiz-step-mark {
    width: 45px;
    height: 45px;
    bottom: 45px;
    right: -5px;
}
.quiz-form_open  .smartquiz__panel-text .quiz-step-mark.quiz-step-mark1 {
    bottom: 0;
    width: 60px;
    height: 60px;
}

.quiz-form_open .quiz-step-mark > span {
    width: 20px;
    height: 15px;
    top: 13px;
    left: 12px;
    background-size: contain;
}
.quiz-form_open .quiz-step-mark1 > span {
    width: 32px;
    height: 24px;
    top: 17px;
    left: 13px;
}
.quiz-form_open input:checked ~ .smartquiz__panel-img:before {
    border: 2px solid #ED226B;
    border-radius: 7px;
}
.quiz-form_open .smartquiz__step-controls {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 40px;
    align-items: center;
}
.quiz-form_open .smartquiz__paginator {
    text-align: left;
}
.quiz-form_open .smartquiz__paginator span {
    font-size: 24px;
    line-height: 28px;
}
.quiz-form_open .smartquiz__paginator .smartquiz__number-left {
    color: #ED226B;
    font-size: 30px;
    line-height: 30px;
}
.quiz-form_open .quiz-nav-prev, .quiz-form_open .quiz-nav-next {
    height: 50px;
    font-size: 16px;
    line-height: 18px;
}
.quiz-form_open .smartquiz__close {
    background: url(/quiz/img/close.png);
    width: 24px;
    height: 24px;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
	z-index: 4;
}
.quiz-form_open .smartquiz__progress1 {
    margin-top: 0;
}
.quiz-form_open .smartquiz__pie_progress {
    padding: 20px;
}
.quiz-form_open .quiz-title.windows__title {
    font-size: 30px;
    line-height: 38px;
    padding-bottom: 50px;
}
.quiz-form_open .quiz-mess p {
    font-size: 24px;
}
.quiz-form_open .quiz-mess {
    margin-bottom: 40px;
}
.quiz-form_open .quiz-mess-span {
    font-size: 24px;
    line-height: 24px;
}
.quiz-form_open .checkmark {
    width: 28px;
    height: 28px;
}
.quiz-form_open .step__ui-slider .quiz-step-big-img {
    min-width: 553px;
}
.active_h2{
    display: none;
}
@media (max-width: 1023px) {
 .quiz-form_open .smartquiz__layout-type-1.smartquiz__layout-active {
    width: 708px;
    margin-top: 0;
    margin-bottom: 30px;
}  
.quiz-form_open .smartquiz__panels-container.panel__smartquiz__panel-images{
    max-width: 410px;
    margin: auto;    
    }
.quiz-form_open .smartquiz-steps-p {
    text-align: center;
}    
}
@media (max-width: 767px) {
  .quiz-form_open .smartquiz__layout-type-1.smartquiz__layout-active {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 40px 15px;  
    height: 100%; 
    border-radius: 0;
    transform: none; 
	padding-bottom: 80px;
    overflow-y: auto;	
}   
    .quiz-form_open:before {
    height: 0;
        display: none;
}
    .quiz-form_open .smartquiz__panel.smartquiz__panel-images {
    max-width: 160px;
}
    .quiz-form_open .smartquiz__panel-img:before {
    width: 100%;
	max-width: 160px;
}
    .quiz-form_open .smartquiz__panel-img img {
    border-radius: 10px 10px 0px 0px;
	width: 100%;
    max-width: 160px;
}
    .quiz-form_open .smartquiz-steps-p {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    padding-top: 20px;
}
    .quiz-form_open .smartquiz__close {
    background: url(/quiz/img/close-mobile.png);
    width: 15px;
    height: 15px;
    right: 0px!important;
    top: -21px!important;
    background-size: contain;
}
    .quiz-form_open .smartquiz__step-title .smartquiz__text {
    padding-top: 0;
}
    .quiz-form_open .quiz-nav-prev {
    width: 55px;
}
    .quiz-form_open .quiz-nav-prev, .quiz-form_open .quiz-nav-next {
    height: 40px;
    font-size: 16px;
    line-height: 18px;
}
    .quiz-form_open .quiz-nav-next span.smartquiz__arrow.smartquiz__arrow-next {
    display: none;
}
    .quiz-form_open .quiz-nav-next {
    width: 155px;
    font-size: 14px;
    line-height: 14px;
}
    .quiz-form_open  .smartquiz__paginator, .quiz-form_open .quiz-nav-prev, .quiz-form_open .quiz-nav-next {
    grid-row: none;
    grid-column:none;
    padding-bottom: 0;
}
    .quiz-form_open .smartquiz__paginator span {
    font-size: 20px;
    line-height: 20px;
}
    .quiz-form_open .smartquiz__paginator .smartquiz__number-left {
    color: #ED226B;
    font-size: 24px;
    line-height: 24px;
}
    .quiz-form_open .smartquiz__step-controls {
    display: flex;
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 0;
    align-items: center;
    width: 100%;
    column-gap: 19px;
    margin: auto;
    box-shadow: 0px -4px 8px rgb(0 0 0 / 25%);
    position: fixed;
    padding: 8px;
    bottom: 0;
    left: 0;
    justify-content: space-between;  
    background: #ffffff;    
}
    .quiz-form_open .smartquiz__panel-text .quiz-step-mark.quiz-step-mark1 {
    bottom: 0;
    width: 40px;
    height: 40px;
}
    .quiz-form_open .quiz-step-mark1 > span {
    width: 18px;
    height: 14px;
    top: 12px;
    left: 9px;
}
    .quiz-form_open .quiz-title.windows__title {
    padding-top: 0;
    padding-bottom: 25px;
    font-size: 22px;
    line-height: 30px;
}
    .quiz-form_open .quiz-mess p {
    font-size: 20px;
}
    .quiz-form_open .quiz-mess-span {
    font-size: 20px;
    line-height: 22px;
}
    .quiz-form_open .checkmark {
    width: 22px;
    height: 22px;
}
   .quiz-form_open  .form__phone, .quiz-form_open  input.form__phone:focus-visible {
    font-size: 16px;
	background-size: 37px;
} 
    .quiz-form_open  .form__btn.btn.send{
    height: 50px;
    width: 100%;
        font-size: 16px;
        
    }
    .quiz-form_open .privacy-policy__text {
    font-size: 12px;
    line-height: 16px;
}
    .quiz-form_open .privacy-policy__text a{
     font-size: 12px;
    line-height: 16px;
        color: #CCCCCC;
    }
    .quiz-form_open #smartquizLayout2 {
    overflow-x: hidden;
    overflow-y: scroll;
    border-radius: 0;
    transform: none;
    height: 100%;
}
    .quiz-form_open .smartquiz__window {
    padding-bottom: 27px;
    min-height: 100%;
    position: relative;
}
    .quiz-form_open .quiz-show-balcon .quiz-step-1 .quiz-step-mark {
    width: 45px;
    height: 45px;
    bottom: 60px;
    right: -5px;
}
    .quiz-form_open .quiz-show-balcon .quiz-step-3 .smartquiz__panel:nth-child(3) .quiz-step-mark,
    .quiz-form_open .quiz-show-balcon .quiz-step-3 .smartquiz__panel:nth-child(4) .quiz-step-mark {
    width: 45px;
    height: 45px;
    bottom: 60px;
    right: -5px;
}
    .quiz-form_open .smartquiz__answer {
    padding-left: 5px;
    padding-right: 5px;
}
}
@media (max-width: 374px){
	.quiz-form_open .smartquiz__paginator span {
		font-size: 19px;
	}	
}
@media (max-width: 767px){
 .quiz-form_open .quiz-show-balcon .quiz-step-1 .smartquiz__panel-img img {
    height: 161px;
     width: 160px;
}   
    .smartquiz__text {
    padding: 0 3px;
}
}
@media (max-width: 374px){
   
    .quiz-form_open .quiz-show-balcon .quiz-step-6 .smartquiz__panel-img img, 
    .quiz-form_open .quiz-show-balcon .quiz-step-5 .smartquiz__panel-img img, 
    .quiz-form_open .quiz-show-balcon .quiz-step-4 .smartquiz__panel-img img, 
    .quiz-form_open .quiz-show-balcon .quiz-step-3 .smartquiz__panel-img img,
    .quiz-form_open .quiz-show-balcon .quiz-step-1 .smartquiz__panel-img img, 
    .quiz-form_open #smartquizLayout3  .smartquiz__panel-img img
    {
      height: 161px;  
    }
}
@media (max-width: 767px){
  .page-calc .section.top_menu.header_fixed {
    position: relative;
}
    .page-calc .fake_menu.header_fixed_f {
    height: 0;
}
}
@media (max-width: 767px){
.quiz-step-3.step__ui-slider .smartquiz__panels-container.panel__smartquiz__panel-images {
    display: block;
}
.quiz-showroom {
    display: grid;
    padding-bottom:15px;
}
.quiz-range-horis {
    order: 3;
}
.step__ui-slider .quiz-step-big-img{
    order: 1;
}
.quiz-range-vert {
    order: 2;
}   
.step__ui-slider .quiz-step-big-img{
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
    height: 200px;
    }    
.smartquiz__steps-area {
    max-width: 345px;
}    
}
@media (max-width: 1023px) and (min-width: 768px){
.quiz-step-3.step__ui-slider .smartquiz__panels-container.panel__smartquiz__panel-images {
    display: block;
}
    .step__ui-slider .quiz-step-big-img {
    width: 100%;
    display: inline-block;
    margin-bottom: 40px;
    height: 260px;
}
    .quiz-showroom {
    display: grid;
    padding-bottom:15px;
}
.quiz-range-horis {
    order: 3;
}
.step__ui-slider .quiz-step-big-img{
    order: 1;
}
.quiz-range-vert {
    order: 2;
}  
.step__ui-slider .quiz-showroom {
    margin-bottom: 0px;
}
}
.quiz-step-3.step__ui-slider .smartquiz__panels-container.panel__smartquiz__panel-images {
    display: block;
}
.quiz-form_open .step__ui-slider .quiz-step-big-img {
    min-width: 100%;
}
.o_calc .o_sw img {
    cursor: pointer;
}
@media (max-width: 1023px){
.quiz-form_open .smartquiz__panels-container.panel__smartquiz__panel-images {
   /* max-width: none;*/
}
}
@media (min-width: 1024px){
.step__ui-slider .quiz-step-big-img {
    margin-bottom: 28px;
    height: 271px;
    min-width: 572px;
}
    .slider-vertical, .step__ui-slider .quiz-step-big-img {
    display: inline-block;
}
    .quiz-form_open .step__ui-slider .quiz-step-big-img {
    min-width: 553px;
}
    .quiz-form_open .smartquiz__panels-container.panel__smartquiz__panel-images {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
   .quiz-form_open .quiz-step-width {
    max-width: 100%;
    margin: auto;
    padding: 0;
}
     #amounty {
    left: -35px;
}
    .step__ui-slider .quiz-showroom {

    width: 100%;
}
    .step__ui-slider .quiz-step-big-img {
    min-width: 507px;
}
    #slider-vertical {

    left: 0;
}
    #slider-h {
    height: 10px;
    width: calc(100% - 81px);
    top: 5px;
    left: 0;
}
    .quiz-range-horis {
    max-width: 553px;
}
}
.o_sw {
    opacity: 0;
}
.quiz-mess-span {
    padding-left: 3px;
}
.quiz-mess {
    column-gap: 30px;
}
.smartquiz__progress1 .smartquiz__progress-left .smartquiz__progress-bar {
    animation: loading-2 .25s linear forwards .25s;
    border-color: #ed226b;
}
.smartquiz__progress1 .smartquiz__progress-right .smartquiz__progress-bar {
    animation: loading-1 .25s linear forwards;
}
.smartquiz-steps-p-none{
    display: none;
}
.quiz-form_open .smartquiz__close {
    right: 20px;
    top: 20px;
}
.text-politic {
    padding-bottom: 30px;
    font-size: 24px;
    line-height: 31px;
    text-align: justify;
}