

html,
body {
    width: 100%;
    text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
   -webkit-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
}

body {
    border: none;
    font-family: 'Heebo';
    font-weight: 400;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
    display: block;
    color: #628d00;
    font-family: 'Heebo';
    font-weight: 900;
    text-transform: none;
}

h1 {
    font-size: 52px;
}

h2 {
    font-weight: 500;
    font-size: 36px;
    line-height: 50px;
}

h4 {
    font-size: 26px;
    line-height: 38px;
}

.active {
    /*color: #d2449a !important;*/
    text-decoration: underline;
}

strong {
    font-weight: 700;
}

p {
    font-size: 22px;
    font-weight: 400;
    color: #001e43;
    line-height: 1.4;
}

a {
    text-decoration: none;
    display: inline-block;
    color: #001e43;
    transition: 0.4s;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    font-family: 'Heebo';
}

img {
    max-width: 100%;
    border: none;
}

.wrapper {
    max-width: 1600px;
    height: 100%;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.link {
    font-weight: 500;
    color: #628d00;
    text-decoration: underline;
}

.link:hover {
    color: #d2449a;
}

.get-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 62px;
    background: #628d00;
    border: none;
    box-shadow: 0 6px 15px rgba(38, 127, 245, 0.2);
    border-radius: 35px;
    font-weight: 500;
    font: 22px 'Heebo';
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
    margin: 0 auto;
}

.get-btn:hover {
    background: #d2449a;
}

.section-btn {
    margin: 100px 0;
}


/* header section */

header {
    background: url(../img/bg_head_main.jpg) no-repeat top center;
    background-size: cover;
    height: 880px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
}

header .top-head {
    background-color: #fff;
    padding: 16px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 0px 3px 10px rgba(38, 127, 245, 0.2);
}

header .top-head .wrapper {
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
}

header .top-head .menu-desk  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;

}
header .top-head .menu-desk ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 25px;
}

