@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

body {
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 150%;
    color: #222;
}

.container {
    max-width: calc(1672px + 1.5rem);
}

.simple_content a {
    text-decoration: none;
    color: #0dac48;
    transition: all .3s ease-in-out;
}

.simple_content a:hover {
    color: #0dac48;
    text-decoration: underline;
}

.header_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_top_left {
    font-weight: 700;
    font-size: 12px;
    color: #727272;
}

.header_top_left a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #0dac48;
}

.header_top_left a.tel_link {
    font-weight: 700;
}

.header_top_left span {
    font-size: 16px;
    color: #0dac48;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 600;
}

.header_top_right {
    display: flex;
    align-items: center;
    gap: 40px;
}

.socials {
    display: flex;
    align-items: center;
    gap: 12px;
}

.social_link {
    border: 2px solid #EDF0F2;
    border-radius: 12px;
    width: 32px;
    height: 32px;
    min-width: 32px;
    background: #fff;
    transition: all .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social_link:hover {
    border-color: #0dac48;
}

.toggles {
    display: flex;
    align-items: center;
    gap: 12px;
}

.lk, .acc {
    transition: all .3s ease-in-out;
    border-radius: 50%;
    width: 43px;
    height: 43px;
    min-width: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lk {
    background: #0dac48;
}

.lk:hover {
    background: #085d2e;
}

.acc {
    background: #edf0f2;
    color: #0dac48;
}

.acc:hover {
    background: #0dac48;
    color: #fff;
}

.gt-current-lang {
    display: none !important;
}

.glink {
    transition: all .3s ease-in-out;
    border-radius: 50%;
    width: 43px;
    height: 43px;
    min-width: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #edf0f2;
    color: #0dac48;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.glink:hover {
    background: #0dac48;
    color: #fff;
}

.header_top {
    padding-top: 12px;
}

.header_main {
    padding: 10px 0;
    background: rgba(255,255,255,.5);
    backdrop-filter: blur(15px);
}

.header_main_content {
    display: flex;
    align-items: center;
    gap: 40px;
}

.site_logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 14px;
    color: #085d2e;
    text-transform: uppercase;
    text-decoration: none;
    min-width: 332px;
    width: 332px;
    line-height: 1.2;
}

.site_logo .logo {
    min-width: 110px;
}

.main_nav {
    border-radius: 16px;
    padding: 0 24px;
    background: #e7f7ed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    position: relative;
    width: 100%;
}

.menu_gap {
    gap: 35px;
}

.main_nav .menu-item {
    padding: 24px 0;
}

.main_nav .menu-item a {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #222;
    transition: all .3s ease-in-out;
    text-decoration: none;
}

.main_nav .menu-item a:hover {
    color: #0dac48;
}

.search_toggle {
    cursor: pointer;
}

.site-footer {
    background: #edf0f2;
    padding-top: 50px;
    padding-bottom: 60px;
    font-weight: 600;
    font-size: 17px;
    line-height: 150%;
    color: #222;
    line-height: 1.2;
}

.site-footer .menu_gap {
    gap: 12px;
}

.site-footer h2 {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #0dac48;
    margin-bottom: 20px;
}

.site-footer a {
    text-decoration: none;
    color: #222;
    transition: all .3s ease-in-out;
}

.site-footer a:hover {
    color: #0dac48;
}

.site-footer .site_name {
    font-weight: 700;
    font-size: 14px;
    color: #2d2d2d;
    max-width: 212px;
}

.after_footer {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #fff;
    padding: 20px 0;
    background: #2d2d2d;
}

.af_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.af_left {

}

.after_footer a {
    text-decoration: none;
    color: #0dac48;
}

.hero_content {
    display: flex;
    align-items: stretch;
    gap: 12px;
}

.hero_logo_container {
    background: no-repeat center center / cover;
    border-radius: 16px;
    width: 360px;
    min-width: 360px;
    height: 540px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 22px;
    text-align: center;
    color: #fff;
}

.hero h1 {
    font-weight: 600;
    font-size: 21px;
    line-height: 140%;
    margin-bottom: 0;
}

.hero_slider {
    width: calc(100% - 372px);
}

.hero_slide {
    background: no-repeat center center / cover;
    border-radius: 16px;
    color: #fff;
    font-weight: 400;
    font-size: 19px;
    line-height: 150%;
}

.hero_slide_container {
    height: 540px;
    padding: 30px 120px;
    display: flex;
    align-items: center;
    width: 100%;
}

.hero_slide h2 {
    text-align: left;
    font-weight: 600;
    font-size: 54px;
    line-height: 120%;
    margin-bottom: 20px;
}

.home .hero_slide h2 {
    text-align: left;
}

.hero_slide_content {
    max-width: 568px;
}

.btn:focus, .btn:active {
    box-shadow: none;
}

.btn, .wp-block-button__link, a.wp-block-button__link {
    border-radius: 40px;
    padding: 14px 20px;
    background: #0dac48;
    font-weight: 600;
    font-size: 17px;
    line-height: 130%;
    text-align: center;
    color: #fff !important;
    transition: all .3s ease-in-out;
}

.btn:hover, .wp-block-button__link:hover, a.wp-block-button__link:hover {
    border-radius: 20px;
    padding: 14px 20px;
    background: #085d2e;
    color: #fff !important;
    text-decoration: none !important;
}

.onetap-container-toggle {
    display: none !important;
}

.hero_slider .swiper-button-next:after, .hero_slider .swiper-button-prev:after {
    color: #fff;
}

.numbers {
    border-radius: 23px;
    padding: 10px;
    background: #edf0f2;
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.number {
    display: flex;
    align-items: center;
    gap: 30px;
    border-radius: 23px;
    padding: 20px;
    background: #fff;
}

.number .icon {
    background: linear-gradient(154deg, #70bd42 0%, #0dac48 100%);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    min-width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.number .num {
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    color: #0dac48;
}

section {
    padding: 60px 0;
}

.hero {
    padding-top: 10px;
    padding-bottom: 0;
}

.facult_slide {
    border-radius: 23px;
    display: block;
    background: #0dac48;
    text-align: center;
    text-decoration: none;
    width: 324px;
    transition: all .3s ease-in-out;
}

.facult_slide:hover {
    background: #0a8a3a;
}

.facult_img {
    border-radius: 23px 23px 23px 0;
    height: 180px;
    overflow: hidden;
}

.facult_img img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.facult_info {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

.facult_info h3 {
    font-weight: 600;
    font-size: 17px;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}

h2 {
    font-weight: 600;
    font-size: 54px;
    line-height: 120%;
    margin-bottom: 60px;
}

h2 span {
    color: #0dac48;
}

.appeal {
    /*padding-bottom: 0;*/
}

.appeal_block {
    border-radius: 16px;
    padding: 40px;
    background: #e7f7ed;
    display: flex;
    gap: 40px;
}

.appeal_photo {
    border-radius: 16px;
    width: 284px;
    min-width: 284px;
    overflow: hidden;
}

.appeal_photo img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.appeal_block h3, .appeal_block .post {
    font-weight: 600;
    font-size: 26px;
    line-height: 120%;
}

.appeal_block .post {
    margin-bottom: 40px;
}

.appeal_block h3 {
    margin-bottom: 0;
}

.appeal_block h2 {
    margin-bottom: 20px;
    text-align: left;
}

.home .appeal_block h2 {
    text-align: left;
}

.services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.service {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 30px;
    background: #fff;
    border-bottom: 1px solid rgba(114,114,114,.2);
    transition: all .3s ease-in-out;
    color: #222;
    text-align: center;
    text-decoration: none;
}

.services .service:nth-child(3n-1), .services .service:nth-child(3n-2) {
    border-right: 1px solid rgba(114,114,114,.2);
}

.service h3 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 17px;
    line-height: 120%;
    text-transform: uppercase;
}

.service_icon {
    background: #e7f7ed;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}

.arrow, .service_icon img {
    transition: all .3s ease-in-out;
}

.service:hover {
    color: #fff;
    background: #0dac48;
    text-decoration: none !important;
}

.service:hover .arrow {
    transform: rotate(45deg);
    filter: brightness(500);
}

.service:hover .service_icon, .grid_link:hover .service_icon {
    background: #3dbd6d;
}

.service:hover .service_icon img, .grid_link:hover .service_icon img {
    filter: brightness(500);
}

.partner_slide {
    border-radius: 23px;
    padding: 40px;
    height: 140px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}

.partner_slide:hover {
    /*background: #0dac48;*/
}

.partners_slider, .gall_slider, .facult_slider_more {
    max-width: 1792px;
    margin: 0 auto;
    padding: 0 60px;
    position: relative;
}

.partners_slider_container, .gall_slider_container {
    border-radius: 23px;
    padding: 10px;
    background: #e7f7ed;
}

.partners_slider .swiper-button-next:after, .partners_slider .swiper-button-prev:after,
.gall_slider .swiper-button-next:after, .gall_slider .swiper-button-prev:after,
.facult_slider_more .swiper-button-next:after, .facult_slider_more .swiper-button-prev:after {
    color: #0DAC48;
    font-size: 18px;
}

.breadcrumbs {
    padding-top: 20px;
    color: #0dac48;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
}

.breadcrumbs a {
    text-decoration: none;
    transition: all .3s ease-in-out;
    color: #0dac48;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs .breadcrumb_last {
    color: #222;
}

h1 {
    font-weight: 600;
    font-size: 54px;
    line-height: 120%;
    margin-bottom: 50px;
}

h1 span {
    color: #0dac48;
}

.facult_slider4 .facult_slide {
    width: 324px;
}

.links_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 32px;
    margin-bottom: 40px;
}

.grid_link {
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    background: #edf0f2;
    color: #222 !important;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.links_grid_gray {
    border-radius: 16px;
    padding: 30px;
    background: #edf0f2;
}

.links_grid_gray .grid_link {
    background: #fff;
}

.grid_link:hover, .simple_content .grid_link:hover {
    color: #fff !important;
    background: #0dac48 !important;
    text-decoration: none !important;
}

.grid_link svg * {
    transition: all .3s ease-in-out;
}

.grid_link:hover svg * {
    fill: #fff;
}

.link_type {
    transition: all .3s ease-in-out;
}

.grid_link:hover .link_type_arrow {
    transform: rotate(45deg) !important;
}

.link_icon {
    min-width: 32px;
    width: 32px;
}

.link_type {
    width: 24px;
    min-width: 24px;
    margin-left: auto;
}

.hero_content_img {
    margin-bottom: 60px;
}

.hero_content_img h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 0;
}

.hero_img {
    border-radius: 16px;
    overflow: hidden;
}

.hero_img img  {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

h2.content_heading {
    font-weight: 600;
    font-size: 26px;
    line-height: 120%;
    margin-bottom: 32px;
}

.wp-block-image img {
    border-radius: 16px;
}

.wp-block-pullquote {
    padding: 0;
    text-align: left;
    font-size: inherit;
}

blockquote {
    border-radius: 16px;
    padding: 24px;
    background: #e7f7ed;
}

blockquote cite {
    font-weight: 700;
    font-style: normal;
}

.gray_section {
    background: #edf0f2;
}

.gall_slide {
    border-radius: 16px;
    overflow: hidden;
    display: block;
    height: 300px;
}

.gall_slide img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

ul {
    list-style-image: url(../img/marker.svg);
}

.list_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    padding: 0;
    margin: 0;
    margin-bottom: 32px;
}

.list_grid li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    border-radius: 12px;
    padding: 10px;
    background: rgba(237, 240, 242, 0.7);
    list-style: none;
}

.list_grid li:before {
    content: url(../img/marker.svg);
    min-width: 20px;
}

.video_block iframe, .video_block video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.video_block {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    border-radius: 16px;
}

.post_heading {

}

.post_heading h1 {
    font-weight: 600;
    font-size: 42px;
    line-height: 120%;
    margin-bottom: 32px;
}

.post_date {
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: #727272;
}

.post_main {
    padding-bottom: 60px;
}

.home h2 {
    text-align: center;
}

.sticky_news {
    display: flex;
    align-items: stretch;
    gap: 32px;
    margin-bottom: 32px;
}

.semi_news_item {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 18px;
    color: #222;
    transition: all.3s ease-in-out;
    text-decoration: none;
    min-width: 536px;
    background: #fff;
    border-radius: 16px;
    padding-bottom: 20px;
}

.semi_news_item:hover, .news_item:hover {
    color: #0dac48;
}

.semi_news_item h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.news_item_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #edf0f2;
    padding-top: 18px;
}

