

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    background: #f8f9fd;
    color: var(--text-color);
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}




.container {
    max-width: 1350px;
}



@media (max-width: 767.98px) {
    .container {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
}


.ng-shadow {
    box-shadow: rgba(99, 99, 99, 0.15) 0px 2px 8px 0px;
}

.ng-shadow-hover:hover {
    box-shadow: rgba(99, 99, 99, 0.15) 0px 2px 8px 5px;
}


@keyframes fadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
}

.hi { opacity: 0; animation: fadeUp .65s ease forwards; }

.d1 { animation-delay: .05s; }
.d2 { animation-delay: .18s; }
.d3 { animation-delay: .31s; }
.d4 { animation-delay: .44s; }
.d5 { animation-delay: .57s; }


/*body:not(.home) {*/
/*    padding-top: 150px;*/
/*}*/

/*@media(max-width: 1200px) {*/
/*    body:not(.home) {*/
/*        padding-top: 80px;*/
/*    }*/
/*}*/




.heading-box .heading {
    font-size: 45px;
    color: #052349;
    font-weight: 700;
}

.heading-box .slim {
    font-weight: 300;
}

.heading-box .heading-text {
    font-size: 18px;
    font-weight: 400;
    color: #474747;
    max-width: 550px;
    margin: auto;
    line-height: 1.7;

}

@media (max-width: 767.98px) {
    .heading-box .heading {
        font-size: 37px;
    }

    .heading-box .heading-text {
        font-size: 14px;

    }


}


