.component_content_1 {
display: flex;
position: relative;
overflow: hidden;
padding: 0 !important;
background-color: transparent !important;
}
.component_content_1 > .container {
z-index: 2;
}
.component_content_1 .component__head {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 50px;
}
.component_content_1 .component__link {
width: fit-content;
min-width: 220px;
flex-shrink: 0;
}
.component_content_1 .component__title {
padding-right: 15px;
line-height: 120%;
}
.component_content_1 .component__title.style_1 {
color: var(--color-dark);
font-family: var(--font-1_Bold);
font-size: 48px;
line-height: 100%;
}
@media (max-width: 1199px) {
.component_content_1 .component__head {
margin-bottom: calc(0.0227272727 * 100vw + 12.7272727273px);
}
.component_content_1 .component__title.style_1 {
font-size: calc(0.0181818182 * 100vw + 26.1818181818px);
}
}
@media (max-width: 767px) {
.component_content_1 .component__title {
text-align: center;
padding-right: 0px;
}
.component_content_1 .component__head.type_1 {
flex-direction: column;
}
.component_content_1 .component__head.type_2 {
flex-direction: column;
justify-content: center;
}
.component_content_1 .component__link {
margin-top: 15px;
}
}
.component_content_1 .component__wrapper {
width: 100%;
}
.component_content_1 .component__wrapper.style_1 {
display: flex;
position: relative;
overflow: hidden;
border-top-left-radius: 30px;
border-top-right-radius: 30px;
}
.component_content_1 .component__wrapper.style_1 .component__info {
width: 380px;
max-width: 100%;
display: grid;
grid-gap: 30px;
}
.component_content_1 .component__wrapper.style_1 .component__map {
position: absolute;
height: 100%;
width: 800px;
right: 0;
top: 0;
}
.component_content_1 .component__wrapper.style_1 .component__map .map-holder {
height: 100%;
}
.component_content_1 .component__wrapper.style_1 .component__fields {
display: grid;
grid-row-gap: 20px;
}
@media (min-width: 1200px) {
.component_content_1 .component__wrapper.style_1 {
margin: 0 60px;
}
.component_content_1 .component__wrapper.style_1 .component__map {
width: calc(0.5296610169 * 100vw + 14.406779661px);
}
}
@media (max-width: 1199px) {
.component_content_1 .component__wrapper.style_1 .component__wrapper {
padding-top: 30px !important;
padding-bottom: 0 !important;
}
.component_content_1 .component__wrapper.style_1 .component__inner {
margin-bottom: 30px;
}
.component_content_1 .component__wrapper.style_1 .component__map {
position: relative;
width: calc(100% + 30px);
margin-left: -15px;
height: calc(0.1704545455 * 100vw + 295.4545454545px);
}
}
.component_content_1 .component__wrapper.style_2 {
grid-auto-flow: column;
}
.component_content_1 .component__wrapper.style_2 .component__fields {
display: grid;
grid-auto-flow: column;
grid-template-columns: repeat(4, 1fr);
grid-gap: 30px;
}
.component_content_1 .component__wrapper.style_2 .component__map {
height: 550px;
margin-top: 50px;
}
.component_content_1 .component__wrapper.style_2 .component__map .map-holder {
height: 100%;
}
.component_content_1 .component__wrapper.style_2 .widget_social {
place-self: center;
}
.component_content_1 .component__wrapper.style_2 .phone .field__values {
display: flex;
flex-direction: column;
}
@media (min-width: 1200px) {
.component_content_1 .component__wrapper.style_2 .address {
grid-column: 1/3;
}
}
@media (max-width: 1199px) {
.component_content_1 .component__wrapper.style_2 .component__fields {
grid-auto-flow: row;
grid-template-columns: 100%;
}
.component_content_1 .component__wrapper.style_2 .widget_social {
place-self: self-start;
}
}
.component_content_1 .widget_social {
grid-column-gap: 15px;
}
.component_content_1 .widget_social a {
background-color: var(--color-primary);
}
.component_content_1 .widget_social a:hover path {
fill: var(--color-dark);
}
.component_content_1 .field {
display: grid;
grid-template-areas: "icon title" ". values";
grid-column-gap: 10px;
width: fit-content;
height: fit-content;
align-items: center;
}
.component_content_1 .field__icon {
grid-area: icon;
display: flex;
width: 20px;
height: 20px;
}
.component_content_1 .field__icon svg {
width: 100%;
height: 100%;
}
.component_content_1 .field__icon svg path {
fill: var(--color-primary);
}
.component_content_1 .field__title {
grid-area: title;
line-height: 150%;
}
.component_content_1 .field__values {
grid-area: values;
line-height: 150%;
}
.component_content_1 .field__values * {
font-family: var(--font-1_Bold);
}