@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: #085d2e;
}

.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: 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 a {
    font-weight: 700;
    font-size: 16px;
    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 {
    font-weight: 600;
    font-size: 54px;
    line-height: 120%;
    margin-bottom: 20px;
}

.hero_slide_content {
    max-width: 568px;
}

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

.btn, .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;
    transition: all .3s ease-in-out;
}

.btn:hover, .wp-block-button__link:hover {
    border-radius: 20px;
    padding: 14px 20px;
    background: #085d2e;
}

.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;
}

.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-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;
}

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

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

.service: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 {
    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 {
    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 {
    color: #fff !important;
    background: #0dac48 !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;
}