@import url("bootstrap-reboot.min.css");
@import url("bootstrap.css");
@import url("bootstrap-grid.min.css");
@import url("fonts.css");


/*color: 00D0D5*/

:root {
    --font-regular: ofont_ru_Proxima_Nova_Regular, AvertaDemoPE-Regular, Helvetica, sans-serif;
    --font-stack: ofont_ru_Proxima_Nova_Semibold, AvertaDemoPE-Regular, Helvetica, sans-serif;
    --font-h: ofont_ru_Proxima_Nova_Condensed_Extrabold, AvertaDemoPE-Black, Helvetica, sans-serif;
    --color-h1: rgba(0, 124, 213, 1);
    --color-h2: rgba(0, 208, 213, 1);
    --color-h3: rgba(0, 124, 213, 1);
}

h1 {
    color: var(--color-h1);
    font-family: var(--font-h);
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    /*margin-bottom: 1rem;*/
}

h2 {
    color: var(--color-h2);
    font-family: var(--font-h);
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

h3 {
    color: var(--color-h3);
    font-weight: 600;
}

h4 {
    border-top: 5px solid rgba(0, 208, 213, 1);
    width: max-content;
    padding-top: 10px;
    font-family: var(--font-h);
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}

h5 {
    text-align: center;
    padding-top: 10px;
    font-family: var(--font-h);
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    /*padding-bottom: 10px;*/
    /*border-bottom: 5px solid rgba(0, 208, 213, 1);*/
}

.demand_icon p {
    font-family: var(--font-stack);
    color: white;
}

.important_rule_display {
    display: none !important;
}

.full_colour {
    opacity: 1 !important;
}

p {
    font-family: var(--font-regular);
}

html {
    overflow-x: hidden;
}
body {
    font-family: var(--font-stack);
}
header {
    min-height: 100vh;
}

a {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.row {
    padding-left: 5vw;
    padding-right: 5vw;
    margin: 0;
}

#circle_soc {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(208.86deg, #007CD5 12.99%, #00D0D5 49.49%, #88D09A 85.98%), #88D09A;
}

#circle_soc #soc{
    display: flex;
    position: inherit;
    flex-direction: column;
}

#soc a:nth-child(2n){
    margin: 15px 0;
}

#soc a:hover {
    transform: scale(1.5,1.5);
}

#operator {
    position: absolute;
}

.news {
    color: black;
    text-decoration: underline;
}

#nominations {
    height: 100vh;
    background: url("../img/bg_nominations.png") no-repeat;
    background-size: 100% 100%;
}
.for_pattern {
    background-image: url("../img/pattern.png");
}
.for_pattern2 {
    background: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,0));
}

.address {
    padding-top: 15px;
}


.text_okrug {
    font-weight: 600;
    font-size: 20px;
    width: 80%;
}
.participate_block {
    display: flex;
    flex-direction: column;

    /*justify-content: space-between;*/
    /*border: 3px solid #FFFFFF;*/
    /*box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);*/
    /*border-radius: 15px;*/
    padding: 10px;
    /*background: rgba(255,255,255,1);*/
}

.demand_icon {
    width: 100%;
}

.participate_block button {
    background: linear-gradient(80.41deg, #007CD5 3.33%, #00D0D5 50%, #88D09A 96.67%), #88D09A;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    padding: .8em;
    border: none;
    opacity: 0.5;
    outline: none;
    color: #FFF;
    /*display: none;*/
}

#nominations {
    background: linear-gradient(82.44deg, #007CD5 3.33%, #00D0D5 50%, #88D09A 96.67%), #88D09A;
}

#zvo_min img,#uvo_min img,#vvo_min img,#cvo_min img,#sf_min img {
    opacity: 0;
}

#zvo_min:hover img,#uvo_min:hover img,#vvo_min:hover img,#cvo_min:hover img,#sf_min:hover img {
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.gallery img {
    margin: 10px;
    background: #C4C4C4;
    border: 3px solid #FFFFFF;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    outline: none;
}

#demand .gallery_block {
    background: linear-gradient(82.44deg, #007CD5 3.33%, #00D0D5 50%, #88D09A 96.67%), #88D09A;
    border-radius: 30px;
    margin: 30px 30px 0 30px;
    outline: none;
}

