@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), url("../index/Roboto-Regular.ttf") format("ttf");
}

* {
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
}

.bg_darker {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 76.1%),
        url("../index/background.webp") center/cover no-repeat;
    padding-bottom: 130px;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.7rem 0 0.7rem 0rem;
}

.logo img {
    width: 100%;
    max-width: 200px;
}

.form_block {
    padding: 0 20px;
}

.form_description {
    text-align: center;
    font-size: 13px;
    margin-top: 16px;
}

.form_container {
    background-color: #fff;
    padding: 24px;
    border-radius: 6px;
    max-width: 400px;
    flex-grow: 1;
    --main: #014f92;
    margin: 40px auto 0;
}

.btn_title {
    text-align: center;
    padding: 10px 20px;
    background: #0162BE;
    color: #fff;
    font-size: 0.8rem;
    border-radius: 200px;
}

.form_title {
    font-weight: 700;
    margin: 20px 0;
    text-align: center;
    color: #0162BE;
}

.input_field {
    margin-bottom: 10px;
}

.input_field input {
    width: 100%;
    padding: 12px;
    border-radius: 12px;
    min-height: 44px;
    border: 1px solid #ccc;
}

[type="submit"] {
    padding: 10px 20px;
    background-color: var(--main);
    border: none;
    border-radius: 6px;
    width: 100%;
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    cursor: pointer;
}

.header_text {
    background: #0162BE;
    padding: 2px 8px;
    width: 100%;
    max-width: 180px;
    text-align: center;
}

.header_text p {
    color: #fff;
    font-size: 0.9rem;
    text-transform: uppercase;
}

.content-banner {
    background: #0162BE;
    color: white;
    font-size: 1.8rem;
    font-weight: 700;
    max-width: fit-content;
    padding: 10px 20px;
    border-radius: 8px;
    text-align: left;
}

.btn-registrese-ahora {
    background-color: transparent;
    color: white;
    font-size: 16px;
    padding: 16px 54px;
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.section-quote-card {
    padding: 20px 0;
}

.container-quote-card {
    max-width: 700px;
    margin: 0 auto;
}

.content-quote-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.quote-top {
    padding: 24px;
    position: relative;
}

.quote-icon {}

.quote-text {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #505050;
    line-height: 1.5;
}

.quote-bottom {
    background: #0162BE;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    color: white;
}

.quote-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid white;
}

.quote-info {
    font-family: 'Inter', sans-serif;
}

.quote-name {
    font-weight: 700;
    font-size: 16px;
}

.quote-role {
    font-size: 14px;
    opacity: 0.9;
}

.btn-registrese-ahora:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.top {
    position: relative;
}

.top_text {
    padding: 0.7rem;
    position: relative;
    z-index: 1;
}

.top_text p {
    width: 100%;
    line-height: 1.2;
    font-size: 1.15rem;
    color: #fff;
    text-align: left;
    margin: 2em auto;
    text-transform: uppercase;
}

.top_text h3 {
    width: 100%;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    margin: 1em auto;
    text-align: left;
}

.top img {
    position: absolute;
    top: 0;
    right: 0;
    width: 130px;
}

.video p {
    color: #000000;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;

}
.form_bg {
    background: url(../index/form_bg.png) center/cover no-repeat;
    padding: 60px 0px;
}
.form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 386px;
    background-color: #dcf8c7;
    padding: 1rem;
    border-radius: 20px;
    margin: 40px auto 20px;
}

input[name="phone2"] {
    margin: 10px 0 !important;
}

input {
    display: flex;
    padding: 12px;
    font-size: 18px;
    width: 100%;
    border-radius: 10px;
    border: 2px solid #575555;
    margin: 10px 0 !important;
    outline: 0;
}

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0px;
    flex-direction: column;
    gap: 12px;
}

.footer_text {
    color: #fff;
}

.footer_logo img {
    height: 36px;
}

@media all and (max-width: 992px) {
    header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.7rem 0 0.7rem 0;
    }

    .logo img {
        width: 100%;
        max-width: 200px;
    }

    .header_text {
        background-color: #0162BE;
        padding: 2px 8px;
        width: 100%;
        max-width: 180px;
        text-align: center;
    }

    .header_text p {
        color: #fff;
        font-size: 0.9rem;
        text-transform: uppercase;
    }

    .top {
        position: relative;
    }

    .top img {
        position: absolute;
        top: 0;
        right: 0;
        width: 130px;
    }

    .form {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        max-width: 386px;
        background-color: #dcf8c7;
        padding: 1rem;
        border-radius: 20px;
        margin: 40px auto 20px;
    }

    .form_title {
        text-align: center;
    }

    input[name="phone2"] {
        margin: 10px 0 !important;
    }

    input {
        display: flex;
        padding: 12px;
        font-size: 18px;
        width: 100%;
        border-radius: 10px;
        border: 2px solid #575555;
        margin: 10px 0 !important;
        outline: 0;
    }

    .footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer_logo img {
        height: 36px;
    }
}

