:root {
    /* --main-color-dark: #496e6e; */
    --main-color-red: #d9202a;
    --main-color-grey: #8a8b8a;
}


* {
    /* border: 1px solid red; */
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family:Arial, Helvetica, sans-serif; */
    font-family: 'Cuprum', sans-serif;
}

/* body, html { */
    /* * { */
        /* margin: 0;
        padding: 0; */
        /* box-sizing: border-box; */
/* } */


header {
    position: relative;
    padding-top: 20px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: visible;
}

header .header-line {
    width: 100%;
    height: 40px;
    background-color: #b4b5b3;
    color: black;

    display: flex;
    align-items: center;
    position: relative;
    text-transform: uppercase;
    /* justify-content: space-between; */
}

header .logo {
    position: absolute;
    z-index: 1;
}

header .logo img {
    height: 5rem;
}

.wrapper {
    width: 100%;
    height: auto;
    /* pointer-events: none; */
}

#menu-mobile-app {
    position: absolute;
    right: 10px;
    /* top: 12px; */
    cursor: pointer;
    width: 100px;
    display: flex;
    align-items: center;
}

a {
    color: black;
    text-decoration: none;
}

.songs a:hover {
    color: #b4b5b3;
}

.content .region {
    padding-top: 1.4rem;
    color: black;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content .region h1 {
    /* margin-bottom: 30px; */
    font-family: 'Matias', sans-serif;
}

.song {
    margin: 0 auto;
    padding: 20px;
}



.song .region {
    /* width: 250px;
    min-width: 35%; */
    max-width: 450px;
    margin: 0 auto;
    background-color: var(--main-color-red);
    color: white;
    /* padding: 5px 15%; */
    padding: 5px 4%;
    font-size: 21px;
}

.song a {
    width: 90%;
}

.song .place {
    font-size: 1.2rem;
    /* color: blue; */
    font-weight: bold;
    text-align: center;
}

.song .about {
    text-align: center;
    padding: 10px 20px 20px 20px;
    /* color: green; */
    font-size: 1.2rem;
}

.song .block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px 0;
}

.song .block audio {
    margin-top: 5px;
}

.song .block a {
    color: rgb(159, 75, 75);
    font-size: 1.2rem;
}

.song .block .description {
    text-transform: uppercase;
    /* color: orange; */
    font-size: 1.3rem;
    font-weight: bold;
    padding-bottom: 10px;
    /* margin-bottom: 30px; */
}

.song .text p {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.voices {
    display: flex;
    gap: 1rem;
    padding: 20px 0;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}

.voices .audio-button {
    transform: scale(.9, .9);
    /* width: 50px;
    height: 50px; */
}

/* buttons */

.chorus-button {
    padding: 15px 50px;
    text-transform: uppercase;
    background-color: var(--main-color-grey);
    border-radius: 5px;
}

.audio-button {
    /* transform: scale(.2,.2); */
    cursor: pointer;
}

.audio-button.sashab {
    background: url('./../images/SashaB.png') no-repeat;
    width: 190px;
    height: 244px;
}

.audio-button.sashab.active {
/* .audio-button.sashab:hover { */
    background-position: 0px -245px;
}

.audio-button.anya {
    background: url('./../images/Anya.png') no-repeat;
    width: 174px;
    height: 245px;
}

.audio-button.anya.active {
    background-position: 0px -245px;
}

.audio-button.lesha {
    background: url('./../images/Lesha.png') no-repeat;
    width: 174px;
    height: 244.5px;
}

.audio-button.lesha.active {
    background-position: 0px -246px;
}

.audio-button.olya {
    background: url('./../images/Olya.png') no-repeat;
    width: 174px;
    height: 245px;
}

.audio-button.olya.active {
    background-position: 0px -245px;
}

.audio-button.masha {
    background: url('./../images/Masha.png') no-repeat;
    width: 222px;
    height: 244px;
}

.audio-button.masha.active {
    background-position: 0px -244px;
}

.audio-button.sashash {
    background: url('./../images/SashaSh.png') no-repeat;
    width: 188px;
    height: 245px;
}

.audio-button.sashash.active {
    background-position: 0px -245px;
}

.audio-button.deva {
    background: url('./../images/deva.png') no-repeat;
    width: 165px;
    height: 245px;
}

.audio-button.deva.active {
    background-position: 0px -244.5px;
}

.audio-button.kazak1 {
    background: url('./../images/kazak1.png') no-repeat;
    width: 190px;
    height: 245px;
}

.audio-button.kazak1.active {
    background-position: 0px -244px;
}

.audio-button.kazak2 {
    background: url('./../images/kazak2.png') no-repeat;
    width: 191px;
    height: 245px;
}

.audio-button.kazak2.active {
    background-position: 0px -245px;
}

.audio-button.kazak3 {
    background: url('./../images/kazak3.png') no-repeat;
    width: 193px;
    height: 245px;
}

.audio-button.kazak3.active {
    background-position: 0px -245px;
}

.audio-button.kazak4 {
    background: url('./../images/kazak4.png') no-repeat;
    width: 149px;
    height: 245px;
}

.audio-button.kazak4.active {
    background-position: 0px -245px;
}

.audio-button.kazak5 {
    background: url('./../images/kazak5.png') no-repeat;
    width: 179px;
    height: 245px;
}

.audio-button.kazak5.active {
    background-position: 0px -244px;
}

.audio-button.kazak6 {
    background: url('./../images/kazak6.png') no-repeat;
    width: 163px;
    height: 245px;
}

.audio-button.kazak6.active {
    background-position: 0px -244px;
}

.audio-button.garmonist {
    background: url('./../images/garmonist.png') no-repeat;
    width: 194px;
    height: 250px;
}

.audio-button.garmonist.active {
    background-position: 0px -248px;
}

.audio-button.bubnist {
    background: url('./../images/bubnist.png') no-repeat;
    width: 194px;
    height: 250px;
}

.audio-button.bubnist.active {
    background-position: 0px -248px;
}

.audio-button.skripka {
    background: url('./../images/skripka.png') no-repeat;
    width: 195px;
    height: 249px;
}

.audio-button.skripka.active {
    background-position: 0px -249px;
}

.audio-button.balalai {
    background: url('./../images/balalai.png') no-repeat;
    width: 188px;
    height: 245px;
}

.audio-button.balalai.active {
    background-position: 0px -248.5px;
}

.audio-button.kazachka1 {
    background: url('./../images/kazachka1.png') no-repeat;
    width: 193px;
    height: 245.5px;
}

.audio-button.kazachka1.active {
    background-position: 0px -245.5px;
}

.audio-button.kazachka2 {
    background: url('./../images/kazachka2.png') no-repeat;
    width: 193px;
    height: 245.5px;
}

.audio-button.kazachka2.active {
    background-position: 0px -245.5px;
}

.audio-button.kazachka3 {
    background: url('./../images/kazachka3.png') no-repeat;
    width: 193px;
    height: 245.5px;
}

.audio-button.kazachka3.active {
    background-position: 0px -245.5px;
}

.content .region p {
    padding: 1rem 2rem 2rem 2rem;
    font-size: 1.2rem;
}

.content .region a {
    font-size: 1.3rem;
    font-weight: bold;
}


.content .region .songs {
    padding: 1rem 0.5rem;
    width: 100%;
}

.content .region .songs .song {
    padding: 5px 0;
}

#search-input {
    width: 150px;
}