.gallery_bottom {
    margin-bottom: 20px;
}

.slick-dots {
    position: relative;
}

.slick-dots li button:before {
    color: rgba(0, 208, 213, 1) !important;
    width: 10px;
}

#nominations::-webkit-scrollbar {
    height: 6px;
}

#nominations::-webkit-scrollbar:vertical {
    display: none;
}

#nominations::-webkit-scrollbar-thumb {
    background: linear-gradient(82.44deg, #007CD5 3.33%, #00D0D5 50%, #88D09A 96.67%), #88D09A;
    border-radius: 0;
}

/*#nominations::-webkit-scrollbar-button:horizontal:enabled {*/
/*    display: block;*/
/*    height: 20px;*/
/*    width: 10px;*/
/*    opacity: 1;*/
/*    background: white;*/
/*}*/

.demand-text {
    color: white;
}

iframe {
    border:none;
}

#burger_logo {
    position: absolute;
    top: 1%;
    left: 5%;
}

#burger_logo #logo_min{
    width: 50%;
}

#header_min {
    min-height: 100vh;
}

#header_min .row {
    height: inherit;
}

@media (max-width: 575px) {

    .nomination_icons img {
        width: 10%;
    }
    h1 {
        font-size: 1.8em;
    }
    h2 {
        font-size: 1.5em;
    }
    h3 {
        font-size: 1em;
    }
    h4, #demand_h p {
        font-size: 1rem;
    }
    header p {
        font-size: .7rem;
    }
    .demand-text p {
        font-size: .7em;
    }
    .gallery_bottom {
        flex-wrap: wrap;
        align-items: flex-start;
        min-height: 400px !important;
    }
    .demand_icon img {
        width: 50px;
        /*margin-left: calc(50% - 25px);*/
        padding-top: 20px;
    }
    .content p {
        font-size: 0.8em;
    }
    .demand_icon {
        width: 100%;
    }
    .demand-text {
        width: 100%;
    }
    h5:after {
        padding-top: 5px;
        display: block;
        width:25%;
        content: '';
        position: absolute;
        border-bottom: 5px solid rgba(0, 208, 213, 1);
    }
    ul1 li1 {
        font-size: 1em;
    }
    .participate_block {
        width: 100%;
        margin-bottom: 20px;
    }
}

/*// Малые девайсы («ландшафтные телефоны», >= 576px)*/
@media (min-width: 576px) {
    ul1 li1 {
        font-size: 1.5em;
    }
    h4, #demand_h p {
        font-size: 1.1rem;
    }

    h5:after {
        padding-top: 5px;
        display: block;
        width:15%;
        content: '';
        position: absolute;
        border-bottom: 5px solid rgba(0, 208, 213, 1);
    }

    .participate_block {
        width: 100%;
        margin-bottom: 20px;
    }
    .demand-text p {
        font-size: .9em;
    }

    .content p {
        font-size: 0.9em;
    }
    .demand-text {
        width: 80%;
    }
    .gallery_bottom {
        align-items: center;
        min-height: 500px !important;
    }
}

/*// Средние девайсы («таблетки», >= 768px)*/
@media (min-width: 768px) {
    header {
        min-height: 70vh;
    }

    ul1 li1 {
        font-size: 2em;
    }
    h4, #demand_h p {
        font-size: 1.2rem;
    }
    #circle_soc {
        width: 380px;
        height: 380px;
        right: 0;
    }
    #circle_soc #soc{
        top: 22%;
        right: 20%;
    }
    #logo {
        width: 100%;
    }
    #operator {
        height: 500px;
        left:-50px;
    }
    .nominations{
        justify-content: center;
    }
    .nominations img{
        margin: 10px;
    }

    .participate_block img {
        width: 10%;
    }
    .content p {
        font-size: 0.8em;
    }
    .nomination_icons img {
        width: 8%;
    }
    .demand-text p {
        font-size: .9em;
    }
}

