@import "general.css?v=19963";
@import "common.css?v=19963";

@import "breadcrumb.css";
@import "competition.css";
@import "contact.css";
@import "directorate.css";
@import "event.css";
@import "fonts.css";
@import "media.css";
@import "multimedia.css";
@import "news.css";
@import "structure.css?v=3";
@import "vacancy.css";
@import "sportsman.css";
@import "federation.css";
@import "adaptive.css";
@import "multimedia-media.css";
@import "news-media.css";
@import "structure-media.css";
@import "vacancy-media.css";
@import "sportsman-media.css";
@import "federation-media.css";
@import "competition-media.css";
@import "contact-media.css";
@import "directorate-media.css";
@import "event-media.css";
@import "media-media.css";
@import "athletes-media.css";
@import "athletes.css";

/*begin my css */
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #F8F8F8;
    overflow-x: hidden;
}
.alert {
    position: fixed;
    display: none;
    z-index: 102;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 45%);
    right: 0;
    bottom: 0;
}
.alert.alert--active {
    display: block;
}
.message {
    position: relative;
}
.message:before {
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    background-size: cover;
}
.alert .container {
    width: 1350px;
    max-width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup-content {
    width: 300px;
    height: 200px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 15px;
    margin: auto;
    padding: 20px;
     background-color: #fff;
    width: 400px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 13%);
}
#badMessage:before {
    background-image: url(../img/close.png);
}
#goodMessage:before {
    background-image: url(../img/check.png);
}

#badMessage{
    padding-top: 100px;
    text-align: center;
    color: red;
    font-size: 20px;
}
#goodMessage {
    padding-top: 100px;
    text-align: center;
    color: #000;
    font-size: 20px;
}
.my-alert__close {
    position: absolute;
    right: 20px;
    top: 20px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url(../img/close_white.svg) center / contain no-repeat;
}
/*.container {
  width: 1500px;
  margin: 0 auto;
}*/
/*.logo_block {
    display: flex;
    align-items: center;
}
.logo-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #393939;
    margin-left: 15px;
}
.header {
    background: #fff;
    margin-bottom: 40px;
    padding: 20px 0;
}
.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lang_block {
  position: relative;
  text-transform: uppercase;
  font-size: 18px;
  z-index: 2;
  margin-left: 45px;
  border-radius: 5px;
  border: 1px solid #fff;
}
.lang_choice {
  display: block;
  color: #fff;
  padding: 5px 30px 5px 10px;
  background: url('../img/lang_arrow.svg') right 10px center / 10px no-repeat;
}
.other_lang {
  position: absolute;
  display: none;
  left: -1px;
  right: -1px;
  z-index: 2;
  top: 100%;
  overflow: hidden;
  border-radius: 0 0 5px 5px;
  border-top: none;
  border: 1px solid #e8e8e8;
}

.lang {
  display: block;
  color: #333333;
  padding: 5px 10px;
  background-color: #ffffff;
}
.lang.active {
  color: #fff;
  background-color: #00b6f1;
}
.lang:hover {
  color: #ffffff;
  background-color: #00b6f1;
}
.search_head {
    display: flex;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    padding: 8px 16px;
    align-items: center;
}
.search_btn {
    background-color: rgb(0 0 0 / 0%);
    border: none;
    outline: none;
    width: 22px;
    height: 22px;
    background-image: url(../img/search_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.search_input {
    width: 230px;
    border: none;
    outline: none;
    height: 30px;
}
.menu {
    display: flex;
    margin-left: auto;
}
.menu li {
    margin-right: 100px;
}
.menu li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #000000;
}
.head_right {
    display: flex;
}
.lang_block {
    position: relative;
    font-size: 18px;
    z-index: 2;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    display: inline-block;
    margin-left: 10px;
    align-items: center;
    display: flex;
}
.lang_choice {
    display: block;
    color: #000;
    background: url(../img/lang_arrow.svg) right 10px center / 10px no-repeat;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #393939;
}*/
.content-block {
    width: 66%;
}
.pagination{
    display: flex;
    justify-content: center;
}
.pagination li:first-child a> svg{
    transform: rotate(180deg);
}
.pagination .active {
    /* background-color: #1B78F9; */
    color: #3556A1;
}
.pagination li:hover svg path{
    stroke: #3556A1;
}
.pagination li svg path{
    stroke: #A8A8A8;
}
.pagination > li >a {
    font-size: 12px;
    padding: 7px 10px;
    border-radius: 3px;
    margin: 0 5px 2px 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #A8A8A8;
}
.pagination > li>a:hover{
    color: #3556A1;
}
.pagination > li > a:active{
    color: #3556A1;
}
.main-section .container {
    display: flex;
    justify-content: space-between;
}
.block-top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 0.5px solid #E0E0E0;
    margin-bottom: 30px;
    align-items: center;
}
.block-top__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #393939;
}
.all-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #A8A8A8;
}
.asside-block {
  width: calc(34% - 40px);
}
.news-list {
    font-size: 0;
    margin-right: -30px;
    display: flex;
    flex-wrap: wrap;
}
.news-list > li:first-child {
    width: 66.66%;
    display: inline-block;
}
.news-list > li {
    width: 33.33%;
    display: inline-block;
   margin-bottom: 40px;

}
.news-slider.slick-slider {
    height: 100%;
    margin-right: 30px;

}
.news-slider.slick-slider .slick-track, .news-slider.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    height: 100%;
}
.news-slide {
    display: flex;
    padding: 36px 24px;
    align-items: flex-end;
    position: relative;
    height: 100%;
    background-size: cover;
    border-radius: 4px;
    overflow: hidden;
    background-position: center;
}
.news-slide:after {
  content:'';
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  background:linear-gradient(180deg, rgba(0, 0, 0, 0) 29.31%, rgba(0, 0, 0, 0.6) 100%);
  position: absolute;
}
.news-arrow{
    position: absolute;
    right: 26px;
    height: 20px;
    width: 20px;
    bottom: 26px;
    z-index: 2;
}
.news-slide-bottom {
    position: relative;
    z-index: 2;
    width: 100%;
}
.news-slide-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    max-width: 60%;
    display: block;
    margin-bottom: 15px;
}
.news-slide-title:hover {
    color: #fff;
    text-decoration: underline;
}
.news-slide-date {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #EDF5FF;
}
.news-item {
  margin-right: 30px;
}
.news-item__img {
    height: 200px;
    overflow: hidden;
    margin-bottom: 20px;
       border-radius: 4px;
        overflow: hidden;
        display: block;
}
.news-item__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.news-item__title {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #161616;
    display: block;
}
.news-item__title:hover{
    color: #3556A1;
}

