@font-face {
    font-family: 'InterMedium';
    src: url('../fonts/Inter-Medium.eot');
    src: local('Inter Medium'), local('Inter-Medium'),
    url('../fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter-Medium.woff2') format('woff2'),
    url('../fonts/Inter-Medium.woff') format('woff'),
    url('../fonts/Inter-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'InterExtraBold';
    src: url('../fonts/Inter-ExtraBold.eot');
    src: local('Inter Extra Bold'), local('Inter-ExtraBold'),
    url('../fonts/Inter-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter-ExtraBold.woff2') format('woff2'),
    url('../fonts/Inter-ExtraBold.woff') format('woff'),
    url('../fonts/Inter-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'InterBold';
    src: url('../fonts/Inter-Bold.eot');
    src: local('Inter Bold'), local('Inter-Bold'),
    url('../fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter-Bold.woff2') format('woff2'),
    url('../fonts/Inter-Bold.woff') format('woff'),
    url('../fonts/Inter-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'InterSemiBold';
    src: url('../fonts/Inter-SemiBold.eot');
    src: local('Inter Semi Bold'), local('Inter-SemiBold'),
    url('../fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter-SemiBold.woff2') format('woff2'),
    url('../fonts/Inter-SemiBold.woff') format('woff'),
    url('../fonts/Inter-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'InterRegular';
    src: url('../fonts/Inter-Regular.eot');
    src: local('Inter Regular'), local('Inter-Regular'),
    url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter-Regular.woff2') format('woff2'),
    url('../fonts/Inter-Regular.woff') format('woff'),
    url('../fonts/Inter-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body{
    font-family: InterRegular, sans-serif;
    line-height: 1.4;
/*    padding-top: 12rem;*/
    padding-top: 10.7rem;
    background-color: #f1f1f1;
}
.header_container {
    margin: 0 auto;
    padding: 0 7.4rem;
}
.header_top {
    padding: 1rem 0;
}
.logo {
    display: block;
    width: 10.375rem;
}
.lang_box {
    margin-left: 10.1rem;
}
.lang_box a {
    text-transform: uppercase;
    display: inline-block;
    margin-right: 1.3rem;
    border-bottom: 1px solid transparent;
    font-family: InterMedium, sans-serif;
    color: #999999;
}
.lang_box a:hover{
    color: #3785c4;
}
.lang_box a.active{
    border-color: #3785c4;
    color: #3785c4;
}
input, textarea{
    font-family: InterRegular, sans-serif;
}
.search_form input {
    width: 22.4rem;
    background: #f1f1f1;
    padding: 1rem 1.8rem;
}
.search_form input::placeholder{
    color: #999999;
}
.header_right{
    padding-right: 16.7rem;
}
.search_form{
    position: relative;
}
.search_form button {
    position: absolute;
    top: 0;
    right: 0;
    background: #f1f1f1;
    transition: all 0.5s;
    height: 100%;
    width: 5rem;
}
.search_form button:hover{
    opacity: 0.5;
}
.search_form button img{
    width: 1.188rem;
}
.header_bottom{
    background-color: #3785c4;
    color: white;
}
.menu1{
    display: flex;
    align-items: center;
}

.menu_item {
    margin-right: 2.75rem;
    font-family: InterBold, sans-serif;
}
.menu_item:last-child{
    margin-right: 0;
}
.menu_item > a {
    display: flex;
    align-items: center;
    height: 4.65rem;
    color: white;
}
.menu_item a i {
    display: block;
    margin-left: 0.5rem;
    font-size: 0.7rem;
}
.donate_btn {
    text-transform: uppercase;
    height: 4.65rem;
    font-family: InterBold, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -7.4rem;
    width: 16.7rem;
    font-size: 1.1rem;
    background-color: #e61118;
    color: white;
}
.donate_btn:hover{
    color: white;
    background-color: #fc545a;
}
.menu2 {
    margin-right: 7.3rem;
    display: flex;
}
.menu2 a {
    display: flex;
    align-items: center;
    margin-left: 2.9rem;
    height: 4.65rem;
    color: white;
}
.menu2 a:first-child{
    margin-left: 0;
}

header{
    background-color: white;
}
.menu_drop{
    padding: 3.4rem 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    font-family: InterRegular, sans-serif;
    background-color: #0c0c17;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;
}
.menu_item:hover .menu_drop{

    opacity: 1;
    pointer-events: painted;
}
.menu_drop a{
    color: white;
}
.menu_drop a:hover, .menu_drop a.active{
    color: #3785c4;
}
.menu_drop ul {
    margin: 0;
    list-style-type: none;
    margin-right: 4.8rem;
}
.menu_drop ul:last-child{
    margin-right: 0;
}
.menu_drop ul li {
    padding-left: 1rem;
    margin-bottom: 0.9rem;
    position: relative;
}
.menu_drop ul li:after {
    position: absolute;
    top: 0.6rem;
    left: 0;
    content: "";
    width: 0.375rem;
    height: 0.375rem;
    background-color: #e61118;
}
.menu_drop ul li:last-child{
    margin-bottom: 0;
}
.slider_item {
/*    height: 51rem;*/
    height: calc(100vh - 10.7rem);
    padding-top: 10rem;
    position: relative;
}
.slider_item img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider_item .container{
    position: relative;
    z-index: 1;
}
.slider_text{
    width: 40rem;
}
.slider_text h2 {
    font-size: 2.97rem;
    margin-bottom: 2rem;
}
.slider_text p {
    font-size: 1.115rem;
}
.container {
    width: 70.6rem;
}
.right_socs {
    position: fixed;
    z-index: 20;
    right: 5.6rem;
    bottom: 11.5rem;
}
.right_socs a i{
    transition: all 0.5s;
}
.right_socs a:hover i{
    opacity: 0.4;
}
.right_socs a {
    display: flex;
    width: 3rem;
    height: 3rem;
    align-items: center;
    justify-content: center;
    margin-top: 0.75rem;
    font-size: 1.1rem;
    background-color: #1877f2;
    color: white;
}
.right_socs a.twitter{
    background-color: #1d9bf0;
}
.right_socs a.linkedin{
    background-color: #0a66c2;
}
.slick-dots {
    bottom: 9.9rem;
    text-align: left;
    padding-left: 24.1rem;
}
.news_item{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    background-color: white;
}
.news_item:hover{
    background-color: #3785c4;
    color: white;
}
.news_img {
    height: 12.9rem;
}
.news_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#box-2 {
    position: relative;
    z-index: 2;
    margin-top: -4.4rem;
    padding-bottom: 5.7rem;
}
.news_text {
    padding: 2.2rem 2.3rem;
    padding-bottom: 1.8rem;
    padding-right: 1rem;
    /*padding-bottom: 1rem;*/
}
.news_date {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.08rem;
    color: #29578b;
    transition: all 0.25s;
}
.news_item:hover .news_date{
    color: white;
}
.news_text h4 {
    font-size: 1.12rem;
    margin-top: 1.4rem;
    margin-bottom: 0;
}
.news_text p{
    margin: 0;
}
.news_bottom{
    padding: 0 2.3rem;
    font-size: 0.9rem;
    padding-bottom: 2.3rem;
    color: #999999;
    transition: all 0.25s;
}
.news_item:hover .news_bottom{
    color: rgba(255,255,255,0.7);
}
.news_bottom span {
    display: inline-block;
    margin: 0 0.2rem;
}
.news_slider{

}
.news_slider .slick-list{
    margin: 0 -15px;
    display: flex;
}
.news_slider .slick-track{
    display: flex;
}
.news_slider .mb_30{
    margin: 0;
    -ms-flex: none;
    flex: none;
    max-width: unset;
}


#box-3 {
    padding-top: 5.1rem;
    padding-bottom: 2.7rem;
    background-image: url("../img/map_bg.jpg");
    background-size: cover;
    background-position: center center;
    color: white;
    position: relative;
}
#box-3 .container:after{
    position: absolute;
    left: 0;
    top: -5.1rem;
    content: "";
    width: 3px;
    height: 2.5rem;
    background: #ffffff;
}
#box-2 .container, #box-3 .container{
    position: relative;
}
#box-2 .container:after {
    position: absolute;
    left: 0;
    bottom: -5.7rem;
    content: "";
    width: 3px;
    height: 2.5rem;
    background: #0c0c17;
}

