

* {
    outline: none;
    box-sizing: border-box;
}

html,
body,
.container {
    height: 100%;
}

body {
    font-family: 'Open Sans';
    font-style: normal;
    color: #445254;
}

a {
    color: #000;
    text-decoration: none;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

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

h1,
h2,
h3,
h4,
h5 {
    display: block;
    color: #445254;
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal;
}

h1 {
    font-size: 46px;
    color: #032432;
    text-transform: unset;
    letter-spacing: 5px;
}

h2 {
    font-size: 46px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 22px;
}

p, .terms ul {
    font: 22px 'Open Sans', normal;
    font-weight: 400;
    color: #445254;
    line-height: normal;
}

.wrapper {
    max-width: 1640px;
    height: 100%;
    margin: 0 auto;
    padding: 0 2rem;
}

.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.text-bold {
    font-weight: 700 !important;
}

.link {
    font-weight: 700;
    color: #579842;
    text-decoration: underline;
}

.link:hover {
    text-decoration: none;
}

.active {
    color: #8BDB71 !important;
}

::-webkit-input-placeholder {
    color: #000;
    font-size: 18px;
}

:-moz-placeholder {
    color: #000;
    font-size: 18px;
}

::-moz-placeholder {
    color: #000;
    font-size: 18px;
}

:-ms-input-placeholder {
    color: #000;
    font-size: 18px;
}

/* header */

header {
    background-color:  rgba(3,36,50,1);
    position: fixed;
    z-index: 1000;
    width: 100%;
}
.header-form{
    position: sticky;
}
.header-main {
    background-color: rgba(3,36,50,0.8);
}

header .navigation {
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav {
    display: inline-block;
}

nav li {
    display: inline-block;
    margin-left: 40px;
}

nav a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

nav a:hover {
    color: #8BDB71;
}

.get-start-nav {
    color: #8BDB71;
    border: 1px solid #8BDB71;
    border-radius: 8px;
    padding: 10px 23px;
}

.get-start-nav:hover {
    background-color: #8BDB71;
    border-color: #8BDB71;
    color: #fff;
}

.hide-nav-item{
    display: none;
}

.logo-top {
    position: relative;
    animation: fadeLogo 0.5s;
}

/* mobile menu */

.hum {
    width: 90px;
    height: 60px;
    border: 1px solid #8BDB71;
    border-radius: 10px;
    position: relative;
    padding: 20px;
    cursor: pointer;
    display: none;
}

.hum span {
    position: absolute;
    top: 50%;
    left: 20%;
    width: 60%;
    height: 2px;
    background-color: #8BDB71;
}

.hum span:nth-child(1) {
    top: 30%;
}

.hum span:nth-child(2) {
    top: 43%;
}

.hum span:nth-child(3) {
    top: 57%;
}

.hum span:nth-child(4) {
    top: 70%;
}

.mobile-menu {
    position: fixed;
    z-index: 1002;
    top: 0;
    left: -100%;
    width: 60%;
    z-index: 1002;
    background-color: #579842;
    padding: 115px 60px;
    height: 100%;
    overflow-y: scroll;
}

.mobile-menu li {
    display: block;
    padding-bottom: 20px;
}

.mobile-menu li a {
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    overflow: auto;
}
.mobile-menu li.mobile-menu__active a{
    font-weight: 600;
}

.mobile-menu .close {
    position: absolute;
    top: 50px;
    right: 50px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 5px;
}

.mobile-menu .close:before,
.mobile-menu .close:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 12%;
    display: block;
    width: 80%;
    height: 1px;
    background-color: #fff;
}

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

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

.mobile-menu .get-start-nav {
    display: inline-block;
    color: #0d0d80;
    border: 1px solid #0d0d80;
}

.substrate {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    cursor: pointer;
}


/*=============================================
  ================= HOME PAGE =================
  =============================================*/

.main-head {
    background: url(../img/bg_header_main.png?v=0.21) no-repeat top center;
    background-size: cover;
    height: 900px;
}

.main-head .box-form {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    padding-top: 350px;
    align-items: center;
    flex-direction: column;
}

.main-head .form {
    width: 950px;
    padding: 50px;
    background-color: #032432;
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.25);
    text-align: center;
    overflow: hidden;
}

.main-head h1 {
    font-size: 46px;
    color: #fff;
    letter-spacing: normal;
    line-height: 3rem;
}

.main-head p {
    font-weight: 100;
    color: #fff;
}

/* style form main */

form.form-page {
    width: 100%;
    height: 85px;
    margin-top: 50px;
}

form.form-page>div {
    height: 100%;
    display: flex;
    justify-content: space-between;
}

