.modal-backdrop, .modal-backdrop.show { display: none !important; }
:root {
    --green: #0E705A;
    --gray: #212122;
    --h2-size: clamp(1.75rem, 1.5rem + 1.6071vw, 4.5rem);
    --swiper-theme-color: var(--green);
    --swiper-pagination-bottom: -1.5rem;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Fira Sans', sans-serif;
}

html {
    scrollbar-width: none;
}

body {
    margin: 0;
    padding: 0;
    opacity: 0;
    transition: opacity 0.5s;
    background-color: white;
    color: var(--gray);
    overflow-x: hidden;
    font-weight: 400;
}

.body-wrapper {
    overflow-x: hidden;
    width: 100vw;
    max-width: 2560px;
    margin: 0 auto;
}

html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}

.container {
    padding: 0;
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
}

strong {
    font-weight: 600;
}

h1 {
    font-size: 5rem;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.3;
}

h2 {
    font-size: var(--h2-size);
    line-height: 1.15;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 4rem;
    color: var(--green);
    position: relative;
    width: fit-content;
}

h2::before {
    content: '';
    position: absolute;
    top: -1rem;
    left: -5rem;
    width: 0;
    height: 7.316rem;
    background-image: url('../images/before-h2.svg');
    background-size: 10rem;
    background-repeat: no-repeat;
    background-position: top left;
    z-index: -1;
    transition: width 0.85s ease-in-out;
}

h2.active::before {
    width: 10rem;
}

h3 {
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 1.125rem;
    text-transform: uppercase;
}

h4 {
    font-weight: 600;
    font-size: 1.125rem;
}

h5 {
    font-weight: 600;
    font-size: 1rem;
}

h6 {
    font-weight: 600;
    font-style: italic;
    font-size: 1rem;
}

p,
li {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0.75rem;
}

p:last-child {
    margin-bottom: 0;
}

li {
    margin-left: 1rem;
    margin-bottom: 0;
}

ul, ol {
    margin-bottom: 1.25rem;
}

ul:last-child,
ol:last-child {
    margin-bottom: 0;
}

.article h2 {
    font-size: 3rem;
    margin-bottom: 2rem;
    font-weight: 600;
}

.article h3 {
    font-size: 2rem;
    font-weight: 600;
    text-transform: none;
}

.article h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 1.25rem;
    margin-bottom: 0.875rem;
}

.article h5 {
    font-size: 1.125rem;
    font-weight: 600;
    margin: 1.25rem 0 0.875rem;
}

.article h6 {
    font-size: 1rem;
    font-weight: 600;
    margin: 1.25rem 0 0.875rem;
}

.article img:not(.bgshape) {
    width: 100%;
    max-height: 750px;
    object-fit: cover;
    margin: 1.25rem 0;
    border-radius: 0 0 1rem 1rem;
}

section {
    margin: 120px auto;
    padding: 0 40px;
    position: relative;
    max-width: 2560px;
}

.primary-link {
    padding: 1rem 2rem 0.875rem;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1;
    transition: background-color 0.3s, color 0.3s, border 0.3s;
    border-radius: 0.625rem;
    display: block;
    width: fit-content;
    background-color: var(--green);
    text-transform: uppercase;
    outline: none;
    white-space: nowrap;
    color: white;
}

.primary-link.center {
    margin: 4rem auto 0;
}

.primary-link.light {
    background-color: #444444;
}

.primary-link svg {
    height: 18px;
    object-fit: contain;
    margin-right: 10px;
    margin-top: -4px;
}

.primary-link svg path {
    transition: fill 0.3s, stroke 0.3s;
}

.primary-link:hover {
    background-color: #444444;
}

.primary-link:hover {
    color: white;
    background-color: #444444;
}


::selection {
    background: #117b64;
    color: white;
}

::-moz-selection {
    background: #117b64;
    color: white;
}

.rccookie-container {
    background-color: #FFFFFFBB;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 10px;
}

.rccookie-container .primary-link,
.rccookie-modal .primary-link {
    background-color: var(--green);
    color: white;
}

.rccookie-container .secondary-link {
    color: var(--gray);
}

.rccookie-modal .modal-content {
    border-radius: 15px;
}

.custom-control-input:checked~.custom-control-label::before {
    background-color: var(--green) !important;
    border-color: var(--green) !important;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before,
.custom-control-input:not(:disabled):focus~.custom-control-label::before {
    border-color: var(--green) !important;
    box-shadow: none !important;
}

.custom-control-label::before {
    border: 1px solid var(--gray);
}

.slider {
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}

.slider:hover {
    background: var(--green);
    border-color: var(--green) !important;
    color: white;
}

.sliderMask {
    border-color: var(--green) !important;
    background-color: var(--green) !important;
}

.sliderContainer_success .slider {
    top: -1px;
    border: 1px solid var(--green);
    background-color: var(--green) !important;
    color: white;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    display: none;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: opacity 0.4s;
    z-index: 996;
}

.overlay.active {
    opacity: 1;
}

a {
    transition: color 0.3s;
    text-decoration: none;
    cursor: pointer;
    color: var(--gray);
}

a:hover,
a:focus-visible {
    text-decoration: none;
    color: var(--green);
}

button {
    transition: background-color 0.3s, color 0.3s;
    border: none;
    outline: none;
    cursor: pointer;
    background: transparent;
}

button:focus {
    outline: none !important;
}

.vbox-container {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.vbox-close {
    padding: 20px !important;
    top: 10px !important;
    right: 20px !important;
}

.vbox-next {
    right: 40px !important;
}

.vbox-prev {
    left: 40px !important;
}

.vbox-title {
    display: none !important;
}

/* SIDEBAR OPEN */

.open-sidebar {
    width: 28px;
    height: 28px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    display: none;
}

.open-sidebar .hb {
    border-bottom: 4px solid var(--white);
    border-radius: 99px;
    transition: all 0.45s;
}

.desktop-navbar.scrolled .open-sidebar .hb {
    border-color: var(--gray);
}

.open-sidebar .hb1,
.open-sidebar .hb2 {
    width: 26px;
}

.open-sidebar .hb3 {
    width: 13px;
    margin-left: 12px;
}

.open-sidebar.closed .hb1 {
    transform: rotate(-45deg) translate(-7px, 7px);
    width: 30px;
}

.open-sidebar.closed .hb2 {
    margin-right: -100%;
    opacity: 0;
}

.open-sidebar.closed .hb3 {
    transform: rotate(45deg) translate(-7px, -7px);
    width: 30px;
    margin-left: 0;
}

/* SIDEBAR */

#sidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px !important;
}

#sidebar .lang {
    font-size: 20px;
    color: var(--gray);
    gap: 0.5rem;
}