.news-item__info {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #6F6F6F;
    margin-bottom: 15px;
}
.events {
    background: #fff;
    padding: 28px;
    height: 540px;
    overflow-y: auto;
    border-radius: 4px;
    position: relative;

}
.events-scroll {
  position: relative;
  margin-bottom: 40px;

}
.events::-webkit-scrollbar {
    width: 8px; /* ширина для вертикального скролла */
    height: 8px; /* высота для горизонтального скролла */
    background-color: #EDF5FF;
}

/* ползунок скроллбара */
.events::-webkit-scrollbar-thumb {
    background-color: #3556A1;
    border-radius: 6px;
}

.events::-webkit-scrollbar-thumb:hover {
    background-color: #253861;
}
.main-section {
    margin-bottom: 60px;
    margin-top: 40px;
}
.events-scroll:after {
    content:'';
    height: 153px;
    position: absolute;
    left:0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
.events-item__title {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #161616;
    margin-bottom: 20px;
    display: block;
}
.events-item__bottom {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #A8A8A8;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.events-item__info {
    margin-bottom: 10px;
    width: 100%;
}
.events-item {
    padding-bottom: 15px;
    margin-bottom: 24px;
    border-bottom: 1px solid #E0E0E0;
}
.calendar-title {
  background-image: url(../img/calendar-icon.svg);
  background-repeat: no-repeat;
  background-position: left 0 center;
  padding-left: 40px;
}
.calendar img {
    width: 100%;
}
.top-nav.footer__icons svg path {
    fill: #3556A1;
}
.top-nav.footer__icons svg:hover path {
    stroke:#3556A1;
}
.top-nav.footer__icons a {
    margin-right: 10px;
    margin-bottom: 0;
}
.tag_item {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #A8A8A8;
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 14px;
}
.news-item__tag {
    color: #A8A8A8;
    margin-right: 5px;
    display: inline-block;
}
.news-item__tag:hover {
    text-decoration: underline;
    color:#3556A1;
}
.event-slide {
    display: flex;
}
.event-slide-content {
    display: flex;
    max-height: 400px;
}
.event-img {
    width: 42%;
    position: relative;
    /* height: 325px; */
    overflow: hidden;
    max-height: 500px;
}
.event-img img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}
.event-logo img {
    width: auto;
    max-width: 100%;
    display: block;
}
.event-content {
    width: 58%;
    background: #fff;
    padding: 40px 80px 60px;
}
.event-logo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.event-content__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.4;
    color: #393939;
    margin-bottom: 20px;
}
.event-content__desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #A8A8A8;
    margin-bottom: 40px;
}
.btn {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    display: inline-block;
    padding: 14px 22px;
    background:#3556A1;
    border-radius: 4px;
}
#up {
    background: #3E5FAB;
    border-radius: 50px;
    display: inline-flex;
    color: #fff;
    padding: 10px 20px 4px;
    align-items: flex-start;
    cursor: pointer;
    margin-top: 40px;
}
#up:hover {
    text-decoration: underline;
}
.event-content__info {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #A8A8A8;
    display: inline-block;
    margin-left: 40px;
}
.event-content__bottom {
    display: flex;
}
.event-content__info .day {
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    color: #3556A1;
    display: block;
    margin-top: 7px;
}
.calendar {
    padding: 30px 45px;
    background: #fff;
    border-radius: 4px;
}
.calendar  .air-datepicker-nav--title:hover, .calendar .air-datepicker-nav--title:active{
    background: none;
}
.calendar .air-datepicker.-inline- {
    border: none;
}
.calendar .air-datepicker-nav{
    border: none;
}
.calendar .air-datepicker-cell {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #A8A8A8;
    padding: 4px;
    height: 40px;
    width: 40px;
    margin-bottom: 7px;
}
.calendar .air-datepicker-body--cells.-days- {
    grid-auto-rows: 48px;
}
.calendar .air-datepicker-nav--title {
    border-radius: var(--adp-border-radius);
    padding: 0 8px;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #161616;
}
.calendar .air-datepicker-cell.-selected- {
    color: #fff;
    border: none;
    background: #3556A1;
    border-radius: 50%;
}
.calendar .air-datepicker-body--day-name {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #161616;
    text-transform: none;
}
.event-slider .slick-dots {
    position: absolute;
    left: 46%;
    right: auto;
    z-index: 2;
    bottom: 20px;
    /* text-align: center; */
}
.event-slider .slick-dots li button {
    background: #E0E0E0;
}
.event-slider .slick-dots li.slick-active button, .event-slider .slick-dots li.slick-active button:hover {
    background:#6F6F6F;
}