.heading-box .specer {
    color: var(--second-color);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

@media (max-width: 767.98px) {
    .heading-box {
        padding-left: 0;
        padding-right: 0;
    }

    .heading-box .specer {
        font-weight: 400;
        font-size: 12px;
    }
}





/******** page heading *******/

.heading-box .page-heading {
    font-size: 60px;
    font-weight: 500;
}

@media (max-width: 991.98px) {
    .heading-box .page-heading {
        font-size: 40px;
        font-weight: 500;
    }
}




/********** btns ********/


/** theme btn ***/


.t-btn.big {
    font-size: 18px;
}

.t-btn.small {
    font-size: 13px;
    padding: 0.8em 1.3em;
}

.t-btn {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    padding: 1em 1.8em;
    border: none;
    border-radius: 25px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.3s ease;
    transform-origin: center;
}

@media (min-width: 992px) {
    .t-btn:hover {
        opacity: 0.8;
    }
}


.t-btn.white {
    background: #fff;
    color: var(--main-color);
}

.t-btn.dark {
    background: #333;
    color: #fff;
}

.t-btn.dark:hover {
    background: #333;
    color: #fff;
}

.t-btn {
    position: relative;
    z-index: 2;
}







.t-color {
    color: var(--main-color) !important;
}

.t-color-2 {
    color: var(--second-color) !important;
}


.t-bg {
    background: var(--main-color);
}


.t-btn.theme {
    border-color: var(--main-color);
    background: var(--main-color);
    color: var(--main-text-color);
}


.t-btn.theme2 {
    border-color: var(--second-color);
    background: var(--second-color);
    color: var(--second-text-color);
}

.t-btn.theme3 {
    border-color: var(--third-color);
    background: var(--third-color);
    color: var(--third-text-color);
}






.t-btn.ic .icon {
    display: inline-flex;
    background: rgba(255,255,255,1);
    padding: 5px;
    position: absolute;
    border-radius: 3px;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    right: 12px;
    top: 50%;
    transform: translate(0,-50%);

}

.t-btn.ic {
    padding-right: 55px;
}

.t-btn.ic svg {
    color: #000;
}

.t-btn.white.ic svg {
    color: #fff;
}

.t-btn.white.ic .icon {
    background: #121212;
}





@media (max-width: 767.98px) {
    .t-btn {
        font-size: 15px;
    }
}



/***************** MAIN HEADER *****************/

/*body:not(.home) .main-header {*/
/*    position: sticky;*/
/*}*/

.main-header {
    position: relative;
    display: block;
}


.main-header .logo img {
    width: 240px;
}

body:not(.home) .main-header {
    background: #fff !important;
}



.main-header .main-menu {
    width: 100%;
}

.main-header .phone-box {
    gap: 10px;
    align-items: center;
    margin-left: 20px;
    padding: 10px;
    border-radius: 4px;
    background: var(--second-color);
}

.main-header .phone-box .menu-list {
    justify-content: flex-start;
    width: 100%;
}

.main-header .phone-box .icon-box {
    width: 28px;
    height: 28px;
    padding: 3px;
    background: rgba(255,255,255,0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.main-header .phone-box .ico {
    flex: 1;
}

.main-header .phone-box a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}

.main-header .phone-box svg {
    color: #fff;
}



.main-header .phone-box .ico .small {
    display: block;
    font-size: 10px;
    line-height: 1;
    margin-bottom: -2px;
    font-weight: 600;
    color: #777;

}

body.home:not(.not-top) .main-header .phone-box .ico .small {
    color: rgba(255,255,255,0.5);
}

body.home:not(.not-top) .main-header .phone-box a {
    color: #fff;
}

.main-header {
    background: #fff;
    width: 100% !important;
    max-width: 100% !important;
}


body:not(.home) .top-bar .container {
    border: none;
    padding-bottom: 2px;
}

body:not(.home) .top-bar .container {
    border: none;
    padding-bottom: 7px;
    padding-top: 12px;
    border-bottom: 1px solid #f1f1f1;
    border-radius: 0;
}

.main-header.is-sticky {
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.05);
}

.main-header.is-sticky .logo img {
    width: 100px;
}

.main-header:not(.is-sticky) .main-bar {
    padding-top: 10px;
    padding-bottom: 10px;
}

.home.not-top .main-header .top-bar {
    display: none;
}

body.home .main-header .top-bar .container {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    border-radius: 0 !important;
    padding-bottom: 8px;
}

body.home:not(.not-top) .top-bar a {
    color: rgba(255,255,255,0.8);
}

body .main-header .top-bar {
    /*background: #011035;*/
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 13px;
}

body.home .main-header .top-bar {
    padding-top: 14px;
    padding-bottom: 4px;
}

.main-header .top-bar ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.main-header .top-bar ul a {
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    color: #555;
}

.main-header .top-bar {
    padding-bottom: 4px;
}

.main-header .top-bar::after {
    content: '';
    display: block;
    z-index: -1;
    height: 40px;
    width: 100%;
    position: absolute;
    bottom: -35px;
    left: 0;
    /*background: #011035;*/
}


body:not(.not-top ) .main-header .logo .second {
    display: none;
}

body.not-top .main-header .logo .first {
    display: none;
}

.not-top .main-header {
    box-shadow: 5px 5px 15px rgba(0,0,0,0.05);
}


.main-header .menu-list .t-btn {
    font-size: 15px;
    font-weight: 700 !important;
    margin-left: 15px;
    margin-right: 15px;
}

.main-header .menu-list .icon {
    width: 25px;
    height: 25px;
}

.main-header .main-menu .menu-list {
    display: flex;
    padding-left: 0;
    align-items: center;
    list-style: none;
    margin-bottom: 0;
}

.main-header .emergency .menu-link:not(.t-btn) {
    color: var(--third-color) !important;
    font-weight: 700 !important;
}

.main-header .emergency .menu-link:hover {
    color: var(--third-color) !important;
    font-weight: 700 !important;
}

.main-header .main-menu .menu-list .menu-link,
.main-header .main-menu .menu-list .dropdown-toggle.menu-link {
    padding: 8px 15px;
    text-decoration: none;
    display: inline-block;
    background: transparent;
    border-radius: 0;
    border: none;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.6px;
    color: #1a1a1a;
    position: relative;
}


.main-header .main-menu .menu-list .menu-link:hover,
.main-header .main-menu .menu-list .menu-link:focus {
    color: var(--main-color);
}


/*.main-header .main-menu .menu-list .menu-link.active {*/
/*    background: var(--main-color);*/
/*    color: var(--main-text-color);*/
/*}*/

.main-header .js-menu-open {
    display: inline-flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    text-decoration: none;
    color: #000;
}



.main-header.is-sticky .js-menu-open {
    color: var(--main-color);
}

.main-header .js-menu-open:hover {
    color: var(--main-color);
}


.main-header .dropdown-menu .dropdown-item {
    font-size: 14px;
}

.main-header .dropdown-menu {
    border-color: #f1f1f1;
}




.main-header .dropdown-menu .dropdown-item:hover,
.main-header .dropdown-menu .dropdown-item:focus {
    font-size: 14px;
    color: var(--main-text-color);
    background: var(--main-color);
}

.main-header .js-menu .contact-info {
    flex-wrap: wrap;
    gap: 15px;
    display: flex;
}

.main-header .js-menu .contact-info a {
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    color: #444;
    text-decoration: none;
}


.main-header .js-menu .contact-info i {
    color: var(--main-color);
}

.main-header .mobile-head .logo img {
    height: auto !important;
}


.main-header.is-sticky .main-menu .menu-list .menu-link {
    font-size: 12px;
}

.main-header.is-sticky .logo img {
    width: 130px;
    /*transition: all 0.2s ease-in;*/
}

.main-header:not(.is-sticky) .main-menu .menu-list .menu-link {
    /*transition: all 0.2s ease-in;*/
}

.main-header.is-sticky .main-menu .menu-list .menu-link {
    font-size: 12px;
    /*transition: all 0.2s ease-in;*/
}

.main-header:not(.is-sticky) .logo img {
    /*transition: all 0.2s ease-in;*/
}

.home .main-header.fixed-top:not(.is-sticky) {
    background: transparent;
    position: fixed;
}

body.not-top .logo .first {
    display: block !important;
}

body.not-top .logo .second {
    display: none !important;
}

body.home.not-top .main-header {
    background: #fff !important;
}

@media (max-width: 1400px) {
    .main-header .main-menu .menu-list .menu-link,
    .main-header .main-menu .menu-list .dropdown-toggle.menu-link {
        padding: 8px 10px;
        font-size: 13px;

    }

    .main-header .phone-box {
        gap: 5px;
        margin-left: 10px;
        padding: 10px 5px;
    }
}







/* mobile menu */





@media (max-width: 1199.98px) {
    body.menu-opened .main-header .js-menu {
        display: block !important;
        z-index: 99999;
        background: #fff;
        width: 100%;
        height: 100lvh;
        overflow-y: auto;
        position: fixed;
        top: 0;
        left: 0;
    }

    body.menu-opened .mobile-head {
        padding: 8px 0;
        position: relative;
    }

    body.menu-opened .mobile-head .js-menu-close {
        font-size: 28px;
        display: inline-flex;
        width: 45px;
        height: 45px;
        justify-content: center;
        align-items: center;
        /*position: absolute;*/
        /*top: 15px;*/
        /*right: 15px;*/
        text-decoration: none;
        color: #ccc;
    }

    .main-header .container {
        border-radius: 0 !important;
    }


    body.menu-opened .js-menu .menu-list {
        flex-wrap: wrap;
        flex-direction: column;
    }



    body.menu-opened .main-header .js-menu .menu-item {
        text-align: center;
        width: 100%;
    }

    body.menu-opened .main-header .js-menu .menu-item .t-btn {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    body.menu-opened .main-header .js-menu .menu-item .menu-link {
        width: 100%;
        border-bottom: 1px solid #f1f1f1;
        font-size: 16px;
        padding: 17px 0;
    }

    body.menu-opened .js-menu .dropdown-menu {
        position: static !important;
        transform: unset !important;
        background: var(--main-bg-color);
        border: none;
    }



    body.menu-opened {
        height: 100vh !important;
        overflow: hidden;
    }


}


@media (max-width: 767.98px) {
    .main-header .logo img {
        max-width: 180px;
    }

    .main-header .top-bar {
        display: none;
    }


    .main-header.is-sticky .logo img {
        width: 100px;
        transition: all 0.2s ease-in;
    }

    .main-header .main-bar .container {
        padding-top: 0;
        padding-bottom: 0;
    }

    .main-header .main-bar {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .main-header .top-bar {
        font-size: 10px;
    }

    .main-header .top-bar .contact-span {
        gap: 5px;
        font-size: 9px;
        font-weight: 500;
    }

    .main-header .top-bar .follow {
        gap: 5px;
        font-size: 8px;
        font-weight: 500;
    }


}

.main-header .container {
    border-radius: 8px;
}













/*********** MAIN FOOTER ***********/

.main-footer {
    background: #000000;
    color: #a9acb3;
    font-weight: 400;
    font-size: 14px;
}

.main-footer .main-bar {
    padding: 50px 0;
}
.main-footer .copyright {
    text-align: center;
    color: #a9acb3;
    font-weight: 400;
    font-size: 12px;
}

.main-footer .copyright .container {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid rgba(255,255,255,0.1);

}

.main-footer .main-bar a {
    color: #a9acb3;
    font-weight: 400;
    text-decoration: none;
}

.main-footer a:hover {
    color: #fff;
}


.main-footer ul li {
    margin-bottom: 5px;
}

.main-footer table td {
    padding-right: 10px;
}




.main-footer ul {
    padding-left: 0;
    list-style: none;
}

.main-footer .copyright a {
    font-weight: 500;
    font-size: 12px;
    color: #a9acb3;
    text-decoration: none;
}

.main-footer .footheading {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 3px solid rgba(255,255,255,0.1);
}

.main-footer .top-bar .container {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 90px;
}

.main-footer .spec-img-box {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    padding: 25px;
    background: rgba(255,255,255,1);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    transform: translate(-50%, 0);
}

.main-footer .top-bar {
    position: relative;
}

.main-footer .soc-box {
    font-size: 25px;
}

.main-footer {
    position: relative;
}




.main-footer table td {
    padding-bottom: 10px;
    vertical-align: top;
}

.main-footer td a {
    display: inline-block;
    margin-bottom: 12px;
}

.main-footer table td svg {
    color: #fff;
    width: 40px;
    height: 40px;
    padding: 9px;
    background: rgba(255,255,255,0.08);
}

.main-footer .soc-title {
    margin-top: 25px;
    display: block;
    color: #111;
    padding-bottom: 5px;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.7px;
}

.main-footer .soc-box a.facebook {
    background: #0866FF;
    color: #fff;
}

.main-footer .soc-box a {
    width: 35px;
    height: 35px;
    padding: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.1);
}

.main-footer .soc-box a svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}



.main-footer .top-bar {
    padding-top: 70px;
}

.main-footer .top-bar .heading-box {
    margin-top: 45px;
}

.main-footer .top-bar .heading-box .heading {
    font-size: 50px;
    color: #fff;
}

.main-footer .top-bar .heading-box .heading-text {
    color: #a9acb3;
    font-size: 20px;
    font-weight: 500;
    max-width: 650px;
}


.main-footer .top-bar .btn-box .t-btn {
    font-size: 14px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}




@media (max-width: 767.98px) {
    .main-footer .top-bar .heading-box .heading {
        font-size: 25px;
    }

    .main-footer .top-bar .heading-box .heading-text {
        font-size: 17px;
    }

    .main-footer .top-bar .btn-box .t-btn {
        font-size: 12px;
        padding: 1.1em 1.5em;
    }

}




/* above foot */

.above-foot {
    padding-bottom: 140px;
    padding-top: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}


.above-foot::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.85;
}



