

/* Start:/bitrix/components/niges/calc/templates/.default/style.css?174788776123855*/
/***  NIGES.CALC - CUSTOM CSS  ***/

.quiz-kp:before {
    content: "by KNX24"; 
    font-size:16px; 
    color:#8d8d8d; 
    position:absolute;
    margin:-50px 0 0 -48px;
} 

.quiz-kp-header {
    font-size:20px;
    line-height:24px;
    font-weight:400;
    justify-content: space-between;
}

.quiz-kp-header span {
    font-size:24px;
    padding-left:20px;
}



.quiz-kp h3 {
    color: #004F82;
    font-size:24px;
    line-height:29px;
    font-weight:700; 
    padding: 35px 0 50px;
}






.quiz-kp input[type=range] {
  -webkit-appearance: none;
  background: #d9e5ec;
  /*margin: 10px 0;
  width: 100%;*/
}
.quiz-kp input[type=range]:focus {
  outline: none;
}
.quiz-kp input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #004F82;
  border-radius: 25px;
  border: 0px solid #000101;
}
.quiz-kp input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 1px solid #dddddd;
  height: 43px;
  width: 43px;
  border-radius: 27px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -19px;
}
.quiz-kp input[type=range]:focus::-webkit-slider-runnable-track {
  background: #004F82;
}
.quiz-kp input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #004F82;
  border-radius: 25px;
  border: 0px solid #000101;
}
.quiz-kp input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 1px solid #dddddd;
  height: 43px;
  width: 43px;
  border-radius: 27px;
  background: #ffffff;
  cursor: pointer;
}
.quiz-kp input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 39px 0;
  color: transparent;
}
.quiz-kp input[type=range]::-ms-fill-lower {
  background: #004F82;
  border: 0px solid #000101;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
.quiz-kp input[type=range]::-ms-fill-upper {
  background: #004F82;
  border: 0px solid #000101;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
.quiz-kp input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 1px solid #dddddd;
  height: 43px;
  width: 43px;
  border-radius: 27px;
  background: #ffffff;
  cursor: pointer;
}
.quiz-kp input[type=range]:focus::-ms-fill-lower {
  background: #004F82;
}
.quiz-kp input[type=range]:focus::-ms-fill-upper {
  background: #004F82;
}












.quiz-footer {
    padding-top: 55px;
    justify-content: space-between;
}

.quiz-btn-previous {
    border:none;
    background: none;
    color: #7b7b7b; 
    font-size:24px;
    line-height:59px;
    font-weight:400; 
    cursor:pointer;
}
.quiz-btn-previous span {
    transform: translateY(-2px);
    font-family: tahoma, arial;
    display: inline-block;
}

.quiz-btn-next {
    background: #05A3FF;
    border-radius:10px;
    height:60px;
    width:200px;
    text-align:center;
    border:none;
    color: #ffffff;
    font-size:24px;
    line-height:59px;
    font-weight:700; 
    cursor:pointer;
}
.quiz-btn-next:hover {
    background: #05baff
}




.quiz-01-radios {
    display: flex;
    justify-content: space-around;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #004F82;
    line-height: 60px;
}
.quiz-01-radios input {
    position:absolute;
    visibility:hidden; 
}
.quiz-01-radios label {
    cursor:pointer;
}

.quiz-01-radios label:nth-child(2) span:before {
    content:'';
    display:block;
    background:url('/images/quiz/01-flat.png');
    background-repeat:no-repeat;
    background-size:cover;
    width:400px;
    height:400px;
    border: 3px solid #d9e5ec;
    border-radius: 25px;
    position:relative;
}

.quiz-01-radios label:nth-child(4) span:before {
    content:'';
    display:block;
    background:url('/images/quiz/01-house.png');
    background-repeat:no-repeat;
    background-size:cover;
    width:400px;
    height:400px;
    border: 3px solid #d9e5ec;
    border-radius: 25px;
    position:relative;
} 
.quiz-01-radios label:hover:nth-child(2) span:before , 
.quiz-01-radios label:hover:nth-child(4) span:before {
    border: 3px solid #05a3ff;
}

.quiz-01-radios label:hover:nth-child(2) span,
.quiz-01-radios label:hover:nth-child(4) span {
    color: #05a3ff;
}
.quiz-01-radios span, 
.quiz-01-radios span:before {
    transition: all ease .3s;
}
.flat label:nth-child(2) span:before,
.house label:nth-child(4) span:before {
    border: 3px solid #05a3ff !important;
    filter: drop-shadow(2px 4px 16px rgba(100,100,100,.2));
}
.flat label:nth-child(2) span,
.house label:nth-child(4) span {
    color: #05a3ff;
}










.quiz-visual-radios {
    display: flex;
    justify-content: space-around;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #004F82;
    line-height: 60px;
}
.quiz-visual-radios input {
    position:absolute;
    visibility:hidden; 
}
.quiz-visual-radios label {
    cursor:pointer;
}
.quiz-visual-radios label span:before {
    content:'';
    display:block;
    background-color: #fff; 
    background-repeat:no-repeat;
    background-size:contain;
    background-position: center;
    width:270px;
    height:328px;
    border: 3px solid #d9e5ec;
    border-radius: 10px;
    background-image: inherit;
}
/*
.quiz-visual-radios label:nth-child(2) span:before { 
    background-image:url('/images/quiz/13-15.png'); 
}
.quiz-visual-radios label:nth-child(4) span:before { 
    background-image:url('/images/quiz/13-25.png'); 
} 
.quiz-visual-radios label:nth-child(6) span:before { 
    background-image:url('/images/quiz/13-35.png'); 
} */

.quiz-visual-radios label:hover  span:before  {
    border: 3px solid #05a3ff;
}

.quiz-visual-radios label:hover  span  {
    color: #05a3ff;
}
.quiz-visual-radios span, 
.quiz-visual-radios span:before {
    transition: all ease .3s;
}
/*
.gira .quiz-visual-radios label:nth-child(2) span:before,
.pairot .quiz-visual-radios label:nth-child(4) span:before, 
.iridium .quiz-visual-radios label:nth-child(6) span:before {
    border: 3px solid #05a3ff !important;
    filter: drop-shadow(2px 4px 16px rgba(100,100,100,.2));
}
.gira .quiz-visual-radios label:nth-child(2) span,
.pairot .quiz-visual-radios label:nth-child(4) span, 
.iridium .quiz-visual-radios label:nth-child(6) span {
    color: #05a3ff;
}*/



.nsf-radio-item-check-0  label:nth-child(2) span:before,
.nsf-radio-item-check-1  label:nth-child(4) span:before,
.nsf-radio-item-check-2  label:nth-child(6) span:before,
.nsf-radio-item-check-3  label:nth-child(8) span:before,
.nsf-radio-item-check-4  label:nth-child(10) span:before,
.nsf-radio-item-check-5  label:nth-child(12) span:before,
.nsf-radio-item-check-6  label:nth-child(14) span:before,
.nsf-radio-item-check-7  label:nth-child(16) span:before,
.nsf-radio-item-check-8  label:nth-child(18) span:before,
.nsf-radio-item-check-9  label:nth-child(20) span:before,
.nsf-radio-item-check-10  label:nth-child(22) span:before,
.nsf-radio-item-check-11  label:nth-child(24) span:before {
    border: 3px solid #05a3ff !important;
    filter: drop-shadow(2px 4px 16px rgba(100,100,100,.2));
}

.nsf-radio-item-check-0  label:nth-child(2) span,
.nsf-radio-item-check-1  label:nth-child(4) span,
.nsf-radio-item-check-2  label:nth-child(6) span,
.nsf-radio-item-check-3  label:nth-child(8) span,
.nsf-radio-item-check-4  label:nth-child(10) span,
.nsf-radio-item-check-5  label:nth-child(12) span,
.nsf-radio-item-check-6  label:nth-child(14) span,
.nsf-radio-item-check-7  label:nth-child(16) span,
.nsf-radio-item-check-8  label:nth-child(18) span,
.nsf-radio-item-check-9  label:nth-child(20) span,
.nsf-radio-item-check-10  label:nth-child(22) span,
.nsf-radio-item-check-11  label:nth-child(24) span  {
    color: #05a3ff;
}







.quiz-switch-radios-2, 
.quiz-switch-radios {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #004F82;
    line-height: 60px;
}
.quiz-switch-radios-2, 
.quiz-switch-radios {
    font-size: 20px;
    line-height: 40px;
}
.quiz-switch-radios-2 input, 
.quiz-switch-radios input {
    position:absolute;
    visibility:hidden; 
}
.quiz-switch-radios-2 label, 
.quiz-switch-radios label {
    cursor:pointer;
    width: 50%;
    text-align: center;
}
.quiz-switch-radios-2 label { width: 33%; }

.quiz-switch-radios-2 label span:before , 
.quiz-switch-radios label span:before {
    content:'';
    display:block; 
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    background-repeat:no-repeat;
    background-size: contain;
    background-position: center;
    width:130px;
    height:130px;
    border: 3px solid #d9e5ec;
    border-radius: 10px;
    background-image: inherit;
}
/*
.quiz-switch-radios label:nth-child(2) span:before { 
    background-image:url('/images/quiz/14-12.png'); 
}

.quiz-switch-radios label:nth-child(4) span:before { 
    background-image:url('/images/quiz/14-22.png'); 
} 

.quiz-switch-radios label:nth-child(6) span:before { 
    background-image:url('/images/quiz/14-32.png'); 
} 

.quiz-switch-radios label:nth-child(8) span:before { 
    background-image:url('/images/quiz/14-42.png'); 
} 
*/

.quiz-switch-radios-2 label:hover span:before , 
.quiz-switch-radios label:hover span:before  {
    border: 3px solid #05a3ff;
}
.quiz-switch-radios-2 label:hover span , 
.quiz-switch-radios label:hover span {
    color: #05a3ff;
}
.quiz-switch-radios-2 span, 
.quiz-switch-radios-2 span:before
.quiz-switch-radios span, 
.quiz-switch-radios span:before {
    transition: all ease .3s;
}
.tense .quiz-switch-radios label:nth-child(2) span:before,
.gira .quiz-switch-radios label:nth-child(4) span:before, 
.zennio .quiz-switch-radios label:nth-child(6) span:before, 
.jung .quiz-switch-radios label:nth-child(8) span:before {
    border: 3px solid #05a3ff !important;
    filter: drop-shadow(2px 4px 16px rgba(100,100,100,.2));
}
.tense .quiz-switch-radios label:nth-child(2) span,
.gira .quiz-switch-radios label:nth-child(4) span, 
.zennio .quiz-switch-radios label:nth-child(6) span, 
.jung .quiz-switch-radios label:nth-child(8) span {
    color: #05a3ff;
}








.quiz-brands-radios {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #004F82;
    line-height: 60px;
}
.quiz-brands-radios input {
    position:absolute;
    visibility:hidden; 
}
.quiz-brands-radios label {
    cursor:pointer;
    width: 25%;
    text-align: center;
    margin-bottom: 30px;
}

.quiz-brands-radios label span:before {
    content:'';
    display:block;
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    background-repeat:no-repeat;
    background-size: contain;
    background-position: center;
    width:110px;
    height:110px;
    border: 3px solid #d9e5ec;
    border-radius: 10px;
}

.quiz-brands-radios label:nth-child(2) span:before {
    background-image:url('/images/quiz/logo-zennio.png');
}

.quiz-brands-radios label:nth-child(4) span:before {
    background-image:url('/images/quiz/logo-schneider2.png');
}

.quiz-brands-radios label:nth-child(6) span:before {
    background-image:url('/images/quiz/logo-berker2.png');
}

.quiz-brands-radios label:nth-child(8) span:before {
    background-image:url('/images/quiz/logo-hager2.png');
}

.quiz-brands-radios label:nth-child(10) span:before {
    background-image:url('/images/quiz/logo-mdt2.png');
}

.quiz-brands-radios label:nth-child(12) span:before {
    background-image:url('/images/quiz/logo-abb2.png');
}

.quiz-brands-radios label:nth-child(14) span:before {
    background-image:url('/images/quiz/logo-gira2.png');
}

.quiz-brands-radios label:nth-child(16) span:before {
    background-image:url('/images/quiz/logo-jung2.png');
}


.quiz-brands-radios label:hover span:before  {
    border: 3px solid #05a3ff;
}

.quiz-brands-radios label:hover span {
    color: #05a3ff;
}
.quiz-brands-radios span, 
.quiz-brands-radios span:before {
    transition: all ease .3s;
}

.zennio .quiz-brands-radios label:nth-child(2) span:before,
.schneider .quiz-brands-radios label:nth-child(4) span:before, 
.berker .quiz-brands-radios label:nth-child(6) span:before, 
.hager .quiz-brands-radios label:nth-child(8) span:before,
.mdt .quiz-brands-radios label:nth-child(10) span:before,
.abb .quiz-brands-radios label:nth-child(12) span:before, 
.gira .quiz-brands-radios label:nth-child(14) span:before, 
.jung .quiz-brands-radios label:nth-child(16) span:before {
    border: 3px solid #05a3ff !important;
    filter: drop-shadow(2px 4px 16px rgba(100,100,100,.2));
}
.zennio .quiz-brands-radios label:nth-child(2) span,
.schneider .quiz-brands-radios label:nth-child(4) span, 
.berker .quiz-brands-radios label:nth-child(6) span, 
.hager .quiz-brands-radios label:nth-child(8) span,
.mdt .quiz-brands-radios label:nth-child(10) span,
.abb .quiz-brands-radios label:nth-child(12) span, 
.gira .quiz-brands-radios label:nth-child(14) span, 
.jung .quiz-brands-radios label:nth-child(16) span {
    color: #05a3ff;
}








.quiz-wrp-img-range {
    display:block;
}
.quiz-wrp-img-range:after {
    content:'';
    display:block;
    clear:both;
}
.quiz-wrp-img-range div:nth-child(1) {
    width: 50%;
    float: left;
}
.quiz-wrp-img-range div:nth-child(1) img {
    width: 90%; 
}
.quiz-wrp-img-range div:nth-child(2) , 
.quiz-wrp-img-range div:nth-child(3) {
    width: 50%;
    float: right;
    right: 0;
    text-align:center
}

.quiz-wrp-img-range div:nth-child(2){
    margin-right: -50%;
    padding-top: 50px;
    height: 130px;
    z-index: 3;
    position: relative;
}
.quiz-wrp-img-range div:nth-child(2) label {
    position: relative;
    margin: 0 0px -40px 0px;
    padding-left: calc(50% + 38px);
    text-align: left;
    display: block;
    z-index: 2;
    font-size: 24px;
    color: #000;
    line-height: 36px;
    font-weight: 400;
}
.quiz-wrp-img-range div:nth-child(2) input {
    width: 60px;
    border: none;
    border-bottom: 1px solid #000;
    background: none;
    z-index: 3;
    position: relative;
    color: #8B8B8B;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
}

.quiz-wrp-img-range div:nth-child(3){
    padding-top: 135px;
    z-index: 2;
    position: relative;
}
.quiz-wrp-img-range div:nth-child(3) input {
    width:100%;
}





.quiz-contacts { 
    display:block !important;     
    max-width: 400px;
    width: 100%;
    float: left;
}
.quiz-contacts input { 
    width:90%; 
    border: none;
    border-bottom: 1px solid #004F82;
    margin-bottom: 35px;
    height: 40px;
    background: none;
}
.quiz-contacts-btn-wrp {
    display: block !important;
    text-align: center;
    padding-top: 120px;
}
.quiz-contacts-btn-wrp:after {
    content:'';
    clear:both;
    position: relative;
    display: block;
}


.quiz-results {
    width: 50%;
    display:block !important;
    float:left;
}

.quiz-results > div > font {
    width: 100%;
    text-align: left;
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
    padding-top: 10px;
    position: relative;
    display: block;
}

.quiz-results > div > font span:nth-child(1) {
    min-width: 150px;
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.quiz-results > div > font span:nth-child(2) {
    display: inline-block;
    width: calc(40% - 80px);
    border-bottom: 1px solid #7c9eb3;
    min-height: 20px;
    vertical-align: top;
}
.quiz-results > div > font.text span:nth-child(2) { 
    width: calc(40% - 160px);
}
.quiz-results > div > font > font {
    display: inline-block;
    padding: 0 30px 0 5px;
    width: 80px;
    text-align: center;
    vertical-align: top;
} 
.quiz-results > div > font.text > font { 
    width: 150px;
    text-align: right;
}
















.quiz-sending-ok {
    width: 640px;
    height: 110px;
    display: block !important;
    background: #f1f1f1;
    border-radius: 30px;
    padding: 25px 50px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    color: #004F82;
}
.quiz-sending-ok h2 {
    font-weight:700;
}





.nsf-btn-loader {opacity:0.8; text-indent: 40px; }
.nsf-btn-loader:before { 
    content:'';
    background: url(/images/quiz/loader.svg);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
    position: absolute;
    display: block;
    width: 50px;
    height: 58px;
    margin-left: 22px;
    opacity: 1;
} 


















@media screen and (min-width:1px) and (max-width:1299px){

	.quiz-01-radios label:nth-child(2) span:before,
	.quiz-01-radios label:nth-child(4) span:before { 
		width: 300px;
		height: 300px;
	}
	.quiz-01-radios, 
	.quiz-brands-radios, 
	.quiz-switch-radios,
	.quiz-visual-radios { 
		font-size: 18px; 
		line-height: 53px;
	}
	.quiz-visual-radios label span:before {
		width: 220px;
		height: 230px;
		margin-left: auto;
		margin-right: auto;
	}
	.quiz-results > div > font { 
		font-size: 19px;
	}
	
}




@media screen and (min-width:1px) and (max-width:991px){
	#nsf-frame-1621424251580 {
		border-radius: 15px 15px 15px 15px !important;
		padding: 59px 33px 33px 33px !important;
	}
	
	.quiz-kp:before { 
		margin-left: -18px;
	}
	.quiz-01-radios label:nth-child(2) span:before, .quiz-01-radios label:nth-child(4) span:before {
		width: 250px;
		height: 250px;
		border-radius: 15px;
	}
	.quiz-wrp-img-range div:nth-child(2) { 
		padding-top: 20px;
		height: 75px;
	}
	.quiz-wrp-img-range div:nth-child(3) {
		padding-top: 90px;
	}
	.quiz-visual-radios label span:before {
		width: 200px;
		height: 170px;
	}
	.quiz-switch-radios label span:before { 
		width: 100px;
		height: 100px;
	}
	.quiz-brands-radios label span:before { 
		width: 100px;
		height: 100px;
	}
	.quiz-results > div > font {
		font-size: 15px;
		line-height: 21px;
	}
	.quiz-contacts { 
		margin: 0 auto;
		float: unset;
		clear: both;
	}
	.quiz-contacts input {
		width: 100%;
	}
	.quiz-contacts-btn-wrp { 
		padding-top: 50px;
	}
	.quiz-results > div > font.text > font {
		width: 110px;
		text-align: center;
	}

}



@media screen and (min-width:1px) and (max-width:767px){
	.quiz-kp-header {
		font-size: 17px;
		line-height: 19px;
	}
	.quiz-kp-header span {
		font-size: 21px;
	}
	.quiz-kp h3 { 
		font-size: 21px;
		line-height: 21px; 
		padding: 25px 0 25px;
	}
	.quiz-01-radios label:nth-child(2) span:before, .quiz-01-radios label:nth-child(4) span:before {
		width: 200px;
		height: 200px;
		border-radius: 15px;
		margin-bottom: 10px;
	}
	.quiz-wrp-img-range {
		display: block !important;
	}
	.quiz-wrp-img-range div:nth-child(1) {
		width: 100%;
		float: unset;
		clear: both;
	}
	.quiz-wrp-img-range div:nth-child(2), .quiz-wrp-img-range div:nth-child(3) {
		width: 100%;
		float: unset;
		right: unset;
	}
	.quiz-wrp-img-range div:nth-child(2) {
		padding-top: 35px;
		height: 80px;
	}
	.quiz-wrp-img-range div:nth-child(3) {
		padding-top: 30px;
	}
	.quiz-wrp-img-range div:nth-child(1) img {
		width: 100%;
	}
	.quiz-visual-radios label span:before {
		width: 150px;
		height: 175px;
		margin-bottom: 10px;
	}
	.quiz-01-radios, .quiz-brands-radios, .quiz-switch-radios, .quiz-visual-radios {
		font-size: 17px;
		line-height: 19px;
	}
	.quiz-switch-radios label span:before {
		width: 150px;
		height: 150px;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.quiz-brands-radios label span:before {
		width: 95px;
		height: 95px;
		margin-bottom: 10px;
	}
	.quiz-results {
		width: 100%; 
		float: unset;
		clear: both;
	}
	.quiz-results > div > font {
		font-size: 17px;
		line-height: 19px;
	}
	
.quiz-results > div > font span:nth-child(2) {
    display: inline-block;
    /* width: calc(55% - 110px); */
    width: calc(55% - 25px);
    position: absolute;
    margin-right: -150px;
    z-index: 1;
}	
.quiz-results > div > font > font { 
    width: auto;
    max-width: 30%;
    padding: 0 0 2px 10px;
    float: right;
    right: 0;
    text-align: right;
    background: #d9e5ec;
    position: relative;
    z-index: 3;
}

	.quiz-results > div > font span:nth-child(1) { 
		width: 45%;
	}
.quiz-results > div > font.text > font {
    /* width: 150px; */
    width: auto;
    max-width: 45%;
    padding: 0 0 2px 10px;
    float: right;
    right: 0;
    text-align: right;
    background: #d9e5ec;
    position: relative;
    z-index: 3;
}
.quiz-results > div > font.text span:nth-child(2) {
    width: calc(55% - 25px);
    position: absolute;
    margin-right: -150px;
    z-index: 1;
}
	.quiz-sending-ok {
		width: auto;
		height: auto; 
		border-radius: 20px;
		padding: 25px 25px 30px;
        }
	
}





@media screen and (min-width:1px) and (max-width:575px){
	#nsf-frame-1621424251580 {
		border-radius: 3px 3px 3px 3px !important;
		padding: 39px 25px 25px 25px !important;
	}
	.quiz-kp:before { 
		font-size: 13px; 
		margin-left: -17px;
		margin-top: -35px;
	}
	.quiz-kp-header {
		font-size: 16px;
		line-height: 18px;
	}
	.quiz-kp-header span {
		font-size: 18px;
		padding-left: 10px;
	}
	.quiz-kp h3 {
		font-size: 19px;
	}
	.quiz-btn-next { 
		height: 50px;
		width: 150px; 
		font-size: 21px;
		line-height: 49px;
	}
	.quiz-btn-previous { 
		font-size: 18px;
		line-height: 48px;
	}
	.quiz-wrp-img-range div:nth-child(2) input { 
		font-size: 27px; 
		line-height: 32px;
	}
	#nsf-el-1621495384847 {
		min-width: 225px !important;
		max-width: 300px;
		width: 100%;
	}
	
	.quiz-01-radios, .quiz-brands-radios, .quiz-switch-radios, .quiz-switch-radios-2, .quiz-visual-radios {
		font-size: 14px;
		line-height: 16px;
	}
	.quiz-01-radios {
		font-size: 16px;
	}
	.quiz-01-radios label { 
		padding-bottom: 10px;
	}
	.quiz-01-radios label:nth-child(2) span:before, .quiz-01-radios label:nth-child(4) span:before {
		width: 145px;
		height: 145px;
		margin-bottom: 5px;
	}
	.quiz-brands-radios label span:before {
		width: 70px;
		height: 70px;
		margin-bottom: 5px;
	}
	.quiz-switch-radios label span:before {
		width: 110px;
		height: 110px;
		margin-bottom: 5px;
	}
	.quiz-visual-radios label span:before {
		width: 95px;
		height: 155px;
		margin-bottom: 5px;
	}
	
	.nsf-btn-loader:before { 
		background-size: 35px; 
		height: 48px; 
	}

	.quiz-visual-radios { 
  	  	flex-wrap: wrap;
	}
	.quiz-visual-radios label {
   	 	min-width: 49%;
	}

        .quiz-visual-radios label, 
	.quiz-switch-radios-2 label {
	    width: 49%;
	}

}