.day-text {
    margin-left: 5px;
}
.number-section {
    background: #EDF5FF;
    padding: 60px 0 140px;
    overflow: hidden;
}
.number-slider .slick-arrow {
    width: 60px;
    height: 60px;
    font-size: 0;
    border-radius: 50%;
    border: 1.5px solid #3556A1;
    background-color: #EDF5FF;
    position: absolute;
    right: 0;
    bottom: -80px;
    background-image: url(../img/svg/chevron-right.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.event-slider .slick-arrow {
    width: 60px;
    height: 60px;
    font-size: 0;
    border-radius: 50%;
    background-color: rgb(237 245 255 / 0%);
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    background-image: url(../img/event_arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    border:none;
}
.footer__contact-item {
    width: 20%;
}
.event-slider  .slick-prev{
    left: 40px;
    transform: translateY(-50%) rotate(180deg);
}
.event-slider  .slick-next{
    right: 40px;
}
.number-slider .slick-prev.slick-arrow {
    right: 80px;
    transform: rotate(180deg);
}
.number-slider .slick-arrow:hover {
    background-color:#3556A1;
    background-image: url(../img/svg/chevron-right-white.svg);
}
.number-slider .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    bottom: -40px;
    text-align: center;
    left: 0;
    right: auto;
}
.number-slide {
    display: flex;
    align-items: center;
    margin-right: 16px;
}
.number {
    font-weight: bold;
    font-size: 64px;
    line-height: 115px;
    color: #3556A1;
    margin-right: 20px;
}
.number-info {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #161616;
}
.mailing {
    background: #F5C887;
    border-radius: 4px;
    padding: 40px 60px 40px 100px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    margin-top: 150px;
    margin-bottom: 120px;
}
.mailing-form {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
}
.mailing:before {
    content: '';
    width: 101px;
    height: 105px;
    position: absolute;
    left: 16px;
    top: -35px;
    background-image: url(../img/mail-top.svg);
    background-repeat: no-repeat;
}
.mailing:after {
    content: '';
    width: 96px;
    height: 62px;
    position: absolute;
    left: -16px;
    bottom: -25px;
    background-image: url(../img/mail-bottom.svg);
}
.mailing-text {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #393939;
    max-width: 317px;
}
.mailing-btn {
    background:#3556A1;
    border-radius: 4px;
    height: 60px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    width: 140px;
    border: none;
}
.mailing-form .search-form-item {
    margin-right: 30px;
    width: auto;
}
/*ooter {
    background: #4589FF;
    padding-top: 80px;
}
footer .logo-text {
    color: #fff;
}
footer  .logo_block {
  margin-bottom: 60px;
}
.footer-item a {
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    color: #A6C8FF;
    display: block;
}
.footer-middle {
    display: flex;
    justify-content: space-between;
}
.footer-item-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #A6C8FF;
    margin-bottom: 40px;
}
.footer-item a.partner {
    width: 50px;
    height: 50px;
    background: #A6C8FF;
    border-radius: 50%;
    display: inline-block;
    margin-right: 20px;
}
.footer-phone {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.soc-seti {
    display: flex;
}
.soc-seti a{
   display: inline-block;
   margin-right: 10px;
}*/
.search-form {
    background:#3556A1;
    border-radius: 8px;
    padding: 28px 70px 28px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 60px;
    margin-top: 50px;
}
.search-form-item__label {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    display: block;
    margin-bottom: 12px;
}
.black-text.search-form-item__labe {
    color:#000;
}
.search-form-item__input input {
    background: #FFFFFF;
    border-radius: 4px;
    height: 60px;
    padding: 20px;
    width: 270px;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #393939;
    border: none;
}
/*.search-form-item {
    width: 23%;
}*/
.search-form-item__input select {
background: #FFFFFF;
border-radius: 4px;
height: 60px;
padding: 20px;
width: 270px;
font-weight: 400;
font-size: 18px;
line-height: 21px;
color: #393939;
border: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border:none;
outline: none
}
.search-form {
    background: #3556A1;
    border-radius: 8px;
    padding: 28px 70px 28px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 60px;
}
.container-inner {
    width: 1320px;
    margin: 0 auto;
}
.search-result {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #393939;
    margin-bottom: 20px;
}
.multiselect {
    width: 200px;
    position: relative;
    background: #FFFFFF;
    border-radius: 4px;
    height: 60px;
    padding: 20px;
    width: 270px;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #393939;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    color: #3556A1;
}

.selectBox {
  position: relative;
}

.selectBox select {
    width: 100%;
    /* font-weight: bold; */
    border: none;
}
#checkboxes input {
    margin-right: 10px;
}
.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#checkboxes {
    display: none;
    border: 1px #dadada solid;
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    top: 66px;
    padding: 10px;
    height: 150px;
    overflow-y: auto;
    z-index: 22;
}
#checkboxes::-webkit-scrollbar {
    width: 8px; /* ширина для вертикального скролла */
    height: 8px; /* высота для горизонтального скролла */
    background-color: #EDF5FF;
}

