section.main {
    background-image: url(images/business-handshake.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/Mas.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;
}

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

@media (min-width: 1700px) {
    .sources__card {
        padding: 40px 84px 70px 84px !important;
    }
    .sources__card--var {
        padding: 90px 30px 90px 30px !important;
    }
}


/*  questions =======================*/

.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;
}

.questions {
    padding: 28px 30px;
    border-radius: 4px;
    background: url('images/i-chat.png') rgb(246, 247, 248) no-repeat right 30px bottom;
    background-size: 420px;
}

.questions__title {
    margin-bottom: 47px;
    font-size: 48px;
    font-weight: 500;
    line-height: 110%;
}

.questions__list {
    padding: 0;
    display: flex;
    gap: 47px;
    max-width: 700px;
    list-style-type: none;
}

.questions__list-item {
    color: rgb(0, 0, 0) !important;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    padding-bottom: 12px;
    border-bottom: 1px solid #149339;
    display: flex;
    gap: 12px;
    text-shadow: 0px 0px 5px #F6F7F8;
}

.questions__list-item:hover {
    color: #219653 !important;
}

@media(max-width:1600px) {
    .questions {
        padding: 25px;
        background: url('images/i-chat.png');
        background-color: rgb(246, 247, 248);
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 320px;
    }
    .questions__title {
        margin-bottom: 30px;
    }
}

@media(max-width:992px) {
    .questions {
        background-image: none;
    }
    .questions__list {
        gap: 20px;
        flex-wrap: wrap;
    }
    .questions__title {
        font-size: 30px;
    }
}


/* questions =================== end */