label {
    font-weight: 700;
    font-size: .9375rem;
    margin-bottom: 3px;
}

.asterix {
    color: #E6273E;
    text-align: center;
    font-family: Silka-Medium;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 25.856px ;
}

.form-block-2 {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
@media (max-width: 575px) {.form-block-2 { flex-direction: column }}

.form-block-2 > div {flex: 1 1 auto}

select {
    padding: .575rem 2.25rem .575rem .75rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' viewBox='0 0 27 15' fill='none'%3E%3Cpath d='M25.1162 1.11627L13.1162 13.1163L1.11622 1.11627' stroke='%23174063' stroke-width='2.23256' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");

    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
}
@media (max-width: 575px) {.select {font-size: .763rem}}

input[type='text'] {padding: .4375rem 1rem}

.form-control {
    width: 100%;
    font-family: Silka-Regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    appearance: none;
    color: #174063;
    border: 1px solid #91BDD7;
    border-radius: 10px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
@media (max-width: 575px) {.form-control {font-size: .89rem}}
 
.form-control:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}

.pln {
    margin: 10px 0 0; 
    font-size: .8rem; 
    opacity: .8;
}