.loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(6, 44, 74);
    z-index: 100;
    opacity: 0;
    transition: all 1s;
}
.loader.active {
    opacity: 1;
}
.loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 0;
    transition: all 1s;
}
.loader.active img {
    width: 300px;
}
body {
    line-height: 1.2;
    font-family: Inter, sans-serif;
    color: rgb(159, 157, 157);
    background-color: rgb(6, 44, 74);
}
.container {
    width: 81.25rem;
    max-width: unset;
    margin: 0 auto;
    padding: 0;
}
.unbounded {
    font-family: "Montserrat", sans-serif;
}
.sec_pretitle {
    color: #79CA0C;
    font-family: "Montserrat", sans-serif;
    font-size: 1.875rem;
    font-weight: 700;
    text-transform: uppercase;
}
.sec_title {
    color: #79CA0C;
    font-family: "Montserrat", sans-serif;
    font-size: 2.75rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
}
.white_text {
    color: #FFFFFF;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    padding: 1.25rem 0;
}
.head_box {
    justify-content: flex-end;
}
.head_logo {
    display: block;
    width: 6.875rem;
}
.head_logo img {
    width: 100%;
}
.btn {
    position: relative;
    display: flex;
    width: max-content;
    height: 3rem;
}
.btn_text {
    display: flex;
    height: 100%;
    padding: 0.25rem 2rem;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: #FFFFFF;
    transition: all 0.35s;
}
.btn_icon {
    display: flex;
    height: 100%;
    padding: 0.75rem 0.938rem;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: #79CA0C;
    transition: all 0.35s;
}
.btn_icon img {
    height: 100%;
}
.btn:hover .btn_text {
    background-color: #79CA0C;
}
.menu_box {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #062C4A;
    overflow: hidden;
    transition: all 1s;
    z-index: 22;
}
.menu_container {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50vw - 6.25rem);
    height: 100%;
    padding-top: 1.25rem;
    padding-left: 1.25rem;
}
.menu_inbox {
    width: 33.125rem;
    height: 100%;
    overflow-y: auto;
    scrollbar-color: #79CA0C #062c4a;
    scrollbar-width: thin;
    padding-right: 6px;
}
.menu_top {
    margin-bottom: 3.75rem;
}
.menu_item {
    display: block;
    color: #FFFFFF;
    font-size: 2.188rem;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 1.125rem;
    border-bottom: 1px solid #252121;
    margin-bottom: 1.25rem;
}
.menu_box.active {
    width: calc(50vw - 6.25rem);
}
.menu_item:hover {
    color: #FFFFFF;
    opacity: 0.75;
    transform: scale(0.95);
}
.owl-carousel {
    padding-bottom: 1.5rem;
}
.form_box {
    margin-bottom: 0.55rem;
}
.form_input {
    margin-right: 1.25rem;
}
.form_input input {
    width: 19.4rem;
    padding: 1.25rem 3.1rem;
    border-radius: 16px;
    background-color: #FFFFFF;
}
.btn_post {
    width: 19.4rem;
    padding: 1.25rem 3.1rem;
    border-radius: 50px;
    background-color: #79CA0C;
    text-align: center;
    height: unset;
    display: inline-block;
}
.btn_post span {
    text-transform: uppercase;
}
footer {
    padding-top: 5rem;
    padding-bottom: 3.5rem;
    background-color: rgb(6, 44, 74);
}
.foot_logo {
    display: block;
    width: 12.5rem;
    margin: 0 auto 2.25rem;
}
.foot_logo img {
    width: 100%;
}
.foot_left {
    width: 41.25rem;
}
.foot_right {
    width: calc(100% - 50rem);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.foot_item, .foot_item a {
    display: block;
    font-size: 1.25rem;
    color: #FFFFFF;
    margin-bottom: 1.25rem;
}
.foot_ititle {
    font-weight: 600;
}
.foot_item a:hover {
    color: #FFFFFF;
    opacity: 0.75;
}
.foot_btn {
    margin-bottom: 2.5rem;
}
.foot_tel {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    display: block;
    font-size: 1.5rem;
    color: #79CA0C;
    text-align: right;
    font-weight: 700;
}
.foot_email {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    display: block;
    font-size: 1.5rem;
    color: #79CA0C;
    text-align: right;
    font-weight: 700;
}
.foot_tel:hover, .foot_email:hover {
    color: #79CA0C;
    opacity: 0.75;
    transform: scale(0.95);
}
.foot_box2 {
    margin-top: 2.35rem;
    border-top: 1px solid #F5E6C5;
    padding-top: 1.375rem;
}
.foot_box2 a {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
}
.foot_box2 a:hover {
    color: #FFFFFF;
}
.menu_exbtn {
    margin-top: 2rem;
    padding: 1rem 0;
    border-top: 1px solid #79CA0C;
    border-bottom: 1px solid #79CA0C;
}
.menu_exbtn .btn{
    margin: 0 auto;
}
.menu_exbtn .btn_text{
    padding: 0.25rem 4rem;
}
.foot_item:last-child {
    margin-bottom: unset;
}
.menu_none_title {
    color: #FFFFFF;
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
}
.menu_none_btn .btn {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    border-radius: 50px;
    border: 1px solid #9F9D9D;
    transition: all 0.35s;
}
.menu_none_btn .btn:hover {
    background-color: #79CA0C;
}
.menu_none_btn {
    padding-top: 1.5rem;
}
.menu_none_regis {
    display: block;
    margin-top: 3rem;
    color: #FFFFFF;
    font-size: 1.5rem;
    border-bottom: 2px solid #FFFFFF;
    width: max-content;
    margin-left: auto;
    margin-right: 2rem;
}
.menu_none_regis:hover {
    color: #79CA0C;
    border-color: #79CA0C;
}
.menu_none_btn span {
    font-size: 1.25rem;
}
.menu_none {
    display: none;
}
.menu_none.active {
    display: block;
}
form .result {
    margin-bottom: 0.5rem;
}
































