section.main {
    background-image: url('images/support-of-offers-bg.jpg');
    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') #D9EFFF;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.slide-selector {
    background: #F6F6F6;
}

.slick-current.slick-active .slide-selector {
    background: #DFF9DD;
}

.i-key,
.i-ipo {
    position: absolute;
    width: 90px;
    height: 90px;
    left: 20px;
    bottom: 20px;
}

.i-dia {
    position: absolute;
    width: 90px;
    height: 90px;
    right: 20px;
    bottom: 20px;
}

.i-cer {
    position: absolute;
    width: 45px;
    height: 45px;
    right: 5px;
    bottom: 5px;
}

@media(max-width:992px) {
    .i-key,
    .i-ipo,
    .i-dia,
    .i-cer {
        display: none;
    }
}