.boxLanguages_modal a,
.boxLanguages_button{
    text-transform: uppercase;
}

.masonryList_link:before{
    right: 0;
}
.formContacts_item .iti__selected-flag{
    color: #5C5C5C;
}
.listBlog_category{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.listBlog_link p{
    display: block !important;
}
.formContacts_item p{
    margin: 0;
}
.wpcf7-not-valid-tip,
p:empty{
    display: none;
}
.boxLanguages_modal li{
    list-style: none;
}

.wpcf7-not-valid{
    border-color: red !important;
}

.wpcf7 form .wpcf7-response-output{
    display: none !important;
}

.sectionForm form{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.wp-block-gallery a:after{
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    transition: 0.3s ease opacity;
    z-index: 1;
}
.wp-block-gallery a:hover:after{
    opacity: 0.6;
    transition: 0.3s ease opacity;
}
.footer-polit:hover{
      text-decoration: none;
  }
  .footer-polit{
      color: #fff;
      font-size: 14px;
      text-decoration: underline;
  }
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 27px;
    z-index: 2;
    color: #FFF;
    background: none;
    max-height: none;
    padding: 0;
    width: auto;
    text-align: center;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 4px;
}
.wp-block-gallery{
    margin-bottom: 40px;
    padding-top: 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.wp-block-gallery a{
    display: block;
    position: relative;
}

body .wp-block-gallery.wp-block-gallery-1 {
     --wp--style--unstable-gallery-gap: var(--wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 40px ) ) );
    gap: var(--wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 40px ) ) );
}

.wp-block-media-text img,
.wp-block-gallery.has-nested-images figure.wp-block-image img{
    display: block;
    margin: 0;
}

.wp-block-columns .wp-block-media-text .wp-block-media-text__content{
    padding: 0 0 0 18px;
}
.wp-block-columns p{
    max-width: 222px;
}
.wp-block-columns p:last-child{
    margin-bottom: 0 !important;
}
.wp-block-columns{
    max-width: 809px;
    padding-top: 20px;
    margin: 0 auto 20px;
}
.wp-block-columns .wp-block-column{
    padding: 0 20px;
    box-sizing: border-box;
}

.wp-block-media-text {
    margin-bottom: 20px;
    grid-template-columns: 82px 1fr;
}

.listCategory_link.active h3{
    color: #65BDC2;
    transition: 0.3s ease color;
}

.miniNews_item.active .miniNews_more{
    background: #0E3055;
}


.description.hide{
    display: none !important;
}


[dir="rtl"] .boxRunning .boxRunning:before{
    display: none !important;
}
[dir="rtl"] .headerTop > .boxRunning{
    display: flex;
    padding-right: 10px;
    position: relative;
    flex-direction: row-reverse;
}
[dir="rtl"] .boxRunning:before{
    display: block;
    content: "";
    position: absolute;
    top: -4px;
    bottom: -4px;
    width: 3px;
    right: 0;
    background: #65bdc2;
}
[dir="rtl"] .headerContacts:after{
    display: none !important;
}
[dir="rtl"] .breadcrumbs li:after{
    right: auto;
    left: -10px;
}
[dir="rtl"] .breadcrumbs li{
    margin-left: 20px;
}
[dir="rtl"] .formContacts_item p,
[dir="rtl"] .listAddress_text,
[dir="rtl"] .sectionForm_item p,
[dir="rtl"] .boxSidebars-2,
[dir="rtl"]{
    direction: ltr !important;
}
[dir="rtl"] .footerTop_button {
    padding: 16px 23px;
}
[dir="rtl"] .footerContacts_item{
    padding-right: 36px;
    padding-left: 0;
}
[dir="rtl"] .footerContacts_icons{
    right: 0;
    left: auto;
}
[dir="rtl"] h1,
[dir="rtl"] h2,
[dir="rtl"] .boxExtra_left,
[dir="rtl"] .footerTop_text,
[dir="rtl"] h3,
[dir="rtl"] h4,
[dir="rtl"] h5,
[dir="rtl"] h6,
[dir="rtl"] ul,
[dir="rtl"] ol,
[dir="rtl"] p{
    direction: rtl !important;
}

[lang="ar"] .js-marquee{
    transform: translateX(-50%);
    overflow: visible !important;
}

.headerSocial a,
.headerMessengers a,
.footerMessengers a,
.footerSocial a{
    display: inline-block;
}

.formExtra_column{
    margin: 0 -15px;
}

@media screen and (max-width: 781px) {
    .wp-block-columns h3{
        margin: 0 !important;
    }
    .wp-block-columns{
        display: block !important;
    }
    .wp-block-columns p{
        max-width: 100%;
    }
    .wp-block-media-text{
        margin-bottom: 25px;
    }
    .wp-block-media-text .wp-block-media-text__content{
        min-height: 100%;
    }
    .wp-block-columns .wp-block-column{
        padding: 0;
    }
}
@media screen and (max-width: 768px) {
    body .wp-block-gallery.wp-block-gallery-1 {
        --wp--style--unstable-gallery-gap: var(--wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 20px ) ) );
        gap: var(--wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 20px ) ) );
    }
    
      .footer-polit{
margin-bottom: 10px;
      }


}


@media screen and (max-width: 479px) {
    .wp-block-gallery .wp-block-image{
        width: 100% !important;
        margin-bottom: 20px !important;
    }
    .wp-block-gallery{
        display: block !important;
        margin-bottom: 10px;
        padding-top: 10px;
    }
}


@font-face {
    font-family: 'DM Sans';
    src: url('fonts/DMSans18pt-Regular.eot');
    src: local('DM Sans 18pt Regular'), local('DMSans18pt-Regular'),
    url('fonts/DMSans18pt-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/DMSans18pt-Regular.woff2') format('woff2'),
    url('fonts/DMSans18pt-Regular.woff') format('woff'),
    url('fonts/DMSans18pt-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('fonts/DMSans18pt-Bold.eot');
    src: local('DM Sans 18pt Bold'), local('DMSans18pt-Bold'),
    url('fonts/DMSans18pt-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/DMSans18pt-Bold.woff2') format('woff2'),
    url('fonts/DMSans18pt-Bold.woff') format('woff'),
    url('fonts/DMSans18pt-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('fonts/DMSans18pt-Medium.eot');
    src: local('DM Sans 18pt Medium'), local('DMSans18pt-Medium'),
    url('fonts/DMSans18pt-Medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/DMSans18pt-Medium.woff2') format('woff2'),
    url('fonts/DMSans18pt-Medium.woff') format('woff'),
    url('fonts/DMSans18pt-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}