

/* Start:/local/templates/okna-nedorogie.ru/components/bitrix/form.result.new/web_form_95/style.css?16265448007659*/
.quiz {margin-top: 50px}
.quiz .ttl{    line-height: 1; font-size:46px;  color: #171616;  font-family: PROXIMANOVA-BOLD;  text-align: center;padding-top:0; color: #333}
.quiz__desc {font-size:24px;    margin-top: 20px;   text-align: center;} 
.quiz__block {margin-top: 45px;height: 300px;}
.question-slider { position: relative; margin: auto; width: 681px;padding-left: 46px;    padding-right: 46px;}

@media all and (max-width: 992px) {
.quiz .ttl{ font-size:42px}
	.quiz__desc {font-size:22px;} 
}

@media all and (max-width: 768px) {
    .question-slider {width: 542px;}
.quiz .ttl{ font-size:40px}
}

@media all and (max-width: 600px) {
.quiz {margin-bottom: 50px}
.quiz .ttl {font-size:36px}
.question-slider {width: 280px;    padding-left: 0px; padding-right: 0px; height: 300px}
}

@media (max-width: 480px){
.quiz .ttl {font-size: 32px;}
.quiz__desc {font-size:20px;} 
}

.question-arr-right, .question-arr-left {
    border: 1px solid #e6e6e6;
    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-color: #FFC222;
    width: 47px;
    padding-left: 16px;
    padding-right: 16px
}
.question-content {
    border: 1px solid #e6e6e6;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    width: 590px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: 6;
    height: 250px
}



@media all and (max-width: 1400px) {
    .question-form-desc {line-height: 1.2}

}
@media all and (max-width: 768px) {
	.question-content {  width: 450px;padding: 30px 15px;}
}

.question-form-desc {   font-size: 16px; text-align: center}
.question-content_title {
   font-family: "PROXIMANOVA-BOLD";
    font-size: 24px;
    font-weight: bold;
    line-height: 27.09px;
    margin-bottom: 38px;text-align: center;
    display: block
}
.question-form .button {font-size: 20px;    padding: 10px 10px 12px 10px;margin-left: 10px; text-shadow: none;border: 0;}
.question-form label {font-weight: normal;margin-bottom: 0;}
.question-content._last .question-content_title{ margin-bottom: 12px;}
.question-form {display: flex;    margin-top: 14px;    align-items: center;}
.question-form .form-input {font-size: 18px;line-height: 1;	height: 55px;text-align: center;outline: none;padding: 0;  padding-left: 10px;padding-right: 10px; border: 1px solid #e8e8e8!important;}
.question-form .btn { margin-left:15px; height: 55px; font-size: 18px; line-height: 1;}
form .question-form .blue_btn {  font-size: 20px;    margin-left: 5px;  margin-right: 5px;}
@media all and (max-width: 768px) {
	.question-form .button { font-size: 18px; padding: 7px 10px 6px 10px;min-width: 190px;}
    .question-content_title {font-size: 22px;}

    .question-form .btn {      font-size: 14px;
    padding: 15px 0;    width: 218px;  margin-left: 5px;}
}

@media all and (max-width: 600px) {
	.quiz__block {  margin-top: 30px;}
    .question-content_title {font-size: 20px; line-height: 1.2; text-align: center;margin-bottom: 15px;}
	.question-content {    width: 280px;  padding: 20px 30px 30px 30px; height: 300px;}
    .question-form {display: block; text-align: center}
    .question-form .btn { margin-left:0px; width: 257px; margin-top:5px}
	.question-form .button{ font-size: 18px;  padding: 9px 10px 8px 10px;margin-top:10px; margin-left:0;min-width: 257px;width: 257px;}
}

.question-arr {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    z-index: 8; 
height: 250px
}

.question-arr-left {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; position:absolute; 
left:0; top:0
}


.question-arr-left:hover {
    background:#FFC222;    box-shadow: 0 2px 6px -2px rgba(0,0,0,.9);
}

.question-arr-left:active {
    background: #FFC222;    box-shadow: 0 2px 6px -2px rgba(0,0,0,.9);
}

.question-arr-right {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; position: absolute; 
right:0; top:0
}



.question-arr-right:hover {
    background: #FFC222;    box-shadow: 0 2px 6px -2px rgba(0,0,0,.9);
}

.question-arr-right:active {
    background: #FFC222;    box-shadow: 0 2px 6px -2px rgba(0,0,0,.9);
}
@media all and (max-width: 600px) {
.question-arr {height: 54px; top: auto; bottom: 0}
.question-arr-left{top: auto; bottom: 0}
	..question-arr-right {top: auto; bottom: 0}
	.question-form .form-input{width: 257px;  margin: auto;}
}
.question-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.question-radio_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    font-size: 18px;
    font-weight: 500;
    line-height: 20.8px;
    width: 136px;
    text-align: center;
    cursor: pointer
}

@media all and (max-width: 600px) {
    .question-radio_label {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left; margin-left: 15px;  width: auto
    }
}

.question-radio_input {
    display: none
}

.question-radio_input:checked + div {
    -webkit-background-position: center;
    -moz-background-position: center;
    -ms-background-position: center;
    -o-background-position: center;
    -khtml-background-position: center;
    background: #FFC222 url(/local/templates/okna-nedorogie.ru/components/bitrix/form.result.new/web_form_95/../img/ok.png) no-repeat center
}
.question-radio_input.error + div {
	border: 1px solid red;}

@media all and (max-width: 600px) {
    .question-radio_input:checked + div {
        background-size: 12px
    }
	.question-form .form-input { width: 257px;}
}

.question-radio_input + div {
    content: "\a";
    border-radius: 21px;
    border: 1px solid #929292;
    width: 32px;
    height: 32px;
    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-bottom: 15px
}

@media all and (max-width: 600px) {
    .question-radio_input + div {
        width: 20px;
        height: 20px;
        margin-bottom: 0;
        margin-right: 10px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

.question-radio-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: inherit;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

@media all and (max-width: 600px) {
    .question-radio-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: calc(100% - 100px)
    }
	.question-form-desc {display: none}
}
/* End */
/* /local/templates/okna-nedorogie.ru/components/bitrix/form.result.new/web_form_95/style.css?16265448007659 */
