.production-menu {
    position: absolute;
    top: 100%;
    margin-top: 1rem;
    left: 50%;
    transform: translate(-50%);
    width: 48rem;
    background: #fff;
    border-radius: .625rem;
    padding: 1.25rem;
    box-shadow: 0 10px 30px #0000001a;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    z-index: 100;
    cursor: default
}

.production-menu__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: .9375rem
}

.production-menu__item {
    display: flex;
    align-items: start;
    gap: .75rem;
    transition: opacity .2s;
    cursor: pointer
}

.production-menu__item:hover {
    opacity: .7
}

.production-menu__icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.production-menu__icon img {
    cursor: pointer;
    width: 1.5625rem;
    height: 1.5625rem
}

.production-menu__title {
    font-family: Manrope, sans-serif;
    font-size: .8125rem;
    font-weight: 500;
    color: #333;
    line-height: .9;
    margin-bottom: .1875rem;
    height: 1.8em;
    display: flex;
    align-items: center
}

.production-menu__subtitle {
    font-family: Mulish, sans-serif;
    font-size: .625rem;
    color: #828282;
    font-weight: 400;
    line-height: .8
}

.cycle {
    padding: 0 1.25rem;
    margin-top: 4.375rem;
    color: #000;
    max-width: 1920px;
    margin-inline: auto
}

.cycle__title {
    font-size: 4.0625rem;
    font-weight: 500
}

.cycle__steps {
    display: flex;
    justify-content: space-between;
    margin-top: 3.125rem;
    padding-right: 4.375rem;
    position: relative
}

.cycle__line {
    position: absolute;
    border-top: 2px solid rgba(55, 69, 48, .1215686275);
    height: 2px;
    width: 100%;
    top: 61%
}

.cycle__step {
    display: flex;
    flex-direction: column;
    gap: 1.25rem
}

.cycle__step-number {
    width: 6.75rem;
    height: 4.0625rem
}

.cycle__step-circle {
    background-color: #374530;
    height: .5625rem;
    width: .5625rem;
    border-radius: 50%
}

.cycle__step-name {
    color: #212121;
    font-size: 1rem
}

.cycle__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 4.375rem;
    gap: .625rem
}

.cycle__card {
    position: relative;
    border-radius: 15px
}

.cycle__card-image {
    display: block;
    width: 100%;
    height: auto
}

.cycle__card-main {
    position: absolute;
    top: 0;
    left: 0;
    padding: 1.875rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem
}

.cycle__card-title {
    font-size: 1.5625rem;
    font-weight: 500;
    color: #000;
    transition: .3s font-size
}

.cycle__card-title span {
    color: #57b031
}

.cycle__card-title:hover {
    font-size: 1.85rem
}

.cycle__card-description {
    color: #212121;
    font-size: 1rem;
    font-weight: 500
}

.cycle__card-button-container {
    position: absolute;
    bottom: 0
}

.cycle__card-button-container--left {
    left: 0
}

.cycle__card-button-container--right {
    right: 0
}

.cycle__card-button {
    display: flex;
    align-items: center;
    position: relative;
    gap: 1.25rem;
    padding: .3125rem .3125rem .3125rem 1.25rem;
    font-size: 1rem;
    color: #fff;
    border: none;
    border-radius: 300px;
    background: linear-gradient(135deg, #57b031, #4fae39, #3eabd1, #00a19a);
    cursor: pointer
}

.cycle__card-button img {
    height: 2.1875rem;
    width: 2.1875rem
}

.cycle__card-button {
    transition: .3s opacity
}

.cycle__card-button.large {
    gap: 5.5rem
}

.cycle__card-button:before {
    content: "";
    position: absolute;
    inset: 0;
    background: #00a19a;
    opacity: 0;
    transition: opacity .3s ease;
    border-radius: 300px;
    z-index: 0
}

.cycle__card-button:hover:before {
    opacity: 1
}

.cycle__card-button>* {
    position: relative;
    z-index: 1
}

.cycle__card ul {
    padding-left: 1.45rem
}

.cycle__card ul li {
    line-height: 110%
}

.cycle__card ul li::marker {
    font-size: .75rem
}

.services {
    padding: 0 1.25rem;
    margin-top: 4.375rem;
    color: #000;
    max-width: 1920px;
    margin-inline: auto
}

.services__title {
    font-size: 1.5625rem
}

.services__cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 1.25rem;
    gap: .625rem
}

.services__card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    border-radius: 12px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 17.5625rem;
    color: #fff
}

.services__card:hover .services__card-bg {
    transform: scale(1.15)
}

.services__card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 35%;
    filter: brightness(.5);
    z-index: -1;
    transition: transform .5s ease
}

.services__card-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff54;
    width: fit-content;
    padding: .4375rem;
    border-radius: .3125rem;
    height: 1.8125rem;
    width: 1.8125rem
}

.services__card-icon img {
    width: 1rem;
    height: 1rem
}

.services__card-number {
    padding: 1.875rem;
    font-size: .75rem;
    color: #ffffffb2;
    font-weight: 700
}

.services__card-info {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 1.875rem
}

.services__card-title {
    height: 2rem
}

