@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');

html {
  scroll-behavior: smooth;
}

body{
    margin:0;
    background: url("https://d26ghyry7sktj5.cloudfront.net/lkp_assets/header-bg.jpg");
}

.header{
    /*background: url("/static/img/header-bg.jpg");*/
}

img{
    height:100%;
}

#no-phone{
    width:50px;
    height:50px;
    position: relative;
    display: none;
}

#no-phone > img{
    object-fit: fill;
}

.first-row{
    height: 50px;
    /*line-height: 50px;*/

    display: flex;
    background-color: #ffffff;
    border-bottom: 5px solid #1e6b9a;
    box-shadow: 0px 0px 20px #000;
    margin-bottom: 30px;
    align-items:center;
}

.row{
    margin-left:30%;
    margin-right: 25%;
    display: flex;
    flex-direction: row;
}

.row > .item{
    display: flex;
    align-items: center;
    text-align: center;
    margin-right: 16%;
    white-space: nowrap;
}

.row > .item:last-child{
    height: fit-content ;
}

.donate{
    margin: auto;
    text-decoration: none;
    border: 2px #fff solid;
    padding: 4px 12px 6px 12px;
    border-radius: 20px;
    background-color: #f08d24;
    color: #fff;
}

.donate:hover {
  border: 2px #5cb64b solid;
  color: #000000;
}

.faceblock{
    /*line-size:50px;*/
    margin: 11px 0;
    /*display: flex;*/
    background-color: #009dd5;
    width: 26px;
    /*height:50px*/
    /* margin-left: 50px; */
}

.faceblock:hover{
    background-color: #5cb64b;
}

.fa.fa-facebook{
    text-align:center;
    color:white;
    font-size:28px;
}

.hamburger{
    display:none;
    position:fixed;
    width: 26px;
    height:18px;
    right:10px;
}

.hamburger .line{
    width: 26px;
    height: 3px;
    display: block;
    background-color: black;
    position: relative;
}

.hamburger .line:nth-child(1){
    top: 0;
    /*width: 26px;*/
}

.hamburger .line:nth-child(2) {
    top: 50%;
    margin-top: -1px;
    /*width: 26px;*/
}

.hamburger .line:nth-child(3) {
    top: 100%;
    margin-top: -2px;
    /*width: 26px;*/
}

.second-row{
    margin: 0 15%;
    display: flex;
}

#display{
    position: relative;
    right: 10px;
    bottom: 80px;
}

.second-row > .item{
    margin-right: 5%;
}

.second-row > .item:last-child{
    width: 35.333%;
    margin-right: 0;
}

#text{
    width: 30%;
    margin-left: 5%;

}

#text > i{
    font-family: Noto, serif;
    font-size: 14px;
}

/*

Замінити коментування (три блока) назад коли буде готовий дизайн карти

*/

/* #buttons{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
} */

#buttons{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* #buttons > div{
    width: 45%;
} */

#buttons > div{
    width: 100%;
    margin-bottom: 20px;
}

.second-row > .item > div:first-child{
    margin-top: 5%;
}

.second-row > .item > div{
    margin-bottom: 5%;
    /*width: fit-content ;*/
}

.btn-style{
    font-family: "Roboto Slab", serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    transition: 0.4s;
    background: #97cb45;
    padding: 5px 10px 5px 10px;
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    /*font-weight: bold;*/
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.46);
    border-radius: 28px;
    color: #ffffff;
    text-align: center;
}

.btn-style:hover{
    background: #009cd9;

}

@media (max-width: 1200px) {
    .second-row{
        margin: 0 10%;
        margin-top: -60px;
    }
}

@media (max-width: 930px){
    #text{
        display: none !important;
    }

    #display{
        display: none !important;
    }

    .faceblock{
        display:none;
    }

    .hamburger{
        display:block;
    }

    #no-phone{
        display: block;
        margin-left: 10px;
    }

    .row{
        flex-direction: column;
        margin-left: 10px;
        font-size: 12px;
    }

    .row > .item{
        font-size: 12px;
        color: #48484b;
    }

    .row > .donate{
        display: none;
    }

    .second-row > .item:last-child{
        width: 100%
    }

    #buttons{
        flex-direction: column;
    }

    #buttons > div{
        width: 100%;
        margin-bottom: 20px;
    }

    .second-row > .item > div{
        margin-bottom: 0;
    }

    .second-row > .item > div:first-child{
        margin-top: 0;
    }

    #map{
        margin-bottom: 5%;
    }

}

        /*Footer*/

.footer{
    border-top: solid #1d1d1b 20px;
    /* display:flex;
    flex-direction: column;
    justify-content: center; */
    /* min-width: 100%;
    position: absolute;
    bottom: 0; */
}

#top-footer{
    background: url("https://d26ghyry7sktj5.cloudfront.net/lkp_assets/footer-bg-small.jpg");
    display: flex;
    align-items: center;
    justify-content: center;
}

#top-footer-wrapper{
    width: 70%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    line-height: 75px;
}

#socials{
    background: url("https://d26ghyry7sktj5.cloudfront.net/lkp_assets/socials-sprite.png");
    height: 41px;
    width: 40px;
    display: block;
}

.footer-buttons{
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    align-items: center;
}

.top-footer-left{
    display: flex;
    flex-direction: row;
}

.top-footer-left > p:first-child{
    padding-right: 10px;
}

.top-footer-left > p, .top-footer-right{
    font-size: 16px;
    color: #ffffff;

}

.footer-buttons > .donate{
    line-height: 20px;
    margin-left: 10px;
}

#bottom-footer{
    /*line-height: 30px;*/
    background: #1d1d1b;
    display: flex;
    justify-content:center ;
}

#bottom-footer-wrapper{
    width: 70%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.developer{
    display: flex;
    flex-direction: row;
    align-items: center;
}

#animal-id-logo{
    width:100px;
    height: fit-content;
}

#bottom-footer-wrapper > p, .developer > p{
    color:#48484b;
}

.developer > p{
    margin-right: 10px;
}

@media (max-width:842px) {
    #top-footer-wrapper{
        flex-direction: column;
    }
}

@media (max-width:690px) {
    #bottom-footer-wrapper{
        flex-direction: column;
        /*justify-content: center;*/
        align-items: center;
    }
}