.arrow {
    transition: all.3s ease-in-out;
}

.semi_news_item:hover .arrow, .big_news_item:hover .arrow, .news_item:hover .arrow {
    transform: rotate(45deg);
}

.news_item_thrumb {
    border-radius: 16px 16px 16px 0;
    overflow: hidden;
    height: 220px;
    margin-bottom: 24px;
}

.news_item_thrumb img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.semi_news_item .news_item_thrumb {
    height: 300px;
}

.big_news_item {
    display: flex;
    align-items: flex-end;
    background: no-repeat center center / cover;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    color: #fff;
    padding: 30px;
    text-decoration: none;
    width: 100%;
}

.big_news_item:before {
    content: "";
    height: 300px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 54.68%);
    opacity: 0.8;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.big_news_item_content {
    position: relative;
    width: 100%;
}

.big_news_item h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%
}

.news_item_date {
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: #727272;
}

.semi_news_item .news_item_bottom, .news_item .news_item_bottom, .semi_news_item h3, .news_item h3 {
    margin-left: 20px;
    margin-right: 20px;
}

.post_items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    margin-bottom: 32px;
}

.news_item {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 18px;
    color: #222;
    transition: all.3s ease-in-out;
    text-decoration: none;
    background: #fff;
    border-radius: 16px;
    padding-bottom: 20px;
}

