.hs_page_about_wrapper {
    padding: 40px 0 0;
}

.hs_about_tabs {
    margin-bottom: 40px;
}

.hs_about_tab {
    padding: 4px 15px;
    transition: .3s;
    color: #636363;
    cursor: pointer;
    box-sizing: border-box;
}

.hs_about_tab.hs_about_tab_active {
    color: #007BC1;
}

.hs_about_tab:not(:last-child) {
    border-right: 1px solid #BCC6D1;
}

.hs_about_tab:first-child {
    padding-left: unset;
}

.hs_about_tab:last-child {
    padding-right: unset;
}

.hs_main_about_ttl {
    font-size: 50px;
    font-weight: 700;
}

.hs_about_description {
    margin: 40px 0 20px;
}

.hs_about_page_image {
    height: 675px;
    background-position: top;
    background-size: cover;
    /* background-attachment: fixed; */
}

.hs_main_about_ttl span:last-child {
    color: unset;
}

.hs_blog_posts_wrapper {
    padding: 120px 0;
}

.hs_blog_posts_header {
    margin-bottom: 70px;
}

.hs_blog_posts_ttl {
    font-size: 80px;
    font-weight: 600;
    font-family: 'Manrope';
}

.hs_certificate_wrapper {
    position: relative;
    padding: 70px 0 90px;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    color: #fff;
}

.hs_certificate_wrapper:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/pattern_bg.svg);
    background-color: #000512B8;
    z-index: 0;
}

.hs_certificate_wrapper>* {
    position: relative;
    z-index: 1;
}

.hs_certificate_header {
    margin-bottom: 30px;
    font-family: 'Manrope';
    font-size: 50px;
    font-weight: 600;
    text-align: center;
}

.hs_certificate_desc {
    margin-bottom: 40px;
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
}

.hs_certificate_inner {
    width: 100%;
    max-width: 1027px;
    margin: 0 auto;
}

.certificate_item {
    border-radius: 5px;
    overflow: hidden;
    background-color: #e2ebf1;
}

.certificate_item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hs_history_inner {
    padding: 120px 0;
}

.hs_history_inner .hs_main_about_ttl {
    margin-bottom: 20px;
}

.hs_history_inner .hs_main_about_desc {
    margin-bottom: 120px;
}

.hs_history_wrapper {
    width: 100%;
    gap: 85px;
}

.hs_history_first_wrapper {
    max-width: 100%;
    flex: 1;
}

.fn_history_photo_slider,
.fn_history_text_slider {
    position: relative;
    height: 680px;
}

.history_photo_item {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.history_photo_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fn_history_photo_slider:before,
.fn_history_photo_slider:after,
.fn_history_text_slider:before,
.fn_history_text_slider:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 130px;
    z-index: 2;
    filter: blur(10px);
}

.fn_history_photo_slider:before,
.fn_history_text_slider:before {
    top: -20px;
    background: linear-gradient(180deg, #FEFEFE 16.22%, rgba(254, 254, 254, 0.95) 40.59%, rgba(254, 254, 254, 0.78) 66.09%, rgba(254, 254, 254, 0.3) 103.57%);
}


.fn_history_photo_slider:after,
.fn_history_text_slider:after {
    bottom: -20px;
    background: linear-gradient(0deg, #FEFEFE 16.22%, rgba(254, 254, 254, 0.95) 40.59%, rgba(254, 254, 254, 0.78) 66.09%, rgba(254, 254, 254, 0.3) 103.57%);
}

.hs_history_second_wrapper {
    width: 755px;
}

.fn_history_text_slide {
    padding: 30px 0;
    gap: 20px;
    border-bottom: 1px solid #E7ECF1;
}

.swiper-slide-active .fn_history_text_slide {
    border-top: 1px solid #E7ECF1;
    background-color: #fff;
}

.swiper-slide-prev .fn_history_text_slide {
    border-bottom: unset;
}

.fn_history_text_slide_year {
    position: relative;
    font-family: 'Manrope';
    color: #007BC1;
    font-size: 50px;
    font-weight: 600;
    white-space: nowrap;
}

.fn_history_text_slide_year:before {
    content: '';
    width: 40px;
    height: 5px;
    background-color: #007BC1;
    margin-right: 15px;
}

.hs_info_page_content {
    gap: 40px;
}

.hs_info_page_ttl {
    font-family: 'Manrope';
    font-size: 50px;
    font-weight: 600;
}

.hs_info_page_grid {
    margin-bottom: 120px;
    display: grid;
    gap: 30px;
}

.hs_info_page_grid.hs_grid_4 {
    grid-template-columns: repeat(4, 1fr);
}

.hs_info_page_grid.hs_grid_5 {
    grid-template-columns: repeat(5, 1fr);
}

.hs_info_page_item {
    aspect-ratio: 1 / 1;
    border: 1px solid #E7ECF1;
    border-radius: 5px;
    background-color: #F2F7FA;
    transition: .3s;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    padding: 28% 32px 30px;
    box-sizing: border-box;
    gap: 10px;
    text-align: center;
}

.hs_info_page_item_wide {
    aspect-ratio: 16 / 9;
    padding: 13% 32px 30px;
}

.hs_info_page {
    padding: 50px 0 120px;
}

.hs_page_doc_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.hs_page_doc_grid:not(:last-child) {
    margin-bottom: 120px;
}

.hs_document_item {
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #E7ECF1;
    box-shadow: 0px 2px 20px 0px #00507F1A;
    gap: 20px;
    transition: .3s;
}

.hs_document_item_image {
    width: 112px;
    min-width: 112px;
    height: 112px;
    border-radius: 5px;
    overflow: hidden;
}

.hs_document_item_image img.loaded {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hs_document_item_content {
    flex: 1;
    gap: 15px;
}

.hs_document_item_name {
    font-size: 18px;
    font-weight: 600;
}

.hs_download {
    color: #3E7F00;
    font-size: 16px;
    font-weight: 600;
    gap: 10px;
    text-transform: uppercase;
    text-decoration: underline;
}

.hs_info_page_inner {
    gap: 57px;
}

.hs_info_page_inner_descripton {
    flex: 1;
}

.hs_info_page_inner_descripton a {
    color: #007BC1;
    text-decoration: underline;
}

.hs_info_page_sidebar {
    width: 393px;
    height: fit-content;
    position: sticky;
    top: 140px;
    gap: 24px;
}

.hs_info_page_sidebar_item {
    overflow: hidden;
    border-radius: 8px;
    width: 100%;
    height: auto;
    background-color: #F2F7FA;
}

.hs_info_page_sidebar_item img.loaded {
    width: 100%;
    height: 100%;
    object-fit: contain;
}