#sidebar .lang a {
    font-size: 1.125rem;
    color: var(--gray);
    border-color: var(--gray);
    padding-right: 0.5rem;
}

@media (min-width: 1281px) {
    #sidebar {
        display: none;
    }
}

#sidebar,
.navbar-dropdown {
    width: 100%;
    position: fixed;
    right: -100vw;
    top: 66px;
    height: calc(100svh - 66px);
    z-index: 998;
    background: #FFFFFFE8;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: right 0.45s ease-out;
    overflow: hidden;
    overflow-y: scroll;
    overscroll-behavior: contain;
    padding: 0 20px;
}

#sidebar.active,
.navbar-dropdown.active {
    right: 0;
}

#sidebar .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin-top: -10px;
    height: 100%;
}

#sidebar .links {
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#sidebar .links .nav-item {
    width: 100vw;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

#sidebar .links a svg {
    position: absolute;
    right: 25px;
    top: 47%;
    transform: translateY(-50%) rotate(-90deg);
    width: 18px;
}

#sidebar .links a svg path {
    stroke: var(--gray);
}

#sidebar .primary-link {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}

/* DESKTOP NAVBAR */

.desktop-navbar {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 1.25vw 2.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.5s, top 0.5s;
}

.desktop-navbar.active {
    top: -90px;
}

.desktop-navbar.scrolled {
    background-color: #FFFFFFE8;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.desktop-navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
}

.desktop-navbar .links {
    display: flex;
    align-items: center;
    gap: 1.75vw;
    padding: 0 1.5vw;
}

.desktop-navbar .logo {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 2vw;
    width: 14.5vw;
}

.desktop-navbar .logo img {
    position: absolute;
    top: 0;
    left: 0;
    height: 2vw;
    transition: opacity 0.3s;
}

.desktop-navbar .logo .dark {
    opacity: 0;
}

.desktop-navbar.scrolled .logo .dark {
    opacity: 1;
}

.desktop-navbar.scrolled .logo .light {
    opacity: 0;
}

.desktop-navbar .links .nav-item {
    font-size: 0.85vw;
    font-weight: 500;
    display: flex;
    align-items: center;
    position: relative;
    white-space: nowrap;
    text-transform: uppercase;
    color: white;
}

.desktop-navbar.scrolled .links .nav-item {
    color: var(--gray);
}

.desktop-navbar .links .nav-item::after {
    content: '';
    position: absolute;
    bottom: -0.25vw;
    left: 0;
    width: 0;
    height: 1.5px;
    background-color: white;
    transition: width 0.4s cubic-bezier(0.01, 0.69, 0.4, 1);
}

.desktop-navbar.scrolled .links .nav-item::after {
    background-color: var(--gray);
}

.desktop-navbar .links .nav-item:hover::after {
    width: 100%;
}

.desktop-navbar .links .nav-item svg {
    width: 0.85vw;
    margin-left: 0.5vw;
    transition: transform 0.3s;
    margin-top: -0.15vw;
}

.desktop-navbar .links .nav-item.active svg {
    transform: rotate(180deg);
}

.desktop-navbar .links .nav-item svg path {
    transition: stroke 0.3s;
    stroke: white; 
}

.desktop-navbar.scrolled .links .nav-item svg path {
    stroke: var(--gray);
}

.desktop-navbar .buttons {
    display: flex;
    align-items: center;
    gap: 1.25vw;
    position: relative;
}

.desktop-navbar .buttons .item {
    position: relative;
}

.desktop-navbar .buttons svg {
    height: 1.25vw;
    object-fit: contain;
}

.desktop-navbar .buttons>button:not(.open-sidebar) {
    height: 1.25vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.desktop-navbar .buttons svg * {
    transition: fill 0.3s, stroke 0.3s;
    stroke: white;
}

.desktop-navbar.scrolled .buttons svg * {
    stroke: var(--gray);
}

.desktop-navbar.scrolled .buttons button:hover svg * {
    stroke: var(--green);
}

.lang {
    display: flex;
    justify-content: center;
    gap: 0.5vw;
}

.lang a {
    color: white;
    border-right: 1px solid var(--white);
    padding-right: 0.5vw;
}

.desktop-navbar.scrolled .lang a {
    color: var(--gray);
    border-color: var(--gray);
}

.lang a:last-of-type {
    border-right: none;
    padding-right: 0;
}

.lang a.active {
    font-weight: 800;
}

/* NAVBAR DROPDOWN */

.desktop-navbar .navbar-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    height: fit-content;
    overflow: hidden;
    z-index: 998;
    max-height: 0;
    background-color: #FFFFFFE8;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    transition: max-height 0.8s cubic-bezier(0.01, 0.69, 0.4, 1);
}

.desktop-navbar .navbar-dropdown.active {
    z-index: 999;
}

.desktop-navbar .navbar-dropdown::before,
.desktop-navbar .navbar-dropdown.categories-dropdown::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20vw;
    height: 20vw;
    background-image: url('../images/bgshape-gray-top-left.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    z-index: -1;
}

.desktop-navbar .navbar-dropdown.categories-dropdown::after {
    background-image: url('../images/bgshape-gray-bottom-right.svg');
    background-position: bottom right;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
}

.navbar-dropdown .container {
    display: flex;
    gap: 2.75vh;
    flex-wrap: wrap;
    padding: 2vw 0;
    max-width: 70vw;
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-height: calc(100vh - 3vw);
}

.desktop-navbar .navbar-dropdown .arrow {
    display: none;
}

.navbar-dropdown .container .item {
    width: calc(25% - 1.25vw);
    background-color: white;
    padding: 1.5vw;
    border-radius: 0 0 1vw 1vw;
    box-shadow: 0 2px 20px 5px rgba(0, 0, 0, 0.16);
}