/* ползунок скроллбара */
#checkboxes::-webkit-scrollbar-thumb {
    background-color:#3556A1;
    border-radius: 6px;
}

#checkboxes::-webkit-scrollbar-thumb:hover {
    background-color: #253861;
}
#checkboxes label {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #d3d3d3;
}
#checkboxes label:hover {
    background-color: #3556A1;
    color: #fff;
}
.search-block-input {
    background: #FFFFFF;
    border-radius: 4px;
    height: 60px;
    width: 300px;
    text-indent: 54px;
    background-image: url(../img/search_icon.svg);
    background-repeat: no-repeat;
    background-position: left 10px center;
    border:none;
    margin-right: 10px;
}
.search-block-btn {
    background: #F5C887;
    border-radius: 4px;
    width: 130px;
    height: 60px;
    border: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #393939;
}
.search-block {
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-list.news-page li:first-child {
    width: 25%;
}
.news-list.news-page li{
    width: 25%;
}
.slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    bottom: 9px;
    text-align: center;
}
.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}
.slick-dots li button {
    width: 10px;
    height: 10px;
    background: #A6C8FF;
    border-radius: 50%;
    border: none;
    font-size: 0;
}
.slick-dots li.slick-active button,.slick-dots li.slick-active button:hover{
    background: #3556A1;
}

