﻿section.gt-block.map h2{padding:0 0 4rem 0;text-align:center;}section.gt-block.map .content{display:flex;justify-content:stretch;gap:8.4rem;}@media screen and (max-width:1200px){section.gt-block.map .content{gap:2.8rem;}}@media screen and (max-width:760px){section.gt-block.map .content{flex-flow:column;}}section.gt-block.map .content>.map{width:100%;flex-grow:1;}section.gt-block.map .content>.boxes{width:30.8rem;flex-shrink:0;}@media screen and (max-width:760px){section.gt-block.map .content>.boxes{width:100%;}}section.gt-block.map .map iframe{width:100%;height:49rem;display:block;box-shadow:0 .27rem 2.5rem 0 rgba(0,0,0,.1);}@media screen and (max-width:760px){section.gt-block.map .map iframe{height:30rem;}}section.gt-block.map .map .buttons{padding:4rem 0 0 0;display:flex;flex-wrap:wrap;gap:2.5rem;}@media screen and (max-width:760px){section.gt-block.map .map .buttons{padding:2.8rem 0 1rem 0;gap:2rem;}}section.gt-block.map .boxes{display:flex;flex-flow:column;gap:2.8rem;}section.gt-block.map .boxes .box{padding:3rem;border:.5px solid #d59948;background:#fff;}section.gt-block.map .boxes .box h3{padding:0 0 2rem 0;}section.gt-block.map .boxes .box ul{display:flex;flex-flow:column;gap:2rem;list-style:none;color:#000;font-size:1.4rem;line-height:2.2rem;font-weight:400;}section.gt-block.map .boxes .box ul li{display:flex;align-items:center;gap:1.4rem;}section.gt-block.map .boxes .box ul li i{width:4.4rem;height:4.4rem;position:relative;display:block;flex-shrink:0;border-radius:12px;background:rgba(213,153,72,.7);background-position:center center;background-repeat:no-repeat;background-size:2.4rem auto;}section.gt-block.map .boxes .box ul li i.calendar{background-image:url(../../assets/css/images/icons/white/calendar.svg);}section.gt-block.map .boxes .box ul li i.info{background-image:url(../../assets/css/images/icons/white/info.svg);}section.gt-block.map .boxes .box ul li i.phone{background-image:url(../../assets/css/images/icons/white/phone.svg);}section.gt-block.map .boxes .box ul li i.envelope{background-image:url(../../assets/css/images/icons/white/envelope.svg);}section.gt-block.map .boxes .box ul li i img{width:2.4rem;height:2.4rem;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:block;object-fit:contain;}section.gt-block.map .boxes .box ul li>span strong{font-weight:600;}section.gt-block.map .boxes .box ul li>span a{color:#000;}section.gt-block.map .boxes .box ul li>span a:hover{text-decoration:underline;}