@import url(//fonts.googleapis.com/css?family=Roboto:300,400,900&subset=latin,cyrillic);html *{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:after,*:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body{font-size:100%;font-family:'Roboto',sans-serif;color:#2d313f}header{height:200px;line-height:200px;text-align:center;background:#2d313f}header h1{color:white;font-size:20px;font-size:1.25rem}@media only screen and (min-width:768px){header{height:300px;line-height:300px}}#google-container{position:relative;width:100%;height:800px;background-color:#e7eaf0}#google-map{position:relative}#google-map address{position:absolute;width:100%;bottom:0;left:0;padding:1em 1em;background-color:rgba(0,0,0,0.3);color:white;font-size:13px;font-size:.8125rem}@media only screen and (min-width:768px){#google-map address{font-size:15px;font-size:.9375rem;text-align:center}}#zoom-in,#zoom-out{height:50px;width:50px;cursor:pointer;margin-left:10px;background-repeat:no-repeat;background-size:cover;opacity:.7;transition:all .25s ease}#zoom-in{background-image:url("./img/plus.png")}#zoom-out{background-image:url("./img/minus.png")}#zoom-in:hover,#zoom-out:hover{opacity:1}@media only screen and (min-width:768px){#zoom-in,#zoom-out{margin-left:50px}}#zoom-in{margin-top:10px}@media only screen and (min-width:768px){#zoom-in{margin-top:50px}}.copyrights{background:#01bc78;line-height:3em;text-align:center;color:#fff;font-size:1.2em}.copyrights a{background:#fff;color:#01bc78;text-decoration:none;padding:6px 9px;border-radius:4px;-webkit-transition:background .35s ease;transition:background .35s ease}.copyrights a:hover{background:#f0f0f0;color:#01bc78}.copyrights span{position:relative;padding-left:14px}.copyrights span:before{content:"";position:absolute;top:0;left:4px;height:100%;border-right:2px solid #fff}@media all and (max-width:480px){.copyrights{padding-top:10px}.copyrights span,.copyrights a{display:block;width:70%;margin:0 auto}.copyrights span:before{border-right:0}}