

/* Start:/bitrix/components/advantika/poll.about/templates/.default/style.css?15665370854477*/
.poll {
    display: none;
    margin: 0 0 50px;
}
.poll.show {
    display: block;
}
.poll__header {
    font-size: 20px;
    font-weight: 600;
}
.poll__description {
    margin: 20px 0 40px;
}
.poll__description-bottom {
    margin: 20px 0 0;
    font-style: italic;
    color: #9a9a9a;
}
.poll__section {
    display: block;
    margin-bottom: 25px;
}
.poll__section-title {
    display: block;
    font-size: 30px;
    color: #f57c20;
    margin-bottom: 13px;
}
.poll__section-questions {
    display: block;
}
.poll__question {
    display: flex;
}
.poll__question-value {
    display: block;
    flex: 0 0 50%;
    padding: 0 15px 0 15px;
}
.poll__question-value label{
    font-weight: 400;
    color: #333333;
    margin-bottom: 12px;
    cursor: pointer;
}
.poll__question-checker {
    display: block;
    flex: 0 0 5%;
    padding-left: 15px;
    text-align: right;
}
.poll__question-comment {
    display: block;
    flex: 0 0 45%;
    margin-left: 30px;
    padding-right: 40px;
}
.poll__question-checker input[type=checkbox] {
    position: absolute;
    opacity: 0;
}
.poll__question-comment input {
    width: 100%;
    display: block;
    border: none;
    border-bottom: 1px solid #d5d5d5;
    border-bottom: 1px solid transparent;
    outline: none;
    padding: 5px;
    text-overflow: ellipsis;
    color: #c1c1c1;
    color: #e67e23;
    transition: all 0.25s;
    font-size: 12px;
}
.poll__question-comment input:focus {
    border-bottom: 1px solid #e67e22;
    color: black;
    font-size: 14px;
}


.poll__question-checkbox {
    display: block;
    position: relative;
    cursor: pointer;
    margin: 0;
}
.poll__question-checkbox:before {
    content: "\f00c";
    font-family: "FontAwesome";
    font-weight: 400;
    font-size: 30px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #d5d5d5;

    transition: all 0.25s;
}
.poll__question-checkbox:hover:before {
    color: #ffcfab;
}
.poll__question-checkbox:active:before {
}

.poll__question-checker input[type="checkbox"]:checked + .poll__question-checkbox:before {
    color: #e67e22;
}
.poll__question-checker input[type="checkbox"]:focus + .poll__question-checkbox:before {
    color: #ffcfab;
}
.poll .alert {
    margin: 20px 0;;
}
.poll .alert.alert-primary {
    background-color: #6cb37a;
}

.poll .btn-send {
    font-size: 14px;
    padding: 13px 60px;
    transition: all 0.25s;
}
.poll .btn-send:disabled,
.poll .btn-send:disabled:hover {
    background: #eaeaea;
    color: #333;
    border-color: #d5d5d5;
}
.poll .btn-send:active {
    box-shadow: none;
}


.poll__input-wrap {
    position: relative;
}
.poll__input-wrap input {
    padding: 6px 15px;
    border-radius: 3px;
}
.poll__input-wrap label {
    position: absolute;
    background: white;
    top: 50%;
    left: 23px;
    transform: translate(0, -50%);
    padding: 5px 8px;
    color: #989898;
    cursor: text;
    user-select: none;
    transition: all 0.25s;
}
.poll__input-wrap input:focus + label,
.poll__input-wrap label.filled {
    top: 0%;
    left: 23px;
    font-size: 12px;
    color: #f57c20;
}
@media (max-width: 767px) {
    .poll__question-comment {
        padding-right: 45px;
    }
}
@media (max-width: 600px) {
    .poll__question {
        flex-wrap: wrap;

    }
    .poll__question-value {
        flex: 0 0 85%;
    }
    .poll__question-checker {
        flex: 0 0 15%;
    }
    .poll__question-comment {
        flex: 0 0 85%;
        padding-right: 15px;
        margin-top: -5px;
        margin-bottom: 10px;
    }
}

@media (max-width: 420px) {
    .poll__question-comment {
        padding-right: 30px;
    }
}
@media (max-width: 375px) {
    .poll__section-title {
        font-size: 25px;
    }
    .poll__question-comment {
        padding-right: 25px;
        margin-left: 25px;
    }
}
@media (max-width: 320px) {
    .poll__table-wrap {
        font-size: 13px;
    }
    .poll__question-value {
        flex: 0 0 81%;
        padding: 0;
    }
    .poll__question-checker {
        flex: 0 0 19%;
    }
    .poll__question-comment {
        margin-left: 10px;
        margin-bottom: 5px;
    }
    .poll__question-comment input:focus {
        font-size: 13px;
    }
}

/* End */
/* /bitrix/components/advantika/poll.about/templates/.default/style.css?15665370854477 */
