body {
    margin: 0;
}

label {
    font-size: 15px;
    line-height: 1.55;
    font-weight: 300;
}

::-webkit-scrollbar {
    width: 0;
}

.tilda2faForm {
    font-family: 'Futura PT', sans-serif;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    padding: 0 15px;
}

.tilda2faForm .formBlock {
    margin-bottom: 25px;
}

.tilda2faForm a {
    color:rgb(255, 107, 0);
    text-decoration: none;
}

.tilda2faForm .formTitle {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 24px;
    line-height: 1.23;
    font-family: 'Futura PT Demi', sans-serif;
}

.tilda2faForm .labelBlock {
    display: block;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 1.55;
    font-weight: 300;
}    

.tilda2faForm input[type=text], 
.tilda2faForm input[type=tel], 
.tilda2faForm select
{
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    height: 60px;
    padding: 0 20px;
    border-radius: 5px;
    font-size: 16px;
    border: 1px solid rgb(201, 201, 201);
    position: relative;
    font-family: 'Futura PT', sans-serif;
    font-weight: 300;
    line-height: 1.33;
}

.tilda2faForm input:focus {
    border-color: rgb(255, 107, 0);
    outline: none;
}

.tilda2faForm #userPhoneBlock {
    position: relative;
}

.tilda2faForm #userPhoneBlock .prefix {
    position: absolute;
    z-index: 10;
    padding: 19px 0 0 15px;
}

.tilda2faForm #userPhone {
    padding-left: calc(1.5rem);
}

#checkPrivacy {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
#checkPrivacy+label {
    align-items: center;
    user-select: none;
}
/* #checkPrivacy+label::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 2px solid #ff6b00;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
} */
.t-checkbox__indicator {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    border: 2px solid #000;
    box-sizing: border-box;
    margin-right: 10px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    opacity: .6;
    border-color: #ff6b00;
}
#checkPrivacy:checked~.t-checkbox__indicator {
    opacity: 1;
}
.t-checkbox__indicator:after {
    content: '';
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 3px;
    height: 8px;
    border: solid #ff6b00;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
#checkPrivacy:checked~.t-checkbox__indicator:after {
    display: block;
}
/* #checkPrivacy:checked+label::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23ff6b00' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
} */

.tilda2faForm #submitButton, .tilda2faForm #submit_form_verification {
    width: 100%;
    font-weight: 600;
    height: 54px;
    background-color: rgb(255, 107, 0);
    font-size: 16px;
    color: rgb(255, 255, 255);
    border-radius: 5px;
    border: 1px solid rgb(255, 107, 0);
    cursor: pointer;
}

.tilda2faForm .formBlockError {
    color: red;
    display: none;
    font-size: 13px;
    margin: 5px 0 0 0;
}

.tilda2faForm  #formMainError {
    background-color: #F95D51;
    color:#fff;
    padding: 22px;
    display: none;
    margin: 0 0 25px 0;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
}

.tilda2faForm  #formMainError p {
    margin: 0;
}


.barrierBlock-text {
    font-size: 14px;
    line-height: 1.55;
    font-weight: 300;
    max-width: 870px;
    padding-bottom: 15px;
}
.t-radio__control {
    margin: 2px 0 9px 0;
    display: table;
    position: relative;
    cursor: pointer;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 300;
}
.t-radio {
    outline: none;
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.t-radio__indicator {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    border-color: #ff6b00;
    border-style: solid;
    border-width: 2px;
    box-sizing: border-box;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    opacity: .6;
}
.t-radio__indicator:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #ff6b00;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.t-radio__control .t-radio:checked~.t-radio__indicator {
    opacity: 1;
}
.t-radio__control .t-radio:checked~.t-radio__indicator:after {
    opacity: 1;
}

.tilda2faForm input[type=range] {
    width: 100%;
    max-width: 870px;
    display: block;
    -webkit-appearance: none;
    background-color: #f1f1f1;
    height: 2px;
    border-radius: 5px;
    margin: 0 auto;
    outline: 0;
    padding: 0;
}
.tilda2faForm input[type=range]:focus {
    border-color: transparent;
    outline: none;
}
.tilda2faForm input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background-color: #ff6b00;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    transition: .3s ease-in-out;
}
.range-labels {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 870px;
}
.range-labels li {
    font-size: 0;
}
.range-labels li:nth-child(1) {
    margin-left: -10px;
}
.range-labels li:nth-child(10) {
    margin-right: -10px;
}
/* .range-labels li::before {
    position: absolute;
    top: -25px;
    right: 0;
    left: 0;
    content: "";
    margin: 0 auto;
    width: 9px;
    height: 9px;
    background: #b2b2b2;
    border-radius: 50%;
} */
.range-labels .active {
    color: #37adbf;
    background: #37adbf;
    position: relative;
    float: left;
    padding: 8px 10px;
    min-width: 20px;
    border-radius: 3px;
    color: #000;
    font-weight: 300;
    font-size: 14px;
    cursor: pointer;
    font-size: 14px;
    -webkit-box-shadow: 0 1px 8px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 8px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 8px 0 rgba(0,0,0,.2);
    background-color: #fff;
    text-align: center;
    margin-bottom: 15px;
    display: block;
}
.range-labels .selected::before {
    background: #37adbf;
    position: relative;
    float: left;
    padding: 8px 10px;
    min-width: 20px;
    border-radius: 3px;
    color: #000;
    font-weight: 300;
    font-size: 14px;
    cursor: pointer;
    font-size: 14px;
    -webkit-box-shadow: 0 1px 8px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 8px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 8px 0 rgba(0,0,0,.2);
    background-color: #fff;
    text-align: center;
    margin-bottom: 15px;
    display: block;
}
.range-labels .active.selected::before {
    display: none;
}
.rangeBlock__main {
    width: 100%;
    padding-top: 20px;
    max-width: 870px;
    margin: 0 auto;
    display: flex;
}
.rangeBlock__1 {
    display: inline-block;
    width: 50%;
    margin: 0;
    text-align: left;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 300;
}
.rangeBlock__10 {
    display: inline-block;
    width: 50%;
    margin: 0;
    text-align: right;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 300;
}

.formTitle p {
    font-size: 16px;
    line-height: 1.55;
    font-weight: 300;
    max-width: 470px;
    margin: 15px auto 0;
    font-family: 'Futura PT', sans-serif;
}
.blockvalue {
    max-width: 33px;
    margin: 0 auto;
    padding: 8px 10px;
    min-width: 20px;
    border-radius: 3px;
    color: #000;
    font-weight: 300;
    font-size: 14px;
    cursor: pointer;
    font-size: 14px;
    -webkit-box-shadow: 0 1px 8px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 8px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 8px 0 rgba(0,0,0,.2);
    background-color: #fff;
    text-align: center;
    margin-bottom: 15px;
    display: block;
}