/*   
Theme Name: court
Version: 1.0
Author: den
*/


@font-face {
    font-family: 'Geologica';
    src: url('fonts/Geologica-Medium.woff2') format('woff2'),
         url('fonts/Geologica-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Geologica';
    src: url('fonts/Geologica-Bold.woff2') format('woff2'),
         url('fonts/Geologica-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Geologica';
    src: url('fonts/Geologica-ExtraBold.woff2') format('woff2'),
         url('fonts/Geologica-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geologica';
    src: url('fonts/Geologica-Thin.woff2') format('woff2'),
         url('fonts/Geologica-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Geologica';
    src: url('fonts/Geologica-ExtraLight.woff2') format('woff2'),
         url('fonts/Geologica-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Geologica';
    src: url('fonts/Geologica-Light.woff2') format('woff2'),
         url('fonts/Geologica-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Geologica';
    src: url('fonts/GeologicaRoman-Regular.woff2') format('woff2'),
         url('fonts/GeologicaRoman-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Geologica';
    src: url('fonts/GeologicaRoman-SemiBold.woff2') format('woff2'),
         url('fonts/GeologicaRoman-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



html,body {
    margin: 0;
    padding: 0;
    font-size: 10px;
}
body {
	    padding-top: 93px;
}
* {
    margin: 0;
    padding: 0;  
    font-family: 'Geologica';
    box-sizing: border-box;
	line-height: 150%;
}
html.menu_open {
    overflow: hidden;
}
header {
    padding: 16px 40px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
	border-bottom: 1px solid #d4f3fd;
}
.header_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#menu_button {
    background: url(img/menu_toggle.svg) no-repeat;
    width: 27px;
    height: 21px;
    cursor: pointer;
    transition: 0.5s;
}
#menu_button:hover {
    opacity: 0.5;
}
.center_header {
    display: flex;
        align-items: center;
}
#logo {
margin-right: 10px;
}
#main_menu {

}
#main_menu > ul {
    list-style: none;
    display: flex;
    align-items: center;
}
#main_menu > ul > li {
    margin-right: 15px;
}
#main_menu > ul > li:last-child {
    margin-right: 0px;
}
#main_menu > ul > li > a {
    font-size: 1.6rem;
    color: #000;
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    transition: 0.5s;
	white-space: nowrap;
}
#main_menu > ul > li > a:hover {
    color: #044F69;
}
#main_menu > ul > li.has_child > a:after {
    content: " ";
    background: url(img/arrow_menu.svg) no-repeat;
    width: 7px;
    height: 5px;
    display: block;
    margin-left: 7px;
}
#button_header {
    display: flex;
        align-items: center;
        margin-left: 33px;
}
.search_link {
    background: url(img/search_ico.svg) no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 33px;
    transition: 0.5s;
}
.search_link:hover {
    opacity: 0.5;
}
.button_header {
    border: 1px solid #044F69;
    padding: 16px 40px;
    font-size: 1.8rem;
    font-weight: 600;
    border-radius: 110px;
    color: #044F69;
    text-decoration: none;
    transition: 0.5s;
	white-space: nowrap;
}
.button_header:hover {
    background: #044F69;
    color: #fff;
}
.active_lang {
    font-size: 1.8rem;
    font-weight: 600;
    text-transform: uppercase;
}
.img_hero img {
    width: 100%;
    object-fit: cover;
}
#hero {
    position: relative;
}
.hero_description {
    background: rgb(3 96 128 / 75%);
    width: 100%;
    max-width: 836px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 244px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
}
.hero_description h1 {
    font-weight: bold;
    font-size: 4.8rem;
    color: #fff;
	text-align: center;
}
.hero_description p {
    font-size: 2.4rem;
    color: #fff;
    margin-bottom: -15px;
    margin-top: 15px;
}
#home_second_block {
    padding-top: 70px;
    padding-bottom: 64px;
}
.wrapper {
    width: 1220px;
    margin: 0 auto;
}
.second_block_wrap {
    display: flex;
        align-items: center;
        justify-content: space-between;
}
.second_block {
    max-width: 238px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 215px;
    border-radius: 10px;
    transition: 0.5s;
    text-decoration: none;
	padding-top: 40px;
}
.title_second_block {
font-size: 2rem;
    font-weight: 500;
    color: #044F69;
    text-transform: uppercase;
max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    text-align: center;
}
.second_block_wrap > .second_block:hover {
    background: #C1DCE5;
}
#numbers {
    background: rgb(143 191 207 / 25%);
    padding: 58px 0;
}
.numbers_wrap {
    display: flex;
align-items: flex-start;
        justify-content: space-between;
}
.number_block {
    text-align: center;
	    width: 25%;
}
.top_numbers {
    font-weight: 700;
    font-size: 7.5rem;
    color: #044F69;
    margin-bottom: 3px;
}
.bottom_numbers {
    font-weight: 500;
    font-size: 1.7rem;
    color: #000;
    text-transform: uppercase;
	padding: 0 20px;
}
#links_home {
    margin-top: 95px;
    margin-bottom: 90px;
}
.links_home_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.links_block {
    width: 210px;
    height: 210px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    transition: 0.5s;
    background-position: center !important;
    background-size: 100% !important;
	padding-top: 52px;
}
.links_block:hover {
    background-size: 120% !important;
}
.links_block_ico img {
	width: 57px;
    height: 57px;
    margin: 0 auto;
}
.links_block_title {
    color: #fff;
    font-size: 1.7rem;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    max-width: 150px;
    margin-top: 30px;
}
.links_block a {
    text-decoration: none;
    text-align: center;
}
.links_block_ico {
    width: 57px;
    height: 57px;
    margin: 0 auto;
}
.news_title {
    display: flex;
        align-items: center;
        justify-content: space-between;
}
.button_news {
    display: flex;
        align-items: center;
}
.button_news > button {
    background: none;
    border: none;
    outline: none;
    color: #207F9E;
    text-transform: uppercase;
    font-size: 3.6rem;
    font-weight: 600;
    cursor: pointer;
    margin-right: 11px;
    letter-spacing: -1px;
    opacity: 0.5;
}
.button_news > button.active {
    color: #044F69;
    opacity: 1;
}
.button_link {
    padding: 15px 50px;
    text-decoration: none;
    background: #E7F7FC;
    border-radius: 60px;
    font-size: 2.4rem;
    color: #044F69;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.5s;
}
.button_link:hover {
    background: #044F69;
    color: #fff;
}