.navbar-dropdown .container a {
    display: block;
    margin-top: 0.3vh;
    font-size: 1.65vh;
}

.navbar-dropdown .container a:last-of-type {
    margin-bottom: 0;
}

.navbar-dropdown .container h3,
.navbar-dropdown .container h3 a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 2vh;
    margin: 0;
    margin-bottom: 1vh;
    color: var(--green);
}

.navbar-dropdown .container h3 {
    position: relative;
    margin: 0;
    width: fit-content;
    transition: color 0.3s;
    /* letter-spacing: 0.1vh; */
    font-weight: 700;
}

.navbar-dropdown .container h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1.5px;
    background-color: var(--green);
    transition: width 0.4s cubic-bezier(0.01, 0.69, 0.4, 1);
}

.navbar-dropdown .container h3:hover::after {
    width: 100%;
}

.navbar-dropdown.services-dropdown .container {
    flex-direction: row;
    justify-content: center;
    align-items: normal;
}

.navbar-dropdown.services-dropdown .container .item {
    display: flex;
    align-items: center;
    gap: 1.25vw;
}

.navbar-dropdown .container .item img {
    height: 2vw;
    transition: filter 0.3s;
}

.navbar-dropdown .container .item:hover img {
    filter: grayscale(1);
}

/* KIS LENYÍLÓK */

.desktop-modal {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100vw - 40px);
    max-width: 300px;
    background-color: #FFFFFFE8;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
    border-radius: 15px;
    display: none;
    opacity: 0;
    transition: transform 0.3s, opacity 0.3s;
    padding: 20px;
}

.desktop-modal.active {
    transform: translate(-50%, 2.5vw);
    opacity: 1;
}

.desktop-modal::before {
    content: '';
    position: absolute;
    top: -17.75px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 21px;
    background-image: url('../images/triangle.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.9;
}

.desktop-modal .cancel,
.navbar-dropdown .cancel {
    position: absolute;
    top: 15px;
    right: 12px;
    padding: 10px;
    cursor: pointer;
    width: 36px;
}

.desktop-modal h4 {
    margin: 0 0 20px;
    text-transform: none;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
}

.desktop-modal form {
    padding: 0;
    width: 100%;
    background-color: transparent;
    gap: 0;
}

.desktop-modal form input {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid var(--gray);
    border-radius: 5px;
    margin-bottom: 15px;
    line-height: 1;
}

.desktop-modal .primary-link {
    background-color: var(--green);
    margin: 0 auto;
}

.desktop-modal .primary-link:hover {
    background-color: var(--green);
}

/* HERO */

.hero {
    width: 100vw;
    height: 70svh;
    position: relative;
    z-index: 3;
    margin: 0;
    padding: 0;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 2vw 2vw;
    box-shadow: 0 4px 40px 20px #00000044;
    overflow: hidden;
    background-color: var(--green);
}

.hero.main-hero {
    height: 100svh;
}

.hero .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.hero .layer {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000AA;
}

.hero.main-hero .layer {
    background: #00000088;
}

.hero .container {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 850px;
    color: white;
}

.hero .container h1 {
    font-size: 4.5rem;
    letter-spacing: 2px;
    line-height: 1.15;
}

.hero .container p {
    font-size: 2rem;
    margin: 1.5rem auto;
    line-height: 1.3;
    max-width: 650px;
}

.hero .container .primary-link {
    margin: 3rem auto 0;
}

.hero .bgshape {
    opacity: 0.5;
    z-index: 1;
    width: 22vw;
    height: 16.095vw;
}

.bgshape {
    position: absolute;
    pointer-events: none;
    width: 26vw;
    height: 19vw;
    z-index: -1;
}

.bgshape .rect {
    background-color: #F5F5F5;
}

.bgshape.green .rect {
    background-color: var(--green);
}

.bgshape.darkgreen .rect {
    background-color: #02654F;
}

.bgshape .first {
    position: absolute;
    top: 0;
    left: 0;
    width: 47%;
    height: 47%;
    border-radius: 10% 0 0 10%;
}

.bgshape .second {
    position: absolute;
    top: 0;
    right: 0;
    width: 21.5%;
    height: 47%;
    border-radius: 0 20% 20% 0;
}

.bgshape .third {
    position: absolute;
    bottom: 0;
    right: 21.5%;
    width: 31.5%;
    height: 47%;
}

.bgshape-top-left {
    top: 0;
    left: 0;
}

.bgshape-top-left.hero-3 {
    top: auto;
    left: auto;
    bottom: 0;
    right: 12.5vw;
    transform: translateY(-100%);
}

.bgshape-bottom-right {
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
}

.bgshape-bottom-right.hero-2 {
    bottom: auto;
    right: auto;
    top: 0;
    left: 12.5vw;
    transform: translateY(100%) rotate(180deg);
}

.green-section {
    margin: 0;
    margin-top: -5vw;
    padding: 100px 40px;
    padding-top: calc(100px + 5vw);
    background-color: var(--green);
    z-index: 2;
    overflow: hidden;
    border-radius: 0 0 2vw 2vw;
}

.green-section.main {
    padding-bottom: 200px;
}

.green-section .container {
    max-width: 900px;
}

.green-section * {
    color: white;
}

.green-section a:hover {
    color: white;
}

.green-section p {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
}

.green-section .bgshape {
    transform: rotate(180deg);
    top: auto;
    bottom: 0;
    width: auto;
    aspect-ratio: 1/0.7316;
    height: calc(100% - 5vw);
    z-index: -1;
    opacity: 0.6;
}

.items {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
}

.items .item {
    display: flex;
    flex-direction: column;
    width: calc(33.3333% - 13.5px);
    max-width: 380px;
    background-color: white;
    border-radius: 0 0 1.25rem 1.25rem;
    overflow: hidden;
    position: relative;
}

.items .item img {
    height: 4rem;
    margin-bottom: 1.5rem;
}

.items .item h3 {
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
}

.three-cards {
    margin-top: 0;
    z-index: 2;
}

.three-cards .bgshape {
    top: 100px;
    width: auto;
    aspect-ratio: 1/0.7316;
    height: calc(100% - 100px);
    max-height: 300px;
    right: -1vw;
}

.three-cards .items {
    margin-top: -100px;
}

.three-cards .items .item {
    padding: 1.25rem;
    box-shadow: 0 2px 20px 5px #0E705A16;
    align-items: center;
    text-align: center;
}

section .link {
    display: block;
    width: fit-content;
    position: relative;
    font-weight: 500;
    margin: 2rem 0;
}

section .link::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1.5px;
    background-color: var(--green);
    transition: width 0.4s cubic-bezier(0.01, 0.69, 0.4, 1);
}