.above-foot .heading {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 1px;
    margin: auto;
    margin-bottom: 20px;
    color: #fff;

}

.above-foot .heading-text {
    color: rgba(255,255,255,0.95);
    max-width: 850px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 25px;
}


@media (max-width: 991.98px) {
    .above-foot {
        background-attachment: unset;
    }

    .above-foot .heading {
        font-size: 24px;
    }

    .above-foot .heading-text {
        font-size: 15px;
    }

    .above-foot {
        padding-bottom: 70px;
        padding-top: 50px;
    }
}


/********** REALIZATION info page **********/




.type-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.type-item img {
    transform: scale(1) rotate(0);
    transition: transform 0.3s ease-in;
}



.type-item:hover img {
    transform: scale(1.05) rotate(2deg);
    transition: transform 0.3s ease-in;
}

.type-item .title {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 50%;
    z-index: 2;
    padding: 10px 22px;
    background: #fff;
    color: var(--second-color);
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 0.5px;
    white-space: nowrap;
    transform: translate(-50%,0);
    max-width: 100%;
}

.type-item .img-box::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    transition: background 0.3s ease-in;
}

.type-item:hover .img-box::after {

    background: rgba(0,0,0,0);
    transition: background 0.3s ease-in;
}


.type-item .img-box {
    overflow: hidden;
    height: 350px;
    display: flex;
}

