
* {
    font-family: 'Play', sans-serif;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    background: #212121;
}

a {
    color: #212121;
    font-size: 16px;
    text-decoration: none;
    word-break: break-word;
}

b {
    word-break: break-word;
}

a:hover {
    color: #28497a;
}

.acts a {
    margin-bottom: 5px;
}

.ad {
    margin: 5px;
    border: solid 3px gold;
    padding: 45px;
    text-align: center;
    font-size: 26px;
    color: white;
    box-shadow: 1px 1px 1px black;
    background: radial-gradient(80% 40%, #002e4b, #0081b6);
}

.btn-my-red {
    color: #fff !important;
    background-color: #dc3545;
    border-color: #dc3545;
    border-radius: 6px;
}

.btn-my-red:hover {
    background-color: #6a1a21;
}

.with_e {
    font-size: 18px;
}

.e {
    font-size: 30px;
    color: #dc3546;
    font-weight: bold;
    font-family: "Liberation Mono";
    text-shadow: 1px 1px 1px white;
}

.e_second {
    position: relative;
    top: 15px;
}

.e_second .e {
    font-size: 44px;
}

.flex-main {
    display: flex;
}

.flex-item {
    flex: 1;
    text-align: center;
}

.card-body {
    padding: 0;
}

.card-white {
    background: #F4F4F4;
    color: #565656;
    border-radius: 10px;
}

.card-text {
    padding: 10px;
}

.count {
    border: solid 1px gray;
    padding: 6px;
    border-radius: 6px;
}

.fon {
    background: black;
    margin: 9px;
    border-radius: 9px;
}

.glob {
    float: left;
    width: 280px;
    text-align: center;
}

.right_sponsor {
    float: right;
    width: 200px;
    text-align: center;
}

.padding_left {
    padding-left: 17px
}

.navbar-nav {
    font-size: 16px;
    align-items: center;
}

.navbar-dark .navbar-nav .nav-item a {
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    padding: 15px 4px;
    line-height: 23px;
    color: #fff;
}

.navbar-dark .navbar-nav .nav-item a.login_admin, .nav-item .login_admin {
    padding: 10px 0;
    display: initial;
}

.navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-dark .navbar-nav .nav-item a:hover {
    color: #40CF34;
    background: #FFFFFF20;
    border-radius: 5px;
}

.navbar-dark .navbar-nav .nav-item .nav-link.active {
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    padding: 10px 25px;
    color: #40CF34;
    background: #FFFFFF20;
    border-radius: 5px;
}

.name {
    text-align: center;
}

.panel-heading {
    font-size: 32px;
    text-align: center;
}

.rounded_me {
    background: gold;
    color: black;
    border-radius: 6px;
}

.rounded_red_me {
    background: darkred;
    color: white;
    border-radius: 6px;
}

.rounded_green_me {
    background: #327a28;
    color: white !important;
    border-radius: 6px;
}

.rounded_blue_me {
    background: #28497a;
    color: white !important;
    border-radius: 6px;
}

.rounded_violet_me {
    background: violet;
    color: #3f3b3b !important;
    border-radius: 6px;
}

.rounded_cyan_me {
    background: cyan;
    color: #3f3b3b;
    border-radius: 6px;
}

.rounded_brown_me {
    background: #1a1a1a;
    color: #dedcdc;
    border-radius: 6px;
}

.pad {
    padding: 6px;
}

.road_out {
    background: #eaf0f0;
}
.underline {

}
.road {
    border-radius: 10px;
}
.type_place {
    margin-top: 20px;
}
.work_title {
    padding-bottom: 20px;
}
#search {
    border-radius: 6px;
}

.nav-pills .nav-link, .nav-pills .show > .nav-link {
    padding: 0.25rem 1rem;
    color: #565656;
    font-weight: 200;
    border-bottom: solid rgba(50, 161, 206, 0);
    background: transparent;
    border-radius: 0;
}

.nav-pills .nav-link.active {
    font-weight: 700;
    border-bottom: solid #dca66b;
    padding: 0.25rem 1rem;
    color: #565656;
    background: #F4F4F4;
}

ul#pills-tab.nav.nav-pills.mb-3 {
    justify-content: center;
    margin-top: 50px;
}


/* Таблица BEGIN */
.table-bordered {
    margin-top: 50px;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    font-size: 16px;
    font-weight: normal;
}

td, td a {
    font-size: 16px;
    font-weight: normal;
}

/* Таблица END */
/* Кнопка BEGIN */
.btn-primary {
    outline: none;
    cursor: pointer;
    color: #fff;
    background-color: #dca66b;
    border-color: #dca66b;
}

