@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&family=Raleway:wght@400;500;600;700;800&display=swap');

* {
    padding: 0;
    margin: 0;
    border: 0;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

nav,
footer,
header,
aside {
    display: block;
}

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

    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    font-feature-settings: "salt" on, "liga" off;
    color: rgba(24, 25, 31, 0.8);
}

input,
button,
textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

ul {
    margin: 0;
    padding: 0;
}

img {
    vertical-align: top;
}

p {
    margin: 0;
}

/* ========================== */

header {
    height: 90px;
    display: flex;
    align-items: center;

}

.mob_menu .header_btn {
    display: none;
}

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

.logo_link img {
    width: 140px;
}

.header_menu__list {
    display: flex;
    gap: 25px;
}

.header_menu__list a {
    color: #222222;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-family: 'Montserrat', Arial, sans-serif;
}

.header_menu__list a:hover {
    color: #5e831b;
}

.header_btn {
    color: #ffffff;
    background-color: #5e831b;
    border-radius: 5px;
    font-size: 14px;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 600;
    padding: 0 30px;
    height: 40px;
}

.section_fs {
    height: 740px;
    background-image: url('/img/colorful-farm-fields.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section_fs .h1 {
    font-weight: 700;
    font-size: 58px;
    color: #fff;
    font-family: 'Montserrat', Arial, sans-serif;
    margin: 0;
}

.section_fs .h1 span {
    display: block;
    margin-top: 10px;
    font-weight: 500;
    font-size: 32px;
}

.section_fs .section_fs_blur {
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    height: 100%;
    display: flex;
    align-items: center;
}

.section_marg {
    padding-top: 75px;
    padding-bottom: 120px
}

.section_marg h2 {
    text-align: center;
    font-weight: 700;
    font-size: 38px;
    line-height: 1.23;
    color: #000000;
    font-family: 'Montserrat', Arial, sans-serif;
}

.section_marg h2.mb105 {
    margin-bottom: 105px;
}

.section_marg h2.mb40 {
    margin-bottom: 40px;
}

.list_about_us_item {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.list_about_us_item img {
    width: 65px;
}

.list_about_us_item .txt {
    font-size: 14px;
    line-height: 1.55;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 300;
    color: #000000;
    -webkit-font-smoothing: antialiased;
}

.list_about_us {
    display: flex;
    flex-direction: column;
    row-gap: 50px;
}

.col_about_us_img img {
    width: 100%;
}

.col_about_us_img {
    display: flex;
    align-items: center;
}

.section_marg .txt_p {
    max-width: 800px;
    font-size: 22px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 300;
    color: #000000;
    text-align: center;
}

.section_marg .row.mb90 {
    margin-bottom: 90px;
}

.card_spec img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.card_spec .title {
    font-size: 32px;
    line-height: 1.23;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 600;
    color: #000000;
    margin: 20px 0 8px;
}

.card_spec .description {
    font-size: 16px;
    line-height: 1.55;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 300;
    color: #000000;
}

.card_spec button {
    margin-top: 19px;
    color: #ffffff;
    background-color: #5e831b;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    padding: 0 30px;
    height: 45px;
    font-weight: 300;
}

.section_marg.padding_75 {
    padding: 75px 0;
}

.btn_burger {
    width: 40px;
    height: 40px;
    padding: 8px 3px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    background-color: transparent;
    margin-left: 43px;
}

.btn_burger span {
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 10px;
    background-color: #000000;
    transition: all 0.3s ease;
}

.wrapper {
    overflow: hidden;
}

.logo_link_mob {
    display: none;
}

@media (max-width: 991.8px) {
    .btn_burger {
        display: flex;
    }

    .header_btn {
        display: none;
    }

    .logo_link img {
        /* display: none; */
        width: 100px;
    }

    .mob_menu {
        padding-top: 64px;
        position: absolute;
        top: 0;
        right: 0;
        background-color: #ffffff;
        width: 100%;
        height: 590px;
        transform: translateX(-100%);
        transition: all .3s ease;

    }

    .header {
        position: relative;
    }

    .header_menu__list {
        flex-direction: column;
        align-items: center;
        margin-top: 70px;
    }

    .logo_link_mob {
        display: flex;
        justify-content: center;
    }

    .logo_link_mob img {
        width: 120px;
    }

    .mob_menu .header_btn {
        display: block;
        margin: 55px auto 0;
    }

    .header_row {
        justify-content: space-between;
    }

    .btn_burger.active .first {
        transform: rotate(45deg);
        transform-origin: left;
    }

    .btn_burger.active .middle {
        display: none;
    }

    .btn_burger.active .last {
        transform: rotate(-45deg);
        transform-origin: left;
        position: relative;
        left: 0;
        bottom: -3px;
    }

    .mob_menu.active {
        transform: translateX(0);
    }

    .row.wrap_reverse {
        flex-wrap: wrap-reverse;
    }

    .section_marg h2.mb105 {
        margin-bottom: 45px;
    }

    .col_about_us_img img {
        margin-bottom: 75px;
    }

    .card_spec {
        margin-bottom: 60px;
    }
}

@media (max-width: 576.8px) {
    .section_fs .h1 span {
        margin-top: 10px;
        font-weight: 500;
        font-size: 22px;
    }

    header {
        height: 64px;
    }

    .section_fs .h1 {
        font-size: 34px;
    }

    .section_marg h2 {
        font-size: 30px;
    }

    .list_about_us_item img {
        width: 50px;
    }

    .list_about_us_item .txt {
        font-size: 12px;
    }

    .section_marg.mob_pb_90 {
        padding-bottom: 90px;
    }

    .section_marg .txt_p {
        font-size: 20px;
    }

    .section_marg h2.mb40 {
        margin-bottom: 20px;
    }

    .section_marg .row.mb90 {
        margin-bottom: 55px;
    }

    .card_spec .title {
        font-size: 28px;
    }

    .card_spec .description {
        font-size: 14px;
    }
}

.section_green_txt {
    font-weight: 700;
    font-size: 32px;
    line-height: 34px;
    color: #ffffff;
    font-family: 'Montserrat', Arial, sans-serif;
}

.section_green {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #5e831b;
}

.section_green_btn {
    color: #5e831b;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    padding: 0 60px;
    font-weight: 700;
    height: 60px;
    background-color: #ffffff;
    border-radius: 5px;
}

.col_section_green_btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

@media (max-width: 576.8px) {
    .section_green_txt {
        text-align: center;
    }

    .col_section_green_btn {
        justify-content: center;
        margin-top: 20px;
    }

}

.section_contact {
    padding: 90px 0 60px;
}

.section_contact_title {
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 1.17;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 600;
    color: #000000;
}

.section_contact_bold {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.55;
    font-family: 'Montserrat', Arial, sans-serif;
    color: #000000;
}

.section_contact_wrap_link {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.section_contact_wrap_link a {
    text-decoration: none;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.55;
    font-family: 'Montserrat', Arial, sans-serif;
    color: #000000;
}

.section_contact_p {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.55;
    font-family: 'Montserrat', Arial, sans-serif;
    color: #000000;
}

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

.footer_menu__list {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 600px;
}

.txt_coopyrate {
    font-weight: 400;
    color: #5e831b;
    font-size: 18px;
    line-height: 1.35;
    font-family: 'Montserrat', Arial, sans-serif;
}

.btn_to_top {
    display: flex;
    gap: 8px;
    color: #5e831b;
    font-size: 14px;
    line-height: 1.35;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 600;
    background-color: transparent;
}

.footer_menu__item a {
    color: #222222;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Montserrat';
    padding: 0px 25px;
    transition: all .3s ease;
}

.footer_menu__item a:hover {
    color: #5e831b;
}

footer {
    padding-bottom: 30px;
}

.section_contact .row {
    align-items: center;
}

.btn_to_top.mob {
    display: none;
}

@media (max-width: 991.8px) {
    .section_contact_p {
        margin-bottom: 40px;
    }

    .col_footer {
        flex-direction: column-reverse;
    }

    .footer_menu__list {
        max-width: none;
    }

    .btn_to_top.mob {
        display: flex;
    }

    .btn_to_top {
        display: none;
    }

    .txt_coopyrate {
        margin: 30px 0;
    }
}

.modal-content {
    border-radius: 0;
    border: 0;
}

.modal-body {
    padding: 0;
}

.btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: 1;

}

.img_modal {
    width: 100%;
}

.padding_modal {
    padding: 40px 45px;
}

.title_modal {
    font-size: 20px;
    margin-bottom: 11px;
    line-height: 1.23;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 600;
    color: #000000;
    text-align: center;
}

.description_modal {
    font-size: 14px;
    line-height: 1.55;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 300;
    color: #000000;
    text-align: center;
    margin-bottom: 25px;
}

.label_modal {
    padding-bottom: 5px;
    font-size: 18px;
    display: block;
    line-height: 1.55;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 300;
    color: #000000;
}

.select_modal {
    color: #000000;
    border: 1px solid #c9c9c9;
    border-radius: 5px;

    width: 100%;
    height: 60px;
    padding: 0 45px 0 20px;
    font-size: 16px;
    line-height: 1.33;
    outline: 0;
    background: transparent;
    appearance: none;
}

.wrapper_modal_select {
    position: relative;
}

.wrapper_modal_select:after {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}

.modal_mb25 {
    margin-bottom: 25px;
}

.btn_modal {
    width: 100%;
    color: #ffffff;
    background-color: #5e831b;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    height: 54px;
    font-family: 'Montserrat', Arial, sans-serif;
}

.modal-dialog .description {
    text-align: center;
    font-size: 14px;
    line-height: 1.55;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 300;
    color: #000000;
    margin-top: 20px;
}

.file_link {
    font-size: 16px;
    line-height: 1.55;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 600;
    color: #5e831b;
    margin-top: 10px;
}

/*cookies*/

:root {
    --blue: #05376D;
    --blue-100: #f1f6ff;
    --gray-900: #B2B2B2;
    --gray-600: #B2B2B2;
    --radius: 8px;
    --shadow: 0 4px 30px rgba(0, 0, 0, .12);
    font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

button {
    cursor: pointer;
    border: none;
    font-weight: 600;
    border-radius: var(--radius);
    transition: .15s;
}

button:focus-visible {
    outline: 2px solid #5e831b
}

.hidden {
    display: none !important
}

.btn-primary {
    background: #5e831b;
    color: #fff;
    padding: 10px 20px;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 600;
}

.btn-primary:hover {
    background: #5e831b;
    color: #fff;
}

.btn-secondary {
    background: #ffffff;
    color: var(--gray-900);
    border: 1px solid var(--gray-900);
    padding: 10px 20px;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 400;
}

.btn-outline {
    background: transparent;
    color: #5e831b;
    border: 1px solid #5e831b;
    padding: 10px 20px;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 400;
}

.flex {
    display: flex;
}

.items-center {
    align-items: center;
}

#cookieBanner {
    position: fixed;
    bottom: 36px;
    left: 50%;
    transform: translateX(-50%);
    width: 1200px;
    padding: 24px;
    display: flex;
    gap: 20px;
    background: #fff;
    box-shadow: var(--shadow);
    z-index: 9999;
    border-radius: var(--radius);
}

.cookie-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
    padding-left: 40px;
    /*color:var(--gray-900);*/
}

.cookie-text {
    margin-top: 20px;
    font-size: 20px;
    /*color:var(--gray-600);*/
    line-height: 1.5;
    font-weight: 400;
}

.cookie-sub-text {
    margin-top: 20px;
    font-size: 14px;
    color: #707070;
    line-height: 1.5;
    font-weight: 500;
}

.cookie-actions {
    margin-top: 25px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

#cookieModal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .65);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 60px 12px 40px;
    z-index: 10000;
}

.modal-card {
    background: #fff;
    width: 100%;
    max-width: 1200px;
    max-height: 80vh;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.modal-header {
    padding: 20px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--blue-100);
}

.modal-header h2 {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    /*color:var(--gray-900);*/
}

.modal-close {
    font-size: 24px;
    line-height: 1;
    background: none;
    border: none;
    color: var(--gray-600);
}

.modal-body {
    padding: 24px;
    overflow: auto;
    font-size: 14px;
    line-height: 1.5;
    /*color:var(--gray-600);*/
}

.modal-body p {
    font-size: 18px;
    padding-bottom: 15px;
}

.modal-body h2 {
    font-size: 18px;
    padding-top: 10px;
    font-weight: 600;
}

.modal-actions {
    padding: 20px 24px;
    background: var(--blue-100);
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.policy-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 24px;
    font-size: 13px;
}

.policy-table th,
.policy-table td {
    border: 1px solid #d9dfe5;
    padding: 8px 10px;
    vertical-align: top;
}

.policy-table th {
    background: #f6f8fa;
    font-weight: 600;
    color: var(--gray-900);
}

@media (max-width: 1250px) {
    #cookieBanner {
        width: 700px;
        min-width: 120px;
        bottom: 24px;
        right: 24px;
        flex-direction: column;
        padding: 20px;
    }

    .cookie-title {
        font-size: 20px
    }

    .cookie-text {
        font-size: 12px
    }
}

