* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Helvetica';
    font-style: normal;
    color: #40496C;
    list-style: none;
    text-decoration: none;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
    background: #E1F1FA;
}

.post_content ul,
.post_content ol {
    padding-left: 20px;
}

.post_content p {
    text-indent: 20px;
    margin-bottom: 20px;
}

.post_content em {
    font-style: italic;
}

.post_content ul li {
    list-style: disc;
}

.post_content ol li {
    list-style: decimal;
}

.post_content figure {
    margin-bottom: 20px;
}

.post_content figure,
.post_content figure img {
    width: 100%;
    border-radius: 20px;
}

.post_content.show_more {
    height: 250px;
    overflow: hidden;
	position: relative;
}

.show_more:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	-webkit-box-shadow: inset 0px -20px 30px 5px #f0f8fd;
-moz-box-shadow: inset 0px -20px 30px 5px #f0f8fd;
box-shadow: inset 0px -20px 30px 5px #f0f8fd;
	height: 35px;
}

.read_more {
    font-weight: 700;
    font-size: 20px;
    line-height: 35px;
    text-decoration-line: underline;
}

button {
    background: transparent;
    border: none;
    cursor: pointer;
}

.container {
    max-width: 1246px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

header .header_wrapper {
    padding: 10px 0;
    max-width: 1194px;
    margin: 0 auto;
}

header .header_wrapper,
header .header_wrapper .header-navigation_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 20px;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu {
    right: 0;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu .mega-current_page_item a.mega-menu-link {
    border-bottom: 2px solid #F4B223 !important;
}

.main_btn {
    color: #E1F1FA;
    border-radius: 5px;
    border: 2px solid #E1F1FA;
    box-shadow: 2px 2px 24px 2px rgba(0, 0, 0, 0.17);
    background: transparent;
    padding: 13px 24px;
    display: block;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    cursor: pointer;
    width: fit-content;
}

.main_btn:hover {
    color: #1C355E;
    background-color: #E1F1FA;
}

.yellow_btn {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #F8F9FF;
    padding: 15px 24px;
    width: fit-content;
    border-radius: 5px;
    background: #F4B223;
    box-shadow: 2px 2px 24px 2px rgba(0, 0, 0, 0.17);
    display: block;
}

.yellow_btn:hover {
    background-color: rgba(244, 178, 35, .8);
}

.all_info {
    border-radius: 120px;
    padding: 10px 32px;
    margin-bottom: 45px;
}

.all_news {
    border-radius: 5px;
    border: 2px solid #1C355E;
    box-shadow: 2px 2px 24px 2px rgba(0, 0, 0, 0.17);
    padding: 15px 30px;
    color: #1C355E;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.item_more {
    border-radius: 105px;
    border: 1px solid #F4B223;
    padding: 2px 10px 2px 20px;
    color: #1C355E;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    display: flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
}

.to_leave {
    padding: 15px 35px;
    background: #40496C66;
    box-shadow: 0 8px 20px rgba(64, 73, 108, 0.25);
    border-radius: 24px;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    color: #F8F9FF;
}

.title_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 23px;
    border-bottom: 2px solid #6FB62E;
    padding-bottom: 15px;
    width: 100%;
}

/*---------Carousel---------*/
.main-carousel {
    margin: 0 auto;
    width: calc(100% - 80px) !important;
}

.main-carousel_item {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.50);
    backdrop-filter: blur(2px);
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.main-carousel_item-content {
    padding: 0 20px 20px;
    flex: 1;
    flex-direction: column;
    display: flex;
}

.main-carousel .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: fit-content;
}

.main-carousel .owl-nav button {
    width: 80px;
    height: 80px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: #ffffff !important;
    border-radius: 25px !important;
    box-shadow: 0px 0px 10px rgba(28, 53, 94, 0.20);
}

.main-carousel .owl-nav button:hover svg path {
    opacity: .6;
}

.main-carousel .owl-nav button.owl-prev {
    margin-left: -40px;
}

.main-carousel .owl-nav button.owl-next {
    margin-right: -40px;
}

.main-carousel_item .main-carousel_item_img {
    height: 350px;
    margin-bottom: 25px;
}

