.firstScreen{
    /* background: url("../images/fs_bg.jpg") no-repeat center var(--default); */
    /* background: url("../images/gif/Center_Kubok_loop.gif") no-repeat center var(--default); */
    /* background: url("../images/gif/Center_Kubok_loop_V2.gif") no-repeat center / contain; */
    background: var(--default);
    background-size: contain;
    padding-top: 195px;
    color: var(--alter);
    padding-bottom: 63px;
    position: relative;
    height: 700px;
    min-height: 700px;
}
.firstScreen:before {
    /* content: "";
    display: block;
    width: 100%;
    max-width: 550px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url("../images/gif/Center_Kubok_loop_V2.gif") no-repeat center / contain;
    box-shadow: inset 0px 0px 43px 50px #0a0a0a, 0px 0px 43px 50px #0a0a0a; */
    /* background: url("../images/gif/Center_Kubok_loop.gif") no-repeat center / contain; */
}
.firstScreen__bgVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 50px 40px #000000;
}
.firstScreen__bgVideo video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.firstScreen .container {
    height: 100%;
}
.firstScreen__wrap{
    display: grid;
    grid-template-areas: 'title organiztions' 'place organiztions' 'remainings support';
    grid-template-columns: 1fr 200px;
    position: relative;
    height: 100%;
}
.firstScreen__title{
    grid-area: title;
}
.firstScreen__organizations{
    padding-top: 8px;
    grid-area: organiztions;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 14px;
}
.firstScreen__where{
    grid-area: place;
}
.firstScreen__remaining{
    grid-area: remainings;
    align-self: flex-end;
}
.firstScreen__support{
    padding-top: 55px;
    grid-area: support;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 27px;
    align-self: flex-end;
}

.firstScreen__titleText{
    font-weight: 500;
    font-size: 104px;
    height: 94px;
    line-height: 1;
    margin-bottom: 33px;
    margin-left: -10px;
    letter-spacing: -3px;
}

.firstScreen__date{
    color: var(--accent);
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -1px;
    margin-bottom: -6px;
    line-height: 1;
}
.firstScreen__day{
    font-family: 'Angst', sans-serif;
    font-size: 96px;
    letter-spacing: -5px;
    margin-right: 10px;
}

.firstScreen__place{
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -1px;
}

.organization{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 2px;
}

.firstScreen__remaining::before{
    content: '';
    display: block;
    width: 413px;
    max-width: 100%;
    height: 1px;
    /* background-color: var(--alter); */
    background-color: var(--cl_line);
    margin-bottom: 12px;
    margin-top: 44px;
    display: none;
}
.firstScreen__link{
    margin-top: 21px;
}

.mainPagePadding{
    height: 100px;
}
.organization__logo img {
    max-width: 111px;
}





@media screen and (max-width: 1200px) {
    .firstScreen {
        /* background-size: cover; */
    }
    .firstScreen__wrap {
        grid-template-columns: 1fr;
        grid-template-areas: 'title' 'organiztions' 'place' 'support' 'remainings';
    }
    .firstScreen__organizations {
        flex-direction: row;
        justify-content: flex-end;
    }
    .firstScreen__support {
        flex-direction: row;
        justify-content: flex-end;
        padding-top: 0;
    }
    .firstScreen__remaining::before {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .firstScreen__wrap {
        display: flex;
        flex-direction: column;
    }
    .firstScreen__title {
        margin-bottom: 40px;
    }
    .firstScreen__titleText {
        height: auto;
        margin-bottom: 0;
    }
    .firstScreen__organizations {
        flex-direction: row-reverse;
        justify-content: flex-end;
        gap: 20px;
        margin-bottom: 60px;
    }
    .organization {
        align-items: flex-start;
    }
    .firstScreen__day {
        font-size: 64px;
    }
    .firstScreen__date {
        margin-bottom: 0px;
    }
    .firstScreen__timer {
        display: none;
    }
    .firstScreen__link {
        margin-top: 40px;
    }
    .firstScreen__support {
        display: none;
    }
}


@media screen and (max-width: 576px) {
    .firstScreen {
        background-size: cover;
        background-position: top;
        padding-top: 160px;
        padding-bottom: 0;
        position: relative;
        background: none;
    }
    /* .firstScreen:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url("../images/fs_bg.jpg") no-repeat center var(--default);
        background-size: cover;
        z-index: 0;
    } */
    .firstScreen:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(10, 10, 10, 0.04) 56.87%, rgba(10, 10, 10, 0.8) 81.03%);
    }
    .firstScreen__wrap {
        position: relative;
        z-index: 1;
    }
    .firstScreen__titleText {
        font-size: 58px;
        margin-left: 0;
    }

    .organization__logo {
        max-width: 80px;
        font-size: 0;
    }
    .organization__logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .organization__text {
        font-size: 13px;
        font-weight: 300;
    }
}


@media screen and (max-width: 400px) {
    /* .firstScreen:before {
        height: calc(100% - 60px);
        top: auto;
        bottom: 0;
        background-size: cover;
    } */
}