/*
Theme Name: Bootstrap Basic4
Theme URI: https://rundiz.com
Author: Rundiz-WP team
Author URI: https://github.com/Rundiz-WP
Description: Bootstrap v.4 basic theme for developers to build their new theme very fast and easy. (WordPress 5 or Gutenberg ready.) The concept is to keep it basic, no rich features, no additional functions; all of these for theme developers will be easier to start develop their theme. To follow what was changed, please look for <a href="https://github.com/Rundiz-WP/bootstrap-basic4" target="commits">commits</a> of this theme at Github or changelog.md file that come with the theme. Please read notice on Bootstrap Basic 4 Help page in Dashboard &gt; Appearance &gt; Bootstrap Basic4 Help or in readme.txt file in this theme package.
Version: 1.3.5
Requires PHP: 5.5
Requires at least: 5.0
Tested up to: 6.6
License: MIT
License URI: https://opensource.org/licenses/MIT
Text Domain: bootstrap-basic4
Domain Path: /languages/
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, post-formats, threaded-comments, translation-ready, editor-style, blog

This theme built with Twitter Bootstrap v.4. It is basic theme with basic style for build new theme with Bootstrap.

*/


/*
Required WordPress CSS
*/
@font-face {
    font-family: 'Rubik';
    src: url('fonts/webfonts/rubik-hebrew-300-normal.woff2') format('woff2'),
    url('fonts/webfonts/rubik-hebrew-300-normal.woff') format('woff'),
    url('fonts/ttf/rubik-hebrew-300-normal.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Rubik-bold';
    src: url('fonts/webfonts/rubik-hebrew-600-normal.woff2') format('woff2'),
    url('fonts/webfonts/rubik-hebrew-600-normal.woff') format('woff'),
    url('fonts/ttf/rubik-hebrew-600-normal.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Rubik-medium';
    src: url('fonts/webfonts/rubik-hebrew-500-normal.woff2') format('woff2'),
    url('fonts/webfonts/rubik-hebrew-500-normal.woff') format('woff'),
    url('fonts/ttf/rubik-hebrew-500-normal.ttf') format('truetype');
    font-display: swap;
}
.rubik-bold{
    font-family: 'Rubik-bold', -apple-system, sans-serif !important;
}
:root {
    --bs-font-sans-serif: 'Rubik', sans-serif; /* Override BS variable */
}
html body {
    font-family: 'Rubik', -apple-system, sans-serif !important;
    direction: rtl !important;
    text-align: start;
}
body .container{
    max-width: 1520px;
}
/*body .container{
    max-width: 1320px;
}*/
.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.alignleft {
    float: left;
    margin-right: 1.5em;
}
.alignright {
    float: right;
    margin-left: 1.5em;
}
body .container{
    font-size: 15px;
    font-weight: 600;
}
.bypostauthor {
}
.page-container .page-header {
    margin-bottom: 0px;
}
.site-title-heading {
    padding-top:10px;
}
/*menu*/
.navbar{
    padding-top:0px;
}
#main-menu .nav-link{
    color:#07252a;
    font-size:21px;
    font-family: 'Rubik-bold';
    border-top:8px solid #fff;
    padding:35px 17px;
}
#main-menu .nav-link:hover{
    border-top:8px solid #fff;
    color:#0056a6;
}
#main-menu .nav-link.current_page_item, #main-menu .nav-link.current_page_item:hover{
    border-top:8px solid #CF0F47;
    color:#0056a6;
}

/*end menu*/

/* WordPress gallery */
.gallery-caption {
}
.gallery {
    margin-bottom: 1.6em;
}
.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-icon img {
    margin: 0 auto;
}
.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}


/* 
Text meant only for screen readers. 
copied from https://codex.wordpress.org/CSS
*/
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}


.sticky {
}
.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.hp_soldier{
    background-size: auto; /* Default size */
    height: 530px;
    background-repeat: no-repeat;
    min-width: 100%;
    z-index: 3;
    position: relative;
    text-align: left;
}
.fl_left_video{
    width: 848px;
    position: absolute;
}
.fl_left_video video{

    max-height: 350px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 0 200px 200px 0;
    object-fit: cover;
}
#sc_block_hp{
    position: relative;
    height: 810px;
    display: flex;
    align-items: center;
}

