

/* Start:/local/templates/remont-tsena.ru/components/b-topmenu/assets/css/style.css?1681881000956*/


.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.navbar-collapse {
    width: 100%;
}

.collapsing {
    border: none!important;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}



/* End */


/* Start:/local/templates/remont-tsena.ru/components/bitrix/form.result.new/web_form_215/style.css?16818810007272*/
.quiz {margin-top: 50px}
.quiz .ttl{    line-height: 1;font-size: 44px;
    font-family: "exo-20-extra-bold";
    color: #171616; text-align: center;text-transform: none;padding-top:0}
.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;box-sizing: border-box;}

@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: #ffb606;
    width: 47px;
    padding-left: 16px;
    padding-right: 16px;box-sizing: border-box;
}
.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;box-sizing: border-box;
}



@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: "Exo 2.0 Bold"; 
    font-size: 24px;
    line-height: 27.09px;
    margin-bottom: 38px;
    display: block;  text-align:center
}
.question-form .yellow-button {font-size: 16px;    padding: 10px 10px 12px 10px;margin-left: 10px; text-shadow: none}
.question-form label {font-weight: normal}
.question-content._last .question-content_title{ margin-bottom: 12px;}
.question-form {display: flex;    margin-top: 14px;}
.question-form .form-input {font-size: 18px;line-height: 1;	height: 55px;	outline: none; padding-left: 15px;box-sizing: border-box;}
.question-form .btn { margin-left:15px; height: 55px; font-size: 18px; line-height: 1;}
@media all and (max-width: 768px) {
	.question-form .yellow-button { font-size: 16px; padding: 7px 10px 6px 10px;}
    .question-content_title {font-size: 22px;}
}

@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;}
    .question-form .btn { margin-left:0px;padding: 9px 5px 8px 5px;margin-top:10px; margin-left:0;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: #ffb606;    box-shadow: 0 2px 6px -2px rgba(0,0,0,.9);
}

.question-arr-left:active {
    background: #ffb606;    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: #ffb606;    box-shadow: 0 2px 6px -2px rgba(0,0,0,.9);
}

.question-arr-right:active {
    background: #ffb606;    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-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-family: "DINPro", sans-serif;
    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: #ffb606 url(/images/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/remont-tsena.ru/components/b-topmenu/assets/css/style.css?1681881000956 */
/* /local/templates/remont-tsena.ru/components/bitrix/form.result.new/web_form_215/style.css?16818810007272 */
