

/* Start:/local/templates/haematech/css/main-page.css?17079930255371*/
.main-page-block2 {
    margin: 60px 0;
    background: rgba(40, 141, 40, 0.9) url("/local/templates/haematech/css/../img/main-page/main-page-block2__bg.png") no-repeat left center;
    color: #fff;
    text-align: center;
    padding: 90px 0;
}
.main-page-block2__header {
    font-weight: 700;
    font-size: 45px;
    line-height: 150%;
    margin-bottom: 10px;
}
.main-page-block2__text {
    font-weight: 400;
    font-size: 26px;
    line-height: 150%;
    max-width: 1150px;
    margin: 0 auto;
}

.compensation {}
.compensation .container {
}
.banner {
    background: url("/local/templates/haematech/css/../img/main-page/banner__bg.png") no-repeat center center;
    background-size: cover;
    color: #fff;
    height: 140px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding-right: 70px;
    box-shadow: 0px 8px 16px rgba(129, 129, 129, 0.15);
    border-radius: 16px;
}
.banner__header {
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
}
.banner__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
}

.donation {
    display: flex;
    height: 265px;
    margin-top: 40px;
}
.donation__header {
    width: 350px;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 25px;
    margin-right: 50px;
    background: #FFFFFF;
    box-shadow: 0px 8px 16px rgba(129, 129, 129, 0.15);
    border-radius: 16px;
    overflow: hidden;
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
}
.donation__header:before {
    width: 260px;
    height: 260px;
    background: #F1AD17;
    border-radius: 50%;
    content: '';
    top: -150px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    box-shadow: 0 0 0 35px #f9d27e, 0 0 0 70px #fde9bd;
}
.donation__content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    box-shadow: 0px 8px 16px rgba(129, 129, 129, 0.15);
    border-radius: 18px;
    padding: 0 40px;
}
.donation-item {
    font-size: 30px;
    text-align: center;
    padding: 12px;
}
.donation-item:not(:last-child) {
    border-right: 2px solid var(--main-default);
}
.donation-item__header {
    font-weight: 400;
    line-height: 120%;
}
.donation-item__value {
    font-weight: 700;
    line-height: 100%;
    margin-top: 10px;
}
.compensation__text {
    max-width: 1200px;
    text-align: center;
    margin: 40px auto;
    font-weight: 700;
    font-size: 30px;
    line-height: 150%;
}
.compensation__btn-default {
    margin-top: 40px;
    width: 660px;
}

.tab {
    display: flex;
    align-items: center;
}
.tab-link {
    background: none;
    border: none;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 30px;
    line-height: 150%;
    color: #8C8C8C;
}
.tab-link:not(:last-child) {
    margin-right: 50px;
}
.tab-link.active {
    color: var(--main-default-dark);
}
.tab-link svg {
    margin-right: 20px;
}
.tab-link path {
    fill: #8C8C8C;
}
.tab-link.active path{
    fill: var(--main-default-dark);
}
.tab-content {
    display: none;
    padding-top: 40px;
}
.tab-content.active {
    display: block;
}

@media (max-width: 1460px) {
    .main-page-block2__text {
        font-size: 22px;
    }
    .banner__header {
        font-size: 32px;
    }
    .donation-item {
        font-size: 22px;
    }
    .compensation__text {
        font-size: 24px;
    }
    .donation__header {
        font-size: 24px;
    }
}

@media (max-width: 1231px) {
    .main-page-block2__text {
        font-size: 20px;
    }
    .banner__header {
        font-size: 26px;
    }
    .donation__header {
        font-size: 20px;
    }
    .donation__content {
        padding: 0 20px;
    }
    .tab-link {
        font-size: 22px;
    }
    .tab-link svg {
        margin-right: 10px;
        height: 30px;
    }
    .tab-content.active {
        padding-right: 20px;
    }
}

@media (max-width: 767px) {
    .donation {
        height: auto;
        flex-direction: column;
    }
    .donation__content {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .compensation__btn-default {
        margin-top: 30px;
        width: 100%;
    }
    .search-block .container .container {
        padding: 0;
    }
    .main-page-block2__header {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .main-page-block2 {
        padding: 50px 0;
        margin-bottom: 40px;
    }
    .banner {
        padding: 20px;
        text-align: center;
    }
    .banner__header {
        font-size: 22px;
        line-height: 140%;
    }
    .banner__text {
        line-height: 140%;
    }
    .donation__header {
        height: 70vw;
        margin-bottom: 40px;
    }
    .donation-item {
        display: flex;
        align-items: center;
    }
    .donation-item:not(:last-child) {
        border-bottom: 2px solid var(--main-default);
        border-right: none;
    }
    .compensation__text {
        font-size: 18px;
    }
    .donation-item__header {
        margin-right: 16px;
    }
    .tab-content.active {
        padding-right: 0;
    }

}


















/* End */
/* /local/templates/haematech/css/main-page.css?17079930255371 */
