@font-face {
    font-family: montserrat-black;
    src: url("img/Montserrat-Black.ttf");
}

@font-face {
    font-family: montserrat-bold;
    src: url("img/Montserrat-Bold.ttf");
}

@font-face {
    font-family: montserrat-semiBold;
    src: url("img/Montserrat-SemiBold.ttf");
}

@font-face {
    font-family: montserrat-medium;
    src: url("img/Montserrat-Medium.ttf");
}

@font-face {
    font-family: montserrat-regular;
    src: url("img/Montserrat-Regular.ttf");
}

@font-face {
    font-family: montserrat-light;
    src: url("img/Montserrat-Light.ttf");
}

@font-face {
    font-family: kauschanscript;
    src: url("img/KaushanScript-Regular.ttf");
}

h1,
p,
h2,
h3,
h4,
h5 {
    margin: 0;
}

body {
    padding: 0;
    margin: 0;
    width: 100%;
    overflow-x: hidden;
}

html {
    padding: 0;
    margin: 0;
    width: 100%;
    overflow-x: hidden;
}

.header {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.header .apla {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 60%;
    background-image: url("./img/apla.png");
    background-repeat: no-repeat;
    background-size: contain;
    min-width: 1920px;
    min-height: 822px;
}

.wrapper {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding-top: 50px;
}

.wrapper .logo-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: end;
    position: relative;
    margin: auto;
    max-width: 1194px;
    padding: 0 32px;
    box-sizing: border-box;
}

.wrapper .logo-wrapper .line {
    position: absolute;
    left: -180px;
    top: -50px;
}

.wrapper .logo-wrapper .logo-text {
    font-size: 39px;
    line-height: 43px;
    color: #ffffff;
    font-family: montserrat-light;
    font-style: normal;
    font-weight: normal;
    text-align: right;
    margin-bottom: 0;
}

.wrapper .logo-wrapper .logo-text b {
    font-family: montserrat-black;
}

.wrapper .section-1 {
    display: flex;
    max-width: 1194px;
    gap: 40px;
    align-items: end;
    margin: auto;
    margin-top: 40px;
    padding: 0 32px;
    box-sizing: border-box;
}

.wrapper .section-1 .info-wrapper {
    width: 100%;
    max-width: 470px;
    position: relative;
}

.wrapper .section-1 .info-wrapper .title {
    color: #ffffff;
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    font-family: montserrat-bold;
    margin-bottom: 32px;
    max-width: 375px;
}

.wrapper .section-1 .info-wrapper .text {
    color: #27a48d;
    font-size: 22px;
    line-height: 30px;
    font-family: montserrat, sans-serif;
    max-width: 375px;
}

.wrapper .section-1 .info-wrapper .arrow {
    position: absolute;
    right: 0;
}

.wrapper .title-wrapper-start {
    padding-top: 78px;
    margin-left: 64px;
    box-sizing: border-box;
    display: none;
    max-width: 375px;
    position: relative;
}

.wrapper .title-wrapper-start .title {
    color: #ffffff;
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    font-family: montserrat-bold;
    margin-bottom: 32px;
}

.wrapper .title-wrapper-start .text {
    color: #27a48d;
    font-size: 22px;
    line-height: 30px;
    font-family: montserrat, sans-serif;
}

.wrapper .title-wrapper-start .arrow {
    position: absolute;
    right: -20%;
    bottom: 0;
    transform: scaleY(-1) rotate(-45deg);
}

.wrapper .section-1 .info-wrapper .hero {
    width: 100%;
    max-width: 350px;
    margin-top: 64px;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.5s ease-in-out;
}

.wrapper .section-1 .info-wrapper .quote-wrapper.visible .hero {
    opacity: 1;
    transform: translate(0);
}

.wrapper .section-1 .info-wrapper .quote {
    width: 100%;
    max-width: 360px;
    margin-top: 60px;
    color: #27a48d;
    font-family: kauschanscript;
    font-size: 22px;
    line-height: 33px;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.5s ease-in-out 0.3s;
}

.wrapper .section-1 .info-wrapper .quote::before {
    position: absolute;
    left: -24px;
    bottom: 30px;
    content: url("./img/quote.png");
    transform: translate(-100%, 100%);
}