.news_item h3 {
    font-weight: 400;
    font-size: 19px;
    line-height: 150%;
    margin-bottom: 0;
}

.page_pagination {
    display: flex;
    align-items: center;
    gap: 24px;
}

a.page-numbers {
    text-decoration: none;
    color: #0dac48;
    opacity: .8;
    transition: all .3s ease-in-out;
}

a.page-numbers:hover {
    opacity: 1
}

.links3_grid {
    border-radius: 16px;
    padding: 20px;
    background: #edf0f2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.links1_grid {
    border-radius: 16px;
    padding: 20px;
    background: #edf0f2;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

.links3_grid .grid_link, .links1_grid .grid_link {
    background: #fff;
}

.download_link {
    border-radius: 10px;
    padding: 20px;
    background: #edf0f2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    text-decoration: none;
    color: #222 !important;
    margin-top: 20px;
    transition: all .3s ease-in-out;
}

.download_link_right {
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 600;
    font-size: 17px;
    line-height: 130%;
    color: #0dac48;
}

.download_link svg {
    transition: all .3s ease-in-out;
}

.download_link:hover {
    color: #0dac48 !important;
    text-decoration: none !important;
}

.agc_members {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.agc_member {
    text-align: center;
}

.agc_member_photo {
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 24px;
    height: 620px;
}

.cover_img {
    overflow: hidden;
}

.cover_img img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.agc_member_name {
    font-weight: 600;
    font-size: 26px;
    line-height: 120%;
    color: #222;
}

.agc_member_post {
    font-weight: 600;
    font-size: 17px;
    color: #727272;
}

.wp-block-table.is-style-stripes th {
    border: none;
}

.wp-block-table thead {
    border: none;
    background: #0dac48;
}

.wp-block-table th {
    font-weight: 600;
    font-size: 17px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding: 20px 30px;
}

.wp-block-table td {
    font-size: 17px;
    font-weight: 400;
    padding: 30px;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) {
    background: #edf0f2;
}

.card-header {
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 16px !important;
    background: #edf0f2;
    color: #222 !important;
    font-weight: 600;
    font-size: 17px;
    line-height: 120%;
    text-transform: uppercase;
    text-transform: uppercase;
    padding: 20px;
    border: none;
    transition: all .3s ease-in-out;
}

.card-header .acc_toggle {
    display: block;
    min-width: 40px;
    transition: all .3s ease-in-out;
}

.card-header:hover {
    text-decoration: none !important;
}

.card {
    margin-bottom: 10px;
    border: none;
}

.card-body {
    border-radius: 0 0 20px 20px;
    padding: 30px 30px 30px 80px;
    background: #fff;
    border: 1px solid #edf0f2;
}

.card-header[aria-expanded="true"] {
    border-radius: 16px 16px 0 0 !important;
}

.card-header[aria-expanded="true"] .acc_toggle {
    transform: rotate(45deg);
}

.doc_accordion {
    border-radius: 16px;
    padding: 30px;
    background: #edf0f2;
}

.doc_accordion .card {
    margin-bottom: 20px;
}

.doc_accordion .card-header {
    background: #fff;
    text-transform: none;
}

.doc_accordion .card-body {
    padding-left: 72px;
}

.doc_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    min-width: 32px;
}

.doc_link {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 0;
    border-bottom: 1px solid #edf0f2;
    color: #222 !important;
    transition: all .3s ease-in-out;
}

.doc_link:hover {
    color: #0dac48 !important;
    text-decoration: none !important;
}

.card-body .doc_link:last-child {
    border: none;
}

.unit_info {
    display: flex;
    gap: 32px;
    margin-bottom: 32px;
}

.unit_logo {
    min-width: 284px;
    width: 284px;
}

.param_row {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.param_name {
    font-weight: 700;
    white-space: nowrap;
}

.param_row .param_txt p:last-child {
    margin-bottom: 0;
}

.sub_infos {
    display: flex;
    gap: 32px;
    margin-bottom: 32px;
}

.sub_info_name {
    min-width: 284px;
    width: 284px;
    font-weight: 700;
    text-align: right;
}

.sub_info_params p {
    margin-bottom: 10px;
}

.sub_info_params strong {
    padding-right: 10px;
}

.person {
    margin-bottom: 32px;
    border-radius: 16px;
    padding: 20px;
    background: rgba(231, 247, 237, 0.7);
    display: flex;
    gap: 32px;
}

.preson_photo {
    min-width: 284px;
    width: 284px;
    height: 328px;
    text-align: center;
    overflow: hidden;
    border-radius: 16px;
}

.preson_photo img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.person_info h3 {
    font-weight: 600;
    font-size: 26px;
    line-height: 120%;
}

.person_info h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 10px;
}

.person_info p {
    margin-bottom: 10px;
}

.person_info p strong {
    padding-right: 10px;
}

.person_info .download_link {
    background: #fff;
    gap: 20px;
    justify-content: flex-start;
}

.person_info .download_link .download_link_icon {
    display: block !important;
    min-width: 32px;
}

.person_info .download_link .download_link_right {
    margin-left: auto;
}

.person_info .download_link .download_link_right span {
    display: none;
}

.cathedra_links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.cathedra_links .service:nth-child(4n-1), .cathedra_links .service:nth-child(4n-2), .cathedra_links .service:nth-child(4n-3) {
    border-right: 1px solid rgba(114,114,114,.2);
}

.cathedra_links .service {
    color: #222;
}

.cathedra_links .service:hover {
    color: #fff;
    text-decoration: none !important;
}

.form_container {
    border-radius: 16px;
    padding: 24px 24px 32px;
    background: #e7f7ed;
}

label {
    font-weight: 600;
    font-size: 17px;
    line-height: 150%;
    opacity: .85;
    margin-bottom: 8px;
}

label span {
    color: #0dac48;
}

input, textarea {
    border: 1px solid #727272;
    border-radius: 14px;
    padding: 16px 20px;
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    width: 100%;
    margin-bottom: 12px;
}

input[type="submit"] {
    width: auto;
    margin-bottom: 0;
}

.gall_img {
    display: block;
    border-radius: 16px;
    height: 367px;
}

.gall_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.gall_item {
    border-radius: 16px;
    display: block;
    background: #edf0f2;
    text-decoration: none;
    color: #222;
    transition: all .3s ease-in-out;
}

.gall_item_thrumb {
    border-radius: 16px;
    height: 270px;
}

.gall_item_ttl {
    display: flex;
    gap: 20px;
    padding: 20px;
    font-weight: 400;
    font-size: 19px;
    line-height: 150%;
}

.gall_item .arrow {
    transition: all .3s ease-in-out;
}

.gall_item:hover {
    color: #0dac48;
}

.gall_item:hover .arrow  {
    transform: rotate(45deg);
}

.main_nav .sub-menu {
    position: absolute;
    top: 100%;
    left: -24px;
    list-style: none;
    background: #fff;
    border-radius: 16px 0 0 16px;
    padding: 10px 0px;
    border: 1px solid #e7f7ed;
    opacity: 0;
    visibility: hidden;
    width: 434px;
    transition: all .3s ease-in-out;
    min-height: 100%;
}

.main_nav .sub-menu .sub-menu {
    padding: 10px 0px;
    border-radius: 0;
    background: #e7f7ed;
    border-color: #e7f7ed;
    top: 0;
    left: 100%;
}

.leftsub {
    left: auto !important;
    right: 100% !important;
}

.main_nav .sub-menu .sub-menu .sub-menu {
    background: #f1faf4;
    border-radius: 0 16px 16px 0;
    padding: 10px 0px;
    top: 0;
    left: 100%;
}

.main_nav .menu-item-has-children {
    position: relative;
}

.main_nav .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
}