.clients {
    margin-top: 6.25rem;
    padding: 0 1.25rem;
    color: #000;
    max-width: 1920px;
    margin-inline: auto
}

.clients__content {
    position: relative;
    overflow: hidden
}

.clients__title {
    font-size: 4.0625rem;
    font-weight: 500;
    align-self: center
}

.clients__bg-line {
    position: absolute;
    top: 40%;
    z-index: 1;
    width: 100%
}

.clients__bg-line--mobile {
    position: absolute;
    top: 10%;
    right: 7.5%;
    z-index: 1;
    height: 100%
}

.clients__line {
    display: flex;
    justify-content: space-between;
    height: 13.3125rem
}

.clients__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: .625rem;
    gap: .625rem;
    height: 13.3125rem
}

.clients__cards {
    display: flex;
    gap: .625rem
}

.clients__card {
    position: relative;
    background-color: #f5f5f5;
    padding: 1.25rem;
    box-sizing: border-box
}

.clients__card-image {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    display: block
}

.clients__card-image.top {
    top: 0
}

.clients__card-number {
    font-weight: 700;
    font-size: .75rem;
    color: #212121b2
}

.clients__card-main {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

.clients__card-title {
    max-width: 8.125rem
}

.clients__card {
    border-radius: 15px
}

.clients__card.green {
    background: linear-gradient(50deg, #57b031, #4fae39, #3bab51, #1ba578, #00a19a);
    color: #fff;
    font-weight: 300
}

.clients__card.green .clients__card-number {
    color: #ffffffb2
}

.partners {
    margin-top: 6.25rem;
    overflow: hidden
}

.partners__content {
    display: flex;
    flex-direction: column;
    gap: 2.5rem
}

.partners__line {
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 3rem
}

.partners__track {
    display: flex;
    width: max-content;
    position: absolute;
    left: 0;
    top: 0
}

.partners__track img {
    height: 3rem;
    object-fit: contain;
    pointer-events: none;
    margin-right: 3.125rem
}

.estimate {
    padding: 0 1.25rem;
    margin-top: 5.9375rem;
    max-width: 1920px;
    margin-inline: auto
}

.estimate__card {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    height: 18.75rem
}

.estimate__card-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none
}

.estimate__card-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom
}

.estimate__card-bg-line {
    position: absolute;
    top: 35%;
    width: 100%
}

.estimate__card-bg-line--mobile {
    position: absolute;
    bottom: 15%;
    width: 100%
}

.estimate__card-main {
    position: relative;
    z-index: 2;
    padding: 1.5625rem 1.875rem
}

.estimate__card-title {
    font-size: 2.8125rem;
    max-width: 40rem;
    font-weight: 500
}

.estimate__card-description {
    font-size: 1rem;
    max-width: 15.625rem;
    margin-top: 1.25rem
}

.estimate__card-image {
    position: absolute;
    bottom: 0;
    right: -2%;
    height: 18rem;
    z-index: 1
}

.estimate__card-image-mobile {
    display: none;
    z-index: 1
}

.estimate__card-button {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 1.625rem;
    padding: .375rem .375rem .375rem 1.5rem;
    font-size: 1.1875rem;
    color: #fff;
    border: none;
    border-radius: 300px;
    background: linear-gradient(50deg, #57b031, #4fae39, #3bab51, #1ba578, #00a19a);
    cursor: pointer;
    transition: .3s opacity
}

.estimate__card-button-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.625rem;
    width: 2.625rem;
    background-color: #ffffff21;
    border-radius: 50%;
    padding: .5625rem
}

.estimate__card-button-icon img {
    height: 1.25rem;
    width: 1.25rem
}

.estimate__card-button-icon--static {
    height: 2.625rem;
    width: 2.625rem
}

.estimate__card-button:before {
    content: "";
    position: absolute;
    inset: 0;
    background: #00a19a;
    opacity: 0;
    transition: opacity .3s ease;
    border-radius: 300px;
    z-index: 0
}

.estimate__card-button:hover:before {
    opacity: 1
}

.estimate__card-button>* {
    position: relative;
    z-index: 1
}

.managers {
    padding: 0 1.25rem;
    margin-top: 4.375rem;
    color: #000;
    max-width: 1920px;
    margin-inline: auto
}

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

.managers__arrows--mobile {
    display: flex;
    gap: 10px;
    align-items: center
}

.managers__arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #E8E8E8;
    height: 2.4375rem;
    width: 2.4375rem;
    border-radius: 10px;
    cursor: pointer;
    transition: .25s all
}

.managers__arrow--mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
    width: 2.0625rem;
    height: 2.0625rem;
    border-radius: 100px
}

.managers__arrow img {
    color: #57b031;
    transition: .2s color;
    width: .9375rem;
    transition: .25s all
}

.managers__arrow:hover {
    background-color: #00a19a
}

.managers__arrow:hover img {
    filter: brightness(0) invert(1)
}

.managers__arrow.disabled {
    pointer-events: none;
    opacity: .5
}

.managers__arrow.disabled img {
    color: #3e7d22
}

.managers__title {
    font-size: 4.0625rem;
    font-weight: 500;
    text-align: center
}