.floating_f_block {
    height: 450px;
    width: 775px;
}
.floating_f_block_parent{
    position: absolute;
    left: 0;
}
.floating_f_block{
    position: relative;
}
.hp_fblock_bg{
    transform: rotate(-1deg);
    z-index: -1;
    top: -110px;
    left: 155px;
    max-height: 500px;
    max-width: 1950px;
}
.hp_fblock_bg{
    background-size: 101% 440px;
    background-repeat: no-repeat;
    top: -75px;
}
.first_block_hp_rb{
    text-align: start;
}
.first_block_hp_rb h2{
    font-size: 45px;
    font-weight: 700;
    color: #03232D;
}
.first_block_hp_rb .lead_d{
    font-size: 28px;
    font-weight: 500;
    color: #03232D;
}
.first_block_hp_rb .lead_ul{
    font-size: 15px;
    font-weight: 400;
    color: #0058AA;
}

.dotted-line, .dotted_line_blue {
    position: relative;
    width: 85%;
    height: 1px;
    background-color: #CF0F47; /* Line color */
    margin: 100px 0 15px 0;
}
.dotted_line_blue{
    width: 90%;
    margin: 0 auto;
    background-color: #0084FF;

}

/* Start dot */
.dotted-line::before, .dotted_line_blue::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #CF0F47;
}


/* End dot */
.dotted-line::after, .dotted_line_blue::after{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #CF0F47;
}
.dotted_line_blue::before, .dotted_line_blue::after{
    background-color: #0084FF;
}
.blue_shape{
    width: 520px;
    height: 520px;
    position: absolute;
    margin: 0 auto;
    /*background-color: red;*/
    top: 13%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    /*background: radial-gradient(circle at center, rgba(207, 226, 233, 0.8) 0%, !* Світло-блакитний у центрі *! rgb(207, 226, 233 / 16%) 50%, !* Середня прозорість *! rgba(207, 226, 233, 0) 100% !* Повністю прозорий на краях *!);*/
    background: radial-gradient(
            circle at center,
            rgba(207, 226, 233, 1) 20%,   /* Світло-блакитний у центрі */
            rgba(207, 226, 233, 0.4) 50%,   /* Середня прозорість */
            rgba(207, 226, 233, 0.2) 100%     /* Повністю прозорий на краях */
    );
    filter: blur(75px);
}
.red_shape{
    width: 280px;
    height: 280px;
    position: absolute;
    bottom: -73px;
    right: -113px;
    border-radius: 50%;
    background: radial-gradient(circle at center, rgba(255, 222, 222, 0.55) 20%, /* Світло-блакитний у центрі */ rgba(255, 222, 222, 0.55) 50%, /* Середня прозорість */ rgba(255, 222, 222, 0.2) 100% /* Повністю прозорий на краях */);
    filter: blur(75px);
}
.second_block_section_hp{
    background-color: #0058AA;
    min-height: 200px;
    margin-bottom: 20px;
}

.blue_block_text_bl{
    padding: 0 10%;
}