.type-item .img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


@media (max-width: 767.98px) {
    .type-item .title {
        padding: 8px 15px;
        font-size: 14px;
    }

    .type-item .img-box {
        height: 250px;
    }
}










/*** not-found-page **/

.not-found-page h1.head {
    font-size: 175px;
    font-weight: 800;
    text-align: center;
    letter-spacing: -18px;
    color: var(--second-color);
    text-shadow: -4px 0 #fff;
    margin-left: -18px;
}

.not-found-page {
    background: rgba(0,0,0,0.02);
}

.not-found-page h1.head .first {
    z-index: 1;
    position: relative;
}

.not-found-page h1.head .second {
    z-index: 2;
    position: relative;
}

.not-found-page p {
    text-align: center;
    position: relative;
    top: 40px;
    color: #000;
    font-weight: 500;
}

.not-found-page h1.head .third {
    z-index: 3;
    position: relative;
}

@media (max-width: 767.98px) {

    .not-found-page h1.head {
        font-size: 105px;
        letter-spacing: -10px;
        margin-left: -10px;
    }

    .not-found-page p {
        top: 20px;
    }
}



/*************** HOME PAGE *****************************/


.hero-banner {
    position: relative;
    padding-top: 150px;
    padding-bottom: 50px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-banner .container {

}

.hero-banner  .hero-stats {
    display: flex;
    gap: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(0,0,0,0.07);
    margin-top: 35px;
    flex-wrap: wrap;
}

.hero-banner  .hero-stats .stat-num {
    font-size: 38px;
    font-weight: 800;
    color: var(--main-color);
    display: block;
    line-height: 1;
}

.hero-banner  .hero-stats .stat-label {
    font-size: 13px;
    color: var(--muted-text-color);
    font-weight: 500;
    letter-spacing: 0.04em;
    margin-top: 5px;
}

.hero-banner  .heading {
    font-size: 55px;
    font-weight: 800;
}

.hero-banner {
    background: #eceffa;
}

.hero-banner .mg {
    border-radius: 25px;
}

.hero-banner .text {
    font-size: 18px;
}

.hero-banner .wave {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 13;
    display: block !important;
}

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

.hero-banner .hero {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: 5;
}


.hero-banner::before {
    content: "";
    width: 60%;
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    background: linear-gradient(
            90deg,
            rgba(236,239,250,1) 0%,
            rgba(236,239,250,0.75) 15%,
            rgba(236,239,250,0.5) 30%,
            rgba(236,239,250,0.2) 45%,
            rgba(236,239,250,0) 65%
    );
    z-index: 12;
    pointer-events: none;
}

@media (max-width: 767.98px) {
    .hero-banner  .heading {
        font-size: 31px;
    }

    .hero-banner {
        min-height: unset;
        padding-top: 100px;
        padding-bottom: 30px;
    }

    .hero-banner::before {
        width: 100% !important;
        left: 0 !important;
        background: linear-gradient(
                90deg,
                rgba(236,239,250,1) 0%,
                rgba(236,239,250,0.5) 100%
        );
    }

    .hero-banner .hero {
        width: 100%;
    }

    .hero-banner .text {
        font-size: 14px;
    }

    .hero-banner  .hero-stats .stat-num {
        font-size: 22px;
        text-align: center;
    }

    .hero-banner .t-btn {
        font-size: 13px;
    }

    .hero-banner  .hero-stats {
        gap: 10px;
        justify-content: center;
    }



}

/* obrázok */
.hero img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;

}

