@font-face {
    font-family: SF Pro Display;
    font-style: normal;
    font-weight: 400;
    src: local(""),
        url("fonts/SF-Pro-Display-Regular.woff2") format("woff2"),
}

@font-face {
    font-family: SF Pro Display;
    font-style: normal;
    font-weight: 600;
    src: local(""),
        url("fonts/SFProDisplay-Semibold.woff2") format("woff2"),
}

@font-face {
    font-family: SF Pro Display;
    font-style: normal;
    font-weight: 700;
    src: local(""),
        url("fonts/SFProDisplay-Bold.woff2") format("woff2"),
}

@font-face {
    font-family: SF Pro Display;
    font-style: normal;
    font-weight: 500;
    src: local(""),
        url("fonts/SFProDisplay-Medium.woff") format("woff2"),
}

@font-face {
    font-family: SF ProText;
    font-style: normal;
    font-weight: 500;
    src: local(""),
        url("fonts/sf-pro-text-regular.otf") format("otf"),
}

body {
    margin: 0;
    background: #F4F5F7;
    padding: 0 16px;
    overflow-x: hidden;
}
body.active {
    /* background: #fff; */
}

.absolute1{
    position: absolute;
    bottom: -44px;
    right: 19px;
    max-width: 40px;
}
.absolute2{
    position: absolute;
    bottom: 21px;
    right: 52px;
    width: 22px;
}
.absolute3{
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 37px;
}
.absolute4{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    width: 37px;
}
.absolute5{
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 37px;
}
.absolute6{
    position: absolute;
    bottom: 60px;
    right: 0;
    width: 24px;
}

.header {
    max-width: 1088px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 20px 40px;
    margin-bottom: 22px;
    background: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    margin-top: 20px;
}

.logoWrapper {
    display: flex;
    align-items: center;
    padding: 4px 0;
}

.logo {
    width: 32px;
    height: 32px;
    ;
}

.headTitle {
    margin: 0;
    margin-left: 8px;
    color: rgba(22, 21, 21, 1);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    font-family: "SF Pro Display";
}

.link {
    font-family: "SF Pro Display" !important;
}

