@import url('https://fonts.googleapis.com/css2?family=Roboto');
*{
    font-family:'Roboto', sans-serif;
    box-sizing: border-box;
}
html{
    padding: 0;
    margin: 0;
}
body{
    padding: 0;
    margin: 0;
}
a{
    color: unset;
    text-decoration: unset;
}
h3{
    font-size: 1em;
    margin: 0em 0 .2em;
    padding: 0;
}
.divSredinaInfoProzor span{
    font-size: 1.6em;
    font-weight: 700;
    color: midnightblue;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
    display: block;
    margin: 2em 0;
    border: 1px solid orangered;
    padding: 2em .5em;
}
header{
    height: 100px;
    /* background-color: steelblue; */
    background-color: midnightblue;
    display: grid;
    color: orangered;
    grid-template-columns: 1fr 2fr;
    overflow: hidden;
}
header img{
    /* margin-left: 1em; */
    max-height: 95px;
    display: inline-block;
}
header span{
    /* display: inline-block; */
    font-size: 3em;
    letter-spacing: .1em;
    font-weight: 900;
    text-shadow: 0px 0px 4px white;
    margin-top: .5em;
    width: 100%;
    /* text-align: center; */
}
#divMeni{
    position: fixed;
    background-color: whitesmoke;
    padding: .3em 0.5em;
    box-shadow: inset .3em .3em 1em rgba(0, 0, 0, .5),
                0 0 .5em rgba(0, 0, 0, .5);
    border: 5px solid black;
    border-left: none;
    border-radius: 0 .5em .5em 0;
    max-width: 3.5em;
    overflow: hidden;
    transform-origin: left;
    transition: 300ms max-width ease-in-out;
}
#divMeni:hover{
    max-width: 50em;
}
#divMeni ul{
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.1em;
    overflow: hidden;
}
#divMeni ul li{
    padding: .2em;
    margin: 1em 0;
    max-height: 2em;
    overflow: hidden;
    z-index: 1;
}
.meniSel a i{
    color: orangered;
}
.meniSel a span{
    text-decoration: underline!important;
    text-decoration-color: orangered!important;
    text-decoration: 3px solid orangered;
}
#divMeni ul li:hover span{
    text-decoration: underline;
}
#divMeni i{
    font-size: 1.5em;
    width: 1.2em;
    height: 1.2em;
    line-height: 1.2em;
    text-align: center;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .4);
    position: relative;
}
#divMeni span{
    text-transform: uppercase;
    font-weight: 900;
    padding: 0.3em 1em;
    letter-spacing: .1em;
    color: unset;
    text-decoration: unset;
}
#divMeni ul li:hover{
    cursor: pointer;
}
.checkmark{
    display: inline-block;
    cursor: pointer;
    box-shadow: inset 0px 0px 3px rgba(0, 0, 0, .4);
}
.chkMrkMali{
    border-radius: 3px;
    border: 1px solid silver;
    padding: .18em;
    width: 1.2em;
    height: 1.2em;
}
.chkMrkVeliki{
    border-radius: 5px;
    border: 2px solid silver;
    padding: .3em;
    width: 2.4em;
    height: 2.4em;
}
.checkmark input[type=checkbox],
.checkmark input[type=radio]{
    display: none;
}
.checkmark input[type=checkbox] + div,
.checkmark input[type=radio] + div{
    opacity: 0;
}
.checkmark div {
    opacity: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: orangered;
    border: 1px solid rgb(177, 47, 10);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .5);
}
.checkmark input[type=checkbox]:checked + div,
.checkmark input[type=radio]:checked + div {
    opacity: 1;
}

#divSredina{
    font-size: 1.1em;
    max-width: 900px;
    margin: .5em auto;
    /* display: grid; */
    gap: 1em;
    min-height: 80vh;
}
footer{
    background-color: black;
    /* height: 200px; */
}
#divFootSredina{
    width: 960px;
    min-height: 200px;
    margin: 1em auto;
    padding: 2em 1em;
    display: grid;
    /* background-color: bisque; */
    color: white;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;

}
#imgFootAutocontrol{
    width: 10em;
    text-align: center;
}
#spnFootAutocontrolTxt{
    display: block;
    width: 100%;
    /* text-align: center; */
    font-size: 2em;
    color: orangered;
    text-shadow: 1px 1px 5px rgb(255, 255, 255, .7);
}
#divFootSredina :first-child{
    /* background-color: red; */

}
#ulFootMeni{
    margin: 0;
    padding: 0;
    text-align: right;
    list-style: none;
}
#ulFootMeni li{
    padding: .5em;
    font-size: 1.2em;

}
#ulFootMeni a:hover{
    text-decoration: underline;
}
#divDeveloper{
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
    text-align: center;
    /* justify-self: baseline; */
    grid-column: span 3;
}
#divDeveloper *{
    display: inline-block;
}
#divDeveloper span, #divDeveloper a, a span{
    color: white;
    text-decoration: none;
    vertical-align: middle;
}
#divDeveloper span{
    font-size: .8em;
}
#divDeveloper img{
    height: 20px;
}
button{
    margin-left: auto;
    margin-right: auto;
    height: 2.5em;
    font-size: 1.5em;
    cursor: pointer;
    border: 1px solid rgb(155, 155, 155);
    border-radius: .3em;
    letter-spacing: .1em;
    font-weight: 900;
}
button:hover{
    border: 1px solid red;
}
.aButton{
    min-width: 10em;
    background-color: aliceblue;
    border: 1px solid lightblue;
    border-radius: 3px;
    text-align: center;
    line-height: 100%;
    justify-content: center;
    vertical-align: middle;
    padding: .6em;
    font-size: 1.2em;
    font-weight: 700;
}
.aButton:hover{
    background-color: lightblue;
}
@media screen and (max-width:480px){
    header{
        align-content: center;
    }
    header img{
        max-height: 70px;
    }
    header span{
        font-size: 1.8em;
    }
    #divMeni{
        display: block;
        position: unset;
        max-width: unset;
        border: unset;
        border-radius: 0;
        padding: unset;
        box-shadow: inset .2em .2em .7em rgba(0, 0, 0, .3),
                0 0 .5em rgba(0, 0, 0, .5);
        border-bottom: 1px solid black;
        overflow-x: scroll;
    }
    #divMeni ul{
        display: grid;
        grid-template-columns: repeat(10, 1fr);
        width: 160%;
    }
    #divMeni ul li{
        display: inline-block;
        text-align: center;
        margin: .3em 0;
    }
    a span{
        display: none;
    }
    #divSredina{
        width: 100%;
        gap: .1em;
        padding: 0 .2em;
        overflow: hidden;
    }
    footer{
        width: 100%;
        overflow: hidden;
    }
    #divFootSredina{
        width: 100%;
        grid-template-columns: 1fr;
        row-gap: 2em;
        grid-auto-flow: row;
    }
    .aButton{
        padding: 1em .1em;
        font-size: .8em;
        min-width: 8em;
    }
}
@media screen and (min-width:481px) and (max-width:768px){
    footer{
        width: 100%;
        overflow: hidden;
    }
    #divSredina{
        width: calc(100% - 3.7em);
        margin-left: 3.5em;
        margin-right: .2em;
        overflow: hidden;
    }
    #divFootSredina{
        width: 100%;
        grid-template-columns: 1fr;
        row-gap: 2em;
        grid-auto-flow: row;
    }
}
@media screen and (min-width:769px){
    header img{
        margin-left: 1em;
    }
}