.wrapper .section-1 .info-wrapper .quote::after {
    position: absolute;
    right: 0;
    top: 30px;
    transform: translate(100%, -100%) rotate(180deg);
    content: url("./img/quote.png");
}

.wrapper .section-1 .info-wrapper .quote-wrapper.visible .quote {
    opacity: 1;
    transform: translate(0);
}

.wrapper .section-1 .info-wrapper .legal {
    width: 100%;
    max-width: 280px;
    margin-top: 72px;
    font-family: montserrat-regular;
    font-size: 12px;
    line-height: 20px;
    color: #909090;
}

.wrapper .section-1 .form-wrapper {
    width: 100%;
    max-width: 620px;
    background-color: #ffffff;
    padding: 52px;
    border-radius: 20px;
    box-shadow: 6px 6px 29px rgba(0, 0, 0, 0.05);
    /* box-sizing: border-box; */
}

.wrapper .section-1 .form-wrapper input {
    width: 100%;
    background-color: #f4f4f4;
    padding: 12px 24px;
    border-radius: 5px;
    font-family: montserrat-regular;
    font-size: 16px;
    line-height: 38px;
    color: #909090;
    border: none;
    margin-bottom: 22px;
}

.wrapper .section-1 .form-wrapper input.error {
    outline: 1px solid #e97a7a;
}

.wrapper .section-1 .form-wrapper .select-wrapper {
    position: relative;
    margin-bottom: 22px;
}

.wrapper .section-1 .form-wrapper .select-wrapper select {
    display: none;
}

.wrapper .section-1 .form-wrapper .select-wrapper .select {
    width: 100%;
    background-color: #f4f4f4;
    padding: 12px 24px;
    border-radius: 5px;
    font-family: montserrat-regular;
    font-size: 16px;
    line-height: 38px;
    color: #909090;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
}

.wrapper .section-1 .form-wrapper .select-wrapper .select.error {
    outline: 1px solid #e97a7a;
}

.wrapper .section-1 .form-wrapper .select-wrapper .options {
    position: absolute;
    left: 0;
    right: 0;
    max-height: 0;
    overflow: auto;
    transition: all 0.1s ease-in-out;
    z-index: 1;
}

.wrapper .section-1 .form-wrapper .select-wrapper .options .option {
    padding: 12px 20px;
    background-color: #f4f4f4;
    cursor: pointer;
    color: #909090;
    font-size: 16px;
    line-height: 38px;
    font-family: montserrat-regular;
}

.wrapper .section-1 .form-wrapper .select-wrapper .options .option:hover,
.wrapper .section-1 .form-wrapper .select-wrapper .options .option.active {
    background-color: #27a48d;
    transition: all 0.1s ease-in-out;
    color: #ffffff;
}

.wrapper .section-1 .form-wrapper .select-wrapper.open .options {
    max-height: 350px;
}

.wrapper .section-1 .form-wrapper .select-wrapper .arrow-wrapper img{
    transition: transform 0.3s ease-in-out;
}

.wrapper .section-1 .form-wrapper .select-wrapper.open .arrow-wrapper img{
    transform: rotate(180deg);
}

.wrapper .section-1 .form-wrapper .select-wrapper .arrow-wrapper {
    position: absolute;
    width: 60px;
    right: 0;
    top: 10px;
    bottom: 10px;
    border-left: 2px solid #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.wrapper .section-1 .form-wrapper input::placeholder {
    color: #909090;
}

.wrapper .section-1 .form-wrapper .form-info {
    font-size: 16px;
    color: #231f20;
    line-height: 38px;
    margin: 22px 0;
    font-family: montserrat-regular;
}

.wrapper .section-1 .form-wrapper textarea {
    width: 100%;
    background-color: #f4f4f4;
    padding: 12px 24px;
    border-radius: 5px;
    font-family: montserrat-regular;
    font-size: 16px;
    line-height: 34px;
    color: #909090;
    border: none;
    outline: none;
    margin-bottom: 16px;
    resize: none;
}