/** global sec **/

.sec-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 56px;
    flex-wrap: wrap;
}


.sec-header .sec-lead {
    color: var(--muted-text-color);
}



/********* Truth section ******/

.sec-truths {
    padding: 100px 0;
}



.sec-truths .truths-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    background: var(--main-bg-color);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 32px rgba(0,0,0,0.06);
}

.sec-truths .truth-item {
    background: #fff;
    padding: 40px 32px;
    transition: background .22s;
}

.sec-truths .truth-item:hover {
    background: var(--main-bg-color);
}



.sec-truths .truth-item .truth-n {
    color: var(--main-color);
}


.sec-truths .truth-n {
    font-size: 72px;
    font-weight: 700;
    color: var(--main-bg-color);
    line-height: 1;
    margin-bottom: 12px;
    display: block;
}

.sec-truths .truth-item .title {
    font-size: 22px;
    line-height: 30px;
    min-height: 60px;
    font-weight: 600;
    margin-bottom: 22px;
    color: var(--main-color);
}

.sec-truths .truth-item p {
    font-size: 16px;
    line-height: 1.5;
}

@media (max-width: 720px) {
    .sec-truths .truths-grid { grid-template-columns: 1fr; }
    .sec-truths { padding: 60px 0; }
}




/* garant box */

