.map{margin-bottom:8rem}@media (min-width:768px) and (max-width:1280px){.map{margin-bottom:6rem}}@media (max-width:767px){.map{margin-bottom:4rem}}.map__wrapper{position:relative}@media (max-width:767px){.map__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem}}.map #map{width:100%;height:60rem;border-radius:.6rem}@media (min-width:768px) and (max-width:1280px){.map #map{height:65rem}}@media (max-width:767px){.map #map{height:40rem}}.map__content{position:absolute;background-color:#fff;padding:4rem 3rem;border-radius:.6rem;z-index:1;left:2rem;top:2rem;-webkit-box-shadow:1px 5px 15px rgba(0,0,0,.15);box-shadow:1px 5px 15px rgba(0,0,0,.15)}@media (max-width:1280px){.map__content{padding:2rem}}@media (max-width:767px){.map__content{position:relative;left:unset;top:unset}}.map__content-title{font-size:2rem;margin-bottom:4rem}@media (max-width:1280px){.map__content-title{margin-bottom:2rem}}@media (max-width:767px){.map__content-title{font-size:1.8rem}}.map__content-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;margin-bottom:2rem}@media (min-width:768px) and (max-width:1280px){.map__content-items{gap:.6rem;margin-bottom:1rem}}.map__content-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}@media (max-width:1280px){.map__content-item{gap:.6rem}}.map__content-item:hover{text-decoration:underline}.map__content-ico{width:2.2rem;height:2.2rem}@media (max-width:767px){.map__content-ico{width:2rem;height:2rem}}.map__content-ico svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.map__content-name{font-size:1.6rem}@media (max-width:767px){.map__content-name{font-size:1.4rem}}.map__content-btn{width:100%}