.managers__cards {
    margin-top: 3.125rem;
    gap: .75rem;
    overflow: hidden
}

.managers__track {
    display: flex;
    gap: .75rem;
    transition: transform .5s cubic-bezier(.25, 1, .5, 1);
    will-change: transform
}

.managers__card {
    background-color: #f5f5f5;
    padding: .625rem;
    display: flex;
    flex-direction: column;
    gap: .625rem;
    border-radius: .9375rem;
    flex: 1 1 100%;
    flex: 0 0 calc((100% - 3.75rem) / 6);
    min-width: calc((100% - 3.75rem) / 6)
}

.managers__card-image {
    border-radius: .625rem;
    max-width: 100%;
    object-fit: contain;
    min-width: 0
}

.managers__card-image.none {
    background-color: #80808040;
    height: 100%
}

.managers__card-content {
    background: linear-gradient(50deg, #57b031, #4fae39, #3bab51, #1ba578, #00a19a);
    color: #fff;
    text-align: center;
    padding: .375rem 0;
    border-radius: .375rem;
    font-size: .875rem;
    font-weight: 500
}

.stocks {
    margin-top: 5rem;
    padding: 0 1.25rem;
    color: #000;
    max-width: 1920px;
    margin-inline: auto
}

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

.stocks__arrows {
    display: flex;
    gap: 10px;
    align-items: center
}

.stocks__arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #E8E8E8;
    height: 2.4375rem;
    width: 2.4375rem;
    border-radius: 10px;
    cursor: pointer
}

.stocks__arrow img {
    color: #57b031;
    width: .9375rem;
    transition: .25s all
}

.stocks__arrow {
    transition: .25s all
}

.stocks__arrow:hover {
    background-color: #00a19a
}

.stocks__arrow:hover img {
    filter: brightness(0) invert(1)
}

.stocks__title {
    font-size: 4.0625rem;
    font-weight: 500
}

.stocks__cards {
    position: relative;
    overflow: hidden;
    margin-top: 2.5rem
}

.stocks__track {
    display: flex;
    gap: 1.25rem;
    transition: transform .45s ease;
    will-change: transform
}

.stocks__points {
    display: flex;
    gap: .3125rem;
    justify-content: center;
    margin-top: .625rem
}

.stocks__point {
    height: .5625rem;
    width: .5625rem;
    border-radius: 100px;
    background-color: #e0e0e0;
    cursor: pointer
}

.stocks__point--active {
    background-color: #57b031;
    cursor: auto
}

.stocks__card {
    flex: 0 0 100%;
    min-width: 100%;
    color: #fff;
    border-radius: 15px;
    height: 25rem;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 1 100%
}

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

.stocks__card-main {
    position: relative;
    padding: 2.5rem;
    z-index: 1
}

.stocks__card-image {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 95%
}

.stocks__card-image.sized {
    height: 115%;
    bottom: -10%
}

.stocks__card-image.small-left {
    right: 7.5%
}

.stocks__card-image.full-height {
    height: 145%
}

.stocks__card-image.small-right {
    right: -2.5%
}

.stocks__card-title {
    font-size: 2.8125rem;
    font-weight: 500;
    line-height: 103%
}

.stocks__card-description {
    margin-top: 1.25rem;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    font-size: 1rem;
    width: 30rem;
    line-height: 110%
}

.stocks__card-description ul {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    gap: 2.5rem;
    margin-top: 1rem;
    padding-left: 1.5rem
}

.stocks__card-description ul li {
    break-inside: avoid
}

.stocks__card-button-container {
    position: relative;
    z-index: 1;
    padding-bottom: 2.5rem;
    padding-left: 2.5rem
}

.stocks__card-button {
    position: relative;
    display: flex;
    gap: 1.875rem;
    padding: .3125rem .3125rem .3125rem 1.25rem;
    align-items: center;
    background: linear-gradient(50deg, #57b031, #4fae39, #3bab51, #1ba578, #00a19a);
    width: fit-content;
    border: none;
    border-radius: 100px;
    font-size: 1rem;
    cursor: pointer;
    transition: .3s opacity
}

.stocks__card-button-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.625rem;
    width: 2.625rem;
    background-color: #ffffff21;
    border-radius: 50%;
    padding: .5625rem
}

.stocks__card-button-icon img {
    height: 1rem;
    width: 1rem
}

.stocks__card-button-icon--static {
    height: 2.625rem;
    width: 2.625rem
}

.stocks__card-button:before {
    content: "";
    position: absolute;
    inset: 0;
    background: #00a19a;
    opacity: 0;
    transition: opacity .3s ease;
    border-radius: 100px;
    z-index: 0
}

.stocks__card-button:hover:before {
    opacity: 1
}

.stocks__card-button>* {
    position: relative;
    z-index: 1
}

.production {
    padding: 0 1.25rem;
    color: #000;
    margin-top: 5rem;
    max-width: 1920px;
    margin-inline: auto
}

.production__title {
    font-size: 4.0625rem;
    font-weight: 500;
    text-align: center
}

.production__title-brand {
    color: #57b031;
    font-weight: 600
}

