:root {
    --base-color: #34BDE2;
    --text-base-color: #677178;
    --base-border-color: #00000042;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Noto Sans", sans-serif;
}

html, body {
    /*max-width: 100vw;*/
    min-height: 100vh;
}

.row {
    max-width: 100vw !important;
}

a {
    text-decoration: none !important;
}

p, a, span, li {
    font-weight: 400 !important;
    font-family: Noto-sans-armenian, sans-serif;
}



.d-center {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

button:focus {
    outline: 1px dotted;
    outline: 0px auto -webkit-focus-ring-color !important;
}

/*Header*/

.alert {
    margin-top: 30px;
    margin-bottom: 20px;
}

.header_bottom {
    max-width: 100vw;
    background: #2A79B4;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

header .row {
    margin: 0 !important;
    padding: 0 !important;
}

.header-top_container{
    padding: 1rem 0 !important;
}

.fixed-header-bottom {
    max-width: 100vw !important;
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 1000;
}


.fixed-header-bottom .show {
    height: 100vh !important;
    justify-content: start;
}

.header_icon {
    max-height: 20px;
    max-width: 20px;
}

.header-logo_container {
    padding-left: 0 !important;
    text-align: start;
}

.header-right {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.header_info {
    color: #2A79B4;
    gap: 20px;
    font-size: 14px;
    text-align: right;
}

.header_info a {
    color: #2A79B4;
}

@media only screen and (min-width: 1400px) {
    .container {
        min-width: 1200px;
    }
}

.header_buttons {
    gap: 20px;
    justify-content: end !important;
}

.search_icon {
    width: 45px;
    height: 45px;
    position: relative;
    border-radius: 50%;
    box-shadow: 0px 1px 6px 0px #9B9B9B40;
}

.header-contact_btn {
    background: #2A79B4;
    color: white;
    box-shadow: 0 0 1px 4px #2A79B454;
    max-height: 40px;
    transition: .5s !important;
}

.header-lang_select {
    min-width: 130px;
    padding-left: 13px !important;
    border:none !important;
    outline: none !important;
    box-shadow: none !important;
}

.header-lang_icon {
    z-index: 3;
    margin-right: -23px !important;
}

.search_row {
    position: absolute;
    top: 138px;
    left: 0px;
    box-shadow: 0px 0px 13px 0px #bbbabab8;
    padding: 5px;
    min-width: 250px;
    margin-top: 15px;
    border-radius: 30px;
    background: white;
    display: none;
}

.search_row .form_container {
    padding-left: 0px;
}

.search_row input:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.nav-link {
    color: white;
    height: 100% !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.header_bottom .nav-item {
    height: 70px;
    display: flex;
    align-items: center !important;
    justify-content: center;
}

.with_childes {
    position: relative;
}

.dropdown-toggle::after {
    display: none !important;
}

.navbar ul {
    min-height: 72px;
    height: 72px;
    padding: 0 !important;
}

.nav-item {
    height: 100%;
}

.header_bottom .nav {
    align-items: center;
}

.navbar .nav-item.with_childes:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    position: absolute;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    color: black;
    border-radius: 7px !important;
    top: 100%;
    left: 0;
    max-width: 600px;
    width: auto;
    overflow: hidden;
    z-index: 1000;
    box-shadow: 0px 4px 11px 0px #C0C0C061;
}

.dropdown-item {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0px;
}

.dropdown-item:hover {
    background: #f4f7f9;
}

.navbar-toggler {
    color: white !important;
    border-color: white !important;
    margin-bottom: 10px;
}

.navbar-toggler_icon {
    stroke: white !important;
    fill: white !important;
    width: 24px;
    height: 24px;
}

.navbar-expand-lg .navbar-nav {
    align-items: center;
    font-size: 0.9rem;
}

.mobile_buttons .search_row {
    top: 60px !important;
}

.mobile_buttons .search_icon {
    background: white !important;
}

.header-contact_btn:hover {
    color: white;
    background: #1c5a89;
}


.breadcrumb {
    background: transparent !important;
}

.breadcrumb-item a {
    color: black !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "-" !important;
    color: black !important;
}

.breadcrumb-item {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-title_container {
    display: flex;
    align-items: center;
    gap: 20px;

}

.page-title_container h2 {
    font-size: 1.6rem;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-title-logo {
    width: 60px;
    height: 60px;
}

/*Home*/


@media only screen and (min-width: 1400px) {
    .home-slider_container {
        max-width: 1340px !important;
    }
}
.s1 {
    margin-bottom: 80px;
}

.slide-container {
    position: relative;
}

.slide_text_container {
    position: absolute;
    bottom: 10%;
    left: 10%;
    width: 50%;
    max-width: 50%;
    max-height: 310px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: white;
    backdrop-filter: blur(4px);
    background: rgba(0, 0, 0, 0.2);
    padding: 20px 40px;
}

.slide_text_container h3, .slide_text_container span {
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 72px;
    padding: 5px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.slide_text_container h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    padding-bottom: 0 !important;

}

.slide_text_container span {
    font-size: 1rem;
    font-weight: lighter;
    max-width: 451px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-row {
    width: 100%;
    height: 100%;
}

.slide_text_container button {
    margin-top: 10px;
    background: transparent;
    border: 1px solid white;
}

.slide_text_container button a {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);;
    color: white;
    font-weight: bold;
    text-decoration: none;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: none !important;
}

.swiper_button {
    position: relative;
}

.swiper_arrow_container {
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background: white;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    opacity: 0.8;
}


.director_word {
    overflow: hidden;
    width: 100%;
    margin-bottom: 50px;
}

.director-image_container {
    max-height: 500px;
    float: left !important;
    flex: 0 0 auto; /* Не растягивается, сохраняет размер */
    margin-right: 40px; /* Отступ справа от изображения */
    margin-bottom: 20px; /* Отступ справа от изображения */
}

.director-image {
    width: 100%;
    max-width: 500px;
    height: auto;
    max-height: 500px;
}

.before_img_column {
    width: 5px;
    height: 450px;
    background: #2A79B4;
    margin-right: 25px;
}

.director_section_logo {
    width: 70px;
    height: 70px;
}

.director-description-container {
    flex: 1; /* Заполняет оставшееся пространство */
}

.director_word .logo_container {
    max-width: 700px;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 40px;
}

.director_word .logo_container p {
    max-width: 600px;
}

.director_word h1 {
    max-width: 450px;
    margin-left: 20px;
    font-size: 1.7rem;
    font-weight: 400;
}

.directors_word_description {
    margin-top: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wb_border {
    position: absolute;
}

.wb-b1 {
    top: 20px;
    right: 20px;
    width: 45%;
    height: 45%;
    border-right: 6px solid white;
    border-top: 6px solid white;
}

.wb-b2 {
    bottom: 20px;
    left: 20px;
    width: 45%;
    height: 45%;
    border-left: 6px solid white;
    border-bottom: 6px solid white;
}


.Services_and_price_list {
}

.Services_and_price_list .row {
    row-gap: 30px;
}


.sapl-logo {
    width: 55px;
    height: 55px;
}

.sapl-title_container {
    display: flex;
    align-items: center;
    gap: 20px;
    color: black;
    font-weight: 400;
    margin-bottom: 30px;
}

.Services_and_price_list a:hover {
    color: black !important;
}

.sapl-img {
    width: 70px !important;
}

.sapl-container {
    padding: 20px;
    border-right: 1px solid #ECEBEB;
}

.sapl-container-last {
    padding: 20px;
}

.sapl-link {
    display: block;
    width: 100%;
    height: 100%;
}

.sapl-text {
    display: block;
    margin-top: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    height: 48px;
    max-height: 48px;
    color: black;
}

.sapl-arrow {
    color: var(--base-border-color);
    margin-top: 20px;
    transition: .5s;
}

.Services_and_price_list a:hover .sapl-arrow {
    transform: translate(100%);
}


.department {
    margin-top: 70px;
}

.department .row {
    row-gap: 20px;
}

.department-title_container {
    display: flex;
    align-items: center;
    gap: 20px;
    color: black;
    font-weight: 400;
    margin-bottom: 30px;
}

.department-title_container:hover {
    color: black;
}

.department-item_container {
    height: 227px;
    overflow: hidden;
    padding-bottom: 15px;
    position: relative;
    color: black;
}

.department-item_container:hover {
    color: black;
}

.department-column_top {
    border-radius: 10px 10px 0 0;
    height: 40%;
}

.department-column_bottom {
    height: 60%;
    display: flex;
    justify-content: center;
    align-items: start;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 4px 11px 0px #C0C0C061;
    padding-top: 30%;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.department-column_bottom span {

    font-size: 0.8rem;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.department-circle {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    background: white;
    z-index: 3;
    box-shadow: 0px 4px 6px 0px #8B8B8B40;
    display: flex;
    justify-content: center;
    align-items: center;

}

.department-circle .inner_circle {
    width: 75px;
    height: 75px;
    border-width: 1px;
    border-style: solid;

    padding: 10px;
    transition: .5s;

}

.department-item_container:hover .inner_circle {
    transform: scale(1.1);
}


.staff {
    margin-top: 70px;
}

.staff .row {
    row-gap: 20px;
}

.staff-title_container {
    display: flex;
    align-items: center;
    gap: 20px;
    color: black;
    font-weight: 400;
    margin-bottom: 30px;
}

.staff-title_container:hover {
    color: black;
}

.staff-item_container {
    display: block;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    color: black;
}

.staff-item_container:hover {
    color: black;
}

.staff-item_container:hover .staff-item-description {
    bottom: 30px;
}

.staff-item-description {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 90%;
    background: white;
    border-radius: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 20px;
    font-weight: 400 !important;
    transition: .5s !important;
}

.staff-item-description h5 {
    font-weight: 500;
    max-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1rem;
    color: black;
}

.staff-item-description span {
    display: inline-block;
    font-size: 0.8rem;
    overflow: hidden;
    max-height: 43px;
    text-overflow: ellipsis;
    color: black;
    -webkit-line-clamp: 2;

}


.news {
    margin-top: 70px;
}

.news_item_container {
    overflow: hidden;
    border-radius: 15px;
    border: 1px solid #D3DBEA;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    color: black;
}

.news_item_container .img_container {
    overflow: hidden;
}

.news_item_container img {
    transition: .5s;
}

.news_item_container:hover {
    color: black;
}

.news_item_container:hover img {
    transform: scale(1.1);
}

.news_item_container h6 {
    font-weight: 400;
    font-size: 0.9rem !important;
    padding: 30px;
    height: 85px;
    max-height: 85px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_item_description{
    width: 100%;
}

.swiper-button-prev_2 {
    left: 0;
}

.swiper-button-prev_2 {
    right: 0;
}

.sac_2 {
    background: #e7e7e7;
}

/*History*/

.history-container {
    margin-top: 70px;
}

.history-container .section_container {
    min-height: 480px;
}

.outside-wb-img_container_1 {
    width: 45%;
    padding: 20px;
    float: left;
    margin-bottom: 50px;
    margin-right: 30px;
}

.outside-wb_border {
    position: absolute;
}

.outside-wb-b1 {
    top: 0px;
    left: 0px;
    width: 40%;
    height: 40%;
    border-left: 6px solid #2A79B4;
    border-top: 6px solid #2A79B4;
}

.outside-wb-b2 {
    bottom: 0px;
    right: 0px;
    width: 40%;
    height: 40%;
    border-right: 6px solid #2A79B4;
    border-bottom: 6px solid #2A79B4;
}

.history-container .section_title {
    margin-bottom: 40px;
}

.history-text_item_1 {
    padding-top: 150px;
}

.outside-wb-img_container_2 {
    width: 45%;
    padding: 20px;
    float: right;
    margin-bottom: 50px;
    margin-left: 30px;
}

.history-text_item_2 {
    padding-top: 50px;
}

.history-container .section_2 {
    margin-top: 50px;
}


.outside-wb-img_container_3 {
    width: 45%;
    padding: 20px;
    float: left;
    margin-bottom: 50px;
    margin-right: 30px;
}

.history-text_item_3 {
    padding-top: 50px;
}

.history-container .section_3 {
    margin-top: 70px;
}

.section_4 {
    display: flex;
    flex-direction: column;
}

.history-container .title_img_container {
    display: flex;
    flex-direction: row-reverse;
    flex-basis: 300px;
}

.sec_4_title {
    max-width: 50%;
}

.outside-wb-img_container_4 {
    width: 45%;
    padding: 20px;
    margin-bottom: 50px;
    margin-left: 30px;
}

.history-text_item_4 {
    padding-top: 10px;
}

.history-container .section_4 {
    margin-top: 70px;
}


/*Staff*/

.staff_container {
    margin-top: 70px;
}

.staff-department_title {
    color: white;
    width: fit-content;
    margin-top: 70px;
    margin-bottom: 30px;
    padding: 5px 17px;
    background: #2A79B4;
    position: relative;
}

.sdtc {
    position: absolute;
    top: 0;
    left: 7px;
    width: 3px;
    height: 100%;
    background: white;
}

.staff-items_container {
    row-gap: 20px;
}

/*Services*/

.services-container {
    margin-top: 70px;
}

/*Personal*/

.personal-info_container {
    display: flex;
    align-items: center;
}

.personal_title {
    margin-left: -70px;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    background: white;
    padding: 20px;
    box-shadow: 0px 4px 11px 0px #C0C0C061;
}

.personal_title h3 {
    font-weight: 400;

}

.personal-img_container {
    width: 400px !important;
    height: auto !important;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.personal-img_container img{
    border-radius: 5px;

}

.personal_bottom_description {
    box-shadow: 0px 4px 11px 0px #C0C0C061;
    padding: 35px;

}

/*Services Page*/

.services_item_container {
}

.services_item_container a {
    color: black;
}

#pills-tab {
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    padding: 10px;
}

#pills-tab .nav-item {
    min-height: 35px;
}

.services_item_checkbox {

    max-width: 23px;
    max-height: 23px;
}

.services_item_container .card-header {
    overflow: hidden;
    text-overflow: ellipsis;
}

.services_item_container .card-header .btn-link {
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    color: black;
}

.card {
    margin-bottom: 10px;
}

.tab-content .tab-pane {
    display: none;
}

.tab-content .show {
    display: block;
}

.services_item_container .tabl {
    width: 100%;
}

.services-page-title {
    margin-bottom: 50px;
}

/*Vacancy*/

.vacancy-container {
    margin-top: 70px;
}

.vacancy-container .row {
    row-gap: 20px;
}

.vacancy-page_description {
    height: 190px;
    max-height: 190px;
}

.vacancy-page_description a {
    transition: .5s;
    border-radius: 10px;
    box-shadow: 0px 4px 11px 0px #C0C0C061;
    display: flex;
    padding: 20px;
    width: 100%;
    height: 100% !important;
    flex-direction: column;
    justify-content: space-between;
    color: black;
}

.vacancy-page_description a:hover {
    color: #2A79B4;
    transform: scale(1.05);
}

.vacancy-page_description .desc-top {
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 96px;
    font-size: 0.9rem;
}

.vacancy-page_description .date-bottom {
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 21px;
}

/*Vacancy Item*/

.vacancy-item-container {
    padding: 20px;
}

.vacancy-image {
    width: 500px;
}

/*News page*/

.news-page-container {
    margin-top: 70px;
}

.news-page-container .row {
    row-gap: 20px;
}

.gallery-section {
    clear: both;
}

.video-section{
    clear: both;
}

.video-section .page-title_container{
    margin-bottom: 30px;
}

.youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
    height: 197px;
    width: 330px;
}

.youtube img    {
    height: 197px;
    width: 330px;
    top: -16%;
    left: 0;
    opacity: 0.7;
}

.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}

.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}

.youtube img,
.youtube .play-button {
    cursor: pointer;
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}

.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}

.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.img-video_container img:hover {
    cursor: pointer;
}

.img-video_container .videoiframe,
.img-video_container iframe,
.img-video_container .youtube {
    width: 100% !important;

}

.img-video_container img{
    width: 100%;
    height: auto;

}

.news-item_img {
    float: left;
}

/*Statistics*/

.statistics_container {

}

.statistics_item_row {
    border-radius: 5px;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
    min-height: 69px;
    padding: 10px;
    transition: .5s;
}

.statistics_item_row a {
    color: #2A79B4;
    max-height: 86px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.statistics_item_row a {
    cursor: pointer;
}

.statistics_item_row:hover {
    background: #fbfbfb;
}

.statistics-item_date_container {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #ABABAB;
}

/*FAQ*/

.faq_container {

}

.faq_container .card {
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);

}


.faq_container .card-header {
    background-color: white;
    transition: background-color 0.3s, color 0.3s;
    padding: 0 !important;
}

.faq_container .card-header a {
    color: black;
    padding: .75rem 1.25rem;
}

.faq_container .open {
    background-color: black !important;
    color: white !important;
}

.faq_container .open a {
    color: white;
}

/*Program*/

.programs_item_container {
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 15px;
    border: 1px solid #D3DBEA;
    display: flex;
    flex-direction: column;
    padding: 20px;
    color: black;
    height: 180px;
    max-height: 180px;
    transition: .5s;
}

.programs_item_description {
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 100%;
}

.programs_item_container:hover {
    color: #2A79B4;

}

.programs-page-container {
    margin-top: 50px;
    min-height: 200px;
}

.research-container{
    min-height: 200px;
}

.programs-page_image {
    display: block;
    margin-bottom: 70px;
}

.program-page_description {
    padding: 40px;
    box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.1);

}

/*Contact*/

@media only screen and (min-width: 1400px) {
    .contact-container {
        max-width: 1400px !important;
    }
}

.contact-container .btn-outline-primary {
    transition: .5s;
    border-radius: 3px;
}

.contact_map {
    border-radius: 5px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    padding: 30px;
    height: 463px;
}

.contact_map iframe {
    height: 100%;
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 40px !important;
}

.contact-form label {
    padding: 0 5px;
    background: white;
    position: absolute;
    top: -14px;
    left: 10px;
    color: #2E2F3099;
    max-height: 15px;

}

.contact-form textarea {
    min-height: 224px;
    max-height: 350px;
}

.contact_item_row {
    row-gap: 20px;
}

.contact_item_container {
    overflow: hidden;
    border-radius: 15px;
    border: 1px solid #D3DBEA;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    color: black;
    height: 225px;
    max-height: 225px;
    transition: .5s;
}

.contact_item_container:hover {
    background: #f7f7f7;
}

.contact_item_description {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact_item_title {
    font-size: 1.2rem;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contact_item_address {
    font-size: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contact_item_hot_phone {
    font-size: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contact-social{
    display: flex;
    flex-direction: row !important;
    gap: 15px;

}


.shopping_item{
    color: black;
    margin-bottom: 20px;
}

.gallery-page_container .nav-link{
    color: black;
}

.dynamic-page_container{
    margin-top: 70px;
}

.dynamic-page_container ul{
    overflow: hidden !important;
}

.scientific-item{
    box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.1);
}

#button {
    display: inline-block;
    background: linear-gradient(45deg, #308FAF, #0871AD);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
}
#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}
#button:hover {
    cursor: pointer;
    background-color: #333;
}
#button:active {
    background-color: #555;
}
#button.show {
    opacity: 1;
    visibility: visible;
}

/*Footer*/

footer {
    clear: both !important;
}

.footer {
    margin-top: 70px;
    padding-top: 10px;
}

.footer .bottom_border {
    width: 80px;
    height: 1px;
    background: var(--base-border-color);
    margin: 15px 0 30px 0;
}

.footer_item_container {
    padding: 0 30px !important;
}

.footer_list {
    font-size: 14px;
    margin-bottom: 10px;
}

.footer a, .footer span {
    text-decoration: none;
    color: var(--text-base-color);
}

.footer a:hover, .footer span:hover {
    color: #4d5356;
    text-decoration: none;
}

.footer_contact_top {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
    font-size: 13px;
    border: 1px solid var(--text-base-color);
    border-radius: 5px;

}

.footer .social {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 10px;
}

.footer_contact_bottom {
    border: 1px solid;
    padding: 7px;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.footer_bottom_row {
    padding: 20px 0;
    margin-top: 20px;
    border-top: 1px solid var(--base-border-color);
}

/*Info*/

.info-container .card{
    overflow: hidden;
    text-overflow: ellipsis;
    height: 370px;
}

.info-container .card b{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    min-height:57px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-container .card p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-container .card .card-body{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.info-page_description {
    overflow-x:hidden;
    padding: 40px;
    box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.1);

}

.info-page_description li{
    transform: translateX(40px);
    padding-right: 40px;
}

.allinfo-video_container{
    min-height: 300px;
    min-width: 340px;
}

.department{
    margin-top: 70px;
}

.departament-page_description {
    padding: 40px;
    box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.1);
}

.department-page_container .tabeffect a {
    color: black;
    display: block;
    min-height: 30px;
}

.departament-staff_row{
    row-gap: 20px;
}


.dynamic-page_content{
        padding: 50px;
        box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.1);
        margin-top: 50px;
}


.partner-item_container{
    padding: 5px;
    border: 1px solid #D3DBEA;
    border-radius: 5px;
    transition: .5s;
}

.partner-item_link:hover ~ .partner-item_container{
    transform: scale(1.05);
}


.announcer{
    position: fixed;
    bottom: 25px;
    left: 25px;
    width: 200px;
    height: 100px;
    z-index: 999;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--base-border-color);
    transition: .5s;
}
.announcer:hover{
    transform: translateY(-15px);
}



@media only screen and (max-width: 1782px) {
    .director_word h1{
        max-width: 340px;
        font-size: 1.4rem;
    }
}

@media only screen and (max-width: 1582px) {
    .navbar-collapse {
        max-width: 100vw !important;
        flex-wrap: wrap !important;
    }


    .header_buttons {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1529px) {

    .director_word h1{
        margin-top: 30px;
    }
}


@media only screen and (max-width: 1490px) {

    .director_word h1{
        margin-left: 0px;
    }
}

@media only screen and (max-width: 1200px) {
    .history-text_item_1 {
        padding-top: 50px;
    }

    .history-container h3 {
        font-size: 1.4rem;
    }
}

@media only screen and (max-width: 1110px) {
    .before_img_column {
        display: none;
    }

    .slide_text_container h3 {
        font-size: 1.3rem;
        max-height: 81px;
    }

    .slide_text_container span {
        font-size: 1rem !important;
    }
}

@media only screen and (max-width: 992px) {

    .director_word{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .director-image_container{
        margin: 0;
        margin-bottom: 20px;
    }

    .outside-wb-img_container_4 {
        max-height: 228px;
    }

    .social {
        flex-wrap: wrap;
    }

    .footer-logo {
        text-align: center;
        margin-bottom: 40px;
    }

    .header_bottom .nav-item {
        width: 100%;
    }

    .director_word h1{
        margin-top: 0;
        margin-left: 30px;
    }

    .navbar-collapse {
        display: flex;
        flex-direction: column-reverse;
    }

    .Services_and_price_list .row {
        justify-content: center;
    }

    .sapl-container {
        border: none;
    }

    #for_menu_fixed {
        padding-top: 10px !important;
    }

    .search_row {
        top: 110px !important;
    }

    .director-image_container .row {
        justify-content: center !important;
    }

    .director-image_container {
        margin-bottom: 40px;
    }

    .director_word .logo_container {
        margin: auto;
    }

    .dropdown-menu {
        display: none !important;
    }

    .nav-item {
        border-bottom: 1px solid white;
        padding-bottom: 10px;
        height: auto !important;
    }

    .display_block {
        display: block !important;
    }

    .header_bottom a:focus {
        background: transparent !important;
        color: white !important;
    }

    .navbar ul {
        min-height: 0;
        height: auto;
    }

    .nav-link, .nav-item {
        width: 100%;
        font-size: 16px;
    }

    .nav-link {
        height: 30px !important;
        margin-top: 10px;
    }

    .with_childes {
        flex-direction: column;
    }

    .dropdown-menu {
        display: none;
        background: transparent !important;
        text-align: center !important;
    }

    .dropdown-item {
        color: white !important;
    }

    .slide_text_container {
        width: 70% !important;
        max-width: 70% !important;
        left: 50%;
        transform: translateX(-50%);
    }


}

@media only screen and (max-width: 768px) {

    .page-title_container .page-title-logo {
        width: 50px;
        height: 50px;
    }

    .page-title_container h2, .page-title_container h3 {
        font-size: 1.7rem !important;
    }

    .personal_title h3 {
        font-size: 1.3rem;

    }

    .personal_title h6 {
        font-weight: 400;
        font-size: 1rem;
    }

    .footer-logo {
        text-align: start;
        margin-bottom: 40px;
    }

    .header-right {
        margin-top: 30px;
    }

    .slide_text_container {
        top: 1px;
    }

    .sapl-container {
        border-bottom: 1px solid #ECEBEB;
        margin-bottom: 30px;

    }

    .sapl-link {
        width: 90%;
        margin: auto;
    }

    .sapl-img {
        width: 30%;
        height: auto;
        display: block;
        margin-right: auto;
    }

    .history-text_item_2,
    .history-text_item_3,
    .history-text_item_4,
    .history-text_item_1 {
        font-size: 0.8rem;
    }

    .hsc {
        display: flex;
        flex-direction: column;
    }

    .howic {
        width: 100%;
        margin: 0;
        margin-bottom: 50px;
    }

    .section_4 .title_img_container {
        flex-direction: column;
    }

    .section_4 .sec_4_title,
    .section_4 .title_img_container > div {
        max-height: none;
        width: 100%;
        max-width: 100%;
        margin: 0;
        margin-bottom: 50px;
    }

    .slide_button {
        display: none;
    }

    .swiper_button {
        display: none !important;
    }

    .slide_text_container h3 {
        font-size: 1.1rem;
        max-height: 72px;
    }

    .director_word h1 {
        font-size: 1.5rem;
    }

    .director_word_title {
        max-width: 400px !important;
    }

    .logo_container {
        align-items: center;
    }

    .director_section_logo {
        width: 60px;
        height: 60px;
    }

    .header_info {
        display: none !important;
    }

    .header_buttons {
        justify-content: center !important;
        margin-top: 30px;
    }

    .header-logo_container {
        text-align: center;
    }

    .page-title_container h2 {
        font-size: 1.4rem !important;
    }


    .footer {
        font-size: 14px !important;
    }

    .footer-logo {
        margin-bottom: 30px;
    }

}

@media only screen and (max-width: 576px) {

    .search-page_container{
        font-size: 0.8rem !important;
    }

    .search-page_container section{
        padding-left: 10px !important;
    }

    .info-container .card {
        height: 478px !important;
    }

    .contact_map{
        height: auto;
    }

    .table td {
        font-size: 0.8rem;
    }

    .gallery-slide {
        width: 100%;
    }

    .personal-info_container {
        flex-direction: column;
    }

    .personal-img_container {
        max-width: 100%;
    }

    .personal_title {
        margin: 0;
    }

    .logo_container {
        justify-content: center;
    }

    .staff-item_container {
        display: flex;
        justify-content: center;
    }

    .staff-item-description {
        max-width: 60%;
    }

    .department-column_bottom {
        padding-top: 40px;
    }

    .sapl-img {
        width: 35%;
        height: auto;
        display: block;
        margin-right: auto;
    }

    .slide_box_content h3 {
        font-size: 1rem;
        max-height: 66px;

    }

    .swiper-container .line-2 {
        display: none;
    }

    .swiper-container .line-1 {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .wb-img_container {
        width: 90%;
    }

    .wb-img-block {
        justify-content: center !important;
    }

    .footer_bottom_row div {
        text-align: center !important;
        margin-bottom: 10px;
    }

    .director_word_title {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 450px) {

    .fixed-header-bottom .nav-link{
         text-align: center;
    }

    .announcer{
         width: 150px;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .allinfo-video_container{
        min-height: 100%;
        min-width: 100%;
    }

    .breadcrumb-item {
        font-size: 0.7rem;
    }

    .page-title_container h2 {
        font-size: 1.2rem !important;
    }

    .page-title_container {
        text-align: center;
        flex-direction: column;
        justify-content: center;
    }

    .staff-item-description {
        max-width: 80%;
    }

    .director_word .row {
        margin: auto !important;
    }

    .header_buttons {
        flex-wrap: wrap;
    }

    .slide_text_container {
        padding: 20px 10px;
    }

    .sapl-img {
        width: 40%;
        margin: auto;
    }

    h1 {
        font-size: 1.3rem !important;
    }

    p, span, a, li {
        font-size: 0.9rem !important;
    }

    .footer .img-responsive {
        width: 80%;
    }
}

@media only screen and (max-width: 340px) {

    .info-container .card {
        height: 378px !important;
    }

    .header-logo_container img {
        width: 100%;
    }
}



/*Error*/

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


/* error-page */

.error-section{
    margin: 120px 0 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;

    align-items: center;
}


.page-not-find{
    color: #201316;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0;

}

.error-number-block{
    text-align: center;
}

.page-not-find-number{
    font-size: 100px;
    font-weight: 500;
    margin-bottom: 0;
}

.page-not-find-text{
    color: #424242;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    max-width: 500px;
}


.page-not-find-btn{
    border-radius: 3px;
    border: 1px solid #1F4741;
    background: #F9F9F9;
    padding: 15px 32px;
    color: #1F4741;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.91px;
    cursor: pointer;
    outline: none;
}


.page-not-find-btn-block{
    margin:44px 0 50px;
}




@media all and (max-width: 1024px){
    .error-section{
        margin: 80px 0 50px;
    }
}


@media all and (max-width: 575px){
    .error-section{
        margin: 50px 0 30px;
    }
    .page-not-find{
        font-size: 20px;
    }
}