.main_nav .sub-menu .menu-item {
    text-transform: none;
    display: flex;
    padding: 14px 24px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.main_nav .sub-menu .menu-item a {
    text-transform: none;
    /*white-space: nowrap;*/
    font-weight: 600;
    font-size: 17px;
}

.main_nav .sub-menu .menu-item-has-children {
    position: initial;
}

.site-footer h2 {
    text-align: left;
}

.hero .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.hero .swiper-pagination-bullet-active {
    background: #0dac48;
}

.header_mob {
    background: #e7f7ed;
    padding: 15px 0;
    display: none;
}

.burger {
    min-width: 32px;
    cursor: pointer;
}

#mob_menu .offcanvas-header {
    background: #e7f7ed;
    padding-bottom: 0;
    flex-wrap: wrap;
}

#mob_menu .site_logo {
    font-size: 10px;
    min-width: 210px;
    width: 210px;
    gap: 8px;
    margin-bottom: 1rem;
}

.mob_header_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    margin-left: -1rem;
    margin-right: -1rem;
    background: #fff;
    width: calc(100% + 2rem);
}

#mob_menu .menu-item {
    padding: 15px 0;
    border-top: 1px solid #e3e3e3;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    /*position: inherit;*/
}

#mob_menu #menu-mob .menu-item:last-child {
    border-bottom: 1px solid #e3e3e3;
}

