.banner-content{
    position: relative;
    padding: 246px 0 109px 0;
    color: var(--alternative-title-color);
    text-align: center;
}

.banner-content h1 {
    font-size: var(--text-142);
    text-align: center;
    font-weight: 600;
    text-shadow:
    0 0 10px rgba(255, 255, 255, 0.8),
    0 0 20px rgba(255, 255, 255, 0.5);
}

.banner-content .back_image_block{
    position: absolute;
    height: 100%;
    z-index: -1;
    width: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.banner-content .subtitle{
    font-size: var(--text-32);
    max-width: 750px;
    margin: 0 auto;
    margin-top: 50px;
    font-weight: 400;
}


.banner-content a.btn_message{
    margin-top: 85px;
}



/*big_btn_block*/
.big_btn_block{
    padding: 95px 0;
    background: var(--alternative-title-color);
}
.big_btn_block .big_btn_block-content{
    text-align: center;
}

/*advantages-block*/
.advantages-block{
    padding: 55px 0;
    background: #f9f9f9;
}
.advantages-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px 20px;
    max-width: 1064px;
    margin: 0 auto;
}

.advantages-list .advantage-item{
    padding: 162px 44px 30px 44px;
    border-radius: 16px;
    border: 2px solid #00000000;
    box-shadow: 0px 0px 13px 0 rgba(62, 62, 62, 0.16);
    cursor: pointer;
    position: relative;
    color: var(--text-base-color);
}
.advantages-list .advantage-item:hover{
    border: 2px solid #da223f;
    box-shadow: 0px 0px 13px 0 hsl(351deg 73% 49% / 18%);
}
.advantages-list .advantage-item .advantage-icon-img{
    position: absolute;
    top: 81px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.advantages-list .advantage-item h4{
    font-size: var(--text-18);
    color: var(--alternative-text-color);
    font-weight: 600;
}
.advantages-list .advantage-item .advantage-description{
    margin-top: 26px;
    margin-bottom: 2px;
    font-size: var(--text-14);
    font-weight: 400;
}
.advantages-list .advantage-item .advantage-text p:last-of-type{
    margin-bottom: 0;
}
/* -- sale_scheme_block --*/

.sale_scheme_block{
    position: relative;
    padding: 70px 0 90px 0;
    color: var(--alternative-title-color);
}
.sale_scheme_block h2{
    text-align: center;
    font-size: var(--text-40);
    font-weight: 600;
        text-shadow:
    0 0 10px rgba(255, 255, 255, 0.8),
    0 0 20px rgba(255, 255, 255, 0.5);
}
.sale_scheme_block .back_image_block{
    position: absolute;
    height: 100%;
    z-index: -1;
    width: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.sale_scheme_block .sale_scheme_block-helpb{
    margin: 0 auto;
    max-width: 1064px;
}

.sale_scheme_block .sale_scheme_block-content{
    margin-top: 75px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);


}
.sale_scheme_block .hero_image_block{
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 350px;
}
.sale_scheme_block .opportunitie_group{
    border: 2px solid #ffb14c;
    padding: 36px 40px;
    background: rgba(0, 0, 0, 0.46);
    border-radius: 30px;
    margin-bottom: 34px;
}
.sale_scheme_block .opportunitie_group:nth-of-type(2n){
    border: 2px solid #da223f;
}
.sale_scheme_block .opportunitie_group:last-of-type{
    margin-bottom: 0;
}

.sale_scheme_block .opportunitie_group .opportunitie_item{
    margin-bottom: 20px;
}
.sale_scheme_block .opportunitie_group .opportunitie_item:last-of-type{
    margin-bottom: 0;
}

.sale_scheme_block .opportunitie_group ul{
    list-style: none;
    padding: 0;
}
.sale_scheme_block .opportunitie_group .opportunitie_item .donut {
    min-width: 0.8rem;
    min-height: 0.8rem;
    max-width: 0.8rem;
    max-height: 0.8rem;
    width: 0.8rem;
    height: 0.8rem;
    border: 2px solid #ffb14c;
    border-radius: 50%;
    background: transparent;
    flex-shrink: 0;
    display: inline-block;
    margin-right: 20px;
}
.sale_scheme_block .opportunitie_group:nth-of-type(2n) .opportunitie_item .donut {
    border: 2px solid #da223f;
}
.teams_page,
.news_list_page,
.certificates_page,
.contact_page{
    padding-top: 84px;
}
.teams_page h1,
.news_list_page h1,
.certificates_page h1,
.contact_page h1{
    margin-bottom: 25px;
}
.news_list_page .news_list_content,
.teams_page .teams_page_content{
    max-width: 100%;
}


.contact_page .contact_page_info{
    font-size: var(--text-16);
    display: grid;
    gap: 12px 70px;
    grid-template-columns: repeat(2, minmax(min-content, max-content));
    margin-bottom: 34px;
    padding-left: 10px;
}
.contact_page .contact_page_info .contact_page_info_title{
    font-weight: 600;
}
.contact_page .company_map_link{
    overflow: hidden;
    border-radius: 15px;

}
.contact_page .company_map_link_content{
    margin-bottom: 60px;
}


.certificates_list_block-content{
    max-width: 980px;
    margin: 0 auto;
    margin-bottom: 55px;
}
.certificates_list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 35px;
}
.certificates_list .certificate_item{
    padding: 35px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0px 0px 25px 0px #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.certificates_list .certificate_item img{
    border-radius: 2px;
}