@media all and (max-width: 768px) {
    .bg_darker {
        padding-bottom: 60px;
    }

    header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.7rem 0 0.7rem 0;
    }

    .logo img {
        width: 100%;
        max-width: 200px;
    }

    .header_text {
        background-color: #0162BE;
        padding: 2px 8px;
        width: 100%;
        max-width: 180px;
        text-align: center;
    }

    .header_text p {
        color: #fff;
        font-size: 0.9rem;
        text-transform: uppercase;
    }

    .top {
        position: relative;
    }

    .top img {
        position: absolute;
        top: 0;
        right: 0;
        width: 130px;
    }

    .form {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        max-width: 386px;
        background-color: #dcf8c7;
        padding: 1rem;
        border-radius: 20px;
        margin: 40px auto 20px;
    }

    .form_title {
        text-align: center;
    }

    input[name="phone2"] {
        margin: 10px 0 !important;
    }

    input {
        display: flex;
        padding: 12px;
        font-size: 18px;
        width: 100%;
        border-radius: 10px;
        border: 2px solid #575555;
        margin: 10px 0 !important;
        outline: 0;
    }

    .footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer_logo img {
        height: 36px;
    }
}

@media all and (max-width: 576px) {
    header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.7rem 0 0.7rem 0;
    }

    .content-banner {
        font-size: 20px;
        text-align: center;
        max-width: 100%;
    }

    .btn-registrese-ahora {
        width: 100%;
    }

    .logo img {
        width: 100%;
        max-width: 200px;
    }

    .header_text {
        background-color: #0162BE;
        padding: 2px 8px;
        width: 100%;
        max-width: 180px;
        text-align: center;
    }

    .header_text p {
        color: #fff;
        font-size: 0.9rem;
        text-transform: uppercase;
    }

    .top {
        position: relative;
    }

    .top_text p {
        width: 100%;
        line-height: 1.2;
        font-size: 1.15rem;
        color: #fff;
    }

    .top_text h3 {
        width: 100%;
        font-size: 1.15rem;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
    }

    .top img {
        position: absolute;
        top: 0;
        right: 0;
        width: 130px;
    }

    .form {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        max-width: 386px;
        background-color: #dcf8c7;
        padding: 1rem;
        border-radius: 20px;
        margin: 40px auto 20px;
    }

    .form_title {
        text-align: center;
    }

    input[name="phone2"] {
        margin: 10px 0 !important;
    }

    input {
        display: flex;
        padding: 12px;
        font-size: 18px;
        width: 100%;
        border-radius: 10px;
        border: 2px solid #575555;
        margin: 10px 0 !important;
        outline: 0;
    }

    .footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer_logo img {
        height: 36px;
    }
}

@media all and (max-width: 430px) {
    header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.7rem 0 0.7rem 0.7rem;
    }

    .logo img {
        width: 100%;
        max-width: 200px;
    }

    .header_text {
        background-color: #0162BE;
        padding: 2px 8px;
        width: 100%;
        max-width: 180px;
        text-align: center;
    }

    .header_text p {
        color: #fff;
        font-size: 0.9rem;
        text-transform: uppercase;
    }

    .top {
        position: relative;
    }

    .top img {
        position: absolute;
        top: 0;
        right: 0;
        width: 130px;
    }

    .form {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        max-width: 386px;
        background-color: #dcf8c7;
        padding: 1rem;
        border-radius: 20px;
        margin: 40px auto 20px;
    }

    .form_title {
        text-align: center;
    }

    input[name="phone2"] {
        margin: 10px 0 !important;
    }

    input {
        display: flex;
        padding: 12px;
        font-size: 18px;
        width: 100%;
        border-radius: 10px;
        border: 2px solid #575555;
        margin: 10px 0 !important;
        outline: 0;
    }

    .footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer_logo img {
        height: 36px;
    }
}

@media all and (max-width: 415px) {

    .form {
        max-width: 372px;
    }
}

@media all and (max-width: 390px) {
    .form {
        max-width: 348px;
    }

    .logo img {
        max-width: 170px;
    }
}

@media all and (max-width: 375px) {
    header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.7rem 0 0.7rem 0;
    }

    .logo img {
        width: 100%;
        max-width: 160px;
    }

    .header_text {
        background-color: #0162BE;
        padding: 2px 8px;
        width: 100%;
        max-width: 180px;
        text-align: center;
    }

    .header_text p {
        color: #fff;
        font-size: 0.9rem;
        text-transform: uppercase;
    }

    .top {
        position: relative;
    }

    .top img {
        position: absolute;
        top: 0;
        right: 0;
        width: 130px;
    }

    .form {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        max-width: 336px;
        background-color: #dcf8c7;
        padding: 1rem;
        border-radius: 20px;
        margin: 40px auto 20px;
    }

    .form_title {
        text-align: center;
    }

    input[name="phone2"] {
        margin: 10px 0 !important;
    }

    input {
        display: flex;
        padding: 12px;
        font-size: 18px;
        max-width: 310px;
        width: 100%;
        border-radius: 10px;
        border: 2px solid #575555;
        margin: 10px 0 !important;
        outline: 0;
    }

    .footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer_logo img {
        height: 36px;
    }
}

@media all and (max-width: 360px) {
    .form {
        max-width: 320px;
    }

    .logo img {
        max-width: 140px;
    }

    input[name="phone2"] {
        margin: 10px 0 !important;
    }
}

.container {
    max-width: 740px;
    margin: 0 auto;
    padding: 0 20px;
}

.dolzh {
    font-size: 11px;
    margin-top: 6px;
    font-weight: 700;
    color: #cfcfcf;
}

.card {
    background-color: #1267baeb;
    display: flex;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
    align-items: start;
    gap: 20px;
    color: #fff;
}

.card_img {
    width: 120px;
    border-radius: 50%;
}

.name {
    color: #dbdbdb;
    font-weight: 700;
    margin-bottom: 12px;
}

.words {
    line-height: 1.5;
}