section .link:hover::after {
    width: 100%;
}

.main-products .card {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 0 0 1.25rem 1.25rem;
    overflow: hidden;
    aspect-ratio: 5/3;
    background-color: #444444;
    border: none;
    width: calc(50% - 10px);
}

.main-products .card .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    transition: opacity 0.45s;
}

.main-products .card .bg.video {
    opacity: 0;
}

.main-products .card .bg video,
.main-products .card .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-products .card .content {
    position: relative;
    z-index: 1;
    padding: 20px;
    text-align: center;
    width: 75%;
}

.main-products .card .content h3 {
    color: white;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
    letter-spacing: 1px;
}

.main-products .card .content p {
    color: white;
}

.arrow-link {
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 0.375rem solid white;
    border-left: 0.375rem solid white;
    background-color: var(--green);
    width: 3.75rem;
    height: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
    z-index: 1;
}

.arrow-link:hover {
    background-color: #444444;
}

.arrow-link img {
    width: 2rem;
    height: 2rem !important;
    object-fit: contain;
    margin-bottom: 0 !important;
    transition: margin-left 0.3s, margin-top 0.3s;
}

.arrow-link:hover img {
    margin-left: 0.5rem;
    margin-top: 0.5rem;
}

.services {
    margin: 0 auto;
    padding: 100px 40px 0;
}

.services.subpage {
    margin-bottom: 100px;
}

.services .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    object-fit: cover;
    z-index: -1;
}

.services h2::before {
    filter: brightness(2);
    opacity: 0.7;
}

.services .item {
    padding: 1.5rem;
    padding-bottom: 4rem;
    box-shadow: 0 2px 20px 5px #0E705A16;
}

.services .item img {
    margin-bottom: 1rem;
}

.services .item h3 {
    color: var(--green);
    margin-bottom: 1rem;
}

.certificates .content {
    display: flex;
    gap: 60px;
    margin-bottom: 2rem;
}

.certificates .content:nth-of-type(2n) {
    flex-direction: row-reverse;
}

.certificates .content .left {
    width: 55%;
}

.certificates .content .left .primary-link {
    margin-top: 2rem;
}

.certificates .content .right {
    width: 45%;
}

.certificates .content .right img {
    width: 100%;
}

.blog .item {
    box-shadow: 0 2px 20px 5px #0E705A16;
}

.blog .item img {
    width: 100%;
    height: auto;
    aspect-ratio: 5/3;
    position: relative;
    margin-bottom: 0;
}

.blog .item .image {
    position: relative;
    overflow: hidden;
}

.blog .item .image::before,
.blog .item .image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 27%;
    aspect-ratio: 1/0.7316;
    background-image: url('../images/bgshape-green-top-left.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    z-index: 1;
}

.blog .item .image::after {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    background-image: url('../images/bgshape-green-bottom-right.svg');
    background-position: bottom right;
}

.blog .item .content {
    padding: 1.5rem;
    padding-bottom: 4rem;
}

.blog .item .content h3 {
    color: var(--green);
    text-transform: none;
    margin-bottom: 1.25rem;
}

.relative {
    position: relative;
}

.swiper {
    width: 100%;
    position: relative;
}

.swiper-button-prev,
.swiper-button-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    z-index: 99;
    cursor: pointer;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 22px !important;
    font-weight: 600;
    color: var(--green);
}

.swiper-button-prev::after {
    margin-right: 3px;
}

.swiper-button-next::after {
    margin-left: 1px;
}

.swiper-button-prev {
    left: -50px !important;
}

