/*==========  Desktop First Method  ==========*/


/* Reset browser styles */

*{ margin: 0; padding: 0; box-sizing: border-box;}
body li, body ul{list-style-type: none; margin: 0; padding: 0; text-align: left;}
body a{text-decoration: none; font-weight: bold; cursor: pointer;}
button{
    border: none;
    cursor: pointer;
    text-transform: uppercase;
}


@media (min-width : 1200px) {
    body {
        margin: 0 auto;
        width: 100%;
    }
    #nav-mobile{
        display: none;
    }
    .container{
        margin: 0 auto;
      width: 1200px;
    }
    #logo-flex-fow {
        height: 100px;
    }
    #search{
        flex: 1 1 200px;
    }
    #banner-content{
        height: 400px;
        width: 600px;
        padding-top: 100px;
        padding-left: 20px;


    }
    #section-map{
        overflow: hidden;
        padding-top: 50px;
        height: 1000px;
        object-fit: cover;
        background-color: #bddb84;
    }

    .container-map{
        /*width: 1200px; */
        height: 850px;
        width: 100%;
        position: relative;
        background: url(../img/Gorki.png) -5px -9px / 104% no-repeat;
    }

    .description {
        height: 270px;
        width: 345px;
        display: none;
        position: relative;
        right: -828px;
        top: 549px;
        box-shadow: 0 0 5px 5px #008000;
        font-family: sans-serif;
        background-color: #ffffff;
    }

}


@media  (min-width : 900px) and (max-width : 1200px) {
    body {
        margin: 0 auto;
        width: 100vw;
    }
    .container{
        margin: 0 auto;
        width: 900px;
    }
    #nav-mobile{
        display: none;
    }

    #search{
        flex: 1 1 100%;
        order:3;
    }
    #banner-content{
        height: 400px;
        width: 600px;
        padding-top: 100px;
        padding-left: 20px;
    }

    #section-map{
        overflow: hidden;
        padding-top: 50px;
        height: 752px;
        object-fit: cover;
        background-color: #bddb84;
    }

    .container-map{
        /*width: 1200px; */
        height: 625px;
        width: 100%;
        position: relative;
        background: url(../img/Gorki.png) -5px -9px / 104% no-repeat;
    }

    .description {
        height: 230px;
        width: 274px;
        display: none;
        position: relative;
        right: -605px;
        top: 394px;
        box-shadow: 0 0 5px 5px #008000;
        font-family: sans-serif;
        background-color: #ffffff;
    }

}

@media (min-width : 240px) and (max-width : 900px) {
    body {
        margin: 0 auto;
        width: 100%;
        overflow-x: hidden;
        min-width: 250px;
    }
        .container{
        margin: 0 auto;
        width: 100%;
    }

    #button_menu{
        height: 40px;
        width: 60px;
        background: url("../img/open_menu.png")  10px 0 / 40px no-repeat;
    }

    #search{
        flex: 0 0 90%;
        order:3;
    }


    #header_3{
        display: none;
    }



    #banner-content{
        height: 400px;
        width: 90%;
        max-width: 600px;
        padding-top: 100px;
        padding-left: 20px;
    }

    #banner-content h1 {
        font-size: 1.5em;
        line-height: 30px;
        margin-bottom: 30px;
        color: white;
    }
    #banner-content p{
        font-size: 1em;
        line-height: 30px;
        color: white;
        text-align: justify;
    }

    #section-map h1{
        padding: 20px;
        font-size: 1em;
        line-height: 15px;
        margin-bottom: 30px;
        color: #216cd2;
    }





    .scroll{
        overflow-x: scroll;
        max-width: 100%;
    }


    #section-map{
        overflow: hidden;
        height: 752px;
        width : 900px;
        object-fit: cover;
        background-color: #bddb84;
    }

    .container-map{
        height: 623px;
        width: 100%;
        position: relative;
        background: url(../img/Gorki.png) -5px -9px / 104% no-repeat;
    }

    .description {
        height: 50px;
        width: 150px;
        font-size: 10px;
        display: none;
        position: relative;
        margin: 0 auto;
        top: 595px;
        box-shadow: 0 0 5px 5px #008000;
        font-family: sans-serif;
        background-color: #ffffff;
    }
    .description img {
        display: none;
    }


}

@media (min-width : 240px) and (max-width : 560px) {


    #logo {
        flex: 0 1 350px;
        position: relative;
        background-image: url(../img/logo-background.svg);
        background-size: 70%;
        background-repeat: no-repeat;
        background-position: 0 -24px;
        padding-top: 31px;
        padding-left: 21px;
    }

    #logo h1 {
        font-size: 1em;
        margin-bottom: 18px;
    }

    #logo span {
        font-size: 1em;
    }
}