form.form-page select,
form.form-page input,
form.form-page button {
    position: relative;
    height: 100%;
    border-radius: 10px;
    border: none;
    padding: 15px;
    display: inline-block;
    z-index: 1;
}

form.form-page .pos-rel {
    width: 50%;
}

form.form-page select {
    width: 36%;
    background: url(../img/arrow_select_down.svg?v=0.21) no-repeat 90% 50% #fff;
    background-size: 15px 15px;
    font: 32px 'Open Sans', normal;
    font-weight: 700;
}

form.form-page input {
    width: 100%;
    font: 17px 'Open Sans', normal;
}

form.form-page button {
    cursor: pointer;
    font: 32px 'Open Sans', normal;
    font-weight: 700;
    background: linear-gradient(to bottom, rgb(139,219,113) 0%,rgb(87,152,66) 100%);
    color: #fff;
}

form.form-page button:hover {
    background: #8BDB71;
}

form.form-page>div:nth-child(1) button {
    width: 60%;
}

form.form-page>div:nth-child(2) button {
    width: 46%;
}

.main-head form.form-page input,
.main-head form.form-page select {
    animation: inputAnim 0.3s;
}

.main-head form.form-page>div:nth-child(1) button,
.main-head form.form-page>div:nth-child(2) button {
    animation: inputAnim 0.6s;
}

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

.error:not(.feedCaptcha-error) {
    border: 1px solid #f00 !important;
}
#feedCaptcha > div {
    border: 1px solid transparent;
}
.feedCaptcha-error {
    color: #f00;
    border: none!important;
}

/* box tr */

section.box-list {
    margin: 70px 0 0;
}

.box-tr {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    gap: 0 50px;
}

.box-tr .elem {
    width: 25%;
    max-width: 350px;
    text-align: center;
}

.box-tr .elem h3 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #032432;
    text-transform: none;
    margin-bottom: 15px;
}

.box-tr .elem img {
    height: 46px;
    margin-right: 10px;
}


/* here to help */

.here-help {
    padding: 10rem 0 2rem;
}

.here-help .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.here-help .left-box {
    width: 60%;
}

.here-help .right-box {
    width: 40%;
}

.here-help h2 {
    color: #579842;
    letter-spacing: 7px;
}

.here-help .box-list li {
    margin-bottom: 40px;
    position: relative;
    padding-left: 75px;
}

.here-help .box-text p {
    padding: 20px 0 120px;
    width: 87%;
}

.here-help .box-list li:before {
    content: '1.';
    position: absolute;
    left: 0;
    top: -5px;
    font-size: 56px;
    font-weight: 300;
    color: #8BDB71;
}

.here-help .box-list li:nth-child(2):before {
    content: '2.';
}

.here-help .box-list li:nth-child(3):before {
    content: '3.';
}

.here-help .box-list li p {
    font-size: 22px;
}

.here-help .right-box .img img {
    max-width: 100%;
}

.here-help .box-img-mob {
    display: none;
    text-align: center;
}


/* trust */

.trust {
    position: relative;
}

.trust .middle-box h2 {
    color: #8BDB71;
}

.trust .middle-box>p {
    width: 67%;
    color: #445254;
    font-size: 22px;
    text-transform: uppercase;
    padding: 20px 0 80px;
}

.trust .box-right-text {
    width: 67%;
    float: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.trust .box-right-text img {
    width: 120px;
    margin-right: 20px;
}

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

.trust .left-box {
    width: 37%;
}

.trust .left-box .img {
    text-align: right;
}

.trust .right-box {
    width: 57%;
    padding-right: 13%;
}

.trust .right-box .box {
    position: relative;
}

.trust .right-box li:first-child {
    margin-bottom: 100px;
}

.trust .right-box .box h3 {
    text-transform: none;
    margin-bottom: 30px;
    color: #032432;
}

.trust .right-box .box img {
    position: absolute;
    top: 0;
    left: -100px;
    width: 70px;
}


/* bottom form */

.bottom-form {
    background-color: #032432;
    padding: 55px 0;
    overflow: hidden;
}

.bottom-form .box-form {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.bottom-form .box-form>div {
    width: 50%;
}

.bottom-form .box-form .logo-bot a {
    display: block;
    height: 86px;
    margin: 0 20px 0 0;
}

.bottom-form .box-form .logo-bot a img {
    height: 100%;
}

.bottom-form .box-form form.form-page {
    margin: 0;
}

.bottom-form form.form-page input,
.bottom-form form.form-page select {
    animation: inputAnim 0.3s;
}

.bottom-form form.form-page>div:nth-child(1) button,
.bottom-form form.form-page>div:nth-child(2) button {
    animation: inputAnim 0.6s;
}


/* footer */

footer {
    padding: 50px 0;
}

footer .bot-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

footer .bot-nav:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%;
    height: 1px;
    background-color: #666;
}

footer .bot-nav li {
    display: inline-block;
    margin-right: 20px;
}

footer .bot-nav li a {
    text-transform: uppercase;
    font-size: 15px;
    position: relative;
    color: #445254;
}

footer .bot-nav li a:hover {
    color: #032432;
}

footer .bot-nav .copyright {
    font-size: 14px;
    font-weight: 300;
    color: #445254;
}

footer .material {
    padding-top: 100px;
}

footer .material h3 {
    font-size: 30px;
    text-transform: none;
}

footer .material p {
    font-size: 18px;
    font-weight: 100;
    margin-top: 25px;
}

footer .material .table {
    width: 900px;
    border-left: 1px solid #445254;
    border-bottom: 1px solid #445254;
}

footer .material .table .tr {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    border-top: 1px solid #445254;
}

footer .material .table .tr .td {
    width: 20%;
    padding: 10px;
    border-right: 1px solid #445254;
}

footer strong {
    font-weight: 600;
}

footer strong.title {
	display: block;
}

.page header {
    background-color: #032432;
}

/*==============================================
  ================= WORKS PAGE =================
  ==============================================*/

.works {
    padding: 12rem 0;
}

.works h1 {
    color: #579842;
}

.works .box-works-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3rem;
}