#news {
    overflow: hidden;
	max-width: 2200px;
	    margin: 0 auto;
}
#slider_news {
    margin-left: -64px;
    margin-top: 60px;
    position: relative;
}
#slider_news .swiper-slide {
    width: 20%;
}
#slider_events {
    margin-left: -64px;
    margin-top: 60px;
    position: relative;
}
#slider_events .swiper-slide {
    width: 20%;
}
.img_news_slider {
    overflow: hidden;
    height: 259px;
    border-radius: 10px 10px 0;
}
.img_news_slider img {
    width: 100%;
    border-radius: 10px 10px 0 0;
    height: 259px;
    object-fit: cover;
    display: block;
    border-bottom: 5px solid #11AEE3;
    transition: 0.5s;
}
#slider_news .swiper-slide:hover .img_news_slider img {
    transform: scale(1.1);
}
#slider_events .swiper-slide:hover .img_news_slider img {
    transform: scale(1.1);
}
.title_news_slider {
    font-size: 1.8rem;
    color: #1D3D73;
    line-height: 27px;
    line-height: 1.5;
    margin-top: 10px;
    transition: 0.5s;
}
.title_news_slider:hover {
    color: #000
}
#slider_news .swiper-slide a {
    text-decoration: none;
}
#slider_events .swiper-slide a {
    text-decoration: none;
}
.date_news_slider {
    font-weight: 300;
    color: #000;
    font-size: 1.3rem;
    margin-top: 7px;
}
#slider_news .swiper-slide {
    opacity: 0.3;
    overflow: hidden;
}
#slider_news .swiper-slide.swiper-slide-next {
    opacity: 1;
}
#slider_news .swiper-slide.swiper-slide-next + .swiper-slide {
    opacity: 1;
}
#slider_news .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide {
    opacity: 1;
}
#slider_events .swiper-slide {
    opacity: 0.3;
}
#slider_events .swiper-slide.swiper-slide-next {
    opacity: 1;
}
#slider_events .swiper-slide.swiper-slide-next + .swiper-slide {
    opacity: 1;
}
#slider_events .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide {
    opacity: 1;
}
.news_slider_prev {
    position: absolute;
    top: 122px;
    width: 45px;
    height: 45px;
    border: 1px solid #044F69;
    border-radius: 100px;
    left: 15%;
    z-index: 9;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.5s;
}
.news_slider_prev:after {
    content: " ";
    width: 12px;
    height: 19px;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='19' viewBox='0 0 12 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8125 17.7939L1.4375 9.35645L10.8125 0.918945' stroke='%23044F69' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.news_slider_next {
    position: absolute;
    top: 122px;
    width: 45px;
    height: 45px;
    border: 1px solid #044F69;
    border-radius: 100px;
    right: 13%;
    z-index: 9;
    display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: 0.5s;
}
.news_slider_next:after {
    content: " ";
    transform: rotate(180deg);
    width: 12px;
    height: 19px;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='19' viewBox='0 0 12 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8125 17.7939L1.4375 9.35645L10.8125 0.918945' stroke='%23044F69' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.news_slider_next:hover {
    background: rgb(7 69 170 / 25%);
}
.news_slider_prev:hover {
    background: rgb(7 69 170 / 25%);
}
footer {
    padding-top: 40px;
    background: url(img/footer_bg.png) repeat;
	
    background-size: 130px;
 
    margin-top: 70px;
    padding-bottom: 30px;
}
.footer_wrap {
    display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
}
.footer_column > ul {
    list-style: none;
}
.footer_column > ul > li {
    margin-bottom: 11px;
    max-width: 132px;
}
.footer_column > ul > li > a {
    font-size: 1.4rem;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgb(255 255 255 / 45%);
    padding-bottom: 1px;
    transition: 0.5s;
    line-height: 1.7;
}
.footer_column > ul > li > a:hover {
    color: #000;
    border-bottom: 1px solid rgb(0 0 0 / 45%);
}

.footer_title {
    font-size: 1.7rem;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}
.copyright {
    font-size: 1.2rem;
    color: #fff;
    margin-top: 17px;
}
.social_footer {
    width: 100%;
    margin-top: 50px;
    text-align: center;
}
.links_social {
    display: flex;
        align-items: center;
        justify-content: center;
}
.links_social a {
    margin: 0 8px;
    transition: 0.5s;
}
.links_social a:hover {
    opacity: 0.6;
}
.contacts_footer {
    display: flex;
        flex-direction: column;
        margin-bottom: 38px;
}
.phone_link {
    font-size: 2rem;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 6px;
    transition: 0.5s;
}
.phone_link:hover {
    color: #000;
}
.mail_links {
    font-size: 1.4rem;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgb(255 255 255 / 45%);
    width: fit-content;
    transition: 0.5s;
}
.mail_links:hover {
    color: #000;
    border-bottom: 1px solid rgb(0 0 0 / 45%);
}
.title_form_newsletter {
    font-size: 2rem;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.form_newsletter form {
    display: flex;
}
.form_newsletter input[type="email"] {
    height: 54px;
    border: 2px solid #FFFFFF;
    background: transparent;
    border-radius: 100px 0 0 100px;
    outline: none;
    padding-left: 20px;
    color: #fff;
    font-size: 1.4rem;
    width: 137px;
}
.form_newsletter input[type="email"]::placeholder {
    color: #fff
}
.form_newsletter input[type="submit"] {
    background: #fff;
    padding: 15px 27px;
    border-radius: 100px;
    border: none;
    margin-left: -30px;
    font-weight: 600;
    font-size: 1.6rem;
    color: #044F69;
    text-transform: uppercase;
    outline: none;
    transition: 0.5s;
    cursor: pointer;
}
.form_newsletter input[type="submit"]:hover {
    background: #000;
    color: #fff;
}
#modal_menu {
    background: #D8ECF2;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    overflow-y: auto;
}
.modal_menu_top {
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.close_modal {
    background: url(img/close_modal.svg) no-repeat;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.lang_modal_menu > ul {
    list-style: none;
    display: flex;
    align-items: center;
}
.lang_modal_menu > ul > li {
    margin: 0 10px;
}
.lang_modal_menu > ul > li > a {
    font-size: 2.4rem;
    color: #0745AA;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}
.lang_modal_menu > ul > li > a.active {
    border: 3px solid #0745AA;
    border-radius: 100px;
    padding: 8px;
}
.modal_menu_main_menu {
    max-width: 900px;
    margin: 0 auto;
    margin-top: 60px;
}
.modal_menu_main_menu > ul {
    list-style: none;
}
.modal_menu_main_menu > ul > li {
    margin-bottom: 40px;
}
.modal_menu_main_menu > ul > li > a {
    font-size: 3.2rem;
    color: #122149;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}
.modal_menu_main_menu > ul > li > ul {
    list-style: none;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
.modal_menu_main_menu > ul > li > ul > li {

}
.modal_menu_main_menu > ul > li > ul > li > a {
    background: #fff;
    padding: 10px 30px;
    display: block;
    width: fit-content;
    border-radius: 100px;
    font-size: 1.8rem;
    color: #0D566E;
    text-decoration: none;
    font-weight: 600;
    margin-right: 15px;
    margin-bottom: 15px;
}
#hero_page {
    background: url(img/page_hero.jpg) no-repeat;
    padding: 100px 0px;
    margin-bottom: 31px;
    padding-bottom: 66px;
    background-size: cover;
}
h1.title_page {
    font-size: 4.8rem;
    color: #fff;
    margin-bottom: 58px;
}
.list_page_menu > ul {
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.list_page_menu > ul > li {

}
.list_page_menu > ul > li > a {
    border: 1px solid #FFFFFF;
    padding: 7px 30px;
    border-radius: 100px;
    font-size: 2rem;
    color: #fff;
    text-decoration: none;
    margin-right: 11px;
    transition: 0.5s;
    display: block;
    width: fit-content;
    margin-bottom: 10px;
}
.list_page_menu > ul > li.active a {
    background: #fff;
    color:#044F69;
}
.list_page_menu > ul > li > a:hover {
    background: #fff;
    color:#044F69;
}
.simple_page_content iframe {
    margin-bottom: 30px;
}
.simple_page_content p {
    font-size: 1.8rem;
    color: #000;
    line-height: 1.9;
    font-weight: 300;
    margin-bottom: 30px;
}
.breadcrumbs {
    color: #fff;
    margin-bottom: 10px;
}
.breadcrumbs a {
    font-size: 1.6rem;
    color: #fff;
    text-decoration: none;
}
.breadcrumbs span {
    font-size: 1.6rem;
    color: #fff;
}
#persons_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 900px;
    margin: 0 auto;
}
#persons_list > .person {
    width: 32%;
    margin-bottom: 90px;
    text-align: center;
}
.info_person {
    text-align: center;
    margin-top: 11px;
    margin-bottom: 11px;
}
.info_person a {
    font-size: 2rem;
    color: #09536C;
    display: inline;
    border-bottom: 0.1px solid #09536C;
    text-decoration: none;
    font-weight: 300;
    transition: 0.5s;
}
.info_person a:hover {
    border-bottom: 1px solid transparent;
}
.job_title {
    font-size: 1.6rem;
    color: #000000;
    margin-top: 5px;
    font-weight: 300;
}
#persons_bottom_list {
    display: flex;
        justify-content: space-between;
}
.img_person img {
    width: 100%
}
#persons_bottom_list > .person {
    width: 24%;
}
#person_card {
    display: flex;
}
.person_photo {
    margin-right: 22px;
    width: 49%;
}
.person_name_title {
    font-size: 3.8rem;
    color: #09536C;
    font-weight: 600;
    border-bottom: 1px solid #09536C;
    width: fit-content;
    margin-bottom: 15px;
}
.person_job_title_page {
    font-size: 2.2rem;
    color: #347185;
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: 15px;
}
.person_description_page {
    font-size: 1.6rem;
    color: #1A1A1A;
    line-height: 1.7;
    font-weight: 300;
}
.person_related {
    margin-top: 130px;
    display: flex;
    justify-content: space-between;
}
img {
    max-width: 100%;
}
.person_info {
    width: 91%;
}
.person_left {
    width: 34%;
}
.person_right {
    width: 34%;
}
.person_vertical {
    display: flex;
        margin-bottom: 70px;
}
.left_person_vertical {
    width: 49%;
    margin-right: 50px;
}
.right_person_vertical {
    width: 88%;
}
a.title_person_vetical {
    font-size: 3rem;
    color: #09536C;
    font-weight: 600;
    border-bottom: 1px solid #09536C;
    width: fit-content;
    margin-bottom: 15px;
    text-decoration: none;
    transition: 0.5s;
}
a.title_person_vetical:hover {
    border-bottom: 1px solid transparent;
}
.job_title_person_vetical {
    font-size: 2.2rem;
    color: #347185;
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: 15px;
}
.short_description_person p {
    font-size: 1.5rem;
    color: #1A1A1A;
    line-height: 1.7;
    font-weight: 300;
    margin-bottom: 15px;
}
.simple_page_content img {
    margin-bottom: 37px;
    border-radius: 15px;
}
.quot {
    margin-bottom: 30px;
}
.quot .title_quot {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -0.6px;
    margin-bottom: 20px;
}
.post_quot {
    font-size: 1.6rem;
    color: #000;
    line-height: 1.9;
    display: flex;
    font-weight: 300;
}
.post_quot:before {
    content: " ";
    background: url(img/quot.svg) no-repeat;
    width: 34px;
    height: 24px;
    display: block;
    min-width: 34px;
    margin-right: 34px;
    margin-top: 4px;
}
.block_reference h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 20px;
}
.block_reference a {
    color: #185D75;
    font-size: 1.6rem;
    margin-bottom: 7px;
    display: inline;
    line-height: 1.9;
    font-weight: 300;
    transition: 0.5s;
}
.block_reference a:hover {
    text-decoration: none;
}
#hero_page.post_header {
    background: transparent;
    padding-top: 50px;
    padding-bottom: 0;
}
#hero_page.post_header h1.title_page {
color: #000;
font-weight: 600;
margin-bottom: 30px;
}
#hero_page.post_header .breadscroom a {
    color: #054F69;
}
#hero_page.post_header .breadscroom span {
    color: #054F69;
}
.meta_post {
    display: flex;
        align-items: center;
}
.meta_post .label_post {
    padding: 5px 18px;
    background: #11AEE3;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 300;
    width: fit-content;
}
.date_post_page {
    color: rgb(0 0 0 / 60%);
    font-size: 1.5rem;
    font-weight: 300;
    margin-left: 25px;
}
.page_not_found {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 200px;
}
.not_found_text {
    font-size: 3.2rem;
    color: #000;
    margin-top: 56px;
    margin-bottom: 56px;
}
.link_main_page {
    font-size: 2.4rem;
    color: #00526B;
    text-decoration: none;
    border-bottom: 1px solid #00526B;
    font-weight: 600;
    transition: 0.5s;
}
.link_main_page:hover {
    border-bottom: 1px solid transparent;
}
#list_posts > .post {
    display: flex;
        justify-content: space-between;
        margin-bottom: 60px;
}
.post_img {
    width: 37%;
    position: relative;
}
.post_img img {
    border-bottom: 5px solid #ED6B1C;
    display: block;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
    height: 265px;
}
.label_news {
    position: absolute;
    padding: 5px 18px;
    background: #ED6B1C;
    color: #fff;
    top: 20px;
    font-size: 1.6rem;
    font-weight: 300;
}
.post_info_right {
    width: 61%;
}
.title_post_listing {
    font-weight: 500;
    color: #0D556F;
    font-size: 2.2rem;
    text-decoration: none;
    border-bottom: 1px solid #0D556F;
    margin-bottom: 10px;
    display: inline;
    transition: 0.5s;
	line-height: 150%;
}
.title_post_listing:hover {
    border-bottom: 1px solid transparent
}
.short_descr_post {
    margin-top: 10px;
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: 300;
    margin-bottom: 10px;
}
.date_post_listing {
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: 300;
}
.date_post_listing span {
    font-weight: 600;
    padding-right: 5px;
}
.time_post_listing {
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: 300;
    margin-top: 3px;
}
.time_post_listing span {
    font-weight: 600;
    padding-right: 5px;
}
.wrap_button_post_listing {
    margin-top: 20px;
    display: flex;
    align-items: center;
}
.more_listing {
    background: #E7F7FC;
    border-radius: 60px;
    padding: 9px 37px;
    font-size: 1.6rem;
    font-weight: 500;
    color: #044F69;
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 13px;
    transition: 0.5s;
}
.more_listing:hover {
    background: rgb(4 79 105 / 25%);
}
.link_social {
    background: #E7F7FC;
    border-radius: 60px;
    padding: 6px 8px;
    font-size: 1.6rem;
    font-weight: 500;
    color: #044F69;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    transition: 0.5s;
    border: none;
    cursor: pointer;
}
.link_social:hover {
    background: rgb(4 79 105 / 25%);
}
.link_social:before {
    content: " ";
    background: url(img/ShareNetwork.svg) no-repeat;
    width: 23px;
    height: 23px;
    display: block;
}
.show_more {
    background: #11AEE31A;
    padding: 15px 50px;
    font-size: 2.2rem;
    color: #0D556E;
    font-weight: 500;
    border-radius: 60px;
    width: fit-content;
    text-transform: uppercase;
    margin: 0 auto;
    cursor: pointer;
    transition: 0.5s;
}
.show_more:hover {
    background: rgb(4 79 105 / 25%);
}
.simple_page_content ul {
    padding-left: 20px;
    margin-bottom: 30px;
}
.simple_page_content ul li {
    font-size: 1.8rem;
    color: #000;
    line-height: 1.9;
    font-weight: 300;
    margin-bottom: 10px;
}
.simple_page_content ol {
    padding-left: 20px;
    margin-bottom: 30px;
}
.simple_page_content ol li {
    font-size: 1.8rem;
    color: #000;
    line-height: 1.9;
    font-weight: 300;
    margin-bottom: 10px;
}
.simple_page_content ul li a {
    font-size: 2.4rem;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    transition: 0.5s;
}
.simple_page_content ul li a:hover {
    color: #044F69;
}
.active_lang:after {
    content: " ";
    background: url(img/arrow_lang.svg) no-repeat;
    width: 7px;
    height: 5px;
    display: block;
    margin-left: 4px;
    position: relative;
    top: 0px;
    transition: 0.5s;
}
.language-list {
    position: absolute;
    background: #fff;
top: 100%;
    list-style: none;
    z-index: 9;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    padding: 5px;
    left: -5px;
    border-radius: 5px;
}
.language-list > li {
    margin-bottom: 6px;
}
.language-list > li:last-child {
    margin-bottom: 0px;
}
.language-list > li > a {
    color: #000;
    text-decoration: none;
    font-size: 1.9rem;
    text-transform: uppercase;
}
.lang_header {
    position: relative;
}
.active_lang {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.active_lang.active:after {
    transform: rotate(180deg);
}
.language-list.show {
opacity: 1;
visibility: visible;
}
.label_post a {
    text-decoration: none;
    color: #fff;
}
.post_img.news_img .label_news {
    background: #11AEE3;
}
.post_img.news_img img {
    border-bottom: 5px solid #11AEE3;
}

.events {
    padding: 3.75rem 0;
    margin-bottom: 50px;
}

.events__slider {
    position: relative;
}

.events .events__slides {
    display: flex;
    flex-wrap: wrap; 
    gap: 20px;
    justify-content: space-between;
}

.events .events__slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
 
    border-radius: 10px;
    margin-bottom: 35px;
    width: 100%;
}