.wrapper .section-1 .form-wrapper textarea.error {
    outline: 1px solid #e97a7a;
}

.wrapper .section-1 .form-wrapper .agreement-wrapper {
    display: flex;
    gap: 24px;
}

.wrapper .section-1 .form-wrapper .agreement-wrapper label {
    display: block;
    width: calc(100% - 46px);
    font-family: montserrat-light;
    font-size: 12px;
    line-height: 20px;
    color: #231f20;
    cursor: pointer;
}

.wrapper .section-1 .form-wrapper .agreement-wrapper input[type="checkbox"] {
    position: relative;
    width: 22px;
    height: 22px;
    border-radius: 2px;
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    display: block;
    clip-path: inset(0 0 0 0 round 2px);
    background-color: transparent;
    border-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.wrapper .section-1 .form-wrapper .agreement-wrapper input[type="checkbox"]::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 2px;
    top: 0;
    left: 0;
    border: 1px solid #27a48d;
    position: absolute;
}

.wrapper .section-1 .form-wrapper .agreement-wrapper input[type="checkbox"]::after {
    position: absolute;
    content: url("./img/check.png");
    left: 50%;
    top: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
}

.wrapper .section-1 .form-wrapper .agreement-wrapper input[type="checkbox"]:checked::after {
    opacity: 1;
}

.wrapper .section-1 .form-wrapper .agreement-wrapper input[type="checkbox"].error::before {
    border: 1px solid #e97a7a;
}

.wrapper .section-1 .form-wrapper .send-wrapper {
    margin-top: 36px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.wrapper .section-1 .form-wrapper .send-wrapper .error-text {
    font-family: montserrat-regular;
    font-size: 16px;
    color: #e97a7a;
    opacity: 0;
}

.wrapper .section-1 .form-wrapper .send-wrapper .send {
    background-color: transparent;
    border: 2px solid #27a48d;
    border-radius: 30px;
    color: #27a48d;
    font-family: montserrat-semiBold;
    font-size: 16px;
    min-width: 265px;
    padding-left: 38px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    cursor: pointer;
}

.wrapper .section-1 .form-wrapper .send-wrapper .submit {
    display: none;
}

.wrapper .section-1 .form-wrapper .send-wrapper .send p {
    margin: 0;
    width: fit-content;
}

.wrapper .section-1 .form-wrapper .send-wrapper .send .green-wrapper {
    position: absolute;
    top: 4px;
    left: 4px;
    bottom: 4px;
    right: 4px;
    background-color: #27a48d;
    clip-path: inset(0 0 0 205px round 30px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.wrapper .section-1 .form-wrapper .send-wrapper .send .green-wrapper .arrow-btn {
    padding-right: 14px;
}

.wrapper .section-1 .form-wrapper .send-wrapper .send .green-wrapper p {
    color: #ffffff;
    font-family: montserrat-semiBold;
    font-size: 16px;
    padding-left: 34px;
}

.wrapper .section-1 .form-wrapper .send-wrapper .send:hover .green-wrapper {
    clip-path: inset(0 0 0 0 round 30px);
}

.wrapper .section-1 .form-wrapper.error .error-text {
    opacity: 1;
}

.wrapper .divider {
    margin: 150px 0;
    border-top: 1px dashed #27a48d;
    padding: 0 32px;
}

.wrapper .section-2 {
    display: flex;
    max-width: 1266px;
    gap: 40px;
    margin: auto;
    box-sizing: border-box;
    align-items: start;
    overflow: hidden;
    padding-top: 16px;
    padding-right: 104px;
    margin-top: -16px;
    position: relative;
    right: -36px;
    padding-bottom: 120px;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.5s ease-in-out 0.2s;
}

.wrapper .section-2.visible {
    opacity: 1;
    transform: translateY(0);
}

.wrapper .section-2 .info-wrapper {
    width: 100%;
    max-width: 470px;
    position: relative;
}

.wrapper .section-2 .info-wrapper .title {
    font-size: 39px;
    line-height: 43px;
    color: #27a48d;
    font-family: montserrat-light;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 0;
}

.wrapper .section-2 .info-wrapper .title b {
    font-family: montserrat-black;
}

.wrapper .section-2 .info-wrapper .text {
    font-size: 20px;
    line-height: 24px;
    color: #231f20;
    font-family: montserrat-regular;
    margin-top: 44px;
    max-width: 270px;
}

.wrapper .section-2 .info-wrapper .icons-wrapper {
    margin-top: 68px;
    display: flex;
    gap: 16px;
    flex-direction: column;
    max-width: 300px;
}

.wrapper .section-2 .info-wrapper .icons-wrapper .icon-wrapper {
    display: flex;
    gap: 40px;
    align-items: center;
}

.wrapper .section-2 .info-wrapper .icons-wrapper .icon-wrapper .icon-container {
    position: relative;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    border: 1px dashed #27a48d;
}

.wrapper .section-2 .info-wrapper .icons-wrapper .icon-wrapper .icon-container .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.wrapper .section-2 .info-wrapper .icons-wrapper .icon-wrapper .icon-text {
    color: #27a48d;
    font-family: montserrat-regular;
    font-size: 16px;
    line-height: 24px;
    width: calc(100% - 120px);
}

.wrapper .section-2 .carousel-wrapper {
    width: 100%;
    max-width: 620px;
    padding: 52px;
    background-color: #27a48d;
    border-radius: 40px;
    position: relative;
    box-sizing: border-box;
    min-height: 423px;
}

.wrapper .section-2 .carousel-wrapper .bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 40px;
    background: url("./img/shadow.png");
    overflow: hidden;
    background-size: cover;
}

.wrapper .section-2 .carousel-wrapper .symbol {
    position: absolute;
    top: 32px;
    right: 55px;
}

.wrapper .section-2 .carousel-wrapper .circle {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-50%, 50%);
}

.wrapper .section-2 .carousel-wrapper .item-wrapper .item-text-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
}

