.form__label {
    display: none;
}

.infotext {
    font-size: 14px;
}

.otpravka {color: #ffffff; font-size: 18px; background-color: rgba(0,0,0,0.4); display: flex; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; position: fixed; top: 0px; bottom: 0px; left: 0px; right: 0px; z-index: 111111111;}
.otpravka__massage {margin: auto; background: #fff; padding: 30px 20px; color: #333; font-size: 14px;}
.otpravka__massage strong {display: block; text-align: center;}
.modalform__object-title {
    font-family: 'Oswald';
    font-weight: 700;
    font-size: 20px;
    color: #333;
    line-height: 1.1;
    margin-bottom: 15px;
}


.line-file__label {display: block;}

.custom-radio {
    display: block;
    cursor: pointer;
    margin-bottom: 8px;
    position: relative;
    overflow: hidden;
    padding: 3px 0
}



.custom-radio-btn {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.custom-radio__radio {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
    width: 20px;
    height: 20px;
    border: 1px solid #DADBE2;
    background-color: #fff;
    border-radius: 100%;
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s;
    position: relative
}

.custom-radio__radio::before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    margin: auto;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-color: #EB3B3B;
    border-radius: 100%
}

.custom-radio__text {
    color: #05071A;
    font-size: 16px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}
.modalform-radio__text {
    display: flex; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox;
    align-items: center; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center;

}
.modalform-radio__text svg {
    width: 25px;
    flex-shrink: 0; -webkit-flex-shrink: 0; -ms-flex-negative: 0;

    margin-right: 10px;
}
.modalform__item.item-6 .form__label {
    display: block;
    font-family: 'Oswald';
    font-weight: 700;
    font-size: 18px;
    color: #333;
    line-height: 1.1;
    margin-bottom: 15px;
}

.custom-radio:hover .custom-radio__text {
}

.custom-radio:hover .custom-radio__radio {
    border-color: #B4C8FF
}

.custom-radio__old-radio:focus~.custom-radio__text {
}

.custom-radio__old-radio:active~.custom-radio__text {
}

.custom-radio__old-radio:checked~.custom-radio__radio {
    border-color: #EB3B3B;
}

.custom-radio__old-radio:checked~.custom-radio__radio::before {
    opacity: 1
}
@media (min-width:576px) {
    .modalform__radio-wrapper {
        display: flex; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox;
        align-items: center; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center;

    }
    .modalform-radio-item {
        margin-right: 40px;
    }
}

@media (min-width:768px) {
    
}

@media (min-width:992px) {


@media (min-width:1200px) {
    
}

@media (min-width:1400px) {
    
}