

html * {
   font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size:18px;
}


body{
    background-color:#FFEAD7;
    font-size:16px;
}


.pointer{
    cursor: pointer;
}



.section_main{
    background-color: #6A653A;
    min-height:600px;
}


.section_footer{
    background-color: #6A653A;
    min-height:600px;
}

.section_playlist{
    background-color: #F6D166;
    background-image: url("images/warriors.jpg");
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 60%;
}


.section_coin{
    background-color: #68683f;
    color:#E1E1E1;
}
.section_sign{
    background-color: #E1E1E1;
    color:#000000;
}
.section_boots{
    background-color: #000000;
    background-image: url("images/boots.jpg");
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    color:#FFFFFF;
    min-height: 700px;
}

.text-tactic{
    color:#6A653A;
}
.boots_bg{
    background-image: url("images/boots.jpg");
 background-size: cover;
 background-position: right center;
 background-repeat: no-repeat;

}

.header_link{
    font-weight:500;
}

.lang_link{
    font-weight:500;
    color:  #C3C1B0;
}



.header_text_en, .header_text{
    font-family: 'UAF Sans';
    font-weight: bold;
    font-size:70px;
    line-height:70px;
}

.header_text_bg{
    background-color: #FFFFFF;
    color: #6A653A;
    font-weight: 800;
    padding-top: 4px;
}



.header_text_bg_footer{
    background-color: #6A653A;
    color: #FFFFFF;
}

.forest_bg{
 background-image: url("images/forest_bg.jpg");
    background-attachment: fixed;


    z-index: -10;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;

}

.yellow_bg{
    background-color: #E9CC60;
}

.card_custom_button{
    background-color:#6A653A;
    color: white!important;
    font-size: 16px;
    font-weight: 600;
    text-transform:uppercase;
}


.card_custom_button:hover{
    background-color: white !important;
    color: #6A653A !important;
}

.uaf_s1_en, .uaf_s1{
    font-family: 'UAF Sans';
    font-weight: 500;
    font-size:40px;
    line-height:47px;
}

.uaf_s2{
    font-family: 'UAF Sans';
    font-weight: bold;
    font-size:60px;
    line-height:0.85;
    text-transform:uppercase;

}

.raleway_s1{
    font-size:25px;
}

.raleway_s2{
    font-size:30px;
    font-weight: bold;
}

.raleway_s3{
    font-size:26px;
    font-weight: bold;
}

.raleway_s4{
    font-size:18px;
}

.raleway_s5_en, .raleway_s5{
    font-size:20px;
    font-weight:500;
}

.artists_list{
    font-size:29px;
    font-weight: 600;
    line-height: 1.8;
}

.playlist_desc{
    font-family: 'Cy Grotesk Wide';
    font-size:22px;
    text-transform:uppercase;
}

.playlist_title{
    font-family: 'Cy Grotesk Grand Dark';
    font-size:60px;
    text-transform:uppercase;
}


.playlist_streamings{
    font-family: 'UAF Sans';
    font-weight: 500;
    font-size:33px;
    line-height:0.9;
}




.black_logo_zsu, .main_logo_zsu{
    width:160px
}
.main_logo_suhoputni{
    width:130px
}


.main_logo_suhoputni_en{
    width:100px
}
.main_logo_KS{
    width:135px
}

@media (max-width: 575.98px) {
    .card_custom_button{
        font-size: 12px;
    }
    .raleway_s3{
        font-size:16px;

    }
    .raleway_s3 br {
        display: none;
    }

    .playlist_streamings{
        font-size:20px;
    }

    .playlist_desc br, .raleway_s1 br, .playlist_streamings br {
        display: none;
    }

    .main_logo_zsu{
        width:110px
    }
    .main_logo_suhoputni{
        width:80px
    }

    .main_logo_suhoputni_en{
        width:60px
    }
    .main_logo_KS{
        width:85px
    }

    .section_playlist{
        background-size: 80%;
    }
    .header_text{
        font-size:50px;
        line-height:50px;
    }





    .artists_list{
        font-size:20px;
    }

    .playlist_desc{
        font-size:18px;
    }

    .playlist_title{
        font-size:40px;
    }

    .raleway_s5{
        font-size:18px;
    }

    .uaf_s1_en{
        font-size:25px;
        line-height:27px;
    }

    .header_text_en{
        font-size:27px;
        line-height:29px;
    }
}
@media (max-width: 767.98px) {
    .forest_bg{
        background-attachment: initial;
    }


    .section_boots{
        padding-bottom:400px;
        background-size: 170%;
        background-position: right bottom;
    }

    .raleway_s4{
        font-size:14px;
    }

    .header_text_en{
        font-size:27px;
        line-height:29px;
    }


}


@media (min-width: 992px) {
    .header_text_en{
        font-size:45px;
        line-height:45px;
    }

}

@media (max-width: 991.98px) {

    .playlist_streamings br {
        display: none;
    }
    .uaf_s1{
        font-size:30px;
        line-height:35px;
    }
    .uaf_s2{
        font-size:40px;
    }
    .raleway_s1{
        font-size:20px;
    }




    [data-aos-delay] {
        transition-delay: 0s !important;
    }
}

@media (max-width: 1199.98px) {

}

@media (max-width: 1399.98px) {

}
