:root {
    --font-family: "Mulish", sans-serif;
    --second-family: "Magistral", sans-serif;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.wpmm_megamenu .wpmm-target-description.wpmm-target-text {
	display: none !important;
}

html {
    /* overflow-x: hidden; */
    scroll-behavior: smooth;
}

html, body {
    font-family: sans-serif;
    line-height: 1;
    height: 100%;
    scroll-behavior: smooth;
    font-display: swap;
}

ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    max-width: 100%;
    height: auto;
}

button {
    background: none;
    border: none;
    cursor: pointer;
}

input, textarea, select {
    font: inherit;
    border: none;
    outline: none;
}

html {
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .container-xxxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 100%
    }
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 668px
    }
}

@media (min-width: 960px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 860px
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 1170px;
    }
}

@media (min-width: 1280px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 1260px;
    }
}

@media (min-width: 1366px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1340px
    }
}

@media (min-width: 1440px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1400px
    }
}

@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1580px
    }
}

@media (min-width: 1660px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1640px
    }
}

@media (min-width: 1700px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1520px
    }
}

@media (min-width: 2000px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .container-xxxl {
        max-width: 1920px
    }
}

.home {
    margin-top: -120px;
}
/* header */

.header {
    /* padding: 30px 0; */
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1111111111;
    width: 100%;
}

.header .container {
    z-index: 11111111111;
    position: relative;
}

.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
}

.logo-text {
    font-family: 'Magistral', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    color: rgba(31, 35, 50, 1);
    text-transform: uppercase;
}

.logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border-radius: 30px;
    background: white;
    padding: 12px 20px;
    border: none;
    outline: none;
    box-shadow: none;
    width: fit-content;
}

.logo-img img {
    width: 100%;
    height: 100%;
    filter: brightness(0);
    transition: all 0.3s ease-in-out;
}