.production__advantages {
    display: flex;
    justify-content: space-between;
    margin-top: 3.125rem
}

.production__advantage {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: .625rem
}

.production__advantage-title {
    font-size: 2.1875rem;
    height: 2.8125rem
}

.production__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1.875rem;
    background-color: #f5f5f5;
    border-radius: 15px;
    padding: 4.375rem 0
}

.production__card-tag {
    text-transform: uppercase;
    color: #afafaf;
    border: 1px solid #E5E5E5;
    padding: .4375rem;
    border-radius: 100px;
    font-weight: 600;
    font-size: .875rem
}

.production__card-title {
    max-width: 50rem;
    text-align: center;
    margin-top: 1.875rem
}

.production__card-title-mobile {
    display: none
}

.production__card-description {
    font-size: 1rem;
    max-width: 42.8125rem;
    text-align: center;
    margin-top: 1.875rem
}

.production__slide {
    flex: 0 0 100%;
    min-width: 100%;
    display: grid;
    gap: .625rem;
    grid-template-columns: repeat(3, 1fr);
    pointer-events: none;
    transition: opacity .4s ease, visibility .4s
}

.production__slide.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 2
}

.production__slides-container {
    display: block;
    overflow: hidden;
    width: 100%
}

.production__track {
    display: flex;
    transition: transform .6s cubic-bezier(.4, 0, .2, 1);
    will-change: transform
}

.production__gallery {
    margin-top: .625rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: .625rem
}

.production__gallery-points {
    display: flex;
    gap: .3125rem;
    justify-content: center;
    margin-top: .625rem
}

.production__gallery-point {
    height: .5625rem;
    width: .5625rem;
    border-radius: 100px;
    background-color: #e0e0e0;
    cursor: pointer
}

.production__gallery-point--active {
    background-color: #57b031;
    cursor: auto
}

.production__gallery-video-wrapper {
    position: relative;
    width: 100%;
    height: 100%
}

.production__gallery-video-wrapper.playing .production__gallery-video-play-toggle {
    opacity: 0;
    pointer-events: none;
    transition: .3s
}

.production__gallery-video-wrapper:after {
    content: "";
    position: absolute;
    inset: 0;
    background: #00000073;
    border-radius: 10px;
    opacity: 1;
    pointer-events: none;
    transition: opacity .35s ease
}

.production__gallery-video-wrapper.playing:after {
    opacity: 0
}

.production__gallery-video {
    display: block;
    width: 100%;
    height: 32.5rem;
    object-fit: cover;
    border-radius: 10px
}

.production__gallery-video-play-toggle {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4.375rem;
    height: 4.375rem;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: linear-gradient(50deg, #57b031, #4fae39, #3bab51, #1ba578, #00a19a);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center
}

.production__gallery-video-play-toggle img {
    height: 1.4375rem
}

.production__gallery-video-with-button {
    position: relative
}

.production__gallery-video-button-mobile {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .617rem .617rem .617rem 2.057rem;
    font-size: 1.85rem;
    color: #fff;
    border: none;
    border-radius: 300px;
    background: linear-gradient(50deg, #57b031, #4fae39, #3bab51, #1ba578, #00a19a);
    cursor: pointer;
    transition: .3s opacity
}

.production__gallery-video-button-mobile-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4.321rem;
    width: 4.321rem;
    background-color: #ffffff21;
    border-radius: 50%;
    padding: .5625rem
}

.production__gallery-video-button-mobile-icon img {
    height: 2.057rem;
    width: 2.057rem
}

.production__gallery-video-button-mobile:before {
    content: "";
    position: absolute;
    inset: 0;
    background: #00a19a;
    opacity: 0;
    transition: opacity .3s ease;
    border-radius: 300px;
    z-index: 0
}

.production__gallery-video-button-mobile:hover:before {
    opacity: 1
}

.production__gallery-video-button-mobile>* {
    position: relative;
    z-index: 1
}

.production__gallery-video-button {
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
    display: flex;
    gap: 1.25rem;
    align-items: center;
    background-color: #0000008c;
    border-radius: 300px;
    padding: 5px 5px 5px 20px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px)
}

.production__gallery-video-button-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 300px;
    width: 2.1875rem;
    height: 2.1875rem;
    background: linear-gradient(50deg, #57b031, #4fae39, #3bab51, #1ba578, #00a19a);
    cursor: pointer
}

.production__gallery-video-button-icon img {
    height: 1rem;
    width: 1rem
}

.production__gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .9375rem;
    max-height: 18.875rem
}

.modal {
    display: flex;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000e6;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease, visibility .25s ease
}

.modal.is-active {
    opacity: 1;
    visibility: visible
}

.modal-content {
    max-width: 95vw;
    max-height: 95vh;
    border-radius: 10px;
    transition: transform .25s ease;
    transform: scale(.85)
}

.modal.is-active .modal-content {
    transform: scale(1)
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 40px;
    cursor: pointer
}