.events__slide-info {
    width: 48%;
    padding-top: 51px;
    padding-right: 20px;
}

.events__slide-tag {
    display: inline-block;
    border-radius: 30px;
    background-color: #C1DCE5;
    padding: 3px 16px 2px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
}

.events__slide-title {
     margin-top: 22px;
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 3.2rem;
    line-height: 150%;
}

.events__slide-text {
font-size: 2rem;
    font-weight: 300;
}

.events__slide-image {
    width: 52%;
}

.events__slide-image img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
}

#main_menu .sub-menu {
    position: absolute;
    padding: 5px 0 0 0;
    min-width: 220px;
    max-width: 320px;
    padding: 0px 0;
    background: #F3F3F3;
    border-radius: 8px;
    z-index: 9;
    list-style: none;
    top: 26px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
#main_menu .sub-menu::before {
    position: absolute;
    content: "";
    top: -10px;
    width: 0;
    height: 0;
    border-left: 8.8px solid transparent;
    border-right: 8.8px solid transparent;
    border-bottom: 11px solid #F3F3F3;
    left: 15px;
}
#main_menu .sub-menu > li {
    position: relative;
    z-index: 1;
    padding: 10px 17px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
#main_menu .sub-menu > li:hover {
    background: rgba(7, 69, 170, 0.2);
}
#main_menu .sub-menu > li > a {
    color: #000;
    font-size: 1.5rem;
    text-decoration: none;
}
#main_menu > ul > li {
    position: relative;
}
#main_menu > ul > li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}
#main_menu .sub-menu > li:first-child:hover {
    border-radius: 8px 8px 0 0;
}
#main_menu .sub-menu > li:last-child:hover {
    border-radius: 0px 0px 8px 8px;
}