.wrapper .section-2 .carousel-wrapper .item-wrapper .item-text {
    position: absolute;
    left: 52px;
    top: 52px;
    transition: all 0.3s ease-in-out;
    transform: translate(-200%);
}

.wrapper .section-2 .carousel-wrapper .item-wrapper .item-name {
    font-family: montserrat-light;
    font-size: 39px;
    line-height: 43px;
    color: #ffffff;
}

.wrapper .section-2 .carousel-wrapper .item-wrapper .item-info {
    font-family: montserrat-black;
    font-size: 95px;
    line-height: 105px;
    color: #ffffff;
}

.wrapper .section-2 .carousel-wrapper .item-wrapper .item-info span {
    font-family: montserrat-black;
    font-size: 52px;
    line-height: 105px;
}

.wrapper .section-2 .carousel-wrapper .item-wrapper .hero-after {
    position: absolute;
    top: -68px;
    right: -124px;
    opacity: 0;
    transform: translate(20px);
    transition: all 0.3s ease-in-out;
}

.wrapper .section-2 .carousel-wrapper .item-wrapper .hero-before {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(-60%, 50%);
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.wrapper .section-2 .carousel-wrapper .item-wrapper .hero-after-1 {
    top: -16px;
    right: -72px;
    width: 80.5%;
}

.wrapper .section-2 .carousel-wrapper .item-wrapper .hero-wrapper-after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}

.wrapper .section-2 .carousel-wrapper .item-wrapper .hero-after-2 {
    top: 16px;
    right: 16px;
    width: 41.5%;
}

.wrapper .section-2 .carousel-wrapper .item-wrapper.active .item-text {
    opacity: 1;
    transform: translate(0);
}

.wrapper .section-2 .carousel-wrapper .item-wrapper.active .hero-after {
    opacity: 1;
    transform: translate(0);
}

.wrapper .section-2 .carousel-wrapper .item-wrapper.active .hero-before {
    opacity: 1;
    transform: translate(-50%, 50%);
}

.wrapper .section-2 .carousel-wrapper .before {
    position: absolute;
    left: 18%;
    top: 49%;
}

.wrapper .section-2 .carousel-wrapper .after {
    position: absolute;
    left: 36%;
    top: 63%;
}

.wrapper .section-2 .carousel-wrapper .before-m {
    position: absolute;
    left: 27%;
    top: 18%;
    display: none;
}