@media (max-width: 768px) {
    #cookieBanner {
        width: 360px;
        min-width: 120px;
        bottom: 24px;
        right: 24px;
        flex-direction: column;
        padding: 20px;
    }

    .cookie-title {
        font-size: 20px
    }

    .cookie-text {
        font-size: 12px
    }
}

@media (max-width: 540px) {
    #cookieBanner {
        width: 100%;
        right: 0;
        left: 0;
        bottom: 0;
        transform: none;
        border-radius: 0;
    }

    .cookie-text {
        font-size: 12px
    }

    .cookie-sub-text {
        font-size: 10px
    }

    #cookieModal {
        padding: 60px 12px 40px;
    }

    .modal-body p {
        font-size: 10px;
        padding-bottom: 10px;
    }

    .btn-primary {
        background: #5e831b;
        color: #fff;
        padding: 5px 10px;
        border-radius: 12px;
        font-size: 12px;
        font-weight: 600;
    }

    .btn-primary:hover {
        background: #5e831b;
        color: #fff;
    }

    .btn-secondary {
        background: #ffffff;
        color: var(--gray-900);
        border: 1px solid var(--gray-900);
        padding: 5px 10px;
        border-radius: 12px;
        font-size: 12px;
        font-weight: 400;
    }

    .btn-outline {
        background: transparent;
        color: #5e831b;
        border: 1px solid #5e831b;
        padding: 5px 10px;
        border-radius: 12px;
        font-size: 12px;
        font-weight: 400;
    }
}
