body {
    position: relative;
    z-index: 1; /* Низкий z-index для контента */
}



.organizers-section {
    padding: 20px;
    background-color: #45474E; /* Фоновый цвет секции */
}

.organizers-title {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #ffffff;
    font-family: "Pobeda", sans-serif;
    text-align: center;
}

.image-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  max-width: 60%;
  margin: 0 auto;
}

.image-item {
    flex: 1 1 calc(33.333% - 40px);
}

.sb-fon {
    width: 100%;
    height: 100%;
    background-image: url(https://storage.yandexcloud.net/xn----8sb2aamcglhkpf8jsb.xn--80aanlanqknfjeik1eue1bd.xn--p1ai/fon.jpeg); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1000;
}


@media (min-width: 959px) {
.sb-fon {
  background-image: url(https://storage.yandexcloud.net/xn----8sb2aamcglhkpf8jsb.xn--80aanlanqknfjeik1eue1bd.xn--p1ai/fon.jpeg);
}
}

@media (max-width:959px) {
  .sb-fon {
  background-size: contain;
}
  }

.image-item img {
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .image-item {
        flex: 1 1 calc(50% - 20px);
    }
}

@media (max-width: 480px) {
    .image-item {
        flex: 1 1 100%;
    }
}


.sb-header-default {
    position: relative;
    z-index: 5
}

.sb-header-default_active {
    z-index: 99
}

.sb-header-default .sb-header-default__button {
    position: relative;
    flex-shrink: 0
}

@media screen and (min-width: 960px) {
    .sb-header-default .sb-header-default__button {
        max-width:250px
    }

    .sb-header-default .sb-header-default__button_tablet-visible {
        display: none
    }
}

@media screen and (max-width: 479px) {
    .sb-header-default .sb-header-default__button_tablet-visible {
        display:none
    }
}

@media (min-width: 480px) and (max-width:639px) {
    .sb-header-default .sb-header-default__button_tablet-visible {
        max-width:220px;
        margin-right: 52px
    }
}

.sb-header-default__wrapper {
    position: relative;
    z-index: 5;
    display: absolute;
    align-items: center;
    box-sizing: border-box;
    background-color: #45474E;
}

@media screen and (max-width: 639px) {
    .sb-header-default__wrapper {
        justify-content:space-between;
        min-height: 62px;
        padding: 16px 0
    }
}

@media (min-width: 640px) and (max-width:959px) {
    .sb-header-default .sb-header-default__button_tablet-visible {
        max-width:340px;
        margin-right: 64px
    }

    .sb-header-default__wrapper {
        justify-content: space-between;
        padding: 24px 0
    }
}

@media screen and (min-width: 960px) {
    .sb-header-default__wrapper_right-align-links .sb-header-default__link-wrapper {
        justify-content:center;
        position: absolute;

        color: #ffffff;
    }


    .sb-header-default.scrolled {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000000;
    z-index: 1000;
}

.sb-header-default.scrolled .sb-header-default__link {
    color: #ffffff;
    position: relative;
    top: -40px;
    z-index: 1001;
}
}

.sb-header-default__logo {
    position: relative;
    display: block;
    flex-shrink: 0;
    text-decoration: none;
    overflow: hidden;
    word-break: break-all
}

@media screen and (max-width: 1359px) {
    .sb-header-default__logo {
        width:170px
    }
}

@media (min-width: 960px) and (max-width:1359px) {
    .sb-header-default__wrapper {
        padding:20px 0
    }

    .sb-header-default__logo+.sb-header-default__menu {
        margin-left: 36px
    }
}

@media screen and (min-width: 1360px) {
    .sb-header-default__wrapper {
        padding:24px 0
    }

    .sb-header-default__logo {
        width: 240px
    }

    .sb-header-default__logo+.sb-header-default__menu {
        margin-left: 84px
    }
}

.sb-header-default__burger {
    position: relative;
    flex-shrink: 0;
    width: 36px;
    height: 30px;
    text-align: left;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}

@media screen and (max-width: 959px) {
    .sb-header-default__burger {
        position:absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%)
    }
}

.sb-header-default__burger_open .sb-header-default__burger-line {
    transform: rotate(225deg);
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

.sb-header-default__burger_open .sb-header-default__burger-line:after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s
}

.sb-header-default__burger_open .sb-header-default__burger-line:before {
    top: 0;
    opacity: 0;
    transition: top .1s ease-out,opacity .1s ease-out .12s
}

.sb-header-default__burger-line {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    margin-top: -1px;
    background-color: currentColor;
    transition-property: transform;
    transition-duration: .22s;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

.sb-header-default__burger-line:after {
    bottom: -10px;
    transition: bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)
}

.sb-header-default__burger-line:after,.sb-header-default__burger-line:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background-color: currentColor
}