.wrapper .section-2 .carousel-wrapper .after-m {
    position: absolute;
    right: 35%;
    bottom: 20%;
    display: none;
}

.wrapper .section-2 .carousel-wrapper .navs {
    display: flex;
    position: absolute;
    bottom: 28px;
    left: 22%;
    gap: 28px;
    align-items: center;
}

.wrapper .section-2 .carousel-wrapper .navs .nav-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 2px solid #27a48d;
    transition: all 0.3s ease-in-out;
    position: relative;
    cursor: pointer;
}

.wrapper .section-2 .carousel-wrapper .navs .nav-btn .arrow-m {
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.wrapper .section-2 .carousel-wrapper .navs .nav-btn .arrow,
.wrapper .section-2 .carousel-wrapper .navs .nav-btn .arrow-m {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.wrapper .section-2 .carousel-wrapper .navs .nav-btn:hover {
    background-color: #27a48d;
    border: 2px solid #27a48d;
}

.wrapper .section-2 .carousel-wrapper .navs .nav-btn.right .arrow,
.wrapper .section-2 .carousel-wrapper .navs .nav-btn.right .arrow-m {
    transform: translate(-50%, -50%) rotate(180deg);
}

.wrapper .section-2 .carousel-wrapper .navs .navs-circle {
    display: flex;
    gap: 16px;
}

.wrapper .section-2 .carousel-wrapper .navs .navs-circle .c-circle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #ffffff;
}

.wrapper .section-2 .carousel-wrapper .navs .navs-circle .c-circle.active {
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

.wrapper .section-3 {
    position: relative;
    display: flex;
    gap: 40px;
    align-items: end;
    margin: auto;
    padding: 0 32px;
    box-sizing: border-box;
    padding-top: 92px;
    padding-bottom: 132px;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.5s ease-in-out 0.2s;
}

.wrapper .section-3.visible {
    opacity: 1;
    transform: translateY(0);
}

.wrapper .section-3 .bg {
    position: absolute;
    width: 100vw;
    left: 50%;
    transform: translate(-50%);
    background-color: #f4f4f4;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.wrapper .section-3 .container {
    padding: 0 32px;
    max-width: 1428px;
    margin: auto;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}

.wrapper .section-3 .container .title {
    font-family: montserrat-regular;
    font-size: 22px;
    line-height: 38px;
    text-align: center;
    color: #231f20;
    display: flex;
    align-items: center;
    gap: 34px;
    justify-content: center;
}

.wrapper .section-3 .container .title::before,
.wrapper .section-3 .container .title::after {
    content: "";
    width: 50px;
    height: 1px;
    background-color: #231f20;
    display: block;
}

.wrapper .section-3 .container .clients-wrapper {
    width: 100%;
    box-sizing: border-box;
    margin: auto;
}

.wrapper .section-3 .container .client-wrapper {
    max-width: 230px;
    margin: auto;
}

.wrapper .section-3 .container .client-wrapper .photo-wrapper {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    box-shadow:
        inset 0 0 27px 0 rgba(0, 0, 0, 0.03),
        0 0 29px 6px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    position: relative;
    margin: auto;
}

.wrapper .section-3 .container .client-wrapper .photo-wrapper .photo {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.wrapper .section-3 .container .client-wrapper .photo-wrapper .photo-2 {
    transform: translate(-35%, -10%);
}

.wrapper .section-3 .container .client-wrapper .photo-wrapper .photo-3 {
    transform: translate(-50%, -5%);
}

.wrapper .section-3 .container .client-wrapper .photo-wrapper .photo-4 {
    transform: translate(-50%, -11%);
}

.wrapper .section-3 .container .client-wrapper .photo-wrapper .photo-5 {
    transform: translate(-44%);
}

.wrapper .section-3 .container .client-wrapper .opinion {
    margin-top: 52px;
    margin-bottom: 32px;
    font-family: montserrat-regular;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #909090;
    align-items: center;
}

.wrapper .section-3 .container .client-wrapper .name {
    margin-top: 52px;
    margin-bottom: 32px;
    font-family: montserrat-medium;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #231f20;
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: center;
}

.wrapper .section-3 .container .client-wrapper .name::after,
.wrapper .section-3 .container .client-wrapper .name::before {
    height: 2px;
    content: "";
    display: block;
    width: 5px;
    background-color: #231f20;
}

.slick-list {
    padding-top: 100px !important;
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 2px solid #27a48d;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    transform: translate(0, -50%);
}

.slick-next {
    right: 0;
}

.slick-prev .arrow,
.slick-prev .arrow-hover,
.slick-next .arrow,
.slick-next .arrow-hover {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease-in-out;
}

.slick-next .arrow,
.slick-next .arrow-hover {
    transform: translate(-50%, -50%) rotate(180deg);
}

.slick-prev .arrow-hover,
.slick-next .arrow-hover {
    opacity: 0;
}

.slick-prev:hover,
.slick-prev:hover,
.slick-next:hover,
.slick-next:hover {
    background-color: #27a48d;
}

.slick-prev:hover .arrow-hover,
.slick-next:hover .arrow-hover {
    opacity: 1;
}

.slick-prev:hover .arrow,
.slick-next:hover .arrow {
    opacity: 0;
}

footer {
    background-color: #27a48d;
    padding: 32px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 44px;
}

footer .footer-text {
    font-size: 16px;
    line-height: 38px;
    font-family: montserrat-regular;
    color: #001814;
}

footer .footer-divider {
    width: 1px;
    background-color: #001814;
    height: 54px;
}

footer .social-wrapper {
    display: flex;
    gap: 20px;
}

footer .social-wrapper .social {
    mix-blend-mode: difference;
}

.pop-up{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.pop-up .bg{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #27a48d;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.pop-up .container{
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 670px;
    min-height: 330px;
    width: calc(100% - 40px);
    border-radius: 20px;
    transform: translate(-50%, -100vh);
    transition: transform 0.3s ease-in-out;
}

.pop-up .container .close{
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(40%, -40%);
    cursor: pointer;
}

.pop-up .container .text-wrapper{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.pop-up .container .text-wrapper .title{
    font-size: 28px;
    line-height: 38px;
    color: #27a48d;
    font-family: montserrat-bold;
    margin-bottom: 32px;
    text-align: center;
}

.pop-up .container .text-wrapper .text{
    font-size: 22px;
    line-height: 30px;
    color: #27a48d;
    font-family: montserrat-medium;
    text-align: center;
}

.pop-up.open{
    pointer-events: auto;
}

.pop-up.open .bg{
    opacity: 0.8;
}

.pop-up.open .container{
    transform: translate(-50%, -50%);
}

.leaf-wrapper{
    position: absolute;
    height: 100%;
    width: 100vw;
    max-width: 1920px;
    left: 50%;
    transform: translateX(-50%);
}

.leaf{
    position: absolute;
}

.leaf-1{
    max-width: 162px;
    min-width: 100px;
    left: 179px;
    top: 483px;
}

.leaf-2{
    max-width: 254px;
    min-width: 74px;
    right: 76px;
    top: 136px;
}

.leaf-3{
    left: 65%;
    top: 571px;
}

.leaf-4{
    width: 40vw;
    right: 9px;
    top: 310px;
    min-width: 189px;
    display: none;
}

.leaf-5{
    width: 18vw;
    left: 0;
    top: 163px;
    min-width: 70px;
    max-width: 100px;
    display: none;
}

@media screen and (max-width: 1440px) {
    .leaf-2{
        right: 0;
        top: 180px;
    }

    .leaf-1{
        left: 24px;
    }

    .wrapper .section-1 .info-wrapper .quote {
        max-width: 450px;
        display: flex;
    }

    .wrapper .section-1 .info-wrapper .quote::before {
        position: static;
        transform: translate(0, 100%);
        padding-right: 20px;
    }

    .wrapper .section-1 .info-wrapper .quote::after {
        transform: translate(0, -100%) rotate(180deg);
        position: static;
    }
}

@media screen and (max-width: 1024px) {
    .wrapper .logo-wrapper {
        padding: 0 64px;
    }

    .wrapper .logo-wrapper .line {
        position: absolute;
        left: -150px;
        top: -50px;
    }

    .wrapper .section-1 {
        flex-direction: column-reverse;
        padding: 0 64px;
    }

    .wrapper .section-1 .info-wrapper .title-wrapper {
        display: none;
    }

    .wrapper .section-1 .form-wrapper {
        max-width: none;
        box-sizing: border-box;
    }

    .wrapper .section-1 .info-wrapper {
        max-width: none;
        box-sizing: border-box;
    }

    .wrapper .section-1 .info-wrapper .hero {
        display: block;
        margin: auto;
    }

    .wrapper .section-1 .info-wrapper .quote {
        max-width: none;
        margin-top: 52px;
    }

    .wrapper .section-1 .info-wrapper .quote::after {
        padding-right: 20px;
    }

    .wrapper .section-1 .info-wrapper .legal {
        text-align: center;
        max-width: none;
        margin-top: 60px;
    }

    .wrapper .title-wrapper-start {
        display: block;
    }

    .divider {
        padding: 0 100px;
    }

    .wrapper .section-2 {
        right: 0;
        padding-bottom: 220px;
        padding-left: 64px;
        padding-right: 64px;
        flex-direction: column;
        gap: 52px;
    }

    .wrapper .section-2 .info-wrapper {
        width: fit-content;
        max-width: none;
        margin: auto;
    }

    .wrapper .section-2 .info-wrapper .title {
        text-align: center;
    }

    .wrapper .section-2 .info-wrapper .text {
        text-align: center;
        max-width: none;
    }

    .wrapper .section-2 .info-wrapper .icons-wrapper {
        margin: auto;
        max-width: none;
        margin-top: 68px;
    }

    .wrapper .section-2 .carousel-wrapper {
        margin: auto;
        right: -57px;
    }

    .wrapper .section-3 .container {
        padding: 0 64px;
    }

    .wrapper .section-1 .info-wrapper .quote {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .leaf-2{
        width: 19vw;
        right: 101px;
        top: 30px;
    }

    .leaf-1, .leaf-3{
        display: none;
    }

    .leaf-4, .leaf-5{
        display: block;
    }

    .wrapper .logo-wrapper {
        flex-direction: column;
        align-items: start;
        padding: 0 20px;
    }

    .wrapper .logo-wrapper .line {
        position: absolute;
        left: -180px;
        top: -50px;
    }

    .wrapper .logo-wrapper .logo-text {
        width: 100%;
    }

    .wrapper .logo-wrapper .logo-text span {
        display: block;
        margin-bottom: -43px;
    }

    .wrapper .title-wrapper-start {
        margin-left: 20px;
    }

    .wrapper .title-wrapper-start .arrow {
        right: -5%;
        bottom: 5%;
        width: 130px;
    }

    .wrapper .section-1 {
        padding: 0 20px;
    }

    .wrapper .section-1 .form-wrapper {
        padding: 32px;
    }

    .wrapper .section-1 .form-wrapper .send-wrapper {
        flex-direction: column-reverse;
        justify-content: center;
        gap: 16px;
    }

    .wrapper .section-2 {
        padding-left: 20px;
        padding-right: 20px;
        gap: 170px;
        padding-bottom: 160px;
    }

    .wrapper .section-2 .info-wrapper .icons-wrapper {
        margin-top: 52px;
    }

    .wrapper .section-2 .carousel-wrapper {
        right: auto;
        min-height: 550px;
    }

    .wrapper .section-2 .carousel-wrapper .symbol {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .wrapper .section-2 .carousel-wrapper .item-wrapper .hero-before {
        bottom: auto;
        top: 0;
        left: 50%;
        transform: translate(-50%, -60%);
    }

    .wrapper .section-2 .carousel-wrapper .item-wrapper.active .hero-before {
        opacity: 1;
        transform: translate(-50%, -50%);
    }

    .wrapper .section-2 .carousel-wrapper .item-wrapper .item-text {
        left: 12px;
        top: auto;
        bottom: 142px;
    }

    .wrapper .section-2 .carousel-wrapper .circle {
        bottom: auto;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .wrapper .section-2 .carousel-wrapper .after,
    .wrapper .section-2 .carousel-wrapper .before {
        display: none;
    }

    .wrapper .section-2 .carousel-wrapper .after-m,
    .wrapper .section-2 .carousel-wrapper .before-m {
        display: block;
    }

    .wrapper .section-2 .carousel-wrapper .item-wrapper .hero-after-1 {
        top: auto;
        bottom: -10px;
        right: -50px;
        width: 375px;
    }

    .wrapper .section-2 .carousel-wrapper .item-wrapper .hero-after-2 {
        top: auto;
        bottom: -10px;
        right: 12px;
        width: 209px;
    }

    .wrapper .section-2 .carousel-wrapper .item-wrapper .item-name {
        font-size: 29px;
        line-height: 32px;
    }

    .wrapper .section-3 {
        padding-left: 0;
        padding-right: 0;
        padding-top: 72px;
    }

    .wrapper .section-3 .container {
        padding: 0 20px;
    }

    footer{
        flex-direction: column;
        gap: 32px;
    }

    footer .footer-divider {
        width: 54px;
        background-color: #001814;
        height: 1px;
    }

    .pop-up .container .close{
        right: auto;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
}

@media screen and (max-width: 425px) {
    .leaf-4{
        top: 236px;
    }

    .wrapper {
        padding-top: 20px;
    }

    .wrapper .logo-wrapper .logo {
        width: 142px;
    }

    .wrapper .logo-wrapper .line {
        position: absolute;
        left: -250px;
        top: -70px;
    }

    .wrapper .logo-wrapper .logo-text {
        font-size: 30px;
        line-height: 38px;
    }

    .wrapper .logo-wrapper .logo-text span {
        margin-bottom: -38px;
    }

    .wrapper .title-wrapper-start {
        margin-left: 20px;
    }

    .wrapper .title-wrapper-start .title {
        font-size: 24px;
        line-height: 34px;
    }

    .wrapper .title-wrapper-start .text {
        font-size: 18px;
        line-height: 26px;
        max-width: 260px;
    }

    .wrapper .title-wrapper-start .arrow {
        width: 110px;
        right: 10%;
        bottom: 5%;
    }

    .wrapper .section-1 .form-wrapper {
        padding: 16px;
    }

    .wrapper .divider {
        margin: 72px 0;
    }

    .wrapper .section-2 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .wrapper .section-2 .carousel-wrapper .item-wrapper .item-info {
        font-size: 72px;
        line-height: 79px;
    }

    .wrapper .section-2 .carousel-wrapper .item-wrapper .item-info span {
        font-size: 39px;
        line-height: 79px;
    }

    .wrapper .section-2 .carousel-wrapper .before-m {
        left: 10%;
        top: 10%;
    }

    .wrapper .section-2 .carousel-wrapper .after-m {
        right: 50%;
        bottom: 20%;
    }

    .wrapper .section-2 .carousel-wrapper .navs {
        left: 50%;
        transform: translate(-50%, 100%);
        bottom: -60px;
    }

    .wrapper .section-2 .carousel-wrapper .navs .navs-circle .c-circle {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        border: 1px solid #27a48d;
    }

    .wrapper .section-2 .carousel-wrapper .navs .navs-circle .c-circle.active {
        background-color: #27a48d;
    }

    .wrapper .section-2 .carousel-wrapper .navs .nav-btn .arrow-m {
        opacity: 1;
    }

    .wrapper .section-2 .carousel-wrapper .navs .nav-btn:hover .arrow-m {
        opacity: 0;
    }

    .wrapper .section-3 .container .title {
        font-size: 18px;
        line-height: 38px;
    }

    .slick-list {
        padding-top: 72px !important;
    }

    .slick-wrapper{
        width: 160px;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        bottom: -50px;
    }

    .pop-up .container .text-wrapper .title{
        font-size: 24px;
        line-height: 30px;
    }
    
    .pop-up .container .text-wrapper .text{
        font-size: 18px;
        line-height: 26px;
    }

    .wrapper .section-2 .carousel-wrapper .item-wrapper .hero-before {
        width: 242px;
    }
}