.swiper-button-next {
    right: -50px !important;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* CONTACT */

.contact {
    padding: 0 40px 120px;
    margin: 0;
}

.contact > .bgshape {
    top: -10vw;
    left: -2vw;
    width: auto;
    aspect-ratio: 1/0.7316;
    height: 25vw;
}

.contact .bg {
    position: absolute;
    top: 15vw;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.contact .container {
    background-image: url("../images/contact-container-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px;
    color: white;
    border-radius: 0 0 1.25rem 1.25rem;
    position: relative;
}

.contact .container .bgshape-top-left {
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

.contact h2 {
    color: white;
}

.contact h2::before {
    display: none;
}

.contact .content {
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

.contact .content .infos {
    width: 45%;
}

.contact .infos p.desc {
    margin-bottom: 2rem;
    font-weight: 400;
}

.contact .infos p,
.contact .infos a {
    display: block;
    width: fit-content;
    font-weight: 600;
    color: white !important;
    margin-bottom: 0.5rem;
}

.contact form {
    padding: 25px 40px 40px;
    border: 1px solid var(--green);
    border-radius: 0 0 1.25rem 1.25rem;
    width: 55%;
    background-color: white;
}

form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

form input,
form textarea,
form select {
    padding: 0.875rem 0;
    border: none;
    outline: none;
    background-color: white;
    color: var(--gray) !important;
    border-bottom: 1.5px solid var(--green);
    font-size: 1rem;
    font-weight: 500;
    width: 100%;
    resize: none;
}

form select {
    appearance: none;
    background-image: url("../images/angle-down-gray.svg");
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 18px;
}

form input::placeholder,
form textarea::placeholder,
form select::placeholder {
    color: var(--gray);
    opacity: 0.5;
}

.form-check {
    margin-left: 37px;
    padding-left: 0 !important;
}

.form-check:first-of-type {
    margin-top: 20px;
}

.form-group {
    margin-bottom: 0;
}

.form-group:first-of-type {
    margin-top: 20px;
}

.form-check-input {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.form-check-input+label {
    position: relative;
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 0;
    color: var(--gray);
}

.form-check-input+label::before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    margin-left: -37px;
    width: 24px;
    height: 24px;
    background-color: white;
    border: 1.5px solid var(--green);
    border-radius: 5px;
    transition: 0.3s ease;
}

.form-check-input:checked+label::before {
    background-color: var(--green);
}

.form-check-input+label::after {
    content: " ";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMTczLjg5OCA0MzkuNDA0bC0xNjYuNC0xNjYuNGMtOS45OTctOS45OTctOS45OTctMjYuMjA2IDAtMzYuMjA0bDM2LjIwMy0zNi4yMDRjOS45OTctOS45OTggMjYuMjA3LTkuOTk4IDM2LjIwNCAwTDE5MiAzMTIuNjkgNDMyLjA5NSA3Mi41OTZjOS45OTctOS45OTcgMjYuMjA3LTkuOTk3IDM2LjIwNCAwbDM2LjIwMyAzNi4yMDRjOS45OTcgOS45OTcgOS45OTcgMjYuMjA2IDAgMzYuMjA0bC0yOTQuNCAyOTQuNDAxYy05Ljk5OCA5Ljk5Ny0yNi4yMDcgOS45OTctMzYuMjA0LS4wMDF6Ii8+PC9zdmc+");
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: center center;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -37px;
    left: 0;
    top: -10px;
    text-align: center;
    background-color: transparent;
    font-size: 10px;
    height: 24px;
    width: 24px;
    transition: 0.3s ease;
    opacity: 0;
}

.form-check-input:checked+label::after {
    opacity: 1;
    top: 0;
}

.contact form .primary-link {
    margin-top: 15px;
}

/* FOOTER */

footer {
    position: relative;
    z-index: 1;
}

footer .bgshape {
    bottom: 0;
    right: -1vw;
    opacity: 0.05;
    z-index: 0;
}

footer .content {
    padding: 60px 40px;
    background-color: #444444;
    color: white;
}

footer .container {
    display: flex;
    justify-content: space-between;
}

footer .item .logo {
    width: 200px;
    margin-bottom: 30px;
}

footer .item .logos img {
    display: block;
    height: 60px;
    margin-bottom: 30px;
}

footer .item .logos img:first-of-type {
    height: 50px;
}

footer .item {
    display: flex;
    flex-direction: column;
    min-width: 17%;
    max-width: 22%;
}

footer .item:first-of-type p {
    font-size: 14px;
}

footer .item h3 {
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: none;
}

footer .item p,
footer .item a {
    display: block;
    width: fit-content;
    font-size: 16px;
    color: white;
    margin-bottom: 0;
}

footer li {
    margin-bottom: 10px;
    list-style: none;
    margin-left: 0;
}

footer .item a img {
    width: 32px;
    margin-bottom: 0;
}

footer .item .raccoon {
    margin-top: 20px;
}

footer .item .raccoon a {
    margin-bottom: 0;
}

/* ALOLDALAK */

section.nav {
    margin: 80px auto -40px;
    padding: 0 20px;
}

.nav {
    width: 100%;
    max-width: 1140px;
    display: flex;
    margin: 0 auto 80px;
    gap: 0.375rem;
    align-items: center;
    font-size: 0.875rem;
    line-height: 1.1;
}

.nav a:last-of-type {
    color: var(--green);
    font-weight: 600;
}

.green-section .nav {
    margin-top: -40px;
}

.green-section .nav a:last-of-type {
    color: white;
}

h2 a {
    color: var(--green);
}

.product-categories .item {
    box-shadow: 0 2px 20px 5px #0E705A16;
    padding: 1.5rem;
    padding-bottom: 4rem;
    margin-bottom: 1rem;
}

.product-categories .item .image {
    width: 100%;
    height: 10rem;
    object-fit: contain;
    margin: 0 auto 2rem;
}

.product-categories .item h3 {
    margin-bottom: 0.75rem;
}

.product-categories .item h3 a {
    color: var(--green);
}

.product-categories .item p {
    font-size: 0.875rem;
}

.product-list .bgshape {
    top: -120px;
    right: 0;
}

.product-list .item {
    box-shadow: 0 2px 20px 5px #0E705A16;
    padding-bottom: 4rem;
    margin-bottom: 1rem;
    width: calc(33% - 13.5px);
    max-width: 100%;
}

.product-list .item h3 {
    line-height: 1.2;
    background-color: var(--green);
    margin-bottom: 0;
    transition: background-color 0.3s;
}

.product-list .item:hover h3,
.product-list .item:hover .arrow-link {
    background-color: #444444;
}


.product-list .item h3 a {
    display: flex;
    align-items: center;
    padding: 1.25rem;
    min-height: 5.5rem;
    width: 100%;
    color: white;
}

.product-list .item .image {
    width: 100%;
    height: 11rem;
    padding: 1.25rem;
    object-fit: contain;
}

.product-list .item p {
    padding: 0 1.25rem;
    font-size: 0.875rem;
    margin-bottom: 0;
}

.product-1 {
    margin: 0;
    padding: 120px 40px 0;
}

.product-1 .bgshape-bottom-right {
    right: -1vw;
}

.product-1 .product {
    display: flex;
    justify-content: space-between;
    gap: 100px;
}

.product-1 .product .left {
    width: 50%;
}

.product .productSwiper {
    width: 100%;
    aspect-ratio: 5/4;
    margin-bottom: 10px;
    background-color: white;
    box-shadow: 0 2px 20px 5px #0E705A16;
    border-radius: 0 0 1.25rem 1.25rem;
}

.product .productThumbsSwiper {
    width: calc(100% + 24px);
    aspect-ratio: 7/2;
    margin-left: -12px;
}

.product .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 20px;
}

.product .productThumbsSwiper .swiper-slide {
    padding: 12px;
}

.product .productThumbsSwiper .swiper-slide img {
    cursor: pointer;
    background-color: white;
    box-shadow: 0 2px 12px 5px #0E705A16;
    border-radius: 0 0 1.25rem 1.25rem;
    padding: 12px;
}

.product .right {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.product .right h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--green);
    letter-spacing: 2px;
}

.product .right .link::after {
    width: 100%;
    background-color: var(--gray);
}

.product .right .link:hover::after {
    background-color: var(--green);
}

.offer-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100vw - 40px);
    max-width: 800px;
    background-color: var(--green);
    color: white;
    border-radius: 0 0 1.25rem 1.25rem;
    padding: 40px;
    box-shadow: 0 2px 20px 5px #0E705A16;
    z-index: 1000;
    opacity: 0;
    display: none;
    transition: opacity 0.3s;
    overflow: hidden;
}

.offer-modal.active {
    opacity: 1;
}

.offer-modal .bgshape-top-left {
    left: auto;
    right: -1vw;
}

.offer-modal .bgshape-bottom-right {
    left: 0;
    right: auto;
}

.offer-modal .cancel {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    cursor: pointer;
    filter: brightness(100);

}

.offer-modal h3 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
    text-align: center;
    letter-spacing: 1px;
}

