section.main {
    background-image: url(images/agent.png);
    background-size: cover;
    background-position: center center;
}

.blackout {
    /*background: rgba(0,0,0,0.5);*/
}

.main-form-container {
    background: #fff;
    padding: 20px;
}

.header-small-menu li:nth-child(3) a {
    border-bottom: 2px solid #304345;
    padding-bottom: 5px;
}

.form-group input {
    width: 100%;
    border: none;
    background: #F4F7FA;
    height: 42px;
    color: #000;
}

.form-group label {
    position: absolute;
    margin-top: 12px;
    margin-left: 10px;
    font-weight: 100;
    transition: all .3s;
    color: #333;
}

.form-group.active label {
    font-size: 10px;
    background: #fff;
    margin-top: -7px;
    margin-left: 10px;
    padding: 0px 5px;
    color: #333;
}

.form-title {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 16px;
}

.btn.btn-gradient {
    border: none;
    background: linear-gradient(86.86deg, #6BC707 -6.46%, #B2D503 66.23%, #FAFF00 145.24%);
    color: #fff;
    transition: all .6s;
    height: auto;
    padding: 10px 20px;
}

.btn.btn-gradient:hover {
    border: none;
    background: linear-gradient(86.86deg, #6BC707 -6.46%, #B2D503 56.23%, #FAFF00 125.24%);
    color: #fff;
}

.btn.btn-black {
    border: none;
    background: #000;
    color: #fff;
    transition: all .6s;
    height: 42px;
    padding: 6px 20px;
}

.btn.btn-black:hover {
    border: none;
    background: #222;
    color: #fff;
}

.rounded-tile {
    background-size: cover;
    border-radius: 15px;
    border: 1px solid #eaeaea;
    position: relative;
    margin-bottom: 30px;
    display: block;
    color: inherit;
    overflow: hidden
}

.rounded-tile .tile-content {
    position: absolute;
    width: calc(100% - 60px);
    top: 30px;
    left: 30px;
    font-size: 18px;
    font-weight: 500
}

.green-bg {
    background: #DFF9DD;
}

.gray-bg {
    background: #F6F6F6;
}

.c-block {
    background: url('images/form-bg.png') #D9EFFF;
    background-repeat: no-repeat;
    background-position: right bottom;

}

.c-block-2 {
    background: url('images/image 46.png') #C8F8C5;
    background-repeat: no-repeat;
    background-position: right bottom;
}


/*Custom styles*/
.sources__card img {
    width: 60px;
    margin-bottom: 20px;
}

.sources__card-title {
    color: #000;
    text-align: center;
    font-family: Ubuntu;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}

.sources__card-text {
    color: #000;
    text-align: center;
    font-family: Ubuntu;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.c-block-2 .h3 {
    color: #000;
    font-family: Ubuntu;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.c-block .h3 {
    color: #000;
    font-family: Ubuntu;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.c-block-3 {
    background-color: #F4E3FF;
}

.c-block-3 .h3 {
    color: #000;
    font-family: Ubuntu;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.c-block-4 {
    background: url('images/image 46.png') #D9EFFF;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.c-block-4 .h3 {
    color: #000;
    font-family: Ubuntu;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.checkbox-buttons {
    display: flex;
    gap: 45px;
    /* flex-wrap: wrap; */
    padding-top: 80px;
    padding-bottom: 20px;
    width: 100%;
    justify-content: space-between;
}
.checkbox-button {
    padding: 22px 40px;
    background: #F6F6F6;
    color: #000;
    text-align: center;
    font-family: Ubuntu;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 50%;
}
.checkbox-button--active {
    background: #DFF9DD;
}
@media (max-width: 900px) {
    .checkbox-buttons {
        gap: 15px;
        flex-wrap: wrap;
        padding-top: 40px;
        padding-bottom: 20px;
        justify-content: center;
    }
    .checkbox-button {
        padding: 22px 22px;
        font-family: Ubuntu;
        width: 80%;
    }
}
@media (min-width: 1700px) {
    .sources__card {
        padding: 40px 84px 70px 84px !important;
    }

    .sources__card--var {
        padding: 90px 30px 90px 30px !important;
    }
}