header .top-head li {
    display: inline-block;
    margin-left: 30px;
}
header .top-head li:first-child {
    margin-left: 0;
}
header .top-head li a {
    font-weight: 700;
    font-size: 16px;
    line-height: 50px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

header .top-head .menu-desk li a:hover {
    color: #d2449a;
}

header .top-head .menu-desk a.get-btn {
    text-transform: none;
    font-weight: 500;
    font-size: 22px;
    line-height: 50px;
}

header .top-head .menu-desk a.get-btn:hover {
    background: #d2449a;
}
header .top-head .need-cash-fast {
    padding-left: 46px;
    margin-right: 25px;
    height: 48px;
    width: 178px;
    text-align: right;
    line-height: 24px;
    color: #000;
    font-size: 16px;
    position: relative;
}
header .top-head .need-cash-fast a {
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: #618d00;
}
header .top-head .need-cash-fast a:hover {
    color: #d2449a;
}
header .top-head .need-cash-fast:before {
    content: '';
    display: block;
    width: 48px;
    height: 48px;
    background: url(../img/phone.svg) center center/40px 45px no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}
header .box-pre-form h1 {
    color: #000;
    margin-bottom: 75px;
}

.form-page header {
    display: block;
    background: none;
    height: auto;
    padding: 0;
}

/* style preform */

header .box-form {
    margin-bottom: 60px;
}

form.form-main {
    width: 760px;
    height: 470px;
    background: #fff;
    box-shadow: 0px 6px 15px rgba(38, 127, 245, 0.2);
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

form.form-main>div {
    transition: 0.5s;
}

form.form-main p {
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    padding: 45px 0 20px;
}

form.form-main .box-btn {
    width: 500px;
}

form.form-main .box-btn label {
    flex: 0 1 150px;
    width: 150px;
    height: 50px;
    margin-bottom: 26px;
    background: #fff;
    border: 2px solid #d2449a;
    border-radius: 50px;
    font-weight: 700;
    font-size: 22px;
    color: #d2449a;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
}
form.form-main .box-btn label.big {
    flex: 1 1 236px;
    margin-left: 26px;
}
@media screen and (max-width: 650px) {
    form.form-main .box-btn label {
        flex: 1 1 45%;
        max-width: 45%;
    }
    form.form-main .box-btn label.big{
        margin-left: auto;
    }
}
@media screen and (max-width: 420px) {
    form.form-main .box-btn label {
        flex: 1 1 100%;
        max-width: none;
    }
}
form.form-main .box-btn label:hover {
    background: #d2449a;
    color: #fff;
}

form.form-main .box-email {
    display: none;
    text-align: center;
    width: 500px;
}

form.form-main .box-email .pos-rel {
    margin: 35px 0 45px;
}

form.form-main .box-email input {
    width: 100%;
    height: 50px;
    background: #fff;
    border: 2px solid rgba(0,0,0,.5);
    border-radius: 50px;
    padding: 0 25px;
    font-size: 20px;
    line-height: 23px;
    text-align: left;
    color: #000000;
}

form.form-main .box-email input::-webkit-input-placeholder {
    color: #000000;
}

form.form-main .box-email input:-ms-input-placeholder {
    color: #000000;
}

form.form-main .box-email input::-ms-input-placeholder {
    color: #000000;
}

form.form-main .box-email input::placeholder {
    color: #000000;
}

.amount-none {
    display: none;
}

form.form-main .box-btn {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* mobile menu */

.hum {
    width: 38px;
    height: 28px;
    position: relative;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.hum span {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #d2449a;
    top: 13px;
}
.hum:hover span {
    background-color: #628d00;
}
.open-menu .hum span {
    display: none;
    position: absolute;
    width: 39px;
    height: 4px;
}
.open-menu .hum span:first-child {
    display: block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.open-menu .hum span:last-child {
    display: block;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}




header .mobile-menu {
    position: fixed;
    left: 0;
    top: -100%;
    width: 100%;
    max-height: calc(100vh - 94px);
    background-color: #F2F3FF;
    padding: 1rem 3rem;
    overflow-y: auto;
    overflow-scrolling: touch;
    transition: top .3s;
    display: none;
    z-index: 99;
}
.open-menu .mobile-menu {
    top: 94px;
}
header .mobile-menu li {
    display: block;
    margin-left: 0;
    margin-bottom: 26px;
}
header .mobile-menu li .get-btn {
    margin: 0 0 26px;
    width: 100%;
    max-width: 300px;
}
header .mobile-menu li a {
    line-height: normal !important;
}
/* process */

.process {
    text-align: center;
    width: 1050px;
    margin: 150px auto;
}

.process h2 {
    margin-bottom: 20px;
    color: #628d00;
}

.process p {
    text-align: left;
    color: rgba(0, 30, 67, 0.6);
}

.process .steps {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: url(../img/bg_steps.svg) no-repeat center;
    background-size: cover;
    width: 968px;
    height: 391px;
    margin-top: 100px;
}

.process .steps .step {
    width: 271px;
    height: 271px;
    padding-top: 67px;
    background: url(../img/bg_step.png) no-repeat center center;
    background-size: contain;
}
.process .steps .step p {
    text-align: center;
    line-height: 24px;
    color: #000;
    width: 75%;
    margin: 22px auto 0;
}

/* trust */

.trust {
    margin: 150px 0;
    text-align: center;
    background: url(../img/circle_right.svg) no-repeat 100% 0%;
}

.trust .trust-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 90%;
    margin: 60px auto 0;
}

.trust .trust-list .trust-item {
    width: 306px;
    height: 356px;
    border: 2px solid #d2449a;
    border-radius: 8px;
    overflow: hidden;
}

.trust .trust-list .trust-item .box-img {
    display: flex;
    padding: 30px 0;
    justify-content: center;
    align-items: center;
    height: 206px;
}

.trust .trust-list .trust-item .box-text {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
}

.trust .trust-list .trust-item .box-text p {
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
}

.trust-text {
    margin: 100px auto;
    background: url(../img/circle_small.svg) no-repeat 10% 20%;
}

.trust-text p {
    width: 1050px;
    margin: 0 auto;
    line-height: 30px;
    color: rgba(0, 30, 67, 0.6);
}

/* help */

.help {
    background: url(../img/bg_help.jpg) no-repeat 100% 0%;
    background-size: cover;
    padding: 420px 0 180px;
    position: relative;
}

.help .overlay-help {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);*/
}

.help h2,
.help p {
    color: #fff;
}

.help h2 {
    font-weight: 500;
    font-size: 54px;
}

.help p {
    max-width: 700px;
    margin: 40px 0 75px;
}


/* footer */

.form-page footer,
.page footer {
    padding-top: 50px;
    background: rgba(38, 127, 245, 0.05);
}

footer {
    margin: 130px 0 0;
    position: relative;
}

.page footer:before {
    content: '';
    position: absolute;
    top: -100px;
    left: 190px;
    display: block;
    width: 36px;
    height: 36px;
    background: url(../img/circle_small.svg) no-repeat center;
    background-size: contain;
}

footer .mobile-title {
    display: none;
    position: relative;
    font-weight: 500;
    font-size: 36px;
    line-height: 18px;
    text-align: center;
    color: #d2449a;
}
footer .mobile-title img {
    width: 42px;
    height: auto;
}
footer h2,
footer h3,
footer h4 ,
footer h5,
footer strong {
    color: #d2449a;
}
footer .mobile-title img {
    display: block;
    margin: 20px auto 0;
    transition: 0.5s;
}

footer .mobile-title.close-text img {
    transform: rotate(180deg);
}

footer .material {
    background: url(../img/circle_left.svg) no-repeat 0% 85%;
}
footer .material .wrapper {
     padding: 0 40px;
}
footer .material h3 {
    position: relative;
    font-weight: 500;
    font-size: 36px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 40px;
}

footer .material p {
    color: rgba(0, 30, 67, 0.6);
    font-size: 16px;
    line-height: 20px;
}

footer .material strong {
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    color: #001e43;
    display: block;
    margin: 40px 0 15px;
}

footer .copyright {
    background-color: #d2449a;
    padding: 25px 0;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #fff;
}

footer .foot-menu {
    box-shadow: 0px -6px 15px rgba(38, 127, 245, 0.2);
    margin-top: 100px;
    padding: 30px 0;
    text-align: center;
}

footer .foot-menu ul {
    position: relative;
}

footer .foot-menu li {
    display: inline-block;
    margin-left: 30px;
}

footer .foot-menu li a {
    font-weight: 700;
    font-size: 16px;
    line-height: 50px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

footer .foot-menu li a:hover {
    color: #d2449a;
}

footer .foot-menu li a.unsub {
    text-transform: none;
    color: #b9b2cb;
    font-weight: 400;
    position: absolute;
    top: 0;
    right: 0;
}

footer .foot-menu li a.unsub:hover {
    color: #604b87;
}

/* modal */

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1005;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    cursor: pointer;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 1004;
    overflow-y: auto;
}

.flex-add {
    display: flex;
}

.modal form {
    top: 0;
    margin: 0 auto;
}

.modal .clmn-30 {
    display: inline-table;
    width: 100%;
}

.modal .clmn-30:first-child {
    margin-bottom: 1rem;
}

.modal .window {
    position: relative;
    z-index: 1006;
    width: 606px;
    height: 380px;
    background: #fff;
    box-shadow: 0px 6px 15px rgba(17, 153, 142, 0.15);
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    animation: modal 0.5s ease-in;
    -webkit-animation: modal 0.5s ease-in;
    -moz-animation: modal 0.5s ease-in;
    text-align: center;
    padding-top: 30px;
}

.modal .window h5 {
    font-weight: 700;
    font-size: 54px;
    line-height: 50px;
    text-align: center;
    color: #d2449a;
}

.modal .window .text>p {
    font-size: 20px;
    line-height: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    width: 280px;
    margin: 0 auto;
    padding: 20px 0;
}

.modal .window .close-modal {
    position: absolute;
    right: 25px;
    top: 27px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.modal .window .close-modal:before,
.modal .window .close-modal:after {
    content: '';
    position: absolute;
    top: 8px;
    right: 0;
    display: block;
    width: 100%;
    height: 3px;
    background-color: #d2449a;
}

.modal .window .close-modal:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal .window .close-modal:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.modal form.form-main {
    width: 200px;
    height: auto;
    box-shadow: none;
    border-radius: 0;
}

.modal form.form-main .box-email .pos-rel {
    margin: 0;
}

.modal form.form-main select {
    width: 248px;
    height: 62px;
    padding-left: 35px;
    font: 22px 'Heebo';
    font-weight: 500;
    border: 3px solid #d2449a;
    box-shadow: 0px 6px 15px rgba(38, 127, 245, 0.25);
    border-radius: 35px;
    font-weight: 700;
    font-size: 24px;
    line-height: 50px;
    color: #d2449a;
    background: url(../img/arrow_select.svg?v=002) no-repeat 84% 50%/14px 14px;
}

.modal form.form-main .box-email .pos-rel {
    width: 450px;
    margin: 0 auto;
}

.modal form.form-main .box-email input {
    height: 62px;
    border: 3px solid #d2449a;
    padding: 0 20px;
    font-size: 18px;
}

.modal form.form-main button {
    margin-top: 15px;
}

.modal p.text-req {
    top: -20px;
}


.modal .buttons a {
    margin-bottom: 18px;
    padding-left: 86px;
    padding-right: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 245px;
    height: 75px;
    border: 1px solid #618D00;
    background-position: 28px center;
    background-repeat: no-repeat;
    border-radius: 38px;
}
.modal .buttons a:hover {
    border-color: #d2449a;
}

.modal .buttons a.go-back {
    color: #618D00;
    font-size: 21px;
    font-weight: bold;
    line-height: 21px;
    background-image: url(../img/exit-arrow-green.svg?v=001);
    background-color: #fff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.modal .buttons a.go-back:hover {
    color: #d2449a;
    background-image: url(../img/exit-arrow-red.svg?v=001);
}
.modal .buttons a.exit-phone {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-right: 24px;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    background-image: url(../img/exit-phone.svg?v=001);
    background-color: #618D00;
}
.modal .buttons a.exit-phone b {
    height: 21px;
    font-size: 17px;
    font-weight: bold;
}
.modal .buttons a.exit-phone:hover {
    background-color: #d2449a;
}

/* -------------------------------------------
------------------ PAGE ALL ------------------
---------------------------------------------- */

.page header {
    background: url(../img/bg_head_page.png) no-repeat 50% 100% #d2449a;
    background-size: contain;
    height: auto;
    position: relative;
}

.page h1 {
    color: #fff;
}

.page header .bg-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg_head_page_icon.png) no-repeat top center;
    background-size: 1920px;
    pointer-events: none;
}

header .box-head {
    padding: 250px 0 130px;
    text-align: center;
}

header .box-head .box-img-head {
    display: inline-block;
    width: 500px;
    height: 330px;
    background: #fff;
    box-shadow: 0px 6px 15px rgba(38, 127, 245, 0.2);
    border-radius: 50px;
    border: 30px solid #fff;
    overflow: hidden;
    margin-top: 110px;
}

header .box-head p {
    width: 780px;
    margin: 0 auto;
    padding-top: 50px;
    color: #fff;
}
header .box-head a.link {
    color: #fff;
}
header .box-head a.link:hover {
    text-decoration: none;
}

/* -------------------------------------------
------------------ PAGE FAQ ------------------
---------------------------------------------- */

.faq-box {
    background: url(../img/circle_right.svg) no-repeat 100% 60%;
}

/* accordion */

.accordeon {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0 0;
    position: relative;
}

.ac-head {
    cursor: pointer;
    margin-bottom: 16px;
    position: relative;
}

.accordeon .ac-head:after {
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    background: url(../img/plus.svg) no-repeat;
    position: absolute;
    right: 20px;
    top: calc(50% - 8px);
}

.accordeon .ac-head.in:after {
    background-image: url(../img/minus.svg);
    height: 2px;
    top: calc(50% - 1px);
}

.ac-body {
    display: none;
    padding: 20px 0;
}

.ac-head h4 {
    font-weight: 500;
    font-size: 22px;
    line-height: 22px;
    text-transform: unset;
    padding: 25px 55px 25px 40px;
    background: #f3f6eb;
    border-radius: 37px;
}

.ac-body ul,
.ac-body p {
    font-size: 18px;
    line-height: 22px;
    position: relative;
    padding: 0 2rem;
    margin-bottom: 20px;
}

.ac-body li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 2rem;
}

.ac-body li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 3px;
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #000;
    border-radius: 50%;
}

