@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    overflow-x: clip;
    scroll-behavior: smooth;
}
body {
    background: #fff;
    font-family: 'Poppins', sans-serif;
    overscroll-behavior-x: none;
    color: #000;
    font-weight: 400;
    font-size: 15px;
    line-height: 22.5px;
    overflow-x: clip;
}
img {
    display: block;
    max-width: 100%;
}
a {
    transition: all 0.2s;
    color: #000;
    text-decoration: none;
}
a:hover {
    transition: all 0.2s;
    color: #000;
    text-decoration: underline;
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}
.btn {
    display: block;
    width: fit-content;
    padding: 8px 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 25.5px;
    text-align: center;  
    background-color: #5B9631;
    border: 2px #5B9631 solid;
    color: #fff;  
    transition: all 0.2s;
}
.btn:hover {
    background-color: #fff;
    color: #5B9631;
    text-decoration: none;
}
.container {
    width: calc(100% - 60px);
    margin: 0 auto;
}
.page-temporary {
    position: relative;
    padding: 35px 0;
}
.page-temporary .container {
    max-width: 1720px;
}
.page-temporary .logo {
    margin: 0 auto 35px;
}
.page-temporary .hero {
    position: relative;
    margin: 0 0 66px;
}
.page-temporary .hero .image {
    width: 100%;
    height: auto;
    aspect-ratio: 1720/622;
    object-fit: cover;
}
.page-temporary .hero .title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 83px;
    font-weight: 800;
    line-height: 84.5px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.page-temporary .hero .title small {
    display: block;
    font-size: 55px;
    font-weight: 700;
}
.page-temporary .hero .title span {
    color: #5B9631;
}
.page-temporary .description {
    max-width: 1140px;
    margin: 0 auto 66px;
    text-align: center;
}
.page-temporary .counters {
    max-width: 1430px;
    margin: 0 auto 86px;
    display: flex;
    gap: 112px;
}
.page-temporary .counter {
    flex: 1;
    background-color: #DFE5DB;
    padding: 30px 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}