.offer-modal h4 {
    text-align: center;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.offer-modal form input,
.offer-modal form textarea,
.contact.subpage form input,
.contact.subpage form textarea {
    background-color: transparent;
    border-bottom: 1px solid white;
    color: white !important;
    padding: 0.5rem 0;
}

.offer-modal form input::placeholder,
.offer-modal form textarea::placeholder,
.contact.subpage form input::placeholder,
.contact.subpage form textarea::placeholder {
    color: white;
    opacity: 0.8;
}

.offer-modal form label,
.contact.subpage form label {
    color: white;
}

.offer-modal .form-check-input+label::before,
.contact.subpage .form-check-input+label::before {
    background-color: transparent;
    border: 1.5px solid white;
}

.offer-modal form .primary-link,
.contact.subpage form .primary-link {
    background-color: white;
    color: var(--green);
    margin-top: 1rem;
}

.details .nav-line {
    display: flex;
    background-color: var(--green);
}

.details .nav-line button {
    color: white;
    text-transform: uppercase;
    padding: 1.5rem 2rem;
    position: relative;
    font-weight: 500;
    letter-spacing: 1px;
}

.details .nav-line button span {
    position: relative;
}

.details .nav-line button span::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 1.5px;
    background-color: white;
    transition: width 0.3s;
}

.details .nav-line button.active span::after {
    width: 100%;
}

.details .swiper {
    background-color: white;
    box-shadow: 0 2px 20px 5px #0E705A16;
    border-radius: 0 0 1.25rem 1.25rem;
}

.details .swiper-slide {
    padding: 2rem;
}

.details .documentation a {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.details .documentation a img {
    width: 1.75rem;
}

.advantages .items {
    gap: 60px;
}

.advantages .items .item {
    width: calc(33.3333% - 40px);
    padding: 0 20px;
}

.advantages .items .item img {
    height: 4rem;
}

.advantages .items .item h4 {
    text-align: center;
    font-weight: 500;
}

.before-after p {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1.75rem;
}

.before-after .item {
    margin-bottom: 3.5rem;
}

.before-after .item .content {
    display: flex;
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.before-after .item .content .card {
    width: 50%;
    border: none;
    box-shadow: 0 2px 20px 5px #0E705A16;
    border-radius: 0 0 1.25rem 1.25rem;
}

.before-after .item .content .card h3 {
    padding: 1.5rem;
    color: white;
    margin-bottom: 0;
}

.before-after .item .content .card:first-of-type h3 {
    background-color: var(--gray);
}

.before-after .item .content .card:last-of-type h3 {
    background-color: var(--green);
}

.before-after .item .content .card img {
    width: 100%;
    height: auto;
    aspect-ratio: 5/4;
    object-fit: contain;
    padding: 1.5rem;
}

.gallerySwiper .swiper-slide {
    width: 100%;
    aspect-ratio: 5/4;
    transition: transform 0.6s;
    border-radius: 0 0 1rem 1rem;
    overflow: hidden;
}

.gallerySwiper .swiper-slide:not(.swiper-slide-next) {
    transform: scale(0.8);
}

.article .nav,
.contact-subpage .nav {
    margin: -60px auto 60px;
}

.contact-subpage .infos * {
    display: block;
    width: fit-content;
    margin: 0 auto 0.5rem;
    font-weight: 500;
    font-size: 1.125rem;
}

.contact.subpage .container {
    max-width: 950px;
    padding: 40px;
}

.contact.subpage form {
    width: 100%;
    background-color: transparent;
}

.contact.subpage form input,
.contact.subpage form textarea {
    padding: 0.875rem 0;
}

.advantages .items .item {
    border-radius: 0;
}

.advantages .items .item h3,
.advantages .items .item p {
    text-align: center;
}

.services .nav {
    margin: -40px auto 60px;
}


@media (max-width: 1280px) {
    
    .desktop-navbar {
        padding: 10px 0;
        height: 66px;
    }
    
    .desktop-navbar .container {
        max-width: 100%;
        padding: 0 20px;
        position: relative;
    }
    
    .desktop-navbar .logo {
        height: 22px;
        width: auto;
    }
    
    .desktop-navbar .logo img {
        height: 22px;
    }
    
    .desktop-navbar .links {
        display: none;
    }
    
    .desktop-navbar .open-sidebar {
        display: flex;
    }
    
    .desktop-navbar .buttons {
        gap: 15px;
        position: static;
    }
    
    .desktop-navbar .buttons svg {
        height: 28px;
    }
    
    .desktop-navbar .buttons .item {
        position: static;
    }
    
    .desktop-navbar .lang {
        display: none;
    }
    
    .desktop-modal {
        left: auto;
        right: 20px;
        transform: none;
        max-width: 380px;
    }
    
    .desktop-modal.active {
        transform: translateY(33px);
    }
    
    .desktop-modal::before {
        left: auto;
        transform: none;
        right: 36px;
    }
    
    .desktop-modal .cancel {
        top: 14px;
    }
    
    #sidebar .navbar-dropdown {
        top: 0;
    }
    
    #sidebar .navbar-dropdown .arrow {
        width: 16px;
        height: 28px;
        object-fit: contain;
        cursor: pointer;
        margin: 30px 0 0;
        display: block;
    }
    
    #sidebar .navbar-dropdown .container {
        padding: 30px 0 40px;
        gap: 20px;
        flex-direction: row;
        align-items: auto;
        justify-content: center;
        max-height: none;
        align-items: initial;
    }
    
    #sidebar .navbar-dropdown .container .item {
        width: 100%;
        max-width: 320px;
        padding: 15px;
        border-radius: 0 0 15px 15px;
    }
    
    #sidebar .navbar-dropdown .container a {
        font-size: 0.875rem;
        margin-top: 0.25rem;
    }
    
    #sidebar .navbar-dropdown .container h3,
    #sidebar .navbar-dropdown .container h3 a {
        font-size: 1.125rem;
        margin-bottom: 0;
    }

    .navbar-dropdown.services-dropdown .container {
        flex-direction: column;
    }

    .navbar-dropdown.services-dropdown .container .item {
        width: 100%;
        gap: 1rem;
    }
    
    .navbar-dropdown.services-dropdown .container .item img {
        height: 1.5rem;
    }
    
}

