body {
    font-family: Inter, sans-serif;
    margin: 0;
    padding: 0;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    background: #0E3479;
}

.header__logo {
    height: 50px;
}

.start-section {
    padding: 15px;
    text-align: center;
    background: url(../images/bg.png);
    background-size: cover;
    font-size: 20px;
}

body {
    font-family: Inter, sans-serif;
    background: #F0F0F0;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 400px;
    margin: auto;
    margin-top: 10px;
}

.form-block {
    background: white;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    max-width: 300px;
    margin: auto;
}

form input {
    width: 100%;
    padding: 12px;
    margin-bottom: 12px;
    border: 2px solid #3b82f6;
    border-radius: 10px;
    font-size: 16px;
}

.phone-input {
    display: flex;
    align-items: center;
    border: 2px solid #3b82f6;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 15px;
}

.flag-icon {
    width: 24px;
    height: 16px;
    margin-right: 8px;
}

.country-code {
    margin-right: 4px;
    font-size: 16px;
}

.phone-input select {
    border: none;
    background: transparent;
    font-size: 16px;
    cursor: pointer;
}

.description {
    color: #2563eb;
    font-weight: 600;
    text-align: center;
    margin: 10px 0 15px;
}

form button {
    width: 100%;
    background: #3b82f6;
    color: white;
    padding: 12px;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.image-block img {
    width: 100%;
    border-radius: 10px;
    margin-top: 10px;
}

.quote-section {
    background: white;
    padding: 20px;
    border-radius: 16px;
    margin: 20px auto;
    max-width: 350px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    font-family: Inter, sans-serif;
}

.quote-header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.quote-icon {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    margin-top: 4px;
}

.quote-title {
    font-size: 16px;
    color: #1e293b;
    line-height: 1.4;
}

.quote-body {
    color: #1e293b;
    font-size: 15px;
    line-height: 1.6;
}

.quote-body strong {
    font-weight: bold;
}

.quote-signature {
    margin-top: 15px;
    font-style: normal;
}

.image-block {
    margin-left: 5px;
    margin-right: 5px;
}

.footer {
    background: #ffffff;
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 11px;
    color: #111;
    padding-top: 15px;
}

.footer-content p {
    margin: 5px 15px;
    line-height: 1.5;
}

.footer-content strong {
    font-weight: bold;
    font-size: 12px;
}

.footer-bottom {
    background: #1e1e1e;
    color: #e5e5e5;
    padding: 15px 10px;
    font-size: 13px;
}

.highlight {
    color: #5690ea
}