.main-carousel_item .main-carousel_item_img img {
    border-radius: 10px 10px 0 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-carousel_item .main-carousel_item_title {
    color: #1C355E;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 25px;
    word-break: break-word;
}

.main-carousel_item .main-carousel_item_descr {
    display: inline-block;
    color: #757F9B;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 25px;
}

.partner-carousel.main-carousel .main-carousel_item_img {
    height: 150px;
}

.partner-carousel.main-carousel .main-carousel_item_img img{
	object-fit: contain;
}

.main-carousel .main-carousel_item-content .item_more {
    margin-top: auto;
}

/*---------Carousel---------*/
.main_banner {
    padding-top: 25px;
    padding-bottom: 90px;
}

.main_banner .banner {
    border-radius: 10px;
    background: #1C355E;
    width: calc(100% - 130px);
    display: flex;
    align-items: center;
    height: 680px;
}

.main_banner .banner .banner_content {
    padding: 50px 15px 35px 45px;
    height: 100%;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main_banner .banner .banner_subtitle {
    color: #E1F1FA;
    opacity: 0.7;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.main_banner .banner .banner_title {
    color: #E1F1FA;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}

.main_banner .banner .banner_description {
    color: #E1F1FA;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 40px;
    width: fit-content;
    position: relative;
}

.main_banner .banner .banner_description:before,
.main_banner .banner .banner_description:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #F4B223;
}

.main_banner .banner .banner_description:before {
    top: -7px;
}

.main_banner .banner .banner_description:after {
    bottom: -7px;
    width: 75%;
}

.main_banner .banner .banner_content .banner_more {
    margin-top: 100px;
}

.main_banner .banner .banner_slider {
    padding: 20px 20px 20px 0;
    width: 40%;
}

/*-----main-slider-----*/
.dp-wrap {
    margin: 0 auto;
    position: relative;
    perspective: 1000px;
    width: 540px;
    height: 580px;
}

.dp-slider {
    height: 100%;
    width: 100%;
    position: absolute;
    transform-style: preserve-3d;
}

.dp-slider div {
    transform-style: preserve-3d;
}

.dp_item {
    display: block;
    position: absolute;
    text-align: center;
    color: #FFF;
    border-radius: 10px;
    transition: transform 1.2s;
}

#dp-slider .dp_item:first-child {
    z-index: 10 !important;
    transform: rotateY(0deg) translateX(0px) !important;
}

.dp_item[data-position="2"] {
    z-index: 9;
    transform: rotateY(0deg) translateX(10%) scale(0.9);
    filter: blur(1px);
}

.dp_item[data-position="3"] {
    z-index: 8;
    transform: rotateY(0deg) translateX(20%) scale(0.8);
    filter: blur(2px);
}

#dp-next, #dp-prev {
    position: absolute;
    top: 50%;
    right: 16%;
    height: 33px;
    width: 33px;
    z-index: 10;
    cursor: pointer;
}

#dp-prev {
    left: 15px;
    transform: rotate(180deg);
}

#dp-dots {
    z-index: 12;
    cursor: default;
    margin: 15px 0 15px 155px;
}

#dp-dots li {
    display: inline-block;
    width: 40px;
    height: 3px;
    background: #E1F1FA;
}

#dp-dots li:hover {
    cursor: pointer;
    background: #F4B600;
    transition: background .3s;
}

#dp-dots li.active {
    background: #F4B600;
}

.dp_item {
    width: 85%;
}

.dp-img {
    text-align: left;
}

.dp_item {
    display: flex;
    align-items: center;
    background: #fff;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 5px 0 15px 0 rgba(28, 53, 94, 0.20);
}

.dp-img img {
    object-fit: cover;
    object-position: right;
}

#slider {
    position: relative;
    right: -40px;
}

#dp-slider, .dp-img img {
    height: 580px;
}

#dp-slider .dp_item:hover:not(:first-child) {
    cursor: pointer;
}

/*-----main-slider-----*/

.banner_more {
    color: #E1F1FA;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    border-radius: 105px;
    background: #49587C;
    padding: 5px 10px 5px 20px;
    display: flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
}

.double_btns {
    display: flex;
    align-items: center;
    gap: 0 20px;
}

.section_title {
    margin-bottom: 31px;
    color: #1C355E;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    position: relative;
    padding-right: 200px;
}