.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #b88b59;
    border-color: #b88b59;
}

.btn-primary:hover {
    color: #fff;
    background-color: #c2925d;
    border-color: #c2925d;
}

/* Кнопка END */
/* ALERT BEGIN */
.alert-danger {
    color: #e74c3c;
    background-color: #f8d7da00;
    border-color: transparent;
}

/* ALERT END */
#title_news a {
    font-size: 1em;
    color: #565656;
    text-decoration: none;
    font-weight: 700;
}

#country_news a {
    color: #565656;
    font-weight: 400;
}

#logo {
    margin: 0 auto;
    margin-top: 6px;
    color: white;
}

.topmenu {
    float: left;
}

.topmenu a {
    color: white;
}

.topmenu > li > a:hover {
    background: none;
    color: red;
    border-radius: 5px;
}

.logo {
    float: right;
}

.my_modal {
    position: inherit;
    top: 70px;
    left: 0;
    z-index: 999;
    width: 100%;
    outline: 0;
    overflow: auto;
}

.float_pic {
    float: left;
    margin: 10px;
}

.navbar {
    /* background: url('../img/logo_small.png') left top no-repeat black;*/
}

.navbar-right {
    float: right;
}

.navbar-right li {
    width: 100%;
    text-align: right;
}

.navbar-right a {
    color: #a9a9a9;
}

.navbar-right a:hover {
    border-radius: 5px;
}

.dropdown-menu > li > a.link {
    color: #0d638f;
}

.logotext {
    color: #fff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    font-size: 30px;
    float: left;
}

.logotext:hover {
    color: palegoldenrod;
    text-decoration: none;
}

.s_click {
    color: #0a53be;
    text-shadow: #0dcaf0;
    cursor: pointer;
}

.wrap_google {

    font-size: 14px;
    line-height: 16px;
    border-radius: 8px;
}

.wrap_google img {
    width: 20px;
    height: 20px;
}

.white {
    background: white;
}

.separator, .auth_google {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    margin: 22px auto 0px;
    color: #a8a8a8;
    font-size: 12px;
    line-height: 15px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.auth {
    width: 49%;
    height: 42px;
    padding: 6px 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    background-color: #f0f0f0;
    margin: 4px auto 35px;
}

.auth:hover {
    background-color: #dedede;
}

.auth a {
    color: #666;
    text-decoration: none;
}

.feed {
    color: white !important;
    margin: 5px;
}

.feed_nav {
    font-size: 20px;
}

.separator:after, .separator:before {
    flex-grow: 1;
    border-top: 1px solid #d8d8d8;
    content: "";
}

.separator:after {
    margin-left: 8px;
}

.separator:before {
    margin-right: 8px;
}

.btn-link {
    color: #727272;
}

.btn-link:hover {
    color: #000;
}

.nav-tabs a {
    color: #a9a9a9;
}

.text {
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
}

.main_body {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 0;
    padding-right: 0;
    background: url('../img/fon_page.jpg') repeat-x #262626;
    color: white;
}


.footer {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    background: #000;
}

.footer a {
    color: grey;
}

.footer a:hover {
    color: white;
}

.picblock {
    margin-top: 10px;
}

.pica {
    margin-top: 10px;
    text-align: center;
    background: #666;
    height: 300px;
}

.pica img {
    margin-top: 10px;
}

.footer .links a {
    text-align: left;
    display: block;
    border-bottom: 1px solid lightgrey;
}

.tab-content {
}

#tab_help_panel {
    width: 50%;
    float: left;
}

#tab_ajax_panel {
    width: 50%;
    float: right;
}

.pic_name {
    padding: 10px;
    display: block;
    color: #ede8e8;
    font-weight: bold;
}

.hdtext {
    color: #ede8e8;
}

.pic_name:hover {
    color: white;
}

.big_div {
    font-size: 18px;
    color: #fff;
    padding-top: 21px;
    padding-bottom: 21px;
    text-transform: uppercase;
}

.nav-my {
    margin-bottom: 2px;
}

.big_title {
    padding: 21px 0;
    font-size: 18px;
    color: #fff;
}

.hdtext {
    color: #b0b0b0;
}

.social a {
}

.social img {
    padding: 6px 6px;
}

.index {
    padding: 20px;
}

a.tt:hover, a.tt:focus {
    background-color: #333333 !important;
    border-radius: 5px;
}

.body_small {
    text-align: center;
}

.in_md_6 {
    margin-top: 20px;
}

