@font-face {
    font-family: 'Jost';
    src: url('Jost.ttf') format('truetype');
    font-weight: 400 600;
}

body {
    font-family: 'Jost', sans-serif;
}

div,
fieldset {
    --bs-gutter-x: 0 !important;
}

h1 {
    font-size: 3em;
    padding-top: 4rem;
    padding-bottom: 2rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-align: center;
}

h2 {
    font-size: 2.25em;
    padding-top: 4rem;
    padding-bottom: 3rem;
    text-transform: uppercase;
    text-align: center;
}

h3 {
    font-size: 1.75em;
    padding-top: 1rem;
    text-transform: uppercase;
    text-align: center;
}

h4 {
    font-size: 2em;
    font-weight: 600;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

h5 {
    font-size: 1.3em;
}

dd {
    margin-bottom: 1rem;
    margin-left: 1rem;
}
.navbar {
    height: 196px;
    background: white;
}

.navbar-collapse {
    background: white;
    flex-wrap: wrap;
}

.navbar-nav {
    width: 100%;
    justify-content: space-between;
    grid-column: 1 / 4;
}

.nav-link {
    color: black;
    font-size: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.nav-link:hover {
    color: #0a58ca;
}

.nav-link.active {
    color: #76AEFF;
}
.partners-h1{
        display: none;
}
.navbar-collapse{
            justify-content: center;
        align-items: center;
        text-align: center;
}
.brand-colapse-mobile{
        display: flex;
    width: 100%;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.navbar-brand {
        max-width: 70%;
        text-align: center;
        margin-top: 1rem;
        display:flex;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
        gap: 1em;
        //grid-template-columns: repeat(4, 1fr);
        //grid-gap: 1em;
        
}
.navbar-brand2{
    text-align: center;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.navbar-brand img {
    height: 70px;
    padding-left: 0.5rem;
}
.navbar-brand-item{
    flex: 1 1 auto;
    margin-left: 2rem;
    margin-right: 2rem;
}
.navbar-brand-r1{
    display: flex;
    justify-content: space-between;
}
.navbar-brand-r2{
    display: flex;
    justify-content: space-between;
}
.navbar-logo {
    display: none;
    line-height: 50px;
    padding-left: 1rem;
}

.navbar-logo img {
    height: 50px;
    max-width: 216px;
}

.navbar-toggler {
    border: 0;
    padding: 0 1rem 0 0;
    margin-left: auto;
    height: 74px;
}

.navbar-toggler-icon {
    background: url(../img/toggler.jpg);
    width: 70px;
    height: 50px;
}

div.news-item {margin-bottom: 25px;}
div.news-item h3 {padding: 0px;font-size: 30px;line-height: 27px;margin-bottom: 17px;font-weight: normal;}
div.news-item-short span {color: #2368FC;border-bottom: 1px dotted;cursor: pointer;}
div.news-item h3 span {float: right;font-size: 16px;}
div.news-item-content {display: none;margin-top: 12px;}

.header {
    position: relative;
    height: 925px;
    margin-top: 20px;
    background: url(../img/banner-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.header span {
    position: absolute;
    font-size: 1em;;
    bottom: 0;
    right: 0;
    color: white;
    padding: 1rem;
}

.header-mobile {
    margin-top: 100px;
    display: none;
}

.header-mobile img {
    width: 100%;
}

.header-mobile p {
    text-align: center;
    font-size: 1.5em;
    padding-top: 1rem;
}

.header-title {
    text-align: center;
}

.header-title img {
    width: 300px;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
}

.header-title h5 {
    color: #17AB00;
}

.form-button,
.submit-button,
.regul-button {
    text-transform: uppercase;
    font-weight: 600;
    border: 2px solid black;
    border-radius: 100px;
    text-align: center;
    max-width: 500px;
    line-height: 5rem;
    height: 5rem;
    margin: 2rem auto;
    box-shadow: 0px 10px 15px 5px rgba(0, 92, 255, 0.25);
    background: white;
}

.regul-button {
    margin-bottom: 5rem;
}

.button-title,
.submit-button,
.regul-button-title {
    font-size: 2em;
    color: black;
    text-decoration: none;
    padding: 0 2rem;
}

.regul-button-title {
    font-size: 1.5em;
}

.fest-about {
    padding: 5rem;
}

.fest-about h1 {
    padding: 0;
    padding-bottom: 2rem;
}

.fest-about-name-normal {
    display: block;
}

.fest-about-name-mobile {
    display: none;
}

.fest-about-photo {
    text-align: center;
}

.fest-about-photo img {
    width: 100%;
    max-width: 390px;
}

.fest-about-text {
    display: flex;
    padding: 0 2rem;
}

.fest-about-text-inner {
    margin: auto;
}

.fest-about-text ul {
    padding: 0;
    text-align: right;
}

.fest-about-text li {
    list-style: none;
    line-height: 1em;
    padding-bottom: 0.5em;
}

.fest-about-text p {
    margin-top: 1rem;
    margin-bottom: 0;
    text-align: justify;
}
.fest-about-plan {
    text-align: center;
}

.fest-about-plan a {
    text-decoration: none
}

.jury-box {
    padding: 1rem;
}

.jury-box img {
    width: 100%;
}

.jury-box ul {
    padding: 0
}

.jury-box li {
    list-style: none;
    line-height: 1em;
    padding-bottom: 0.5em;
}

.jury-title p {
    font-size: 20px;
    padding-right: 1rem;
    margin-bottom: 1rem;
}

.jury-side {
    display: none;
    padding: 0 1rem;
    margin: auto;
}

.fest-number {
    font-size: 4em;
    font-weight: 600;
    border-radius: 50%;
    line-height: 180px;
    width: 180px;
    height: 180px;
    margin: 0 auto;
    background: linear-gradient(225.99deg, DeepSkyBlue 14.62%, LightSkyBlue 86.73%);
    color: #000;
    text-align: center;
}

.fest-number-title {
    height: 4em;
}

.fest-number-sub {
    font-size: 20px;
}

.req {
    text-align: center
}

.req-img {
    height: 90px;
}

.req-img-title {
    font-size: 20px;
    padding-top: 1rem;
}

.req-title {
    padding-top: 3rem;
}

.req-title p {
    font-size: 24px;
    padding-bottom: 2rem;
}

.req-title h3 {
    font-size: 24px;
    font-weight: 600;
}

.req-box {
    height: 100%;
    padding: 2rem 3rem;
    border-radius: 30px;
    background: linear-gradient(90deg, DeepSkyBlue 0%, LightSkyBlue 100%);
}

.req-box h3 {
    padding-bottom: 2rem;
}

.req-box li {
    padding-bottom: 1rem;
}

.req-box-left {
    margin-right: 2rem;
}

.req-box-right {
    margin-left: 2rem;
}

#fest-form {
    margin-top: 5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background: linear-gradient(90deg, LightSkyBlue 0%, DeepSkyBlue 100%);
}

#fest-form .form-text, #fest-form a {
    color: #fff;
}

#fest-contacts {
    padding-bottom: 3rem;
}

.contacts-row {
    display: flex;
    height: 80px;
    vertical-align: middle;
    padding-left: 1rem;
    padding-right: 1rem;
}

.contacts-col-img {
    margin: auto 0;
}

.contacts-col-info {
    margin: auto 0;
}

.contacts-col-img img {
    height: 60px;
    margin-right: 3rem;
}

.contacts-col-info a,
.contacts-col-info span {
    font-size: 24px;
    text-transform: uppercase;
    text-decoration: none;
    color: black;
}

.org-img {
    text-align: center;
    padding: 1rem;
}

.org-img img {
    max-width: 100%;
    max-height: 133px;
}

@media (max-width: 1400px) {
    .nav-link {
        font-size: 1em;
    }

}

@media (max-width: 1200px) {
    .navbar {
        height: 90px;
    }

    .navbar-logo {
        display: block;
    }
    .partners-h1{
        display: block;
    }
    .navbar-collapse {
        padding: 2rem;
        font-size: 2em;
        border-bottom:1px solid black;
        box-shadow: 2px 5px 10px 5px rgba(0, 0, 0, .2);
        display:flex;
        flex-direction: column;
        flex-wrap: nowrap

    }
    .navbar-brand img {
      height: 105px;
    }
.navbar-brand{
    display:flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.navbar-brand-r1{
    flex-direction: column;
    flex-wrap: wrap;
}
.navbar-brand-r2{
    flex-direction: column;
    flex-wrap: wrap;
}
.navbar-brand-item{
    order: -1;
    margin-left: 0rem;
    margin-right: 0rem;
}
#navbar-brand-item1{
    order: 6;
}
#navbar-brand-item2{
    order: 7;
}
#navbar-brand-item3{
    order: 1;
}
#navbar-brand-item4{
    order: 3;
}
#navbar-brand-item5{
    order: 4;
}
#navbar-brand-item6{
    order: 5;
}
#navbar-brand-item7{
    order: 2;
}


    .header {
        display: none;
    }

    .header-mobile {
        display: block;
    }

    .header-title {
        display: none;
    }
    
    .fest-about-name-normal {
        display: none;
    }

    .fest-about-name-mobile {
        display: block;
    }
    
    .fest-number {
        font-size: 3.5em;
        line-height: 150px;
        width: 150px;
        height: 150px;
    }

    .req-img {
        margin-top: 2rem;
    }

    .req-box {
        margin: 0;
    }

    .req-box-top {
        margin-bottom: 2rem;
    }
}