#mob_menu .menu-item a {
    color: #222;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
}

#mob_menu .menu-item a:hover {
    color: #0dac48;
}

#mob_menu .sub-menu {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 1rem;
    /*padding-top: 64px;*/
    margin: 0;
    list-style: none;
    transition: all .3s ease-in-out;
}

#mob_menu .sub-menu.showen {
    display: block;
}

/*#mob_menu .sub-menu:before {
    content: url(../img/ArrowUpRight.svg);
    position: absolute;
    top: 20px;
    left: 1rem;
}

#mob_menu .sub-menu:after {
    content: "Повернутися";
    position: absolute;
    top: 20px;
    left: calc(1rem + 30px);
    font-weight: 600;
    font-size: 17px;
    line-height: 130%;
    color: #0dac48;
}*/

#mob_menu .menu-item-has-children:after {
    content: url(../img/arrow_right.svg);
    padding-left: 20px;
    border-left: 2px solid #0dac48;
    min-width: 40px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.back_link {
/*    position: absolute;
    top: 20px;
    left: 1rem;*/
    font-weight: 600;
    font-size: 17px;
    line-height: 130%;
    color: #0dac48;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    margin-bottom: 1rem;
}

.back_link:before {
    content: url(../img/ArrowUpRight.svg);
}

/*#mob_menu .menu-item-has-children:hover > .sub-menu {
    display: block;
}*/

