.services .card-block .card-body p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 300;
    color: #000;
    margin-bottom: 2.4rem;
}

.services .card-block .card-body strong {
    font-weight: 700;
}

.services.detail.photo {
   margin-bottom:  13.4rem;
}


.text-content h2{
    margin-bottom: 3rem;
    font-size: 2rem;
    line-height: 2.4rem;
    color: #000;
    font-weight: 500;
    position: relative;
}

.text-content h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1.5rem;
    width: 3rem;
    height: .3rem;
    background-color: #000;
}

.text-content p{
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 300;
    color: #000;
    margin-bottom: 3.7rem;
}


.text-content ul {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem 0;
}

.text-content ul li {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 300;
    color: #000000;
    list-style-type: disc;
}

.category-name-section .category-name-grid .category-item a.active {
    background-color: #000;
}

.category-name-section .category-name-grid .category-item a.active span {
    color: #fff;
}

.category-name-section .category-name-grid .category-item a.active .icon svg {
    stroke: #fff;
}

.adress .desc span {
    line-height: 25px;
}

.footer-card .address {
    font-size: 1.4rem;
    line-height: 1.15;
    font-weight: 300;
    color: #000000;
}

.contact-block .input-layout .form-check label {
    margin-left: 0px;
    display: flex;
    align-items: center;
}

.contact-block .input-layout .form-check .checkbox {
    position: unset;
    margin-right: 5px;
}
.contact-block .input-layout .form-check input {
    position: absolute;
    top: 0;
    visibility: hidden;
    
}
.contact-block .input-layout .form-check input:checked ~ .checkbox svg{
    display: block;
}

label.error {
    position: absolute;
    right: 0;
    color:#938F8F !important;
    font-size: 12px !important;
}

input.error {
    border-bottom: 1px solid #FF0000 !important;
}

.form-check-input.error ~ label.error {
    display: none !important;
}

.form-check-input.error ~ a {
    color: #FF0000 !important
}

.form-check-input.error ~ span {
    color: #FF0000 !important
}

.contact-block .input-layout .form-control:focus ~ .form-label {
    color: rgba(0, 0, 0, .5);
    bottom: 2.9rem;
    font-size: 1rem;
}

.contact-block .input-layout .form-control.active ~ .form-label {
    color: rgba(0, 0, 0, .5);
    bottom: 2.9rem;
    font-size: 1rem;
}
body #moldal {
    display: none;
}
body.moldal #moldal {
    display: block;
}
body.moldal {
    position: relative;
}
body.moldal #moldal {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    top: 0;
    background: #000000eb;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-dialog {
    pointer-events: unset;
}

@media screen and (max-width: 768px) {
    #moldal .icon img {
        width: 120px !important;
    }
        
    #moldal .title {
        font-size: 3.0rem;
    }
    
    #moldal .desc {
        font-size: 1.3rem;
    }
}
