section.main {
    background-image: url(images/business.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/TGN_4\ 1.png') #F4E3FF;
    ;
    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;
}

.services {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.service {
    max-width: 280px;
}

.service:not(:last-child) {
    padding-right: 20px;
    border-right: 2px solid #79B537;
}

@media (max-width: 1605px) {
    .service {
        padding-right: 20px;
        border-right: 2px solid #79B537;
    }
}

.service__title {
    color: #000;
    font-family: Ubuntu;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 15px;
}

.service__sub-title {
    color: #000;
    font-family: Ubuntu;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bank-info {
    color: #000;
    font-family: Ubuntu;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 50px;
}

.color-green {
    color: #219653;
}

#form-block {
    position: relative;
    background-color: #F2F4F8;
    z-index: 1000;
}

#form-block input,
#popup-form input {
    border: 2px solid #1A1B20;
    box-sizing: border-box;
    border-radius: 35px;
    font-weight: 500;
    font-size: 18px;
    color: #333;
    padding: 10px 25px;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 15px;
}

#form-block input.error,
#popup-form input.error {
    border-color: #ff6c40;
}