body {
    font-family: 'Open Sans', sans-serif;
    background-color: #efefef;
}
h1 {
    font-size: 36px;
    margin-bottom: 10px;
    line-height: 1.6;
}
h3 {
    margin-top: 16px;
    font-size: 16px;
}
h4 {
    line-height: 1.4;
}

h5 {
    margin-top: 16px;
    margin-bottom: 24px;
}

p {
    margin-top: 24px;
  font-size: 22px;
}

.name-text, .phone-text {
    display: inline-block;
    margin-top: 36px;
    font-size: 22px;
}

.name-text {
    margin-top: 0px;
}

.desc {
        font-size: 18px;
    margin-top: 48px;
    margin-bottom: 36px;
}

desc input:active {.
    border: none
    border-bottom: solid 1px #185993;
}

input[type="radio"] {
    transform: scale(1.6);
    cursor: pointer;
    margin-top: 8px;
    margin-right: 10px;
}

.anket-conent {
    background-color: #fff;
    min-width: 320px;
    max-width: 800px;
    padding: 30px;
    padding-top: 20px;
    border: solid 1px #947448ba;
    margin-top: 15px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

label {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 5px;
    max-width: 100%;
    cursor: pointer;
}

.logo-desc {
    font-size: 14px;
}
.logo-header {
    width: 180px;
}

@media (max-width: 600px) {
    h1 {
        font-size: 20px;
    }
    h4 {
        font-size: 14px;
    }
    .logo-desc {
        font-size: 12px;
    }
    .logo-header {
        width: 100px;
    }
    .anket-conent {
        padding: 15px;
        padding-top: 10px;
        border: none;
        margin-top: 0px;
        margin-bottom: 0px;
        border-radius: 0px;
    }
    p {
        font-size: 18px;
    }
    label  {
        font-size: 14px;
    }
    .name-text, .phone-text {
        font-size: 18px;
    }
}

#all_regions_list {
    list-style: none;
    font-size: 14px;
    padding-left: 10px;
}

#all_regions_list li {
    margin-bottom: 5px;
}

#all_regions_list li a.select_another_region {
    cursor: pointer;
    color: #5b401e;
}

#change_region {
    text-decoration: none; /* Убираем подчеркивание */
    border-bottom: 1px dashed #5b401e; /* Добавляем свою линию */
    color: #5b401e;
}