.btn-question {
    text-align: center;
    background-color: #fff;
    padding: 6rem 0;
}


/* ---------------------------------------------
------------------ PAGE WORKS ------------------
------------------------------------------------ */

.works-box p,
.works-box ul {
    margin-bottom: 40px;
}

.works-box p,
.works-box li {
    font-size: 22px;
    line-height: 30px;
    color: rgba(0, 30, 67, 0.6);
}

.works-box ul {
    margin-left: 40px;
}

.works-box li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}

.works-box li:before {
    content: url(../img/icon_cheсk.svg);
    display: inline-block;
    position: absolute;
    left: 0;
    top: 2px;
}

.works-box .wrapper {
    max-width: 1200px;
}

.accordeon .get-btn {
    margin-top: 60px;
    background-color: #fff;
    border: 2px solid #628d00;
    font-weight: 500;
    font-size: 22px;
    line-height: 50px;
    text-align: center;
    color: #628d00;
    box-shadow: none;
}

.accordeon .get-btn:hover {
    border-color: #ca2a8c;
    color: #ca2a8c;
}

/* ---------------------------------------------
----------------- PAGE CONTACT -----------------
------------------------------------------------ */


/* style form */

.contact-box {
    width: 900px;
    margin: 0 auto;
    padding: 50px 0;
}