.sb-header-default__burger-line:before {
    top: -10px;
    transition: top .1s ease-in .25s,opacity .1s ease-in
}

.sb-header-default__menu {
    box-sizing: border-box;
    background-color: #45474E;
    color:#ffffff
}

@media screen and (max-width: 639px) {
    .sb-header-default__menu {
        top:100%;
        width: 100%;
        height: calc(100vh - 100%);
        padding: 48px 40px
    }

    .sb-header-default__menu:after {
        left: -16px;
        right: -16px
    }
}

@media (min-width: 640px) and (max-width:959px) {
    .sb-header-default__menu {
        top:100%;
        width: 332px;
        height: calc(100vh - 100%);
        padding: 48px 72px 48px 0
    }

    .sb-header-default__menu:after {
        left: -100%;
        right: 0
    }
}

@media screen and (min-width: 960px) {
    .sb-header-default__burger {
        display:none
    }

    .sb-header-default__menu {
        display: flex;
        align-items: center;
        justify-content: safe center;
        flex-grow: 1
    }

    .sb-header-default__menu .sb-background {
        display: none
    }
}

.sb-header-default__link-wrapper {
    display: flex
}

@media screen and (max-width: 959px) {
    .sb-header-default__menu {
        position:absolute;
        left: -150%;
        transition: left .6s cubic-bezier(.19,1,.22,1)
    }

    .sb-header-default__menu_open {
        left: 0;
        display: flex;
        flex-direction: column
    }

    .sb-header-default__menu_open .sb-header-default__link-wrapper {
        z-index: 1;
        flex-direction: column
    }

    .sb-header-default__menu_open .sb-header-default__link {
        margin-left: 0
    }

    .sb-header-default__menu_open .sb-header-default__button {
        z-index: 1
    }

    .sb-header-default__menu .sb-background {
        left: -200px
    }

    .sb-header-default__link-wrapper {
        flex-wrap: nowrap;
        overflow: auto
    }

    .sb-header-default__link-wrapper+.sb-header-default__button {
        margin-top: 32px
    }
}

@media screen and (min-width: 960px) {
    .sb-header-default__link-wrapper {
        align-items:flex-start;
        flex-grow: 1;
        flex-wrap: wrap
    }

    .sb-header-default__link-wrapper+.sb-header-default__button {
        margin-left: 32px
    }

    .sb-header-default__link-item {
        margin-left: 16px
    }
}

.sb-header-default__link-wrapper~.sb-header-default__link-wrapper {
    justify-content: flex-center
}

.sb-header-default__link {
    text-decoration: none;
    color: inherit
}

.sb-header-default__link:focus-within,.sb-header-default__link:hover {
    opacity: .8
}

@media screen and (max-width: 959px) {
    .sb-header-default__link-item+.sb-header-default__link-item {
        margin-top:24px
    }

    .sb-header-default__link_menu-color-inherit {
        color: inherit!important
    }
}

.sb-logotype-wrapper {
    position: relative;
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    text-align: left;
    text-decoration: none;
    outline: transparent dashed 1px;
    overflow: hidden;
    object-fit: contain;
    transition: .3s
}

@media screen and (max-width: 1359px) {
    .sb-logotype-wrapper_adaptive_size-s {
        width:136px;
        height: 30px
    }
}

@media screen and (min-width: 1360px) {
    .sb-logotype-wrapper_adaptive_size-s {
        width:200px;
        height: 40px
    }
}

