.t-descr {
    font-family: 'Inter';
    font-weight: 400;
    color: #000000;
}
.t-descr_sm {
    font-size: 15px;
    line-height: 1.55;
}

.t-name_xl {
    font-size: 28px;
}
.t-name_xl {
    font-size: 28px;
    line-height: 1.35;
}
.t-name {
    font-family: 'Cormorant Infant', Arial, sans-serif;
    font-weight: 800;
    color: #000000;
}

.t706 .t-form .t-descr_md {
    font-size: 15px;
}

.t-submit {
    text-align: center;
    height: 60px;
    border: 0 none;
    font-size: 15px;
    padding-left: 60px;
    padding-right: 60px;
    -webkit-appearance: none;
    font-weight: 700;
    white-space: nowrap;
    background-image: none;
    cursor: pointer;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    background: transparent;
}

.t-input {
    margin: 0;
    font-size: 100%;
    height: 60px;
    padding: 0 20px;
    font-size: 15px;
    line-height: 1.33;
    width: 100%;
    border: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
}
.t-input {
    font-family: 'Inter';
}


.t-select {
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    height: 60px;
    padding: 0 45px 0 20px;
    font-size: 15px;
    line-height: 1.33;
    outline: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: initial;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
}
.t-select {
    font-family: 'Inter';
}



.t-checkbox__indicator {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 18px;
    width: 18px;
    border: 1px solid #363636;
    box-sizing: border-box;
    margin-right: 10px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    opacity: .6;
}

.t-radio__indicator {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 18px;
    width: 18px;
    border-color: #464646;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    opacity: .6;
}