#box-3 .content * {
    margin-bottom: 1.7rem;
}
#box-3 .content a{
    color: white;
}
#box-3 .content a:hover{
    text-decoration: underline;
}
.section_title {
    font-size: 2.23rem;
    margin-bottom: 2.7rem;
}
.big_text {
    text-align: center;
    padding: 0 3.6rem;
}
.big_digit{
    font-family: InterSemiBold, sans-serif;
    font-size: 4.6rem;
    line-height: 1.1;
}
.digit_text {
    border-top: 1px solid #3785c4;
    color: #3785c4;
    margin-top: 0.9rem;
    padding-top: 1rem;
    font-size: 1.1rem;
}
.map_img{
    padding-top: 1.4rem;
}
.max_full{
    max-width: 100%;
}
#box-3 .section_title a{
    color: white;
}
#box-3 .section_title a:hover{
    color: #3785c4;
}
#box-4 {
    padding-top: 5.2rem;
}
#box-5 {
    background-image: url("../img/bg2.jpg");
    background-size: cover;
    background-position: center center;
    color: white;
    margin-top: -7.3rem;
    padding-top: 10.5rem;
    padding-bottom: 5.5rem;
}
.part_slider_item{
    display: flex!important;
    flex-wrap: wrap;
}
.part_item{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border: 1px solid #cccccc;
    width: 20%;
    height: 7.5rem;
    background-color: white;
    position: relative;
}
.part_item:hover:after{
    width: 100%;
}
.part_item:after{
    bottom: 0;
    left: 0;
    height: 3px;
    content: "";
    background-color: #3785c4;
    transition: all 0.35s;
    width: 0;
    position: absolute;
}
.part_item img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.footer_menu_item {
    font-family: InterBold, sans-serif;
    text-transform: uppercase;
    display: block;
    font-size: 1.1rem;
}
footer .donate_btn {
    height: auto;
    width: auto;
    padding: 1rem 2.8rem;
    margin: 0;
}
.footer_top {
    padding: 2.57rem 0;
    border-bottom: 1px solid #3d3d45;
}