#search-results {
    width: 250px;
    /* padding: 5px; */
}

.search-result-item {
    padding: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: white;
    /* white-space: collapse; */
}

.search-result-item a {
    color: white;
}

/* #audio-progress-bar {
    width: 200px;
    height: 10px;
    background-color: darkgoldenrod;
    margin: 10px 0 20px 0;
} */

/* #animation_container {
	position:absolute;
	margin:auto;
	left:0;right:0;
	top:0;bottom:0;
} */

/* .header {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 50px auto;
    max-width: 300px;
}

.header .button {
    margin-top: 30px;
} */

/* .tracks {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 50px auto;
    max-width: 300px;
} */

/* .button {
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: lightcoral;
    color: white;
    width: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
} */

.trackline {
    display: flex;
    flex-grow: 2;
    margin-bottom: 20px;
}

.trackline input {
    margin-right: 10px;
}

.title {
    padding-left: 30px;
    margin-bottom: 10px;
}

.song {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* padding: 30px; */
}

.song .title {
    font-size: 36px;
    padding: 20px 0;
    text-align: center;
}

.robots {
    width: 100%;
    height: auto;
    padding: 0 2rem 10px 2rem;

    border-bottom: 3px solid black;
}

.robots img {
    width: 100%;
    height: auto;
}

footer {
    font-weight: 700;
    /* font-size: .8em; */
    padding: .5rem 1rem;
    /* background-color: var(--main-color-dark); */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    /* gap: 1rem; */
    position: relative;
}


input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } 

/* .logo-main { */
    /* width: 300px; */
    /* height: 100px; */
    /* min-height: 80px; */
/* } */

.logo-main img {
    min-height: 50px;
    /* width: 300px; */
    /* height: 100px; */
}

.logos-other {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* flex-direction: column; */
    /* width: 300px; */
    /* height: 100px; */
}

footer .logos {
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer .logos div {
    display: flex;
    /* flex-direction: column; */
}

footer div img {
    height: 25px;
    margin: 5px 10px;
}

footer .project {
    font-size: small;
    width: 100%;
    margin: 1rem 0;
    text-align: center;
}

@media screen and (min-width: 500px) {
    #menu-mobile-app {
        width: unset;
    }
}


@media screen and (min-width: 630px) {

    /* .song a {
        max-width: 350px;
    } */

    header {
        height: 144px;
    }

    header .logo img {
        height: 9rem;
    }

    /* .content .song {
        max-width: 50%;
    } */

    /* .content .region {
        max-width: 70%;
    } */

    /* .content .region {
        max-width: 100%;
    } */

    .content .region .songs {
        padding: 2rem 1rem 7rem 1rem;
        width: 100%;
    }

    footer {
        padding: 1rem 3rem 2rem 3rem;
    }

    .logo-main img {
        height: 100px;
    }

    footer .project {
        font-size: medium;
    }

    footer div img {
        /* width: 100%; */
        height: 50px;
        margin: 10px 30px;
    }
}

@media screen and (min-width: 860px) {
    footer .logos {
        flex-direction: unset;
    }

    footer .project {
        font-size: large;
    }
}

@media screen and (min-width: 1072px) {
    footer .project {
        padding-top: 0px;
        width: 30%;
        /* text-align: unset; */
    }
}