.DetailsDiv {
    flex-wrap: wrap;
    justify-content: space-between;
}
h4 {
    font-family: var(--title-font-family);
}
details {
    /* width: 33.33%; */
    margin-bottom: 10px;
    /* pointer-events: none; */
}

.informationtitle {
    font-family: mtavruli;
}

details summary {
    color: var(--service-title-color);
    padding: 8px;
    background-color: var(--service-title-bg, #a34599);
    border: 1px solid #a94499;
    border-radius: 10px;
    width: 100%;
    position: relative;
    font-family: var(--service-title-font-family, inherit) !important;
}
details summary::-webkit-details-marker {
    margin-right: 14px;
}
summary + ul {
    width: 85%;
}
summary + ul li {
    width: auto !important;
}
details > details {
    width: auto;
    margin: 5px 0;
    margin-left: 16px;
    position: relative;
}
details > details::after {
    content: "";
    position: absolute;
    top: -5px;
    left: -10px;
    width: 1px;
    height: calc(36px + 10px);
    background-color: #c7d3df;
}
details > details:last-child::after {
    height: calc(36px / 2 + 5px);
}
details > details::before {
    content: "";
    position: absolute;
    top: calc(36px / 2);
    left: -10px;
    width: 8px;
    height: 1px;
    background-color: #c7d3df;
}
details > details[open]:not(:last-child)::after {
    height: calc(100% + 5px);
}
details > details summary {
    color: var(--service-title-color);
    padding: 8px;
    background-color: var(--service-title-bg, #174378);
    border: 1px solid #174378;
    border-radius: 3px;
    font-family: var(--service-title-font-family, inherit) !important;
}
details > details summary::-webkit-details-marker {
    margin-right: 14px;
}
details > details > details {
    margin: 5px 0;
    margin-left: 15px;
    position: relative;
}
details > details > details::after {
    content: "";
    position: absolute;
    top: -5px;
    left: -10px;
    width: 1px;
    height: calc(28px + 10px);
    background-color: #c7d3df;
}
details > details > details:last-child::after {
    height: calc(28px / 2 + 5px);
}
details > details > details::before {
    content: "";
    position: absolute;
    top: calc(28px / 2);
    left: -10px;
    width: 8px;
    height: 1px;
    background-color: #c7d3df;
}
details > details > details[open]:not(:last-child)::after {
    height: calc(100% + 5px);
}
details > details > details summary {
    margin: 5px 0;
    padding: 5px 10px;
    background-color: var(--service-title-bg, #dfe7ec);
    border: 1px solid #c7d3df;
    border-radius: 3px;
    color: var(--service-title-color);
    position: relative;
    font-family: var(--service-title-font-family, inherit) !important;
}
details > details > details summary span {
    color: #041320;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.ServiceList {
    margin: 5px 0;
    padding: 5px 10px;
    background-color: var(--service-list-bg, #dfe7ec);
    border: 1px solid #c7d3df;
    border-radius: 3px;
    color: var(--service-title-color);
    position: relative;
    margin-left: 15px;
    position: relative;
    width: calc(85% - 13px);
    font-family: var(--service-text-font-family, inherit) !important;
}
li span {
    color: var(--service-text-color);
}
.ServiceList::after {
    content: "";
    position: absolute;
    top: -5px;
    left: -10px;
    width: 1px;
    height: calc(28px + 10px);
    background-color: #c7d3df;
}
.ServiceList:last-child::after {
    height: calc(28px / 2 + 5px);
}
.ServiceList::before {
    content: "";
    position: absolute;
    top: calc(28px / 2);
    left: -10px;
    width: 8px;
    height: 1px;
    background-color: #c7d3df;
}
.ServiceList[open]:not(:last-child)::after {
    height: calc(100% + 5px);
}
.nochild > summary {
    list-style: none;
}

summary::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    background: url(/upload/images/services/icon/credit-card.svg);
}
.EfectDiv,
details {
    transition: 0.3s;
}
.EfectDiv:hover {
    transform: scale(1.06);
}
details:hover {
    transform: scale(1.01);
}

.issuing{
    margin-top: 30px;
}