
body.cibor-alt-design {
    /* приклад: */
    background-color: var(--blue);
}

body.cibor-alt-design .main-inner-page {
    margin-bottom: 50px !important;
    overflow: hidden;
    padding: 90px 120px;
}

body.cibor-alt-design h1 {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    display: flex;
    align-items: center;
    gap: 48px;
}


body.cibor-alt-design h1::before {
    content: "";
    flex: 0 0 auto;
    width: 84px;
    height: 108px;
    position: absolute;
    left: -132px;
    background: url("data:image/svg+xml,%3Csvg width='108' height='139' viewBox='0 0 108 139' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50.5329 108.215H-2.86102e-06V139H52.7654C93.7773 139 108 110.204 108 70.0897C108 29.9756 93.7773 0 52.7654 0H-2.86102e-06V31.0715L47.2923 30.7852C62.9373 30.7852 72.2811 45.6762 72.2811 69.5088C72.2811 93.3414 63.9635 108.232 50.5509 108.232L50.5329 108.215Z' fill='%23EDCC19'/%3E%3C/svg%3E") no-repeat center / contain;
}


body.cibor-alt-design h3,
body.cibor-alt-design h2{
    color: #000;
    font-size: 30px;
    font-weight: 700;
}

body.cibor-alt-design h3 a{
    color: var(--blue) !important;
    transition: all .3s;
}

body.cibor-alt-design h3 a:hover{
    filter: brightness(1.2);
}

body.cibor-alt-design h5 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
}

@media (max-width: 1100px){
    body.cibor-alt-design .main-inner-page {
        margin-top: 100px !important;
        overflow: hidden;
        margin-bottom: 20px !important;
        padding: 50px 40px;
    }

    body.cibor-alt-design h1 {
        font-size: 30px;
        line-height: 40px;
        gap: 48px;
    }

    body.cibor-alt-design h3,
    body.cibor-alt-design h2{
        font-size: 22px;
    }

    body.cibor-alt-design .main-inner-page ul li span{
        font-size: 15px;
    }


    body.cibor-alt-design h5 {
        font-size: 16px;
    }

    body.cibor-alt-design h1::before {
        width: 54px;
        height: 68px;
        left: -70px;
    }
}

@media (max-width: 768px){
    body.cibor-alt-design .main-inner-page {
        margin-top: 100px !important;
        overflow: hidden;
        margin-bottom: 10px !important;
        padding: 30px 15px;
    }

    body.cibor-alt-design h1 {
        font-size: 26px;
        line-height: 35px;
    }

    body.cibor-alt-design h1::before {
        width: 64px;
        height: 58px;
        left: -50px;
        z-index: -1;
    }

    body.cibor-alt-design h3,
    body.cibor-alt-design h2,
    body.cibor-alt-design h3 a{
        font-size: 18px;
    }
}