#main_menu > ul > li.menu-item-has-children > a:after {
    content: " ";
    background: url(img/arrow_menu_dropdown.svg) no-repeat;
    width: 7px;
    height: 5px;
    display: block;
    margin-left: 5px;
    transition: 0.5s;
}
#main_menu > ul > li.menu-item-has-children:hover > a:after {
transform: rotate(180deg);
}
.img_hero video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.button_slider_wrap {
    margin-top: 35px;
}
.button_slider_wrap a {
    padding: 15px 50px;
    text-decoration: none;
    background: #E7F7FC;
    border-radius: 60px;
    font-size: 2.4rem;
    color: #044F69;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.5s;
}
.button_slider_wrap a:hover {
    background: #044F69;
    color: #fff;
}
.event_wrap {
    display: flex
    ;
        justify-content: space-between;
}
.link_created {
    color: #002D3D;
    text-decoration: none;
    margin-top: 12px;
    display: block;
    border-bottom: 1px solid #002D3D;
    width: fit-content;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    transition: 0.5s;
}
.link_created:hover {
color: #fff;
border-bottom: 1px solid transparent ;
}
.main_tabs_event {
    width: 76%;
}
.list_tabs_events {
    width: 22%;
    margin-top: -10px;
}
.list_tabs_events > ul {
    list-style: none;
}
.list_tabs_events > ul > li {
    
}
.list_tabs_events > ul > li > a {
    font-size: 2.1rem;
    color: #000;
    text-decoration: none;
    padding-bottom: 15px;
    padding-top: 15px;
    display: block;
    border-bottom: 1px solid #D9D9D9;
    padding-left: 27px;
    transition: 0.5s;
}
.list_tabs_events > ul > li > a:hover {
color: #044F69
}
.list_tabs_events > ul > li:last-child > a {
    border-bottom: 1px solid transparent;
}
.button_register {
    padding: 11px 35px;
    background: #11AEE3;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-top: 17px;
    font-size: 2.3rem;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.5s;
    margin-left: 27px;
    position: sticky;
    top: 300px;
}
.button_register:hover {
    background: #044F69;
    color: #fff;
}
.event_bottom_wrap {
    margin-left: 30px;
}
.block_content_event_info {

}
.block_content_event_info > ul {
    list-style: none;
}
.block_content_event_info > ul > li {
    font-weight: 300;
    font-size: 1.8rem;
    margin-bottom: 12px;
}
.block_content_event_info > ul > li > span {
    font-weight: 600;
}
.contact_bottom_event {
    margin-left: 30px;
    background: #E7F7FC;
    padding: 17px 30px;
    margin-top: 30px;
    font-size: 1.8rem;
    color: #1D1D1D;
}
.main_title {
font-weight: 600;
}
.title_contact {
    font-weight: 500;
}
.contact_bottom_event a {
    text-decoration: none;
    color: #044F69;
    margin-left: 5px;
}
.simple_page_content a {
    color: #125971;
    text-decoration: none;
    border-bottom: 1px solid #125971;
    transition: 0.5s;
}
.simple_page_content a:hover {
    border-bottom: 1px solid transparent;
}
#slider_events {
    display: none;
}
.simple_page_content p img {
    margin-bottom: 0;
    border-radius: 15px;
}
.jug_header .breadcrumbs span {
    color: #0C556E;
}
.meta_jud {
    display: flex;
        align-items: center;
        margin-bottom: 30px;
}
.case_page {
    font-size: 2rem;
    margin-right: 88px;
    font-weight: 300;
}
.date_page {
    font-size: 2rem;
    font-weight: 300;
}
.list_info_jud > div {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}
.jud_left {
    font-size: 2.5rem;
    min-width: 140px;
    margin-right: 50px;
}
.list_keyword {
    display: flex;
        align-items: center;
}
.list_keyword > div {
    padding: 6px 9px;
    font-size: 2rem;
    font-weight: 300;
    background: #D1EAF3;
    color: #0C556E;
    margin-right: 20px;
}
.list_keyword > div span {
    color: #6C98A7;
    font-size: 1.8rem;
}
.judges_name {
    padding: 6px 9px;
    font-size: 2rem;
    font-weight: 300;
    background: #D1EAF3;
    color: #0C556E;
}
.summary_block {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.7;
}
.summary_block a.link_doc {
    color: #063545;
    padding: 7px 30px;
    font-size: 2rem;
    text-decoration: none;
    background: #B1D3DF;
    border-radius: 100px;
    margin-top: 30px;
    display: block;
    width: fit-content;
    transition: 0.5s;
}
.summary_block a.link_doc:hover {
    opacity: 0.7;
}
.list_info_jud > div:last-child {
    align-items: flex-start;
}
#jud_content {
    background: #8FBFCF40;
    padding-top: 25px;
    padding-bottom: 75px;
}
.jud_content_main_block h2 {
    margin-bottom: 32px;
    font-size: 4.4rem;
    font-weight: 600;
}
body.single-judgment footer {
    margin-top: 0;
}
#filter_jud {
    border: 1px solid transparent;
    border-radius: 21px 5px 5px 5px;
}
#filter_jud.show_filter {
    border: 1px solid #B1D3DF;
    border-radius: 21px 5px 5px 5px;
}
.button_show_filter {
    font-size: 2rem;
    color: #0C556E;
    padding: 7px 30px;
    background: #B1D3DF;
    width: fit-content;
    border-radius: 90px;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding-right: 22px;
    transition: 0.5s;
}
.button_show_filter:hover {
    opacity: 0.7;
}
.button_show_filter:after {
    content: " ";
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.18848 6L0.362305 5.13867L5.75293 0L11.1377 5.13867L10.3115 6L5.75293 1.6582L1.18848 6Z' fill='%230C556E'/%3E%3C/svg%3E");
    width: 12px;
    height: 6px;
    display: block;
    margin-left: 7px;
    transform: rotate(180deg);
    position: relative;
    top: 1px;
    transition: 0.5s;
}
.button_show_filter.active:after {
    transform: rotate(0deg);
    top: 0;
}
.list_form_search {
    padding: 0 35px;
    padding-top: 28px;
    padding-bottom: 45px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.filter_wrap {
    width: 25%;
    margin-bottom: 27px;
}
.checkbox input {
    display: none;
}
.checkbox label {
    font-size: 1.6rem;
    color: #0C556E;
    font-weight: 400;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.checkbox label:before {
    content: " ";
    width: 23px;
    height: 23px;
    border: 2px solid #B1D3DF;
    display: block;
    margin-right: 10px;
    transition: 0.5s;
}
.checkbox label:after {
content: " ";
background-image: url("data:image/svg+xml,%3Csvg width='19' height='14' viewBox='0 0 19 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.25 1.75049L6.75 12.25L1.5 7.00049' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
width: 19px;
height: 14px;
display: block;
position: absolute;
top: 6px;
left: 4px;
opacity: 0;
visibility: hidden;
transition: 0.5s;
}
.checkbox input:checked + label:before {
background: #0C556E;
border: 2px solid #0C556E;
}
.checkbox input:checked + label:after {
    opacity: 1;
    visibility: visible;
}
.select {
    position: relative;
}
.select ul {
    list-style: none;
    position: absolute;
    top: 28px;
    border: 1px solid #B1D3DF;
    width: 100%;
    max-width: 220px;
    border-top: 0;
    padding-top: 0;
    background: #fff;
    z-index: 9;
    display: none;
    max-height: 190px;
    overflow: hidden;
    overflow-y: auto;
}
.select ul li {
    font-size: 2rem;
    cursor: pointer;
    border-bottom: 1px solid #B1D3DF;
    padding: 5px 10px;
    transition: 0.5s;
}
.select ul li:hover {
    background: #0C556E;
    color: #fff;
}
.active_label {
    font-size: 1.6rem;
    color: #0C556E;
    font-weight: 400;
    border-bottom: 1px solid #B1D3DF;
    padding-bottom: 6px;
    max-width: 220px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.active_label:after {
    content: " ";
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.16699 1.33325L5.00028 5.49984L0.833658 1.3331' stroke='%230C556E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #B1D3DF;
    border-radius: 100px;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
}
.filter_input {
    font-size: 1.6rem;
    color: #0C556E;
    border: none;
    border-bottom: 1px solid #B1D3DF;
    max-width: 220px;
    width: 100%;
    padding-bottom: 7px;
    outline: none;
}
.filter_input::placeholder {
    font-size: 1.6rem;
    color: #0C556E;
    font-weight: 400;
}
.bottom_filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-right: 30px;
}
.bottom_filter input {
    width: 74%;
    max-width: none;
}
.bottom_filter > .filter_wrap {
	margin-bottom: 4px;
}
.button_filter {
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 37px;
}
.button_filter a {
	 padding: 7px 30px;
    background: #B1D3DF;
    color: #0C556E;
    border-radius: 100px;
    font-size: 2rem;
    cursor: pointer;
    border: 1px solid #B1D3DF;
    transition: 0.5s;
    width: 155px;
    text-decoration: none;
    margin-right: 20px;
    text-align: center;
}
.button_filter a:hover {
	background: #0C556E;
	color: #fff;
}
.button_search_push {
    padding: 7px 30px;
    background: #0C556E;
    color: #fff;
    border-radius: 100px;
    font-size: 2rem;
    cursor: pointer;
    border: 1px solid #0C556E;
    transition: 0.5s;
    width: 155px;
    text-align: center;
}
.button_search_push:hover {
    color: #0C556E;
    background: #fff;
}
#list_jud {
    margin-top: 77px;
}
.block_jud {
    border: 1px solid #B1D3DF;
    border-radius: 5px;
    background: #E4F0F3;
    padding: 35px 70px;
    position: relative;
    transition: 0.5s;
    margin-bottom: 25px;
}
.title_jud_list a.list_jud_title_block {
    font-size: 2.8rem;
    color: #0C556E;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid #0C556E;
    transition: 0.5s;
	line-height: 150%;
}
.title_jud_list a.list_jud_title_block:hover {
    border-bottom: 1px solid transparent;
}
.title_jud_list .meta_jud {
    margin-top: 15px;
    margin-bottom: 0;
}
.title_jud_list .meta_jud .case_page {
    font-size: 1.8rem;
    margin-right: 25px;
	line-height: 150%;
}
.title_jud_list .meta_jud .date_page {
    font-size: 1.8rem;
}
.block_jud .info_jud {
    display: none;
    margin-top: 32px;
}
.block_jud .view_more_list {
    display: none;
    align-items: center;
    justify-content: flex-end;
}
.block_jud .view_more_list a {
    padding: 7px 30px;
    color: #063545;
    text-decoration: none;
    background: #B1D3DF;
    border-radius: 30px;
    font-size: 2rem;
    transition: 0.5s;
}
.block_jud .view_more_list a:hover {
    opacity: 0.7;
}
.show_more_jud_button:after {
    content: " ";
background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.958 0.916504L7.49961 7.37484L1.04122 0.916397' stroke='%230C556E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
width: 15px;
height: 9px;
display: block;
margin-top: 1px;
}
.show_more_jud_button {
    width: 31px;
    height: 31px;
    cursor: pointer;
    background: #B1D3DF;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 25px;
    right: 25px;
    transition: 0.5s;
}
.block_jud.show .info_jud {
    display: block;
}
.block_jud.show .view_more_list {
    display: flex;
}
.block_jud.show {
    background: #fff;
}
.block_jud.show .show_more_jud_button {
    transform: rotate(180deg);
}
#filter_form {
    display: none;
}
#filter_jud.show_filter #filter_form  {
    display: block;
}
.share-buttons {
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    margin-left: 5px;
}
.share-buttons a {
margin-right: 5px;
}
.share-buttons.show {
    opacity: 1;
    visibility: visible;
}
.search-page__form {
    margin-bottom: 26px;
}
.search-page__form-row {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
}
.search-page__form-row input {
    display: block;
    width: calc(100% - 93px);
    padding: 19px 50px 17px 43px;
    border-radius: 4px;
    border: 1px solid #044F69;
    font-size: 15px;
    color: #000000;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.search-page__item {
    margin-bottom: 32px;
}
.search-page__item-date {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    color: rgba(69, 74, 92, 0.8);
}
.search-page__item-title {
    display: block;
    margin-bottom: 12px;
    font-size: 20px;
    color: #044F69;
    text-decoration: none;
    border-bottom: 1px solid #044F69;
    display: inline;
    transition: 0.5s;
}
.search-page__item-title:hover {
    border-bottom: 1px solid transparent
}
.search-page__form-row::before {
    content: '';
    width: 24px;
    height: 24px;
    background: url(img/icon-search-green.svg) center center / contain no-repeat;
    position: absolute;
    left: 16px;
    top: 16px;
    pointer-events: none;
}
.page-numbers {
    display: flex;
        align-items: center;
        justify-content: center;
        list-style: none;
}
.page-numbers > li {
    margin: 0 4px;
}
.page-numbers > li > a {
    border: 2px solid #044F69;
    font-size: 1.5rem;
    padding: 5px 8px;
    border-radius: 5px;
    color: #044F69;
    text-decoration: none;
    font-weight: bold;
    transition: 0.5s;
}
.page-numbers > li > a:hover {
background: #044F69;
color: #fff;
}
.page-numbers > li > span {
    font-size: 1.5rem;
    padding: 5px 8px;
    border-radius: 5px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
}
.page-numbers > li > span.current {
    border: 2px solid #044F69;
    font-size: 1.5rem;
    padding: 5px 8px;
    border-radius: 5px;
    color: #fff;
    background: #044F69;
    text-decoration: none;
    font-weight: bold;
    transition: 0.5s;
}