.employees_list_block-content{
    /*max-width: 980px;*/
    margin: 0 auto;
    margin-bottom: 55px;
}
.employees_list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 54px 35px;
}
.employees_list .employees_img_block{
    padding: 18px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0px 0px 25px 0px #eee;
    display: flex;
    justify-content: center;
    align-items: center;

}
.employees_list .employees_item img{
    border-radius: 2px;
    object-fit: cover;
    height: 100%;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}
.employees_list .employees_item .employees_name{
    padding: 0 12px;
    margin-top: 22px;
    text-align: center;
    font-size: var(--text-18);
    font-weight: bold;
}

.employees_list .employees_item .employees_employee_position{
    margin-top: 8px;
    text-align: center;
}




.news_list_page{
    margin-bottom: 55px;
}
.news_list{
    gap: 65px;
}
.news-item{
    display: flex;
    gap: 75px;
    padding-bottom: 60px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 65px;
}
.news-item .news-image{
    flex-basis: 335px;
    min-width: 335px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.news-item .news-content{
    flex-grow: 2;
}
.news-item .news-image img{
    object-fit: cover;
}

.news-item h2{
    margin-bottom: 24px;
}
.news-item .news-date{
    margin-bottom: 18px;
    color: #888;
}
.news-item .news-description{
    margin-bottom: 18px;
}





.pagination{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: left;
    gap: 10px;
}
.pagination li{
    list-style: none;
    margin: 0;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: var(--text-18);
}





@media (max-width: 1280px) {
    .advantages-list .advantage-item{
        padding: 162px 22px 30px 22px;
    }
    .employees_list{
        grid-template-columns: repeat(3, 1fr);
    }
    .news-item{
        gap: 55px;
    }
}

@media (max-width: 1020px) {
    .advantages-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .sale_scheme_block .sale_scheme_block-content {
        grid-template-columns: repeat(1, 1fr);
    }
    .banner-content h1{
        font-size: var(--text-96);
    }
    .banner-content .subtitle {
        font-size: var(--text-24);
    }
    .sale_scheme_block h2{
        font-size: var(--text-32);
    }
    .employees_list .employees_item .employees_name {
        padding: 0 12px;
        margin-top: 18px;
        text-align: center;
        font-size: var(--text-16);
        font-weight: bold;
    }
    .news-item .news-image {
        flex-basis: 265px;
        min-width: 265px;
    }
    .news-item {
        gap: 35px;
        padding-bottom: 45px;
        margin-bottom: 55px;
    }
    .news-item h2{
        margin-bottom: 18px;
    }
    .news-item .news-date{
        margin-bottom: 8px;
    }
    .news-item .news-description{
        margin-bottom: 8px;
    }
}
@media (max-width: 880px) {
    .certificates_list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 22px 24px;
    }
    .certificates_list .certificate_item {
        padding: 24px;
    }
    .certificates_page, .contact_page{
        padding-top: 54px;
    }
    .employees_list {
        gap: 45px 20px;
    }
    .employees_list .employees_img_block{
        padding: 12px;
    }
}
@media (max-width: 800px) {
    .employees_list {
        grid-template-columns: repeat(2, 1fr);
    }
    .news-item{
        display: block;
    }
    .news-item .news-image{
        margin-bottom: 35px;
    }
}

@media (max-width: 600px) {
    .certificates_list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 22px 24px;
    }
    .certificates_list .certificate_item {
        padding: 12px;
    }
    .employees_list {
        grid-template-columns: repeat(1, 1fr);
    }
}