.logo-img {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-menu {
    list-style: none;
    position: relative;
}

.item-menu a,
.item-menu span {
    font-family: 'Magistral', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    color: white;
    text-transform: capitalize;
    white-space: nowrap;
    list-style: none;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.item-menu--full button {
    font-family: 'Magistral', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    color: white;
    text-transform: capitalize;
    white-space: nowrap;
    list-style: none;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.item-menu--full button {
    font-family: 'Magistral', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    color: white;
    text-transform: capitalize;
    white-space: nowrap;
    list-style: none;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.item-menu a img,
.item-menu span img,
.item-menu--full button img {
    display: none;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    transition: all 0.3s ease-in-out;
    filter: brightness(0) invert(1) sepia(1) saturate(1) hue-rotate(0deg);
}

.item-menu.item-menu--children {
    display: flex;
    position: relative;
    align-items: center;
    gap: 5px;
    justify-content: flex-start;
}

.item-menu a:hover,
.item-menu span {
    color: rgba(171, 181, 206, 1);
}

.item-menu--children .arrow {
    transition: all 0.3s ease-in-out;
    filter: brightness(0) invert(1) sepia(1) saturate(1) hue-rotate(0deg);
}

.item-menu--children:hover .arrow {
    transform: rotate(-180deg);
    filter: none;
}

.item-menu--children img {
    width: 12px;
    height: 6px;
    transition: all 0.3s ease-in-out;
}

.item-menu--children:not(.item-menu--full) .sub-menu-wrapper {
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    background: #1F2332;
    border-radius: 10px;
    padding: 20px;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    display: flex;
    visibility: hidden;
}

.sub-menu {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
}

.sub-menu .item-menu img {
    display: none;
}

@media (max-width: 1199px) {

    .sub-menu .item-menu a {
        transition: all 0.3s ease-in-out;
    }

    .sub-menu .item-menu a:hover {
        color: rgba(171, 181, 206, 1);
    }

    .sub-menu .item-menu img {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        filter: none;
    }

    /* .logo-text {
        color: white;
    } */

    .sub-menu .item-menu {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        flex-direction: row;
        padding: 15px 0;
    }

    .sub-menu .item-menu a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        width: 100%;
        flex-direction: row;
    }

    .sub-menu-wrapper .sub-menu {
        margin-bottom: 30px;
        gap: 20px;
    }

    .item-menu.item-menu--children .sub-menu-wrapper {
        display: none;
    }

    .item-menu.item-menu--children.active .sub-menu-wrapper {
        position: fixed;
        left: 0;
        top: 120px;
        border-radius: 0;
        width: 100%;
        height: calc(100% - 275px);
        z-index: 9999 !important;
        display: flex;
        background: transparent;
        overflow-y: auto;
        padding: 30px 0;
    }

    .arrow {
        display: none;
    }
}

.item-menu--children:hover .sub-menu-wrapper {
    opacity: 1;
    visibility: visible;
}

.menu-wrapper {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    padding: 20px 30px;
    backdrop-filter: blur(20px);
}

.menu-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 50px;
    margin: 0;
    padding: 0;
    position: relative;
}

@media (max-width: 1280px) {
    .menu-list {
        gap: 15px;
    }

}

@media (max-width: 1199px) {
    .item-menu a img,
    .item-menu span img,
    .item-menu--full button img {
        display: flex;
    }

    .item-menu a,
    .item-menu span {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 5px;
        font-size: 11px;
    }

    .item-menu--full button {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 5px;
        font-size: 11px;
    }

    .item-menu a:hover,
    .item-menu span img {
        filter: none;
    }

    .menu-wrapper {
        background: rgba(31, 35, 50, 1);
        border-radius: 20px;
        padding: 15px 20px;
        min-height: 81px;
        gap: 10px;
        position: fixed;
        bottom: 60px;
        left: 20px;
        width: auto;
        right: 20px;
        z-index: 999999 !important;
        backdrop-filter: none;
    }

    .header-row {
        z-index: 999999 !important;
    }
}

.social-item {
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    width: 56px;
    height: 56px;
    padding: 15px;
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-item:hover {
    background: rgba(31, 35, 50, 1);
}

.social-item img {
    width: 25px;
    height: 25px;
}

.social-list {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: auto;
}

.search-btn {
    border-radius: 50%;
    background: rgb(94 111 154);
    width: 56px;
    height: 56px;
    min-width: 56px;
    min-height: 56px;
    padding: 15px;
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.search-btn img {
    width: 15px;
    height: 15px;
}

.search-btn:hover {
    background: rgba(31, 35, 50, 1);
}

.search-wrap input::placeholder {
    font-family: 'Magistral', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    color: white;
    text-transform: uppercase;
}

.search-wrap {
    width: 56px;
    background: rgba(255, 255, 255, 0.1);
    max-width: 56px;
    height: 56px;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 30px;
    backdrop-filter: blur(20px);
}

.search-wrap input {
    border: none;
    padding: 10px;
    box-shadow: none;
    outline: none;
    font-family: 'Magistral', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    color: white;
    background: transparent;
    z-index: 3;
}

.search-wrap {
    position: absolute;
    right: 0;
    top: 0;
    width: fit-content;
    overflow: hidden;
}

.search-wrap.active {
    width: 436px;
    max-width: 436px;
    transform: scaleX(1);
    border-radius: 30px;
}

.search-wrapper {
    position: relative;
    width: auto;
    height: 56px;
    min-width: 56px;
}

.contact-btn {
    color: rgba(31, 35, 50, 1);
    background: white;
    font-family: 'Magistral', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 20px 30px 15px;
    border-radius: 30px;
    width: 100%;
    text-transform: uppercase;
    height: 56px;
    z-index: 2;
    transition: border-radius 0.5s ease-in-out;
}

.contact-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    background: rgba(31, 35, 50, 1);
    padding: 43px 9px 20px;
    transition: all .5s ease-in-out;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    border-radius: 30px;
    display: flex;
    transform: scaleY(0);
    transform-origin: top;
    width: 100%;
    z-index: 1;
}

.contact-wrapper {
    background: rgba(31, 35, 50, 1);
    transition: all .5s ease-in-out;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: 30px;
    width: fit-content;
    flex-direction: column;
    position: relative;
    min-width: 160px;
}

@media (max-width: 1199px) {
    .contact-wrapper {
        display: none;
    }
}

.contact-wrapper:hover {
    background: rgba(31, 35, 50, 1);
}

.contact-wrapper:hover .contact-wrap {
    transform: scaleY(1);
}

.contact-wrapper:hover .contact-btn {
    color: white;
    border-radius: 30px 30px 0 0;
}

.contact-wrapper:hover .contact-btn {
    color: white;
    background: rgba(31, 35, 50, 1);
}

.contact-link {
    color: white;
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    transition: all 0.3s ease-in-out;
}

.contact-link:hover {
    color: rgba(171, 181, 206, 1);
}

.lang {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: fit-content;
    position: relative;
}

@media (max-width: 1199px) {
    .lang {
        display: none;
    }
}

.lang-btn span,
.lang-btn a {
    font-family: 'Magistral', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    color: white;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lang-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    transition: background-color 0.3s, color 0.3s;
    background: rgba(93, 111, 154, 1);
    color: white;
    padding: 20px;
    position: relative;
}

.lang-btn:hover {
    background: rgba(248, 135, 9, 1);
}

.lang-list {
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.lang-list .lang-btn {
    background: rgba(248, 135, 9, 1);
}

.lang-list .lang-btn:hover {
    background: rgba(93, 111, 154, 1);
}

.hidden {
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 1199px) {
    .header {
        position: fixed;
        left: 0;
        width: 100%;
        top: 0;
        z-index: 999999;
    }

    body.white-stripe {
        position: relative;
    }

    body.white-stripe:after {
        background: white;
        width: 100%;
        height: 100%;
        z-index: 999;
        content: '';
        position: fixed;
        top: 0;
        left: 0;
    }

    body.white-stripe .search-wrap,
    body.white-stripe .logo-img {
        background: rgba(93, 111, 154, 1);
        backdrop-filter: none;
    }

    /* .logo-container {
        background: none;
        border-radius: 0;
        padding: 0;
    }

    .logo-img {
        background: rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(20px);
        width: 58px;
        height: 58px;
        border-radius: 50%;
        padding: 14px;
    }

    .logo-img img {
        transition: all 0.3s ease-in-out;
        filter: brightness(0) invert(1) sepia(1) saturate(1) hue-rotate(0deg);
    } */

    .sub-menu .item-menu {
        color: rgba(31, 35, 50, 1);
        font-size: 20px;
    }
}

.sub-menu-social-list {
    display: flex;
    align-items: center;
    gap: 20px;
}

.sub-menu-social-list img,
.sub-menu-social-list img {
    filter: none !important;
}

.sub-menu-wrapper--hidden {
    /*display: none;*/
}

.lang--small {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.lang-title,
.sub-menu-title {
    font-family: 'Mulish', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    color: rgba(31, 35, 50, 1);
    text-transform: uppercase;
}

.lang-item--small a,
.lang-item--small span {
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(171, 181, 206, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
}

.lang-item--small.active,
.lang-item--small span {
    background: rgba(171, 181, 206, 1);
    border: 1px solid transparent;
    cursor: default;
}

.lang-list--small {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.lang-item--small a {
    border-color: rgba(248, 135, 9, 1);
    color: rgba(248, 135, 9, 1);
    background: transparent;
}

.lang-item--small a:hover {
    background: rgba(171, 181, 206, 1);
    border: 1px solid transparent;
    color: white;
}


@media (max-width: 1199px) {
    .item-menu--children .item-menu a,
    .item-menu--children .item-menu span {
        font-size: 20px;
        font-weight: 500;
        color: rgba(31, 35, 50, 1);
        font-family: 'Mulish', sans-serif;
    }

    .sub-menu-wrapper.sub-menu-wrapper--hidden {
        background: white;
        display: flex;
        flex-direction: column;
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        align-items: flex-start;
        top: 0;
    }
}

.sub-menu-contact-item a {
    font-family: 'Mulish', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    color: rgba(93, 111, 154, 1);
    transition: all 0.3s ease-in-out;
}

.sub-menu-contact-item a:hover {
    color: rgba(31, 35, 50, 1);
}

.sub-menu-contact-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}

.sub-menu-wrap-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    margin-bottom: 30px;
}

.sub-menu-wrap-item:last-child {
    margin-bottom: 0;
}

.sub-menu-social-item {
    width: 30px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.sub-menu-social-item img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}

/* footer */

.footer-list:not(.footer-list--contacts) .footer-item:first-child a,
.footer-item-title a,
.footer-item-title span {
    font-family: 'Magistral', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
    color: rgba(171, 181, 206, 1);
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
}

.footer-list:not(.footer-list--contacts) .footer-item:first-child:hover,
.footer-item-title a:hover {
    color: white;
}

.footer-item a,
.footer-item span {
    font-family: 'Mulish', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    color: white;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
}

.footer-item a:hover {
    color: rgba(171, 181, 206, 1);
}

.footer-item {
    margin-bottom: 25px;
}

.footer-item:last-child {
    margin-bottom: 0;
}

.footer-list:not(.footer-list--contacts) .footer-item:first-child,
.footer-item-title {
    margin-bottom: 50px;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.copyright-wrap {
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    color: rgba(174, 174, 174, 1);
}

.copyright-wrap a {
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    color: rgba(174, 174, 174, 1);
}

.copyright-wrap a:hover {
    color: white;
}

.footer {
    padding-top: 150px;
    background: rgba(31, 35, 50, 1);
    position: relative;
    overflow: hidden;
}

.footer-row--bottom {
    padding: 30px 0;
    margin-top: 200px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: space-between;
    flex-direction: row;
}

.footer-row {
    justify-content: space-between;
}

.footer-item-social {
    position: relative;
    width: 30px;
    height: 30px;
    padding: 3px;
}

.footer-item-social img {
    max-width: 30px;
    max-height: 30px;
    height: auto;
    width: 100%;
    transition: all 0.3s ease-in-out;
    filter: brightness(0) invert(1) sepia(1) saturate(1) hue-rotate(0deg);
}

.footer-item-social a:hover img {
    filter: none;
}

.bg-wrapper {
    position: absolute;
    bottom: 126px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 38px;
}

.bg-wrapper img {
    width: 190px;
    height: 190px;
}

.bg-wrapper img:first-child {
    display: none;
}

.bg-wrapper span {
    color: rgba(93, 111, 154, 0.3);
    font-family: 'Magistral', sans-serif;
    font-size: 250px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    text-transform: uppercase;
}

@media (max-width: 1800px) {
    .bg-wrapper img {
        width: 140px;
        height: 140px;
    }

    .bg-wrapper span {
        font-size: 200px;
    }
}

@media (max-width: 1600px) {
    .bg-wrapper img {
        width: 100px;
        height: 100px;
    }

    .bg-wrapper span {
        font-size: 150px;
    }
}

.footer .container {
    z-index: 1111;
    position: relative;
}

@media (max-width: 768px) {
    .copyright-wrap {
        font-size: 10px;
        text-align: center;
    }

    .copyright-wrap a {
        font-size: 10px;
    }

    .footer-row--bottom {
        flex-direction: column;
        justify-content: center;
    }
}

@media (max-width: 991px) {
    .footer-col {
        margin-bottom: 100px;
    }

    .footer-col:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 1199px) {
    .footer {
        padding: 50px 0 200px;
    }

    .footer-row--bottom {
        margin-top: 50px;
    }

    .bg-wrapper span {
        display: none;
    }

    .bg-wrapper {
        flex-direction: column;
        gap: 155px;
        right: -254px;
        left: auto;
    }

    .bg-wrapper img {
        width: 340px;
        height: 340px;
        opacity: 0.4;
    }

    .bg-wrapper img:first-child {
        display: block;
        opacity: 1;
    }
}

/* banner */

.banner-title {
    font-family: 'Magistral', sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    color: white;
    text-transform: uppercase;
    max-width: 1000px;
    margin-bottom: 70px;
}

@media (max-width: 400px) {
    .banner-title {
        font-size: 34px !important;
    }
}

.banner-title img {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
}

.banner-desc {
    font-family: 'Mulish', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
    color: white;
    margin-bottom: 30px;
    max-width: 750px;
}

.banner-wrap-btn {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.banner-link--fill {
    font-family: 'Magistral', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    color: rgba(31, 35, 50, 1);
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    cursor: pointer;
    background: white;
    border: 1px solid transparent;
    padding: 25px 5px 25px 35px;
    height: 72px;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.banner-link--fill:hover {
    background: rgba(31, 35, 50, 1);
    color: white;
    border-color: rgba(31, 35, 50, 1);
}

.banner-link--fill:hover .banner-icon-wrap {
    background: white;
}

.banner-link--fill:hover .banner-icon-wrap img {
    filter: brightness(0);
    transform: rotate(45deg);
}

.banner-link--border {
    font-family: 'Magistral', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    color: white;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid white;
    padding: 25px 5px 25px 35px;
    height: 72px;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.banner-link--border:hover {
    background: rgba(93, 111, 154, 1);
    color: white;
    border-color: rgba(93, 111, 154, 1);
}

.banner-link--border:hover .banner-icon-wrap img {
    filter: brightness(0);
    transform: rotate(45deg);
}

.banner-link--border:hover .banner-icon-wrap {
    background: white;
}

.banner-icon-wrap {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    transition: all 0.3s ease-in-out;
    margin-left: 20px;
}

.banner-link--border .banner-icon-wrap {
    background: rgba(93, 111, 154, 1);
}

.banner-link--fill .banner-icon-wrap {
    background: rgba(31, 35, 50, 1);
}

.banner-icon-wrap img {
    width: 16px;
    height: 16px;
    transition: all 0.3s ease-in-out;
}

.banner:after {
    background: linear-gradient(180deg, #000000 -2.72%, rgba(31, 35, 50, 0) 12.8%, rgba(29, 33, 47, 0) 34.93%, rgba(23, 26, 37, 0.5) 46.66%, #000000 79.27%),
    linear-gradient(270deg, rgba(31, 35, 50, 0) 31.93%, rgba(31, 35, 50, 0.4) 87.16%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    content: '';
    height: 100%;
}

.banner .container {
    z-index: 333;
    position: relative;
}

.bg-banner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-width: 100%;
}

.bg-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner {
    position: relative;
    min-height: 1040px;
    padding: 220px 0 195px;
    display: flex;
    align-items: flex-end;
}

.banner-container {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    margin-top: auto;
    height: 100%;
}

@media (max-width: 1199px) {
    .banner {
        position: relative;
        min-height: 980px;
        padding: 240px 0 210px;
    }

    .banner-desc {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .banner-title {
        font-size: 40px;
        margin-bottom: 50px;
    }

    .banner-link--fill,
    .banner-link--border {
        font-size: 16px;
        min-width: 302px;
        height: 58px;
        padding: 20px 5px 20px 5px;
    }

    .banner-icon-wrap {
        width: 50px;
        height: 50px;
        padding: 15px;
    }

    .banner:after {
        background: linear-gradient(180deg, #000000 4.99%, rgba(31, 35, 50, 0) 24.18%, rgba(17, 19, 28, 0.447368) 31.58%, #000000 63.37%),
        linear-gradient(270deg, rgba(31, 35, 50, 0) 31.93%, rgba(31, 35, 50, 0.4) 87.16%);
    }
}

.section {
    padding: 100px 0;
    position: relative;
}

/* info */

.info {
    background: rgba(31, 35, 50, 1);
}

.info-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
}

.info-icon img {
    width: 60px;
    height: 60px;
}

.info-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}

.info-desc {
    font-family: 'Mulish', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.20000000298023224px;
    text-align: center;
    color: white;
    max-width: 400px;
}

.info-title {
    font-family: 'Magistral', sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
    color: white;
    text-transform: uppercase;
}

.info-row {
    gap: 40px 0;
    justify-content: center;
}

@media (max-width: 991px) {
    .info-title {
        font-size: 20px;
    }

    .info-desc {
        font-size: 16px;
    }

    .info-row {
        gap: 40px 0;
    }
}

@media (max-width: 767px) {
    .info-row {
        gap: 70px;
    }
}

.faq {
    background: white;
}

.accordion-item {
    width: calc(50% - 50px);
    border: none;
}

.accordion-faq {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 100px;
    flex-wrap: wrap;
}

.accordion-button:not(.collapsed)::after {
    display: none;
}

.faq .accordion-button {
    font-family: 'Magistral', sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.3;
    text-align: left;
    text-transform: uppercase;
    color: rgba(31, 35, 50, 1);
    background: none;
    box-shadow: none;
    border: none;
    outline: none;
    border-radius: 0;
    padding: 0;
    gap: 30px;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .faq .accordion-button {
        font-size: 20px;
        gap: 15px;
    }

    .accordion-item {
        width: 100%;
    }

    .accordion-faq {
        gap: 50px;
    }
}

@media (max-width: 767px) {
    .faq .accordion-button {
        font-size: 16px;
    }

    .accordion-item {
        width: 100%;
    }
}

.faq .accordion-body {
    padding: 50px 0;
}

.accordion-icon img {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    transition: all 0.3s ease-in-out;
}

.accordion-button:not(.collapsed) img {
    filter: brightness(0) invert(1) sepia(1) saturate(1) hue-rotate(0deg);
}

.accordion-button::after {
    display: none;
}

.accordion-icon {
    border-radius: 50%;
    padding: 10px;
    width: 60px;
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    min-height: 60px;
    border: 2px solid rgba(248, 135, 9, 1);
}

.content-wrap {
    margin-bottom: 50px;
}

.content p,
.content li,
.content a {
    font-family: 'Mulish', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
    color: rgba(31, 35, 50, 1);
    text-transform: none;
}

.content .mark-text,
.content b,
.content strong {
    font-family: 'Mulish', sans-serif;
    font-size: 18px;
    font-weight: 700 !important;
    line-height: 1.4;
    text-align: left;
    color: rgba(93, 111, 154, 1) !important;
}

.content p,
.content ul,
.content ol,
.content .mark-text {
    margin-bottom: 20px;
}

.content a {
    text-decoration: none;
}

.content li {
    list-style: none;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.content ul li:before {
    background: rgba(31, 35, 50, 1);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.content div {
    font-family: 'Magistral', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    text-align: left;
    color: rgba(31, 35, 50, 1);
    text-transform: uppercase;
    margin-bottom: 30px;
}

.accordion-icon img,
.accordion-icon {
    transition: all 0.3s ease-in-out;
}

.faq .accordion-button:hover .accordion-icon,
.faq .accordion-button:not(.collapsed) .accordion-icon {
    background: rgba(93, 111, 154, 1);
    border-color: rgba(93, 111, 154, 1);
}

.faq .accordion-button:hover .accordion-icon img,
.faq .accordion-button:not(.collapsed) .accordion-icon img {
    filter: brightness(0) invert(1) sepia(1) saturate(1) hue-rotate(0deg);
}

.title-section,
.h2,
h2 {
    color: rgba(31, 35, 50, 1);
    font-family: 'Magistral', sans-serif;
    font-size: 50px;
    font-weight: 500;
    line-height: 1.3;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.title-section span,
.h2 span,
h2 span {
    color: rgba(93, 111, 154, 1);
    font-family: 'Magistral', sans-serif;
    font-size: 50px;
    font-weight: 500;
    line-height: 1.3;
    text-align: left;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .title-section,
    .h2,
    h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .title-section span,
    .h2 span,
    h2 span {
        font-size: 30px;
    }
}

.areas {
    background: white;
}

.areas-card {
    background: rgba(93, 111, 154, 1);
    padding: 35px 40px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    height: 100%;
    justify-content: flex-start;
}

@media (max-width: 767px) {
    .areas-card {
        padding: 20px;
        border-radius: 20px;
    }
}

.areas-card-img {
    width: 40px;
    height: 40px;
}

.areas-card-img img {
    max-width: 40px;
    max-height: 40px;
    width: 100%;
    height: 100%;
}

.areas-card-desc {
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    text-align: left;
    color: white;
}

.areas-card-row {
    gap: 30px 0;
}

.areas-row {
    align-items: center;
    gap: 30px 0;
}

.about-wrap-video {
    position: relative;
    width: 100%;
    max-width: 745px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 15px;
    height: 418px;
}

.video-poster {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-wrap-video video {
    width: 100%;
    height: auto;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    width: 68px;
    height: 48px;
}

.play-button:hover {
    opacity: 0.8;
}

.about-wrap-video iframe {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 418px;
}

.about-col--text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.video-info {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.video-info-icon {
    border-radius: 50%;
    background: rgba(60, 71, 104, 1);
    width: 54px;
    height: 54px;
    min-width: 54px;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-info-icon img {
    width: 32px;
    height: 36px;
}

.video-info-content {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    flex-direction: column;
    position: relative;
}

.video-info-title {
    font-family: 'Mulish', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
    color: rgba(30, 30, 30, 1);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.video-info-title:hover {
    color: rgba(248, 135, 9, 1);
}

.video-info-desc {
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
    color: rgba(50, 57, 79, 1);
}

.video-info-hint-wrap {
    display: flex;
    align-items: center;
    gap: 24px;
}

.video-info-hint {
    font-family: 'Mulish', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
    color: rgba(174, 174, 174, 1);
}

.about {
    background: white;
}

@media (max-width: 768px) {
    .about-row {
        flex-direction: column-reverse;
        gap: 30px 0;
    }

    .about-wrap-video {
        max-width: 100%;
        height: 220px;
    }

    .about-wrap-video iframe {
        max-height: 220px;
    }
}

@media (max-width: 1199px) {
    .about-row {
        flex-direction: column-reverse;
        gap: 30px 0;
    }
}

.grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 34px;
    padding-left: 170px;
}

.card {
    background-color: rgba(235, 237, 243, 1);
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    transition: all 0.3s ease-in-out;
    height: 313px;
}

.partners-title {
    grid-column: 1;
    max-width: 400px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.card:nth-child(2) {
    grid-column: 2;
}

.card img {
    max-width: 200px;
    max-height: 80px;
    object-fit: contain;
}

.partners {
    background: white;
}

@media (min-width: 1661px) {
    .partners-title {
        margin: auto 0 auto -50%;
    }
}

@media (max-width: 1660px) {
    .grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        padding-left: 0;
    }

    .card:nth-child(2) {
        grid-column: 2;
    }

    .card:nth-child(6) {
        grid-column: 2;
    }
}

@media (max-width: 1199px) {
    /*.partners-title {*/
    /*    max-width: 100%;*/
    /*    margin: 0;*/
    /*    font-size: 20px;*/
    /*}*/

    .grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        padding-left: 0;
    }

    .card img {
        max-width: 95px;
        max-height: 40px;
        object-fit: contain;
    }

    .card:nth-child(2) {
        grid-column: 2;
    }

    .card:nth-child(6) {
        grid-column: 2;
    }

    .card {
        height: 220px;
        width: 220px;
        padding: 10px;
    }

    .partners-title span {
        font-size: 25px;
    }
}

@media (max-width: 991px) {
    .card {
        height: 180px;
        width: 180px;
        padding: 10px;
    }

    .partners-title span {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .card img {
        max-width: 65px;
        max-height: 25px;
        object-fit: contain;
    }

    .card {
        height: 120px;
        width: 120px;
        padding: 10px;
    }

    .partners-title span {
        font-size: 18px;
    }
}

@media (max-width: 420px) {
    .card {
        height: 100px;
        padding: 10px;
    }
}

.slogan {
    position: relative;
    padding: 140px 0;
}

.slogan:after {
    background: rgba(23, 26, 37, 0.8);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.slogan-img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.slogan-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slogan-icon {
    width: 200px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
}

.slogan-icon img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.slogan-text {
    font-family: 'Mulish', sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
    color: white;
}

.slogan-row {
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.slogan .container {
    position: relative;
    z-index: 2;
}

@media (max-width: 991px) {
    .slogan-text {
        font-size: 16px;
        text-align: center;
    }

    .slogan-icon {
        min-width: 146px;
        width: 146px;
    }

    .slogan-row {
        flex-direction: column;
        gap: 20px;
        align-items: center;
        justify-content: center;
    }

    .slogan {
        padding: 40px 0;
    }
}

.widget-link {
    font-family: 'Magistral', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    color: white;
    background: rgba(0, 0, 0, 1);
    height: 38px;
    border-radius: 60px;
    padding: 13px 5px 13px 25px;
    text-transform: uppercase;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.6s ease-in-out;
    min-width: 163px;
}

.widget-link-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    margin-left: 30px;
}

.widget-link-icon img {
    width: 10px;
    height: 10px;
    filter: brightness(0);
    transition: all 0.3s ease-in-out;
}

.widget-link:hover {
    background: rgba(60, 71, 104, 1);
    min-width: 193px;
}

.widget-link:hover .widget-link-icon img {
    transform: rotate(45deg);
}

.widget-desc {
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 24px;
    max-width: 224px;
}

.widget-title {
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
    color: white;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.widget:not(.widget_wpmegamenu_widget) {
    background: rgba(248, 135, 9, 1);
    padding: 20px;
    border-radius: 20px;
    width: fit-content;
    margin-bottom: 20px;
    margin-left: 20px;
}

.feature {
    background: white;
}

.feature-card {
    background: rgba(23, 26, 37, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 40px;
    border-radius: 20px;
    backdrop-filter: blur(50px);
    max-width: 370px;
    height: fit-content;
}

.feature-card-title-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 20px;
}

.feature-card-title {
    font-family: 'Mulish', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    text-align: left;
    color: white;
    text-transform: uppercase;
}

.feature-card-num {
    font-family: 'Mulish', sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    color: white;
}

.feature-card-desc {
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    color: white;
    text-align: left;
}

.feature-card {
    width: fit-content;
}

.feature-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin: auto;
}

.feature-card-img {
    display: none;
}

@media (max-width: 1199px) {
    .feature-list {
        display: grid;
        gap: 20px;
        margin: 0;
    }

    .feature-card:nth-child(2) {
        margin-top: 0;
    }

    .feature-card-title {
        font-size: 20px;
        color: rgba(31, 35, 50, 1);
    }

    .feature-card-title-wrap {
        margin-bottom: 20px;
        z-index: 11;
        position: relative;
    }

    .feature-card-num {
        color: rgba(31, 35, 50, 1);
    }

    .feature-card-desc {
        color: rgba(31, 35, 50, 1);
        z-index: 11;
        position: relative;
    }

    .feature-card {
        background-color: transparent;
        border: 1px solid rgba(235, 237, 243, 0.9);
        position: relative;
        background-image: url(../img/feature-card.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 100%;
        overflow: hidden;
    }

    .feature-card:after {
        background: rgba(235, 237, 243, 0.9);
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        content: '';
    }

    .widget:not(.widget_wpmegamenu_widget) {
        width: 100%;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .widget-desc {
        max-width: 100%;
    }

    .feature .feature-row {
        gap: 20px;
    }
}

@media (min-width: 991px) {
    .feature-card {
        overflow: hidden;
    }

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

@media (max-width: 767px) {
    .feature-card {
        max-width: 100%;
        width: 100%;
        overflow: hidden;
    }

    .feature-list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        margin: 0;
    }

    .widget:not(.widget_wpmegamenu_widget) {
        width: 100%;
        margin: 0;
    }

    .feature .feature-row {
        gap: 20px;
    }
}

.feature-content {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    height: 100%;
}

.feature-container {
    position: relative;
    min-height: 820px;
}

.feature-img {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 820px;
    top: auto;
}

.feature-img img {
    width: 100%;
    height: auto;
    max-height: 820px;
    object-fit: contain;
}

@media (max-width: 1199px) {
    .feature-img {
        display: none;
    }
}

.feature .title-section {
    margin-bottom: 40px;
    line-height: 1;
}

.feature-wrap-title {
    max-width: 600px;
}

.feature-desc {
    font-family: 'Mulish', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
    color: rgba(82, 82, 82, 1);
}

.feature .feature-row {
    position: relative;
    z-index: 2;
    min-height: 820px;
}

.cards-col {
    display: flex;
    align-items: center;
}

.sub-menu-wrapper .accordion-body {
    padding: 20px 10px;
}

.sub-menu-wrapper .accordion-body .item-menu a,
.sub-menu-wrapper .accordion-body .item-menu span {
    font-family: 'Mulish', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    text-align: left;
    color: rgba(82, 82, 82, 1);
}

.sub-menu-wrapper .accordion-body .sub-menu .item-menu {
    padding: 10px 0;
}

.sub-menu-wrapper .accordion-body .sub-menu {
    gap: 0;
}

.sub-menu-wrapper .accordion-icon {
    width: fit-content;
    height: fit-content;
    border: none;
    padding: 0;
    border-radius: 0;
    min-width: fit-content;
    min-height: fit-content;
}

.sub-menu-wrapper .accordion-icon img {
    width: 19px;
    height: 9px;
    filter: none;
}

.sub-menu-wrapper .accordion-button {
    border: none;
    background: none;
    outline: none;
    box-shadow: none;
}

.sub-menu-wrapper .accordion-button a {
    font-family: 'Mulish', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    color: rgba(31, 35, 50, 1);
    text-transform: uppercase;
}

.sub-menu-wrapper .accordion-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 15px 0;
}

.sub-menu-wrapper--hidden .accordion {
    margin-bottom: 90px;
}

.sub-menu-wrapper--hidden .accordion .accordion-icon:not(.collapsed) img {
    transform: rotate(-180deg);
}

.line-text {
    font-family: 'Mulish', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
    min-width: fit-content;
}

.line-text img {
    height: 18px;
    width: auto;
}

.lines {
    overflow: hidden;
    background: rgba(31, 35, 50, 1);
}

.line {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
}

.line span {
    font-family: 'Mulish', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.line-wrap {
    position: relative;
    width: fit-content;
    padding: 6px 0;

    transform: translateX(-100%);
    animation: toRightFirst 70s linear infinite;
}

@keyframes toRightFirst {
    from {
        transform: translateX(-50%);
    }
    to {
        transform: translateX(0%);
    }
}

@keyframes toLeftFirst {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.content-lite img {
    height: 6px;
    width: fit-content;
    margin-bottom: 4px;
    margin-right: 10px;
}

.content-lite p {
    font-family: 'Mulish', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    text-align: left;
    color: rgba(235, 237, 243, 1);
    margin-bottom: 50px;
}

.catalog {
    background: rgba(0, 0, 0, 0.9);
}

.catalog-text-btn {
    border: 1px solid rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 0.1);
    height: 72px;
    border-radius: 60px;
    padding: 4px 5px 4px 35px;
    text-transform: uppercase;
    font-family: 'Magistral', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: white;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 290px;
}

.catalog-text {
    margin-top: 150px;
}

.catalog-text-icon {
    width: 64px;
    height: 64px;
    min-width: 64px;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: white;
    transition: all 0.3s ease-in-out;
    margin-left: 20px;
}

.catalog-text-btn:hover {
    min-width: 320px;
}

.catalog-text-btn:hover .catalog-text-icon {
    background: #5D6F9A;
}

.catalog-text-btn:hover .catalog-text-icon img {
    filter: brightness(0) invert(1) sepia(1) saturate(1) hue-rotate(0deg);
    transform: rotate(45deg);
}

.catalog .title-section {
    color: white;
    font-weight: 400;
    max-width: 880px;
}

.catalog .title-section span {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
}

@media (max-width: 1199px) {
    .catalog-text-row {
        flex-direction: column-reverse;
        gap: 50px;
    }

    .catalog-text-btn {
        margin: 0 auto;
    }
}

.catalog {
    position: relative;
    background-image: url(../img/castalog-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.catalog:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1;
    background: rgba(0, 0, 0, 0.9);
}

.catalog .container {
    z-index: 11;
    position: relative;
}

.title-section--arrow {
    display: flex;
    align-items: center;
    gap: 20px;
}

.title-section--arrow .arrow-icon {
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 50%;
    background: rgba(93, 111, 154, 1);
}

.solution .swiper-slide-img {
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    height: 408px;
}

.swiper-slide-img {
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .swiper-slide-img {
        height: 220px;
        border-radius: 20px;
    }

    .title-section--arrow {
        justify-content: space-between;
    }
}

.swiper-slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solution-desc-text {
    font-family: 'Magistral', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    color: rgba(31, 35, 50, 1);
    max-width: 375px;
}

.solution-desc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
}

.solution-desc .arrow-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    border-radius: 50%;
    border: 1px solid rgba(31, 35, 50, 1);
    transition: all 0.3s ease-in-out;
}

.solution-desc .arrow-icon:hover {
    background: rgba(93, 111, 154, 1);
    border-color: rgba(93, 111, 154, 1);
}

.solution-desc .arrow-icon:hover img {
    filter: brightness(0) invert(1) sepia(1) saturate(0) hue-rotate(0deg);
}

.solution-slide {
    position: relative;
}

.wrap-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}

.wrap-action .swiper-button-next,
.wrap-action .swiper-button-prev {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
}

.solution-wrap-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.swiper-button-next,
.swiper-button-prev {
    width: 26px;
    height: 26px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px;
}

.solution {
    overflow: hidden;
}

.wrap-action .swiper-pagination {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: fit-content;
}

.swiper-pagination-current {
    font-family: 'Magistral', sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    color: rgba(31, 35, 50, 1);
}

.swiper-pagination-total {
    font-family: 'Magistral', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    color: rgba(171, 181, 206, 1);
}

.progress-bar {
    position: absolute;
    bottom: 50%;
    transform: translateY(-50%);
    left: 90px;
    width: 230px;
    height: 2px;
    background-color: rgba(171, 181, 206, 1);
}

.swiper-slide .arrow-icon img {
    transform: none;
}

.progress {
    height: 100%;
    width: 0;
    background-color: rgba(31, 35, 50, 1);
    transition: width 0.3s;
}

.swiper-pagination {
    display: flex;
    align-items: center;
    gap: 15px;
}

.wrapper-pagination {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.swiper-button-next,
.swiper-button-prev {
    color: rgba(31, 35, 50, 1);
}

.arrow-icon img {
    transform: rotate(45deg);
    width: 16px;
    height: 16px;
}

@media (max-width: 768px) {
    .progress-bar {
        width: 92px;
    }

    .solution-desc-text {
        font-size: 16px;
        max-width: 300px;
    }

    .solution-wrap-btn {
        display: none;
    }

    .wrap-action {
        margin-top: 20px;
    }
}

.catalog {
    overflow: hidden;
}

.catalog .swiper-slide-active .swiper-slide-img,
.catalog .swiper-slide-active,
.catalog .swiper-slide-active img {
    position: relative;
    height: 100%;
    max-height: 680px;
    min-height: 680px;
}

.catalog .swiper-slide-img:after {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    opacity: 0;
    transition: all 0.8s ease-in-out;
    z-index: 22;
    position: absolute;
}

.catalog .swiper-slide-img:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, #1F2332 100%);
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    content: '';
    opacity: 0;
    transition: all 0.3s ease-in-out;
    z-index: 22;
    position: absolute;
    border-radius: 30px;
}

.catalog .swiper-slide-img .solution-desc {
    position: absolute;
    left: 30px;
    bottom: 30px;
    margin: 0;
    width: calc(100% - 60px);
    align-items: flex-start;
    flex-direction: column;
    z-index: 33;
}

.catalog .swiper-slide-img .solution-desc-text a {
    font-family: 'Magistral', sans-serif;
    font-size: 35px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    color: white;
    text-transform: uppercase;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
}

.catalog .swiper-slide-img .solution-desc-text a:hover {
    color: rgba(93, 111, 154, 1);
}

.catalog .solution-desc .arrow-icon {
    border: 1px solid rgba(235, 237, 243, 1);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    width: 66px;
    height: 66px;
    min-width: 66px;
    min-height: 66px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.solution-list {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.8s ease-in-out, opacity 0.8s ease-in-out, padding-top 0.5s ease-in-out;
    padding-top: 0;
}

.solution-list li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 20px;
}

.solution-list li a {
    font-family: 'Magistral', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    color: rgba(171, 181, 206, 1);
    position: relative;
    padding-left: 26px;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
}

.solution-list li a:hover {
    color: rgb(248 135 7) !important;
}

.solution-list li:before {
    position: absolute;
    width: 8px;
    content: '';
    height: 8px;
    border-radius: 50%;
    background: rgba(171, 181, 206, 1);
    left: 6px;
    top: 6px;
}

.solution-slide:hover .solution-list {
    max-height: 1000px;
    opacity: 1;
    padding-top: 40px;
}

.catalog .solution-slide:hover .swiper-slide-img:after {
    opacity: 1;
}

.catalog .swiper-pagination-current {
    color: white;
}

.catalog .progress-bar {
    background: rgba(255, 255, 255, 0.4);
}

.catalog .progress {
    background: rgba(255, 255, 255, 1);
}

.catalog .swiper-button-next,
.catalog .swiper-button-prev {
    color: white;
}

.catalog .swiper-slide {
    transition: max-width 0.4s ease-in, max-height 0.5s ease-in-out;
}

.catalog .swiper-slide.swiper-slide-next {
    max-width: 450px;
}

.catalog .swiper-slide.swiper-slide-active {
    max-width: 870px;
    min-width: 870px;
}

.catalog .arrow-icon:hover {
    background: rgba(93, 111, 154, 1);
    border-color: rgba(93, 111, 154, 1);
}

.catalog .swiper-slide.swiper-slide-next .solution-desc-text a,
.catalog .swiper-slide:not(.swiper-slide-active) .solution-desc-text a {
    font-size: 30px;
}

@media (min-width: 992px) {
    .catalog .swiper-slide:not(.swiper-slide-active),
    .catalog .swiper-slide:not(.swiper-slide-active) .swiper-slide-img,
    .catalog .swiper-slide:not(.swiper-slide-active) .swiper-slide-img img {
        max-height: 610px;
        height: 100%;
        min-height: 610px;
    }
}

.catalog .solution-desc .arrow-icon img {
    filter: brightness(0) invert(1) sepia(1) saturate(1) hue-rotate(0deg);
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
    max-width: 16px !important;
    max-height: 16px !important;
	transition:all ease-out 0.3s;
}
 .catalog .swiper-slide:hover .solution-desc .arrow-icon img{
	rotate:45deg;
}
.catalog .swiper-wrapper {
    align-items: flex-end;
}

@media (max-width: 991px) {
    .catalog .swiper-slide {
        min-height: 460px !important;
        width: 100% !important;
        height: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        border-radius: 20px;
    }

    .catalog .swiper-slide,
    .catalog .swiper-slide-img {
        overflow: hidden;
    }

    .catalog .swiper-slide-active .swiper-slide-img,
    .catalog .swiper-slide-active,
    .catalog .swiper-slide-active img,
    .catalog .swiper-slide img,
    .catalog .swiper-slide .swiper-slide-img {
        min-height: 460px !important;
        max-height: 460px !important;
    }

    .catalog .swiper-slide-img {
        border-radius: 20px;
    }

    .catalog .solution-list {
        max-height: 1000px;
        opacity: 1;
        padding-top: 0;
    }

    .catalog .solution-list li a {
        font-size: 13px;
    }

    .catalog .solution-list li {
        margin-bottom: 13px;
    }

    .catalog .swiper-slide-img .solution-desc-text a {
        font-size: 20px !important;
        margin-bottom: auto;
    }

    .catalog .swiper-slide .swiper-slide-img:after {
        opacity: 1;
        border-radius: 20px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, #1F2332 100%),
        linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(31, 35, 50, 0.8) 84.5%);
    }

    .catalog .solution-wrap-btn {
        display: flex;
    }

    .solution-list li {
        padding-left: 12px;
    }

    .catalog .swiper-slide-img .solution-desc {
        bottom: 0;
        height: 100%;
        padding-top: 20px;
        left: 20px;
        justify-content: space-between;
        width: calc(100% - 40px);
        padding-right: 64px;
    }

    .catalog .solution-desc .arrow-icon {
        bottom: 20px;
    }
}

.shop-img-wrapper {
    border-radius: 20px;
    overflow: hidden;
    min-height: 142px;
    height: 100%;
}

.shop-img-wrapper img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.shop-desc {
    font-family: 'Mulish', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
    color: rgba(82, 82, 82, 1);
}

.shop-budget {
    font-family: 'Mulish', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 30px;
}

.shop-card-title {
    font-family: 'Magistral', sans-serif;
    font-size: 35px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
}

.shop-card-title-num {
    font-family: 'Magistral', sans-serif;
    font-size: 35px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    text-transform: uppercase;
    color: rgba(171, 181, 206, 1);
}

.shop-card-desc li {
    font-family: 'Mulish', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 10px;
}

.shop-card-desc-wrap {
    background: rgba(23, 26, 37, 0.8);
    border-radius: 20px;
    width: 556px;
    height: fit-content;
    backdrop-filter: blur(20px);
    padding: 30px;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
    min-height: 516px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

.shop-card-img {
    max-width: 100%;
    margin-left: auto;
    height: 576px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.shop .title-section {
    line-height: 1;
}

.shop-title-wrapper {
    margin-bottom: 70px;
}

.gallery-top--shop {
    position: relative;
}

.shop-btn {
    background: rgba(31, 35, 50, 1);
    height: 72px;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 4px 5px 4px 35px;
    color: white;
    font-family: 'Magistral', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    text-transform: uppercase;
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 11;
    transition: all 0.3s ease-in-out;
}

.shop-btn-icon {
    width: 64px;
    height: 64px;
    min-width: 64px;
    min-height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    margin-left: 30px;
}

.shop-btn-icon img {
    width: 16px;
    height: 16px;
    filter: brightness(0);
    transition: all 0.3s ease-in-out;
}

.shop-btn:hover {
    background: rgba(60, 71, 104, 1);
    min-width: 193px;
}

.shop-btn:hover .shop-btn-icon img {
    transform: rotate(45deg);
}

.shop-card-small-img {
    height: 150px;
    border-radius: 20px;
    max-height: 100%;
    width: auto;
}

.shop-card-small-img img {
    height: 150px;
    border-radius: 20px;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    min-width: 100%;
}

.shop-card-small-content .shop-budget,
.shop-card-small-content .shop-card-desc {
    display: none;
}

.shop-card-small-content .shop-btn-icon {
    border-radius: 50%;
    height: 50px;
    max-width: 50px;
    max-height: 50px;
    width: 50px;
    min-height: 50px;
    min-width: 50px;
    background: transparent;
    border: 1px solid rgba(31, 35, 50, 1);;
}

.shop-card-small-content .shop-btn-icon:hover {
    background: rgba(31, 35, 50, 1);
}

.shop-card-small-content .shop-btn-icon:hover img {
    filter: brightness(0) invert(1) sepia(1) saturate(1) hue-rotate(0deg);
}

.shop-card-small-content .shop-btn-icon img {
    width: 16px;
    height: 16px;
    filter: brightness(0);
    transition: all 0.3s ease-in-out;
}

.shop-card-small-content .shop-card-title {
    font-family: 'Magistral', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    color: rgba(31, 35, 50, 1);
    margin-bottom: 10px;
}

.shop-card-small-content .shop-card-title-num {
    font-family: 'Magistral', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    text-transform: uppercase;
}

.shop-card-small-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.shop-card-small-content {
    margin-top: 10px;
}

.gallery-thumbs--shop {
    margin-top: 30px;
}

.shop-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shop-card-small-img {
    position: relative;
    overflow: hidden;
}

.shop-card-small-img:after {
    position: absolute;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.shop-swiper-wrapper--small .swiper-slide {
    cursor: pointer;
}

.shop-swiper-wrapper--small .swiper-slide:hover .shop-card-small-img:after {
    opacity: 1;
}

.shop-swiper-wrapper--small .swiper-slide:hover .shop-btn-icon {
    background: rgba(31, 35, 50, 1);
}

.shop-swiper-wrapper--small .swiper-slide:hover .shop-btn-icon img {
    filter: brightness(0) invert(1) sepia(1) saturate(1) hue-rotate(0deg);
}

.shop .wrap-action {
    display: none;
}

@media (max-width: 991px) {
    .shop .wrap-action {
        display: flex;
    }

    .shop-img-wrapper {
        display: none;
    }

    .gallery-thumbs--shop {
        display: none;
    }

    .shop-desc {
        font-size: 16px;
    }

    .shop-title-wrapper {
        margin-bottom: 30px;
    }

    .shop-card-title,
    .shop-card-title-num {
        font-size: 20px;
    }

    .shop-budget {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .shop-card-desc li {
        font-size: 13px;
    }

    .shop-card-desc-wrap {
        min-height: 268px;
        max-width: 330px;
    }

    .shop-card-desc-wrap {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .shop-card-desc {
        margin-top: 30px;
    }

    .shop-btn-icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
        min-height: 50px;
        max-width: 50px;
        max-height: 50px;
    }

    .shop-btn {
        background: none;
        border: none;
        font-size: 16px;
        right: 30px;
        left: 30px;
        padding: 0;
        justify-content: center;
    }

    .shop-btn:hover {
        background: none;
        border: none;
    }

    .shop-card-img {
        position: relative;
    }

    .shop-card-img:after {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 51.9%, #1F2332 100%);
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: '';
        z-index: 1;
    }

    .shop .solution-wrap-btn {
        display: flex;
    }
}

.partners__content {
    display: flex;
    flex-direction: column;
    align-content: space-between;
}

.card {
    margin: 0 16px;
}
.card-wrap-inner {
    overflow: hidden;
}
@media (min-width: 992px) {
    .card-wrap--1 .card-wrap-inner {
        margin: 0 0 0 auto;
        width: 62.5%;
    }
}

.card-inner {
    position: relative;
    width: fit-content;
    padding: 15px 0;
    display: flex;

    transform: translateX(-100%);
    animation: toRightFirst 10s linear infinite;
}
.card-inner--1 {
    animation: toLeftFirstCard 40s linear infinite;
}
.card-inner--2 {
    animation: toRightFirstCard 40s linear infinite;
}

@keyframes toRightFirstCard {
    from {
        transform: translateX(-50%);
    }
    to {
        transform: translateX(0%);
    }
}

@keyframes toLeftFirstCard {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
.partners .container {
    max-width: none;
    padding: 0;
}
@media (min-width: 992px) {
    .partners-title {
        margin: 0 0 -120px 0;
    }
}
@media (min-width: 1200px) {
    .partners-title {
        margin: 0 0 -235px 10%;
    }
}
.footer a:hover,
.home a:hover,
.header a:hover {
    color: rgba(171, 181, 206, 1) !important;
}
ul {
    list-style: none;
    margin-left: 0;
}
/*@media (min-width: 992px) {*/
    #wpmegamenu_widget-2 ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li a {
        width: calc(100% - 60px) !important;
        color: #525252;
    }
    #wpmegamenu_widget-2 .wp-mega-sub-menu>li {
        padding-left: 10px !important;
        margin-bottom: 0 !important;
    }
    #wpmegamenu_widget-2 .wpmm-mega-wrapper>li>a span {
        font-weight: 700;
        line-height: 1.3;
        text-transform: uppercase;
        color: rgba(31, 35, 50, 0.6);
        transition-duration: .4s;
        width: calc(100% - 60px) !important;
    }
    #wpmegamenu_widget-2 .wp-mega-menu-link {
        padding: 10px 0;
    }
    #wpmegamenu_widget-2 .menu-item-type-taxonomy.active .wp-mega-menu-link:after {
        transform: rotate(90deg) !important;
        top: 14px;
    }
    #wpmegamenu_widget-2 .menu-item-type-taxonomy {
        background-color: transparent !important;
        border: none !important;
    }
    #wpmegamenu_widget-2 .menu-item-type-taxonomy a {
        color: #000 !important;
    }
    #wpmegamenu_widget-2 .wpmm-sub-menu-wrapper.wpmm-menu0 {
        position: relative !important;
        left: 0 !important;
    }
    #wpmegamenu_widget-2 .wpmega-menu-flyout ul {
        width: 100% !important;
        background: transparent;
    }
    #wpmegamenu_widget-2 ul.wp-mega-sub-menu li a {
        border: none;
    }
    #wpmegamenu_widget-2 ul.wp-mega-sub-menu li > a:before {
        content: none;
    }
    #wpmegamenu_widget-2 .wpmm-sub-menu-wrapper {
        border: none !important;
        z-index: 0 !important;
        opacity: 1 !important;
        visibility: visible !important;
        max-height: 0;
        overflow: hidden;
        transition: max-height .4s ease;
        box-shadow: none;
    }
    #wpmm-wrap-us_main_menu ul.wpmm-mega-wrapper > li.current-menu-item:hover > a > span.wpmm-mega-menu-href-title,
    #wpmm-wrap-us_main_menu ul.wpmm-mega-wrapper > li:hover,
    #wpmm-wrap-us_main_menu ul.wpmm-mega-wrapper > li.current-menu-item:hover > a {
        background: transparent !important;
        color: #000 !important;
    }
    #wpmegamenu_widget-2 .menu-item-type-taxonomy.active>a span {
        font-weight: 800;
        color: #000;
    }
    #wpmegamenu_widget-2 .menu-item-type-taxonomy.active .wpmm-sub-menu-wrapper{
        max-height: 700px;
    }
#wpmegamenu_widget-2 {
    padding-left: 30px;
}
#wpmega-menu-us_main_menu {
    display: block !important;
    background: transparent !important;
    height: auto;
}
#wpmegamenu_widget-2 .menu-item-type-taxonomy.active .wp-mega-menu-link:after {
    display: block;
}
@media (max-width: 768px) {
    .for_sidebar .l-section-h {
        display: flex;
        flex-direction: column-reverse;
    }
}
.CardCatecoryGridItem {
    margin-bottom: -50px;
}
.CatecoryGridWrapItem .w-grid-item {
    padding: 20px !important;
}
.CatecoryGridWrapItem .vc_column-inner {
    padding-left: 0 !important;
}
.Card1Wrap {
    width: 100% !important;
    justify-content: space-between !important;
    display: flex !important;
    align-items: center !important;
}
.Card1TItle {
    font-family: 'Mulish' !important;
    font-weight: 800 !important;
    font-size: 18px !important;
    line-height: 1.3 !important;
    text-transform: uppercase;
    color: #1f2332 !important;
}
.CardWrapContent {
    justify-content: space-between;
}
.CardTItleLow {
    padding-left: 20px !important;
}
.CardTItleLow~.w-separator {
    display: none;
}

.CardInnerTitle{
    font-family: 'Mulish';
    font-weight: 400;
    font-size: 16px;
    text-transform: initial;
    color: #1f2332;
    line-height: 1;
 }
.CardInnerPrice {
    font-family: 'Mulish';
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    color: #5d6f9a;
}
.btnCard2:before {
    border: none !important;
}
.CardWrapImg img {
    border-radius: 20px;
    height: 264px!important;
    padding: 22px 15px 12px;
    background: #fff !important;
    object-fit: contain;
    margin-bottom: 10px;
}
.CardWprap>div {
    margin-bottom: 0;
}
.CardInnerArticle {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
    color: #aeaeae;
}
.Card1Btn:before {
    border: none !important;
}
.Card1Btn {
    font-weight: 700 !important;
}
.Card1Btn span {
    color: rgba(30, 30, 30, 0.4) !important;
}
@media (min-width: 1020px) {
    .CategotyTitle {
        margin-top: -50px;
    }
}

.CategotyTitle {
    font-family: 'Mulish';
    border-radius: 30px;
    padding: 20px 30px;
    background-color: #5d6f9a;
    width: 100%;
    height: 54px;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
}

.wpmega-enabled-menutoggle {
    display: none !important;
}

main {
    background: #f5f6f9;
}

.g-breadcrumbs-separator,
.g-breadcrumbs-item a {
    color: #aeaeae !important;
}

.type_term {
    width: 100% !important;
}

.productPageTel {
    width: 100%;
    max-width: 353px;
 }

.productPageOffer {
    width: 100%;
    max-width: 355px;
    width: 355px;
 }

@media (max-width: 1500px) {
    .productPageOfferWrap {
        display: flex;
        flex-direction: column;
    }
}

.hide_on_laptops.hide_on_tablets.via_flex.valign_top.type_default.stacking_default {
    display: none;
}

@media (max-width: 900px) {
    .l-sidebar {
        padding-bottom: 0 !important;
    }

    .l-sidebar.active .vc_column-inner {
        max-height: 600px;
        /*overflow: visible;*/
    }

    .l-sidebar>.vc_column-inner {
        max-height: 0;
        overflow: hidden;
        transition: max-height .4s ease;
    }
}

.productPagePrice {
    align-items: center !important;
}

.productPagePrice p {
    font-size: 20px;
}

.productPagePrice span {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 25px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #5d6f9a;
}

.productPageTel {
    align-items: center;
    display: flex !important;
}

.productPageOffer button:before {
    content: none;
}

.productPageOffer button {
    padding: 4px 5px;
    text-align: left;
    padding-left: 35px;
    height: 72px;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    color: #1f2332;
    border: none !important;
}

.productPageOffer {
    border: 1px solid #5d6f9a;
    border-radius: 60px;
}

.productPageContent,
.productPageHeadline {
    max-width: 540px;
}

.productPageOffer:hover {
    background-color: #ABB5CE !important;
    border: none !important;
    border-radius: 60px;
}

.productPageOffer button:hover {
    background-color: transparent !important;
}

.productPageImgs .woocommerce-product-gallery__image a {
    border-radius: 30px;
    width: 100%;
    height: 100%;
    max-width: 775px;
    max-height: 572px;
    background-color: #fff;
    padding: 27px;
    display: flex;
    justify-content: center;
}

.woocommerce-product-gallery ol {
    margin-top: 20px !important;
}

.woocommerce-product-gallery li {
    border-radius: 10px;
    border: 2px solid #5D6F9A;
    padding: 0 !important;
}

.flex-control-thumbs {
    gap: 10px;
}

.woocommerce-product-gallery li img {
    border: none !important;
    padding: 10px;
    width: 140px !important;
    height: 124px !important;
}

.woocommerce-product-gallery--columns-5 li {
    width: 48% !important;
    height: 124px !important;
}

@media (min-width: 640px) {
    .woocommerce-product-gallery--columns-5 li {
        width: 140px !important;
    }
}

.w-tabs-item.active span {
    color: #1f2332;
}

.w-tabs-item span {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 30px;
    line-height: 130%;
    text-transform: uppercase;
    color: #5d6f9a;
}

.w-tabs-item {
    opacity: 1 !important;
}

.w-popup-box {
    max-width: 948px !important;
    width: 90% !important;
    /*margin: 15px;*/
}

.w-popup-box-content {
    border-radius: 60px;
    margin: 15px;
    width: 97%;
}

.formWrapSend>p {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.formWrapSend br {
    display: none;
}

.formInputName {
    margin-bottom: 20px;
}

.formInputTell {
    margin-bottom: 20px;
}

.formInputDesc {
    width: 100%;
}

.formInputDesc textarea {
    border: 1px solid rgba(31, 35, 50, 0.5) !important;
    border-radius: 30px !important;
    height: 159px !important;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-left: 30px;
    background-color: transparent !important;
}

.formInputName input,
.formInputTell input {
    border: 1px solid rgba(31, 35, 50, 0.5) !important;
    border-radius: 30px !important;
    padding: 21px 30px !important;
    height: 60px !important;
    background-color: transparent !important;
}


.formSendBtn p.active {
    background-color: #1f2332 !important;
}

.formSendBtn input {
    background-color: transparent !important;
    border: none !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-family: var(--second-family) !important;
}

.formSendBtn input:focus,
.formSendBtn input:hover {
    border: none !important;
    color: #fff !important;
}

.formSendBtn p {
    display: flex;
    align-items: center;
    border-radius: 60px  !important;
    padding: 4px 5px;
    width: 100%;
    max-width: 299px;
    height: 51px;
    background-color: rgba(31, 35, 50, .5) !important;
    font-family: var(--second-family) !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase !important;
    justify-content: space-between;
}

.formSendBtn .wpcf7-spinner {
    display: none;
}

@media (max-width: 640px) {
    .productPageTel a {
        width: 271px !important
    }

    .productPageOffer span,
    .productPageTel span {
        font-size: 15px !important;
    }

    .productPageOfferWrap>div {
        width: 100% !important;
    }
}

@media (min-width: 640px) {
    .formSendBtn {
        max-width: 299px;
    }

    .formSendIco {
        width: 65px;
        height: 65px;
        min-width: 65px;
        min-height: 65px;
    }

    .formSendBtn p {
        height: 72px;
        font-size: 20px;
    }

    .formInputName {
        width: calc(50% - 15px);
    }

    .formInputTell {
        width: calc(50% - 15px);
    }
    
    .productPageTel {
        width: 353px;
        min-width: 353px !important;
    }
}

.formSendIco {
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
}

input[aria-invalid="true"] {
    border-color: red !important;
}

input[aria-invalid="true"]::placeholder {
    color: red !important;
}

.wpcf7-not-valid-tip {
    display: none !important;
}

.areas-row .content {
    height: 450px;
    overflow-y: scroll;
    padding-right: 12px;
}

.areas-row .content::-webkit-scrollbar {
    width: 6px;
}

.areas-row .content::-webkit-scrollbar-track {
    background-color: rgba(93, 111, 154, 0.3);
}

.areas-row .content::-webkit-scrollbar-thumb {
    background-color: rgba(93, 111, 154, 1);
    border-radius: 10px;
}

.areas-row .content::-webkit-scrollbar-thumb:hover {
    background-color: rgba(93, 111, 154, 0.8); 
}

.areas-row .content {
    scrollbar-width: thin;
    scrollbar-color: rgba(93, 111, 154, 1) rgba(230, 230, 230, 0.3);
}

.modal-title {
    font-family: 'Magistral', sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 39px;
    text-align: center;
    color: rgba(31, 35, 50, 1);
    text-transform: uppercase;
    margin-bottom: 30px;
}

.input-blur--input {
    width: calc(50% - 15px);
}

@media (max-width: 768px) {
    .input-blur--input {
        width: 100%;
    }
}

.input-blur--textarea {
    width: 100%;
}

.input-blur input {
    border: 1px solid rgba(31, 35, 50, 0.5);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    padding: 20px 30px;
    height: 60px;
    font-family: 'Mulish', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    text-align: left;
    color: rgba(31, 35, 50, 1);
    width: 100%;
    background: white!important;
}

.input-blur textarea {
    border: 1px solid rgba(31, 35, 50, 0.5);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    padding: 20px 30px;
    font-family: 'Mulish', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    text-align: left;
    color: rgba(31, 35, 50, 1);
    width: 100%;
    background: white!important;
}

.input-blur input::placeholder,
.input-blur textarea::placeholder {
    font-family: 'Mulish', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    text-align: left;
    color: rgba(31, 35, 50, 0.5);
}

.modal-content {
    border-radius: 30px;
}

@media (min-width: 992px) {
    .modal-dialog {
        max-width: 950px!important;
    }
}

@media (max-width: 991px) {
    .modal-dialog {
        max-width: 700px!important;
    }
}

.modal-header {
    padding: 30px 80px 15px;
    border: none;
}

@media (max-width: 992px) {
    .modal-header {
        padding: 30px 30px 15px;
        border: none;
    }
}

@media (max-width: 768px) {
    .modal-header {
        padding: 30px 15px 15px;
        border: none;
    }
}

.modal-body {
    padding: 15px 80px 90px;
}

@media (max-width: 992px) {
    .modal-body {
        padding: 15px 30px 30px;
    }
}

@media (max-width: 768px) {
    .modal-body {
        padding: 15px 15px 30px;
    }
}

.form-btn {
    background: rgba(31, 35, 50, 1)!important;
    height: 72px;
    border-radius: 60px!important;
    display: flex!important;
    align-items: center!important;
    justify-content: flex-end!important;
    padding: 4px 35px 4px 35px!important;
    color: white!important;
    font-family: 'Magistral', sans-serif!important;
    font-size: 20px!important;
    font-weight: 400!important;
    line-height: 20px!important;
    text-align: left!important;
    text-transform: uppercase!important;
    transition: all 0.3s ease-in-out;
}

.form-btn:hover {
    background: rgba(60, 71, 104, 1)!important;
    color: white!important;
}

.wpcf7-spinner {
    display: none!important;
}

.menu-wrapper.scrolled .item-menu a,
.menu-wrapper.scrolled .item-menu span {
    color: rgba(171, 181, 206, 1);
}

.menu-wrapper.scrolled .item-menu--children .arrow {
    filter: none;
}


.search-wrap .asl_w_container {
    padding-right: 20px;
}

.search-wrap div.asl_m.asl_w {
    background: none !important;
    background-color: transparent !important;
    box-shadow: none! important;
    border: none !important;
    margin-right: 20px;
}

.search-wrap #ajaxsearchlite1 .probox, div.asl_w .probox {
    background: none !important;
    background-color: transparent !important;
    box-shadow: none;
}

.search-wrap #ajaxsearchlite1 .probox .proinput input,
.search-wrap div.asl_w .probox .proinput input,
.search-wrap #ajaxsearchlite1 .probox .proinput input::placeholder,
.search-wrap div.asl_w .probox .proinput input::placeholder {
    color: #000 !important;
    text-shadow: none;
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

.search-wrap div.asl_w .probox .promagnifier {
    display: none;
}

.search-wrap.active {
    background: white;
}

@media (max-width: 767px) {
    .search-wrap.active {
        width: 340px;
        max-width: 340px;
    }
}

@media (max-width: 1199px) {
    .item-menu.item-menu--children.active .sub-menu-wrapper {
        background: white!important;
    }

    body.white-stripe .logo-img {
        background: white!important;
        backdrop-filter: none;
    }
}

.footer .container {
    z-index: 1!important;
    position: relative;
}