.contact-box .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact-box .form-group input,
.contact-box .form-group textarea {
    width: 100%;
    margin-bottom: 25px;
    font: 18px 'Heebo';
    padding: 20px;
    border: 2px solid rgba(0,30,67,0.5);
    box-sizing: border-box;
    border-radius: 8px;
}
.contact-box .form-group input.valid,
.contact-box .form-group textarea.valid {
    border-color: rgba(0,30,67,1);
}
.contact-box .form-group input:focus,
.contact-box .form-group textarea:focus {
    border-color: rgba(97,141,0,0.5)
}
.contact-box .form-group input {
    height: 65px;
}

.contact-box .form-group textarea {
    height: 195px;
    min-width: 280px;
    min-height: 100px;
    max-width: 100%;
    max-height: 300px;
}
.contact-box .form-group .form-row {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 10px;
    position: relative;
}
.contact-box .form-group .form-row .p-error {
    top: -17px;
}
.contact-box .form-group .form-row.full {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.contact-box .form-group input::-webkit-input-placeholder,
.contact-box .form-group textarea::-webkit-input-placeholder {
    color: rgba(0, 30, 67, 0.4);
}

.contact-box .form-group input:-ms-input-placeholder,
.contact-box .form-group textarea:-ms-input-placeholder {
    color: rgba(0, 30, 67, 0.4);
}

.contact-box .form-group input::-ms-input-placeholder,
.contact-box .form-group textarea::-ms-input-placeholder {
    color: rgba(0, 30, 67, 0.4);
}

.contact-box .form-group input::placeholder,
.contact-box .form-group textarea::placeholder {
    color: rgba(0, 30, 67, 0.4);
}

.contact-box .btn-cont {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.contact-box .btn-cont button {
    display: inline-block;
    width: 186px;
    height: 62px;
    background: #fff;
    border: 3px solid #628d00;
    box-shadow: 0 6px 15px rgba(38, 127, 245, 0.2);
    border-radius: 35px;
    margin-right: 50px;
    font-weight: 500;
    font-size: 22px;
    line-height: 50px;
    color: #628d00;
    cursor: pointer;
    transition: 0.3s;
}

.contact-box .btn-cont button:hover {
    border-color: #d2449a;
    color: #d2449a;
}

.contact-box .btn-cont p {
    width: 65%;
    display: inline-block;
    font-size: 14px;
    line-height: 21px;
    color: rgba(0, 30, 67, 0.6);
}

.contact-box .btn-cont p a {
    color: #628d00;
    text-decoration: underline;
}

.contact-box .btn-cont p a:hover {
    color: #d2449a;
}

/* form error */

.feed_contact input.error,
.feed_contact textarea.error,
.error {
    border-color: #f00 !important;
}

.box-captcha {
    position: relative;
}

.feedCaptcha-error {
    color: #f00;
    position: absolute;
    bottom: -17px;
    left: 0;
}

.pos-rel {
    position: relative;
}

p.text-req, .p-error {
    font-size: 12px !important;
    color: #f00 !important;
    position: absolute;
    left: 25px;
    top: -23px;
    padding: 0 !important;
    margin: 0 !important;
    text-align: left;
    padding-left: 21px !important;
    background: url(../img/warn.svg) left center/16px 14px no-repeat;
}

/* ---------------------------------------------
------------------ PAGE TERMS- -----------------
------------------------------------------------ */

.terms-box .wrapper {
    width: 1300px;
}

.terms-box h5,
.terms-box p,
.terms-box strong {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px;
}

.main-form-box {
    margin: 100px 0 0;
}

.terms-box a {
    font-weight: 500;
    color: #628d00;
    text-decoration: underline;
}

.terms-box a:hover {
    color: #d2449a;
}


/* animation */

@keyframes modal {
    0% {
        bottom: -100%;
    }

    100% {
        bottom: 0;
    }
}

#omForm.omForm .om_subhead,
#omForm.omForm .om_full_step_colored_bg {
    background: #d2449a;
}

.none-get-btn {
    display: none !important;
}

.navigate-fix-top {
    position: absolute !important;
}
