.vniir .b-title.b-title--h1 {
    margin: 0 0 16px 0 !important;
}

.more-desc-item {
    color: var(--lucky-gray);
    display: flex;
    gap: 4px;
    align-items: center;
}

.top-service-block {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.parent-section-name {
    color: var(--lucky-gray);
    display: block;
}

.services-detail-block {
    display: flex;
    align-items: start;
    gap: 48px;
    margin-top: 48px;
}

.services-detail-content {
    width: 100%;
}

.detail-text {
    line-height: 24px;
}

.detail-text a {
    color: var(--footer-background);
    text-decoration: underline;
}

.detail-text a:hover {
    text-decoration: none;
}

.right-block {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.detail-text > img{
    max-width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.services-detail-block .right-service-detail,
.services-detail-block .schedule-eo-block {
    min-width: 280px;
    max-width: 280px;
    background-color: var(--light-gray);
    padding: 24px;
    border-radius: 8px;
}

.services-detail-block .schedule-eo-block {
    display: flex;
    flex-direction: column;
    position: relative;
}

.services-detail-block .schedule-eo-block .f-18.f-bold {
    margin-bottom: 24px;
}

.services-detail-block .schedule-eo-block .f-18.f-bold a {
    color: var(--footer-background);
}

.services-detail-block .schedule-eo-block .f-18.f-bold a:hover {
    text-decoration: underline;
}

.services-detail-block .schedule-eo-block .f-14.f-bold {
    margin-bottom: 24px;
    max-width: 122px;
}

.services-detail-block .schedule-eo-block ul {
    margin-bottom: 16px;
}

.services-detail-block .schedule-eo-block .schedule-title {
    color: var(--lucky-gray);
}

.services-detail-block .schedule-eo-block .schedule-text {
    margin-bottom: 16px;
}

.services-detail-block .schedule-eo-block .schedule-text a {
    color: var(--footer-background);
}

.services-detail-block .schedule-eo-block .schedule-text a:hover {
    text-decoration: underline;
}

.services-detail-block .schedule-eo-block .schedule-text:last-child {
    margin-bottom: 0;
}

.services-detail-block .schedule-eo-block ul li {
    list-style-type: none;
}

.services-detail-block .schedule-eo-block .schedule-icon {
    position: absolute;
    right: 0;
    bottom: 24px;
}

.services-detail-block .right-service-detail .right-service-detail-top {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.services-detail-block .right-service-detail .right-service-detail-top h5 {
    margin: 0;
    padding: 0;
    color: var(--black);
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.01em;
}

.services-detail-block .right-service-detail>.f-14 {
    color: var(--lucky-gray);
    display: block;
    margin-bottom: 24px;
}

.services-detail-block .right-service-detail>.f-14 a {
    color: var(--footer-background);
}

.services-detail-block .right-service-detail>.f-14 a:hover {
    text-decoration: underline;
}

.services-detail-block .right-service-detail .right-service-detail-buttons {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.services-detail-block .right-service-detail .right-service-detail-buttons button {
    cursor: pointer;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 22px;
    border-radius: 6px;
    border: 1px solid var(--footer-background);
    background-color: var(--footer-background);
    color: var(--white);
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    gap: 8px;
}

.services-detail-block .right-service-detail .right-service-detail-buttons button.feed {
    background-color: transparent;
    color: var(--footer-background);
}

.services-detail-block .right-service-detail .right-service-detail-buttons button.feed:hover {
    box-shadow: 0px 28px 23px -7px #0000000D;
}

.services-detail-block .services-detail-content .detail-text,
.services-detail-content .detail-text p {
    margin-bottom: 16px;
}

.services-detail-content .detail-text ul {
    margin-bottom: 24px;
    padding-left: 24px;
}

.services-detail-content .detail-text ul li {
    font-size: 16px;
    line-height: 24px;
}

.services-detail-content .detail-text ul li:first-child {
    margin-top: 4px;
}

.services-detail-cover {
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 32px;
    position: relative;
    height: 180px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.services-detail-cover-icon {
    position: absolute;
    top: 50px;
    right: 56px;
    z-index: 1;
}

.services-detail-cover>img {
    object-fit: cover;
}

.detail-point-item-filedata {
    display: flex;
    gap: 8px 24px;
}

.detail-point-item-fileinfo {
    color: var(--lucky-gray);
}

.services-detail-block .services-detail-content .detail-points-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 32px;
}

.services-detail-block .services-detail-content .detail-points-block .detail-point-item {
    display: flex;
    gap: 16px;
    align-items: start;
    padding-bottom: 16px;
    border-bottom: 1px solid #DCDCDC;
}

.services-detail-block .services-detail-content .detail-points-block .detail-point-item:last-child {
    border-bottom: unset;
}

.services-detail-block .services-detail-content .detail-points-block .detail-point-item .point-num {
    display: block;
    line-height: 18px;
    color: var(--lucky-gray);
    text-align: center;
}

.services-detail-block .services-detail-content .detail-points-block .detail-point-item .detail-point-item-content {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.services-detail-block .services-detail-content .detail-points-block .detail-point-item .detail-point-item-content .point-name {
    display: block;
    width: 100%;
}

.services-detail-block .services-detail-content .detail-points-block .detail-point-item .detail-point-item-content a {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--footer-background);
    white-space: nowrap;
}

.services-detail-block .services-detail-content .detail-points-block .detail-point-item .detail-point-item-content a:hover {
    text-decoration: underline;
}

.modal-background-get-service-back {
    background: #00000073;
    backdrop-filter: blur(6px);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1200;
    align-items: center;
    justify-content: center;
}

.modal-background-get-service-back img {
    max-width: 656px;
}

.modal-background-get-service-back:before {
    content: "";
    position: absolute;
    top: 32px;
    right: 32px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: none;
    background: url(images/close-icon.png) no-repeat center center;
}

.modal-block-get-service-modal {
    z-index: 1201;
    display: none;
    flex-direction: column;
    padding: 8px 24px 24px;
    width: 450px;
    height: fit-content;
    box-shadow: 0 20px 25px -5px #0000000D;
    border-radius: 6px;
    position: fixed;
    background-color: var(--white);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal-block-get-service-modal .modal-top-block {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 8px;
    align-items: center;
}

.modal-block-get-service-modal .modal-top-block .close-modal-service-btn {
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-block-get-service-modal .modal-content-block {
    margin: 12px 0;
    padding-left: 20px;
}

.modal-block-get-service-modal .modal-content-block ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.modal-block-get-service-modal .modal-button-block {
    margin-top: 12px;
    width: fit-content;
}

.modal-block-get-service-modal .modal-button-block .modal-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 42px;
    border-radius: 6px;
    cursor: pointer;
    background-color: var(--footer-background);
    padding: 10px 22px;
    color: var(--white);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.detail-contact-block {
    background: url(image/bg.png) no-repeat center right, linear-gradient(268.9deg, #10AFE1 0%, #0F53BA 100%);
    padding: 24px;
    border-radius: 8px;
}

.detail-contact-title {
    display: flex;
    align-items: center;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.01em;
    color: var(--white);
    margin-bottom: 24px;
}

.detail-contact-title svg {
    margin-right: 16px;
}

.detail-contact-list {
    display: flex;
    justify-content: space-between;
    margin-left: 56px;
}

.detail-contact-left-part {
    margin-right: 24px;
}

.detail-contact-item {
    margin-bottom: 16px;
    color: var(--white);
}

.detail-contact-item.title {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.01em;
}

.detail-contact-item p {
    display: block;
}

.detail-contact-item p:not(:first-child) {
    margin-top: 8px;
}

.detail-block-text-image {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.detail-block-image {
    max-width: 140px;
    overflow: hidden;
    border-radius: 6px;
    position: relative;
    cursor: pointer;
}

.detail-block-image img {
    width: 100%;
}

.detail-block-image:hover:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #00000066;
    background-image: url('images/eye-icon.png');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.detail-options-title {
    margin: 32px 0;
    font-weight: 500;
}

.detail-options-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.detail-option-item {
    border-radius: 8px;
    padding: 24px;
    background-color: var(--light-gray);
    display: flex;
    min-height: 288px;
}

.detail-option-image {
    margin-right: 16px;
}

.detail-option-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.detail-option-title {
    font-weight: 500;
    margin-bottom: 16px;
}

.detail-option-desc {
    margin-bottom: 16px;
}

.detail-option-link {
    margin-top: auto;
    border-radius: 6px;
    background-color: var(--footer-background);
    padding: 12px 22px;
    font-size: 14px;
    line-height: 18px;
    color: var(--white);
    cursor: pointer;
    display: inline-block;
}

.detail-option-link:hover {
    background-color: #154A89;
}

.detail-tree-blocks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 24px;
}

.detail-tree-blocks+.detail-tree-blocks {
    margin-top: -4px;
}

.detail-tree-block {
    display: flex;
    align-items: center;
    padding: 19px 16px;
    border-radius: 8px;
    border: 1px solid var(--light-gray);
    color: var(--black) !important;
    text-decoration: none !important;
}

.detail-icon-block {
    width: 48px;
    height: 48px;
    margin-right: 16px;
    display: flex;
}

.detail-icon-block img {
    object-fit: cover;
}

.detail-text-block {
    font-size: 14px;
    line-height: 18px;
}

.detail-file-block {
    display: flex;
    align-items: flex-start;
    background-color: var(--white-smoke);
    border-radius: 8px;
    margin-bottom: 32px;
    min-height: 52px;
}

.detail-file-block+.detail-file-block {
    margin-top: -24px;
}

.detail-file-block-icon {
    width: 60px;
    height: 60px;
    margin-right: 8px;
    padding: 4px;
}

.detail-file-block-info {
    padding: 8px;
}

.detail-file-block-info>span {
    display: block;
    margin-bottom: 8px;
}

.detail-point-item-filedata a{
    display: flex;
    align-items: center;
    color: var(--footer-background);
}

.document__list {
    margin-top: 16px;
}

.review-modal-block .grid-question-block {
    grid-template-columns: repeat(1, 1fr) !important;
}

.spoiler-service .spoiler-text {
    display: flex;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    justify-content: space-between;
    padding: 30px 16px;
    background-color: var(--light-gray);
    border-radius: 8px;
    cursor: pointer;
    align-items: center;
    margin-bottom: 8px;
}

.spoiler-service .spoiler-text .spoiler-icon {
    display: block;
    min-width: 24px;
    max-width: 24px;
    min-height: 24px;
    max-height: 24px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 4.25C12.4142 4.25 12.75 4.58579 12.75 5V11.25H19C19.4142 11.25 19.75 11.5858 19.75 12C19.75 12.4142 19.4142 12.75 19 12.75H12.75V19C12.75 19.4142 12.4142 19.75 12 19.75C11.5858 19.75 11.25 19.4142 11.25 19V12.75H5C4.58579 12.75 4.25 12.4142 4.25 12C4.25 11.5858 4.58579 11.25 5 11.25H11.25V5C11.25 4.58579 11.5858 4.25 12 4.25Z' fill='black'%3e%3c/path%3e%3c/svg%3e");
}

.spoiler-service.active .spoiler-text .spoiler-icon {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.25 12C4.25 11.5858 4.58579 11.25 5 11.25H19C19.4142 11.25 19.75 11.5858 19.75 12C19.75 12.4142 19.4142 12.75 19 12.75H5C4.58579 12.75 4.25 12.4142 4.25 12Z' fill='%23777777'%3e%3c/path%3e%3c/svg%3e");
}

.spoiler-service .spoiler-content {
    display: none;
}

.spoiler-service.active .spoiler-content {
    display: block;
    padding: 8px 16px 24px;
}

.spoiler-service.active {
    box-shadow: 0 1px 3px 0 #0000000D;
    border-radius: 8px;
    border: 1px solid #F0F0F0;
    margin-bottom: 8px;
}

.spoiler-service.active .spoiler-text {
    background-color: transparent;
    padding: 30px 16px 15px;
}

@media (max-width: 1150px) {
    .detail-options-list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 24px 48px;
    }
}

@media (max-width: 1020px) {
    .detail-options-title.f-32 {
        margin: 32px 0 16px;
        font-size: 24px;
        line-height: 32px;
    }

    .detail-tree-blocks {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 900px) {
    .services-detail-block {
        flex-direction: column;
        gap: 32px;
        margin-top: 24px;
    }

    .services-detail-content {
        order: 1;
    }

    .services-detail-block .right-service-detail,
    .services-detail-block .schedule-eo-block {
        min-width: 100%;
        max-width: 100%;
    }

    .detail-contact-block {
        background: url(image/bg-mobile.png) no-repeat 33px center, linear-gradient(268.9deg, #10AFE1 0%, #0F53BA 100%);
        background-size: cover;
    }

    .detail-contact-list {
        margin-left: 0;
        flex-direction: column;
    }

}

@media (max-width: 700px) {
    .services-detail-block .services-detail-content .detail-points-block .detail-point-item .detail-point-item-content {
        flex-direction: column;
        align-items: start;
    }

    .services-detail-cover {
        height: 88px;
    }

    .services-detail-cover-icon {
        top: 24px;
        right: 28px;
    }

    .services-detail-cover-icon img {
        width: 40px;
    }

    .modal-background-get-service-back img {
        width: 100%;
    }

    .detail-option-item {
        padding: 16px;
    }

    .detail-option-item {
        min-height: unset;
    }

    .detail-tree-blocks {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 530px) {
    .detail-block-text-image {
        flex-direction: column;
        gap: 0;
    }

    .detail-point-item-filedata {
        flex-wrap: wrap;
    }

    .detail-block-image {
        width: 100%;
    }
}

@media (max-height: 530px) {
    .modal-block-get-service-modal {
        width: 350px;
    }
}

@media (max-height: 370px) {
    .modal-block-get-service-modal {
        width: 300px;
        padding: 8px 12px 24px;
    }
}