.right {
    text-align: right;
}

.float_right {
    float: right;
}

.left {
    text-align: left;
}

.my_bot {
    color: #9d9d9d;
}

.my_bot:hover {
    color: white;
}

.myform {
    padding-top: 20px;
}

#editableElement {
    border: solid 1px grey;
}

.sum {
    font-size: 29px;
    margin-top: 18px;
    margin-bottom: 18px;
}

.real_size {
    font-size: 22px;
    margin-top: 32px;
}

#left {
    float: left;
    width: 49%;
}

.my_table td {
    padding-left: 5px;
    padding-right: 5px;
}

#maket {
    background: lightgrey;
}

#maket img {
    box-shadow: 7px 7px 7px grey;
}

.right {
    float: right;
    width: 49%;
}

#cell {
    background: url('../img/cel.jpg') #333333;
    padding-bottom: 38px;
    color: #0f0f0f;
    font-weight: bold;
}

.for_guest {
    text-align: center;
    font-size: 22px;
    color: gold;
}

.lang-menu {
    list-style: none;
}

.dropdown-toggle:after {
    display: none;
}

.already {
    text-align: center;
    font-size: 20px;
}

.pic_left {
    padding-right: 8px;
}

.my_item {
    marign: 0 auto;
}

.pic_blog {
    marign: 0 auto;
}

#logofon {
    border-radius: 3px;

}

.fly {
    top: 80px;
    overflow: auto;
    position: absolute;
}

.tab-pane {
    padding: 20px;
}

.my_table_simple > tbody > tr > td, .my_table_simple > tbody > tr > th, .my_table_simple > tfoot > tr > td, .my_table_simple > tfoot > tr > th, .my_table_simple > thead > tr > td, .my_table_simple > thead > tr > th {
    border-top-color: white;
}

.datamap {
    height: 480px;
}

.navbar-right {
    float: right;
}

.colored {
    color: white !important;
}

.colored:hover {
    color: black !important;
}

li.active .colored {
    color: black !important;
}

.mam_name {
    font-size: 25px;
    text-align: center;
}

.order div {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

.order {
    border: solid 1px white;
    margin-top: 4px;
}

.cat_link {
    font-size: 18px;
    padding-right: 20px;
}

.my_table {
    font-size: 19px;
    border-radius: 4px;
    box-shadow: 1px 1px 1px white;
    margin-bottom: 10px;
}

.my_table td, .my_table tr {
    border: solid 1px black !important;
}

.my_table a {
}

.pd-50 {
    padding: 50px;
}

.int {
    margin-top: 7px;
    font-size: 18px;
    text-align: center;
}

.spod {
    margin-bottom: 10px;
}

#loading {
    display: none;
}

.sizes_h {
    height: 38px;
}

.si_h {
    width: 38px;
    display: block;
    float: left;
}

.sizes_w {
    width: 38px;
    float: left;
}

.si_w {
    display: block;
    height: 38px;
}

.cm {
    padding-left: 7px;
}

.main_page a.btn {
    margin-bottom: 10px;
}

.one_style {
    float: left;
    margin: 3px;
}

.mynav {
    margin-top: 8px;
}

.mumu li {
    text-align: left;
}

#picture_send {
    margin-bottom: 5px;
}

.nav-mama {
    display: flex;
}

.nav-mama li {
    flex: 1;
    text-align: center;
}

#navbarSupportedContent {
    justify-content: space-between;
}

.sub-navbar-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    /*margin-left: 95px;*/
}

.main-navbar-nav {
    width: 30%;
}

.language_cir {
    border: 0;
    clip-path: circle(50% at 50% 50%);
    padding: 0;
}

