.anketa .h1 {
    font-weight: bold;
    font-size: 50px;
    line-height: 100%;
    color: #00dce6;
    padding-bottom: 25px;
}
.anketa p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5em;
    margin: 25px 0;
}
.anketa-top-block {
    background: #f0f4f5;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    padding: 50px 129px;
    width: 100%;
    margin-bottom: 70px;
}
.anketa-art-block {
    color: #00DCE6;
    font-weight: bold;
    font-size: 36px;
    line-height: 100%;
    padding: 0 129px 40px 129px;
}
.anketa-wrapper-block {
    position: relative;
    margin-bottom: 70px;
    width: 100%;
    padding-right: 260px;
}
.anketa-inner-info {
    width: 240px;
    padding: 20px;
    background: #00dce6;
    border-radius: 30px;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 145%;
}
.anketa-inner-block {
    width: 100%;
    padding: 45px 129px;
    border-radius: 30px;
    background: #f0f4f5;
}
.anketa-inner-art {
    color: #00dce6;
    font-weight: bold;
    font-size: 24px;
    line-height: 100%;
}
.anketa-input {
    outline: 0;
    box-sizing: border-box;
    padding: 0 16px;
    margin-top: 28px;
    height: 56px;
    width: 100%;
    border-radius: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    border: 1px solid #00dce6;
}
.anketa-input:-moz-placeholder,
.anketa-input::placeholder {
    color: #b5b5b5;
}
.anketa-input:placeholder-shown {
    border: 1px solid #cccccc;
}
.anketa .error {
    border: solid 1px #EB5757;
}
.anketa .errorBlock {
    background: #EB5757;
}
.anketa-inner-half {
    display: flex;
    justify-content: space-between;
}
.anketa-inner-half .anketa-input {
    width: calc(50% - 9px);
}
.anketa-select {
    position: relative;
    margin-top: 28px;
}
.anketa-select::after {
    width: 10px;
    height: 6px;
    background: #FFF url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.50495 5.78413L0.205241 1.25827C-0.0684138 0.970375 -0.0684138 0.503596 0.205241 0.215836C0.478652 -0.0719461 0.922098 -0.071946 1.19549 0.215837L5.00007 4.22052L8.80452 0.215953C9.07805 -0.0718292 9.52145 -0.0718292 9.79486 0.215953C10.0684 0.503736 10.0684 0.970492 9.79486 1.25839L5.49508 5.78425C5.35831 5.92814 5.17925 6 5.00009 6C4.82085 6 4.64165 5.928 4.50495 5.78413Z' fill='%2300dce6'/%3E%3C/svg%3E%0A") no-repeat center / cover;
    position: absolute;
    right: 20px;
    bottom: 50%;
    transform: translateY(50%);
    content: '';
    display: block;
    transition: .2s ease-in;
}
.anketa-select.open::after {
    transform: translateY(50%) rotate(180deg);
}
.anketa-select__head {
    margin: 0;
    cursor: pointer;
    position: relative;
}
.anketa-select__head.open {
    border: 1px solid #00dce6;
    border-radius: 10px 10px 0 0;
}
.anketa-select__head.active {
    border: 1px solid #00dce6;
}
.anketa-select__list {
    display: none;
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #00dce6;
    border-top: none;
    border-radius: 0 0 10px 10px;
    z-index: 100;
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #b5b5b5;
    overflow: hidden;
}
.anketa-select__list::-webkit-scrollbar {
    width: 7px;
    background-color: #F8F9FA;
    padding: 5px;
}
.anketa-select__list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #D9D9D9;
}
.anketa-select__list .anketa-select__item {
    position: relative;
    border-top: 1px solid #cccccc;
    height: 56px;
    line-height: 56px;
    padding: 0 16px;
    cursor: pointer;
    list-style-type: none;
}
.anketa-select .anketa-select__item:hover {
    color: #fff;
    border-top: 1px solid #00dce6;
    background-color: #00dce6;
}
.anketa-checkbox {
    display: inline-block;
    height: 56px;
    line-height: 56px;
    margin: 28px 0 0 0;
    position: relative;
    vertical-align: middle;
    user-select: none;
    font-size: 18px;
}
.anketa-checkbox-hide {
    display: none;
}
.anketa-checkbox .anketa-checkbox-switch {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 136px;
    height: 56px;
    cursor: pointer;
    border: 1px solid #cccccc;
    border-radius: 32px;
    vertical-align: top;
    background: #fff;
    transition: .2s;
}
.anketa-checkbox-value {
    margin-left: 12px;
}
.anketa-input-checkbox {
    display: none;
}
.anketa-checkbox .anketa-checkbox-switch:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 7px;
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #f4f4f4;
    border: solid 1px #cccccc;
    transition: .15s;
}
.anketa-checkbox input[type=checkbox],
.anketa-checkboxm input[type=checkbox],
.anketa-radio input[type=radio] {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.anketa-checkbox input[type=checkbox]:checked + .anketa-checkbox-switch {
    background: #00dce6;
    border-color: #641EF0;
}
.anketa-checkbox input[type=checkbox]:checked + .anketa-checkbox-switch:before {
    transform: translateX(76px);
}
.anketa-checkboxm label,
.anketa-radio label,
.anketa-submit {
    display: inline-block;
    height: 56px;
    line-height: 56px;
    color: #00dce6;
    font-size: 18px;
    font-weight: bold;
    padding: 0 20px;
    border-radius: 50px;
    margin: 30px 20px 0 0;
    background: #fff;
    cursor: pointer;
    border: solid 1px #00dce6;
}
.anketa-checkboxm input[type="checkbox"]:checked + label,
.anketa-radio input[type="radio"]:checked + label {
    color: #fff;
    background: #00dce6;
}
.anketa-checkboxm-hide {
    display: none;
}
.anketa-checkboxm-hide .anketa-inner-art {
    margin-top: 45px;
}
.anketa-input-multiple {
    display: none;
}
.anketa-input-line {
    display: flex;
    justify-content: space-between;
}
.anketa-input-line input {
    margin-top: 28px;
}
.anketa-input-line input:nth-child(2) {
    width: 240px;
    margin: 28px 20px 0 20px;
}
.anketa-input-button {
    margin-top: 28px;
    text-align: center;
    display: none;
}
.anketa-input-add {
    display: none;
}
.anketa-input-button div {
    width: 57px;
    height: 57px;
    line-height: 57px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    background-color: #00dce6;
    margin: 0 8px;
    border-radius: 50%;
    cursor: pointer;
}
.anketa-input-add {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACPSURBVHgB7ZTBCYAwDEUT6V1HcISO4Ahu4AjqJm7gCjqCG7iBuoEb1BQvtQiNoIKSB2lISfqhIUFgYoxpyaXOVYOIPdwJiUzmSMGtjeAFREREPi6CNFQl+ZyRm3nxSLZCmFrRoU8e4KCZefF/emK/y27SmZFbkSVO3MHelxALcJEtLCIi8izqQq4/8QOzDjZUYDgaWLSEVAAAAABJRU5ErkJggg==');
}
.anketa-input-del {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAFCAYAAABB9hwOAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAA2SURBVHgBtdBBDQAgEAPBhfDHChKwhBIs4qTkkpPQm6TffbRJusDC64yMbrxmp0hZOK54OasPWf8GeoIu+GIAAAAASUVORK5CYII=');
}
.anketa-submit {
    color: #fff;
    background: #00dce6;
}
.anketa-submit:hover {
    color: #00dce6;
    background: #fff;
}
.anketa-submit-block {
    background: none;
    padding-top: 0;
}
.anketa-submit-block input[type=checkbox] {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.anketa-submit-block input[type=checkbox] + label::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border: solid 1px #cccccc;
    border-radius: 50%;
    position: absolute;
    left: 0;
}
.anketa-submit-block input[type=checkbox]:checked + label::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 7px;
    background: #00dce6;
}
.anketa-submit-block label {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding-left: 42px;
    cursor: pointer;
}