.ns-layout {
    background: white;
    padding-top: 64px;
    padding-bottom: 104px;
}
.ns {
    max-width: 1360px;
    display: flex;
    gap: 61px;
    margin: 0 auto 150px;
}
.ns-f1 {
    font-family: Satoshi, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
}
.ns-f2 {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    margin: 0;
}
.ns-f3 {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 34px;
    margin: 0;
}
.ns-f4 {
    font-family: Satoshi, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    margin: 0;
}
.ns-f5 {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 26px;
    margin: 0;
}
.ns-color1 {
    color: #0C0A08;
}
.ns-extra1 {
    text-decoration: none;
}
.ns-extra2 {
    flex: 1;
}
.ns-extra3 {
    margin-bottom: -28px;
}
.ns-extra4 {
    padding-bottom: 52px !important;
}
.ns-terms1 a {
    color: #0C0A08;
    text-decoration: underline;
    font-family: Satoshi, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
}
.ns-terms2 {
    margin-top: 25px;
    font-weight: bold;
}
.ns-terms3 {
    margin-top: 2px;
    padding-left: 25px;
    list-style: disc;
    margin-bottom: 25px;
}
.ns-terms4 {
    margin-bottom: 20px;
}
.ns-terms5 {
    font-weight: bold;
    text-decoration: none;
}
.ns-terms6 {
    overflow-x: scroll;
}
.ns-menu {
    border-radius: 8px;
    background: white;
    box-shadow: 0px 0px 20px 0px rgba(11, 10, 10, 0.1);
    padding: 28px 40px;
    width: 452px;
    height: max-content;
    position: sticky;
    top: 132px;
}
.ns-menu-element {
    display: flex;
    gap: 10px;
    align-items: center;
}
.ns-search-nr {
    width: 20px;
    height: 20px;
    background: #FAFAFA;
    color: black;
    margin: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EEEDEC;
}
.ns-menu-title {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 48px;
    color: #0C0A08;
    margin: 0;
}
.ns-menu-list li div:hover, .ns-menu-list li.active div {
    border-bottom: 1px solid #FF640A;
    transition: border-bottom 300ms ease;
}
.ns-menu-list li a:hover {
    color: #0C0A08;
}
.ns-menu-list li a:focus {
    text-decoration: none;
    color: #0C0A08;
}
.ns-menu-list li a {
    display: block;
}
.ns-menu-list li div {
    border-bottom: 1px solid transparent;
    transition: border-bottom 300ms ease;
    width: max-content;
}
.ns-menu-list li {
    border-bottom: 1px solid #E4E4E7;
    padding: 16px 0 15px;
}
.ns-menu-list {
    margin: 0;
    list-style: none;
    padding: 8px 0 16px;
    display: flex;
    flex-direction: column;
    /*gap: 16px;*/
}

.ns-search {
    border-radius: 6px;
    background: #F5F4F4;
    padding: 28px;
    margin-bottom: 24px;
    display: flex;
    gap: 0;
}
.ns-search-input::placeholder {
    font-family: Satoshi, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #8A8480;
}
.ns-search-input {
    background: #FAFAFA;
    border: 1px solid #EEEDEC;
    height: 52px;
    padding: 16px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    font-family: Satoshi, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #0C0A08;
    flex: 1;
}
.ns-search-button img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(139deg) brightness(103%) contrast(104%);
}
.ns-search-button:hover {
    background: #e05200;
    transition: background 200ms ease;
}
.ns-search-button {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background: #FF640A;
    transition: background 200ms ease;
    border: 0;
    width: 52px;
    height: 52px;
}
.ns-content .alert-danger ul {
    padding: 0;
}
.ns-content .alert-danger {
    margin: 0;
    padding: 16px 24px;
    font-family: Satoshi, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
}
.ns-content {
    border-radius: 6px;
    background: #F5F4F4;
    padding: 28px;
    flex: 1;
}
.ns-content-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 0;
    padding: 24px 0 0;
    list-style: none;
}
.ns-content-box:hover, .ns-content-box-contact:hover {
    box-shadow: 0px 4px 13px -1px rgba(13, 13, 38, 0.24);
    transition: box-shadow 200ms ease;
}
.ns-content-box, .ns-content-box-contact {
    border-radius: 2px;
    padding: 16px 24px;
    background: white;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    transition: box-shadow 200ms ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}
.ns-content-box-value {
    padding-top: 8px;
    cursor: default;
}
.ns-content-box-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ns-display-none {
    display: none;
}

.ns-contact-box input, .ns-contact-box select {
    width: 100%;
    border: none;
    background: transparent;
    padding: 16px;
    font-family: Satoshi, sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
}
.ns-contact-box textarea:focus-visible {
    outline: none;
}
.ns-contact-box input:focus-visible {
    outline: none;
}
.ns-contact-box textarea {
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    padding: 16px;
    resize: none;
    font-family: Satoshi, sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
}
.ns-contact-box input::placeholder, .ns-contact-box textarea::placeholder {
    font-family: Satoshi, sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    margin: 0;
}
.ns-contact-box {
    margin-top: 8px;
    margin-bottom: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 8px;
    border: 1px solid #8A8480;
}
.ns-contact-name:hover, .ns-contact-email:hover, .ns-contact-phone:hover, .ns-contact-text:hover {
    background: #F4F4F5;
    transition: all 400ms ease;
}
.ns-contact-email {
    grid-column: auto;
    height: 67px;
    display: flex;
    border-right: 1px solid #8A8480;
    border-bottom: 1px solid #8A8480;
    transition: all 400ms ease;
}
.ns-contact-phone {
    grid-column: auto;
    height: 67px;
    display: flex;
    border-bottom: 1px solid #8A8480;
    transition: all 400ms ease;
}
.ns-contact-name {
    height: 67px;
    grid-column: 1 / -1;
    display: flex;
    border-bottom: 1px solid #8A8480;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    transition: all 400ms ease;
}
.ns-contact-text {
    grid-column: 1 / -1;
    display: flex;
    height: 160px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    transition: all 400ms ease;
}
.ns-contact-button {
    background: #0C0A08;
    padding: 12px 20px;
    border-radius: 8px;
    color: white;
    border: none;
    width: 100%;
    text-transform: uppercase;
    font-family: Satoshi, sans-serif;
    font-weight: 500;
    font-size: 12px;
    display: flex;
    justify-content: center;
    transition: all 400ms ease;
}
.ns-contact-button:hover {
    background: #e05200;
    transition: all 400ms ease;
}
.ns-contact-us .alert {
    margin-bottom: 0 !important;
    margin-top: 10px !important;
}

@media screen and (max-width: 991px) {
    .page-service #wrapper {
        background: #ECECEE;
    }
    .ns-layout {
        background: #ECECEE;
        padding-top: 40px;
        padding-bottom: 0;
    }
    .ns {
        width: 100%;
        flex-direction: column;
        gap: 24px;
        margin: 0 auto;
    }
    .ns-menu {
        position: unset;
        width: 100%;
        border-radius: 0;
        padding: 28px 28px;
    }
    .ns-content {
        padding: 28px 24px;
    }
    .ns-contact-email, .ns-contact-phone {
        grid-column: 1 / -1;
        border-right: 0;
    }
}