@media screen and (min-width:1px) and (max-width:339px){
	
	.quiz-01-radios, .quiz-brands-radios, .quiz-switch-radios, .quiz-switch-radios-2, .quiz-visual-radios {
		font-size: 13px;
		line-height: 16px;
	}
	.quiz-01-radios {
		font-size: 16px;
	}
	.quiz-01-radios label:nth-child(2) span:before, .quiz-01-radios label:nth-child(4) span:before {
		width: 120px;
		height: 120px;
		margin-bottom: 5px;
	}	
	.quiz-visual-radios label span:before {
		width: 80px;
		height: 125px; 
	}
	.quiz-brands-radios label span:before {
		width: 60px;
		height: 60px;
	}
}















 


















.nsf-fe-form-frame-container * {
    box-sizing: border-box;
    outline: none;
}
 
.nsf-fe-form-frame-container > div {
    padding: 25px;
}

.nsf-fe-form-frame-container > div > div > div > div {
    display:flex;
}

.nsf-fe-form-frame-container label {
    display:block;
}

.nsf-fe-form-frame-container .nsf-fe-step-btn {
    display:block;
}

.nsf-fe-form-frame-container button {
    transition: all ease .3s;
}

.nsf-fe-form-frame-container button:hover {
    /*box-shadow: 1px 1px 7px rgba(0,0,0,.5);*/
}
/* End */
/* /bitrix/components/niges/calc/templates/.default/style.css?174788776123855 */