.main_event {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.sponsor_event {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.mobile_filter {
    display: none;
}

.desktop_filter {
    display: block;
}

.week {
    display: flex;
    width: 100%;
}

.week-day {
    text-align: center;
    width: 25px;
    height: 25px;
    font-size: 8px;
    border-radius: 50%;
    line-height: 25px; /* подробнее про line-height */
    color: #6C6C6C;
}

.title_for_card {
    text-align: center;
}

.title_for_card a {
    font-size: 22px;
    padding: 5px;
}

.location span, .card_terms span {
    color: #6C6C6C;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 17px;
    line-height: 15px;
    background-color: #D9D9D9;
    border: 0;
}

.btn-circle:hover {
    background-color: #FF9A9A;
}

.events_title {
    text-transform: uppercase;
    font-style: italic;
    font-size: 32px;
    color: white;
}

.sort {
    justify-content: space-evenly;
    flex-wrap: wrap;
    display: flex;
}

.sort a {
    color: #fff;
    padding: 10px 25px;
    font-size: 20px;
    flex:1;
}
.sort_active {
    background: #212121;
}
.form-control, .form-select {
    padding: 0.775rem 0.75rem;
}

.header {
    padding-top: 15px;
    padding-bottom: 30px;
}

.header h5 {
    font-size: 28px;
    line-height: 23px;
    font-family: "Roboto", sans-serif;
}

.left-sidebar {
    min-width: 250px;
    max-width: 250px;
    margin-right: 55px;
}

.content {
    min-width: 625px;
    max-width: 625px;
    margin-right: 55px;
}

.right-sidebar {
    width: 350px;
}

.navbar-dark .navbar-nav .nav-item a.language {
    color: #212529;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    padding: 2px 17px;
}

.navbar-dark .navbar-nav .nav-item a.logout {
    color: #dc3545;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    padding: 2px 17px;
}

.some {
    display: flex;
}

.some2 {
    display: flex;
}

.some1 {
    display: none;
}


/*
COUNTRY CARD
*/
.events-card {
    max-width: 700px;
    margin: 20px auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-height: 200px;
    overflow: hidden;
    transition: all 0.3s ease-out;
    background: white;
}

.feed-card {
    min-height: 50px;
    padding: 20px;
}

.events-card:hover {
    transform: translateY(-5px) scale(1.005) translateZ(0);
    box-shadow: 0 24px 36px rgba(0, 0, 0, 0.11),
    0 24px 46px rgba(0, 0, 0, 0.11);
    transition: all 0.3s ease-out;
}

.events-card > div {
    box-sizing: border-box;
}

.icon-login {
    height: 50px;
    background-color: transparent;
    border: 0;
}

.icon-signin {
    color: #fff;
    transition: 0.25s;
    list-style: none;
    border: 1px solid;
    border-radius: 5px;
}

.icon-signin a {
    padding: 0;
    color: white !important;
}

.icon-signin:hover, .icon-signin:focus {
    border-color: #fff;
    box-shadow: inset 0 -3.25em 0 0 #fff;
    color: #000 !important;
}

.icon-signin a:hover, .icon-signin a:focus {
    color: #000 !important;
}

.events-card .thumbnail,
.events-card .date {
    height: 200px;
}

.events-card .thumbnail {
    background-color: #fff;
    background-size: cover;
    background-position: center;
    text-align: center;
    height: 150px;
    width: 150px;
    margin: 20px;
    border-radius: 5px;
}

.events-card .thumbnail img {
    height: 100%;
}

.events-card .meta {
    padding: 15px 25px 15px 15px;
    background: white;
}

.events-card .meta > p,
.events-card .meta > div {
    margin: 0;
    margin-bottom: 10px;
}

.events-card .meta .title {
    font-weight: 700;
}

.events-card .meta-columns {
    display: flex;
    margin: 0 auto;
}

.events-card .meta .location {
    margin-bottom: 5px;
}

.events-card .meta .location,
.events-card .meta .price,
.events-card .link,
.events-card .mobile-date {
    box-sizing: border-box;
    line-height: 1;
    font-size: 0.95em;
    color: rgba(0, 0, 0, 0.8);
    display: flex;
}

.events-card .mobile-date {
    font-size: 0.9em;
    margin-bottom: 10px !important;
}

.events-card .link a {
    font-weight: 400;
    text-decoration: none;
    margin-top: 5px !important;
}

.events-card .link .material-icons {
    margin-right: 0;
}

.events-card .meta .price .material-icons {
    margin-left: 10px;
}

.events-card .material-icons {
    font-size: 1em;
    vertical-align: top;
    margin-right: 5px;
}

.events-card .date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 15%;
    font-size: 1.5em;
    line-height: 1;
    color: #fff;
    background: #2274A5;
    text-align: center;
}

.events-card .date .month {
    font-weight: 500;
}

.line1 {

    display: block;
}

.line1 span {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #B3B3B3;
}

.events-card .date .line2 {
    font-weight: 300;
    font-size: 1em;
}

.events-card .mobile-date {
    display: none;
}

.link-thubm {
    width: 27%;
}

.navbar-brand-logo {
    margin-right: 60px;
    font-size:44px;
}
.spec_skill {
    width: 100%;
}
.spec_skill a, .spec_skill div {
    display: inline !important;
}
.summary__cover {
    float:left;
}
.vacancy__cover {
    background-position: center;
    width:80px;
    height: 80px;
    border-radius: 20px;
    float:left;
}
@media (min-width: 1260px) {
    .navbar-expand-mysize {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-mysize .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-mysize .navbar-nav .dropdown-menu {
        position: absolute;
        left: -110px;
    }

    .navbar-expand-mysize .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-mysize .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand-mysize .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-mysize .navbar-toggler {
        display: none;
    }

    .navbar-expand-mysize .offcanvas-header {
        display: none;
    }

    .navbar-expand-mysize .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }

    .navbar-expand-mysize .offcanvas-top,
    .navbar-expand-mysize .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }

    .navbar-expand-mysize .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}