.works .box-works-list h5,
.works .box-works-list p {
    font-size: 20px;
}

.works .box-works-list .list-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
    width: 30%;
}
.works .box-works-list .list-item:nth-child(2) {
    width: 20%;
}
.works .box-works-list .list-item:last-child {
    width: 40%;
}

.works .box-works-list .list-item:last-child .content-item h5,
.works .box-works-list .list-item:last-child .content-item p {
    display: inline;
}

.works .box-works-list .list-item img {
    width: 50px;
    margin-right: 10px;
}

.works .block-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    margin: 7rem 0;
}

.works .block-content>div {
    width: 50%;
}

.works .block-content ul {
    margin: 2rem 0 4rem;
}

.works .block-content li {
    font-size: 20px;
    margin-bottom: 1.5rem;
    padding-left: 40px;
    position: relative;
    line-height: normal;
}

.works .block-content li:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #8BDB71;
    position: absolute;
    top: 3px;
    left: 0;
    border-radius: 50%;
}


/*================================================
  ================= CONTACT PAGE =================
  ================================================*/

.contact {
    padding: 12rem 0 8rem;
    overflow-x: hidden;
}

.contact .box-contact {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}

.contact .box-contact .left-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 40%;
}

.contact .box-contact .left-box .box-info {
    margin-bottom: 5rem;
}

.contact .box-contact .left-box p {
    font-size: 22px;
}

.contact .box-contact .left-box p.address {
    font-size: 18px;
}

.contact .box-contact .left-box a {
    font-size: 46px;
    font-weight: 700;
    color: #579842;
    display: inline-block;
    padding-bottom: 10px;
    margin: 5px 0 15px;
    border-bottom: 1px solid #579842;
}

.contact .box-contact .left-box a:hover {
    color: #8BDB71 ;
}

.contact .box-contact .right-box {
    background: url(../img/contact_bg.png?v=0.21) no-repeat left top #579842;
    background-size: contain;
    padding: 5rem 1% 5rem 10rem;
    width: 58%;
    position: relative;
}

.contact .box-contact .right-box:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #579842;
    position: absolute;
    top: 0;
    left: 100%;
}

/* form style */

form.feed_contact {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

form.feed_contact .form-group {
    width: 48%;
}

form.feed_contact h5 {
    font-size: 22px;
    color: #fff;
}

form.feed_contact .form-group:nth-child(2n-1) {
    float: left;
}

form.feed_contact .form-group:nth-child(2n) {
    float: right;
}

form.feed_contact .form-group.full {
    width: 100%;
}

form.feed_contact label {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    padding-left: 15px;
    color: #fff;
}

form.feed_contact input,
form.feed_contact textarea {
    width: 100%;
    resize: none;
    border: 1px solid transparent;
    padding: 10px;
    margin: 0.5rem 0 1rem;
    border-radius: 5px;
    font: 18px 'Open Sans';
    font-weight: 300;
}

form.feed_contact textarea {
    height: 150px;
}

form.feed_contact .box-mid-form {
    margin: 4rem 0 1rem;
}

form.feed_contact .box-bot-form {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
}

form.feed_contact button {
    cursor: pointer;
    font: 22px 'Open Sans', normal;
    font-weight: 600;
    background: #FFC800;
    color: #032432;
    border-radius: 6px;
    border: none;
    padding: 20px 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

form.feed_contact button:hover {
    background: #8BDB71;
}

form.feed_contact .req-text {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 14px;
}



/*========================================================
  ================= TERMS & PRIVACY PAGE =================
  ========================================================*/

.terms {
    padding: 12rem 0 8rem;
}

.terms a,
.terms h5 {
    font-size: 20px;
    text-transform: unset;
}
.apply #omReApplyPage a {
    font-size: 14px;
}

.terms p {
    margin: 40px 0
}

.terms ol {
    margin: 0 0 0 20px;
}

.terms li {
    margin-top: 10px;
}

.terms a {
    color: #032432;
    text-decoration: underline;
}

.terms a:hover {
    color: #8BDB71;
}

.terms h1 {
    margin-bottom: 5rem;
}

/*============================================
  ================= FAQ PAGE =================
  ============================================*/

.faq {
    padding: 12rem 0 8rem;
}

.faq h1 {
    color: #579842;
}

.faq .box-img-faq {
    padding: 2rem 0 5rem;
    position: relative;
}

.faq .box-img-faq .img {
    display: inline-block;
}

.faq .box-img-faq .img:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: -2.5rem;
    top: 0;
    background: url(../img/faq_img_right.png?v=0.21) no-repeat;
    background-size: contain;
    z-index: -1;
}

