.dropdown-links {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 50px;
    height: 100%;
}

.dropdown-links .menu-link-item {
    flex: 0 0 calc(25% - 40px);
}

.dropdown-submenu-1 .dropdown-item-text {
    display: block;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-decoration: none;
    transition: color .3s;
}

.dropdown-submenu-1 .dropdown-item-text:hover {
    color: #915CE5;
    transition: color .3s;
}

.dropdown-inner-container .main-link.main-flex-a-v-center.main-flex-a-h-center {
    display: block;
    margin-bottom: 15px;
    text-decoration: none;
    color: #915CE5;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
    transition: color .3s;
}

.header-content-dropdown.c-widget-header {
    min-height: auto !important;
}

.dropdown-inner-container a.main-link.main-flex-a-v-center.main-flex-a-h-center:hover {
    color: #fff;
    transition: color .3s;
}

.dropdown-inner-container .submenu-item-block .dropdown-item-text {
    padding: 10px 0;
}


.dropdown-inner-container .submenu-item-block:first-child .dropdown-item-text {
    padding-top: 0;
}

.dropdown-inner-container .submenu-item-block:last-child .dropdown-item-text {
    padding-bottom: 0;
}

.live-search__item {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 14px;
    width: auto;
    transition: all .3s;
}

.live-search__item:hover {
    color: #915CE5;
    transition: all .3s;
}

#search_result .live-search .live-search__item:first-child {
    margin-top: 10px;
}

#search_result .live-search .live-search__item:last-child {
    margin-bottom: 10px;
}

.submenu-item-container:first-child {
    padding-top: 13px;
}

.menu-item-text svg {
    transform: rotate(0deg);
    transition: transform .3s;
}

.menu-item-text:hover svg {
    transform: rotate(180deg);
    transition: transform .3s;
}

.menu-item-text svg path {
    transition: stroke .3s;
}

.menu-item-text:hover svg path {
    stroke: #915CE5;
    transition: stroke .3s;
}

.header-links .menu-item-title {
    margin-bottom: 10px;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.header-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 78%;
}

.header-links .menu-item-desc {
    margin-bottom: 17px;
    color: #BDBDBD;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 132.5%;
}

.header-links .more-link {
    display: block;
    color: #915CE5;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    text-align: left;
}

.header-links .dropdown-item-text {
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 100% !important;
    border-bottom: 1px solid #292929;
    padding-bottom: 13px;
    margin: 13px 20px;
}

.menu-link-item,
.submenu-item {
    position: relative;
}

.header-links .menu-link-item:nth-child(n+4) .menu-item-info {
    right: 97%;
    left: unset;
}

.dropdown-links .menu-item-info {
    display: block;
    left: 99%;
    top: 0;
    min-width: 300px;
    width: auto;
    position: absolute;
    padding: 20px;
    opacity: 0;
    background: #212121;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.dropdown-links .menu-item-info img {
    display: block;
    margin-bottom: 17px;
    border-radius: 5px;
}

.hover-link {
    position: relative;
    padding-bottom: 23px;
    top: 11px;
}

.hover-link .main-link {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    transition: all .3s;
}

.hover-link .main-link svg {
    margin-left: 10px;
    transform: rotate(0deg);
    transition: all .3s;
}

.hover-link:hover .main-link svg {
    transform: rotate(180deg);
    transition: all .3s;
}

.main-link:hover {
    color: #915CE5;
}

.dropdown-links .hover-link:hover .main-link svg path {
    stroke: #915CE5;
    transition: all .3s;
}

.dropdown-links .hover-link:hover .submenu-1 {
    display: block;
    opacity: 1;
}

.service-content .service-main-bg {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 7px;
    overflow: hidden;
    width: 100%;
    height: 230px;
}

.service-content .service-main-bg * {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    top: 0;
    left: 0;
}

.service-link {
    text-decoration: none;
}

.service-link .service-more svg path {
    transition: stroke .3s;
}

.service-link:hover .service-name {
    color: #915CE5;
    transition: color .3s;
}

.service-link:hover .service-more {
    color: #FBFBFB;
    transition: color .3s;
}

.service-link:hover .service-more svg path {
    stroke: #FBFBFB;
    transition: stroke .3s;
}

.service-content .service-name {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    transition: color .3s;
}

.service-content .service-more {
    color: #915CE5;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: color .3s;
}

@media (max-width: 1000px) {
    .dropdown-links {
        gap: 30px;
    }

    .dropdown-links .menu-link-item {
        flex: 0 0 calc(33% - 20px);
    }
}

@media (max-width: 768px) {
    .dropdown-links .menu-link-item {
        flex: 0 0 calc(50% - 18px);
    }
}

@media (max-width: 650px) {
    .service-content {
        gap: 20px;
    }
}

@media (max-width: 600px) {
    .dropdown-inner-container .main-link.main-flex-a-v-center.main-flex-a-h-center,
    .dropdown-submenu-1 .dropdown-item-text {
        font-size: 13px;
    }

    .dropdown-inner-container .submenu-item-block .dropdown-item-text {
        padding: 7px 0;
    }
}

@media (max-width: 450px) {
    .dropdown-links {
        gap: 20px;
    }

    .dropdown-links .menu-link-item {
        flex: 0 0 100%;
    }

    .service-content .service-name {
        font-size: 14px;
        line-height: 150%;
    }

    .service-content .service-more {
        font-size: 12px;
        line-height: normal;
    }
}