.garant-box {
    background: linear-gradient(
            135deg,
            #f2f4ff 0%,
            #e6ebff 40%,
            #d9e1ff 100%
    );
    padding: 100px 0;
    font-size: 35px;
    text-align: center;
}

/*** reasons ***/

.sec-reasons {
    padding: 100px 0;
}

.sec-reasons .reason-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 32px;
    transition: border-color .22s, transform .22s, box-shadow .22s;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.06);
}

.sec-reasons .reason-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(75,94,168,.12);
}

.sec-reasons .reason-card .title {
    display: block;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 700;
    color: var(--main-color);
    margin: 0;
}

.sec-reasons .reason-card p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--muted-text-color);
    flex: 1;
    margin: 0;
}

.sec-reasons .icon-box {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: var(--second-light-color);
    color: var(--second-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sec-reasons .reason-icon svg {
    width: 22px;
    height: 22px;
    stroke-width: 2;
}

.sec-reasons .reason-card strong {
    color: var(--text-color);
    font-weight: 700;
}

.sec-reasons .reason-card-cta {
    background: linear-gradient(135deg,var(--main-color) 0%,#6f82d1 100%);
    border-color: transparent;
}

.sec-reasons .reason-card-cta .title {
    color: #ffffff;
}

.sec-reasons .reason-card-cta p {
    color: rgba(255,255,255,.88);
}

.sec-reasons .reason-card-cta .icon-box {
    background: rgba(255,255,255,.14);
    color: #ffffff;
}

.sec-reasons .reason-card-cta .t-btn {
    margin-top: 4px;
    background: #ffffff;
    color: var(--main-color);
}

.sec-reasons .reason-card-cta .t-btn:hover {
    opacity: .95;
}

@media (max-width: 991px) {
    .sec-reasons {
        padding: 80px 0;
    }

    .sec-reasons .reason-card {
        padding: 26px;
    }
}

@media (max-width: 575px) {
    .sec-reasons .reason-card {
        border-radius: 20px;
        padding: 22px;
    }

    .sec-reasons .icon-box {
        width: 48px;
        height: 48px;
        border-radius: 12px;
    }
}



/*** how **/

.sec-how {
    padding: 100px 0;
    background: #0F1A3D;

}

.sec-how .step-item {
    border-radius: 24px;
    background: rgba(255,255,255,0.1);
    padding: 32px;
    transition: border-color .22s, transform .22s, box-shadow .22s;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
    text-align: center;
}

.sec-how .heading-box .heading {
    color: #fff;
}

.sec-how .sec-lead {
    color: rgba(255,255,255,0.8)
}

.sec-how .step-item:hover {
    border-color: var(--third-color);
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(75,94,168,.12);
}

.sec-how .step-circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--second-color);

    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-size: 20px;
    font-weight: 700;
}

.sec-how .title {
    display: block;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 700;
    color: #fff;
}

.sec-how p {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255,255,255,0.7);
}

