/* СМ. МАКЕТ */

.firstt,
.secondd {
    width: 100%;

    border: none;
}

.firstt input,
.firstt .countryFlag,
.secondd input,
.secondd .countryFlag {
    margin-top: 20px;

    height: 50px;

    font-size: 21px;

    background-color: white;
}

.firstt .countryFlag:hover,
.secondd .countryFlag:hover {
    color: #000;
}

.btn.show {
    color: #000;
}

.dropdown-toggle::after {
    margin-left: 8px;
}

.firstt .leadSubmit,
.secondd .leadSubmit {
    width: fit-content;
    height: 60px;

    display: block;
    margin: 33px auto 0;
    padding: 16px 57px;

    color: #000;

    font-size: 21px;
    line-height: 25px;
    color: #fff;
    font-weight: 600;

    border-radius: 6px;
    background-color: #F3F3F3;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border: 4px solid #951824;

    color: var(--1, #3D3D3D);
    text-align: center;
    font-family: Repsol;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 109%;
}

.firstt .leadSubmit:hover,
.secondd .leadSubmit:hover {
    background-color: #5a5a5ab2;
    color: #F8F8F8;
    border: 4px solid #F3F3F3
}

.formHeader {
    color: #F8F8F8;
    font-family: Repsol;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}

.error {
    color: #F8F8F8;
}