#mob_menu .sub-menu .menu-item-has-children:after {
    content: url(../img/arrow_right.svg);
    padding-left: 20px;
    border-left: none;
    min-width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#mob_menu .sub-menu .menu-item a {
    font-weight: 600;
    text-transform: none;
    font-size: 17px;
}

.text404 {
    background: #e7f7ed;
    border-radius: 16px;
    padding: 20px;
    max-width: 502px;
    margin: 0 auto 50px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    line-height: 120%;
    text-align: center;
}

.error-404 {
    padding: 80px 0;
}

.search_panel {
    border-radius: 14px;
    padding: 16px 24px;
    background: #e7f7ed;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    display: none;
}

.search-form {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.search-field {
    background-color: transparent;
    border: none;
    padding: 0;
    padding-right: 20px;
    margin-bottom: 0;
    border-radius: 0;
}

.search_submit {
    background-color: transparent;
    border: none;
}

.search_panel_mob {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 20px;
    background: #fff;
    display: none;
}

.search_panel_mob .search-form {
    display: flex;
    align-items: center;
    width: 100%;
    height: 76px;
    border-radius: 14px;
    padding: 16px 20px;
    background: #e7f7ed;
}

.search_overlay {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #222;
    opacity: 0.3;
}

.search-field:focus, .search-field:active {
    outline: none;
}

.search_resalts {
    border: 1px solid #edf0f2;
    border-radius: 16px;
    padding: 30px;
    background: #fff;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
}

.search_note {
    text-transform: uppercase;
    color: #727272;
    margin-bottom: 40px;
    font-size: 17px;
}

.search_note b {
    color: #222;
}

.search_page_form {
    border-radius: 16px;
    padding: 20px;
    background: #e7f7ed;
    position: relative;
    margin-bottom: 32px;
}

.search_page_form .search-field {
    border: 1px solid #222;
    border-radius: 14px;
    padding: 16px 20px;
    padding-right: 90px;
    font-size: 17px;
    background: #fff;
}

.search_page_form .search_submit {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
}

@media (max-width: 1630px) {
    .main_nav .menu-item a {
        font-size: 13px;
    }
    .menu_gap {
        gap: 20px;
    }
}

@media (max-width: 1400px) {
    .header_mob {
        display: block;
    }
    .header_mob .site_logo .logo, #mob_menu .site_logo .logo {
        min-width: 50px;
        height: 50px;
    }
}