.blue_block_img{
    max-width: 60px;
    position: absolute;
    top: 0;
    right: 0;
}
.blue_block_img img{
    width: 100%;
}
.th_block{
  /*  width: 506px;
    height: 523px;*/
    max-width: 506px;
    max-height: 492px;
    width: 100%;
    height: auto;
    aspect-ratio: 506/492; /* Maintain original proportion */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.third_line_hp_hp_parent .col-lg-6:first-child .th_block{
    float: left;
}
.th_block_text{
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 90%;
    background-repeat: no-repeat;
    margin: 0 auto;
    transform: translate(-50%, -10%);
    left: 50%;
    border-radius: 10px;
    padding: 15px;
    height: 260px;
    z-index: 5;
}
.th_decr, .th_red_text{
    font-size: 21px;
    line-height: 1.2;
}
.th_block_link{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.mnt_text{
    padding-top: 10%;
}
.icon-parent{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}
.th_title{
    font-size: 29px;
    font-weight: 700;
}
.th_red_text, .th_red_text a{
    color: #CF0F47;
}
.th_block_text .th_icon{
    position: absolute;
}
.fourth_line_hp_hp{
    margin-top: 100px;
}
.b_line{
    background-color: #0084FF;
    height: 8px;
}
.admin_b_line{
    background-color: #0084FF;
    height: 30px;
    margin-right: -15px;
    margin-left: -15px;
}
/*.video-hero__overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    !* grid-area: 1 / 1; *!
    background: linear-gradient(45deg, rgba(0, 50, 150, 0.4), rgba(120, 0, 80, 0.3));
}*/


.fourth_line_hp_hp_undeline {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fourth_line_hp_hp_undeline video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.ffvideo-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(3, 35, 45, 0.3)
}
.fourth_line_hp_hp_parent .row{
    align-items: baseline;
}
.fourth_line_hp_hp_parent {
    position: relative;
    z-index: 3;
    color: white;
    padding: 60px 15px;
}

.fourth_line_hp_hp_parent h1, .fourth_line_hp_hp_parent p {
    color: #fff;
}
.fgs_text{
    max-width: 74%;
    padding-top: 15px;
    margin: 0 auto;
    font-size: 26px;

}
.fteext{
    font-weight: 700;
    font-size: 29px;
    line-height: 1.2;
}
.fgs_text p strong{
    color: #0084FF;
}
.mnt_block{
    margin-top: 80px;
}
.fourth_line_hp_hp_title{
    font-size: 45px;
    font-weight: 500;
    line-height: 1.3;
}
.fourth_line_hp_hp_text{
    font-size: 29px;
    font-weight: 700;
    line-height: 1.3;
}
.fourth_line_hp_hp_title_mnt{
    margin-bottom: 70px;
}
#site-footer {
    border-top: 0;
    font-size: 12px;
    padding: 15px;
    background-color: #2A4A63;
}

/*About page*/
.About_Page .head_image, .Report_Page .head_image{
    /*background-image: url(https://shomerami.site/wp-content/uploads/2025/08/Rectangle-1455.png);*/
    height: 350px;
    background-repeat: no-repeat;

    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-size: cover;
    background-position: center 30%;

}
.About_Page .head_image h2, .Report_Page .head_image h2{
    padding-bottom: 2%;
}
.slreft_inner{
    max-width: 85%;
}
.slreft_inner img{
    max-width: 100%;
}
.section_title{
    font-size: 17px;
}
.section_title img{
    max-width: 21px;
    max-height: 21px;
}
.section_ab_iconblocks{
    /*width: 40%;*/
    float: left;

    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #E2E2E2;
    padding: 10px 10px 15px 10px;
    margin-bottom: 20px;
}
.section_ab_iconblocks:nth-child(odd){
    margin-left: 10%;
}
.left_side_blocks_main{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.left_side_blocks_main1_report_img{
    width: 215px;
    height: 235px;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    overflow: hidden;
    background-repeat: no-repeat;
}
.second_block_section_ab{
    background-color: #F8F8F8;
    border-radius: 20px;
    max-width: 1500px;
    margin: 0 auto 50px auto;
}

.section_ab_iconblocks1_inner{
    max-width: 255px;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #E2E2E2;
    padding: 10px 10px 15px 10px;
    min-height: 195px;
}
.section_ab_iconblocks1{
    float: left;
    width: 50%;
    padding-bottom: 20px;
}
.second_block_section_ab_parent h1{
    font-size: 50px;
}
.second_block_butt .btn{
    border: 2px solid #0058AA;
    border-radius: 650px;
    padding: 8px 30px;
    width: 200px;
    height: 45px;
    color: #0058AA;
    font-size: 16px;
    font-weight: 500;

}
.second_block_butt:hover .btn{
    background-color: #e0f0ff;
}
.second_block_blue{
    font-size: 15px;
    font-weight: 700;
    color: #0058AA;
    line-height: 1.6rem;
    padding: 35px 0;
}
.plr3{
    padding: 0px 3% 0 3%;
}

.video-section {
    height: 100vh; /* повноекранна висота */
    overflow: hidden;
}

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* обрізає відео під блок */
    z-index: 0;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #03232D;
    opacity: 60%;
    z-index: 1;
}

.video-content {
    z-index: 2;
}
.third_line_abn, .third_line_abn .video-content{
    height: 565px;
}
.about_first_left h5{
    font-size: 15px;
    color: #0058AA;
}
.about_first_left h3{
    font-size: 15px;
    color: #CF0F47;
}
.left_side_blocks_main1_report .row{
    justify-content: center;
}
.left_side_blocks_main1_report_text{
    float: right;
    max-width: 50%;
    padding: 40px 10px 10px 50px;
    background-color: #fff;
    border-top-left-radius: 47%;
    border-bottom-left-radius: 47%;
}
.footer_info.container{
    max-width: 1066px;
    justify-content: space-between;
}
.footer_info .footer_menu{
    width: 100%;
}
.soc_item{
    margin-left: 15px;
    margin-bottom: 15px;
}
.footer_info{
    color: #fff;
    font-size: 21px;
}
.footer_menu_title{
    font-weight: 700;
}
.footer_menu a, .footer_social p{
    font-weight: 400;
    color: #fff;
}
.footer_menu a:hover{
    color: #fff;
    text-decoration: none;
}
.sc-block {
    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;
    background: #fff;
    border-radius: 38px;
    /*justify-content: space-between;*/
    padding: 35px 10px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 275px;
    width: 275px;
    box-shadow: 0px 13.28px 75.88px 0px #0000001A;

}

.sc-block:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.sc_block_inner_img img {
    max-width: 82px;
    height: auto;
    margin-bottom: 10px;
}

.sc_block_inner_text {
    font-weight: 600;
    color: #565656;
    font-size: 30px;
}

#sc_block_hp a {
    text-decoration: none;
    color: inherit;
}
.sc-block_p{
    max-width: 275px;
}
.block_p_row{
    justify-content: space-between;
    flex-direction: row-reverse;
}
@media (max-width: 704px) {

    .fl_left_video {
        width: 50%;
        position: absolute;
        left: 0;
    }
}
/* Volunteer page*/
.form_section{
    direction: rtl;
    text-align: right;
}
.form_block{
    width:480px;
}
.form_section label{
    font-size:16px;
    font-family: 'Rubik-bold';
}
.form_section input[type="text"], .form_section input[type="email"]{
    border: 1px solid #E2E2E2;
border-radius: 20px;
    height:45px;
    line-height: 45px;
    width:100%;

}
.form_section .col-md-6 input[type="text"]{
    width:98%;
}
.form_section input[type="submit"]{
     background:  #0058AA;
    height:45px;
    width:200px;
    height:45px;
    border:0;
    border-radius: 20px;
    line-height: 45px;
    font-size:16px;
    color:#fff;
    font-family: 'Rubik-bold';

 }
