/*#region COMMON START  */
    @font-face {
        font-family: "Helvetica Neue";
        src:
        url("/assets/fonts/HelveticaNeue-Light.otf") format("opentype");
        font-weight: 100;
        font-style: normal;
    }
    
    @font-face {
        font-family: "Helvetica Neue";
        src:
        url("/assets/fonts/HelveticaNeue-Roman.otf") format("opentype");
        font-weight: 400;
        font-style: normal;
    }

    @font-face {
        font-family: "Helvetica Neue";
        src:
        url("/assets/fonts/HelveticaNeue-Medium.otf") format("opentype");
        font-weight: 500;
        font-style: normal;
    }

    @font-face {
        font-family: "Helvetica Neue";
        src:
        url("/assets/fonts/HelveticaNeue-Bold.otf") format("opentype");
        font-weight: 700;
        font-style: normal;
    }

    body {
        font-family: "Helvetica Neue";
        text-size-adjust: none;
        width: 99vw;
        height: 100%;
        overflow-x: hidden;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        color: #1E1E1E;
        overscroll-behavior: contain;
    }

    body * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    body.fixScroll {
        overflow: hidden;
    }

    main {
        width: 100%;
        height: 100%;
        margin-top: 110px;
    }

    section {
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 1350px;
        margin: 0 auto 140px;
    }

    h1 {
        font-size: 44px;
        font-weight: 400;
        line-height: 48px;
        letter-spacing: -0.05em;
    }

    h2 {
        font-size: 40px;
        font-weight: 400;
        line-height: 48px;
        text-align: left;
    }

    h3 {
        font-size: 28px;
        font-weight: 500;
        line-height: 27px;
    }

    h4 {
        font-size: 24px;
        font-weight: 400;
        line-height: 33px;
    }

    h5 {
        font-size: 18px;
        font-weight: 400;
        line-height: 22px;
        text-align: left;
    }

    p {
        font-family: "Helvetica Neue";
        font-size: 20px;
        font-weight: 400;
        line-height: 24.2px;
    }

    .btn, .btn-light {
        background-color: #FF6900;
        color: white;
        border-radius: 49px;
        border: 0;
        cursor: pointer;
        font-family: "Helvetica Neue";
        font-size: 20px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: -0.02em;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .btn-light {
        background-color: white;
        color: #1E1E1E;
        border: 2px solid #1E1E1E;
    }

    .video-youtube, .slider-card, .ready-started-card, .brand-tab, .alisa-image, .work-item {
        box-shadow: 3px 10px 22px 0px rgba(0, 0, 0, 0.05),
                    12px 39px 41px 0px rgba(0, 0, 0, 0.04),
                    49px 0px 65px 0px rgba(0, 0, 0, 0.01),
                    77px -10px 71px 0px rgba(0, 0, 0, 0.05);
    }

    a {
        text-decoration: none;
    }

    .btn:active {
        transition: .1 s;
        background-color: #bf5002;
    }

    .btn-light:active {
        transition: .1 s;
        border-color: #7a7a7a;
        color: #7a7a7a;
    }

    .btn-light:hover, .btn:hover {
        transform: translateY(-2px);
        transition: all .2s ease-out;
    }

    .btn-light:hover {
        box-shadow: 3px 10px 22px 0px rgba(0, 0, 0, 0.05),
                    12px 39px 41px 0px rgba(0, 0, 0, 0.04),
                    49px 0px 65px 0px rgba(0, 0, 0, 0.01),
                    77px -10px 71px 0px rgba(0, 0, 0, 0.05);
    }

    .btn:hover {
        box-shadow: 3px 10px 22px 0px rgba(255, 105, 0, 0.05),
                    12px 39px 41px 0px rgba(255, 105, 0, 0.04),
                    49px 0px 65px 0px rgba(255, 105, 0, 0.01),
                    77px -10px 71px 0px rgba(255, 105, 0, 0.05);
    }

    .breadcrumbs {
        display: flex;
        margin: 50px auto 50px;
        justify-content: flex-start;
        font-size: 12px;
        width: 1350px;
    }

    .breadcrumbs-inner {
        display: flex;
        width: max-content;
        border-radius: 12px;
        background-color: hsla(0, 0%, 91%, .6);
        padding: 3px 10px;
        gap: 10px;
    }

    body.dark .breadcrumbs-inner {
        background: none;
    }

    .breadcrumbs-inner > p{
        font-size: 12px;
        text-align: left;
        align-content: center;
        color: #66696a;
        line-height: 20px;
    }

    .breadcrumbs-inner > a{
        text-align: center;
        align-content: center;
        color: #25282a;
        line-height: 20px;
    }

    body.dark .breadcrumbs-inner > p{
        color: #787878;
    }

    body.dark .breadcrumbs-inner > a{
        color: #787878;
    }
/*#endregion COMMON END */

/*#region HEADER START */

    .header {
        width: 100%;
        top: 0px;
        padding-top: 38px;
        padding-bottom: 10px;
        position: fixed;
        background-color: rgba(255,255,255,1);
        transition: .5s;
        z-index: 99;
    }

    .header.transparent {
        background: rgba(255,255,255,.16);
        -webkit-backdrop-filter: blur(52px);
        backdrop-filter: blur(52px);
    }

    .header-wrapper {
        margin: 0 auto;
        position: relative;
        width: 1350px;
        height: 44px;
        display: flex;
        flex-direction: row;  
        align-items: center;  
        justify-content: space-between;
    }

    .header-left {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }

    .header-left-block {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 20px;
    }

    .header-icon > a {
        display: block;
        width: 40px;
        height: 40px;
        background-image: url("/assets/img/main/logo.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .header-title {
        height: 40px;
        font-size: 20px;
        font-weight: 500;
        line-height: 20px;
        text-align: left;
        display: flex;
        align-items: center;
    }

    .header.index .header-title {
        display: none;
    }

    .header-nav {
        position: relative;
        height: 40px;
        display: flex;
        align-items: center;
    }

    .nav-current {
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 24px;
        cursor: pointer;
        gap: 10px;
    }

    .nav-current-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 15.92px;
    text-align: left;
    }

    .nav-cursor {
        background-image: url("/assets/img/other/chevron-down.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 24px;
        height: 24px;
    }

    .nav-select {
        display: none;
        width: 300px;
        list-style: none;
        position: absolute;
        top:0px;
        left: 0px;
        margin-top: 40px;
        padding: 10px;
        background: #F8F8F8;
        border: 2px solid #1E1E1E;
        border-radius: 10px;
    }

    .nav-select li {
    list-style: none;
    }

    .nav-select a {
    display:block;
    text-decoration: none;
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    padding: 8px;
    }

    .nav-select a:hover {
    background: rgba(140,140,140,.2)
    }

    .header-nav:hover > .nav-select {
        display: block;
    }

    .header-center {
        display: flex;
        flex-direction: column;
        align-items: center; 
    }

    .contact-phone > a {
    text-decoration: none;
    color: #1E1E1E;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    }

    .contact-text {
        font-size: 14px;
        font-weight: 400;
        line-height: 13.93px;
        text-align: center;
    }

    .header-right {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 37px;
    }

    .header-help {
        height: 44px;
        width: 138px;
    }

    .header-help > .btn-light {
    height: 44px;
    width: 138px;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.02em;
    }

    .header-theme {
        height: 36px;
        width: 100px;
    }

    .header-theme-toggle {
        background-color: #FF6900;
        border-radius: 65px;
        display: block;
        height: 36px;
        width: 100px;
        cursor: pointer;
        padding: 6px 10px;
        transition: all 0.3s ease;
    }

    .header-theme-toggle:hover {
    box-shadow: 0 0 15px 3px rgba(254,211,5,.55);
    }

    .header-theme-checkbox {
        display: none;
    }

    .header-theme-icon {
        background-image: url("/assets/img/other/sun.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        height: 24px;
        width: 24px;
        transition: all 0.3s ease;
    }

    .header-mobile {
    display: none;
    }
/*#endregion HEADER END */

/*#region INDEX-1 START*/

/*#region HERO SECTION START*/

.hero-main, .hero-sub {
    display: flex;
    height: 448px;
    margin-bottom: 40px;
}

.hero-tszh .hero-main{
    height: 448px;
}

.hero-smart .hero-main {
    height: 513px;
}

.main-text {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-text h1 {
    width: 457px;    
}

.hero-tszh h1{
    width: auto;
}

.hero-voda h1{
    width: auto;
}

.hero-smart h1{
    width: auto;
}

.main-text p:nth-child(1) {
    color: rgba(129, 129, 129, 1);
    margin-bottom: 14px;
}

.main-text p:nth-child(3) {
    width: 437px;
    color: rgba(30, 30, 30, 1);
    margin-bottom: 14px;
    margin-top: 20px;
}

.main-text p:nth-child(4) {
    font-size: 16px;
    line-height: 22px;
    color: rgba(63, 63, 63, 1);
    margin-bottom: 70px;
}

.hero-tszh .main-text p:nth-child(3) {
    font-size: 16px;
    line-height: 22px;
    color: #3F3F3F;
    margin-top: 10px;
    margin-bottom: 180px;
    width: 560px;
}

.hero-voda .main-text p:nth-child(3) {
    font-size: 16px;
    line-height: 22px;
    color: #3F3F3F;
    margin-top: 10px;
    margin-bottom: 80px;
    width: 560px;
}

.hero-smart .main-text p:nth-child(3) {
    font-size: 16px;
    line-height: 22px;
    color: #3F3F3F;
    margin-top: 0px;
    margin-bottom: 80px;
    width: 621px;
}

.anotation {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.02em;
    color: rgba(165, 165, 165, 1);
}  

.hero-smart .anotation {
    width: 657px;
}

.main-img {
    width: 50%;
    margin-left: 20px;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-service .main-img {
    background-image: url(/assets/img/main/main-1.webp);
}

.hero-smart .main-img {
    background-image: url(/assets/img/main/main-2.webp);
}

.hero-voda .main-img {
    background-image: url(/assets/img/main/main-3.webp);
    background-position: center;
    background-size: contain;
    width: 100%;
}

.hero-tszh .main-img {
    background-image: url(/assets/img/main/main-4.webp);
    background-position: center;
    background-size: contain;
    width: 100%;
}

.main-btns {
    width: 615px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
}

.main-btns .btn {
    width: 117px;
    height: 44px;
}

.main-btns .btn-light:nth-child(2) {
    width: 214px;
}

.main-btns .btn-light:nth-child(3) {
    width: 264px;
}


.main-btns .btn-light .desk{
    display: block;
}

.main-btns .btn-light .mob{
    display: none;
}

.hero-sub {
    flex-direction: column;
    height: 595px;
    margin-bottom: 0px;
}

.sub-adv {
    display: flex;
    justify-content: flex-start;
    padding-top: 40px;
    border-top: 1px solid rgba(217, 217, 217, 1);
    margin-bottom: 60px;
    width: 100%;
    gap: 10px;
}

.adv-item {
    border: 1px solid rgba(30, 30, 30, 1);
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
}

.adv-item .adv-icon {
    width: 28px;
    height: 28px;
    margin: 12px 6px 12px 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.adv-item p {
    margin-right: 30px;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.02em;
}

.adv-item:nth-child(1) .adv-icon {
    background-image: url("/assets/img/adv/cpu.svg");
}

.adv-item:nth-child(2) .adv-icon {
    background-image: url("/assets/img/adv/trending-up.svg");
}

.adv-item:nth-child(3) .adv-icon {
    background-image: url("/assets/img/adv/y-logo.svg");
}

.adv-smart .adv-item:nth-child(2) .adv-icon {
    background-image: url("/assets/img/adv/user.svg");
}

.sub-block {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.sub-text {
    width: 824px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.sub-text p {
    letter-spacing: -0.02em;
}

.sub-text h1 {
    width: 780px;
    margin-top: 16px;
    margin-bottom: 30px;
}

.hero-tszh .sub-text h1{
    width: 850px;
}

.hero-voda .sub-text h1{
    width: 850px;
}

.sub-list {
    width: 802px;
    height: 0px;
    opacity: 0;
    transition: 0.5s ease;
}

.sub-list ul {
    width: 802px;
    margin-left: 25px;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 0px;
    transition: 0.5s ease;
}

.sub-list.active {
    height: 100%;
    opacity: 1;
    transition: 0.5s ease;
}

.sub-list.active ul {
    height: 100%;
    line-height: 22.4px;
    margin-bottom: 30px;  
}

.sub-text .btn {
    width: 254px;
    height: 44px;
}

.sub-text .btn .btn-text {
    width: 100px;
}

.sub-text .btn-icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 20px;
    background-image: url("/assets/img/other/chevron-down-white.svg");
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.5s ease;
}

.sub-text .btn.active .btn-icon {
    transform: rotate(180deg);
    transition: 0.5s ease;
}

.sub-img {
    width: 462px;
    height: 442px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 64px;
}

.hero-voda .sub-img , .hero-service .sub-img , .hero-smart .sub-img   {
    background-image: url(/assets/img/main/sub-1-2-3-sub.webp);
}

.hero-tszh .sub-img {
    background-image: url(/assets/img/main/sub-4.webp);
}

/*#endregion  HERO SECTION END*/

/*#region OPPORTUNITY/EFFECT SECTIONS START */

.opp-container, .effect-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    row-gap: 25px;
    column-gap: 20px;
    margin-top: 40px;
}

.opp-item, .effect-item {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 665px;
    background: rgba(248, 248, 248, 1);
    border-radius: 22px;
}

.effect-header-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.effect-header-container h2{
    width: 323px;
}

.effect-header-container p{
    color: #A5A5A5;
    font-size: 24px;
    align-content: center;
}

.effect-section-smart .effect-text p {
    font-size: 18px;
    color: #1E1E1E;
}

.effect-item {
    height: 150px;
}

.opp-item {
    height: 130px;
}

.opp-icon, .effect-num {
    margin-left: 20px;
    margin-right: 30px;
}

.opp-icon {
    width: 76px;
    height: 76px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.effect-num {
    width: 16px;
    height: 22px;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: rgba(123, 123, 123, 1);
}

.opp-item:nth-child(1) .opp-icon {
    background-image: url(/assets/img/opp/light/monitoring.png);
}

.opp-item:nth-child(2) .opp-icon {
    background-image: url(/assets/img/opp/light/integration.png);
}

.opp-item:nth-child(3) .opp-icon {
    background-image: url(/assets/img/opp/light/profile.png);
}

.opp-item:nth-child(4) .opp-icon {
    background-image: url(/assets/img/opp/light/lock.png);
}

.opp-item:nth-child(5) .opp-icon {
    background-image: url(/assets/img/opp/light/alerts.png);
}

.opp-item:nth-child(6) .opp-icon {
    background-image: url(/assets/img/opp/light/y-logo.png);
}

.opp-section-smart .opp-item:nth-child(1) .opp-icon {
    background-image: url(/assets/img/opp/light/data.png);
}

.opp-section-smart .opp-item:nth-child(2) .opp-icon {
    background-image: url(/assets/img/opp/light/alerts.png);
}

.opp-section-smart .opp-item:nth-child(3) .opp-icon {
    background-image: url(/assets/img/opp/light/monitoring.png);
}

.opp-section-smart .opp-item:nth-child(4) .opp-icon {
    background-image: url(/assets/img/opp/light/home-wi-fi.png);
}

.opp-section-smart .opp-item:nth-child(5) .opp-icon {
    background-image: url(/assets/img/opp/light/profile.png);
}

.opp-section-smart .opp-item:nth-child(6) .opp-icon {
    background-image: url(/assets/img/opp/light/integration.png);
}

.opp-section-smart .opp-item:nth-child(7) .opp-icon {
    background-image: url(/assets/img/opp/light/config.png);
}

.opp-section-smart .opp-item:nth-child(8) .opp-icon {
    background-image: url(/assets/img/opp/light/lock.png);
}

.opp-section-smart .opp-item:nth-child(9) .opp-icon {
    background-image: url(/assets/img/opp/light/y-logo.png);
}

.opp-section-voda .opp-item:nth-child(1) .opp-icon {
    background-image: url(/assets/img/opp/light/sinck.png);
}

.opp-section-tszh .opp-item:nth-child(1) .opp-icon {
    background-image: url(/assets/img/opp/light/home-wi-fi.png);
}

.opp-text {
    width: 519px;
}

.effect-text {
    width: 579px;
}

.opp-text p, .effect-text p  {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: rgba(123, 123, 123, 1);
    margin-top: 10px;
}

.effect-button {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 695px;
    height: 120px;
    margin-top: 40px;
    align-self: center;
}

.effect-button h2 {
    line-height: 56px;
    letter-spacing: -0.02em;
}

.effect-button .btn {
    width: 323px;
    height: 44px;
    margin-top: 20px;
}

/*#endregion OPPORTUNITY/EFFECT SECTIONS END */

/*#region HOW IT WORKS START*/

.video-youtube{
    margin-top: 40px;
    width: 100%;
    height: 625px;
    border-bottom-left-radius: 46px;
    border-bottom-right-radius: 46px;
}

.video-youtube iframe {
    width: 100%;
    height: 100%;
}

.video-preview {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.video-preview p {
    margin-left: 40px;
    font-size: 28px;
    line-height: 33.6px;
}

/*#endregion HOW IT WORKS END*/

/*#region BRAND SECTION START */

.brand-section {
    position: relative;
}

.brand-section img {
    position: absolute;
    top: -5%;
    right: -4%;
    transform: rotate(4deg);
}

.brand-text {
    width: 1008px;
}

.brand-text p {
    display: block;
    margin-top: 20px;
    width: 893px;
    line-height: 28px;
    color: rgba(123, 123, 123, 1);
}

.brand-container {
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.brand-tab {

    width: 665px;
    height: 521px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    background: rgba(255, 255, 255, 1);
    border-radius: 46px;
    border: 3px solid transparent;
}

.brand-tab h3{
    display: block;
    margin-top: 40px;
    margin-bottom: 31px;
    width: 585px;
}

.brand-tab.active {
    border: 3px solid rgba(255, 105, 0, 1);

}

.brand-tab.active h3 {
    color: rgba(255, 105, 0, 1);
}

.brand-list {
    width: 585px;
    margin-bottom: 18px;
}

.brand-list li {
    background: rgba(248, 248, 248, 1);
    border-radius: 22px;
    list-style: none;
    margin-bottom: 12px;
    padding: 16px 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}

.brand-button {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 826px;
    margin-top: 40px;
    align-self: center;
}

.brand-button h2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 56px;
    letter-spacing: -0.02em;
    text-align: center;
}

.brand-button .btn {
    width: 323px;
    height: 44px;
    margin-top: 20px;
}

/*#endregion BRAND SECTION END */

/*#region APPLICATION FORM START */

.application-section {
    display: flex;
    height: 560px;
    width: 551px;
    flex-direction: column;
}

.application-section h2 {
    line-height: 55px;
}

.application-section p {
    color: #7B7B7B;
    margin-top: 20px;
    line-height: 28px;
}

.application-section form {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    justify-items: start;
    gap: 16px;
    font-size: 16px;
    font-weight: 400;
    height: 388px;
}

.application-section form label {
    height: 22px;
}

.application-section div {
    display: flex;
    flex-direction: column;
    justify-items: start;
    gap: 6px;
}

.application-section form input {
    height: 50px;
    border-radius: 36px;
    border: 1px solid #E0E0E0;
    font-family: "Helvetica Neue";
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
}

.application-section form input[type="text"], 
.application-section form input[type="email"],
.application-section form input[type="tel"] {
    padding: 0px 30px;
    font-size: 16px;
}

.application-section form p {
    font-size: 16px;
    margin: auto;
    color: #7B7B7B;
    line-height: 19.6px;
}

.application-section form p a {
    text-decoration: none;
    border-bottom: 1px solid #7B7B7B;
    color: #7B7B7B;
    padding-bottom: 2px;
}

.application-section form button {
    height: 50px;
    font-size: 20px;
}

/*#endregion APPLICATION FORM END */

/*#region EQUIPMENT START */

.equipment-section {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.equipment-section h2{
    line-height: 56px;
}

.equipment-group {
    flex-direction: column;
    gap: 20px;
}

.equipment-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
    gap: 19px;
}

.equipment-card {
    display: flex;
    height: 200px;
    min-width: 438px;
    max-width: 438px;
    background-color: #F8F8F8;
    border-radius: 46px;
    flex-direction: row;
    position: relative;
}

.equipment-text {
    display: flex;
    flex-direction: column;
    width: 245px;
    z-index: 1;
    justify-content: center;
    gap: 8px;
    margin: 0 0 30px 20px
}

.equipment-text h5 {
    line-height: 25.2px;
}

.equipment-text p {
    font-size: 12px;
    line-height: 16.8px;
    color: #7B7B7B;
}

.equipment-card img {
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 0;
}

.equipment-group:nth-child(6) .equipment-card:nth-child(2) .equipment-text {
    width: 250px;
}

.equipment-group:nth-child(6) .equipment-card:nth-child(1) img {
    bottom: 0px;
    right: 3px;
}
/*#endregion EQUIPMENT END */

/*#region SLIDER START */
.slider-section {
    margin-bottom: 100px;
    position: relative;
}

.slider-wrapper,
.equipment-section,
.equipment-group{
    position: relative;
}

.slider-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    position: relative;
    height: 530px;
    flex-wrap: nowrap;
    align-items: flex-start;
    overflow: hidden;
}

.slider-card {
    height: 447px;
    width: 437px;
    margin-right: 20px;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 46px;
    position: relative;
    user-select: none;
    -webkit-user-select: none;  
    -moz-user-select: none;
    -ms-user-select: none;
}

.slider-card:last-child {
    margin-right: 80px;
}

.slider-card .card-image {
    width: 436px;
    height:245px;
}

.slider-card .card-image img {
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.slider-card .card-title {
    color: #1E1E1E;
    margin-top: 29px;
    margin-left: 20px;
    margin-bottom: 11px;
    margin-right: 17px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

.slider-card .card-list-wrapper {
    height: 38px;
    margin-left: 20px;
    overflow: hidden;
    margin-right: 19px;
}

.slider-card .card-list-full {
    display: none;
}

.slider-card .card-list-short {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    color: #3F3F3F;
    margin-left: 20px;
}

.slider-card .card-link {
    left: 24px;
    bottom: 37px;
    position: absolute;
    cursor: pointer;
}

.slider-card .card-link-more {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    text-decoration: none;
    color: #1E1E1E;
}

.slider-card .card-link-arrow {
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-left: 20px;
    background-image: url("/assets/img/other/arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.slider-scroll {
    position: absolute;
    width: 26px;
    height: 90px;
    background-color: #FF6900;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease-in-out;
}

.slider-scroll.active {
    opacity: .6;
}

.slider-scroll.active:hover {
    opacity: 1;
    width: 40px;
}

.scroll-left {
    left: 0px;
    border-radius: 0px 10px 10px 0px;
}

.scroll-right {
     right: 0px;
     border-radius: 10px 0px 0px 10px;
}

.equipment-group .scroll-left,
.equipment-group .scroll-right {
    display: none;
}

.equipment-group .slider-scroll {
    top: 60%;
}

.slider-scroll > .scroll-icon {
    width: 24px;
    height: 24px;
    background-image: url("/assets/img/other/chevron-down-white.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.scroll-left > .scroll-icon {
    transform: rotate(90deg);
}

.scroll-right > .scroll-icon {
    transform: rotate(-90deg);
}

.slider-form {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 101;
}

.slider-form-overlay {
    background-color: rgba(200,200,200,0.4);
    /* opacity: .6; */
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    backdrop-filter: blur(8px);
}

.slider-form-container {
    position: relative;
    width: 800px;
    height: calc(100vh - 40px);
    margin: 20px auto;
}

.slider-form-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 100%;
    background-color: white;
    padding: 20px;
    border-radius: 40px;
    top: 50%;
    transform: translateY(-50%);
}

.slider-form .form-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
}

.slider-form .form-image {
    width: 100%;
    display: flex;
    justify-content: center;
}

.slider-form .form-image img {
    max-width: 760px;
    max-height: 400px;
}

.slider-form .form-text {
    margin: 10px;
}

.slider-form .form-title {
    color: #1E1E1E;
    font-size: 20px;
    margin-top: 0px;
    margin-left: 20px;
    margin-bottom: 11px;
    margin-right: 19px;

}

.slider-form .form-list-wrapper {
    margin-left: 20px;
    margin-right: 19px;
}

.slider-form .form-list {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    color: #3F3F3F;
    margin-left: 20px;
}

.slider-form .form-list ul {
    margin-left: 20px;
}

.slider-form .form-link {
    display: flex;
    justify-content: center;
}

.slider-form .form-link .btn {
    width: 254px;
    height: 44px;
}

.slider-form .form-head {
    position: relative;
    height: 20px;
}

.slider-form .form-close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 0px;
    cursor: pointer;
}

.slider-form .form-close::before,
.slider-form .form-close::after {
    content: '';
    left: 0px;
    position: absolute;
    display: block;
    width: 18px;
    height: 2px;
    background: #66696a;
}
.slider-form .form-close:hover::before,
.slider-form .form-close:hover::after {
    background: #1E1E1E;
}
body.dark .slider-form .form-close:hover::before,
body.dark .slider-form .form-close:hover::after {
    background: white;
}

.slider-form .form-close::before {
    top: 9px;
    transform: rotate(45deg);
}
.slider-form .form-close::after {
    bottom: 9px;
    transform: rotate(-45deg);
}

/*#endregion SLIDER END */

/*#region CIRCLE SECTION START */

.circle-section h2 {
    margin-bottom: 40px;
}

.circle-container {
    position: relative;
    height: 1290px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle-container .circle {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1191px;
    height: 1191px;
    background-color: rgba(255, 248, 244, 1);
    border-radius: 50%;
}

.circle .logo-img {
    position: absolute;
    transform-origin: left;
    top: 152px;
    left: 116px;
}

.circle-container  .how-it-work {
    position: relative;
    width: 1191px;
    height: 1191px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.how-it-work .work-container {
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    transform: rotate(calc(360deg / 12 * var(--i)));
    transform-origin: 590px;
    padding: 13px 0;
}

.work-container:nth-child(1) .work-item { transform: rotate(-90deg) translateY(-165px); }
.work-container:nth-child(2) .work-item { transform: rotate(-120deg) translate(210px, -50px); }
.work-container:nth-child(3) .work-item { transform: rotate(-150deg) translateX(140px); }
.work-container:nth-child(4) .work-item { transform: rotate(-180deg) translateX(90px); }
.work-container:nth-child(5) .work-item { transform: rotate(150deg) translateX(140px); }
.work-container:nth-child(6) .work-item { transform: rotate(120deg) translate(210px, 50px); }
.work-container:nth-child(7) .work-item { transform: rotate(90deg) translateY(165px); }
.work-container:nth-child(8) .work-item { transform: rotate(60deg) translate(-200px, 50px); }
.work-container:nth-child(9) .work-item { transform: rotate(30deg) translateX(-140px); }
.work-container:nth-child(10) .work-item { transform: rotate(0deg) translateX(-90px); }
.work-container:nth-child(11) .work-item { transform: rotate(-30deg) translateX(-140px); }

.work-container .work-item {
    width: 370px;
    height: 150px;
    background: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 15px;
}

.work-item .work-num {
    width: 27px;
    height: 28px;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.02em;
    margin-left: 20px;
    margin-right: 30px;
}

.work-item .work-text {
    width: 275px;
}

.work-text h4 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.02em;
    margin-bottom: 4px;
}

.work-text p {
    font-size: 16px;
    line-height: 22.4px;
    color: rgba(165, 165, 165, 1);
}

/*#endregion CIRCLE SECTION END */

/*#region HOW THIS WORK START */

.how-this-work-section {
    display: flex;
    flex-direction: column;
}

.how-this-work-container  {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    position: relative;
    height: auto;
}
  
.how-this-work-item {
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: start;
    align-items: center;
    height: 80px;
    padding: 0 20px 0 10px;
    border: 1px solid #D9D9D9;
    border-right: none;
    border-left: none;
    font-size: 20px;
}

.how-this-work-item h4 {
    font-size: 20px;
    font-weight: 500;
    margin-left: 84px;
}
  
.how-this-work-item .accord-icon {
    position: absolute;
    top: auto;
    right: 0px;
    width: 32px;
    height: 32px;
    background-image: url("/assets/img/other/accord.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: .5s ease-in-out; 
}
  
.how-this-work-item:hover .accord-icon {
    transition: .3s ease-in-out; 
    transform: rotate(45deg);
}
  
.how-this-work-item.active .accord-icon {
    transition: .5s ease-in-out; 
    transform: rotate(180deg);
}

.how-this-work-item.active {
    border-bottom: none;
}
  
.how-this-work-item-content {
    height: 0px;
    padding: 0px;
    opacity: 0;
    transition: .5s ease-in-out;
    font-size: 16px;
    font-weight: 400;
    line-height: 0px;
    color: #A5A5A5;
    margin-left: 114px;
}
  
.how-this-work-item-content.active {
    height: 100%;
    padding: 10px 10px 24px 10px;
    opacity: 1;
    line-height: 22.4px;
    transition: .5s ease-in-out;
}

.how-this-work-item-content p{
    padding: 0px;
    line-height: 0px;
    transition: .5s ease-in-out;
}
  
.how-this-work-item-content.active p {
    line-height: 24.2px;
    transition: .5s ease-in-out;
}

/*#endregion HOW THIS WORK END */

/*#endregion INDEX1 END*/

/*#region INDEX START*/

/*#region main-section START*/

.main-section {
    display: flex;
    flex-direction: column;
    width: 550px;
    margin: auto;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.main-section h1 {
    font-size: 100px;
    margin-top: 50px;
    line-height: 99.5px;
}

.text-gray {
    color: #7B7B7B;
}

.main-section h2 {
    margin-top: 50px;
    font-weight: 500;
    line-height: 39.52px;
    text-align: center;
}

.main-section-text {
    margin-top: 40px;
    width: 420px;
}

.main-section h3 {
    font-size: 24px;
    line-height: 33.6px;
}

.main-section p {
    margin-top: 10px;
    font-size: 16px;
}

.main-buttons {
    margin-top: 30px;
    height: 44px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.main-buttons button {
    width: 170px;
}

/*#endregion main-section END*/

/*#region READY STARTED START*/ 

.ready-started-section {
    width: 1351px;
    margin: auto;
    margin-top: 60px;
}

.ready-started-section h2 {
    text-align: center;
}

.ready-started-card > img {
    border-radius: 27px;
}

.ready-started-items-container > img {
    border-radius: 22px;
}

.ready-started-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 40px;
    gap: 20px;
    height: 3700px;
    flex-wrap: wrap;
}

.ready-started-buttons {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.ready-started-buttons .tszh{
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
}

.ready-started-card {
    width: 665px;
    padding: 40px;
    border-radius: 46px;
    background-color: #FFFFFF;
}

.ready-started-card.ready-started-card-1 h3{
    margin-top: 30px;
}

.ready-started-card h5{
    font-size: 20px;
}

.ready-started-card p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 25.2px;
    color: #A5A5A5;
}

.ready-started-card-3 > p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 25.2px;
    color: #A5A5A5;
}

.ready-started-items-container {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ready-started-item-container {
    display: flex;
    flex-direction: row;
    padding: 12px 71px 12px 20px;
    align-items: center;
    background-color: #F8F8F8;
    border-radius: 22px;
}

.ready-started-item-container-text {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.ready-started-item-container-text p{
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    font-size: 16px;
}

.ready-started-item-container-text h5{
    margin-top: 0px;
}

.ready-started-container-inner {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.ready-started-card-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 182px;
    border-radius: 22px;
    border: solid 1px;
    padding: 20px;
}

.ready-started-item-container-text {
    width: 398px;
}

.ready-started-card-inner .gears-icon {
    background-image: url("/assets/img/opp/mini/light/gears.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 46.38px;
    height: 35px;
}
.ready-started-card-inner .tablet-icon {
    background-image: url("/assets/img/opp/mini/light/tablet.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 34.13px;
    height: 35px;
}
.ready-started-card-inner .phone-icon {
    background-image: url("/assets/img/opp/mini/light/phone.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
}

.ready-started-item-container .mapi-icon {
    background-image: url("/assets/img/opp/light/mapi.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 76px;
    height: 76px;
}

.ready-started-item-container .y-logo-icon {
    background-image: url("/assets/img/opp/light/y-logo.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 76px;
    height: 76px;
}

.ready-started-item-container .monitoring-icon {
    background-image: url("/assets/img/opp/light/monitoring.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 76px;
    height: 76px;
}

.ready-started-item-container .config-icon {
    background-image: url("/assets/img/opp/light/config.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 76px;
    height: 76px;
}

.ready-started-item-container .data-icon {
    background-image: url("/assets/img/opp/light/data.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 76px;
    height: 76px;
}

.ready-started-card-inner .voda-icon {
    background-image: url("/assets/img/opp/mini/voda.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 46.38px;
    height: 35px;
}

.ready-started-card-inner .uk-icon {
    background-image: url("/assets/img/opp/mini/uk.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 46.38px;
    height: 35px;
}

.ready-started-card-inner .energy-icon {
    background-image: url("/assets/img/opp/mini/energy.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 46.38px;
    height: 35px;
}

.ready-started-item-container .sinck-icon {
    background-image: url("/assets/img/opp/light/sinck.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 76px;
    height: 76px;
}
.ready-started-item-container .dash-icon {
    background-image: url("/assets/img/opp/light/dash.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 76px;
    height: 76px;
}
.ready-started-item-container .alerts-icon {
    background-image: url("/assets/img/opp/light/alerts.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 76px;
    height: 76px;
}
.ready-started-item-container .integration-icon {
    background-image: url("/assets/img/opp/light/integration.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 76px;
    height: 76px;
}

.ready-started-card-inner p {
    font-size: 16px;
    margin: 0;
    line-height: 15.92px;
    color: black;
}

.ready-started-card.ready-started-card-2 > h5 {
    margin-top: 20px;
    line-height: 24px;
}

.ready-started-card.ready-started-card-2 h3 {
    line-height: 24px;
}

.ready-started-card.ready-started-card-2 a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 20px auto 0 auto;
    width: 585px;
    height: 44px;
}

.ready-started-card-2 img {
    object-fit: cover;
    margin-top: 40px;
}

.ready-started-card.ready-started-card-3 > h4 {
    margin-top: 20px;
}

.ready-started-card.ready-started-card-3 > h5 {
    margin-top: 12px;
    font-size: 20px;
    line-height: 28px;
}

.ready-started-card.ready-started-card-3 > img {
    margin-top: 30px;
    object-fit: cover;
}

.ready-started-card.ready-started-card-3 > p {
    margin-top: 30px;
}

.ready-started-card.ready-started-card-3 > h5:last-child {
    margin-top: 30px;
}

.ready-started-card.ready-started-card-3 > .ready-started-items-container {
    margin-top: 30px;
}

.ready-started-card.ready-started-card-3 a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 20px;
    flex: 1;
    height: 44px;
}

.ready-started-card-3 .ready-started-card-inner {
    width: 280px;
}

.ready-started-card.ready-started-card-4 h3 {
    margin-top: 30px;
    line-height: 27.66px;
}

.ready-started-card-4 img {
    object-fit: cover;
}

.ready-started-card.ready-started-card-5 > p {
    margin: 0;
}

.ready-started-card.ready-started-card-5 b {
    color: black;
}

.ready-started-card.ready-started-card-5 > p:nth-child(2) {
    margin-top: 20px;
    font-weight: 800;
    color: black;
}

.ready-started-card.ready-started-card-5 img {
    margin-top: 30px;
}

.ready-started-card.ready-started-card-5 h5 {
    margin-top: 30px;
}

.ready-started-card.ready-started-card-5 a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 32px;
    width: 585px;
    height: 44px;
}

.ready-started-end {
    margin-top: 68px;
    margin-left: 40px;
    width: 399px;
}

.ready-started-end h2{
    text-align: left;
}

.ready-started-end p{
    font-size: 16px;
    margin-top: 20px;
    line-height: 22.4px;
}

.ready-started-card-alisa {
    position: relative;
}

.alisa-image-main {
    position: absolute;
    right: 15px;
    bottom: -20px;
}

.alisa-image {
    position: relative;
    width: 192px;
    height: 52px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white; 
    z-index: 1;
}

.alisa-image img {
    position: absolute;
    left: -30px;
    z-index: 0;
}

.alisa-image p{
    margin: auto;
    line-height: 20px;
    font-weight: 500;
    color: black;
    margin-left: 45px;
}

/*#endregion READY STARTED END*/ 

/*#region DOWNLOAD APPLICATION STARTED END*/ 

.download-application-section {
    margin-top: 100px;
    margin-bottom: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 608px;
}

.download-application-section h1 {
    font-size: 60px;
    font-weight: 500;
    line-height: 59.28px;
    text-align: center;
}

.download-application-section button,
.download-application-section a
{
    height: 44px;
    width: 170px;
}

.download-application-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;

}

/*#endregion DOWNLOAD APPLICATION STARTED END*/ 

/*#region CONTACT FROM MODAL STARTED*/ 

#contact-form-modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 101;
}

.contact-form-overlay {
    background-color: #A5A5A5;
    opacity: .6;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.contact-form-container {
    position: relative;
    width: 600px;
    height: calc(100vh - 80px);
    margin: 40px auto;
}

.contact-form-close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 30px;
    top: 38px;
    cursor: pointer;
}

.contact-form-close::before,
.contact-form-close::after {
    content: '';
    left: 0px;
    position: absolute;
    display: block;
    width: 18px;
    height: 2px;
    background: #000;
}
.contact-form-close::before {
    top: 9px;
    transform: rotate(45deg);
}
.contact-form-close::after {
    bottom: 9px;
    transform: rotate(-45deg);
}

.contact-form-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 100%;
    background-color: white;
    padding: 20px;
    border-radius: 40px;
    top: 50%;
    transform: translateY(-50%);
}

.contact-form-container .form-content {
    height: 100%;
    overflow-y: auto;
    padding: 0px 10px;
}

.contact-form-container h2 {
    line-height: 55px;
}

.contact-form-container p {
    color: #7B7B7B;
    margin-top: 20px;
    line-height: 28px;
}

.contact-form-container form {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    justify-items: start;
    gap: 16px;
    font-size: 16px;
    font-weight: 400;
    height: 388px;
}

.contact-form-container form label {
    height: 22px;
}

.contact-form-container div {
    display: flex;
    flex-direction: column;
    justify-items: start;
    gap: 6px;
}

.contact-form-container form input {
    height: 50px;
    border-radius: 36px;
    border: 1px solid #E0E0E0;
    font-family: "Helvetica Neue";
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
}

.contact-form-container form input[type="text"], 
.contact-form-container form input[type="email"],
.contact-form-container form input[type="tel"] {
    padding: 0px 30px;
    font-size: 16px;
}

.contact-form-container form p {
    font-size: 16px;
    margin: auto;
    color: #7B7B7B;
    line-height: 19.6px;
}

.contact-form-container form p a {
    text-decoration: none;
    border-bottom: 1px solid #7B7B7B;
    color: #7B7B7B;
    padding-bottom: 2px;
}

.contact-form-container form button {
    height: 50px;
    font-size: 20px;
}

/*#endregion CONTACT FROM MODAL END*/

/*#endregion INDEX END*/

/*#region FOOTER START */

    .footer.footer-mob {
        display: none;
    }
    
    .footer {
        display: flex;
        height: 187px;
        flex-direction: column;
        justify-content: flex-start; 
        align-items: center;
        gap: 50px;
        background-color: #EEEEEE;
    }

    .footer-buttons {
        display: flex;
        gap: 10px;
        justify-content: center;
        margin-top: 30px;
    }

    .footer-buttons button {
        height: 32px;
        width: 170px;
    }

    .btn.btn-login {
        font-size: 16px;
    }

    .btn.btn-stay {
        background-color: transparent;
        color: black; 
        font-size: 16px;
    }

    .footer-links {
        display: flex;
        align-items: center;
        margin: 0 200px 0 300px;
        gap: 20px;
    }

    .footer-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        
    }

    .copyright {
        color: #B0B0B0;
        font-size: 16px;
        line-height: 16px;
        letter-spacing: -0.02em;
    }

    .footer-list {
        display: flex;
        gap: 40px;
    }   

    .footer-list li {
        list-style: none;
        font-family: Helvetica Neue;
        font-size: 16px;
        line-height: 16px;
        letter-spacing: -0.02em;
    }

    .footer-link {
        text-decoration: none;
        color: #B0B0B0;
    }

    .footer-link:hover {
        
    }

    .footer-theme {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .theme-text {
        width: 110px;
        user-select: none;
        -webkit-user-select: none;  
        -moz-user-select: none;
        -ms-user-select: none;
    }
    
/*#endregion FOOTER END */

/*#region DARK START */
    body.dark {
        background-color: #1E2020;
        color: white;
    }

    body.dark .header-theme-toggle {
        background-color: white;
    }
    
    body.dark .header-theme-icon {
        background-image: url("/assets/img/other/moon.svg");
        margin-left:60px;
    }

    body.dark .header {
        background: rgba(30, 32, 32);
    }

    body.dark .header.transparent {
        background: rgba(30, 32, 32,.16);
    }

    body.dark .header-mobile {
        background-color: rgba(30,32,32,1);
    }

    body.dark .header-mobile.transparent {
        background: rgba(30,32,32, .16);
    }

    body.dark .burger::before,
    body.dark .burger::after {
        background: white;
    }

    body.dark .burger::before {
        box-shadow: 0 8px 0 white;
    }

    body.dark .burger-content {
        background: #25282A;
        color: white;
    }

    body.dark .burger-list-item {
        color: white;
    }

    body.dark .btn {
        color: white;
    }

    body.dark .btn-light {
        background-color: transparent;
        color: white;
        border: 2px solid white;
    }

    body.dark .btn-light:hover {
        box-shadow: 3px 10px 22px 0px rgba(255, 255, 255, 0.05),
                    12px 39px 41px 0px rgba(255, 255, 255, 0.04),
                    49px 0px 65px 0px rgba(255, 255, 255, 0.01),
                    77px -10px 71px 0px rgba(255, 255, 255, 0.05);
    }

    body.dark .nav-cursor {
        background-image: url("/assets/img/other/chevron-down-white.svg");
    }

    body.dark .nav-select {
        background: #25282A;
        border: 2px solid white;
    }
    body.dark .nav-select a {
        color: white;
    }

    body.dark .contact-phone > a {
        color: white;
    }

    body.dark .main-text p:nth-child(1) {
        color: #818181; 
    }

    body.dark .main-text p:nth-child(2) {
        color: #FFFFFF; 
    }

    body.dark .main-text p:nth-child(3) {
        color: #FFFFFF; 
    }

    body.dark .main-text p:nth-child(4) {
        color: #A3A3A3;
    }

    body.dark .adv-item {
        border: 1px solid white;
    }

    body.dark .adv-item:nth-child(1) .adv-icon {
        background-image: url("/assets/img/adv/cpu-w.svg");
    }

    body.dark .adv-item:nth-child(2) .adv-icon {
        background-image: url("/assets/img/adv/trending-up-w.svg");

    }

    body.dark .adv-item:nth-child(3) .adv-icon {
        background-image: url("/assets/img/adv/y-logo-w.svg");

    }

    body.dark .opp-item, body.dark .effect-item {
        background-color: #25282A;
    }

    body.dark .opp-item:nth-child(1) .opp-icon {
        background-image: url(/assets/img/opp/dark/monitoring.png);
    }

    body.dark .opp-item:nth-child(2) .opp-icon {
        background-image: url(/assets/img/opp/dark/integration.png);
    }

    body.dark .opp-item:nth-child(3) .opp-icon {
        background-image: url(/assets/img/opp/dark/profile.png);
    }

    body.dark .opp-item:nth-child(4) .opp-icon {
        background-image: url(/assets/img/opp/dark/lock.png);
    }

    body.dark .opp-item:nth-child(5) .opp-icon {
        background-image: url(/assets/img/opp/dark/alerts.png);
    }

    body.dark .opp-item:nth-child(6) .opp-icon {
        background-image: url(/assets/img/opp/dark/y-logo.png);
    }

    body.dark .opp-section-smart .opp-item:nth-child(1) .opp-icon {
        background-image: url(/assets/img/opp/dark/data.png);
    }

    body.dark .opp-section-smart .opp-item:nth-child(2) .opp-icon {
        background-image: url(/assets/img/opp/dark/alerts.png);
    }

    body.dark .opp-section-smart .opp-item:nth-child(3) .opp-icon {
        background-image: url(/assets/img/opp/dark/monitoring.png);
    }

    body.dark .opp-section-smart .opp-item:nth-child(4) .opp-icon {
        background-image: url(/assets/img/opp/dark/home-wi-fi.png);
    }

    body.dark .opp-section-smart .opp-item:nth-child(5) .opp-icon {
        background-image: url(/assets/img/opp/dark/profile.png);
    }

    body.dark .opp-section-smart .opp-item:nth-child(6) .opp-icon {
        background-image: url(/assets/img/opp/dark/integration.png);
    }

    body.dark .opp-section-smart .opp-item:nth-child(7) .opp-icon {
        background-image: url(/assets/img/opp/dark/config.png);
    }

    body.dark .opp-section-smart .opp-item:nth-child(8) .opp-icon {
        background-image: url(/assets/img/opp/dark/lock.png);
    }

    body.dark .opp-section-smart .opp-item:nth-child(9) .opp-icon {
        background-image: url(/assets/img/opp/dark/y-logo.png);
    }

    body.dark .opp-section-voda .opp-item:nth-child(1) .opp-icon {
        background-image: url(/assets/img/opp/dark/sinck.png);
    }

    body.dark .opp-section-tszh .opp-item:nth-child(1) .opp-icon {
        background-image: url(/assets/img/opp/dark/home-wi-fi.png);
    }

    body.dark .opp-text p, body.dark .effect-text p {
        color: #A5A5A5;
    }

    body.dark .effect-section-smart .effect-text p {
        color: white;
    }

    body.dark .sub-text .btn-icon {
        background-image: url("/assets/img/other/chevron-down-white.svg");
    }

    body.dark .how-this-work-item .accord-icon {
        background-image: url("/assets/img/other/accord-w.svg");
    }

    body.dark .slider-card {
        background-color: #25282A;

    }

    body.dark .slider-card .card-title {
        color: white;
    }

    body.dark .slider-card .card-list-short {
        color: #A3A3A3;
    }

    body.dark .slider-card .card-link-more {
        color: white;
    }

    body.dark .slider-card .card-link-arrow {
        background-image: url("/assets/img/other/arrow-w.svg");
    }

    body.dark .slider-form-wrapper {
        background-color: #25282A;
    }

    body.dark .slider-form .form-title {
        color: white;
    }

    body.dark .slider-form .form-list {
        color: #A3A3A3;
    }

    body.dark .brand-tab {
        background-color: #252525;
    }

    body.dark .brand-text p {
        color: #A5A5A5;
    }

    body.dark .brand-list li {
        background-color: #25282A;
        color: white;
    }

    body.dark .equipment-card {
        background-color: #25282A;
    }

    body.dark .equipment-text p {
        color: #A5A5A5;
    }

    body.dark .application-section p {
        color: #A5A5A5;
    }

    body.dark .application-section form input {
        border: 1px solid #515151;
        background-color: #414141;
        color: #A5A5A5;
    }

    body.dark .footer {
        background-color: #515151;
    }

    body.dark .ready-started-card {
        background-color: #252525;
    }

    body.dark .ready-started-card p {
        color: #A3A3A3;
    }

    body.dark .ready-started-card-inner {
        border: 1px solid #A3A3A3;
    }

    body.dark .ready-started-card-inner p {
        color: white;
    }

    body.dark .ready-started-item-container {
        background-color: #25282A;
    }

    body.dark .ready-started-card.ready-started-card-5 > p:nth-child(2) {
        color: white;
    }
    body.dark .ready-started-card.ready-started-card-5 b {
        color: white;
    }

    body.dark .ready-started-card-inner .gears-icon {
        background-image: url("/assets/img/opp/mini/dark/gears.png");
    }
    body.dark .ready-started-card-inner .tablet-icon {
        background-image: url("/assets/img/opp/mini/dark/tablet.png");
    }
    body.dark .ready-started-card-inner .phone-icon {
        background-image: url("/assets/img/opp/mini/dark/phone.png");
    }

    body.dark .ready-started-item-container .mapi-icon {
        background-image: url("/assets/img/opp/dark/mapi.png");
    }

    body.dark .ready-started-item-container .y-logo-icon {
        background-image: url("/assets/img/opp/dark/y-logo.png");
    }

    body.dark .ready-started-item-container .monitoring-icon {
        background-image: url("/assets/img/opp/dark/monitoring.png");
    }

    body.dark .ready-started-item-container .config-icon {
        background-image: url("/assets/img/opp/dark/config.png");
    }

    body.dark .ready-started-item-container .data-icon {
        background-image: url("/assets/img/opp/dark/data.png");
    }

    body.dark .ready-started-card-inner .voda-icon {
        background-image: url("/assets/img/opp/mini/voda-w.svg");
    }

    body.dark .ready-started-card-inner .uk-icon {
        background-image: url("/assets/img/opp/mini/uk-w.svg");
    }

    body.dark .ready-started-card-inner .energy-icon {
        background-image: url("/assets/img/opp/mini/energy-w.svg");
    }

    body.dark .ready-started-item-container .sinck-icon {
        background-image: url("/assets/img/opp/dark/sinck.png");
    }

    body.dark .ready-started-item-container .dash-icon {
        background-image: url("/assets/img/opp/dark/dash.png");
    }

    body.dark .ready-started-item-container .alerts-icon {
        background-image: url("/assets/img/opp/dark/alerts.png");
    }

    body.dark .ready-started-item-container .integration-icon {
        background-image: url("/assets/img/opp/dark/integration.png");
    }

    body.dark .work-container .work-item {
        background: #25282A;
    }

    body.dark .circle-container .circle {
        background: #252525;
    }

    body.dark .contact-form-wrapper {
        background-color: #25282A
    }

    body.dark .contact-form-close::before, body.dark .contact-form-close::after {
        background: white;
    }

    body.dark .contact-form-container p {
        color: #A5A5A5;
    }

    body.dark .contact-form-container form input {
        border: 1px solid #515151;
        background-color: #414141;
        color: #A5A5A5;
    }
/*#endregion DARK END */