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

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

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

section.main .h1 {
    color: #fff;
}

.form-group {
    position: relative;
}

.header-small-menu li:first-child 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: 6px 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;
}

.ico-text {
    text-align: center;
}

.ico-text img {
    max-width: 60px;
    margin-bottom: 15px;
}

.ico-text div {
    padding: 10px;
    margin-bottom: 0;
    min-height: 2rem;
}

.c-block {
    background-color: #ddf2ff;
    background-image: url('images/openlc-block-bg.png')!important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 30px;
    padding-top: 50px;
}

@media (max-width: 991px) {
    .c-block {
        background-image: none !important;
    }
}

.spec-round {
    padding: 9px;
    border: 2px solid;
    border-radius: 27px;
    display: inline-block;
    margin-left: 15px;
}

ul.check-list {
    list-style: none;
    padding-left: 0;
    line-height: 3rem;
}

ul.check-list li:before {
    content: url('data:image/svg+xml; utf8, <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.5 0.375L3.525 8.04375L1.5 6.50625H0.375L3.525 11.625L11.625 0.375H10.5Z" fill="black"/></svg>');
    margin-right: 10px;
}

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

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

.fuct-block {
    background: #EAF6FF;
    padding: 30px;
}

.img60 {
    max-width: 60px;
    margin: auto;
    margin-bottom: 20px;
}

.fuct-block .big-text {
    font-weight: bold;
    font-size: 24px
}

.fuct-block .text {
    font-size: 14px
}

.colx5 {
    margin-bottom: 40px
}

.brand-item {
    margin-bottom: 10px
}

.flexstretch>div {
    padding-bottom: 30px;
}

@media (max-width: 991px) {
    .main-form-container {
        background: rgba(255, 255, 255, .8)
    }
    .spec-round {
        margin-left: 0px;
        margin-top: 15px;
    }
    .fuct-block .colx5 {
        flex: 0 0 50%
    }
    section.main .h1 {
        font-size: 4rem
    }
    .rounded-tile {
        margin-bottom: 10px;
    }
    .rounded-tile .tile-content {
        position: absolute;
        width: calc(100% - 30px);
        top: 10px;
        left: 10px;
        font-size: 15px;
        font-weight: 500;
    }
    .rounded-tiles.row {
        margin: 0 -5px;
    }
    .rounded-tiles.row .col-xs-6 {
        padding: 0 5px
    }
    .flexstretch>div {
        padding-bottom: 15px;
    }
}

@media (min-width: 992px) {
    .grb {
        border-right: 1px solid #79B537
    }
}

.gray-bg {
    background: #F6F6F6;
}

.tabs-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.tumbler-section {
    margin-bottom: 50px;
}

.tumbler-section .h2 {
    margin-bottom: 50px;
}

.tabs {
    /* display: flex; */
    /* gap: 35px; */
    /* justify-content: space-between; */
    /* padding-bottom: 35px; */
}

.tablinks {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    display: block;
    border: none;
    background: #F6F6F6;
    padding: 75px 0;
    /* width: 33%; */
    width: 100%;
    transition: .1s all ease-in-out;
}

.tablinks.active {
    background-color: #DFF9DD;
}

.tb-2.active {
    background: #F4E3FF;
}

.tb-3.active {
    background: #DDF1FF;
}

.tabcontent {
    display: none;
}

.tabcontent.active {
    display: block;
}

.steps {
    padding-bottom: 50px;
}

.step-p {
    padding-left: 0;
}

.step-p p {
    display: block;
    position: relative;
    height: max-content;
}

.step-p li::before {
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    min-width: 8px;
    background: #00883A;
    margin-top: 6px;
    /* left: -10px; */
    /* top: calc(50% - 4px); */
}

.c-block-3 li::before {
    display: none;
}

.step-p li {
    display: flex;
    font-size: 14px;
    font-weight: 400;
    list-style-type: none;
    margin-bottom: 20px;
    align-items: start;
}

.step-p li:last-child {
    margin-bottom: 30px;
}

.step-p li p {
    /* text-decoration: underline; */
    margin-bottom: 0;
    padding-left: 8px;
    margin-left: 10px;
}

.step-title {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 25px;
    color: #000;
    text-align: center;
    font-family: Ubuntu;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
    padding: 20px 50px;
    background: #F6F6F6;
    margin-bottom: 30px;
}