.page-temporary .counter .number {
    font-size: 50px;
    font-weight: 700;
    line-height: 55px;
    color: #5B9631;
}
.page-temporary .counter .label {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #0F0F0F;
    text-transform: uppercase;
}
.page-temporary .icons {
    max-width: 1430px;
    margin: 0 auto 86px;
    display: flex;
    justify-content: space-around;
    gap: 30px;
}
.page-temporary .icons .item {
    width: fit-content;
    display: flex;
    flex-direction: column;
    gap: 36px;
    align-items: center;
}
.page-temporary .icons .icon {
    height: 88px;
    width: auto;
}
.page-temporary .icons .text {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #0F0F0F;
    text-transform: uppercase;
}
.page-temporary .footer {
    max-width: 1430px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 145px;
    background-color: #DFE5DB;
    padding: 50px 0 50px 145px;
}
.page-temporary .footer .title {
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
    color: #5B9631;
}
.page-temporary .footer .contact {
    line-height: 30px;
}
.page-temporary .footer .contact a {
    font-weight: 700;
}
.page-header {
    padding: 33px 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
.page-header .container {
    max-width: 1660px;
}
.page-header .row {
    display: flex;
    align-items: center;
}
.header-logo {
    min-width: fit-content;
    max-width: fit-content;
}
.header-menu {
    flex: 1;
}
.header-menu-left {
    order: -1;
}
.header-menu .menu {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 72px;
    padding: 0;
    margin: 0;
}
.header-menu-left .menu {
    justify-content: flex-start;
}
.header-menu-right .menu {
    justify-content: flex-end;
}
.header-menu .menu a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
.header-contact {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 72px;
}
.header-menu-toggler,
.header-contact-mobile,
.header-menu-mobile {
    display: none;
}
.page-footer {
    padding: 65px 0;
    font-size: 10px;
    line-height: 16px;
}
.page-footer .container {
    max-width: 1660px;
}
.page-footer .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo-emex a {
    text-decoration: none;
    margin-left: 20px;
}
.logo-emex svg {
    vertical-align: middle;
}
.section {
    position: relative;
    margin: 80px 0;
}
.section:first-of-type {
    margin-top: 0;
}
.section:last-of-type {
    margin-bottom: 0;
}
.section .container {
    margin: auto;
}
.section .row {
    display: flex;
    flex-direction: row;
}
.section .row.invert {
    display: flex;
    flex-direction: row-reverse;
}
.section .text-container {
    display: flex;
    flex-direction: column;
}
.section-404 {
    padding: 80px 0;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.section-404 .title {
    font-size: 40px;
    line-height: 44px;
    font-weight: 600;
    margin-bottom: 20px;
}
.section-contact {
    margin: 60px 0;
}
.section-contact .container {
    max-width: 1140px;
}
.section-contact .row {
    gap: 30px;
    justify-content: space-between;
}
.section-contact .text-container {
    gap: 18px;
    min-width: fit-content;
    margin: auto 0;
}
.section-contact .title {
    color: #5B9631;
}
.section-contact a.link {
    font-weight: 600;
}
.section-contact a.link + a.link {
    margin-top: -7px;
}
.section-hero .hero-image,
.section-hero .hero-video {
    width: 100%;
    height: auto;
}
.section-hero .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.section-hero .title {
    font-size: 83px;
    font-weight: 800;
    line-height: 84.5px;
    color: #fff;
    text-transform: uppercase;
}
.section-hero .subtitle {
    font-size: 55px;
    font-weight: 700;
    line-height: 84.5px;
    color: #fff;
    text-transform: uppercase;
}
.section-hero .title span,
.section-hero .subtitle span {
    color: #5B9631;
}
.section-image_and_text .container {
    max-width: 1140px;
}
.section-image_and_text .row {
    gap: 30px;
}
.section-image_and_text .image-container {
    max-width: fit-content;
    min-width: fit-content;
}
.section-image_and_text .text-container {
    max-width: 665px;
    margin: auto 0 auto auto;
}
.section-image_and_text .row.invert .text-container {
    margin: auto auto auto 0;
}
.section-image_and_text .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
    color: #5B9631;
    margin-bottom: 18px;
    text-transform: uppercase;
}
.section-image_and_text .text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.section-image_and_text .text > * {
    margin: 0;
}
.section-counters .container {
    max-width: 1590px;
}
.section-counters .row {
    gap: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.section-counters .counter {
    flex: 1;
    max-width: 720px;
    aspect-ratio: 720/264;
    background-color: #DFE5DB;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
}
.section-counters .counter .number {
    font-size: 80px;
    font-weight: 700;
    line-height: 85px;
    color: #5B9631;
}
.section-counters .counter .label {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #0F0F0F;
    text-transform: uppercase;
    padding: 0 20px;
}
.section-icons {
    margin: 120px 0;
}
.section-icons .container {
    max-width: 1720px;
}
.section-icons .row {
    gap: 20px;
    flex-wrap: wrap;
}
.section-icons .item {
    flex: 1;
    min-width: calc((100% - 40px) / 3);
    display: flex;
    flex-direction: column;
    gap: 36px;
    align-items: center;
}
.section-icons .item .icon {
    height: 88px;
    width: auto;
}
.section-icons .item .text {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #0F0F0F;
    text-transform: uppercase;
}
.section-description::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 50%;
    background-color: #EDEDED;
}
.section-description .container {
    max-width: calc(100% - 60px);
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.section-description .row {
    max-width: 1420px;
    margin: auto;
    gap: 40px;
    justify-content: space-between;
    background-color: #EDEDED;
}
.section-description .image-container {
    min-width: 425px;
    max-width: 425px;
    display: flex;
    justify-content: flex-end;
}
.section-description .image-container img {
    max-width: none;
}
.section-description .text-container {
    flex: 1;
    max-width: 850px;
    margin: auto 0 auto auto;
    padding: 25px 0;
}
.section-description .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
    color: #5B9631;
    margin-bottom: 18px;
    text-transform: uppercase;
}
.section-description .text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.section-description .text:not(:last-child) {
    margin-bottom: 20px;
}
.section-description .icons {
    margin: 40px 0 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.section-description .icons-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #5B9631;
    margin-bottom: -13px;
    text-transform: uppercase;
    flex-basis: 100%;
}
.section-description .icons .item {
    flex: 1;
    background-color: #5B96311A;
    aspect-ratio: 270/208;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 19px;
}
.section-description .icons .item .icon {
    height: 91px;
    width: auto;
}
.section-description .icons .item .text {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    text-align: center;
}
.section-offer .container {
    max-width: 1430px;
}
.section-offer .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
    color: #5B9631;
    margin-bottom: 8px;
    text-transform: uppercase;
    text-align: center;
}
.section-offer .text {
    text-align: center;
    max-width: 850px;
    margin: auto;
}
.section-offer .items {
    margin: 40px 0 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 94px;
    row-gap: 70px;
}
.section-offer .item {
    flex-basis: calc((100% - 188px) / 3);
}
.section-offer .item a {
    color: #5B9631;
}
.section-offer .item .image {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 414/300;
}
.section-offer .item .text {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    color: #5B9631;
    margin-top: 12px;
}
.section-offer .btn {
    margin: auto;
    min-width: 220px;
}
.section-portfolio {
    padding: 80px 0;
    background-color: #EDEDED;
}
.section-portfolio .container {
    max-width: 1430px;
}
.section-portfolio .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
    color: #5B9631;
    margin-bottom: 8px;
    text-transform: uppercase;
    text-align: center;
}
.section-portfolio .text {
    text-align: center;
    max-width: 850px;
    margin: auto;
}
.section-portfolio .items {
    margin: 35px 0 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}
.section-portfolio .item {
    flex-basis: calc((100% - 44px) / 3);
}
.section-portfolio .item .image {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 462/309;
}
.section-portfolio .btn {
    margin: auto;
    min-width: 220px;
}
.page-image {
    margin: auto;
}
.page-textpage {
    padding-top: 50px;
}
.page-textpage .container {
    max-width: 1140px;
}
.page-textpage .page-title {
    font-size: 40px;
    font-weight: 900;
    line-height: 48px;
    color: #5B9631;
    margin-bottom: 47px;
    text-transform: uppercase;
}
.block {
    position: relative;
    margin: 40px 0;
}
.block:last-of-type {
    margin-bottom: 0;
}
.block .text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.block .text > * {
    margin: 0;
}
.block .text h1,
.block .text h2,
.block .text h3,
.block .text h4,
.block .text h5,
.block .text h6 {
    font-size: 20px;
    font-weight: 900;
    line-height: 24px;
    color: #5B9631;
    text-transform: uppercase;
}
.block .text ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.block-image_and_text {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}
.block-image_and_text.invert {
    flex-direction: row-reverse;
}
.block-image_and_text .image {
    max-width: 50%;
    min-width: 354px;
}
.block-image_and_text .text {
    max-width: 705px;
    margin: auto 0 auto auto;
}
.block-image_and_text.invert .text {
    margin: auto auto auto 0;
}
.block-gallery .items {
    display: flex;
    flex-wrap: wrap;
    gap: 39px;
}
.block-gallery .item {
    flex-basis: calc((100% - 78px) / 3);
}
.block-gallery .item .image {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 462/309;
}