body {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: rgb(40, 40, 40);
    padding: 0 40px;
    background-color: rgb(239, 239, 239);
}
.first-info {
    line-height: 40px;
    color: rgb(40, 40, 40) !important;
}
@media only screen and (max-width: 768px) {
    body {
        padding: 0;
        font-size: 0.8rem;
    }
    .first-info {
        display: none;
    }
}
.grecaptcha-badge {
    visibility: hidden;
}
.bg-puc-blue {
    background: rgb(0, 80, 132);
}
.bg-puc-blue p {
    font-weight: 400;
}
.navbar-brand img {
    height: 2.5rem;
}
.nav-link {
    text-transform: uppercase;
    font-size: 0.8rem;
    transition: all 0.3s;
}
h1,
h2,
h3,
h4 {
    font-weight: 800;
    text-align: center;
}
hr {
    max-width: 50px;
    height: 5px !important;
    opacity: 1;
    margin: auto;
    color: rgb(230, 45, 44);
}
h5 {
    font-weight: 800;
    color: rgb(0, 80, 132);
}
.services-container {
    background: rgb(239, 239, 239);
    color: rgb(0, 80, 132);
    transition: all 0.3s;
}
.service-icon-container {
    padding: 0 4px;
    margin: 16px 0;
    text-align: center;
    line-height: 0;
    border-right: 2px solid rgb(0, 80, 132);
    transition: border-color 0.3s;
}
.service-icon-container svg {
    max-width: 3rem;
    max-height: 3rem;
}
.service-icon {
    fill: rgb(0, 80, 132);
    transition: all 0.3s;
}
.service-icon-text {
    margin: 16px 0;
    padding: 0 16px;
    text-transform: uppercase;
}
.services-container:hover {
    background: rgb(230, 45, 44);
    color: rgb(255, 255, 255);
}
.services-container:hover .service-icon,
.services-container:hover .service-icon-container {
    fill: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
}
#oneandonly input,
#oneandonly textarea {
    padding: 0.5rem 1.5rem;
    display: block;
    width: 100%;
    border: none;
    margin-bottom: 4px;
}
.form-container {
    padding: 20px;
    background-color: rgb(239, 239, 239);
}
.send-button {
    background: rgb(230, 45, 44);
    padding: 0.6rem 1rem;
    text-transform: uppercase;
    border: none;
    color: white;
}
footer {
    background: rgb(63, 63, 63);
    color: white;
    border-top: 5px solid rgb(0, 80, 132);
    position: relative;
    margin-top: 56px;
}
footer h5:after {
    width: 50px;
    margin: 16px 0 24px;
    display: block;
    content: "";
    background: #5d5d5d;
    height: 5px;
}
.icon-b {
    margin-right: 20px;
    font-size: 2rem;
    color: #5d5d5d;
}
.aft-line {
    border-bottom: 2px solid #5d5d5d;
}
.working-hours {
    display: flex;
    justify-content: space-between;
}
.media-social-container {
    background: rgb(0, 80, 132);
    padding: 0.5rem 3rem;
    position: absolute;
    bottom: 100%;
    right: 0;
}
.normalizelinks,
.normalizelinks:hover,
.normalizelinks:visited {
    color: white;
    text-decoration: none;
}
.normalizelinks2,
.normalizelinks2:hover,
.normalizelinks2:visited {
    color: rgb(40, 40, 40);
    text-decoration: none;
}
.bg-marks-white {
    background-image: url("marks_white.svg");
    background-size: 49% 99%;
    background-position: center right;
    background-repeat: no-repeat;
}
.bg-marks-gray {
    background-image: url("marks_gray.svg");
    background-size: 49% 99%;
    background-position: center left;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 576px) {
    .bg-marks-white {
        background: none;
    }
    .bg-marks-gray {
        background: none;
    }
}