#contractForm {
    border: 1px solid #B1D3DF;
    padding: 50px;
    width: fit-content;
    margin: 0 auto;
    min-width: 300px;
}
#contractForm input[type="number"] {
    font-size: 1.6rem;
    color: #0C556E;
    border: none;
    border-bottom: 1px solid #B1D3DF;
    max-width: 220px;
    width: 100%;
    padding-bottom: 7px;
    outline: none;
}
#contractForm input[type="number"]::-webkit-outer-spin-button,
#contractForm input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; 
}

#contractForm input[type=number] {
    -moz-appearance:textfield;
}
#contractForm input[type="number"]::placeholder {
    color: #0C556E;
}
#contractForm input[type="text"] {
    font-size: 1.6rem;
    color: #0C556E;
    border: none;
    border-bottom: 1px solid #B1D3DF;
    max-width: 220px;
    width: 100%;
    padding-bottom: 7px;
    outline: none;
}
#contractForm input[type="date"] {
    font-size: 1.6rem;
    color: #0C556E;
    border: none;
    border-bottom: 1px solid #B1D3DF;
    max-width: 220px;
    width: 100%;
    padding-bottom: 7px;
    outline: none;
}
.currency {
    display: flex;
        align-items: center;
        margin-top: 30px;
}
.currency .checkbox {
    margin-right: 15px;
}