@media screen and (max-width: 1300px) {

.container-inner {
    width: auto;
    margin: 0 auto;
    padding: 0 10px;
}
}
@media screen and (max-width: 1100px) {
    /*.main-section {
        overflow: hidden;
    }*/
    .main-section .container {
        flex-wrap: wrap;
    }
    .content-block {
        width: 100%;
        overflow: hidden;
        margin-bottom: 30px;
    }
    .calendar {
        max-width: 500px;
    }
    .asside-block {
        width: 100%;
    }
    .event-content {
        padding: 60px 40px;
    }
    .number-info {
        font-size: 14px;
        line-height: 1.5;
    }
    .number-slide {
        margin-right: 20px;
    }
    .number-slider .slick-arrow {
        width: 40px;
        height: 40px;;
        bottom: -60px;
    }
    .number-slider .slick-prev.slick-arrow {
        right: 60px;
    }
    .number {
        font-size: 73px;
    }
    .footer__icons a:not(:last-child) {
        margin-right: 20px;
    }
    .search-form {
        padding: 28px 20px 28px;
        flex-wrap: wrap;
    }
    .search-form-item {
        width: 48%;
        margin-bottom: 40px;
    }
    .search-form-item__input {
        width: 100%;
    }
    .search-form-item__input input {
        width: 100%;
    }
    .search-form-item__input select {
        width: 100%;
    }
    .search-block-input {
        width: 100%;
    }
    .search-form > .search-form-item:last-child {
        width: 100%;
    }
    .search-form {
        margin-bottom: 20px;
    }
    .mailing-form .search-form-item {
        margin-right: 17px;
        width: 40%;
        margin-bottom: 0;
    }
    .mailing {
        padding: 40px 20px 40px 100px;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        position: relative;
        margin-top: 70px;
        margin-bottom: 70px;
        flex-wrap: wrap;
    }
    .mailing-text {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 900px) {
    .event-content__title {
        font-size: 20px;
    }
    .event-slider .slick-arrow {
        width: 30px;
        height: 30px;
    }
    .news-list.news-page li {
        width: 33.33%!important;
    }
    .event-slider .slick-next {
        right: 20px;
    }
    .event-slider .slick-prev {
        left: 20px;
    }
    .news-list > li:first-child {
        display: inline-block;
        width: 100%;
    }
    .news-slider.slick-slider {
        height: 400px;
    }
}
@media screen and (max-width: 780px) {
.multiselect {
        width: 100%;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 600px) {
    .event-slider .slick-arrow {
        width: 20px;
        height: 20px;
        background-size: cover;
    }
    
    .news-list > li {
        width: 50%;
    }
    .news-list.news-page li {
        width: 50%!important;
    }
    .mailing-form .search-form-item {
        width: 100%;
    }
    .mailing-form {
        flex-wrap: wrap;
    }
    .mailing-form .search-form-item {
        margin-bottom: 20px;
    }
    .tag_item {
        font-size: 14px;
        line-height: 1;
        margin-right: 20px;
        margin-bottom: 7px;
    }
    .event-slide-content {
        flex-wrap: wrap;
        max-height: none;
    }
    .event-content {
        padding: 40px 50px 60px;
        width: 100%;
    }
    .event-img {
        width: 100%;
        position: relative;
    }
    .search-form-item {
        width: 100%;
    }
    .footer__icons.top-nav {
        display: flex;
        width: 100%;
        order: 0;
        justify-content: center;
        margin-bottom: 10px;
    }
    .block-top {
        flex-wrap: wrap;
    }
    .block-top__title {
    order: 1;
}
.all-link {
    order: 2;
}
}

@media screen and (max-width: 500px) {
    .news-list > li {
        width: 100%;
    }
    .news-list.news-page li {
        width: 100%!important;
    }
}
.slider-container {
    position: relative;
    overflow: hidden;
    /* height: 210px; Общая высота для 3 слайдов */
	margin-bottom: 20px;
}

.slider-container .slider {
    position: relative;
    transition: transform 0.5s ease;
}
.slider-container .events-item__title {
 display: flex;
}
.slider-container .slide {
  display: flex;
  align-items: flex-start; /* Выравнивание элементов по верхнему краю */
  height: 100px; /* Высота одного слайда (пример) */
  margin-bottom: 15px;
}

/* Стили для контейнера изображения */
.slider-container .image-container {
  flex-shrink: 0; /* Предотвращает сжатие изображения */
 }

/* Стили для изображений */
.slider-container .image-container img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

/* Стили для контейнера текста */
.slider-container .text-container {
  display: block;
  margin-left: 10px; /* Отступ слева от изображения */
}
/* Стили для кнопок навигации */
.slider-container .arrow {
    position: absolute;
    background: none;
    border: none;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}

.slider-container .up {
    right: 10px; /* Позиция левой стрелки */
}

.slider-container .down {
    right: 10px; /* Позиция правой стрелки */
    top: 60%; /* Немного ниже стрелки вверх */
}