.box-acc {
    position: relative;
}

.box-acc .ac-head:before {
    content: url(../img/plus_icon.svg?v=0.21);
    display: block;
    width: 23px;
    position: absolute;
    left: 0;
    top: 15px;
    pointer-events: none;
}

.box-acc.in .ac-head:before {
    content: url(../img/minus_icon.svg?v=0.21);
}

.box-acc.in:after {
    display: none;
}

.ac-head {
    cursor: pointer;
    padding: 10px 0 10px 47px;
}

.box-acc .ac-head:hover h4 {
    color: #579842;
}

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

.ac-head h4 {
    font-size: 22px;
    text-transform: unset;
    color: #032432;
    transition: 0.3s;
}

.list-accord li,
.ac-body p {
    font-size: 22px;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 47px;
}

.list-accord li {
    padding-left: 30px;
}

.list-accord li p:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #8BDB71;
    position: absolute;
    top: 7px;
    left: 15px;
    border-radius: 50%;
}

/* animate */

@keyframes fadeLogo {
    0% {
        opacity: 0;
        left: -500px;
    }

    100% {
        left: 0;
        opacity: 1;
    }
}

@keyframes inputAnim {
    0% {
        right: -1000px;
    }

    100% {
        right: 0px;
    }
}

@keyframes tremble {
    0% {
        top: 0px;
    }

    5% {
        top: 1px;
    }

    10% {
        top: 2px;
    }

    15% {
        top: 3px;
    }

    20% {
        top: 4px;
    }

    25% {
        top: 5px;
    }

    30% {
        top: 4px;
    }

    35% {
        top: 3px;
    }

    40% {
        top: 2px;
    }

    45% {
        top: 1px;
    }

    50% {
        top: 0;
    }

    55% {
        top: -1px;
    }

    60% {
        top: -2px;
    }

    65% {
        top: -3px;
    }

    70% {
        top: -4px;
    }

    75% {
        top: -5px;
    }

    80% {
        top: -4px;
    }

    85% {
        top: -3px;
    }

    90% {
        top: -2px;
    }

    95% {
        top: -1px;
    }

    100% {
        top: 0;
    }
}

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

    50% {
        top: 3%;
        transform: rotate(0deg);
    }

    60% {
        top: -5%;
        transform: rotate(5deg)
    }

    100% {
        top: 0;
    }
}

#omForm .om_full_area h3 {
    display: none;
}

#omForm.omForm .om_subhead,
#omForm.omForm .om_full_step_colored_bg {
    background: rgba(0, 0, 51, 0.9);
}

#omReApplyPage .omReApplySection ::-webkit-input-placeholder {
    font-size: 16px;
}

#omReApplyPage .omReApplySection ::-moz-placeholder {
    font-size: 16px;
}

#omReApplyPage .omReApplySection :-moz-placeholder {
    font-size: 16px;
}

#omReApplyPage .omReApplySection :-ms-input-placeholder {
    font-size: 16px;
}

#omForm .om_full_legacy a {
    font-size: 12px;
}

.pos-rel {
    position: relative;
}

p.text-req {
    width: 100%;
    font-size: 10px !important;
    font-weight: 400;
    color: #fff !important;
    background: #f00;
    border-radius: 5px;
    position: absolute;
    left: 0;
    bottom: -20px;
    padding: 0 !important;
    margin: 0 !important;
    text-align: left;
}
.error + p.text-req {
    padding: 15px 15px 5px !important;
}

.mb-1 {
    margin-bottom: 30px;
}