.f_item h4 {
    text-transform: uppercase;
    font-size: 1.1rem;
    margin-bottom: 1.9rem;
}
.f_item ul{
    margin: 0;
    list-style-type: none;
}
.f_item ul li {
    margin-bottom: 0.45rem;
}
.footer_center {
    padding-top: 3.5rem;
}

footer{
    background-color: #0c0c17;
    color: white;
}

footer a{
    color: white;
}

.footer_bottom {
    border-top: 1px solid #3d3d45;
    margin-top: 4.8rem;
    padding: 2.5rem 0;
    color: rgba(255,255,255,0.7);
}
.fb_right a{
    color: rgba(255,255,255,0.7);
}
.fb_right a:hover{
    color: white;
}
.f_item a{
    color: rgba(255,255,255,0.7);
}
.f_item a.active, .f_item a:hover{
    color: #3785c4;
}
.socials {
    margin-left: 7.5rem;
}
.footer_logo{
    display: block;
    width: 10.313rem;
}
.socials a {
    display: inline-block;
    margin-right: 1.7rem;
    font-size: 1.2rem;
}
.art_flex img{
    margin-left: 0.6rem;
}
.copy {
    margin-right: 2.4rem;
}
.fb_right{
    font-size: 0.87rem;
}
.page {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
}
.page h1 {
    font-size: 2.97rem;
    margin-bottom: 2rem;
    color: #3785c4;
}
.page_arr {
    background-color: white;
    padding: 0.4rem 1.2rem;
    display: block;
    font-size: 1.1rem;
    color: #666666;
    transition: all 0.35s;
}
.page_arr:hover{
    background-color: #3785c4;
    color: white;
}
.page_arr.disable{
    color: #cccccc;
    pointer-events: none;
}
.pagination{
    font-family: InterMedium, sans-serif;
}

.content h2 {
    margin-top: 5.4rem;
    font-size: 1.48rem;
    padding-left: 2.2rem;
    text-transform: uppercase;
    margin-bottom: 1.8rem;
    position: relative;
}
.content h2:after {
    position: absolute;
    left: 0;
    top: 0.35rem;
    width: 1.15rem;
    height: 1.15rem;
    content: "";
    background-color: #3785c4;
}
.content h2:first-child{
    margin-top: 0;
}
.content ol{
    margin-left: 3.1rem;
}
.content ol li::marker{
    font-family: InterBold, sans-serif;
}
.content ol li {
    padding-left: 0.7rem;
}
.page_links{
    margin-top: 3.5rem;
}
.page_link{
    display: flex;
    padding: 2.9rem 2.4rem;
    text-transform: uppercase;
    padding-right: 1.8rem;
    padding-bottom: 1.8rem;
    flex-direction: column;
    justify-content: space-between;
    background-color: #3785c4;
    color: white;
    height: 100%;
}
.page_link:hover{
    color: rgba(255,255,255,0.5);
}
.page_link_arr{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-top: 1rem;
}
.page_link_arr img{
    width: 2.063rem;
}
.map {
    height: 39.9rem;
    margin-top: 5.6rem;
}
.map_box{
    position: relative;
}
.ab_contacts {
    position: absolute;
    left: 0;
    top: -3.1rem;
    width: 100%;
    pointer-events: none;
    z-index: 2;
}
.ab_contacts .container{
    pointer-events: painted;
}

