.hs_page_about_wrapper {width: 100%;max-width: 1200px;}
.blog_banner {position: sticky;top: 130px;}
.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;
}
.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;
}
.block__description h4{
    font-weight: 700;
    margin-bottom: 24px;
}
.block__description table{
    border-collapse: collapse;
    min-width: 500px;
    width: 100%;
    max-width: 100%;
}
.block__description h2{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 24px;
}
.block__description h3{
    font-size: 26px;
    margin-bottom: 24px;
}
.hs_page_about_wrapper h1{margin-bottom: 30px;}
.page_about{display: flex;align-items: flex-start;gap: 70px;padding: 10px 0 100px;}
.block__description iframe {
    margin-left:auto;
    margin-right:auto;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    margin: 24px 0;
    height: 700px;
    border-radius: 10px;
}
.block__description .table_responsive{
    width: 100%;
    overflow-y: auto;
    _overflow: auto;
    margin: 24px 0;
    max-width: 100%;
}
.block__description .table_responsive::-webkit-scrollbar{
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
}
.block__description .table_responsive::-webkit-scrollbar-thumb{
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);
}
.block__description .video,
.block__description .mce-object-iframe{
    position: relative;
    padding-bottom: 36%;
    padding-top: 30px;
    height: 0;
    width: 70%;
    margin: 0px auto;
    overflow: hidden;
}
.block__description .mce-object-iframe iframe,
.block__description .video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgb(219, 219, 219);
}
.block__description a.fn_image_gallery,
.block__description a.fn_image_zoom{display: block;line-height: 1;margin: 1.5rem auto;}
.block__description a.fn_image_zoom img{border: 1px solid #eee;padding: 1px;}
.block__description a.fn_image_gallery {padding: 3px 6px}
.block__description img {
    display: block;
    margin: 40px auto;
    border-radius: 10px;
    width: 100%;
}
.block__description figure{
    margin: 0;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    padding: 10px;
}
.block__description figure p{margin: 0;}
.block__description figure img{margin: 0;}
.block__description figure figcaption{
    padding: 5px 3px;
    font-size: 12px;
    font-style: italic;
    font-weight: 500;
}
.block__description .table {
    width:100%;
    overflow:hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 2rem 0 0;
}
.block__description .table__cell img {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row_f-align: center;
    align-self: center;
    height: auto;
    max-width: 100%;
}
.block__description ul,
.block__description ol{padding-left: 24px;margin: 24px 0;}
.block__description ul li > ul,
.block__description ol li > ul,
.block__description ul li > ol,
.block__description ol li > ol{margin: 12px 0;}

.block__description ul li,
.block__description ol li{margin-bottom: 8px;}

.block__description td,
.block__description th {
    padding: 12px 10px;
    text-align: left;
    margin: 0;
    border: 1px solid #DFE5EA;
}
.block__description td:first-child{font-weight: 600;}
.block__description tbody tr{background-color: #F2F7FA;}
.block__description tbody tr:nth-child(2n) {background-color:  #FEFEFE;}
.block__description th {
    background: #4C809F;
    color: #FEFEFE;
    font-weight: 600;
    font-size: 20px;
    padding: 12px 10px;
}
.photogallery_items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin: 24px 0;
}
.photogallery_item,
.photogallery_item img{border-radius: 10px;margin: 0;}
.photogallery_item{transition: all .5s ease;overflow: hidden;position: relative;display: flex;align-items: center;justify-content: center;}
.photogallery_image{transition: all .5s ease;position: relative;display: flex;align-items: center;justify-content: center;}
.photogallery_image::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: 2;
    transition: all .5s ease;
    border-radius: 10px;
}
.photogallery_item:hover .photogallery_image::before{background: #0000004D;}
.photogallery_zoom {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    opacity: 0;
    z-index: 3;
}
.photogallery_image:hover .photogallery_zoom{opacity: 1;}
.images_wrapper {display: grid;grid-template-columns: repeat(2, 1fr);gap: 24px;margin: 24px 0;}
.images_wrapper img, .images_wrapper p {margin: 0;}
.hs_page_wrapper {padding-bottom: 100px;}