.section-contacts-location{height:400px;min-height:400px;text-align:center;color:#fff;background-size:cover;position:relative}.home-page.page-contacts{background-color:#23252c}.home-page .section-contacts-location{height:640px}.touch .section-contacts-location:after{content:'';position:absolute;left:0;top:0;right:0;bottom:0;z-index:1000}.section-contacts-location:before{content:'';position:absolute;left:0;top:50%;right:0;height:1px}.section-contacts-location .section-title{padding-top:100px;text-align:center;margin-bottom:20px}.address-cards-container{display:flex;justify-content:space-between;gap:40px;padding:40px}.address-card{flex:1;text-align:center;width:100px;height:300px;background:#07182e;position:relative;display:flex;place-content:center;place-items:center;flex-direction:column;padding:10px;overflow:hidden;border-radius:20px;align-items:center;justify-content:center}.address-card h2{z-index:1;color:#fff;font-size:2em}.address-card p{z-index:1;color:#fff;font-size:1em;line-height:1.5;letter-spacing:2px}.address-card::before{content:'';position:absolute;width:100px;background-image:linear-gradient(180deg,#00b7ff,#f16522);height:130%;animation:rotBGimg 5s linear infinite;transition:all .2s linear}@keyframes rotBGimg{from{transform:rotate(0)}to{transform:rotate(360deg)}}.address-card::after{content:'';position:absolute;background:#07182e;inset:5px;border-radius:15px}