.page-banner{
    background: #F4F4F4;
    max-height: 415px;
}

.d-flex-row{
    align-items: center;
    gap: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.page-banner__container{
    display: grid;
    grid-template-columns: 6fr 6fr;
}

.page-banner__image{
    background: url(/local/templates/uprav_new_ui/css/img/banner/referal.webp) center center no-repeat;
    background-size: cover;
    min-height: 400px;
}
.page-banner__title{
    font-family: Wix Madefor Display;
    font-size: 42px;
    font-weight: 400;
    line-height: 60.48px;
    text-align: left;
}
.page-banner__subtitle{
    font-family: Wix Madefor Display;
    font-size: 22px;
    font-weight: 400;
    line-height: 27.72px;
    text-align: left;
}
.info-block-referal{
    height: 159px;
    background: #F6F6FA;
    font-family: TT Norms;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}


.banner-title-referal{
    font-family: TT Norms;
    font-size: 52px;
    font-weight: 700;
    line-height: 61px;
    letter-spacing: 0em;
    text-align: left;
}


.block-info-referal{
    display: flex;
    justify-content: space-between;
}

.referal-img{
    display: flex;
    justify-content: flex-end;
}
.conteiner-attention{
    display: flex;
    justify-content: flex-start;
    padding: 35px 0px;
    gap: 40px;
}
.dick-attention{
    flex: none;
    width: 83px;
    height: 83px;
    border: 2px solid #3079D2;
    border-radius: 50px;
    font-family: TT Norms;
    font-size: 42px;
    font-weight: 800;
    line-height: 50px;
    letter-spacing: 0em;
    text-align: center;
    color: #3079D2;
    align-items: center;
    justify-content: space-evenly;
    display: flex;
}
.text-attention{
    font-size: 18px;
    font-weight: 400;
    line-height: 22.68px;
    text-align: left;
    max-width: 1223px;
}
.text-attention span{
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    text-align: left;
}

.info-referal-block-text-new{
    font-size: 20px;
    font-weight: 400;
    line-height: 25.2px;
    text-align: left;
    margin-top: 20px;
}
.circle-styled-ul--referal li:before {
    background: #000000;
    width: 9px !important;
    height: 9px !important;
}
.circle-styled-ul--referal{
    display: flex;
    gap: 40px;
    margin-top: 20px;
}
.circle-styled-ul--referal li{
    font-size: 16px;
    font-weight: 500;
    line-height: 20.12px;
    text-align: left;    
}
.circle-styled-ul--referal li:not(:last-child) {
    margin-bottom: 0px;
}
.btn-container-referal .btn-referal{
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    background: white;
    color: black;
    text-transform: none;
    border-radius: 15px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 320px;
    width: 100%;
}

.btn-container-referal{
    display: flex;
    justify-content: flex-end;
}
.info-referal-block-new{
    background: #A9D0FF;
    border-radius: 15px;
    max-width: 1074px;
    width: 100%;
    height: 225px;
    padding: 50px;
    display: grid;
    align-items: center;
    grid-template-columns: max-content 1fr;
    gap: 10px;
}
.info-referal-block-text{
    font-family: TT Norms;
    font-size: 26px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
    color: white;
    margin-bottom: 30px;
}
@media (max-width: 1032px) {
    .info-referal-block-new {
        gap: 20px;
    }
}

@media (max-width: 980px) {
    .page-banner__image {
        display: none;
    }
    .page-banner__container {
        display: grid;
        grid-template-columns: 1fr;
        padding: 25px 0px;
    }
    .page-banner__container .fix-container{
        margin: inherit;
    }
    .info-referal-block-text{
        font-family: TT Norms;
        font-size: 16px;
        font-weight: 500;
        line-height: 19px;
        width: 195px;
    }
    .circle-styled-ul--referal li{
        font-size: 14px !important;
        line-height: 16.12px !important;
    }
    .circle-styled-ul--referal li:before {
        width: 7px !important;
        height: 7px !important;
    }
    .circle-styled-ul--referal {
        gap: 0px !important;
        flex-direction: column ;
    }
    .text-attention{
        font-size: 10px !important;
        line-height: 12.68px !important;
    }
    .text-attention span {
        font-size: 10px !important;
        line-height: 22.68px !important;
    }
    .btn-referal {
        font-size: 12px !important;
        line-height: 12px !important;
        max-width: 100% !important;
    }
    .mt-30-referal{
        margin-top: 0px;
    }
    .info-referal-block-new {
        min-height: 293px !important;
        height: max-content;
        padding: 30px !important;
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }
    
    .info-referal-block-text-new {
        font-size: 16px !important;
        line-height: 20.2px !important;
    }
    .info-referal-block {
        height: 313px;
        border-radius: 40px !important;
        display: flex;
        align-items: center;
        padding: 0px 41px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .dick-attention {
        width: 36px;
        height: 36px;
        font-family: TT Norms;
        font-size: 18px;
        font-weight: 800;
        line-height: 21px;
    }
    .conteiner-attention {
        display: flex;
        justify-content: flex-start;
        padding: 10px 0px;
        align-items: center;
        gap: 20px;
    }
    .block-info-referal{
        display: grid;
    }

    .referal-block img {
        width: 98px;
        height: 86px;
    }
    .info-block-referal {
        height: max-content !important;
    }
    .page-banner__title{
        font-size: 24px !important;
        line-height: 30.24px !important;
    }
    .page-banner__subtitle{
        font-size: 14px !important;
        line-height: 16.12px !important;
        margin-top: 10px !important;
    }
   
}