.wpcf7-spinner{
    float:left;
}
.volunteer_video{
    height:565px;
}
.volunteer_video .fourth_line_hp_hp_parent_content{
    height:565px;
    font-family: 'Rubik-bold';
    display: flex;
    align-items: center;
    justify-content: center; /* по центру горизонтально */
}

/*Etiquette*/

.first_block_et .section_title{
background: #CDE7FF;
    height:41px;
    line-height: 41px;
    border-radius: 50px;
    font-size:17px;
    padding: 0 15px;
    font-family: 'Rubik-medium';
}
.first_block_et .section_title img{
    margin-left: 15px;
}
.first_block_et .slreft_inner h2{
    color:#03232D;
    font-size:51px;
    margin-bottom: 0;
}
.first_block_et .slreft_inner p{
    font-size: 35px;
    font-family: 'Rubik-medium';
    font-weight: 500;
    color:#0058AA;
    margin-bottom: 30px;
}
.blocks_with_icon {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 0px;
}
.blocks_with_icon .col-md-3 {
    display: flex; /* щоб розтягнути по висоті */
}
.icon_block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #E2E2E2;
    border-radius: 20px;
    padding: 15px 20px;
    text-align: center;
    color: #565656;
    font-size: 15px;
    height: 100%;
    flex: 1 1 auto;
}
.icon_block:hover {
    background: #CDE7FF33;
}
.icon_block img{
    margin: 10px auto 20px;

}
.icon_title{
    margin-bottom: 15px;
}
.icon_link a{
    color:#56ADFF;
}
.second_block_et{
    background: #CDE7FF;
    margin-top: 50px;
    padding-bottom: 50px;
    display: block;
}
.second_block_et .section_title{
    background: #fff;
    height:41px;
    line-height: 41px;
    border-radius: 50px;
    font-size:17px;
    padding: 0 15px;
    font-family: 'Rubik-medium';
    color: #232323;
}
.second_block_et .section_title img{
    margin-left: 15px;
}
.second_block_et .slreft_inner h2{
    color:#03232D;
    font-size:51px;
    margin-bottom: 30px;
}
.second_block_et .blocks_with_icon {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px 50px;
    margin-bottom: 50px;
}