@media screen and (max-width: 1359px) {
    .sb-logotype-wrapper_adaptive_size-s_square {
        width:136px;
        height: 38px
    }
}

@media screen and (min-width: 1360px) {
    .sb-logotype-wrapper_adaptive_size-s_square {
        width:200px;
        height: 48px
    }
}

@media screen and (max-width: 1359px) {
    .sb-logotype-wrapper_adaptive_size-m {
        width:170px;
        height: 38px
    }
}

@media screen and (min-width: 1360px) {
    .sb-logotype-wrapper_adaptive_size-m {
        width:240px;
        height: 48px
    }
}

@media screen and (max-width: 1359px) {
    .sb-logotype-wrapper_adaptive_size-m_square {
        width:170px;
        height: 46px
    }
}

@media screen and (min-width: 1360px) {
    .sb-logotype-wrapper_adaptive_size-m_square {
        width:240px;
        height: 56px
    }
}

@media screen and (max-width: 1359px) {
    .sb-logotype-wrapper_adaptive_size-l {
        width:206px;
        height: 46px
    }
}

@media screen and (min-width: 1360px) {
    .sb-logotype-wrapper_adaptive_size-l {
        width:280px;
        height: 56px
    }
}

@media screen and (max-width: 1359px) {
    .sb-logotype-wrapper_adaptive_size-l_square {
        width:206px;
        height: 54px
    }
}

@media screen and (min-width: 1360px) {
    .sb-logotype-wrapper_adaptive_size-l_square {
        width:280px;
        height: 64px
    }
}

@media screen and (max-width: 1359px) {
    .sb-logotype-wrapper_adaptive_size-xl {
        width:242px;
        height: 54px
    }
}

@media screen and (min-width: 1360px) {
    .sb-logotype-wrapper_adaptive_size-xl {
        width:320px;
        height: 64px
    }
}

@media screen and (max-width: 1359px) {
    .sb-logotype-wrapper_adaptive_size-xl_square {
        width:242px;
        height: 62px
    }
}

@media screen and (min-width: 1360px) {
    .sb-logotype-wrapper_adaptive_size-xl_square {
        width:320px;
        height: 72px
    }
}

.sb-logotype-wrapper_fixed_size-s {
    width: 200px;
    height: 40px
}

.sb-logotype-wrapper_fixed_size-s_square {
    width: 200px;
    height: 48px
}

.sb-logotype-wrapper_fixed_size-m {
    width: 240px;
    height: 48px
}

.sb-logotype-wrapper_fixed_size-m_square {
    width: 240px;
    height: 56px
}

.sb-logotype-wrapper_fixed_size-l {
    width: 280px;
    height: 56px
}

.sb-logotype-wrapper_fixed_size-l_square {
    width: 280px;
    height: 64px
}

.sb-logotype-wrapper_fixed_size-xl {
    width: 320px;
    height: 64px
}

.sb-logotype-wrapper_fixed_size-xl_square {
    width: 320px;
    height: 72px
}

.sb-logotype-wrapper__image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.sb-logotype-wrapper__edit {
    outline: #cbcfd3 dashed 1px
}

.s-main-type-11 {
    position: relative;
    display: flex;
    flex-direction: column
}

.s-main-type-11 .s-main-type-11__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    min-height: 0
}

.s-main-type-11__row {
    box-sizing: border-box
}

@media screen and (max-width: 639px) {
    .sb-header-default__menu .sb-background {
        right:-16px
    }

    .s-main-type-11__row {
        padding: 72px 0
    }

    .s-main-type-11__button {
        width: 100%
    }
}

@media (min-width: 640px) and (max-width:959px) {
    .s-main-type-11__row {
        padding:92px 0
    }
}

@media (min-width: 960px) and (max-width:1359px) {
    .s-main-type-11__row {
        padding:88px 0
    }
}

@media screen and (min-width: 1360px) {
    .s-main-type-11__row {
        padding:96px 0
    }
}

.s-main-type-11__navigation {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.s-main-type-11__buttons {
    width: 100%;
    margin-left: -8px;
    margin-right: -8px;
    font-size: 0
}

.s-main-type-11__button {
    margin-left: 8px;
    margin-right: 8px;
    vertical-align: middle
}
