.custom-blue-ocean {
    display: block;
    width: 300px; /* конкретна широчина */
    padding: 10px;
    border: 2px solid #14afe6;
    border-radius: 25px;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    color: #14afe6;
    font-size: 16px;
    font-weight: normal;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    box-sizing: border-box;
}

    .custom-blue-ocean:hover {
        background-color: #14afe6;
        color: white;
    }

@media(max-width: 500px) {
    .custom-blue-ocean {
        width: 100%;
    }
}

.main-form .mps-border {
    border: 1px solid #c6c6c6;
    padding: 32px 30px;
}

    .main-form .mps-border .local-number a {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600; /* Semibold */
        font-size: 28px;
        color: #2C2C2C !important;
        padding-bottom: 15px;
    }

    .main-form .mps-border p {
        float: none;
        color: black;
        margin: 0;
    }

    .main-form .mps-border h2 {
        font-family: 'Merriweather', serif;
        font-weight: bold;
        font-size: 21px;
        color: #24305E;
        margin-bottom: 15px;
    }

    .main-form .mps-border p:first-of-type {
        margin-bottom: 16px;
    }

    .main-form .mps-border h3 {
        font-family: 'Merriweather', serif !important;
        font-weight: bold !important;
        font-size: 16px !important;
        color: #24305E !important;
        padding-bottom: 5px !important;
    }

    .main-form .mps-border ul {
        list-style: disc;
        padding: 32px 0 32px 20px;
    }

        .main-form .mps-border ul li:not(:last-of-type) {
            margin-bottom: 16px;
        }

        .main-form .mps-border ul li {
            list-style-type: disc;
            line-height: 1.5;
        }



.main-form .mps-noborder .local-number a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600; /* Semibold */
    font-size: 28px;
    color: #2C2C2C !important;
    padding-bottom: 15px;
}

.main-form .mps-noborder p {
    float: none;
    color: black;
    margin: 0;
}

.main-form .mps-noborder h2 {
    font-family: 'Merriweather', serif;
    font-weight: bold;
    font-size: 21px;
    color: #24305E;
}

.main-form .mps-noborder p:first-of-type {
    margin-bottom: 16px;
}

.main-form .mps-noborder h3 {
    font-family: 'Merriweather', serif !important;
    font-weight: bold !important;
    font-size: 16px !important;
    color: #24305E !important;
    padding-bottom: 5px !important;
}

.main-form .mps-noborder ul {
    list-style: disc;
    padding: 32px 0 32px 20px;
}

    .main-form .mps-noborder ul li:not(:last-of-type) {
        margin-bottom: 16px;
    }