.text_block{
    flex: 1 1 auto;      /* займати всю доступну висоту */
    width: 100%;         /* повна ширина батька */
    box-sizing: border-box; /* щоб padding не виходив за межі */
    display: grid;
    grid-template-columns: auto auto;
    margin-bottom: 40px;
}
.star_circle{
    background:#0058AA ;
    border-radius: 50%;
    height:40px;
    width:40px;
    text-align: center;
    line-height: 40px;
    margin-left: 20px;
}

.star_circle img{
    width:20px;
    height: 20px;
}
/* На планшетах — 2 колонки */
@media (max-width: 992px) {
    .second_block_et .blocks_with_icon {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* На мобільних — 1 колонка */
@media (max-width: 576px) {
    .second_block_et .blocks_with_icon {
        grid-template-columns: 1fr;
    }
    .d-flex.footer_info{
        flex-wrap: wrap;
    }
}

/*Essential*/
.image_block_es{
padding: 90px 120px;
}
.image_block_es .blocks_with_bg{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px 50px;

}
.round_block{
    flex: 1 1 auto;      /* займати всю доступну висоту */
    justify-content: space-between;
    box-sizing: border-box; /* щоб padding не виходив за межі */
    margin-bottom: 40px;
    height:535px;
    display: flex;
    flex-direction: column;

    background-repeat: no-repeat;
    align-items: center;
    justify-content: end;
    padding-bottom: 20px;
}
.round_block .textblock{
    background: url('images/Union_bg.svg') no-repeat;
    height:305px;
    width:457px;
    color:#fff;
    font-size: 21px;
    text-align: center;
    display: flex;
    flex-direction: column;

    background-repeat: no-repeat;
    align-items: center;
    justify-content: space-between;
}
.round_block_travel .textblock{
    background: url('images/Uniob.png') no-repeat;
    height:220px;
    border-radius: 20px;
}
.round_block_travel .textblock .title, .round_block_travel .textblock .title a{
    color: #2A4A63;
}
.textblock img{
    max-width: 85px;
    margin-top:22px;
    margin-bottom: 25px;
}
.round_block:nth-child(1) .textblock img{
    width:80px;
}
.textblock .title{
    font-size: 29px;
    font-family: 'Rubik-bold';
    color:#fff;
}
.link a{
color:#fff;
    font-size: 15px;
    margin-bottom: 15px;
}
.link a:hover{
    color:#fff;
    text-decoration: underline;
}
.left_c .card, .left_c .card .image_single{
    border-top-left-radius: 120px;
}
.right_c .card, .right_c .card .image_single{
    border-top-right-radius: 120px;
}
.left_c .card .image_single, .right_c .card .image_single{

    height: 350px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.category_archive_custom.container{
    max-width: 1520px;
}
.ddate{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.category_archive_custom .card-title{
    font-size: 30px;
    line-height: 1.4;
}
.category_archive_custom .card-title a{
    color: #03232D;
}
.category_archive_custom .card-body{
    display: flex;
    flex-direction: column;
    position: relative;
}
.category_archive_custom .card-body .read_more{
    align-items: end;
    margin-top: auto;
    align-self: end;
    width: 50px;
}
.ddate{
    color: #9F9F9F;
}
.wpcf7-form-control.wpcf7-select, .wpcf7-date{
    border: 1px solid #E2E2E2;
    border-radius: 20px;
    height: 45px;
    line-height: 45px;
    width: 100%;
    text-align: end;
    padding-right: 10px;
}
.header_butt{
    display: flex;
    align-items: center;
    min-width: 155px;
}
.header_butt a{
    padding: 10px;
    background-color: #CF0F471A;
    border: 2px solid #CF0F47;
    border-radius: 650px;
    width: 180px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    color: #CF0F47;
}
.header_butt a img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.mobile_blue_line{
    display: none !important;
}
.mobile_menu{
    display: none;
}
.third_line_hp_hp_parent .th_block {
    box-shadow: 0 9px 3px -2px rgb(0 0 0 / 20%);
}
.images_block_hp3{
    background-repeat: no-repeat;
    background-position: center;
    height: 450px;
    width: 315px;
    border-radius: 180px;
    background-size: cover;
    margin: 0 auto;
}
.text-decoration-underline{
    text-decoration: underline;
}

#headCarousel h2{
    font-weight: 700;
    font-size: 53px;
    line-height: 120%;
}
.page-container .site-title-heading, .page-container .site-title{
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
}
.round_block.round_block_travel .title{
    margin-bottom: 35px;
}
.travel_warning .image_block_es{
    padding: 20px 120px;
}
.risk_page .star_circle{
    height: 44px;
    width: 44px;
}
.risk_page .star_circle img{
    width: 40px;
    height: 40px;
}
.risk_page .second_block_et{
    border-radius: 20px;
    max-width: 90%;
    margin: 0 auto;
    padding-bottom: 10px;
}
.risk_page .second_block_et_inner{
    padding: 0px 10%;
}
.msgs_table_body table{
    width: 100%;
    text-align: center;
}
.msgs_table_body_header, tbody .msgs_row:nth-child(even) {
    background: #E0E0E080;
}
tbody .msgs_row td, .msgs_table_body_header td{
    border: 3px solid #fff;
}
tbody .msgs_row td{
    font-weight: 400;
}
.msgs_table_body td img{
    margin-left: 15px;
    max-height: 35px;
}
.msgs_table_body_header td{
    padding: 15px;
}
.msgs_table_body_header{
    border-bottom: 20px solid #fff;
}
.msgs_country_select select{
    width: 290px;
    border-radius: 50px;
    margin-bottom: 40px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 8px 36px 8px 12px;
    font-size: 16px;
    cursor: pointer;
    background-image: linear-gradient(45deg, transparent 50%, #333 50%), linear-gradient(135deg, #333 50%, transparent 50%);
    background-position: calc(100% - 20px) center, calc(100% - 15px) center;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}
body.container-fluid{
    padding-top: 0;
    padding-bottom: 0;
}
.post-tags a{
    color: #007bff;
}
.soc_item img{
    max-width: 50px;
}
.align-items-stretch_additionalcs{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.align-items-stretch_additionalcs .round_block{
    margin: 0 20px 40px 20px;
}
.image_block_es_cs{
    max-width: 1690px;
    margin: 0 auto;
}
@media (max-width: 968px) {

    .form_section .form_block{
        width: 100%;
    }
    .round_block.round_block_travel{
        background-size: cover;
        border-radius: 50px 50px 0px 0;
        height: 400px;
        max-width: 350px;
    }
    .travel_warning .image_block_es .blocks_with_bg{
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
        justify-content: center;
    }

    .footer_menu.d-flex{
        flex-wrap: wrap;
    }
    .block_p_row{
        justify-content: center;
        align-items: center;
    }
    .sc-block_p{
        justify-content: center;
        margin-bottom: 3rem !important;
    }
    .block_p_row{
        margin-top: 25px;
    }
    #sc_block_hp{
        height: inherit;
    }
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl{

    }
    .mobile_blue_line {
        display:flex !important;
    }
    .mobile_blue_line_flex {
        height: 65px;
        background-color: #0058AA;
        display:flex;
        align-items:center;      /* вертикальне вирівнювання */
        flex-wrap:nowrap;        /* не переносити на новий ряд */
        width:100%;
    }
    .mobile_blue_line_flex {
        display: flex;
        justify-content: space-between; /* розкидає блоки по краях */
        align-items: center;            /* по вертикалі вирівнює */
    }

     .din-block {
        display: flex;
        align-items: center; /* щоб картинки всередині були рівно */
    }
    .rimg {
        display: flex;
        align-items: center;   /* вирівняє їх по вертикалі */
        gap: 8px;              /* відстань між картинками (можна міняти) */
    }
    .left-logo, .right-logo {
        height: 33px;
        width: auto;
        display: block;
    }
    .mobile_blue_line .rimg img{
        height: 40px;
        width: auto;
        float: right;
    }
    .main-navigation .navbar-light .navbar-toggler .navbar-toggler-icon{
        background: none;
    }
    .main-navigation .navbar-light .navbar-toggler {
        background: url('images/List.svg') no-repeat;
        border:0;
        height: 38px;
        width:45px;
        background-size:45px 38px;
    }
    .navbar-nav#main-menu{
        padding: 0;
    }
    #bootstrap-basic4-topnavbar{
        display: none;
    }
    .mobile_menu{
        display: block;
    }

    #main-menu .nav-link{
        padding: 7px;
    }
    .site-title{
        display: none;
    }
    .site-branding{
        margin: 20px 0;
    }
    #main-menu .nav-link{
        border-top:0;
        border-right: 8px solid #fff;
    }
    #main-menu .nav-link.current_page_item, #main-menu .nav-link.current_page_item:hover{
        border-top:0;
        border-right: 8px solid #CF0F47;
    }
 .floating_f_block_parent{
     width: 100%;
 }
    .fl_left_video video{
        min-height: 270px !important;
    }
    .fl_left_video {
        width: 80%;
    }
    .floating_f_block {
        height: 410px;
        width: 100%;
    }
    #first_block_hp {
        height: 390px;
    }
    .hp_soldier img{
        max-height: 100%;
    }
    .floating_f_block_parent{
        height: 100%;
    }
    .floating_f_block, .hp_soldier{
        height: inherit;
    }
    .dotted-line, .dotted_line_blue{
        width: 45%;
    }
    .first_block_hp_rb .lead_ul {
        max-width: 230px;
    }
    .blue_shape{
        display: none;
    }
    .hp_fblock_bg{
        background-image: none !important;
    }
    .red_shape{
        display: none ;
    }
    .mobile_hp_title h1{
        font-size: 50px;
    }
    .mobile_hp_title p{
        font-size: 33px;
    }
    .mobile_hp_title h1, .mobile_hp_title p{
        color:#0058AA;
        margin-bottom: 0;
    }
    .dotted-line {
        margin: 225px 0 15px 0;
    }
    .dotted_line_blue{
        margin: 0 auto;
        width: 85%;
    }
    .mnt_block{
        margin-top: 35px;
    }
    .fgs_text p strong {
        color: #0084FF;
        display: block;
        margin-top: 30px;
    }
    .th_block{
        border-radius: 0 120px 0 0;
    }
    .second_block_section_hp_parent .blue_block_img{
        display: none;
    }
    .blue_block_text_bl {
        padding: 10px 0 40px 1%;
    }
    .third_line_hp_hp_parent.container.pt-4{
        padding-top: 0 !important;
    }
    .third_line_hp_hp_parent.container{
        padding: 0;
    }
    .th_block{
        width: 100%;
        max-width: inherit;
    }
    .two_blocks_pb{
        padding-bottom: 30px;
    }
    .th_block_text{
        background-size: contain;
        max-width: 445px;
    }
    .fourth_line_hp_hp{
        margin-top: 10px;
    }
    .mages_block_hp3_p{
        margin-bottom: 40px;;
    }
    #site-footer .justify-content-between{
        justify-content: center !important;
        flex-direction: column;
    }
    #site-footer .footer-left{
        flex-direction: column;
    }
    #site-footer .footer-left .text-white{
        padding-bottom: 30px;
    }
    #site-footer .footer-left img{
        height: 65px !important;
    }
    section.head_image{
        display: none !important;
    }
    .slreft_inner{
        width: 100%;
    }
    .admin_b_line{
        display: none;
    }
    .mobile_blue_line .din-block a span{
        position: absolute;
        top: 5px;
        left: -12px;
        background-color: #CF0F47;
        color: #fff;
        font-size: 15px;
        border-radius: 50%;
        height: 21px;
        width: 21px;
        display: flex;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        font-weight: 600;
    }
}