#contractForm > * {
    margin-bottom: 30px;
}
#contractForm > *:last-child {
    margin-bottom: 0px;
}
#contractForm #calculateButton {
    padding: 7px 30px;
    border: none;
    background: #0C556E;
    color: #fff;
    border-radius: 90px;
    margin: 0 auto;
    display: block;
    width: fit-content;
    font-size: 2rem;
    transition: 0.5s;
    border: 1px solid #0C556E;
    cursor: pointer;
}
#contractForm #calculateButton:hover {
    background: transparent;
    color: #0C556E;
}
.post_not_found {
    font-size: 2.4rem;
    text-align: center;
    font-weight: bold;
}
.person_description_page a {
    border-bottom: 1px solid #09536C;
    color: #09536C;
    text-decoration: none;
    transition: 0.5s;
}
.person_description_page a:hover {
    border-bottom: 1px solid transparent
}
#contractForm .label_first_input {
	font-size: 1.6rem;
    color: #0C556E;
    display: block;
    margin-bottom: 10px;
}
.list_smi {
    display: flex;
        flex-wrap: wrap;
}
.list_smi > .post_smi {
    width: 32%;
    margin-right: 1%;
    margin-bottom: 50px;
}
.list_smi > .post_smi:nth-child(3) {
    margin-right: 0;
}
.post_smi img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.info_smi {
    margin-top: 8px;
}
.title_smi a {
    font-weight: 500;
    color: #0D556F;
    font-size: 2.2rem;
    text-decoration: none;
    border-bottom: 1px solid #0D556F;
    margin-bottom: 10px;
    display: inline;
    transition: 0.5s;
    line-height: 150%;
}
.title_smi a:hover {
    border-bottom: 1px solid transparent;
}
.short_descr_smi {
    margin-top: 10px;
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: 300;
    margin-bottom: 20px;
}
.link_smi a {
    background: #E7F7FC;
    border-radius: 60px;
    padding: 9px 37px;
    font-size: 1.6rem;
    font-weight: 500;
    color: #044F69;
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 13px;
    transition: 0.5s;
}
.link_smi a:hover {
    background: rgb(4 79 105 / 25%);
}
.fees_pdf a {
    text-decoration: none;
    padding: 7px 30px;
    border: none;
    background: #0C556E;
    color: #fff;
    border-radius: 90px;
    margin: 0 auto;
    display: block;
    width: fit-content;
    font-size: 2rem;
    transition: 0.5s;
    border: 1px solid #0C556E;
    cursor: pointer;
    margin-left: 0;
}
.fees_pdf a:hover {
    background: transparent;
    color: #0C556E;
}
.fees_pdf {
    margin-bottom: 30px;
}
.bottom_numbers a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #000;
    transition: 0.5s;
}
.bottom_numbers a:hover {
border-bottom: 1px solid transparent;
}
#main_block_acc h2 {
    font-size: 3.2rem;
    font-weight: bold;
    margin-bottom: 15px;
}
.question {
	    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    align-items: center;
    justify-content: space-between;
    background: #F4F5F6;
    padding: 20px 30px 20px 55px;
    background: #F4F5F6;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.question p {
    font-size: 2.4rem;
    line-height: 150%;
    color: #044F69;
    margin-bottom: 0;
    font-weight: 400;
}
.answer {
	    padding: 40px 55px;
    border: 3px solid #F4F5F6;
    border-radius: 0 0 15px 15px;
    border-top: 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    color: #000000;
	display: none
}
.line_block_content_acc {
	margin: 0 0 30px 0;
    border-radius: 15px;
    overflow: hidden;
}
.item-faqs__icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    align-items: center;
    justify-content: center;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 3px solid #044F69;
    position: relative;
    margin: 0 0 0 30px;
}
.item-faqs__icon::before, .item-faqs__icon::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    background-color: #044F69;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.line_block_content_acc.active .item-faqs__icon::before {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.item-faqs__icon::after {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.line_block_content_acc.active .item-faqs__icon::after {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.line_block_content_acc.active .item-faqs__icon::before {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.line_block_content_acc.active .item-faqs__icon::after {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.line_block_content_acc.active .question {
    background: #E7F7FC;
}
footer > .wrapper {
	width: 90%
}

