* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
}

body,
html {
    overflow-x: hidden;
}

body {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #111;
}

body:not(.home) {
    padding-top: 96px;
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

strong {
    font-weight: 600;
}

figure {
    margin: 0;
}

hr {
    border-top: 1px solid #CCCCCC;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Mulish", sans-serif;
    font-weight: 700;
    line-height: 1.2;
}

h1 {
    font-size: 48px;
}

@media only screen and (max-width : 1600px) {
    h1 {
        font-size: 40px;
    } 
}

@media only screen and (max-width : 1200px) {
    h1 {
        font-size: 32px;
    } 
}

h2 {
    font-size: 40px;
}

@media only screen and (max-width : 1600px) {
    h2 {
        font-size: 32px;
    } 
}

@media only screen and (max-width : 1200px) {
    h2 {
        font-size: 24px;
    } 
}

h3 {
    font-size: 28px;
}

@media only screen and (max-width : 1600px) {
    h3 {
        font-size: 24px;
    } 
}

@media only screen and (max-width : 1200px) {
    h3 {
        font-size: 20px;
    } 
}

h4 {
    font-size: 24px;
}

@media only screen and (max-width : 1600px) {
    h4 {
        font-size: 20px;
    } 
}

@media only screen and (max-width : 1200px) {
    h4 {
        font-size: 18px;
    } 
}

h5 {
    font-size: 20px;
}

@media only screen and (max-width : 1600px) {
    h5 {
        font-size: 18px;
    } 
}

@media only screen and (max-width : 1200px) {
    h5 {
        font-size: 16px;
    } 
}

h6 {
    font-size: 18px;
}

@media only screen and (max-width : 1600px) {
    h6 {
        font-size: 16px;
    } 
}

@media only screen and (max-width : 1200px) {
    h6 {
        font-size: 14px;
    } 
}

.section__pt {
    padding-top: 96px;
}

@media only screen and (max-width : 768px) {
    .section__pt {
        padding-top: 64px;
    } 
}

.section__pb {
    padding-bottom: 96px;
}

@media only screen and (max-width : 768px) {
    .section__pb {
        padding-bottom: 64px;
    } 
}

.container-fluid,
.container,
.hero .hero__caption,
.banner .banner__caption {
    padding: 0 32px;
}

@media only screen and (max-width : 768px) {
    .container-fluid,
    .container,
    .hero .hero__caption,
    .banner .banner__caption {
        padding: 0 16px;
    } 
}

.container,
.hero .hero__caption,
.banner .banner__caption {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

@media only screen and (max-width : 1600px) {
    .container,
    .hero .hero__caption,
    .banner .banner__caption {
        max-width: 1200px;
    }
}

.section__row:not(:last-child) {
    margin-bottom: 48px;
}

@media only screen and (max-width : 768px) {
    .section__row:not(:last-child) {
        margin-bottom: 32px;
    } 
}

.section__suptitle,
.hero__suptitle {
    background: linear-gradient(90deg, #55C64F 0%, #00C7D9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section__inner {
    width: 66.6667%;
    margin: 0 auto;
}

@media only screen and (max-width : 768px) {
    .section__inner {
        width: 100%;
    }
}

.section__desc > *:not(:last-child),
.section__desc > div > *:not(:last-child) {
    margin-bottom: 24px;
}

@media only screen and (max-width : 768px) {
    .section__desc > *:not(:last-child),
    .section__desc > div > *:not(:last-child) {
        margin-bottom: 16px;
    } 
}

.section__desc ul,
.section__desc ol {
    padding-left: 16px;
}

.section__desc ul.green,
.section__desc ul.red {
    padding-left: 0;
    list-style-type: none;
}

.section__desc ul.red > li,
.section__desc ul.green > li {
    padding-left: 40px;
    position: relative;
}

.section__desc ul.red > li:not(:last-child),
.section__desc ul.green > li:not(:last-child) {
    margin-bottom: 16px;
}

.section__desc ul.red > li::before,
.section__desc ul.green > li::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 32px;
    height: 32px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.section__desc ul.red > li::before {
    background-image: url('../img/red.svg');
}

.section__desc ul.green > li::before {
    background-image: url('../img/green.svg');
}

.section__desc a {
    text-decoration: underline;
	font-weight: bold;
}

.section__desc a:hover {
    color: #55C64F; 
}

.section__desc table {
    border-collapse: collapse;
}

.section__desc table td {
    padding: 16px;
    border: 1px solid rgba(0,0,0, .1);
}

.section__desc table thead td {
    background: #55C64F;
    color: #fff;
    font-weight: 700;
}

.section__desc blockquote {
    padding: 32px;
    background-color: #55C64F1A;
    color: #55C64F;
    border-radius: 16px;
    font-weight: 600;
}

.section__btn {
    padding: 12px 24px;
    display: inline-block;
    font-family: "Mulish", sans-serif;
    font-weight: 700;
    transition: all .5s;
    border-radius: 12px;
}

.section__btn--primary {
    background: linear-gradient(90deg, #55C64F 0%, #00C7D9 100%);
    color: #fff;
}

.section__btn--primary:hover {
    background: #55C64F;
    /* background: linear-gradient(90deg, #074C3D 0%, #00C7D9 100%); */
    cursor: pointer;
}

.section__btn--secondary {
    background-color: transparent;
}

.section__btn--white {
    border: 2px solid #fff;
    color: #fff;
}

.section__btn--white:hover {
    background-color: #fff;
    color: #000;
}

.section__btn--secondary.section__btn--light {
    border: 2px solid #55C64F;
    color: #fff;
}

.section__btn--secondary.section__btn--light:hover {
    background-color: #55C64F;
}

.section__btn--secondary.section__btn--dark {
    border: 2px solid #55C64F;
    color: #111;
}

.section__btn--secondary.section__btn--dark:hover {
    background-color: #55C64F;
    color: #fff;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 300;
    padding: 16px 0;
    transition: all .5s;
}

.header.scroll {
    transform: translateY(-100%);
}


.header.bg,
body.home .header.active,
body:not(.home) .header {
    background-color: #fff;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1);
}

.header .header__columns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
}

@media only screen and (max-width : 1200px) {
    .header .header__column:nth-child(2) {
        display: none;
    }
}

.header .header__column:last-child {
    display: none;
}

@media only screen and (max-width : 1200px) {
    .header .header__column:last-child {
        display: block;
    } 
}

.header .header__logo > img {
    height: 64px;
}

body.home .header .header__logo > img.header__logo--dark {
    display: none;
}

body.home .header.active .header__logo > img.header__logo--dark {
    display: block;
}

body:not(.home) .header .header__logo > img.header__logo--light {
    display: none;
}

body.home .header.active .header__logo > img.header__logo--light {
    display: none;
}

.header .header__menu {
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 32px;
}

.header .header__menu > li {
    position: relative;
}

.header .header__menu > li > a {
    display: block;
    position: relative;
    font-family: "Mulish", sans-serif;
    font-weight: 700;
    color: #fff;
}

.header .header__menu > li.menu-item-has-children > a {
    padding-right: 20px;
}

.header .header__menu > li.menu-item-has-children > a::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    background-image: url('../img/tabler-icon-chevron-right.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    transition: all .5s;
}

.header .header__menu > li:hover > a::before {
    transform: translate(0, -50%) rotate(180deg); 
}

body.home .header.active .header__menu > li:not(.section__btn) > a,
body:not(.home) .header .header__menu > li:not(.section__btn) > a {
    color: #111;
}

.header .header__menu > li:hover:not(.section__btn) > a,
.header .header__menu > li.current-menu-item:not(.section__btn) > a,
.header .header__menu > li.current_page_item:not(.section__btn) > a,
.header .header__menu > li.current-page-ancestor:not(.section__btn) > a,
.header .header__menu > li.current-menu-ancestor:not(.section__btn) > a,
.header .header__menu > li.current_page_parent:not(.section__btn) > a,
.header .header__menu > li.current_page_ancestor:not(.section__btn) > a {
    color: #55C64F!important;
}

.header .header__menu > li > .sub-menu {
    position: absolute;
    top: 100%;
    left: 0%;
    z-index: 400;
    list-style-type: none;
    display: none;
    border-radius: 12px;
    overflow: hidden;
}

.header .header__menu > li:hover > .sub-menu {
    display: block;
}

.header .header__menu > li > .sub-menu > li > a {
    background: linear-gradient(90deg, #55C64F 0%, #00C7D9 100%);
    padding: 16px 32px;
    white-space: nowrap;
    display: block;
    font-family: "Mulish", sans-serif;
    font-weight: 700;
    color: #fff;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0, .1);
}

.header .header__menu > li > .sub-menu > li:last-child > a {
    border-bottom: 0;
}

.header .header__menu > li > .sub-menu > li:hover > a,
.header .header__menu > li > .sub-menu > li.current-menu-item > a,
.header .header__menu > li > .sub-menu > li.current_page_item > a {
    text-decoration: underline;
}

.header .header__hamburger .line {
	width: 32px;
	height: 2px;
	background-color: #fff;
	display: block;
	margin: 10px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

body:not(.home) .header .header__hamburger .line,
.header.active .header__hamburger .line {
    background-color: #55C64F;
}

.header .header__hamburger .line:first-child,
.header .header__hamburger .line:last-child {
	width: 20px;
}

.header .header__hamburger .line:first-child {
	margin-top: 0;
}

.header .header__hamburger .line:last-child {
	margin-bottom: 0;
}

.header .header__hamburger:hover {
	cursor: pointer;
}

.header .header__hamburger.is-active .line:nth-child(1) {
	-webkit-transform: translateY(12px) rotate(45deg);
	-ms-transform: translateY(12px) rotate(45deg);
	-o-transform: translateY(12px) rotate(45deg);
	transform: translateY(12px) rotate(45deg);
	width: 32px;
}

.header .header__hamburger.is-active .line:nth-child(2) {
	opacity: 0;
}

.header .header__hamburger.is-active .line:nth-child(3) {
	-webkit-transform: translateY(-12px) rotate(-45deg);
	-ms-transform: translateY(-12px) rotate(-45deg);
	-o-transform: translateY(-12px) rotate(-45deg);
	transform: translateY(-12px) rotate(-45deg);
	width: 32px;
}

.hero .hero__img {
    position: relative;
}

.hero .hero__img > img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100vh;
}

.hero .hero__caption {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    color: #fff;
    z-index: 100;
}

.hero .hero__caption > * {
    width: 66.6667%;
}

@media only screen and (max-width : 1200px) {
   .hero .hero__caption > * {
        width: 100%;
    }
}

.hero .hero__caption > *:not(:last-child) {
    margin-bottom: 32px;
}

.hero .hero__buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 32px;
}

.banner .banner__img {
    position: relative;
}

.banner .banner__img > img {
    width: 100%;
    aspect-ratio: 1920/300;
    object-fit: cover;
    object-position: center;
}

@media only screen and (max-width : 768px) {
    .banner .banner__img > img {
        aspect-ratio: 16/9;
    }
}

.banner .banner__caption {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 100;
    color: #fff;
}

.banner .banner__header > *:not(:last-child),
.full-width .full-width__header > *:not(:last-child) {
    margin-bottom: 8px;
}

.banner .banner__caption > *:not(:last-child),
.full-width .full-width__caption > *:not(:last-child) {
    margin-bottom: 32px;
}

.full-width .full-width__img > img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
}

.fifty-fifty__gradient {
    background: linear-gradient(90deg, #55C64F 0%, #00C7D9 100%);
    color: #fff;
}

.fifty-fifty__gradient .section__suptitle {
    background: none;
    color: #fff;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit;
}

.fifty-fifty .fifty-fifty__columns {
    display: flex;
    flex-wrap: wrap;
    margin: -32px;
}

.fifty-fifty .fifty-fifty__column {
    width: 50%;
    padding: 32px;
}

@media only screen and (max-width : 768px) {
    .fifty-fifty .fifty-fifty__column {
        width: 100%;
    }
}

.fifty-fifty__reverse .fifty-fifty__column:first-child {
    order: 2;
}

.fifty-fifty__reverse .fifty-fifty__column:last-child {
    order: 1;
}

.fifty-fifty .fifty-fifty__column:only-child {
    width: 100%;
}

.fifty-fifty .fifty-fifty__img > img {
    width: 100%;
	aspect-ratio: 6/5;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
}

.contact-us {
    background-color: #1E1E1E;
    color: #fff;
}

.contact-us .contact-us__columns {
    display: flex;
    flex-wrap: wrap;
    margin: -32px;
}

@media only screen and (max-width : 768px) {
    .contact-us .contact-us__columns {
        margin: -16px;
    }
}

.contact-us .contact-us__column {
    width: 50%;
    padding: 32px;
}

@media only screen and (max-width : 768px) {
    .contact-us .contact-us__column {
        width: 100%;
        padding: 16px;
    }
}

.contact-us .contact-us__header > h3 > a:hover {
    text-decoration: underline;
}

.contact-us .contact-us__form {
    background-color: #fff;
    padding: 32px;
    position: relative;
    border-radius: 16px;
}

.contact-us .contact-us__details > *:not(:last-child) {
    margin-bottom: 32px;
}

.contact-us .contact-us__detail {
    display: flex;
    align-items: center;
    gap: 32px;
}

.contact-us .contact-us__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 32px;
    height: 100%;
}

.contact-us .contact-us__socials {
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer {
    padding: 24px 0;
    font-size: 14px;
    background: linear-gradient(90deg, #55C64F 0%, #00C7D9 100%);
    color: #fff;
}

@media only screen and (max-width : 768px) {
    .footer {
        padding: 16px 0;
        font-size: 12px;
    }
}

.footer a:hover {
    text-decoration: underline;
}

.footer .footer__columns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
}

@media only screen and (max-width : 768px) {
    .footer .footer__columns {
        flex-wrap: wrap;
        gap: 8px;
    }

    .footer .footer__column {
        width: 100%;
        text-align: center;
    }
}

.wpcf7-form {
    color: #111;
}

.wpcf7-form > *:not(:last-child) {
    margin-bottom: 16px;
}

.wpcf7-text,
.wpcf7-email,
.wpcf7-tel,
.wpcf7-textarea {
    width: 100%;
    background-color: transparent;
    display: block;
    padding: 16px 0;
    border-bottom: 1px solid #074C3D59;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #000;
}

.wpcf7-text.wpcf7-not-valid,
.wpcf7-email.wpcf7-not-valid,
.wpcf7-tel.wpcf7-not-valid,
.wpcf7-textarea.wpcf7-not-valid {
    border-bottom: 1px solid red;
}

.wpcf7-text::placeholder,
.wpcf7-email::placeholder,
.wpcf7-tel::placeholder,
.wpcf7-textarea::placeholder {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #000;
}

.wpcf7-acceptance {
    font-size: 12px;
    display: block;
}

.wpcf7-acceptance.wpcf7-not-valid {
    padding: 16px;
    border: 1px solid red;
}

.wpcf7-list-item {
    margin: 0!important;
}

.wpcf7-submit {
    padding: 16px 32px!important;
    display: inline-block!important;
    font-family: "Mulish", sans-serif!important;
    font-weight: 700!important;
    font-size: 16px!important;
    background: linear-gradient(90deg, #55C64F 0%, #00C7D9 100%)!important;
    color: #fff!important;
    line-height: 1.5!important;
    transition: all .5s!important;
    border-radius: 12px!important;
}

.wpcf7-submit:hover {
    cursor: pointer!important;
}

.wpcf7-response-output {
    padding: 16px!important;
    margin: 0!important;
    font-size: 12px!important;
}

.wpcf7-not-valid-tip {
    font-size: 12px!important;
}

.gallery {
    display: flex!important;
    flex-wrap: wrap!important;
    margin: -16px!important;
}

.gallery-item {
    width: 25%!important;
    flex: 0 0 25%!important;
    padding: 16px!important;
}

@media only screen and (max-width : 1200px) {
    .gallery-item {
        width: 33.3333%!important;
        flex: 0 0 33.3333%!important; 
    }
}

@media only screen and (max-width : 768px) {
    .gallery-item {
        width: 50%!important;
        flex: 0 0 50%!important; 
    }
}

@media only screen and (max-width : 576px) {
    .gallery-item {
        width: 100%!important;
        flex: 0 0 100%!important; 
    }
}

.gallery-icon > a {
    display: block;
    aspect-ratio: 16/9;
}

.gallery-icon > a > img {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover!important;
    object-position: center!important;
    border: 0!important;
}

.gallery-caption {
    position: relative!important;
    background: #D1C79659!important;
    font-size: 18px!important;
    font-family: "Aboreto", system-ui!important;
    font-weight: 400!important;
    color: #074C3D!important;
    line-height: 1.2!important;
    text-shadow: none!important;
    padding: 16px!important;
}

.menu-mobile {
	display: none;
	position: fixed;
	top: 96px;
	left: 0;
	width: 100%;
	background-color: #55C64F;
	padding: 16px 0;
	text-align: right;
	max-height: calc(100vh - 96px);
	overflow-y: scroll;
	z-index: 400;
}

.header.scroll + .menu-mobile {
    display: none!important;
}

.menu-mobile .menu-mobile__nav ul {
	list-style-type: none;
}

.menu-mobile .menu-mobile__nav li {
    position: relative;
}

.menu-mobile .menu-mobile__nav a {
	color: #fff;
	display: block;
	padding: 16px 0;
	position: relative;
	font-family: "Aboreto", system-ui;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
}

.menu-mobile .menu-mobile__nav li:hover>a,
.menu-mobile .menu-mobile__nav li.current_page_item>a,
.menu-mobile .menu-mobile__nav li.current-menu-item>a,
.menu-mobile .menu-mobile__nav li.current_page_ancestor>a,
.menu-mobile .menu-mobile__nav li.current_page_ancestor>a,
.menu-mobile .menu-mobile__nav li.current-menu-ancestor>a,
.menu-mobile .menu-mobile__nav li.current-menu-ancestor>a {
	text-decoration: underline;
}

.menu-mobile .menu-mobile__nav li:after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(0, 0, 0, .1);
}

.menu-mobile .menu-mobile__nav .menu>li:last-child::after {
	display: none;
}

.menu-mobile .menu-mobile__nav .menu-item-has-children > span {
    position: absolute;
    top: 18.5px;
    transform: rotate(90deg);
    right: 0;
    width: 16px;
    height: 16px;
    background-image: url('../img/bx-chevron-right.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0%) invert(100%);
    transition: all .5s;
}

.menu-mobile .menu-mobile__nav .menu-item-has-children > span.active {
    transform: rotate(270deg); 
}

.menu-mobile .menu-mobile__nav .menu-item-has-children > a {
    margin-right: 32px;
}

.menu-mobile .menu-mobile__nav .sub-menu {
    display: none;
    border-top: 1px solid rgba(0,0,0, .1);
}

.for-whom {
    background-color: #F4F4F4;
}

.for-whom .for-whom__columns {
    display: flex;
    flex-wrap: wrap;
    margin: -16px;
}

.for-whom .for-whom__column {
    width: 33.3333%;
    padding: 16px;
}

@media only screen and (max-width : 1200px) {
    .for-whom .for-whom__column {
        width: 50%;
    }
}

@media only screen and (max-width : 768px) {
    .for-whom .for-whom__column {
        width: 100%;
    }
}

.for-whom .for-whom__img {
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
}

.for-whom .for-whom__img > a > img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 16/9;
}

.for-whom .for-whom__title {
    background: linear-gradient(90deg, #55C64F 0%, #00C7D9 100%);
    color: #fff;
    padding: 16px 32px;
}

.for-whom .for-whom__caption {
    padding: 32px;
}

.for-whom .for-whom__caption > *:not(:last-child) {
    margin-bottom: 32px;
}

.for-whom .for-whom__desc > *:not(:last-child) {
    margin-bottom: 32px;
}

.for-whom .for-whom__tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.for-whom .for-whom__tag > a {
    padding: 6px 14px;
    border: 2px solid #55C64F;
    border-radius: 12px;
    font-family: "Mulish", sans-serif;
    font-weight: 700;
    display: inline-block;
    transition: all .5s;
}

.for-whom .for-whom__tag > a:hover {
    background-color: #55C64F;
    color: #fff;
}

.history {
    background-image: url('../img/oferta-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.history .history__caption {
    padding: 64px;
    border: 4px solid #55C64F;
    border-radius: 16px;
}

@media only screen and (max-width : 1200px) {
    .history .history__caption {
        padding: 32px;
    }
}

.history .history__row:not(:last-child) {
    margin-bottom: 32px;
}

.history .history__columns {
    display: flex;
    flex-wrap: wrap;
    margin: -16px;
}

.history .history__column {
    padding: 16px;
}

.history .history__column:first-child {
    width: 33.3333%;
    text-align: right;
}

@media only screen and (max-width : 768px) {
    .history .history__column:first-child {
        width: 100%;
        text-align: left;
    }
}

.history .history__column:last-child {
    width: 66.6667%;
    text-align: left;
}

@media only screen and (max-width : 768px) {
    .history .history__column:last-child {
        width: 100%;
    }
}

.history .history__title {
    background: linear-gradient(90deg, #55C64F 0%, #00C7D9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blog .blog__columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
}

.blog .blog__boxes,
.realizations .realizations__columns {
    display: flex;
    flex-wrap: wrap;
    margin: -16px;
}

.blog .blog__box,
.realizations .realizations__column {
    width: 33.3333%;
    padding: 16px;
}

@media only screen and (max-width : 1200px) {
    .blog .blog__box,
    .realizations .realizations__column {
        width: 500%;
    }
}

@media only screen and (max-width : 768px) {
    .blog .blog__box,
    .realizations .realizations__column {
        width: 100%;
    }
}

.blog .blog__img,
.realizations .realizations__img {
    background-color: #F4F4F4;
    border-radius: 16px;
    overflow: hidden;
}

.realizations .realizations__img > a {
    display: none;
}

.realizations .realizations__img > a:first-child {
    display: block;
}

.blog .blog__img > a > img,
.realizations .realizations__img > a > img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    object-position: center;
}

.blog .blog__caption,
.realizations .realizations__caption {
    padding: 32px;
}

.blog .blog__caption > *:not(:last-child),
.realizations .realizations__caption > *:not(:last-child) {
    margin-bottom: 16px;
}

[data-accordion] {
    line-height: 1.5;
}

[data-control],
[data-content] > * {
    border-bottom: 1px solid #CCCCCC;
    padding: 16px 0;
}

[data-content] [data-accordion] {
    border: 0;
    padding: 0;
}

[data-accordion] [data-control] {
    position: relative;
    padding-right: 40px;
}

[data-accordion] > [data-control]:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    height: 36px;
    width: 36px;
    background: url('../img/arrow-down.svg') center center no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}

[data-accordion].open > [data-control]:after {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url('../img/arrow-up.svg') center center no-repeat;
}

.accordion__desc > *:not(:last-child) {
    margin-bottom: 16px;
}

.accordion__desc ul,
.accordion__desc ol {
    padding-left: 16px;
}

.offer {
    background-image: url('../img/oferta-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.offer .offer__columns {
    display: flex;
    flex-wrap: wrap;
    margin: -16px;
}

.offer .offer__column {
    width: 33.3333%;
    padding: 16px;
}

@media only screen and (max-width : 1200px) {
    .offer .offer__column {
        width: 50%;
    }
}

@media only screen and (max-width : 768px) {
    .offer .offer__column {
        width: 100%;
    }
}

.offer .offer__link {
    border: 4px solid #55C64F;
    border-radius: 16px;
    display: flex;
    align-items: center;
    padding: 32px;
    transition: all .5s;
}

.offer .offer__link:hover {
    background-color: rgba(85, 198, 79, .3);
}

.offer .offer__link > *:not(:last-child) {
    margin-right: 32px;
    padding-right: 32px;
    border-right: 1px solid rgba(255,255,255, .5);
}

.offer .offer__icon {
    flex: 0 0 90px;
    width: 90px;
    max-width: 90px;
}

.offer .offer__icon > img {
    object-fit: contain;
    object-position: center;
}

.offer .offer__title {
    display: flex;
    align-items: center;
}

.faq .faq__columns {
    display: flex;
    flex-wrap: wrap;
    margin: -16px;
}

.faq .faq__column {
    padding: 16px;
}

.faq .faq__column:first-child {
    width: 33.3333%;
}

@media only screen and (max-width : 768px) {
    .faq .faq__column:first-child {
        width: 100%;
    }
}

.faq .faq__column:last-child {
    width: 66.6667%;
}

@media only screen and (max-width : 768px) {
    .faq .faq__column:last-child {
        width: 100%;
    }
}

ul.tabs {
    list-style-type: none;
}

ul.tabs li {
    transition: all .5s;
    cursor: pointer;
}

ul.tabs li.current {
   background: linear-gradient(90deg, #55C64F 0%, #00C7D9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

ul.tabs li:not(:last-child) {
    margin-bottom: 24px;
}

.tab-content {
    display: none;
}

.tab-content.current {
    display: block;
}

.breadcrumbs {
    font-family: "Mulish", sans-serif;
	font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}

.slick-prev,
.slick-next {
    display: none;
    width: 80px;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 100;
}

.slick-prev {
    left: 0;
    background: url('../img/chevron-prev.svg');
    transform: translate(-50%, -50%);
}

.slick-next {
    right: 0;
    background: url('../img/chevron-next.svg');
    transform: translate(50%, -50%);
}

.slick-prev:hover,
.slick-prev:focus {
    background: url('../img/chevron-prev.svg');
}

.slick-next:hover,
.slick-next:focus {
    background: url('../img/chevron-next.svg');
}

.slick-prev::before,
.slick-next::before {
    display: none;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-dots {
    position: relative;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 32px;
}

.slick-dots li {
    border: 2px solid #55C64F;
    width: 16px;
    height: 16px;
    margin: 0;
    transition: all .5s;
    border-radius: 50%;
}

.slick-dots li:hover,
.slick-dots li.slick-active {
    background-color: #55C64F;
}

.slick-dots li button {
    display: none;
}

.nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.nav-links .page-numbers {
    font-weight: 700;
    font-family: "Mulish", sans-serif;
}

.nav-links .page-numbers.current {
    color: #55C64F;
}

.nav-links .page-numbers.prev,
.nav-links .page-numbers.next {
    width: 32px;
    height: 32px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0;
}

.nav-links .page-numbers.prev {
    background-image: url('../img/chevron-prev.svg');
}

.nav-links .page-numbers.next {
    background-image: url('../img/chevron-next.svg');
}