.dss-intro .btn {
    padding: 15px 10px;
}

.custom-logo-link {
    width: 200px;
    max-height: 50px;
    display: block;
}

.custom-logo-link img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
}

.dss-intro__title {
    max-width: 580px;
}

.dss-intro__text {
    max-width: 580px;
}


.blk7-m__item-wrap:last-child {
    margin: 0 0 50px 0;
}

.list-decimal--four-col li {
    width: calc(25% - 20px) !important;
    flex: 1 1 auto;
}

.post-content .post-head img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
    height: auto;
}

.post-content .container {
    max-width: 800px;
}

.post-content .post-head h1 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.2;
}

.meta-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.meta-info .categories-list a {
    text-decoration: underline;
}

.post-content ol {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}

.post-content ol li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}

.post-content ol li::before {
    content: "✔";
    color: #002b4b;
    position: absolute;
    left: 0;
    font-size: 12px;
}

.post-content ul {
    margin-left: 1em;
    margin-bottom: 20px;
}

.post-content ul li {
    margin-bottom: 10px;
}

.post-content ul, .post-content ul li {
    list-style: auto;
}

.post-content p {
    margin-bottom: 20px;
}

.blog-hero h1 {
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 1.2;
}

.blog-listing .pst-item__body {
    padding: 20px;
}

.blog-listing .pst-item__title {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
}

.blog-listing .pst-item__btn {
    width: 100%;
}

.blog-listing .pst-filter__btn {
    text-transform: none;
}

.pagination .screen-reader-text {
    display: none;
}

.pagination .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.pagination .nav-links .page-numbers {
    background-color: #fff;
    border-radius: 5px;
    padding: 8px 14px;
    transition: all .5s;
}

.pagination .nav-links .page-numbers:hover {
    background-color: #002B4B;
    color: #fff;
    transition: all .5s;
}

.pagination .nav-links .page-numbers.current {
    background-color: #002B4B;
    color: #fff;
}

.relative-posts {
    margin-top: 60px;
}

.relative-posts h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.post-author {
    margin-top: 40px;
}

.post-author-box {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.post-author-box .author-img {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.post-author-box .author-left {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
}

.post-author-box .author-left .info {
    max-width: 80%;
}

.post-author-box .author-left .info p {
    font-size: 16px;
    margin-bottom: 5px;
}

.post-author-box .author-left .info p:last-child {
    font-size: 14px;
}

.post-author-box .author-link {
    text-decoration: underline;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .post-author-box {
        align-items: flex-start;
        flex-direction: column;
    }
    .relative-posts h2 {
        font-size: 24px;
    }
    .post-content .post-head h1 {
        font-size: 24px;
    }
    .post-author-box .author-link {
        margin: 5px 0 0 65px;
    }
}



/*Contacts*/
.contact-city {
    padding: 30px;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 40px;
}

.contact-city h2 {
    font-size: 32px;
    margin-bottom: 30px;
}

.c-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.c-box .c-left, .c-box .c-right {
    width: 50%;
}

.c-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 20px;
}

.c-item a {
    font-size: 20px;
}

.c-item p {
    font-size: 14px;
}

.c-item img {
    width: 21px;
}

.social-title {
    margin-top: 40px;
    font-size: 20px;
    font-weight: 700;
}

.c-box .c-right .map iframe {
    border-radius: 10px;
}

.pls-info__item-text {
    margin: 0 0 20px 0;
}

/*Form modal*/
.modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999;
    color: #fff;
    text-align: center;
}

.modal.active {
    display: block;
}

.modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
}

.modal__content {
    position: relative;
    max-width: 600px;
    margin: 100px auto;
    background: #002b4b;
    padding: 30px 50px;
    border-radius: 10px;
    z-index: 2;
}

.modal__close {
    position: absolute;
    top: 0px;
    right: 10px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 35px;
    padding: 0;
}

.modal-title {
    font-size: 28px;
    font-weight: 600;
    margin: 20px 0 10px 0;
}

.modal-subtitle {

}

.modal .field-wrap input[type=submit] {
    margin: 0;
    width: 100%;
}

.modal .nf-response-msg, .block-farom__box .nf-response-msg {
    display: none !important;
}



@media (max-width: 767px) {
    .contact-city {
        padding: 20px;
    }
    .contact-city h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .c-box {
        flex-direction: column;
    }
    .c-box .c-left, .c-box .c-right {
        width: 100%;
    }
    .c-box .c-left {
        margin-bottom: 20px;
    }
    .blog-hero h1 {
        font-size: 32px;
    }
}



