@media (max-width: 1024px) {
    .events__slide {
        flex-direction: column;
        text-align: center;
    }

    .events__slide-info {
        width: 100%;
        padding-top: 30px;
        padding-right: 0;
    }

    .events__slide-image {
        width: 100%;
    }

    .events__slide-title {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .events__slide-text {
        font-size: 18px;
    }

    .events__slide-image img {
        max-height: 400px;
    }
}

@media (max-width: 768px) {
    .events {
        padding: 2rem 0;
    }

    .events__slide {
        flex-direction: column;
        text-align: center;
    }

    .events__slide-info {
        width: 100%;
        padding-top: 20px;
    }

    .events__slide-image {
        width: 100%;
    }

    .events__slide-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .events__slide-text {
        font-size: 16px;
    }

    .events__slide-image img {
        max-height: 300px;
    }
}

@media (max-width: 480px) {
    .events {
        padding: 1.5rem 0;
    }

    .events__slide-tag {
        font-size: 14px;
        padding: 2px 10px;
    }

    .events__slide-title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .events__slide-text {
        font-size: 14px;
    }

    .events__slide-image img {
        max-height: 250px;
    }
}


@media screen and (min-width: 1440px) and (max-width: 1700px) {
    html, body {
        font-size: 8px;
    }
    #slider_news {
        margin-left: -267px;
    }
    #slider_news .swiper-slide {
        width: 23%;
    }
    #slider_events {
        margin-left: -267px;
    }
    #slider_events .swiper-slide {
        width: 23%;
    }
    .news_slider_prev {
        left: 18%;
    }
    .news_slider_next {
        right: 2%;
    }
    .short_description_person p {
        font-size: 1.8rem;
    }
    .person_description_page {
        font-size: 2rem;
    }
    .wrapper {
        width: 1080px;
        margin: 0 auto;
    }    
}
@media screen and (max-width: 1399px) {
    html, body {
        font-size: 8px;
    }
    #main_menu {
        display: none;
    }
    .lang_header {
        display: none;
    }
    #menu_button {
        order: 2;
        margin-left: 35px;
    }
    .center_header {
        width: 95%;
        justify-content: space-between;
    }
    .wrapper {
        width: auto;
        padding: 0 15px;
    }
    .second_block_wrap {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .second_block {
        max-width: 33%;
        margin-bottom: 20px;
    }
    .links_home_wrap {
        flex-wrap: wrap;
    }
    .links_block {
        margin-bottom: 25px;
    }
    #slider_news .swiper-slide {
        opacity: 1;
    }
    #slider_events .swiper-slide {
        opacity: 1;
    }
    .news_slider_prev {
    background: #044F69;
    left: 10%;
    }
    .news_slider_next {
        background: #044F69;
        right: 10%; 
    }
    .news_slider_prev:after {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='19' viewBox='0 0 12 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8125 17.7939L1.4375 9.35645L10.8125 0.918945' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    }
    .news_slider_next:after {
        background-image: url("data:image/svg+xml,%3Csvg width='12' height='19' viewBox='0 0 12 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8125 17.7939L1.4375 9.35645L10.8125 0.918945' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    }
    .hero_description p {
        margin-bottom: 0px;
        margin-top: 20px;
		        text-align: center;
    }
}

@media screen and (max-width: 990px) {
    .hero_description {
        width: 100%;
        max-width: 100%;
        height: 100%;
    }
    .second_block {
        max-width: 20%;
        margin-bottom: 20px;
        height: 166px;
    }
    #home_second_block {
        padding-top: 39px;
        padding-bottom: 20px;
    }
    html, body {
        font-size: 6px;
    }
    .links_block {
        width: 19%;
        height: 148px;
        background-size: cover !important;
    }
    #links_home {
        margin-top: 44px;
        margin-bottom: 10px;
    }
    #numbers {
        padding: 36px 0;
    }
    #slider_news {
        margin-top: 30px;
    }
    #slider_events {
        margin-top: 30px;
    }
    .footer_wrap > .footer_column:nth-child(6) {
        width: 100%;
        text-align: center;
        margin-top: 50px;
    }
    .contacts_footer {
        align-items: center;
    }
    .form_newsletter form {
        justify-content: center;
    }
    .simple_page_content iframe {
        max-width: 100%;
        height: auto;
    }
    .person_related {
        margin-top: 60px;
    }
    .filter_input {
        max-width: 120px;
    }
    .bottom_filter input {
        max-width: 455px;
    }
    .active_label {
        max-width: 145px;
    }
    .select ul {
        max-width: 145px;
    }
}