@keyframes zoomIn {
    0% {
        transform: scale(.85);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

.faq {
    margin-top: 5rem;
    padding: 0 1.25rem;
    color: #000;
    max-width: 1920px;
    margin-inline: auto
}

.faq__title {
    font-size: 4.0625rem;
    font-weight: 500
}

.faq__title br {
    display: none
}

.faq__cards {
    display: flex;
    flex-direction: column;
    gap: .625rem;
    margin-top: 1.875rem
}

.faq__card {
    background-color: #f5f5f5;
    padding: 0 .625rem 0 1.25rem;
    border-radius: .625rem;
    cursor: pointer;
    transition: background-color .3s ease;
    display: flex;
    flex-direction: column
}

.faq__card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .625rem 0
}

.faq__card-title {
    font-size: 1.5625rem;
    font-weight: 500;
    margin: 0
}

.faq__card-arrow {
    flex-shrink: 0;
    width: 3.1875rem;
    height: 3.1875rem;
    background: linear-gradient(50deg, #57b031, #4fae39, #3bab51, #1ba578, #00a19a);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}

.faq__card-arrow p {
    transition: transform .3s ease;
    margin: 0;
    font-size: 1.625rem;
    pointer-events: none
}

.faq__card-answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .4s ease;
    overflow: hidden
}

.faq__card-answer-inner {
    min-height: 0;
    font-size: 1rem;
    padding-bottom: 0;
    transition: padding .4s ease, opacity .3s ease;
    opacity: 0
}

.faq__card.active {
    background-color: #efefef
}

.faq__card.active .faq__card-arrow p {
    transform: rotate(45deg)
}

.faq__card.active .faq__card-answer {
    grid-template-rows: 1fr
}

.faq__card.active .faq__card-answer-inner {
    padding-top: .625rem;
    padding-bottom: 2.5rem;
    opacity: 1
}

.consultation {
    padding: 0 1.25rem;
    margin-top: 3.75rem;
    max-width: 1920px;
    margin-inline: auto
}

.consultation__card {
    position: relative;
    height: 18.75rem
}

.consultation__card-bg {
    border-radius: .625rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    pointer-events: none;
    object-position: bottom
}

.consultation__card-main {
    position: relative;
    z-index: 2;
    padding: 2.5rem
}

.consultation__card-title {
    font-size: 2.8125rem;
    max-width: 40rem;
    font-weight: 500
}

.consultation__card-description {
    font-size: 1rem;
    max-width: 15.625rem;
    margin-top: 1.25rem
}

.consultation__card-image {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 20.875rem
}

.consultation__card-button {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 1.625rem;
    padding: .375rem .375rem .375rem 1.5rem;
    font-size: 1.1875rem;
    color: #fff;
    border: none;
    border-radius: 300px;
    background: linear-gradient(50deg, #57b031, #4fae39, #3bab51, #1ba578, #00a19a);
    cursor: pointer
}

.consultation__card-button-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.625rem;
    width: 2.625rem;
    background-color: #ffffff21;
    border-radius: 50%;
    padding: .5625rem
}

.consultation__card-button-icon img {
    height: 1.25rem;
    width: 1.25rem
}

.consultation__card-button-icon--static {
    height: 2.625rem;
    width: 2.625rem
}

.consultation__card-button:before {
    content: "";
    position: absolute;
    inset: 0;
    background: #00a19a;
    opacity: 0;
    transition: opacity .3s ease;
    border-radius: 100px;
    z-index: 0
}

.consultation__card-button:hover:before {
    opacity: 1
}

.consultation__card-button>* {
    position: relative;
    z-index: 1
}

.contact {
    color: #000;
    padding: 0 1.25rem;
    margin-top: 4.375rem;
    max-width: 1920px;
    margin-inline: auto
}

.contact__map-image {
    border-radius: 15px
}

.contact__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .625rem
}

.contact__card {
    position: relative;
    background-color: #f5f5f5;
    border-radius: 15px;
    padding: 1.875rem;
    overflow: hidden
}

.contact__card-bg {
    position: absolute;
    inset: 1.875rem 3.125rem;
    width: calc(100% - 6.25rem);
    height: calc(100% - 3.75rem);
    pointer-events: none;
    object-fit: contain;
    object-position: right bottom
}

.contact__card-title {
    font-size: 3.85rem;
    font-weight: 500
}

.contact__card-contacts {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 3.125rem
}

.contact__card-contact {
    display: flex;
    flex-direction: column;
    gap: .625rem
}

.contact__card-contact-name {
    color: #21212180;
    font-size: 1rem
}

.contact__card-contact-value {
    font-size: 1.5625rem
}

.mobile,
.mobile-flex {
    display: none
}

@media(max-width:768px) {
    .desktop {
        display: none
    }

    .mobile {
        display: block
    }

    .mobile-flex {
        display: flex
    }

    .popup {
        padding: 0 1.25rem
    }

    .popup__right {
        display: none
    }

    .popup__form-submit {
        width: 100%
    }

    .du__card {
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px
    }

    .du__info {
        padding: 2.036rem
    }

    .du__info-title {
        font-size: 3.054rem
    }

    .du__info-flex-s svg {
        height: 4.072rem;
        width: 4.072rem
    }

    .du__content {
        max-height: 55vh;
        overflow-y: auto
    }

    .du__content p {
        font-size: 1.425rem
    }

    .cert__card-title {
        font-size: 3.096rem
    }

    .cert__arrows-container {
        display: flex;
        gap: 2.064rem
    }

    .cert__info {
        flex-direction: column
    }

    .cert__arrow {
        width: 4.025rem;
        height: 4.025rem
    }

    .cert__info img {
        height: 30rem
    }

    .cert__arrow svg {
        width: 1.548rem;
        height: 1.548rem
    }

    .cycle__card {
        background-image: var(--bg-mobile);
        border-radius: 1.029rem
    }

    .cycle__card-image {
        display: none
    }

    .cycle__card-main {
        position: static
    }

    .cycle__title {
        font-size: 3.563rem
    }

    .cycle__step-name {
        font-size: 1.629rem
    }

    .cycle__card-title {
        font-size: 2.036rem
    }

    .cycle__card-description {
        font-size: 1.629rem;
        max-width: 100%
    }

    .cycle__steps {
        flex-direction: column;
        gap: 1.25rem
    }

    .cycle__card-main ul {
        font-size: 1.425rem
    }

    .cycle__card-button {
        font-size: 1.403rem;
        width: 100%;
        gap: 0;
        justify-content: space-between
    }

    .cycle__step-circle {
        height: 1rem;
        width: 1rem
    }

    .cycle__step {
        flex-direction: row;
        align-items: center;
        gap: 2.064rem
    }

    .cycle__cards {
        display: flex;
        flex-direction: column;
        gap: 1.029rem
    }

    .cycle__card-button.large {
        gap: 0
    }

    .cycle__card-button img {
        height: 3.054rem;
        width: 3.054rem
    }

    .cycle__card-button-container {
        position: static;
        white-space: nowrap
    }

    .cycle__step-number {
        order: 2;
        margin-left: -2.5%
    }

    .cycle__step-name {
        order: 3
    }

    .cycle__line {
        height: 85%;
        width: 1px;
        top: 1.75rem;
        left: .5rem;
        border-top: 2px solid rgba(55, 69, 48, .1215686275)
    }

    .services__card {
        height: 20.358rem;
        border-radius: 1.543rem
    }

    .services__title {
        font-size: 2.036rem
    }

    .services__card-number {
        font-size: 1.221rem;
        padding: 3.054rem
    }

    .services__card-info {
        padding: 3.054rem
    }

    .services__card-icon img {
        height: 2.952rem;
        width: 2.952rem
    }

    .services__card-title {
        font-size: 1.629rem;
        max-width: 80%;
        height: auto
    }

    .services__cards {
        display: flex;
        flex-direction: column;
        margin-top: 2.036rem
    }

    .opportunities__tabs {
        display: none
    }

    .opportunities {
        margin-top: 5.09rem
    }

    .opportunities__title {
        font-size: 3.563rem
    }

    .opportunities__tab-wrapper {
        transition: height .45s ease;
        align-items: flex-start
    }

    .opportunities__tab-content {
        height: auto;
        align-self: flex-start;
        margin-top: 2.036rem;
        border-radius: 1.029rem
    }

    .opportunities__cards {
        grid-template-columns: repeat(2, 1fr)
    }

    .opportunities__text-cards {
        flex-wrap: wrap
    }

    .opportunities__select-current {
        font-size: 1.651rem;
        padding: 1.445rem 1.651rem
    }

    .opportunities__select-item {
        font-size: 1.651rem
    }

    .opportunities__select-list {
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem
    }

    .opportunities__select-current img {
        height: 1.342rem;
        width: 1.342rem
    }

    .opportunities__text-card-dark {
        background-color: transparent
    }

    .opportunities__image {
        position: relative;
        top: auto !important;
        bottom: 4rem;
        right: 0;
        width: 100%;
        height: auto;
        z-index: 1;
        transform: scale(1.1)
    }

    .opportunities__cards {
        padding: 1.018rem
    }

    .opportunities__card {
        padding: 1.018rem;
        border-radius: 5px;
        gap: 2.036rem
    }

    .opportunities__buttons {
        flex-direction: column;
        left: 1.018rem;
        right: 1.018rem;
        bottom: 4%;
        z-index: 2
    }

    .opportunities__button {
        justify-content: space-between;
        font-size: 1.404rem
    }

    .opportunities__button img {
        height: 3.054rem;
        width: 3.054rem
    }

    .opportunities__card-number {
        font-size: 1.221rem
    }

    .opportunities__card-title {
        font-size: 1.425rem;
        max-width: 100%;
        font-weight: 300
    }

    .opportunities__card-image {
        height: 6.616rem;
        width: 6.616rem
    }

    .opportunities__card-var-2 {
        width: 100%;
        max-width: unset
    }

    .opportunities__card-var-2-main {
        gap: 1.221rem
    }

    .opportunities__card-var-2-title {
        font-size: 1.425rem
    }

    .opportunities__card-var-2-description {
        font-size: 1.221rem
    }

    .opportunities__card-var-2-image-container {
        height: 3.868rem;
        width: 3.868rem
    }

    .opportunities__text-container {
        padding: 1.527rem
    }

    .opportunities__text-container-title {
        font-size: 2.036rem
    }

    .opportunities__text-card {
        font-size: 1.425rem;
        flex: 1 1 35%;
        max-width: 100%;
        padding: 1rem
    }

    .clients__line {
        flex-direction: column;
        height: auto
    }

    .clients__title {
        margin-bottom: 2.036rem;
        font-size: 3.563rem
    }

    .clients__title br {
        display: none
    }

    .clients__cards {
        flex-direction: column
    }

    .clients__grid {
        display: flex;
        flex-direction: column;
        height: auto
    }

    .clients__card {
        width: 100% !important;
        height: 11.604rem;
        padding: 2.036rem;
        border-radius: 1.029rem
    }

    .clients__card-number {
        font-size: 1.221rem
    }

    .clients__card-title {
        font-size: 1.629rem;
        max-width: 70%
    }

    .partners {
        margin-top: 3.054rem
    }

    .partners__line {
        overflow: hidden;
        height: 3.868rem
    }

    .partners__line-two {
        padding: 0
    }

    .partners__content {
        gap: 1.73rem
    }

    .partners__track img {
        height: 3.054rem
    }

    .estimate {
        margin-top: 5.09rem
    }

    .estimate__card {
        height: auto;
        display: flex;
        flex-direction: column;
        border-radius: 1.029rem
    }

    .estimate__card-main {
        padding: 2.036rem;
        padding-bottom: unset
    }

    .estimate__card-image {
        position: static;
        height: auto;
        order: 2;
        pointer-events: none;
        margin-left: 5%;
        margin-top: 1rem
    }

    .estimate__card-button {
        justify-content: space-between;
        order: 1;
        position: relative;
        width: calc(100% - 4.072rem);
        box-sizing: border-box;
        font-size: 1.404rem;
        padding: .407rem 1.73rem;
        margin-left: 2.036rem;
        margin-top: 2.036rem;
        margin-bottom: 2.036rem
    }

    .estimate__card-button svg {
        height: 3.054rem;
        width: 3.054rem
    }

    .estimate__card-title {
        font-size: 3.5rem
    }

    .estimate__card-description {
        font-size: 1.425rem;
        max-width: 19.442rem;
        margin-top: 2.036rem
    }

    .estimate__card-button-icon {
        height: 3.054rem;
        width: 3.054rem
    }

    .estimate__card-button-icon img {
        height: 1.44rem;
        width: 1.44rem
    }

    .estimate__card-button-icon--static {
        height: 3.054rem;
        width: 3.054rem
    }

    .services__card-icon {
        height: 2.983rem;
        width: 2.983rem;
        padding: .72rem
    }

    .services__card-icon img {
        height: 1.646rem;
        width: 1.646rem
    }

    .managers {
        margin-top: 5.09rem
    }

    .managers__cards {
        overflow: hidden
    }

    .managers__card {
        flex: 0 0 calc((100% - .75rem)/2);
        min-width: calc((100% - .75rem)/2);
        padding: 1.018rem;
        border-radius: 1.029rem
    }

    .managers__cards {
        margin-top: 2.036rem
    }

    .managers__title {
        font-size: 3.563rem
    }

    .managers__main .managers__arrow {
        display: none
    }

    .managers__arrow--mobile {
        height: 3.406rem;
        width: 3.406rem
    }

    .managers__arrow--mobile img {
        height: 1.295rem
    }

    .managers__card-content {
        padding: .826rem 0;
        border-radius: .617rem
    }

    .managers__card-title {
        font-size: 1.238rem
    }

    .managers__arrows--mobile {
        display: flex;
        justify-content: center;
        margin-top: 1.018rem
    }

    .stocks__main {
        display: none
    }

    .stocks__main--mobile {
        display: flex;
        align-items: end;
        justify-content: space-between
    }

    .stocks__title {
        text-align: center
    }

    .stocks__arrow {
        height: 3.97rem;
        width: 3.97rem;
        flex-shrink: 0
    }

    .stocks__arrow img {
        width: 1.548rem;
        height: 1.548rem
    }

    .stocks__card {
        height: 48rem;
        justify-content: start;
        border-radius: 1.029rem
    }

    .stocks__card-title {
        font-size: 2.425rem
    }

    .stocks__card-description {
        font-size: 1.425rem;
        width: auto
    }

    .stocks__card-image {
        height: auto !important;
        aspect-ratio: 4/3;
        object-fit: cover;
        object-position: top
    }

    .stocks__card-main {
        padding: 1.65rem
    }

    .stocks__card-button-container {
        box-sizing: border-box;
        padding-right: 1.65rem;
        padding-left: 1.65rem
    }

    .stocks__card-button {
        z-index: 1;
        width: 100%;
        box-sizing: border-box;
        font-size: 1.629rem;
        justify-content: space-between;
        padding: .407rem .56rem .407rem 1.73rem
    }

    .stocks__card-button-icon {
        height: 3.054rem;
        width: 3.054rem
    }

    .stocks__card-button-icon img {
        height: 1.44rem;
        width: 1.44rem
    }

    .production__title {
        text-align: left;
        font-size: 3.563rem
    }

    .production__advantages {
        flex-wrap: wrap;
        gap: 1.25rem
    }

    .production__card {
        padding-inline: 1rem;
        border-radius: 1.029rem
    }

    .production__card-title {
        display: none
    }

    .production__advantage-title {
        object-fit: contain;
        width: 13.233rem;
        height: 4.072rem
    }

    .production__advantage:nth-child(3) .production__advantage-title {
        margin-left: -3rem
    }

    .production__advantage:nth-child(4) .production__advantage-title {
        margin-left: -5rem
    }

    .production__card-title-mobile {
        display: block;
        width: 100%;
        width: 27.992rem;
        height: 14.352rem;
        margin-top: 2.036rem
    }

    .production__advantage-description {
        font-size: 1.221rem
    }

    .production__advantage:nth-child(5) p br {
        display: none
    }

    .production__card-tag {
        font-size: 1.221rem;
        text-align: center;
        padding: .713rem 2.239rem
    }

    .production__card-description {
        font-size: 1.425rem;
        width: 100%
    }

    .production__slide {
        gap: 1.651rem;
        column-gap: .516rem;
        grid-template-areas: "a a a" "but but but" "b c d" !important
    }

    .production__slide:not(:has(.production__gallery-video-button)) {
        grid-template-areas: "a b c" "d e f" !important
    }

    .production__gallery-video-button--mobile {
        grid-area: but;
        position: relative;
        justify-content: space-between;
        width: 100%;
        display: flex;
        gap: 1.875rem;
        box-sizing: border-box;
        padding: .611rem .611rem .611rem 1.75rem;
        align-items: center;
        background: linear-gradient(50deg, #57b031, #4fae39, #3bab51, #1ba578, #00a19a);
        border: none;
        border-radius: 100px;
        font-size: 1.85rem;
        cursor: pointer
    }

    .production__gallery-video-button--mobile svg {
        width: 2em;
        height: 2rem
    }

    .production__gallery-video {
        border-radius: 1.029rem
    }

    .production__gallery-video-button-icon {
        width: 4.072rem;
        height: 4.072rem;
        background: #ffffff26
    }

    .production__gallery-video-button {
        display: none
    }

    .production__gallery-video-play-toggle img {
        width: 1.75rem;
        height: 1.75rem
    }

    .production__gallery-points {
        margin-top: 0;
        gap: .509rem
    }

    .production__gallery-point {
        width: .916rem;
        height: .916rem
    }

    .production__gallery-image {
        max-height: 9.464rem;
        border-radius: 1.029rem
    }

    .faq__title {
        font-size: 3.563rem
    }

    .faq__title br {
        display: inline-block
    }

    .faq__card {
        padding: 1.032rem;
        border-radius: 1.029rem
    }

    .faq__card-header {
        padding: unset
    }

    .faq__card.active .faq__card-answer-inner {
        padding-top: 2.477rem;
        padding-bottom: 3.096rem
    }

    .faq__card-title {
        font-size: 1.832rem;
        max-width: 70%
    }

    .faq__card-arrow {
        flex-shrink: 0
    }

    .faq__card-answer-inner {
        font-size: 1.425rem;
        max-width: 95%
    }

    .consultation {
        margin-top: 5.09rem
    }

    .consultation__card {
        border-radius: 1.029rem;
        height: auto;
        display: flex;
        flex-direction: column;
        overflow: hidden
    }

    .consultation__card-main {
        padding: 2.036rem;
        padding-bottom: unset
    }

    .consultation__card-image {
        position: static;
        height: auto;
        display: block;
        order: 2;
        transform: scale(1.185);
        margin-top: 1rem
    }

    .consultation__card-button {
        justify-content: space-between;
        order: 1;
        position: relative;
        width: calc(100% - 4.072rem);
        box-sizing: border-box;
        font-size: 1.404rem;
        padding: .407rem 1.73rem;
        margin-left: 2.036rem;
        margin-top: 2.036rem;
        margin-bottom: 2.036rem
    }

    .consultation__card-button img {
        height: 3.054rem;
        width: 3.054rem
    }

    .consultation__card-title {
        font-size: 3.5rem
    }

    .consultation__card-description {
        font-size: 1.425rem;
        max-width: 19.442rem;
        margin-top: 2.036rem
    }

    .consultation__card-button-icon {
        height: 3.054rem;
        width: 3.054rem
    }

    .consultation__card-button-icon img {
        height: 1.44rem;
        width: 1.44rem
    }

    .consultation__card-button-icon--static {
        height: 3.054rem;
        width: 3.054rem
    }

    .contact__content {
        grid-template-columns: 1fr
    }

    .contact__card {
        border-radius: 1.029rem
    }

    .contact__card-title {
        font-size: 3.563rem
    }

    .contact__card-contacts {
        margin-top: 2.036rem;
        gap: 2.036rem
    }

    .contact__card-contact-name {
        font-size: 1.425rem
    }

    .contact__card-contact-value {
        font-size: 2.036rem
    }

    .contact__map {
        height: 35.869rem
    }

    .contact__card-bg {
        object-position: center
    }
}