@media (max-width: 1200px) {
    .post_items, .numbers {
        grid-template-columns: repeat(2, 1fr);
    }
    .agc_member_photo {
        height: 450px;
    }
}

@media (max-width: 992px) {
    .site_name {
        margin-bottom: 20px;
    }
    .semi_news_item {
        min-width: 400px;
    }
    .appeal_block {
        align-items: flex-start;
    }
    .hero_logo_container {
        display: none;
    }
    .hero_slider {
        width: 100%;
    }
    .links_grid_gray {
        padding: 16px;
    }
    .list_grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .links3_grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        padding: 10px;
    }
    .gall_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .agc_members, .cathedra_links {
        grid-template-columns: repeat(2, 1fr);
    }
    .agc_member_photo {
        height: 500px;
    }
    .unit_info, .sub_infos, .person {
        flex-direction: column;
    }
    .sub_info_name {
        text-align: left;
    }
}

@media (max-width: 768px) {
    .hero_slide_content p {
        display: none;
    }
    .hero .swiper-button-next, .hero .swiper-button-prev {
        display: none;
    }
    .hero_slide {
        height: 258px;
    }
    .hero_slide_container {
        padding: 15px;
        height: 258px;
    }
    .hero_slide h2, h1 {
        font-size: 36px;
        line-height: 120%;
    }
    .number {
        flex-direction: column;
        text-align: center;
        gap: 10px;
        padding: 10px;
    }
    .number .num {
        font-size: 30px;
    }
    body, .news_item h3 {
        font-size: 17px;
    }
    .doc_link, .facult_info h3 {
        font-size: 14px;
    }
    h2.content_heading, .post_heading h1, .agc_member_name {
        font-size: 24px;
    }
    .facult_slide {
        width: 245px;
    }
    .facult_img {
        height: 136px;
    }
    h2 {
        font-size: 36px;
        margin-bottom: 30px;
    }
    section {
        padding: 40px 0;
    }
    .post_items, .links_grid {
        gap: 16px;
        grid-template-columns: repeat(1, 1fr);
    }
    .news_item_thrumb, .semi_news_item .news_item_thrumb {
        height: 201px;
    }
    .sticky_news {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        margin-bottom: 16px;
    }
    .big_news_item {
        min-height: 250px;
    }
    .semi_news_item h3 {
        font-size: 17px;
        padding: 0;
    }
    .appeal_block {
        padding: 15px;
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
    }
    .appeal_top {
        width: calc(100% - 160px);
    }
    .appeal_photo {
        max-width: 140px;
        min-width: 140px;
    }
    .services {
        grid-template-columns: repeat(2, 1fr);
    }
    .services .service:nth-child(3n-2) {
        border: none;
        border-bottom: 1px solid rgba(114,114,114,.2);
    }
    .services .service:nth-child(2n-1) {
        border-right: 1px solid rgba(114,114,114,.2);
    }
    .service {
        padding: 15px;
    }
    .partners_slider, .gall_slider, .facult_slider_more {
        padding: 0;
    }
    .partners_slider .swiper-button-next, .partners_slider .swiper-button-prev,
    .gall_slider .swiper-button-next, .gall_slider .swiper-button-prev,
    .facult_slider_more .swiper-button-next, .facult_slider_more .swiper-button-prev {
        display: none;
    }
    .partner_slide {
        padding: 10px;
    }
    .site-footer {
        padding: 30px 0;
    }
    .site-footer .site_name {
        margin-bottom: 0;
    }
    .site-footer h2 {
        margin-top: 20px;
    }
    .semi_news_item {
        min-width: 0;
    }
    .gall_slide, .gall_item_thrumb, .gall_img {
        height: 200px;
    }
    .site-header .site_logo {
        font-size: 10px;
        min-width: 210px;
        width: 210px;
        gap: 8px;
    }
    .site-header .site_logo .logo {
        min-width: 50px;
        height: 50px;
    }
    .agc_members {
        gap: 20px
    }
    .doc_accordion {
        padding: 10px;
    }
    .doc_accordion .card-body {
        padding: 10px;
    }
    .service_icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
        padding: 5px;
    }
    .service_icon img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 576px) {
    .list_grid, .gall_grid, .agc_members {
        grid-template-columns: repeat(1, 1fr);
    }
    .links3_grid .grid_link {
        gap: 10px;
    }
    .links3_grid .grid_link .service_icon {
        min-width: 70px;
    }
    .gall_item_ttl .arrow {
        display: none;
    }
    .download_link {
        flex-wrap: wrap;
    }
    .docs_icon {
        min-width: 19px;
        width: 19px;
    }
    .doc_link {
        gap: 10px;
    }
    section {
        overflow: hidden;
    }
    .service h3 {
        font-size: 14px;
    }
}

@media (max-width: 389.8px) {
    h2 {
        font-size: 28px;
    }
    .number {
        font-size: 14px;
    }
    .appeal_block h3, .appeal_block .post {
        font-size: 22px;
    }
    .service {
        padding-left: 10px;
        padding-right: 10px;
    }
}