
/* ==== hero2 BACKGROUND ==== */

.hero2 {
    background: linear-gradient(90deg, #0b6efd 0%, #074196 100%);
    padding: 80px 0 0px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .hero2 {
        padding: 36px 0 0px;
    }
}

.hero2__decor1{
    position: absolute;
    z-index: 0;
    left: 0%;
    top: 0%;
}

.hero2__decor2{
    position: absolute;
    z-index: 0;
    right: 0%;
    top: 0%;
}

.hero2__decor3{ 
    position: absolute;
    z-index: 0;
    left: 37%;
    top: -8%;
}

.hero2__decor4{ 
    display: none;
}

@media (max-width: 1024px) {
.hero2__decor1{
    display: none;
}

.hero2__decor2{
    display: none;
}

.hero2__decor3{ 
    display: none;
}

.hero2__decor4{ 
    display: block;
    position: absolute;
    z-index: 0;
    right: 0%;
    bottom: 10%;
}
}

/* ==== CONTAINER ==== */

.hero2__content {
    display: flex;
    justify-content: space-between;    
    /*align-items: flex-end;*/
}

@media (max-width: 1024px) {
    .hero2__content {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
        gap: 28px;
    }
}

/* ==== LEFT SIDE ==== */

.hero2__left {
    max-width: 480px;
    display: flex;
    flex-direction: column;
    gap: 80px;
}


@media (max-width: 1024px) {
    .hero2__left {
        max-width: 560px;
        display: flex;
        flex-direction: column;
        gap: 28px;
    }
}

.hero2__logo {
    width: 185px;
    margin-bottom: 25px;
}

.hero2__title {
    font: 700 50px/1.1 'Proxima Nova'Bold;
    margin-bottom: 20px;
}

.hero2__subtitle {
    font-weight: 700;
    font-size: 32px;
    line-height: 110%;
    color: #FFFFFF;
    position:relative;
    z-index:1;
}

@media (max-width: 567px) {
    .hero2__subtitle {
        font-size: 24px;
        line-height: 110%;
    }
}

.hero2__lower {
    display: flex;
    margin-top: 54px;
    justify-content: center;
    height: 67px;
    width: 100%;
    background: linear-gradient(90deg, #0853bf 0%, rgb(0 0 0 / 0%) 100%);

    align-items: center;
    position:relative;
    z-index:1;
}

@media (max-width: 567px) {
    .hero2__lower {
        display: none;
    }
}

.hero2__menu {
    display: flex;
    gap: 32px;
    z-index: 1;
}

.hero2__menu a {
    font: 400 20px 'Proxima Nova';
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
}

.hero2__menu a:hover {
    opacity: 1;
}

/* ==== RIGHT SIDE CARD ==== */

/*.hero2__right {
    flex: 0 0 380px;
}*/

@media (max-width: 567px) {
    .hero2__right {
        flex: 0 0 0px;
    }
}

.hero2-card{
    position: relative;
}

.hero3__right,.hero2__right {
    position: relative;
}


.man_dl{
    font-size: 14px;
    line-height: 1em;
    font-weight: 600;
    color: #e5f2ff;
    width: 100%;
    max-width: 256px;
    text-align: right;
    position: absolute;
    bottom: 5px;
    left: 24px;
}
@media (max-width:1024px) {
.man_dl {
    max-width: 160px;
        font-size: 1.5vw;
        text-align: left;

}
}
@media (max-width:700px) {
.man_dl {
        font-size: 12px;
    bottom: 10px;
    left:0;
}
}
@media (max-width:400px) {
.man_dl {
        bottom: 11px;
}
}

.hero2-card-mob {
    display: none;
}

@media (max-width: 567px) {
    .hero2-card {
        display: none;
    }

    .hero2-card-mob {
        padding-bottom: 35px;

        display: block;
    }
}


.main_img_mob {
        display: none;
    }
@media (max-width: 567px) {
    .main_img_desc {
        display: none;
    }
    .main_img_mob {
        display: block;
    }
}










.hero3 {
    background: linear-gradient(90deg, #0b6efd 0%, #074196 100%);
    padding: 80px 0 0px;
    color: #fff;
    position: relative;
}

@media (max-width: 1024px) {
    .hero3 {
        padding: 36px 0 0px;
    }
}

.hero3__decor1{
    position: absolute;
    z-index: 0;
    left: 0%;
    top: 0%;
}

.hero3__decor2{
    position: absolute;
    z-index: 0;
    right: 0%;
    top: 0%;
}

.hero3__decor3{ 
    position: absolute;
    z-index: 0;
    left: 37%;
    top: -8%;
}

.hero3__decor4{ 
    display: none;
}

@media (max-width: 1024px) {
.hero3__decor1{
    display: none;
}

.hero3__decor2{
    display: none;
}

.hero3__decor3{ 
    display: none;
}

.hero3__decor4{ 
    display: block;
    position: absolute;
    z-index: 0;
    right: 0%;
    bottom: 10%;
}
}

/* ==== CONTAINER ==== */

.hero3__content {
    display: flex;
    justify-content: space-between;   
    align-items: flex-start;
}

@media (max-width: 1024px) {
    .hero3__content {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
        gap: 28px;
    }
}

/* ==== LEFT SIDE ==== */

.hero3__left {
    max-width: 480px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}


@media (max-width: 1024px) {
    .hero3__left {
        max-width: 560px;
        display: flex;
        flex-direction: column;
        gap: 28px;
    }
}


.hero3__title {
    margin-bottom: 0;
}

.hero3__title {
    font-weight: 700;
    font-size: 54px;
    line-height: 100%;
    color: #FFFFFF;
    position:relative;
    z-index:1;
}
.hero3__subtitle {
    color: #FFFFFF;
    font-size: 24px;
    position:relative;
    z-index:1;
}

@media (max-width: 567px) {
    .hero3__subtitle {
        font-size: 24px;
        line-height: 110%;
    }
}

.hero3__lower {
    display: flex;
    margin-top: 54px;
    justify-content: center;
    height: 67px;
    width: 100%;
    background: linear-gradient(90deg, #0853bf 0%, rgb(0 0 0 / 0%) 100%);

    align-items: center;
    position:relative;
    z-index:1;
}

@media (max-width: 567px) {
    .hero3__lower {
        display: none;
    }
.hero3__title {
    font-size:32px;
    line-height: 100%;
}
    .hero3__left {
        gap: 18px;
    }
    .tarif_biblioteka_hiden{display:none!important;}
    .tarif_biblioteka{width:100%;}
}
.hero3__menu {
    display: flex;
    gap: 32px;
    z-index: 1;
}

.hero3__menu a {
    font: 400 20px 'Proxima Nova';
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
}

.hero3__menu a:hover {
    opacity: 1;
}

/* ==== RIGHT SIDE CARD ==== */

/*.hero3__right {
    flex: 0 0 380px;
}*/

@media (max-width: 567px) {
    .hero3__right {
        flex: 0 0 0px;
    }
}

.hero3-card{
    position: relative;
}


.hero3-card-mob {
    display: none;
}

@media (max-width: 567px) {
    .hero3-card {
        display: none;
    }

    .hero3-card-mob {
        padding-bottom: 35px;

        display: block;
    }
}