.section_title:before {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #6FB62E;
}

.section_title:after {
    content: '';
    position: absolute;
    bottom: -7px;
    right: 70px;
    width: 107px;
    height: 73px;
    background-image: url("../img/title_vector.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #E1F1FA;
}

.section_sectitle {
    color: #1C355E;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    text-transform: none;
}

.section_subtitle {
    margin-bottom: 47px;
    color: #1C355E;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    opacity: 0.6;
}

.section_description {
    color: #49587C;
    text-align: justify;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 25px;
}

.admin_assist {
    padding-top: 90px;
    padding-bottom: 50px;
}

.admin_assistance {
    background: #1C355E;
    border-radius: 10px;
    display: flex;
    gap: 0 29px;
    justify-content: space-between;
    width: calc(100% - 80px);
}

.admin_assistance-content {
    padding: 40px 40px 53px 40px;
    width: 65%;
}

.admin_assistance-content .admin_assistance-title {
    color: #E1F1FA;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 15px;
}

.admin_assistance-content .section_subtitle {
    color: #E1F1FA;
    margin-bottom: 15px;
}

.admin_assistance-content .admin_assistance-title span {
    color: #6ABF4B;
}

.admin_assistance-content .admin_assistance-description {
    margin-bottom: 42px;
    position: relative;
    color: #E1F1FA;
    text-align: justify;
    font-size: 19px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
}

.admin_assistance-content .admin_assistance-description:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #F4B223;
}

.admin_assistance-content .admin_assistance-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 64px;
}

.admin_assistance-content .admin_assistance-btns button {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    text-transform: uppercase;
    padding: 10px 15px;
    border-radius: 5px;
    background: #49587C;
    box-shadow: 0 0 12px 0 rgba(32, 10, 0, 0.10);
    backdrop-filter: blur(2px);
    color: #E1F1FA;
    font-size: 17px;
    font-weight: 700;
    line-height: normal;
}

.admin_assistance-content .admin_assistance-btns button:hover {
    color: #ffffff;
}

.admin_assistance-img {
    width: 35%;
    max-width: 422px;
    border-radius: 10px;
    position: relative;
}

.admin_assistance-img > img {
    width: 100%;
    height: calc(100% - 48px);
    object-fit: cover;
    border-radius: 10px;
    margin-top: 24px;
    margin-left: 40px;
    object-fit: cover;
}

.admin_assistance-img .header-logo {
    position: absolute;
    top: 39px;
    right: -25px;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0 2px 6px 0 rgba(28, 53, 94, 0.20);
    padding: 10px;
    width: fit-content;
    height: fit-content;
}

/*---*/

.main_news {
    padding-top: 50px;
    padding-bottom: 105px;
}

/*---*/
.news_block article {
    padding: 20px;
    background: #F8F9FF;
    box-shadow: 0 8px 15px rgba(64, 73, 108, 0.2);
    border-radius: 20px;
}

.news_block article .manage-layout1 {
    box-shadow: none;
}

.news_block article #manage-post-area {
    background: transparent !important;
}

.news_block article div {
    background-color: transparent !important;
}

.news_block article .caf-featured-img-box {
    border-radius: 10px;
    max-height: 120px;
}

.news_block article .caf-post-title {
    padding: 20px 0;
}

.news_block article .caf-post-title h2 {
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 20px !important;
    text-transform: uppercase !important;
    word-wrap: break-word !important;
}

.news_block article .caf-meta-content {
    display: none;
}

.news_block article .caf-content {
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #40496C !important;
    margin-bottom: 20px;
}

.news_block article .caf-content-read-more {
    padding: 0;
}

