.bg-white {
    background-color: #ffffff;
}
.bg-gray {
    background-color: rgba(245, 245, 245, 1);
}


.p-t-60 {
    padding-top: 60px;
}
.p-b-60 {
    padding-bottom: 60px;
}
.m-b-40 {
    margin-bottom: 40px;   
}
.m-b-30 {
    margin-bottom: 30px;   
}
.m-b-24 {
    margin-bottom: 24px;
}
.m-b-16 {
    margin-bottom: 16px;
}
.m-b-12 {
    margin-bottom: 12px;
}
.m-b-4 {
    margin-bottom: 4px;
}

.title-h1 {
    font-weight: 700;
    font-size: 56px;
    line-height: 110%;
    margin: 0;    
}
.title-h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 110%;
}
.title-h3 {
    font-weight: 500;
    font-size: 28px;
    line-height: 110%;
}
.title-h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%; 
}
.title-h5 {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%; 
}
p {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%; 
}
.color--main {
    color: rgba(73, 73, 73, 1);
}
.color--second {
    color: rgba(138, 138, 138, 1);
}
.color--white {
    color: #ffffff;
}

@media (max-width: 1590px) {
    .title-h1 {
        font-size: 40px;
    }
    .title-h2 {
        font-size: 36px;
    }
    .title-h3 {
        font-size: 28px;
    }
}
@media (max-width: 1440px) {
    .title-h1 {
        font-size: 36px;
    }
    .title-h2 {
        font-size: 32px;
    }
    .title-h5 {
        font-size: 20px;
    }
}
@media (max-width: 960px) {
    .title-h1 {
        font-size: 32px;
    }
    .title-h2 {
        font-size: 32px;
    }
    .title-h3 {
        font-size: 24px;
    }
    .title-h5 {
        font-size: 18px;
    }
}

.button--primary {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    padding: 12px 32px;
    line-height: 1;
}


.button__project {
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    border: 1px solid;
    padding: 14px;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.button__project--small {
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    padding: 6px;
}
.button__project--with-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
}
.button__project--white {
    color: rgba(73, 73, 73, 1);
    background: rgba(255, 255, 255, 1);
    border: 1px solid;
    border-color: rgba(73, 73, 73, 1);
    border-radius: 6px;
    box-shadow: 0px 4px 4px 0px rgba(5, 5, 5, 0);
}
.button__project--white:hover {
    border-color: rgba(229, 175, 152, 1);
    box-shadow: 0px 4px 4px 0px rgba(5, 5, 5, 0.2);
}
.button__project--dark {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    background: rgba(95, 92, 92, 1);
    border: 1px solid;
    border-color: rgba(95, 92, 92, 1);
    border-radius: 5px;
}
.button__project--dark:hover {
    color: rgba(73, 73, 73, 1);
    background: rgba(95, 92, 92, 0.25);
}
.button__project--olive {
    font-weight: 500;
    color: rgba(73, 73, 73, 1);
    text-decoration: none;
    border: 1px solid;
    border-radius: 5px;
    background: rgba(220, 225, 216, 1);
    border-color: rgba(220, 225, 216, 1);
}
.button__project--olive:hover {
    color: rgba(73, 73, 73, 1);
    background: rgba(220, 225, 216, 1);
    border-color: rgba(220, 225, 216, 1);
}
.button__project--collapse {
    border-radius: 100px;
    background: rgba(255, 255, 255, 1);
    border-color: rgba(232, 232, 232, 1);
}
.button__project.button__open-map {
    padding: 14px;
    background: rgba(255, 255, 255, 1);
    color: rgba(73, 73, 73, 1);
}
.button__project--map {
    width: auto;
    background: rgba(255, 255, 255, 1);
    border-radius: 6px;
    border-color: rgba(216, 222, 225, 1);
}
.button--icon-text {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 12px;
}

.round-100 {
    border: 1px solid;
    border-radius: 100px;
}
@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1530px !important;
    }
}

.btn.btn-fullscreen-icon {
    padding: 0;
}
.btn.btn-fullscreen-icon:focus,
.btn.btn-fullscreen-icon:hover {
    background: transparent;
}
.btn.btn-fullscreen-icon:hover svg {
    opacity: 0.75;
}

.project-text {
    width: 50%;
}
@media (max-width: 1440px) {
    .project-text {
        width: 75%;
    }
}
@media (max-width: 960px) {
    .project-text {
        width: 100%;
    }
}

.icon {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid;
    border-color: rgba(255, 255, 255, 1);
    transform: initial;
    /* -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; */
}
.icon--dark {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    linear-gradient(0deg, rgba(5, 5, 5, 0.5), rgba(5, 5, 5, 0.5));
}
.icon--dark:hover {
    background: rgba(255, 255, 255, 1);
    border-color: rgba(73, 73, 73, 1);
}
.icon--dark:hover svg,
.icon--dark:hover path {
    fill: rgba(73, 73, 73, 1);
}
.icon--gray {
    /* background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), */
    /* linear-gradient(0deg, rgba(5, 5, 5, 0.5), rgba(5, 5, 5, 0.5)); */
    background: #f5f5f5;
    border-color: gray;
    border: 0.5px solid rgba(73, 73, 73, 0.3);
}
.icon--gray:hover {
    /* background: rgba(255, 255, 255, 1); */
    /* border-color: rgba(73, 73, 73, 1); */
}
.btn.btn--brown {
    color: rgba(73, 73, 73, 1);;
    background-color: #E5AF98;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 16px;
    line-height: 120%;
    padding: 10px;
    width: 100%;
    text-transform: initial;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.btn.btn--brown:hover {
    background-color: #CBA08D;
    color: #ffffff;
}
.icon--gray:hover svg,
.icon--gray:hover path {
    /* fill: rgba(73, 73, 73, 1); */
}

@media (max-width: 960px) {
    .comagic-c-buttons {
        z-index: 100 !important;
        bottom: 25px !important;
        top: initial !important;
    }
}

#infrastructureModal .mapgl_OS0i93oEEcYSyKRHurat {
    top: 60px;
    right: 12px;
}

.filter-submit__link {
    min-width: 270px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 16px;
    padding: 12px 32px;
    border-radius: 5px;
    background: rgba(229, 175, 152, 1);
    cursor: pointer;
}