/*// Большие девайсы (десктопы, >= 992px)*/
@media (min-width: 992px) {
    #circle_soc {
        width: 420px;
        height: 420px;
        right: 0;
    }
    #circle_soc #soc{
        top: 25%;
        right: 20%;
    }
    #logo {
        width: 150px;
        text-align: left;
    }
    #operator {
        height: 600px;
        left:-50px;
    }
    header p {
        font-size: 1.1em;
    }
    .participate_block p{
        font-size: .9em;
    }
    #zvo p{
        font-size: .8em;
    }
    .participate_block button {
        width: 80%;
        margin-left: 10%;
    }
    .participate_block {
        width: 19%;
        margin: 0;
    }
    h1 {
        font-size: 3em;
    }
    h2 {
        font-size: 2em;
    }
    h3 {
        font-size: 1.7em;
    }
    h4 {
        font-size: 1.5rem;
    }
    h5 {
        font-size: 1.6rem;
    }
    h5:after {
        padding-top: 5px;
        display: block;
        width:10%;
        content: '';
        position: absolute;
        border-bottom: 5px solid rgba(0, 208, 213, 1);
    }
    .content p, #demand_h p {
        font-size: 1.1em;
    }

    #demand_h  p{
        font-weight: 600;
    }

    .nomination_icons img {
        width: 8%;
    }
    .demand-text p {
        font-size: 1.1em;
    }
}

/*// Экстрабольшие девайсы (большие десктопы, >= 1200px)*/
@media (min-width: 1200px) {
    header {
        min-height: 100vh;
    }
    #circle_soc {
        width: 484px;
        height: 484px;
        right: 0;
    }
    #circle_soc #soc {
        top: 27%;
        right: 20%;
    }
    #operator {
        height: 650px;
        left:0;
    }

    header p {
        font-size: 1.2em;
    }
    .news {
        font-size: 1.2em;
    }
    .content p, #demand_h p {
        font-size: 1.1em;
    }
    #zvo p{
        font-size: .9em;
    }
    .participate_block p{
        font-size: 1em;
    }
    .participate_block button {
        width: 60%;
        margin-left: 20%;
    }
    #nominations {
        display: flex;
        justify-content: center;
    }
}

/*// Экстрабольшие девайсы (большие десктопы, >= 1200px)*/
@media (min-width: 1500px) {
    #circle_soc {
        width: 550px;
        height: 550px;
        right: 0;
    }
    #circle_soc #soc{
        top: 28%;
        right: 20%;
    }
    #operator {
        height: 750px;
        left:0;
    }
    h1 {
        font-size: 4em;
    }
    h3 {
        font-size: 2.5em;
    }
    header p {
        font-size: 1.4em;
    }
    .news {
        font-size: 1.4em;
    }
    .content p, #demand_h p {
        font-size: 1.3em;
    }
}

#menu {
    display:flex;
    justify-content: space-evenly;
}

#menu a {
    text-decoration: none;
    color:black;
    padding-top: 10px;
    font-weight: bold;
    /*font-size: 1.2em;*/
}

#menu a:hover {
    color: rgba(0, 208, 213, 1);
    border-top: 5px solid;
}

/*============================== scrollbar =================================*/

::-webkit-scrollbar-button{
    display:block;
    height:0;
}
::-webkit-scrollbar-thumb{
    background-color:rgba(0, 208, 213, .5);
    border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
    background-color:rgba(0, 208, 213, .5)
}
::-webkit-scrollbar-track{
    background-color:#efefef
}
::-webkit-scrollbar-track:hover{
    background-color:#CCC
}
::-webkit-scrollbar{
    width:10px;
}
/*============================== end scrollbar =================================*/

/*============================== progressbar =================================*/
progress{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:10px;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    border:none;
    background:transparent;
    color:rgba(0, 208, 213, 1);
}

progress::-webkit-progress-bar{
    background:transparent;
    border-radius:5px;
}

progress::-webkit-progress-value{
    background:rgba(0, 208, 213, 1);
    border-radius:5px;
}
progress::-moz-progress-bar{
    background:rgba(0, 208, 213, 1);
    border-radius:5px;
}
.progress-container{
    width:100%;
    background:transparent;
    position:fixed;
    top:0;
    left:0;
    height:5px;
    display:block;
}

.progress-bar{
    background:rgba(0, 208, 213, 1);
    width:0%;
    display:block;
    height:inherit;
}
/*============================== progressbar_end =================================*/