.news_block article .caf-content-read-more a {
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(64, 73, 108, 0.25);
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    color: #F8F9FF !important;
    background: linear-gradient(96.4deg, #66BC55 0%, #89E178 98.36%);
    border: none;
    margin-left: auto;
    display: block;
    width: fit-content;
}

.news_block article .caf-content-read-more a:hover {
    background: linear-gradient(96.4deg, #89E178 0%, #66BC55 98.36%);
}

/*---*/

.news_list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 32px;
}

.news_list .news_list-item {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 2px 8px 0 rgba(0, 29, 55, 0.10);
    max-width: 384px;
    width: calc(33% - 18px);
    display: flex;
    flex-direction: column;
}

.news_list .news_list-item .news_img {
    height: 100%;
    max-height: 333px;
}

.news_list .news_list-item .news_img img {
    width: 100%;
    height: 330px;
    border-radius: 10px;
    object-fit: cover;
}

.news_list .news_list-item .news_list-content {
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.news_list .news_list-item .news_list-content .news_title {
    color: #1C355E;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 10px;
}

.news_list .news_list-item .news_list-content .news_descr {
    color: #757F9B;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 25px;
}

.news_list .news_list-item .news_list-content .item_more {
    margin-top: auto;
}

/*---*/

.news-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 60px;
}

.news-pagination .page-numbers {
    color: rgba(73, 88, 124, 0.40);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.news-pagination .current,
.news-pagination .page-numbers:hover {
    color: #F4B600;
}

.news-pagination svg:hover path {
    stroke: #F4B600;
    stroke-opacity: 1;
}

.singleNews_navi .post-navigation .nav-previous,
.singleNews_navi .post-navigation .nav-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
}

.singleNews_navi .post-navigation .nav-previous span,
.singleNews_navi .post-navigation .nav-next span {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    background-color: #FFFFFF;
    box-shadow: 0 0 10px rgba(28, 53, 94, 0.20);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.singleNews_navi .post-navigation .nav-previous {
    left: -40px;
}

.singleNews_navi .post-navigation .nav-next {
    right: -40px;
}

.singleNews_navi .post-navigation .nav-links span:hover path {
    stroke-opacity: .4;
}

/*---*/

.dropdown {
    position: relative;
    cursor: pointer;
    z-index: 2;
}

.dropdown .current {
    background: transparent;
    padding: 8px 24px 11px 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #1C355E;
    border: 2px solid #F4B223;
    box-shadow: 2px 2px 24px 2px rgba(0, 0, 0, 0.17);
    border-radius: 120px;
}

.dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    top: calc(100% + 20px);
    width: 100%;
    box-shadow: 0 15px 16px rgba(17, 41, 6, 0.25);
    overflow: hidden;
}

.dropdown ul li {
    line-height: 1;
}

.dropdown ul li a {
    padding: 10px 15px;
    color: #000;
    font-size: 16px;
    line-height: 1;
    display: flex;
    align-items: center;
}

.dropdown ul li a:hover {
    background: #f1f1f1;
}

/*---*/

.service_container {
    display: flex;
    gap: 0 25px;
}

.servicesMob-block {
    display: none;
}

.services-sidebar {
    width: 40%;
    max-width: 383px;
}

.services-sidebar > ul {
    display: flex;
    flex-direction: column;
    gap: 15px 0;
    border-radius: 10px;
    background: #1C355E;
    padding: 30px;
    margin-bottom: 25px;
}

.services-sidebar > ul li a p {
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    position: relative;
}

.services-sidebar > ul li a:hover p,
.services-sidebar > ul li.active_post a p {
    color: #F4B223;
}

.services-sidebar > ul li a:hover p:after,
.services-sidebar > ul li.active_post a p:after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #F4B223;
}

.servicesMob-block .owl-carousel-mob .owl-stage {
    padding: 5px 15px 25px;
    display: flex;
}

