.jsCalendar-week-days th:nth-child(1):after {
    content: 'ПН' !important;
}

.jsCalendar-week-days th:nth-child(2):after {
    content: 'ВТ' !important;
}

.jsCalendar-week-days th:nth-child(3):after {
    content: 'СР' !important;
}

.jsCalendar-week-days th:nth-child(4):after {
    content: 'ЧТ' !important;
}

.jsCalendar-week-days th:nth-child(5):after {
    content: 'ПТ' !important;
}

.jsCalendar-week-days th:nth-child(6):after {
    content: 'СБ' !important;
}

.jsCalendar-week-days th:nth-child(7):after {
    content: 'ВС' !important;
}

.header_nav ul li a {
    padding: 0.8rem 0.2rem !important;
}

.policy_main p {
    padding-bottom: 20px;
}

.slide_serenity {
    background: linear-gradient(180deg, #E8F0FF 0%, #D2E2F7 100%);
    color: #3C4A6D;
}

.input-report, .input-report.valid {
    opacity: 1 !important;
}

.hero_main.is-full {
   flex-wrap: wrap;
}
 @media screen and (min-width: 1024px) {
   .hero_main.is-full {
     position: relative;padding: 0 10px;
  }
   .hero_main.is-full .hero_content {
     position: absolute;
     bottom: 0;
     left: 0;
     padding: 3rem;
	 z-index: 5;
  }
}
 .hero_main.is-full .hero_content {
   width: 100%;
   padding-top: 3rem;
}
 .hero_main.is-full .hero_img {
   width: 100%;
   order: -1;
}

.person_tab--head {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(14%, 1fr));
    grid-gap: 0.5rem;
}

.photo_item {
    width: 150px;
    height: 150px;
    border: 1px solid;
}


/* fix by 03.04.2023 */

/* fix header button */
@media (min-width: 1024px) {
    header .header_main--top .header_account {
        min-height: 4rem;
        height: 4rem;
        display: flex;
        align-items: center;
    }
    header .header_main--top .header_account a {
        display: flex;
        align-items: center;
    }
    header .header_main--top .header_account:last-child {
        margin-left: 5px;
    }
    header .header_main--top .header_account img {
        height: 15px;
    }
}

.register_input input {
    background-color: rgba(220, 234, 244, 0.3);
    opacity: 1;
}
.register_input input:focus {
    background-color: rgba(220, 234, 244, 1);
}

/* fix search  */
.header_search input::placeholder {
    color: #616161;
}
input::placeholder {
    color: #616161;
}
.header_search .js-search {
    margin-right: 1rem;
}
.header_search input {
    padding-right: 5px;
    padding-left: 5px;
}



/* правка таблицы */
.report-single table input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
    font-family: "Montserrat-Regular", sans-serif;
    font-size: 2rem;
    background-color: #DCEAF4;
    border-radius: 0.8rem;
    font-size: 1.4rem;
    padding: 1.4rem 2rem 1.6rem 2rem;
    font-style: italic;
    font-family: "Montserrat-Medium", sans-serif;
    min-width: 31.1rem;
    height: 5.4rem;
}
@media (max-width: 1024px) {
    .report-single table input {
        height: 5; 
    }
}

.report-single table tr td {
    padding: 5px;
    padding-right: 10px;
    padding-left: 0;
}
@media (max-width: 1024px) { 
    .report-single table tbody tr:first-child {
        display: none;
    }
    .report-single table tbody,
    .report-single table {
        width: 100%;
    }
    .report-single table tbody tr {
        display: flex;
        flex-direction: column;
        margin-bottom: 15px;
        background: -webkit-gradient(linear, left top, left bottom, from(#5E93FE), to(#8E6CFD));
        background: -o-linear-gradient(top, #5E93FE 0%, #8E6CFD 100%);
        background: linear-gradient(180deg, #5E93FE 0%, #8E6CFD 100%);
        border-radius: 1.6rem;
        padding: 1.5rem;
        width: 100%;
    }
    
    .report-single table tbody tr td  {
        font-size: 1.4rem;
        color: white;
        font-weight: 500;
        padding-right: 0;
    }
    .report-single table tbody tr td:first-child {
        font-size: 2rem;
    }
    .report-single table tbody tr td:before {
        display: block;
        margin-bottom: 5px;
    }
    .report-single table tbody tr td input {
        width: 100%;
    }
    .report-single table tbody tr td:nth-child(2):before {
        content: 'Кол-во мероприятий офлайн';
    }
    .report-single table tbody tr td:nth-child(3):before {
        content: 'Кол-во слушателей';
    }
    .report-single table tbody tr td:nth-child(4):before {
        content: 'Кол-во мероприятий онлайн';
    }
    .report-single table tbody tr td:nth-child(5):before {
        content: 'Кол-во слушателей';
    }
}


.edit-event .login_input--w {
    margin-bottom: 4rem;
}


/* стилизация фотографий */

.uploaded-photos .image-sortable {
    display: flex;
    flex-wrap: wrap;
}
.uploaded-photos .image-sortable .photo_item {
    margin-right: 30px;
    margin-top: 30px;
    position: relative;
    border-radius: 0.8rem;
    border: 1px solid #DCEAF4;
    padding: 1px;
}
.uploaded-photos .image-sortable .photo_item .delete_img {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#41D79F), to(#29C4A5));
    background: -o-linear-gradient(top, #41D79F 0%, #29C4A5 100%);
    background: linear-gradient(180deg, #41D79F 0%, #29C4A5 100%);
    border-radius: 100%;
    
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0,0,0,0);
}

.uploaded-photos .image-sortable .photo_item .delete_img:after,
.uploaded-photos .image-sortable .photo_item .delete_img:before {
    content: '';
    width: 16px;
    height: 1px;
    position: absolute;
    background: white;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.uploaded-photos .image-sortable .photo_item .delete_img:after {
    transform: rotate(45deg);
}   
.uploaded-photos .image-sortable .photo_item .delete_img:before {
    transform: rotate(-45deg);
}
.uploaded-photos .image-sortable .photo_item .text_type {
    display: none;
}



.normal-select {
    margin-right: 0;
}

.normal-select .choices__item {
    font-style: normal;
    color: black;
}
.normal-select .choices__inner {
    background: rgb(244 248 251);
    border-radius: 0.8rem;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 0.25s;
}

.normal-select .choices.is-focused .choices__inner {
    background: #dceaf4;
}

.profile .person_form {
    align-items: flex-start;
}

/* select invalid */
.invalid,
.normal-select .choices__inner.invalid {
    border: 1px solid red !important;
}

/* checkbox */
.invalid + label:before {
    border: 1px solid red !important;
}


.header_info li a {
    white-space: nowrap;
}

/* fix celendar button array */

@media screen and (max-width: 1024px) {
    .event_calendar .jsCalendar thead .jsCalendar-nav-left, .event_calendar .jsCalendar thead .jsCalendar-nav-right {
        display: block;
    }
    .event_calendar .jsCalendar thead .jsCalendar-nav-right:after,
    .event_calendar .jsCalendar thead .jsCalendar-nav-left:after {
        width: 2rem;
        height: 2rem;
    }
    .jsCalendar tbody td.jsCalendar-selected {
        background-color: #6987DF !important;
        border: 2px solid #E6E6E6;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        height: 26px;
        line-height: 26px;
        width: 26px;
    }
}

.policy_main img, .single_events--txtWrapper img {

    display: block;
}

.header_nav ul li:nth-child(4) a {
	color: red;
	font-weight: bold;
}