.sq_title {
    position: relative;
    padding-left: 2.1rem;
    font-size: 1.11rem;
}
.sq_title:after {
    position: absolute;
    left: 0;
    top: 0.15rem;
    width: 1.05rem;
    height: 1.05rem;
    content: "";
    background-color: #3785c4;
}
.white_cont {
    background-color: white;
    padding: 2.95rem 2.4rem;
}
.cont_items {
    margin-top: 2.1rem;
}
.cont_title {
    font-family: InterBold, sans-serif;
    text-transform: uppercase;
    margin-bottom: 0.7rem;
    color: #3785c4;
}
.cont_text{
    line-height: 1.45;
}
.cont_text a{
    display: block;
}
.cont_item:last-child{
    margin-bottom: 0;
}
.cont_item{
    margin-bottom: 2.1rem;
}
.blue_cont {
    height: 100%;
    display: flex;
    padding: 2.8rem 2.8rem;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 2.4rem;
    padding-right: 2.5rem;
    color: white;
    background-image: url("../img/cont.jpg");
    background-size: cover;
    background-position: right bottom;
}
.blue_cont:hover{
    color: rgba(255,255,255,0.5);
}
.blue_cont h4 {
    font-size: 1.1rem;
    line-height: 1.7;
}
#contacts_form{
    padding-top: 5rem;
}
.form_row{

}
.form_row .mob_full{

}
.form-control {
    height: auto;
    border: 1px solid #e9e9e9;
    border-radius: 0;
    padding: 0.97rem 2.6rem;
}
.form-control::placeholder{
    color: #999999;
}
textarea.form-control {
    height: 12.7rem;
}
.form_flex .btn{
    margin-left: 1rem;
}
.btn{
    font-family: InterBold, sans-serif;
    text-transform: uppercase;
    border-radius: 0;
    padding: 1rem 2.4rem;
    font-size: 1.1rem;
    background-color: #3785c4;
    color: white;
}
.btn:hover{
    color: white;
    background-color: #549fdb;
}
.command_menu{
    list-style-type: none;
}
.command_menu li {
    position: relative;
    padding-left: 1.2rem;
    margin-bottom: 1.4rem;
    font-size: 1.1rem;
}
.command_menu li:after {
    position: absolute;
    left: 0;
    top: 0.2rem;
    /* bottom: 0; */
    width: 3px;
    content: "";
    background-color: #3785c4;
    height: 1.2rem;
}
.command_menu li a{
    font-family: InterBold, sans-serif;
    text-transform: uppercase;
    color: #999999;
}
.command_menu li a.active{
    color: #333333;
}
.command_menu li a:hover{
    color: #333333;
}

h2.sq_title {
    text-transform: uppercase;
    font-size: 1.49rem;
    margin-bottom: 2rem;
}
h2.sq_title:after{
    top: 0.25rem;
}
.command_item{
    height: 100%;
    background: white;
    transition: all 0.35s;
    cursor: pointer;
}
.command_item:hover{
    color: white;
    background-color: #3785c4;
}
.command_img {
    height: 16.2rem;
    padding-right: 1.6rem;
}
.command_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.command_text {
    padding: 1.7rem 2.3rem;
}
.command_text h4 {
    margin: 0;
    font-size: 1.1rem;
}
.menu_a{
    position: relative;
}
.menu_a.active span{
    opacity: 0.5;
}
.menu_a.active:after{
    width: 100%;
}
.menu_a.active i{
    opacity: 1;
}
.menu_a:after {
    bottom: 0;
    left: 0;
    width: 0;
    content: "";
    background: white;
    height: 4px;
    position: absolute;
    transition: all 0.5s;
}
.menu_a.active, .menu_a:hover:after{
    width: 100%;
}
.menu_a i{
    transition: all 0.5s;
}
.menu_a:hover i{
    transform: rotate(-180deg);
}
.menu2 a:hover, .menu2 a.active{
    opacity: 0.5;
}
.header_top{
    transition: all 0.35s ease-in-out;
}
.shadow .header_top {
    margin-top: -6.1rem;
}

.back i{
    font-size: 0.9rem;
    margin-right: 0.35rem;
    color: #3785c4;
}

.page h1.sm_h1{
    font-size: 1.8rem;
}
.modal_scroll{
    height: 25rem;
}

.to_hide{
    opacity: 0;
    pointer-events: none;
}