.owl-carousel-mob li {
    box-shadow: 0 8px 16px rgba(17, 41, 6, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 20px;
    cursor: pointer;
    position: relative;
    border-radius: 10px;
    background: #1C355E;
    padding: 15px;
    height: 100%;
}

.owl-carousel-mob li.active_post {
    border: 2px solid #F4B223;
}

.owl-carousel-mob li p {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    word-break: break-word;
    color: #ffffff;
    text-align: center;
}

.services-content {
    display: flex;
    flex-direction: column;
    gap: 25px 0;
    width: 60%;
    height: fit-content;
    flex: 1;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0 2px 8px 0 rgba(0, 29, 55, 0.10);
}

.post_title {
    color: #1C355E;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    padding: 20px;
}

.post_image {
    width: 100%;
    height: 320px;
}

.post_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.post_content {
    text-align: justify;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding: 20px;
}

.services-content button.yellow_btn {
    margin: 0 20px 20px;
}

.cities-sidebar {
    max-width: 279px;
}

.cities_news {
    margin-bottom: 20px;
}

.cities_news .section_title {
    margin-bottom: 25px;
}

.partners_block {
    margin-bottom: 20px;
}

.contacts_block {
    padding: 20px;
    background: #ffffff;
    box-shadow: 0 2px 8px 0 rgba(0, 29, 55, 0.10);
    border-radius: 10px;
    width: 100%;
    max-width: 580px;
}

.contacts_block .contacts_title {
    color: #1C355E;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 20px;
}

.contacts_block ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contacts_block ul:not(:last-of-type) {
    margin-bottom: 20px;
}

.contacts_block ul li:first-of-type {
    color: #757F9B;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.contacts_block ul li {
    color: #1C355E;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
}

.contacts_block .contact_add{
	margin-top: 25px;
    color: #757F9B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.сontacts_section .contacts_block .contacts_info {
    flex-direction: column;
}

.news_section,
.сontacts_section,
.services-dp,
.singleNews,
.jobs_section {
    padding: 60px 0 100px;
}

.partner_section {
    padding-top: 60px;
    padding-bottom: 25px;
}

.news_section .news_block {
    margin-bottom: 60px;
}

.news_section .news_block .news_item {
    flex: none;
}

.сontacts_box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px 2%;
}

.сontacts_box .contacts_block {
    width: calc(50% - 13px);
    max-width: 50%;
}

.singleNews_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
}

.singleNews_header .section_title {
    margin: 0;
}

.singleNews_header .post_date {
    border-radius: 105px;
    border: 1px solid #F4B223;
    padding: 2px 20px;
    color: #1C355E;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.post_info {
    padding: 30px;
    background: #F8F9FF;
    box-shadow: 0 8px 15px rgba(64, 73, 108, 0.2);
    border-radius: 20px;
    margin-bottom: 40px;
    position: relative;
}

.post_info .post_title {
    margin-bottom: 30px;
}

.jobs_box {
    display: flex;
    gap: 0 25px;
}

.jobs_box .jobs_box-info,
.jobs_box .jobs_box-form {
    flex-basis: 50%;
}

.jobs_box .jobs_box-info .jobs_box-img {
    margin-bottom: 20px;
    border-radius: 20px;
}

.jobs_box .jobs_box-info .jobs_box-img img {
    border-radius: 20px;
    width: 100%;
}

.jobs_box .jobs_box-info .jobs_box-descr {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
}

/*----------------------*/

.wpcf7-form {
    padding: 20px;
    max-width: 100%;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 8px 24px 0 rgba(38, 54, 64, 0.08);
}

.wpcf7-form .form_title {
    margin-bottom: 15px;
    color: #1C355E;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    opacity: .8;
}

.wpcf7-form label {
    display: block;
    margin-bottom: 20px;
}

.wpcf7-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea {
    width: 100%;
    padding: 15px 25px;
    border: none;
    outline: transparent;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 5px;
    color: #1C355E99;
    border-radius: 5px;
    background: rgba(225, 241, 250, 0.50);
    font-weight: 400;
}

.wpcf7-form textarea {
    resize: none;
    max-height: 150px;
}

.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
    color: #1C355E99;
}

.wpcf7-form .c_select {
    position: relative;
}

