@import url("https://fonts.googleapis.com/css?family=Roboto:300,700&subset=cyrillic,cyrillic-ext,latin-ext");

body {
    padding: 0;
    margin: 0;
    font-family: "Roboto";
}
#first {
    height: 100vh;
    background: url(../images/museum-foto.jpg) center/cover no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 30px;
}
#first .descr {
    font-size: 19px;
    line-height: 22px;
    color: #fff;
}
.buy-btn {
    background: #867951;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    margin: 45px auto 35px;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    max-width: 160px;
    padding: 14px 50px;
    cursor:pointer;
}
#first .arr {
    margin-bottom: 50px;
    text-align: center;
}
#map_container {
    height: 600px;
    overflow: hidden;
}
#map_container img.map {
    width: 100%;
    height: auto;
}
header {
    margin: 45px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
} 
.lang-group {display: none;
}
.lang-group span {
    margin: 0 5px;
    font-size: 20px;
    line-height: 23px;
    color: #fff;
    padding: 3px 7px; 
    cursor:pointer;
}
.lang-group span.active {
    background: #867951;
}
.go-btn {
    max-width: 190px;
    display: block;
    background: #867951;
    border-radius: 30px;
    margin: 70px auto;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none!important;
    font-size: 20px;
    padding: 15px 30px;
}
.cpr {
    margin: 20px auto;
    font-size: 7px;
    line-height: 8px;
    max-width: 160px;
}
footer .logo {
    display: block;
    margin: 0 auto;
}
footer {
    padding: 50px 30px 0;
    color:#777;
}
footer a {color:#777;text-decoration: none!important;font-size: 19px;}
footer .phone, footer .mail, footer .addr {
    display: flex;
    margin: 40px auto;
    font-size: 19px;
    max-width: 350px;
}
footer .phone p {
  margin: 0 0 10px;
  font-size: 14px;
}
footer .addr p {margin: 0 0 10px;}
footer .phone .pict, footer .mail .pict, footer .addr .pict{
    width: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 40px;
}
footer .phone .pict span, footer .mail .pict span, footer .addr .pict span {
    font-size: 14px;
line-height: 18px;
text-align: center;
text-transform: uppercase;
display: block;
margin-top: 5px;
}
footer .phone .pict+div, footer .mail .pict+div, footer .addr .pict+div{
  width: calc(100% - 120px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (min-width:768px){
  section, footer {
    max-width: 700px;
    margin-left:auto;
    margin-right: auto;
  }
}
@media screen and (max-width:400px) {
    footer .phone .pict, footer .mail .pict, footer .addr .pict {
        width: 60px;
        margin-right: 15px;
    }
}
@media screen and (max-width:320px) {
    footer .phone, footer .mail, footer .addr {
        flex-wrap: wrap;
    }
    footer .phone .pict, footer .mail .pict, footer .addr .pict {
        margin: 0 auto 5px;
    }
    footer .phone .pict+div, footer .mail .pict+div, footer .addr .pict+div {
        width: 100%;
        align-items: center;
    }
    .go-btn {text-align: center;}
    .lang-group {
        display: flex;
        justify-content: flex-end;
    }
    .lang-group span {
        font-size: 16px;
        line-height: 18px;
        padding: 3px;
    }
    #first, footer {
        padding-left: 15px;
        padding-right: 15px;
    }
    footer {padding-top: 20px;}
}