.link a {
    text-decoration: none;
    color: rgba(22, 21, 21, 1) !important;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.link :first-child {
    margin-left: 40px;
}

.link a:hover {
    color: rgba(82, 196, 26, 1) !important;
}

.linksWrapper {
    display: flex;
}

.info {
    max-width: 1088px;
    display: flex;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    padding: 0;
    box-sizing: border-box;
    justify-content: space-between;
    margin-bottom: 60px;
    overflow: hidden;
    padding: 50px;
    gap: 60px;
    height: 490px;
    position: relative;
}

.info-title {
    color: rgba(22, 21, 21, 1);
    font-family: "SF Pro Display";
    font-size: 44px;
    font-weight: 700;
    line-height: 48px;
    margin-top: 0;
    margin-bottom: 32px;
    align-self: stretch;
}

.info-description {
    margin-top: 0;
    margin-bottom: 44px;
    color: rgba(58, 58, 69, 0.7);
    font-family: "SF Pro Display";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    max-width: 400px;
}

.flex-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.button {
    width: 247px;
    height: 56px;
    gap: 10px;
    cursor: pointer;
    border-radius: 12px;
    background: rgba(82, 196, 26, 1);
    padding: 0;
    border: none;
    transition: all 0.3s ease;
}

.button:hover {
    background: rgba(82, 196, 26, 0.8);
}

.button a {
    width: 100%;
    height: 100%;
    color: #FFF;
    text-align: center;
    font-family: "SF Pro Display";
    border-radius: 12px;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.advantages {
    margin: 0 auto;
    max-width: 1088px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.advantagesImgWrapper {
    background-image: url(assets/background_image.png);
    background-size: 419px 275.661px;
    background-repeat: no-repeat;
    background-position: 20px 80px;
    ;
    overflow: visible;
    width: 450px;
    /* height: 275.661px; */
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


.advantagesWrapperCards {}

.adv-title {
    color: rgba(22, 21, 21, 1);
    font-family: "SF Pro Display";
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    align-self: stretch;
    margin-top: 0;
    margin-bottom: 32px;
}

.cards {
    display: flex;
    gap: 16px;
    margin-bottom: 60px;
}

.card {
    border-radius: 24px;
    background: #FFF;
    padding: 24px;
    max-width: 352px;
    flex: 1 0 0;
    min-height: 204px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.card>img {
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
}

.card-title {
    color: rgba(22, 21, 21, 1);
    font-family: "SF Pro Display";
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 16px;
    align-self: stretch;
}

.card-description {
    align-self: stretch;
    color: rgba(58, 58, 69, 0.7);
    font-family: "SF Pro Display";
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
}

.possibilities {
    margin: 0 auto;
    max-width: 1088px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px !important;

}

.possib-title {
    color: var(--Button-color, rgba(22, 21, 21, 1));
    font-family: "SF Pro Display";
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    align-self: stretch;
    margin-bottom: 32px;
    margin-top: 0;
}

.possibWrapperCards {
    display: flex;
    gap: 16px;
    height: 440px;
}


.possibCard {
    border-radius: 24px;
    padding: 24px;
    box-sizing: border-box;
    position: relative;
    max-width: 352px;
    background: #fff;
    height: 440px;
}

.possibCard > div:first-child {
    max-width: 237px;
}

/* .shortMobile {
    @media(max-width: 480px) {
        height: 368px;
        overflow: hidden;
    }
} */

.possibCardsTitle {
    color: rgba(22, 21, 21, 1);
    font-family: "SF Pro Display";
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    align-self: stretch;
    margin-bottom: 12px;
    margin-top: 0;
}

.possibCardsDescription {
    color: rgba(53, 53, 65, 0.7);
    font-family: "SF Pro Display";
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    /* 128.571% */
    margin-bottom: 8px;
    margin-top: 0;
    /* height: 36px; */
    align-self: stretch;
    min-height: 60px;
}

.imgWrapper {}


.four .possibCardsImg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.possibCardsImg {
    width: 280px;
    height: 474px;
}

.sliderWrapper {
    max-width: 730px;
    display: none;

    @media(max-width: 768px) {
        display: block; 
    }
    @media(max-width: 750px) {
        max-width: 1000px;
    }
    @media(max-width: 480px) {
        display: none;
    }
}

.itc-slider-item {
    /* flex: 0 0 33.333% !important; */
    flex: 0 0 50% !important;
    max-width: 352px !important;
}

.itc-slider-items {
    gap: 16px;
}

.itc-slider-wrapper {
    background-color: #F4F5F7 !important;
}

#sandwichmenu {
    margin: 5px 0 0 0;
    text-align: center;
}

.js_menu {
    display: none;
}

.js_menu.active {
    position: fixed;
    background: rgba(244, 245, 247, 1);
    display: flex;
    left: 0;
    padding: 16px;
    box-sizing: border-box;
    right: 0px;
    top: 0;
    width: 100vw;
    z-index: 9997;
    height: 100vh;
}

.aside__nav {

}

.contener__aside {
    width: 100%;
    background: #ffffff;
    border-radius: 16px;
    padding-top: 70px;
}

.open.closed {
    display: none;
}

.close {
    display: none;
}

.close.opened {
    display: block;
}

.iconMenuWrapper {
    display: none;
    /* @media(max-width: 480px) {
            display: block;
        } */
}

.advantagesImg {
    position: absolute;
    top: -100px;
    right: -150px;
}

.advantagesImgMob {
    display: none;
}

.mobileShow {
    display: none;
}
.desktopShow {
    display: block;
}

@media screen and (max-width: 1200px) {
    .possibCard{
        flex-direction: column;
        justify-content: space-between;
    }
    .mobileShow{
        display: block;
    }
    .desktopShow{
        display: none;
    }
}




@media screen and (max-width: 768px) {
    .possibWrapperCards{
        display: none;
    }

    .info {
        padding: 48px 32px;
        background-size: 55%;
    }

    .info .flex-col {
        max-width: 332px;
    }

    .button {
        width: 237px;
        height: 65px;
    }

    .advantagesImgMob {
        display: block;
    }

    .info-title {
        font-size: 44px;
    }

    .advantagesImg {
        max-height: 645px;
        right: -170px;
        top: 30px;
    }

    .header {
        padding: 20px 16px;
    }



    .advantagesWrapperCards {
        padding: 0;
    }

    .adv-title {
        margin-top: 40px;
    }



    .card {
        height: auto;
    }
    
    .possibilities {
        margin: 0px;
        align-items: start;
    }



    .sliderWrapper {
        display: block;
    }

    .four {
        height: 420px;
    }

}


@media(max-width: 750px) {
    .sliderWrapper {
        max-width: 1000px;
    }
}
.advantagesImgMob2{
    display: none;
}
@media(max-width: 480px) {
    .advantagesImg {
        display: none;
    }
    .header {
        margin: 0;
        margin-bottom: 40px;
        padding: 16px;
        position: sticky;
        top: 16px;
        z-index: 9999;
        background: white;
    }

    .header.active {
        top: 16px;
    }

    .link {

    }

    .link a {
        border-bottom: 1px solid rgba(226, 230, 236, 1);
        display: flex;
        height: 64px;
        align-items: center;
        padding-left: 20px;
    }

    .link :first-child {
        margin-left: 0px;
    }

    .linksWrapper {
        display: none;
    }

    .advantagesImgMob{
        display: none;
    }

    .advantagesImgMob2 {
        display: block;
        position: absolute;
        bottom: -305px;
        width: 200%;
        left: 50%;
        transform: translateX(-50%);
    }

    .info {
        flex-direction: column;
        padding: 20px;
        background-size: 50% 50%;
        height: auto;
        background: #fff;
        margin-bottom: 0;
    }

    .info .flex-col {
        height: 100%;
        min-height: 560px;
        max-width: 100%;
    }

    .info-title {
        font-size: 28px;
        line-height: 32px;
    }

    .info-description {
        margin-bottom: 32px;
    }

    .card-title {
        font-size: 20px;
    }

    .button {
        width: 100%;
        position: relative;
        z-index: 2;
    }

    .advantages {
        margin: 0;
        overflow: hidden;
    }

    .advantagesWrapperCards {
        /* padding: 40px 16px 60px 16px; */
        padding-top: 0;
        width: 100%;
    }

    .adv-title {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 24px;
        text-align: start;
        margin-left: 16px;
        width: fit-content;
    }

    .cards {
        flex-direction: column;
    }

    .card {
        max-width: 450px;
        /* width: 100%; */
        flex: auto;
        height: auto;
        min-height: auto;
        padding: 16px;
        flex-direction: row;
    }

    .card>img {
        margin-right: 16px;
    }

    .card>img.mob {
        max-width: 60px;
    }

    .possibilities {
        align-items: center;
    }

    .possib-title {
        font-size: 26px;
        line-height: 32px;
        text-align: start;
        margin-bottom: 24px;
    }

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

    .possibCard {
        width: 100%;
    }




    .possibCardsImg {

    }

    .sliderWrapper {
        display: none;
    }

    .iconMenuWrapper {
        display: block;
    }
}

@media (max-width: 380px){
    .advantagesImgMob2 {
        bottom: -275px;
        width: 200%;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 330px){
    .advantagesImgMob2 {
        bottom: -235px;
    }
}

.possibCard.first {
    background: #fff url('./assets/2.png') bottom center no-repeat;
    background-size: contain;
}

.possibCard.second {
    background: #fff url('./assets/3.png') bottom center no-repeat;
    background-size: contain;
}

.possibCard.third {
    background: #fff url('./assets/4.png') bottom center no-repeat;
    background-size: contain;
}