.sec-how strong {
    color: rgba(255,255,255,0.8);
}

@media (max-width: 991px) {

    .sec-how {
        padding: 80px 0;
    }

    .sec-how .step-card {
        padding: 26px;
    }

}

@media (max-width: 575px) {

    .sec-how .step-card {
        padding: 22px;
    }

    .sec-how .step-circle {
        width: 52px;
        height: 52px;
        font-size: 18px;
    }

}


/*** cta ***/


.sec-cta {
    padding: 100px 0;
    background: #0F1A3C;
    position: relative;
    overflow: hidden;
}



.sec-cta .cta-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.sec-cta .t-btn {
    font-size: 14px;
    font-weight: 800 !important;
}

.sec-cta .heading {
    color: var(--second-color);
}

.sec-cta .cta-left p {
    color: rgba(255,255,255,.75);
    font-size: 19px;
    margin-bottom: 32px;
}

.sec-cta .guarantees {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sec-cta .g-row {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.sec-cta .g-row:last-child {
    border-bottom: none;
}

.sec-cta .g-check {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(125,187,166,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sec-cta .g-check svg {
    color: var(--second-color);
    width: 13px;
    height: 13px;
}

.sec-cta .g-row span {
    color: rgba(255,255,255,.85);
    font-size: 15px;
    font-weight: 500;
}

@media (max-width: 720px) {

    .sec-cta .cta-inner {
        grid-template-columns: 1fr;
    }

    .sec-cta::before {
        display: none;
    }

}





/** faq **/

.sec-faq {
    padding: 100px 0;
}



/*** about ***/

.sec-about {
    padding: 100px 0;
    background: #fff;
}

.sec-about .about-photo img {
    border-radius: 24px;
    width: 100%;
    object-fit: cover;
}

.sec-about .about-content p {
    font-size: 17px;
    line-height: 1.75;
}

.sec-about .about-content strong {
    color: var(--text-color);
    font-weight: 700;
}

.sec-about .about-stats {
    display: flex;
    gap: 40px;
    padding: 32px 0;
    border-top: 1px solid var(--main-bg-color);
    border-bottom: 1px solid var(--main-bg-color);
    margin-top: 32px;
    flex-wrap: wrap;
}

.sec-about .about-stat-item .num {
    display: block;
    font-size: 36px;
    font-weight: 800;
    color: var(--main-color);
    line-height: 1;
}

.sec-about .about-stat-item .label {
    display: block;
    font-size: 13px;
    color: var(--muted-text-color);
    font-weight: 500;
    margin-top: 4px;
}

@media (max-width: 991px) {
    .sec-about { padding: 80px 0; }
    .sec-about .about-photo { margin-bottom: 32px; }
}





/******** CLEAN PAGE ********/

.clean-page {
    background: #fff;
}

.clean-page h2 {
    font-size: 28px;
    font-weight: bold;
    margin-top: 1.5em;
}

.clean-page h3 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 1.2em;
}

.clean-page h4 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 1em;
}

.clean-page h5 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0.8em;
}

.clean-page h6 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 0.6em;
}

.clean-page .content {
    width: 1080px;
    max-width: 100%;
    padding: 35px;
    margin: auto;
    border-radius: 15px;
}

.clean-page a {
    color: var(--main-color);
}

.clean-page {
    background: #fff;
}

.clean-page .content {
    background: #fefefe;
}




.clean-page .gallery-box .gallery-imgs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.clean-page .gallery-box {
    margin-top: 25px;
}

.clean-page .gallery-box .heading {
    text-align: center;
    margin-bottom: 15px;
    color: var(--main-color);
    font-weight: 700;
}

.clean-page .gallery-box .gallery-imgs a {
    width: calc(100% / 7 - 10px);
    display: block;
}