.step-title span {
    color: #000;
    font-family: Ubuntu;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
    margin-top: 10px;
}

.step-q {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.step-q .btn {
    display: block;
    margin-bottom: 10px;
}


/* <? include_once("./questions.php") ?> */

.steps__link {
    color: #00883A;
    text-decoration: underline !important;
}

.money {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
}

.money-title {
    font-size: 30px;
    font-weight: 400;
    line-height: 120%;
    display: block;
    max-width: 500px;
}

.money-link {
    color: #898989;
    font-size: 14px;
    font-weight: 400;
    max-width: 175px;
}

.money-link p {
    color: #898989bf;
    padding-top: 10px !important;
}

.call-b {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.tablinks2 {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    display: block;
    border: none;
    background: #F6F6F6;
    padding: 15px 0;
    width: 100%;
    transition: .1s all ease-in-out;
}

.tablinks2--green.active {
    background-color: #DFF9DD;
}

.tablinks2--s.active {
    background-color: #F4E3FF;
}

.tablinks2--blue.active {
    background-color: #DDF1FF;
}


/* .tablinks2.active::before {
    content: "";
    display: inline-block;
    border: 15px solid transparent;
    border-left: 15px solid #F7FFF7;
    position: absolute;
    top: 9px;
    left: 5px;
} */

.tabcontent2 {
    display: none;
}

.tabcontent2.active {
    display: block;
}

.c-block-2 {
    background: url(images/11.png) #DFF9DD;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.c-block-2 .h2 {
    font-size: 30px;
    font-weight: 400;
}

@media (max-width: 991px) {
    .c-block-2 {
        background-image: none !important;
        padding: 0!important;
    }
    .c-block-2 .h2 {
        font-size: 20px;
    }
}

.c-block-3 {
    background: url(images/im-12.png) #F4E3FF;
    background-repeat: no-repeat;
    background-position: right bottom;
}

@media (max-width: 991px) {
    .c-block-3 {
        background-image: none !important;
    }
}

.c-title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 50px;
}

.c-subtitle {
    color: #868686;
    font-size: 12px;
    font-weight: 300;
    text-decoration-line: underline;
    cursor: pointer;
}

.c-btn {
    padding-left: 60px !important;
    padding-right: 60px !important;
}

.c1 {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.c1 .h4 {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    font-size: 18px;
    font-weight: 400;
}

.offer-slider-item:before {
    content: '';
    height: 100%;
    background: #009439;
    opacity: 0;
    position: absolute;
    z-index: 2;
    left: 15px;
    right: 15px;
    margin: auto;
    transition: all 0.3s;
    cursor: pointer;
}

.offer-slider-item:after {
    content: "\f2eb";
    font-family: LineAwesome;
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    padding-top: 5px;
    font-size: 26px;
    margin-top: -25px;
    margin-left: -25px;
    opacity: 0;
    transition: all 0.3s
}

.offer-slider-item:hover:before {
    opacity: 0.42;
}

.offer-slider-item:hover:after {
    opacity: 1;
}

.offer-slider .slick-prev {
    width: 40px;
    height: 40px;
    left: -60px;
    z-index: 100;
    top: 50%;
}

.offer-slider .slick-next {
    width: 40px;
    height: 40px;
    right: -60px;
    top: 50%;
    z-index: 22;
}

.offer-slider .slick-prev:hover,
.offer-slider .slick-next:hover {
    background: none;
}

.offer-slider .slick-prev:before {
    width: 40px;
    height: 40px;
    content: "\f111";
    font-family: LineAwesome;
    background: rgb(185, 185, 185);
    display: block;
    padding-top: 5px;
    border-radius: 50%;
    color: #fff;
}

.offer-slider .slick-next:before {
    width: 40px;
    height: 40px;
    content: "\f112";
    font-family: LineAwesome;
    background: rgb(185, 185, 185);
    display: block;
    padding-top: 5px;
    border-radius: 50%;
    color: #fff;
}

.d-block {
    list-style-type: none;
    padding-left: 0;
}

.d-block li {
    margin-bottom: 10px;
}

.d-block .c-btn {
    margin-top: 30px;
}

.doc-list {
    padding-left: 10px;
    list-style: none;
}

.doc-list li {
    margin-bottom: 5px;
    position: relative;
}

.span-info {
    position: absolute;
    display: none;
    top: 45px;
    left: 0;
    padding: 15px;
    background-color: #fefefe;
    color: black;
    font-size: 12px;
    line-height: 1.1;
    max-width: 200px;
    z-index: 1;
}

.doc-list li:hover .span-info {
    display: block;
}

.doc-list li::before {
    content: "\2022";
    color: #1c79bb;
    font-weight: bold;
    display: inline-block;
    width: .8em;
    margin-left: -1em;
}


/* ----------------------------------- */


/* .questions {
    background-color: #F6F6F6;
    box-sizing: border-box;
    padding-top: 48px;
    padding-bottom: 38px;
    padding: 48px 40px 40px 40px;
    margin-bottom: 45px;
    margin-top: 45px;
    position: relative;
}

.questions__inner {
    display: flex;
    gap: 100px;
}

.questions__title {
    color: #000;
    font-size: 30px;
    font-weight: 500;
    line-height: normal;
}*/

.questions__links {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(3, minmax(120px, 173px));
    gap: 57px;
}

.questions__link {
    display: inline-block;
    padding: 16px;
    text-decoration: none;
    color: white;
    border: none !important;
    border-radius: 0 !important;
}

.questions__link--green,
.questions__link--grey,
.questions__link--greener {
    position: relative;
    background-color: #ccc;
    -webkit-backface-visibility: hidden;
    z-index: 1;
}

.questions__link--green {
    background-image: linear-gradient(87deg, #00933A -6.46%, #219653 145.21%, #219653 145.22%);
}

.questions__link--green:hover {
    color: white !important;
}

.questions__link--greener {
    background-image: linear-gradient(87deg, #304345 -6.46%, #219653 145.21%, #219653 145.22%);
}

.questions__link--grey {
    background-image: linear-gradient(87deg, #304345 -6.46%, #304345 84.56%, #304345 145.24%);
}

.questions__link--green:after,
.questions__link--grey:after,
.questions__link--greener::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease-out;
    z-index: 2;
    opacity: 0;
}

.questions__link--green:after {
    background-image: linear-gradient(87deg, #304345 -6.46%, #304345 84.56%, #304345 145.24%);
}

.questions__link--greener::after {
    background-image: linear-gradient(87deg, #304345 -6.46%, #304345 84.56%, #304345 145.24%);
}

.questions__link--grey:after {
    background-image: linear-gradient(87deg, #00933A -6.46%, #219653 145.21%, #219653 145.22%);
}

.questions__link:hover:after {
    opacity: 1;
}

.questions__link span {
    position: relative;
    z-index: 4;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.questions__link:hover span {
    color: white;
}


/* .questions__img {
    position: absolute;
    bottom: 0;
    right: -70px;
} */

@media (max-width: 1600px) {
    /* .questions {
        padding: 30px;
    }
    .questions__inner {
        gap: 10px;
    } */
    .questions__links {
        display: grid;
        align-items: center;
        grid-template-columns: repeat(3, minmax(100px, 150px));
        gap: 20px;
    }
    /* .questions__img {
        display: none;
    } */
}

@media (max-width: 991px) {
    /* .questions__inner {
        display: flex;
        flex-direction: column;
        align-items: center;
    } */
    .questions__links {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 10px;
    }
}


/* ----------------------------------- */

.offer-slider .rounded-tile {
    transition: all .3s ease-in-out;
}

.offer-slider .rounded-tile:hover {
    transform: scale(.9);
    box-shadow: 0px -1px 8px 0px rgba(34, 60, 80, 0.2);
}

.nbtn {
    display: block;
    border: none;
    outline: none;
    background: #fff;
    position: relative;
    transition: color 0.2s ease 0s;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
}

.nbtn::after {
    left: 50%;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.nbtn::before {
    right: 50%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.nbtn::before,
.nbtn::after {
    position: absolute;
    content: "";
    display: block;
    transition: all 0.2s ease 0s;
    bottom: -20px;
    height: 4px;
    width: 0%;
}

.nbtn.active::after,
.nbtn.active::before {
    background-color: #000;
    width: 50%;
}

.tabs__tab {
    margin-bottom: 40px;
}

.questions__link--sm {
    padding: 10px;
}

.att-block {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-top: 60px;
}

.att-block__img {
    width: 29px;
}

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

.att-block__text span {
    font-weight: 500;
}

html {
    scroll-padding-top: 130px;
}


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

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

.color-green {
    color: #219653;
}

.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;
    margin-bottom: 40px;
}

.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 */