@media (max-width: 1259px) {
    .some2 {
        display: none;
    }

    .some1 {
        display: flex;
    }

    .right-sidebar {
        display: none;
    }

    .navbar > .container-xxl.body_center, .body_center {
        justify-content: center;
    }

    .content {
        margin-right: 0;
    }

    .navbar-brand-logo {
        margin-right: 505px;
    }
}


@media (max-width: 992px) {
    .main-navbar-nav {
        width: 100%;
    }

    .wrap-add-event {
        width: 100%;
    }

    .my-add-event {
        width: 100%;
        text-align: center;
    }

    .name-and-lang {
        width: 100%;
    }

    .name-lang {
        flex-direction: column;
    }

    .name-lang li.nav-item.dropdown {
        width: 90%;
        text-align: right;
    }

    .sponsor_event {
        display: none;
    }

    .main_event {
        width: 100%;
    }
}

@media screen and (max-width: 980px) {
    .nav-mama li a {
        padding-left: 3px !important;
        padding-right: 3px !important;
    }

    .ft_col {
        width: 50%;
    }

    .tb_over {
        overflow-x: scroll; /* Добавляем полосу прокрутки */
        background: white;
        white-space: nowrap; /* Запрещаем перенос строк */
    }
}

@media (max-width: 960px) {
    .navbar > .container-xxl.body_center, .body_center {
        justify-content: space-between;
    }

    .navbar-brand-logo {
        margin-right: 0;
    }

    .content {
        min-width: auto;
    }
}


@media (max-width: 800px) {
    .mobile_card {
        flex-direction: column;
    }

    .events-card .thumbnail {
        margin: 20px auto;
    }

    .link-thubm {
        width: 100%;
    }

    .my_wrap {
        flex-wrap: wrap;
        justify-content: center;
    }

    .header {
        text-align: center;
    }

    .mobile_filter {
        display: block;
        margin-bottom: 10px;
    }

    .desktop_filter {
        display: none;
    }

    .left-sidebar {
        min-width: 100%;
        max-width: 250px;
        margin: 0;
    }

    .mobile_filter button {
        width: 100%;
    }

    .collapse {
        margin-top: 20px;
    }
}


@media (max-width: 768px) {
    .main-title {
        font: normal 1.5em Calibri, Candara,
        Segoe, "Segoe  UI", Optima, Arial,
        Helvetica, sans-serif; /* 24px / 16px */
    }

    .ft_col {
        width: 100%;
    }

    #event_name {
        width: 100%;
    }

    #event_subscribe {
        width: 100%;
    }

    #subscribe_button {
        width: 100%;
    }

    #card-events {
        width: 100%;
        margin: 0;
    }

    #card-events-desc {
        width: 100%;
        padding: 20px 20px 20px 40px;
    }
}

@media screen and (max-width: 650px) {
    .events-card {
        height: auto;
    }

    .events-card .thumbnail {
        height: 150px;
        margin: 0 auto;
    }

    .link-thubm {
        width: 100%;
    }

    .events-card .meta {
        width: 100%;
        padding: 10px 25px;
    }

    .events-card .date {
        width: 20%;
        background: #2274A5;
        color: #fff;
        font-size: 1.8em;
    }

    .events-card .meta-columns,
    .events-card .location,
    .events-card .price {
        margin-bottom: 0 !important;
    }

    .events-card .meta-columns {
        margin-bottom: 10px !important;
    }

    .events-card .meta .location,
    .events-card .meta .price {
        font-size: 0.8em;
    }
}

@media screen and (max-width: 450px) {
    .some2 {
        display: flex;
    }

    .some1 {
        display: none;
    }
}

@media screen and (max-width: 400px) {
    .events-card {
        align-items: flex-start;
    }

    .events-card .meta {
        width: 100%;
    }

    .events-card .date {
        display: none;
    }

    .events-card .mobile-date {
        display: block;
    }

    .events-card .title {
        margin-bottom: 5px !important;
    }
}