@media (max-width: 767px) {

    p,
    li,
    a {
        font-size: 0.875rem;
    }
    
    h1 {
        font-size: 2rem;
    }
    
    h2 {
        font-size: 1.875rem;
        margin-bottom: 2.5rem;
        letter-spacing: 1px;
    }
    
    h2 a {
        font-size: 1.875rem;
    }
    
    h2::before {
        top: -0.5rem;
        left: -1rem;
        width: 0;
        height: 3.658rem;
        background-size: 5rem;
    }
    
    h2.active::before {
        width: 5rem;
    }
    
    h3 {
        font-size: 1.125rem;
        margin-bottom: 1rem;
    }
    
    h4 {
        font-size: 1rem;
    }
    
    h5, h6 {
        font-size: 0.875rem;
    }
    
    section {
        margin: 60px auto;
        padding: 0 20px;
    }
    
    ul, ol {
        margin-bottom: 1rem;
    }
    
    .article h2 {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    
    .article h3 {
        font-size: 1.5rem;
    }
    
    .article h4 {
        font-size: 1.25rem;
    }
    
    .article h5 {
        font-size: 1rem;
    }
    
    .article h6 {
        font-size: 0.875rem;
    }
    
    .article img {
        margin: 1rem 0;
        max-height: 600px;
    }
    
    .primary-link {
        font-size: 0.875rem;
        padding: 0.75rem 1.5rem 0.6875rem;
    }
    
    .primary-link.center {
        margin: 2rem auto 0;
    }
    
    .vbox-close {
        padding: 20px !important;
        top: 5px !important;
        right: 5px !important;
    }
    
    .vbox-next {
        right: 25px !important;
    }
    
    .vbox-prev {
        left: 25px !important;
    }
    
    .container {
        max-width: 600px;
    }

    .hero .container {
        max-width: 650px;
    }
    
    .hero .container h1 {
        font-size: 2rem;
        letter-spacing: 0.0625rem;
    }
    
    .hero.main-hero .container h1 {
        font-size: 3rem;
        letter-spacing: 0.0625rem;
    }
    
    .hero .container p {
        font-size: 1.25rem;
        margin: 1.75rem auto;
        line-height: 1.3;
        max-width: 550px;
    }
    
    .hero .container .primary-link {
        margin: 2.25rem auto 0;
    }
}

@media (max-width: 1079px) {

    .relative {
        width: 87%;
        margin: 0 auto;
    }

    .swiper-button-prev,
    .swiper-button-next {
        width: 30px;
        height: 30px;
    }

    .swiper-button-prev::after,
    .swiper-button-next::after {
        font-size: 22px !important;
    }

    .swiper-button-prev {
        left: -36px !important;
    }

    .swiper-button-next {
        right: -36px !important;
    }

    /***************** */

    .hero {
        padding: 40px 20px 0;
        border-radius: 0 0 20px 20px;
    }

    .hero.main-hero {
        height: 90svh;
    }

    .bgshape,
    .hero .bgshape {
        width: 20vh;
        height: 14.632vh;
    }

    .bgshape-bottom-right.hero-2 {
        left: 11.4vh;
    }

    .bgshape-top-left.hero-3 {
        right: 11.4vh;
    }

    .green-section {
        padding: 60px 20px 40px;
        border-radius: 0 0 20px 20px;
    }

    .green-section p {
        font-size: 0.9375rem;
    }

    .green-section.main {
        padding-bottom: 100px;
    }

    .green-section .container {
        max-width: 650px;
    }

    .items .item {
        width: 100%;
    }

    .items .item img {
        height: 3rem;
        margin-bottom: 1.25rem;
    }

    .items .item h3 {
        font-size: 1.125rem;
        margin-bottom: 1.125rem;
    }

    .three-cards .items {
        margin-top: -60px;
    }

    .three-cards .items .item {
        padding: 20px;
    }

    .main-products .card {
        width: 100%;
        aspect-ratio: auto;
    }
    
    .main-products .card .content {
        padding: 40px 20px;
        padding-bottom: 4.5rem;
        width: 100%;
    }

    .services {
        padding: 60px 20px 40px;
    }

    .services .bg {
        height: 400px;
    }

    .certificates .content,
    .certificates .content:nth-of-type(2n) {
        flex-direction: column-reverse;
        gap: 30px;
        margin-bottom: 1rem;
    }

    .certificates .content .left,
    .certificates .content .right {
        width: 100%;
    }

    .certificates .content .right img {
        display: block;
        max-width: 450px;
        margin: 0 auto;
    }

    .blog .item img {
        height: auto;
        margin-bottom: 0;
    }

    .contact {
        padding: 0;
        background-color: #444444;
    }

    .contact .bg,
    .contact > .bgshape {
        display: none;
    }

    .contact h2 {
        margin-bottom: 2rem;
    }

    .contact .container {
        padding: 30px 20px;
        border-radius: 0 0 20px 20px;
    }

    .contact .content {
        flex-direction: column;
        gap: 30px;
    }

    .contact .content .infos {
        width: 100%;
    }

    .contact .infos p.desc {
        margin-bottom: 1.25rem;
    }

    .contact .infos p,
    .contact .infos a {
        margin-bottom: 0.375rem;
    }

    .contact form {
        width: 100%;
        padding: 10px 20px 20px;
    }

    form {
        gap: 10px;
    }

    form input,
    form textarea,
    form select,
    form option {
        padding: 12px 0;
        font-size: 14px;
    }

    form select {
        background-size: 16px;
    }

    .form-check-input+label {
        font-size: 12px;
        line-height: 1.7;
    }

    .form-check:first-of-type {
        margin-top: 10px;
    }

    form .primary-link {
        margin: 15px auto 0;
    }

    footer .content {
        padding: 40px 20px;
    }

    footer .container {
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }

    footer .item {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        max-width: 100%;
        text-align: center;
        padding-right: 0;
    }

    footer .item:first-of-type p {
        font-size: 13px;
        max-width: 200px;
    }

    footer .item .logos {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    footer .item h3 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    footer .item a,
    footer .item p {
        margin-bottom: 6px;
        font-size: 14px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    footer .raccoon {
        margin-top: 30px;
    }

    footer .raccoon a {
        display: block !important;
        width: 100% !important;
        margin-bottom: 0;
        text-align: center;
    }

    section.nav {
        margin: 40px auto -20px;
    }

    .nav {
        gap: 0.25rem;
        font-size: 0.8125rem;
        margin: 0 auto 40px;
    }

    .green-section .nav {
        margin-top: 0;
    }

    .product-categories .item {
        padding: 20px;
        margin-bottom: 0.5rem;
        padding-bottom: 3.5rem;
    }

    .product-categories .item .image {
        height: 8rem;
        margin: 0 auto 1rem;
    }

    .product-categories .item h3 a {
        font-size: 1.125rem;
    }

    .product-categories .item p {
        font-size: 0.8125rem;
    }

    .product-list .bgshape {
        display: none;
    }

    .product-list .item h3 {
        margin-bottom: 0;
    }
    
    .product-list .item h3 a {
        padding: 1rem;
        min-height: auto;
    }


    .product-list .item .image {
        height: 9rem;
    }

    .product-list .item .image img {
        margin-bottom: 0;
    }

    .product-1 {
        padding: 90px 20px 0;
    }

    .product-1 .product {
        flex-direction: column-reverse;
        gap: 50px;
    }

    .product-1 .product .left {
        width: 100%;
    }

    .product .productSwiper {
        margin-bottom: 5px;
    }

    .product .productThumbsSwiper {
        width: calc(100% + 16px);
        aspect-ratio: 7/2.2;
        margin-left: -8px;
    }

    .productThumbsSwiper .swiper-button-prev,
    .productThumbsSwiper .swiper-button-next {
        width: 30px;
        height: 30px;
        top: 60%;
    }

    .product .productThumbsSwiper .swiper-slide {
        padding: 8px;
    }

    .product .productThumbsSwiper .swiper-slide img {
        box-shadow: 0 2px 8px 4px #0E705A16;
        border-radius: 0 0 1rem 1rem;
        padding: 8px;
    }

    .product .right {
        width: 100%;
        gap: 30px;
    }

    .product .right h1 {
        font-size: 1.75rem;
        letter-spacing: 1px;
    }

    .offer-modal {
        padding: 20px;
    }

    .details .nav-line {
        flex-wrap: wrap;
        justify-content: center;
    }

    .details .nav-line button {
        padding: 0.75rem;
        padding-bottom: 0;
        width: 100%;
        letter-spacing: 0.5px;
        font-size: 0.8125rem;
        font-weight: 400;
    }

    .details .nav-line button:last-of-type {
        padding-bottom: 0.75rem;
    }
    
    .details .nav-line button.active {
        transition: font-weight 0.3s;
        font-weight: 700;
    }

    .details .nav-line button span::after {
        height: 1px;
    }

    .details .swiper-slide {
        padding: 20px;
    }

    .advantages .items {
        gap: 30px;
    }

    .advantages .items .item {
        width: calc(50% - 15px);
        padding: 0;
        overflow: visible;
    }

    .advantages .items .item img {
        height: 3rem;
    }

    .advantages .items .item h4 {
        font-size: 0.875rem;
    }

    .before-after p {
        font-size: 1rem;
    }

    .before-after .item {
        margin-bottom: 2.5rem;
    }

    .before-after .item .content {
        flex-direction: column;
        gap: 20px;
    }

    .before-after .item .content .card {
        width: 100%;
        max-width: 380px;
    }

    .before-after .item .content .card h3 {
        padding: 1.125rem;
    }

    .before-after .item .content .card img {
        padding: 1.125rem;
    }

    .gallerySwiper .swiper-slide:not(.swiper-slide-next) {
        transform: scale(1);
    }

    .gallerySwiper .swiper-slide:not(.swiper-slide-active) {
        transform: scale(0.8);
    }

    .article .nav,
    .contact-subpage .nav {
        margin: -20px auto 40px;
    }

    .contact-subpage .infos * {
        font-size: 1rem;
        margin: 0 auto 0.25rem;
    }

    .contact.subpage .container {
        padding: 10px;
    }

    .advantages.about .items {
        gap: 40px;
    }

    .advantages.about .items .item {
        width: 100%;
    }

    section .link {
        margin: 1.5rem 0;
    }
    
    section .link::after {
        height: 1px;
    }

    .services .nav {
        margin: -20px auto 40px;
    }

    .services.subpage {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) and (max-width: 1079px) {

    .swiper-button-prev {
        left: -50px !important;
    }

    .swiper-button-next {
        right: -50px !important;
    }
    
    section {
        margin: 80px 0;
        padding: 0 100px;
    }

    .items .item {
        width: calc(50% - 13.5px);
    }

    .hero {
        padding: 40px;
    }

    .hero .container h1 {
        font-size: 4rem;
    }

    .green-section {
        padding: 80px 20px 40px;
    }

    .contact {
        background-color: transparent;
        padding-bottom: 60px;
    }

    .contact .container {
        max-width: 650px;
        padding: 30px;
    }

    .contact .bg {
        display: block;
    }

    .product-1 {
        padding: 120px 100px 0;
    }

    .details .nav-line {
        justify-content: flex-start;
    }

    .details .nav-line button {
        width: fit-content;
        padding: 1.25rem !important;
    }

    footer .container {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    footer .item {
        width: calc(50% - 15px);
    }


}

@media (min-width: 1080px) and (max-width: 1299px) {
    .swiper-button-prev {
        left: -40px !important;
    }

    .swiper-button-next {
        right: -40px !important;
    }

}