/* СМ. МАКЕТ */

.firstt,
.secondd {
    width: 100%;
    padding: 0;
    border: none;
}

.firstt input,
.firstt .countryFlag,
.secondd input,
.secondd .countryFlag {
    margin-top: 20px;
    height: 50px;
    font-size: 21px;
}

.dropdown-toggle::after {
    margin-left: 8px;
}

.firstt .leadSubmit,
.secondd .leadSubmit {
    width: 100%;
    height: 60px;
    font-size: 16px;
    line-height: 25px;
    text-transform: uppercase;
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    border-bottom: 5px solid #8b0000;
    font-weight: 700;
}

.formHeader {
    font-size: 24px;
    font-weight: 700;
}