.clean-page .gallery-box .gallery-imgs a img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}


@media (max-width: 767.98px) {
    .clean-page .content {
        padding: 10px;
    }


    .clean-page h2 {
        font-size: 20px;
    }

    .clean-page h3 {
        font-size: 20px;
    }

    .clean-page h4 {
        font-size: 18px;
    }

    .clean-page h5 {
        font-size: 17px;
    }

    .clean-page h6 {
        font-size: 15px;
    }

    .clean-page {
        font-size: 14px;
    }
}




/***************** FAQ PAGE *****************/

.faq-page {
    background: #fff;
}


.faq-page .heading-box {
    margin-bottom: 100px !important;
}


.faq-page img {
    border-radius: 10px;
}

.faq-item span.roller {
    border-radius: 5px;
}

.faq-item.active .faq-question {
    background: var(--main-light-color);
}

.faq-item .faq-answer {
    background: transparent !important;
}

.faq-item .faq-question {
    background: #fff;
    padding: 14px 25px;
    border: 1px solid rgba(0,0,0,0.03);
    font-weight: 600;
    border-radius: 8px;
    box-shadow: var(--box-shadow);
    color: #000;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}



.faq-item {
    position: relative;
    border-radius: 0;
}

.faq-item .roller {
    position: absolute;
    top: -15px;
    right: 25px;
    display: inline-flex;
    height: 32px;
    border-radius: 0;
    width: 32px;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    background: #000;
    color: #fff;

}

.faq-item .roller svg {
    transform: rotate(0);
    transition: transform 0.2s ease-in;
}



.faq-item.active .roller {
    background: #000;

}

.faq-item.active svg {
    transform: rotate(180deg);
    transition: transform 0.2s ease-in;
}


.faq-item .faq-answer {
    display: none;
    background: #fff;
    font-size: 14px;
    font-weight: 300;
    color: #373737;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

}


.faq-item .faq-answer {
    padding: 15px;
    font-size: 16px;
}


@media (max-width: 767.98px) {

    .faq-item .faq-answer {
        font-size: 14px;
    }

    .faq-item .faq-question {
        font-size: 15px;
    }

    .faq-item .roller {
        top: -8px;
        right: 15px;
        height: 25px;
        width: 25px;
        font-size: 14px;
    }
}







/*** nav ***/


.page-banner .heading {
    color: #fff;
    font-weight: 800;
}

/*.page-banner::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    z-index: -1;*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: rgba(0,0,0,0.5);*/
/*}*/

.page-banner {
    padding: 10px 0;
    display: flex;
    position: relative;
    z-index: 1;
    background: #f9f9f9;
    border-bottom: 1px solid rgba(0,0,0,0.01);
}

.page-banner {
    display: flex;
    align-items: center;
    justify-content: center;

}



.page-banner .content {
    color: #fff;
}



.page-banner nav.path ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    width: auto;
    list-style: none;
    font-size: 12px;
    margin-bottom: 0;
    column-gap: 10px;
    row-gap: 5px;
    align-items: center;
    color: #000;

}

.page-banner nav.path ul li {
    display: inline-flex;
    align-items: center;

}



.page-banner nav.path ul li a {
    text-decoration: none;
    position: relative;
    display: inline-flex;
    align-items: center;
    column-gap: 5px;
    line-height: 1;
    color: #000;
    font-weight: 400;
    padding-right: 12px;
}


.page-banner nav.path ul li a:hover {
    text-decoration: underline;
    color: var(--second-color);
}

.page-banner nav.path ul li .final-path {
    font-weight: 600;
}

.page-banner nav.path ul li a:after {
    content: '';
    position: absolute;
    right: 0;
    top: calc(50% - 3px);
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
    border-top: 1px solid #7a7a7a;
    border-right: 1px solid #7a7a7a;

}




/*************** To top btn *************************/

#myBtn {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 10px;
    z-index: 99;
    font-size: 25px;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.45);
}

#myBtn:hover {
    background: rgba(0, 0, 0, 0.65);
}