.wpcf7-form .c_select:after {
    content: '';
    position: absolute;
    top: 15px;
    right: 27px;
    background-image: url("../img/arrow_down.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 24px;
    opacity: .5;
}

.wpcf7-form .form_descr {
    margin-bottom: 20px;
    color: #49587C80;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.wpcf7-form input[type='submit'] {
    margin: 0 auto;
    display: flex;
    cursor: pointer;
    justify-content: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #F8F9FF;
    padding: 15px 24px;
    width: 100%;
    max-width: 252px;
    border-radius: 5px;
    background: #F4B223;
    box-shadow: 2px 2px 24px 2px rgba(0, 0, 0, 0.17);
}

.wpcf7-form input[type='submit']:hover {
    background-color: rgba(244, 178, 35, .8);
}


.wpcf7-form .file-input {
    margin-bottom: 15px;
}

.wpcf7-form .file-input__input {
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    top: -25px;
    width: 260px;
    margin: 0;
    padding: 0;
}

.wpcf7-form .file-input__label {
    cursor: pointer;
}

.wpcf7-form .file-input__label p {
    display: flex;
    align-items: center;
    gap: 0 15px;
}

.wpcf7-form .file-input__label p span {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #40496CCC;
}

.wpcf7-form .wpcf7-spinner {
    display: none;
}

/*----------------------*/

/*----------------------*/
.pum-overlay {
    backdrop-filter: blur(40px);
}

.popmake .wpcf7-form .form_title {
    margin-bottom: 15px;
}

.popmake .wpcf7-form .form_subtitle {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 0 15px;
    color: #49587C80;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.popmake .wpcf7-form .form_subtitle img {
    width: 35px;
}

.double_field {
    display: flex;
    gap: 0 15px;
}

.popmake .wpcf7-form label {
    margin-bottom: 15px;
}

.popmake .wpcf7-form input,
.popmake .wpcf7-form select,
.popmake .wpcf7-form textarea {
    font-size: 16px;
    line-height: 20px;
}

.to_cabinet {
    background: #F8F9FF;
    box-shadow: 0 8px 15px rgba(64, 73, 108, 0.2);
    border-radius: 25px;
    padding: 30px;
    max-width: 582px;
}

.to_cabinet .to_cabinet-title {
    display: flex;
    align-items: center;
    gap: 0 25px;
    margin-bottom: 25px;
}

.to_cabinet .to_cabinet-title img {
    width: 84px;
    height: 84px;
}

.to_cabinet .to_cabinet-title p {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    text-transform: uppercase;
    color: #40496CCC;
}

.to_cabinet .to_cabinet-descr {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #40496C80;
    margin-bottom: 30px;
}

.to_cabinet .to_cabinet-btn {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0 25px;
}

.to_cabinet .to_cabinet-btn button {
    width: 100%;
}

/*----------------------*/

footer {
    margin-bottom: 30px;
}

footer .footer_wrapper {
    border-radius: 10px;
    padding: 30px 40px 34px 40px;
    max-width: 1216px;
    margin: 0 auto;
    display: flex;
    gap: 0 48px;
    background-color: #1C355E;
}

footer .footer-logo {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0 2px 6px 0 rgba(28, 53, 94, 0.20);
    height: fit-content;
    padding: 10px;
}

footer .footer-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 25px 0;
    position: relative;
}

footer .footer-content:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #6FB62E;
    left: 0;
    bottom: -15px;
}

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

footer .footer-content .footer-content_top .footer_btn {
    display: flex;
    align-items: center;
    gap: 0 15px;
}

footer .footer-content .footer-content_bottom {
    position: relative;
    padding-right: 200px;
}

footer .footer-content .footer-content_bottom .footer_soc {
    display: flex;
    align-items: center;
    gap: 0 25px;
}

footer .footer-content .footer-content_bottom .footer_soc p {
    color: #E1F1FA;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
}

footer .footer-content .footer-content_bottom .footer_soc ul {
    display: flex;
    align-items: center;
    gap: 0 29px;
}

footer .footer-content .footer-content_bottom .footer_soc ul li {
    position: relative;
}

footer .footer-content .footer-content_bottom .footer_soc ul li:not(:last-of-type):after {
    content: '';
    position: absolute;
    top: 0;
    right: -14px;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 18px;
    background-color: #E1F1FA;
}

footer .footer-content .footer-content_bottom .footer_img {
    position: absolute;
    bottom: -15px;
    right: 80px;
    height: 75px;
    z-index: 1;
}

footer .footer-content .footer-content_bottom .footer_img svg {
    height: 100%;
    width: 100%;
    background-color: #1C355E;
}

footer .footer-content .footer-content_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;

    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
}

footer .footer-content .footer-content_bottom .footer-copyright {
    display: flex;
    gap: 25px;
}

footer .footer-content .footer-content_bottom .footer-copyright p {
    color: #E1F1FA;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
}

footer .footer-content .footer-content_bottom .footer-copyright p:not(:last-of-type):after {
    content: '';
    position: absolute;
    top: 0;
    right: -12px;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 18px;
    background-color: #E1F1FA;
}