

/* Start:/local/components/ortox/anketa/templates/.default/style.css?17187259833291*/
.anketa-wrapper form {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

.anketa-form-line {
    display: inline-block;
    vertical-align: top;
    margin-right: 0;
    overflow: hidden;
    font-size: 14px;
    max-width: 640px;
    margin-top: 12px;
    width: 100%;
}

.anketa-label-container {
    margin-bottom: 4px;
    color: #333333;
}

.anketa-input {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none;
    outline: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 12px;
    margin-top: 4px;
    padding: 0 12px;
    height: 48px;
    background-color: #f3f3f3;
    font-family: "roboto_ltregular", arial, sans-serif;
    font-size: 14px;
    border: 1px solid #cccccc;
    border-radius: 3px;
}

.anketa-textarea {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none;
    outline: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 12px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    height: 120px;
    background-color: #f3f3f3;
    font-family: "roboto_ltregular", arial, sans-serif;
    font-size: 14px;
}

.anketa-button {
    margin-right: 12px;
    border: 2px solid #41719c;
    border-radius: 20px;
    padding: 8px 14px;
    background: #ffffff;
    font-weight: 600;
    font-size: 14px;
    width: 111px;
}

#btn-sbmt {
    color: #cccccc;
}

#btn-sbmt.active {
    color: #000000;
}

.anketa-input-container-error {
    color:#ff0000;
    font-size: 14px;
    display: none;
    font-weight: 600;
}

.anketa-input-container-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.anketa-input-container-success {
    text-align: center;
    font-size: 30px;
    padding: 60px;
    display: none;
    max-width: 600px;
    line-height: 40px;
}

.star {
    font-size: 16px;
    color: #ff0000;
}

.checkbox {
    position: relative;
    z-index: -1;
    opacity: 0;

}
.checkbox + label {
    position: relative;
    padding: 0 0 0 60px;
    cursor: pointer;
    display: block;
    height: 32px;
}
.checkbox + label:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    width: 50px;
    height: 26px;
    border-radius: 13px;
    background: #CDD1DA;
    box-shadow: inset 0 2px 3px rgba(0,0,0,.4);
    transition: .2s;
}
.checkbox + label:after {
    content: '';
    position: absolute;
    top: -2px;
    left: 2px;
    width: 22px;
    height: 22px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 2px 5px rgba(0,0,0,.4);
    transition: .2s;
}
.checkbox:checked + label:before {
    background: #006cfa;
}
.checkbox:checked + label:after {
    left: 26px;
}

#box:checked + label:before{
    background: #b3291e;
}

@media (max-width: 640px) {

}

/* End */
/* /local/components/ortox/anketa/templates/.default/style.css?17187259833291 */