@media screen and (max-width: 767px) {
	body {
    padding-top: 75px;
}
    header {
        padding: 16px 16px;
    }
    .search_link {
        display: none;
    }
    #menu_button {
        min-width: 27px;
    }
    #button_header {
        margin-left: 0;
    }
    #logo {
        margin-right: 0;
    }
    #logo img {
        max-width: 110px;
    }
    .button_header {
        border: 1px solid #11AEE3;
        padding: 7px 30px;
        font-size: 13px;
		        display: none;
    }
    #menu_button {
        background: url(img/mobile_menu_toggle.svg) no-repeat;
        height: 24px;
    }
    .img_hero img {
        height: 433px;
    }
    .hero_description {
        width: calc(100% - 32px);
        max-width: 100%;
        height: fit-content;
        padding: 45px 16px;
        border-radius: 0;
    }
    .hero_description h1 {
        font-weight: 600;
        font-size: 24px;
    }
    .second_block {
        max-width: 49%;
    }
    .title_second_block {
        font-size: 14px;
    }
    .numbers_wrap {
        flex-wrap: wrap;
    }
    .number_block {
        text-align: center;
        width: 49%;
        margin-bottom: 10px;
    }
    .links_block {
        width: 49%;
		        margin-bottom: 10px;
        padding-top: 25px;
    }
	.links_block_ico img {
    width: 45px;
    height: 45px;
    margin: 0 auto;
}
    .links_block_title {
        font-size: 14px;
	margin-top: 7px;
    }
    .button_news {
        align-items: flex-start;
        flex-direction: column;
    }
    #news {
        margin-top: 80px;
    }
    .title_news_slider {
        font-size: 16px;
    }
    .date_news_slider {
        font-size: 14px;
    }
    #slider_news {
        margin-left: 0;
        margin-top: 60px;
        position: relative;
        padding: 0 10px;
    }
    #slider_events {
        margin-left: 0;
        margin-top: 60px;
        position: relative;
        padding: 0 10px;
    }
    .footer_wrap > .footer_column {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .footer_title {
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer_column > ul > li {
        margin-left: auto;
        margin-right: auto;
        max-width: 270px;
    }
    .footer_column > ul > li > a {
        font-size: 16px;
    }
    .footer_column > ul {
        display: none;
    }
    .footer_title:after { 
        content: " ";
        background: url(img/arrow_footer_menu.svg) no-repeat;
        width: 12px;
        height: 8px;
        display: block;
        margin-left: 10px;
        transition: 0.5s;
    }
    .footer_title.active:after {
        transform: rotate(180deg);
    }
    .footer_wrap > .footer_column:first-child {
        margin-bottom: 50px;
    }
    .mail_links {
        font-size: 14px;
    }
    .phone_link {
        font-size: 20px;
    }
    .title_form_newsletter {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .copyright {
        font-size: 12px;
    }
    .form_newsletter input[type="submit"] {
        font-size: 14px;
    }
    .form_newsletter input[type="email"] {
        font-size: 14px;
    }
    .footer_wrap > .footer_column:nth-child(6) {
        margin-top: 23px;
    }
    .modal_menu_main_menu {
        padding: 0 40px;
        margin-top: 30px;
    }
    .simple_page_content p {
        font-size: 16px;
    }
    .list_page_menu > ul > li > a {
        font-size: 16px;
    }
    #persons_list > .person {
        width: 49%;
        margin-bottom: 11px;
        text-align: center;
    }
    #persons_bottom_list {
        flex-wrap: wrap;
    }
    #persons_bottom_list > .person {
        width: 49%;
    }
    .breadscroom span {
        font-size: 16px;
    }
    .breadscroom a {
        font-size: 16px;
    }
    #person_card {
        flex-wrap: wrap;
    }
    .person_photo {
        margin-right: 0;
        width: 100%;
    }
    .person_info {
        width: 100%;
        margin-top: 25px;
    }
    .person_name_title {
        margin-bottom: 15px;
        display: inline;
    }
    .person_description_page {
        font-size: 16px;
    }
    .person_left {
        width: 49%;
    }
    .person_right {
        width: 49%;
    }
    .person_vertical {
        margin-bottom: 40px;
        flex-wrap: wrap;
    }
    .left_person_vertical {
        width: 100%;
        margin-right: 0;
    }
    .right_person_vertical {
        width: 100%;
        margin-top: 30px;
    }
    .short_description_person p {
        font-size: 15px;
    }
    .post_quot {
        font-size: 16px;
    }
    .quot .title_quot {
        font-size: 20px;
    }
    .block_reference a {
        font-size: 16px;
    }
    .meta_post .label_post {
        font-size: 16px;
    }
    .date_post_page {
        font-size: 15px;
    }
    #list_posts > .post {
        flex-wrap: wrap;
    }
    .post_img {
        width: 100%;
        margin-bottom: 20px;
    }
    .post_info_right {
        width: 100%;
    }
    .button_slider_wrap {
        margin-top: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
    }
    .event_wrap {
        flex-wrap: wrap;
    }
    .main_tabs_event {
        width: 100%;
        order: 2;
    }
    .list_tabs_events {
        width: 100%;
        margin-top: -10px;
        margin-bottom: 20px;
    }
    .list_keyword {
        flex-wrap: wrap;
    }
    .list_keyword > div {
        margin-right: 10px;
        margin-bottom: 11px;
    }
    .jud_left {
        font-size: 2.5rem;
        min-width: 100px;
        margin-right: 0;
    }
    .case_page {
        margin-right: 20px;
    }
    .meta_jud {
        justify-content: space-between;
    }
    .list_form_search {
        padding: 0 20px;
        justify-content: space-between;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .filter_wrap {
        width: 49%;
    }
    .bottom_filter input {
            max-width: none;
        width: 50%;
    }
	.button_search_push {
		    width: fit-content;
    margin-right: 0;
    margin-left: auto;
    margin-top: 10px;
	}
    .bottom_filter {
        justify-content: space-between;
        width: 100%;
        padding-right: 0;
		flex-wrap: wrap;
    }
    #list_jud {
        margin-top: 35px;
    }
    .block_jud {
        padding: 35px 25px;
    }
    .show_more_jud_button {
        top: 10px;
        right: 10px;
    }
	footer {
	        background: url(img/footer_bg.png) repeat;
        background-size: 40%;
		        margin-top: 10px;
	}
    .list_smi > .post_smi {
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
	#slider_events .swiper-slide {
    width: 100%;
}
	#slider_news .swiper-slide {
    width: 100%;
}
	.question {
		padding-left: 25px
	}

}