@media (max-width: 990px) {
    .fest-about {
        padding: 0;
        padding-top: 3rem;
    }

    .banner-2 {
        display: none;
    }
    
    .jury-box {
        padding: 0.5rem;
    }
    
    .jury-box-up {
        padding-bottom: 2rem;
    }

    .fest-number {
        font-size: 3em;
        line-height: 125px;
        width: 125px;
        height: 125px;
        margin-top: 2rem;
    }

    .fest-number-title {
        height: 2.5em;
    }

    #fest-form .row {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .contacts-col-img img {
        height: 50px;
        margin-right: 2rem;
    }

    .contacts-col-info a,
    .contacts-col-info span {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .fest-about-photo {
        padding: 0 5rem 2rem;
    }
    
    .jury-title {
        display: none;
    }
    
    .jury-box {
        padding: 0;
    }

    .jury-side {
        display: block;
    }
    
    .jury-side ul {
        padding: 0
    }

    .jury-side li {
        list-style: none;
        line-height: 1em;
        padding-bottom: 0.5em;
    }

    .jury-box-up {
        padding-bottom: 0;
    }
    
    .req-title {
        padding-top: 2rem;
    }

    .req-title p {
        padding-bottom: 0;
    }

    .req-img {
        height: 70px;
    }

    .req-img-first {
        margin-top: 0;
    }
}

@media (max-width: 576px) {
    h1 {
        font-size: 2.2em;
    }

    h2 {
        font-size: 2em;
    }

    h3 {
        font-size: 1.5em;
    }

    h4 {
        font-size: 1.25em;
    }

    .header-mobile p {
        font-size: 1em;
    }
    
    .video-box {
        display: none;
    }
    
    .fest-number {
        font-size: 2.5em;
        line-height: 100px;
        width: 100px;
        height: 100px;
    }

    .req-box {
        margin-left: 1rem;
        margin-right: 1rem;
        padding-left: 0.2rem;
        padding-right: 0.2rem;
    }

    .jury-side h4 {
        font-size: 1.5em;
    }
    
    .col-form-label p {
        margin-bottom: 0;
    }

    .contacts-col-img img {
        height: 50px;
        margin-right: 1rem;
    }
}

@media (max-width: 500px) {
    .form-button {
        margin-right: 1rem;
        margin-left: 1rem;
    }
        
    .jury-side ul {
        display: none;
    }
    
    .regul-button-title {
        font-size: 1em;
    }
}
