:root {
    /* ===== Colors ===== */
    --body-color: #fff;
    --primary-color: #3a6ea5;
    --primary-color-light: #f6f5ff;
    --text-color: #707070;
    --border-color: #D9D9D9;
    --login-border-color: #3a6ea5;
    --danger-font-color: #58151c;
    --danger-bg-color: #f8d7da;
    --danger-border-color: #f1aeb5;
    --danger-link-color: #58151c;
    --block-bg-color: #F1F4F6;


    /* ====== Transition ====== */
    --tran-03: all 0.2s ease-in-out;
    --tran-03: all 0.2s ease-in-out;
    --tran-04: all 0.3s ease-in-out;
    --tran-05: all 0.3s ease-in-out;


    /* ====== width ====== */
    --main-body-width: 1366px;
}

@font-face {
    font-family: "Martian Mono";
    src: url('../fonts/Martian_Mono/MartianMono-VariableFont.ttf') format("truetype");

}

@font-face {
    font-family: "NobelWGL-Bold";
    src: url('../fonts/NobelWGL/NobelWGL-Bold.ttf') format("truetype");

}


@font-face {
    font-family: "TT Rounds Neue";
    src: url('../fonts/TTRoundsNeue-Regular.ttf') format("truetype");

}


@font-face {
    font-family: "Lawyer Gothic";
    src: url('../fonts/LawyerGothic/LawyerGothic-Bold.ttf') format("truetype");
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "Nunito";
    src: url('../fonts/Nunito/static/Nunito-Medium.ttf') format("truetype");
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}


html {
    box-sizing: border-box;
    font-size: 16px;
    /* Базовый размер шрифта */
    scroll-behavior: smooth;
    /* Плавная прокрутка */
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Nunito";
    background-color: #fafafa;
    transition: var(--tran-03);
    color: #222;
    min-height: 100vh;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}


#mainpage-main {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 54px;
    height: 700px;
    width: 100%;
    padding: 24px 40px 24px 32px;
    border-radius: 24px;
    background: var(--additional-blue, radial-gradient(402.58% 258.63% at -17.58% 115.89%, rgba(218, 162, 162, 0.80) 0%, rgba(101, 125, 246, 0.40) 50%, rgba(42, 27, 210, 0.00) 100%), #08386B);
    background-blend-mode: lighten, normal;
    transition: all 0.3s;
}


/* 1200px и меньше */
@media (max-width: 1200px) {
    
}


/* 900px и меньше */
@media (max-width: 900px) {

   
}

/* 600px и меньше */
@media (max-width: 600px) {
    
}

/* 440px и меньше */
@media (max-width: 400px) {

    
}




.header {
    display: flex;
    height: 82px;
    width: 100%;
    padding: 16px 0px 16px 0px;
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 999;
}


main {
    padding: 0px 18px 0px 18px;
    align-items: center;
    gap: 24px;
}



footer {

    margin-left: auto;
    margin-right: auto;
}


#footer-block-text-main #footer-text-white {
    color: #FFF;
    /* Desktop/H4 */
    font-family: "Martian Mono";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 36.4px */
    letter-spacing: 0.28px;
    text-transform: uppercase;
    margin-top: 32px;
    margin-bottom: 0px;
}









/* high rating */
#main-footer-logo {
    position: relative;
    bottom: -65px;
    display: flex;
    padding-left: 28px;
    padding-right: 28px;
}

#main-footer-block {
    box-sizing: border-box;
    border-radius: 56px 56px 0px 0px;
    background: radial-gradient(130.72% 98.45% at 5.99% 98.4%, rgba(218, 162, 162, 0.80) 0%, rgba(101, 125, 246, 0.40) 50%, rgba(42, 27, 210, 0.00) 100%), #08386B;
    background-blend-mode: lighten, normal;
    padding-top: 82px;
    padding-right: 56px;
    padding-left: 56px;
    padding-bottom: 46px;
}

#footer-block-text {
    display: flex;
}

#footer-block-buttons {
    display: flex;
}

#main-footer-logo-text-elem p {
    color: #08386B;
    font-family: "Lawyer Gothic";
    font-size: 61.639px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 73.966px */
    margin: 0px;

}

#bracket {
    position: relative;
    /* top: 34%; */
    left: -760px;
}

#footer-symbols {
    position: relative;
    margin-top: 33px;
}

#footer-block-text-main {
    width: 700px;
    box-sizing: border-box;
    margin-right: 145px;
}

#footer-block-text-main p {
    color: #EF7D00;
    /* Desktop/H4 */
    font-family: "Martian Mono";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 36.4px */
    letter-spacing: 0.28px;
    text-transform: uppercase;
    margin: 0px;
    margin-bottom: 32px;
}

#footer-block-text-contacts {
    width: 320px;
}

#footer-block-text-contacts p {
    color: #EF7D00;
    /* Desktop/H4 */
    font-family: "Martian Mono";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 36.4px */
    letter-spacing: 0.28px;
    text-transform: uppercase;
    margin: 0px;
}

#footer-block-text-contacts #phone {
    color: #FFF;
    /* Desktop/H4 */
    font-family: "Martian Mono";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 36.4px */
    letter-spacing: 0.28px;
    text-transform: uppercase;
}

#footer-block-text-contacts #mail {
    color: #8FA9CC;
    /* Desktop/H4 */
    font-family: "Martian Mono";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 36.4px */
    letter-spacing: 0.28px;
    text-transform: uppercase;
}

#main-footer-logo-text-elem {
    position: relative;
    margin-top: 15px;
    margin-left: -42px;
}

#footer-block-info {
    margin-top: 145px;
}

#footer-block-info-links {
    display: flex;
    align-items: center;
}

#footer-block-info-links p {
    color: #FFF;
    /* p 18 */
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 23.4px */
    margin-right: 36px;
}

#footer-block-info-links a {
    color: #FFF;
    /* p 18 */
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 23.4px */
    margin-right: 36px;
    text-decoration: none;
    cursor: pointer;
}

#footer-block-buttons .btn-login {
    color: #FFF;
    text-align: center;
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    background: rgba(55, 111, 171, 0.50);
    /* 23.4px */
}


.navbar {
    display: flex;
    width: 100%;
    height: 66px;

}

#nav-logo {
    width: 320px;
    background-color: rgba(233, 239, 242, 0.70);
    border-radius: 15px;
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(16px);
    text-decoration: none;
}

#nav-logo:hover {
    cursor: pointer;
}

.nav-link {
    color: var(--brand-gray, #96AEBE);
    /* p 16 */
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-decoration: none;
}

.nav-link:hover {
    color: #1D436B;
}

#nav-logo #logo {
    /* background: var(--block-bg-color); */
    margin-right: 16px;
}

#nav-logo #name {

    color: #08386B;
    font-family: "Lawyer Gothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 19.2px */
}

#name p {
    margin: 0px;
    text-decoration: none;
}

#nav-menu {
    width: calc(100% - 320px);
    display: flex;
    /* background: var(--block-bg-color); */
    background-color: rgba(233, 239, 242, 0.70);
    border-radius: 55px;
    backdrop-filter: blur(16px);
}

.nav-item {
    display: flex;
    margin-left: 24px;
    justify-content: center;
    align-items: center;
}

.navbar-nav {
    display: flex;
    flex-direction: row;
    padding: 0px;
    width: 540px;
}

#logoutbutton {
    width: 90px;
    /* margin-left: 125px; */
    display: flex;
    height: 48px;
    text-align: center;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 30px;
    margin-left: 20px;
    margin-right: 8px;
    background: rgba(29, 67, 107, 0.10);
    color: #264368;
    text-decoration: none;

}

.main-page-header {
    color: #1D436B;
    /* Desktop/H2 */
    font-family: "Martian Mono";
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 54.6px */
    letter-spacing: 0.42px;
    text-transform: uppercase;
    margin: 0px;
    cursor: default;
}

/*------------------------------index------------------------------------------------*/

#product-description-01 {
    box-sizing: border-box;
    width: 660px;
    height: 100%;
    display: flex;
    margin-right: 24px;
    background-size: 116%;
    background-position-x: 0%;
    background-position-y: 57%;
    background-repeat: no-repeat;
    background-image: url("../webp/monitor-dude.webp");
    border-radius: 24px;

}

#product-description-01-text {
    box-sizing: border-box;
    display: flex;
    width: 340px;
    height: 100%;
    padding: 24px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex-shrink: 0;
    border-radius: 24px;
    background: var(--additional-mid-blue, #B1D8F2);
}

#product-description-01-img {
    height: 100%;
    width: calc(660px - 340px);
}

#product-description-01-img img {
    height: 250px;
    width: 250px;
    position: relative;
    top: 30px;
    left: 30px;
}




.product-logo #nav-logo {
    width: 230px;
    height: 40px;
    background-color: transparent;
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 11.364px;
    border: 1px solid var(--brand-gray, #96AEBE);
    backdrop-filter: blur(12.121212005615234px);
}

.product-logo #logo img {
    width: 150px;
    height: 50px;

}

.product-logo #nav-logo #logo {
    margin-right: 8px;
}

.product-logo #name p {
    font-size: 12px;

}

.product-descr-text a {
    display: flex;
    box-sizing: border-box;
    width: 118px;
    height: 48px;
    padding: 10px 16px 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 30px;
    background: rgba(29, 67, 107, 0.10);
    color: var(--brand-blue, #1D436B);
    text-align: center;

    /* p 16 */
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-decoration: none;
    cursor: pointer;
    /* 19.2px */

    margin-top: 16px;
}

#product-description-02-text {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#product-description-02-text .product-descr-text {
    height: calc(100% - 65px);
    margin-top: 25px;
    display: flex;
}

#product-description-02-text .product-descr-text .rep-info-text-header {
    margin: auto;
}


#product-description-03-text {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#product-description-03-text .product-descr-text {
    height: calc(100% - 65px);
    margin-top: 25px;
    display: flex;
}

#product-description-03-text .product-descr-text .rep-info-text-header {
    margin: auto;
}




#product-description-02 {
    box-sizing: border-box;
    width: 315.5px;
    height: 100%;
    display: flex;
    padding: 24px;
    margin-right: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 24px;
    background: var(--additional-green, #CBECDD);
}

#product-description-03 {
    box-sizing: border-box;
    width: 315.5px;
    height: 100%;
    display: flex;
    padding: 24px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 24px;
    background: var(--additional-purple, #D4D2E7);
}











/*------------------------------MAIN------------------------------------------------*/

#main {
    display: flex;
    margin-top: 24px;
}

#main-01 {
    display: flex;
    background: var(--block-bg-color);
    width: 600px;
    padding: 24px 24px 32px 32px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex-shrink: 0;
    border-radius: 24px;
}

#main-01-text p {
    color: #0C205F;
    font-family: "Martian Mono";
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 59.8px */
    letter-spacing: 0.46px;
    text-transform: uppercase;
    margin: 0px;
}

#main-01-text2 {
    margin-top: 34px;
    margin-bottom: 90px;
}

#main-01-text2 span {
    display: flex;
    align-items: center;
    align-content: center;
    margin-bottom: 34px;
}

#main-01-text2 span p {
    color: var(--brand-blue, #1D436B);
    /* p 18 */
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 23.4px */
    margin: 0px;
    margin-left: 16px;
}

#main-01-buttons {
    display: flex;
}

#main-01-buttons p {
    color: #08386B;
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin: 0px;
    margin-left: 24px;
    margin-top: auto;
    margin-bottom: auto;
}

#main-02 {
    width: 316px;
    margin-left: 24px;
    margin-right: 24px;
    border-radius: 24px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../webp/main-01-1.webp");
}

#main-02 img {
    height: 100%;
    width: 100%;
}



#main-03 {
    width: 315px;
    border-radius: 163px;
    border-right: 17px solid var(--additional-bright-orange, #EF7D00);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../webp/main-01-2.webp");

}

#main-03 img {
    height: 100%;
    width: 100%;
}


/*------------------------------INFO------------------------------------------------*/

#info {
    padding-top: 85px;
    height: 754px;
}

#info-block-01 {
    display: flex;
    height: 754px;
}

#info-block-01-dude {
    width: 644px;
    flex-shrink: 0;
    background-position: center;
    background-size: 275%;
    background-position-x: 23%;
    background-position-y: 54%;
    background-repeat: no-repeat;
    background-image: url("../webp/dude.webp");
    border-radius: 15px;
}

#dude-review-header {
    display: flex;
}



#dude-review {
    width: 310px;
    /* height: 238.118px; */
    border-radius: 13.804px;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(13.803921699523926px);
    padding: 15px;
    margin-left: 41px;
    margin-top: 225px;

}

#dude-review-ava {
    width: 47.22px;
    height: 47.22px;
    flex-shrink: 0;
    border-radius: 41.412px;
    background-position: center;
    background-color: #C3BEC2;
    background-size: 200%;
    background-position-y: 40%;
    background-position-x: 58%;
    background-repeat: no-repeat;
    background-image: url("../webp/dude-ava.webp");
    /* background: url("../webp/dude-ava.webp"); */

    margin-right: 16px;
}

#dude-review-text p {
    color: var(--brand-blue, #1D436B);
    font-family: Nunito;
    font-size: 17.255px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 22.431px */
}

#dude-answer-text p {
    color: var(--brand-blue, #1D436B);
    font-family: Nunito;
    font-size: 17.255px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 22.431px */
}

#dude-review-stars {
    margin-top: 17px;
    margin-bottom: 24px;
}

#dude-review-stars svg {
    fill: var(--gradient-orange, linear-gradient(90deg, #FFB726 0%, #FF5A14 100%));
}

#dude-answer {
    width: 326px;
    /* height: 152.882px; */
    border-radius: 13.804px;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(13.803921699523926px);
    padding: 15px;
    margin-left: 71px;
    margin-top: 13px;
}

#dude-answer-header {
    display: flex;
}

#dude-answer-header-ava {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 47.22px;
    height: 47.22px;
    flex-shrink: 0;
    border-radius: 35.415px;
    background: #E8EAE3;
    margin-right: 16px;
}


#info-block-02-info {
    /* display: flex; */
    padding: 40px 32px;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    flex: 1 0 0;
    align-self: stretch;
    background: var(--additional-light-yellow, #FCF8F2);
    border-radius: 15px;
}

#block-02-info-block {
    display: flex;
}




#block-02-info-block-01 {
    height: 327px;
    box-sizing: border-box;
    border-radius: 16px;
    background: var(--additional-purple, #D4D2E7);
    padding: 24px;
}

#block-02-info-block-02 {
    height: 327px;
    box-sizing: border-box;
    border-radius: 16px;
    background: var(--additional-light-brown, #ECE1CB);
    padding: 24px;
    margin-left: 24px;
}

.review-header-name {
    color: var(--brand-blue, #1D436B);
    font-family: Nunito;
    font-size: 15.529px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 20.188px */
    margin: 0px;
}

.review-header-date {
    color: var(--brand-blue, #1D436B);
    font-family: Nunito;
    font-size: 15.529px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    opacity: 0.4;
    /* 20.188px */
    margin: 0px;
}

#block-02-info-block-01-img {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    gap: -24px;
}




#block-02-info-head {
    height: 287px;
}

#block-02-info-block-01-sad {}


#block-02-info-block-01-happy {
    right: 26px;
    position: relative;
}


.text-orange {
    color: var(--additional-bright-orange, #EF7D00);
    /* Desktop/H3 */
    font-family: "Martian Mono";
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 40.8px */
    letter-spacing: 0.34px;
    text-transform: uppercase;
    margin: 0px;
}

.text-main {
    color: var(--brand-blue, #1D436B);
    /* Desktop/H3 */
    font-family: "Martian Mono";
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.34px;
    text-transform: uppercase;
    margin: 0px;
}

.text-bold-main {
    color: var(--brand-blue, #1D436B);
    /* p 18 */
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 23.4px */
}

.text-secondary {
    color: #35404B;
    /* p 16 */
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 19.2px */
}

/*------------------------------TYPES------------------------------------------------*/



#types {
    display: flex;
    margin-top: 16px;
    height: 65px;
    overflow-x: auto;
}

.b-type {
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-right: 16px;
    border-radius: 19px;
    background: var(--additional-light-yellow, #FCF8F2);
    text-wrap: nowrap;
}

.b-type p {
    color: var(--brand-blue, #1D436B);
    /* Desktop/H5 */
    font-family: "Martian Mono";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 31.2px */
    letter-spacing: 0.24px;
    text-transform: uppercase;
}

/*------------------------------REP INFO------------------------------------------------*/
#rep-info {
    padding-top: 85px;
}



#rep-info-header {}

#rep-info-01-block {
    display: flex;
}

#rep-info-01-block-01 {
    display: flex;
    width: 716px;
    padding: 24px;
    box-sizing: border-box;
    align-items: flex-start;
    gap: 40px;
    border-radius: 16px;
    background: var(--additional-light-brown, #ECE1CB);
    margin-right: 20px;
}

#rep-info-01-block-01-text {
    width: calc(100% - 240px);
}

#rep-info-01-block-01-text p {}

#rep-info-01-block-01-img {
    width: 240px;
    height: 240px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url("../img/rep-info-01-block-01-img.svg");
}

#rep-info-01-block-02-img {
    width: 240px;
    height: 240px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url("../img/rep-info-01-block-02-img.svg");
}

#rep-info-02-block-01-img {
    width: 240px;
    height: 240px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url("../img/rep-info-02-block-01-img.svg");
}

#rep-info-02-block-02-img {
    width: 240px;
    height: 240px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url("../img/rep-info-02-block-02-img.svg");
}

#rep-info-02-block-02-text {
    width: calc(100% - 240px);
}

#rep-info-01-block-02-text {
    width: calc(100% - 240px);
}




#rep-info-01-block-02 {
    display: flex;
    width: 598px;
    box-sizing: border-box;
    padding: 24px;
    align-items: flex-start;
    gap: 24px;
    border-radius: 16px;
    background: #B1D8F2;
}


#rep-info-02-block {
    display: flex;
    margin-top: 20px;
}

#rep-info-02-block-01 {
    display: flex;
    width: 598px;
    height: 288px;
    box-sizing: border-box;
    padding: 24px;
    align-items: flex-start;
    gap: 24px;
    border-radius: 16px;
    background: #CDECCB;
    margin-right: 20px;
}

#rep-info-02-block-01-text {
    width: calc(100% - 240px);
}

#rep-info-02-block-02 {
    display: flex;
    width: 716px;
    box-sizing: border-box;
    padding: 24px;
    align-items: flex-start;
    gap: 40px;
    border-radius: 16px;
    background: var(--additional-purple, #D4D2E7);
}

#rep-info-02-block-02-text {}

#rep-info-02-block-02-img {}


.rep-info-text-header {
    color: #1D436B;
    /* Desktop/H5 */
    font-family: "Martian Mono";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 31.2px */
    letter-spacing: 0.24px;
    text-transform: uppercase;
    margin: 5px 0px;
}

.rep-info-text-text {
    color: #1D436B;
    /* p 18 */
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 23.4px */
    margin: 0px;
}

/*------------------------------tasks-help------------------------------------------------*/

#tasks-help {
    padding-top: 85px;
}

#tasks-help-header {}


.tasks-help-tab {
    overflow: hidden;
    display: flex;

}

/* Style the buttons inside the tab */
.tasks-help-tab .tablinks {
    background: none;
    border: none;
    align-self: stretch;
    color: #1D436B;
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 24px */
}

.tasks-help-tab .tablinks {
    margin-bottom: 4px;
    margin-right: 48px;
}

/* Change background color of buttons on hover */
.tasks-help-tab .tablinks:hover {
    color: #EF7D00;
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 24px */
    cursor: pointer;
}

/* Create an active/current tablink class */
.tasks-help-tab .tablinks.active {

    color: #EF7D00;
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.tasks-help-tab .tablinks.active .tablink-indicator {

    display: block;
}

.tablink-indicator {
    display: none;
    background: #EF7D00;
    height: 5px;
}




.tabcontent {
    display: none;
    border-top: none;
    margin-top: 32px;
    height: 600px;
    width: 100%;
    margin-bottom: 32px;
}

/*------------------------------------------ tothemanager */
#tothemanager {
    display: flex;
}

#tothemanager-left-block {
    display: flex;
    height: 600px;
    width: 786px;
    margin-right: 24px;
    background-size: 111%;
    background-position-x: 14%;
    background-position-y: 57%;
    background-repeat: no-repeat;
    background-image: url("../webp/monitor-dude.webp");
    border-radius: 16px;
}

#tothemanager-left-block-01 {
    width: 290px;
    box-sizing: border-box;
    border-radius: 16px;
    padding: 24px;
    background: var(--additional-purple, #D4D2E7);
}

#tothemanager-left-block-02 {}




#tothemanager-rigth-block {
    height: 100%;
}

#tothemanager-rigth-block-01 {
    display: flex;
    box-sizing: border-box;
    padding: 24px;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 16px;
    background: var(--additional-light-brown, #ECE1CB);
    margin-bottom: 24px;
    height: calc((100% / 2) - 12px);
}

#tothemanager-rigth-block-01-text {}

#tothemanager-rigth-block-01-img {}

#tothemanager-rigth-block-02 {
    display: flex;
    box-sizing: border-box;
    padding: 24px;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 16px;
    background: var(--additional-mid-blue, #B1D8F2);
    height: calc((100% / 2) - 12px);
}

#tothemanager-rigth-block-01-text {}

#tothemanager-rigth-block-01-img {}



#tasks-help-buttons {
    display: flex;
}

#tasks-help-buttons .btn-secondary {
    width: 240px;
}

.tab-content-header {
    color: #1D436B;
    /* Desktop/H5 */
    font-family: "Martian Mono";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 31.2px */
    letter-spacing: 0.24px;
    text-transform: uppercase;
}

.tab-content-text {
    color: #1D436B;
    /* p 18 */
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 23.4px */
}


/*------------------------------------------ forbusinessowners */


#forbusinessowners {
    flex-direction: row;
}

#forbusinessovners-block-left {
    width: 836px;
    margin-right: 24px;
}

#forbusinessovners-block-left-top {
    display: flex;
    height: 290px;
    background-size: 64%;
    background-position-x: 108%;
    background-position-y: 57%;
    background-repeat: no-repeat;
    background-image: url("../webp/metrics-dude.webp");
    border-radius: 19px;
}

#forbusinessovners-block-left-top-text {
    width: 433px;
    box-sizing: border-box;
    padding: 24px;
    gap: 24px;
    border-radius: 19px;
    background: radial-gradient(130.72% 98.45% at 5.99% 98.4%, rgba(204, 175, 255, 0.70) 0%, rgba(204, 175, 255, 0.00) 100%), #FE6A49;
    background-blend-mode: lighten, normal;
}



#forbusinessovners-block-left-bottom {
    display: flex;
    margin-top: 24px;
    height: 290px;
}

#forbusinessovners-block-left-bottom-left {
    display: flex;
    width: calc((100% / 2) - 12px);
    height: 290px;
    padding: 24px;
    box-sizing: border-box;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 19px;
    background: var(--additional-mid-blue, #B1D8F2);
    margin-right: 24px;
}

#forbusinessovners-block-left-bottom-rigth {
    display: flex;
    width: calc((100% / 2) - 12px);
    height: 290px;
    box-sizing: border-box;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 19px;
    background: #ECE1CB;

}

#forbusinessovners-block-rigth {
    width: calc(100% - 860px);
}

#forbusinessovners-block-rigth-top {
    display: flex;
    /* width: 429px; */
    height: 290px;
    box-sizing: border-box;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 19px;
    background: var(--additional-purple, #D4D2E7);
    margin-bottom: 24px;
}


#forbusinessovners-block-rigth-bottom {
    display: flex;
    /* width: 429px; */
    height: 290px;
    box-sizing: border-box;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 19px;
    background: #CDECCB;
}

/*------------------------------------------ formarketers */

#formarketers {}


#formarketers-left-block {
    display: flex;
    width: 786px;
    margin-right: 24px;
    background-size: 56%;
    background-position-x: 105%;
    background-position-y: 38%;
    background-repeat: no-repeat;
    background-image: url("../webp/reputation-dude.webp");
    border-radius: 16px;
}

#formarketers-left-block-01 {
    display: flex;
    box-sizing: border-box;
    width: 340px;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex-shrink: 0;
    border-radius: 19px;
    background: #D9E5F1;
}



#formarketers-rigth-block-01 {
    display: flex;
    width: 652px;
    box-sizing: border-box;
    height: calc((100% / 2) - 12px);
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex-shrink: 0;
    border-radius: 19px;
    background: #CDECCB;
    margin-bottom: 24px;
}


#formarketers-rigth-block-02 {
    display: flex;
    width: 652px;
    box-sizing: border-box;
    height: calc((100% / 2) - 12px);
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex-shrink: 0;
    border-radius: 19px;
    background: var(--additional-light-brown, #ECE1CB);
}



/*------------------------------------------ cxspecialists */


#cxspecialists {}

#cxspecialists-rigth-block {
    margin-right: 24px;
}


#cxspecialists-rigth-block-01 {
    display: flex;
    box-sizing: border-box;
    width: 655px;
    height: calc((100% / 2) - 12px);
    padding: 31px 25px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex-shrink: 0;
    margin-bottom: 24px;
    border-radius: 19px;
    background: var(--additional-purple, #D4D2E7);
}

#cxspecialists-rigth-block-02 {
    display: flex;
    box-sizing: border-box;
    width: 655px;
    height: calc((100% / 2) - 12px);
    padding: 31px 25px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex-shrink: 0;
    border-radius: 19px;
    background: #CDECCB;
}


#cxspecialists-left-block {
    display: flex;
    width: 786px;
    background-size: 52%;
    background-position-x: 105%;
    background-position-y: 38%;
    background-repeat: no-repeat;
    background-image: url("../webp/reason-chick.webp");
    border-radius: 16px;
}

#cxspecialists-left-block-01 {
    display: flex;
    box-sizing: border-box;
    width: 340px;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex-shrink: 0;
    border-radius: 19px;
    background: var(--additional-mid-blue, #B1D8F2);
}


/*------------------------------REVIEW BIG------------------------------------------------*/
#review-big {
    padding-top: 85px;
    justify-content: center;
}

#review-big-block {
    display: flex;
    width: 1165px;
    /* height: 314px; */
    box-sizing: border-box;
    flex-shrink: 0;
    border-radius: 32px;
    background: rgba(239, 246, 250, 0.80);
    backdrop-filter: blur(16px);
    padding-left: 68px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin: auto;
}

#review-big-block-text-small {
    display: flex;
    flex-direction: column;
    align-items: end;
}


#review-big-block-img {
    width: 121px;
    height: 214px;
    flex-shrink: 0;
    border-radius: 163px;
    border-right: 17px solid #EF7D00;
    background: url("../webp/mk-review.webp") lightgray 50% / cover no-repeat;
    margin-right: 47px;
}


#symbols {
    height: 100px;
    position: relative;
}


#review-main-quot {
    position: relative;
    top: -188px;
}

#review-main-star {
    position: relative;
    top: -83px;
    left: 957px;
}

#review-main-symbol {
    width: 223px;
    height: 253.608px;
    transform: rotate(25.378deg);
    flex-shrink: 0;
    color: #9B95D5;
    font-family: NobelWGL-Bold;
    font-size: 437.255px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    position: relative;
    top: -152px;
    left: 435px;
}

.review-main-text {
    color: #1D436B;
    font-family: "Martian Mono";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 33.6px */
    margin: 2px;
}

.review-descr-text {
    color: #1D436B;
    font-family: "TT Rounds Neue";
    font-size: 18px;
    font-style: normal;
    font-weight: 520;
    line-height: 81%;
    /* 14.58px */
    margin: 2px;
    opacity: 0.5;
}




/*------------------------------info-big------------------------------------------------*/


#info-big {
    padding-top: 85px;
    display: flex;
    padding: 48px;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    border-radius: 24px;
    background: #E9EEF5;
}

#info-big-text-block {
    margin-right: 24px;
    width: 619px;
    box-sizing: border-box;
}

.info-big-headtext {
    color: #1D436B;
    /* Desktop/H2 */
    font-family: "Martian Mono";
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 54.6px */
    letter-spacing: 0.42px;
    text-transform: uppercase;
}

.info-big-text {
    color: #1D436B;
    /* p 24 */
    font-family: Nunito;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 31.2px */
}

#info-big-img-block {
    width: calc(100% - 619px);
    height: 332px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/info-big-img-block.svg");
}




/*------------------------------functions------------------------------------------------*/


#functions {
    padding-top: 85px;
}

#functions-header {
    margin-bottom: 40px;
}

.function-description-block {
    height: 600px;
    margin-bottom: 48px;
    display: flex;

}

.func-desc-img {
    width: 72px;
    height: 72px;
    margin-right: 24px;
}

.function-description-text-header {
    color: var(--brand-blue, #1D436B);
    /* Desktop/H4 */
    font-family: "Martian Mono";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 36.4px */
    letter-spacing: 0.28px;
    text-transform: uppercase;
    margin: 0px;
}

.function-description-text {
    color: var(--brand-blue, #1D436B);
    /* p 24 */
    font-family: Nunito;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 31.2px */
}

.f-d-b-left {
    width: 428px;
    box-sizing: border-box;
    display: flex;
    border-radius: 24px;
    margin-right: 24px;
}

.f-d-b-rigth {
    width: 880px;
    box-sizing: border-box;
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 41px;
    flex: 1 0 0;
    border-radius: 24px;
}


#func-desc-04-block {
    display: none;

}

#func-desc-01-block-rigth {
    background: var(--additional-purple, #D4D2E7);
}

#func-desc-02-block-rigth {
    background: var(--additional-light-brown, #ECE1CB);
}

#func-desc-03-block-rigth {
    background: var(--additional-green, #CBECDD);
}

#func-desc-04-block-rigth {
    background: var(--additional-purple, #D4D2E7);
}




#func-desc-05-block {
    display: none;
}

#func-desc-05-block-rigth {
    background: var(--additional-light-brown, #ECE1CB);
}

#func-desc-06-block {
    display: none;
}


#func-desc-06-block-rigth {
    background: var(--additional-light-blue, #F0F4F6);
}


#func-desc-07-block {
    display: none;
}

#func-desc-07-block-rigth {
    background: var(--additional-purple, #D4D2E7);
}


#func-desc-more-blocks {
    display: flex;
}

#func-desc-more-blocks div {
    box-sizing: border-box;
}


#func-desc-more-01-block {
    height: 390px;
    margin-right: 24px;
    padding: 24px;
    width: 315px;
    border-radius: 19px;
    background: var(--additional-light-brown, #ECE1CB);
}

#func-desc-more-02-block {
    height: 452px;
    margin-right: 24px;
    padding: 24px;
    width: 315px;
    border-radius: 19px;
    background: var(--additional-purple, #D4D2E7);
}

#func-desc-more-03-block {
    height: 452px;
    margin-right: 24px;
    padding: 24px;
    width: 315px;
    border-radius: 19px;
    background: var(--additional-light-brown, #ECE1CB);
}

#func-desc-more-04-block {
    height: 390px;
    padding: 24px;
    width: 315px;
    border-radius: 19px;
    background: var(--additional-light-blue, #F0F4F6);
}

#func-desc-01-block-rigth-img {
    width: 700px;
    height: 385px;
    margin: auto;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../webp/multi-block.webp");
}

#func-desc-02-block-rigth-img {
    width: 700px;
    height: 385px;
    margin: auto;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../webp/intercept-block.webp");
}

#func-desc-03-block-rigth-img {
    width: 700px;
    height: 385px;
    margin: auto;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../webp/mapping-block.webp");
}





/*------------------------------cases------------------------------------------------*/

#cases {
    margin-top: 80px;
}







/*------------------------------tariffs------------------------------------------------*/


#tariffs {
    padding-top: 85px;
}


.main-headers {
    color: #1D436B;
    /* Desktop/H2 */
    font-family: "Martian Mono";
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 54.6px */
    letter-spacing: 0.42px;
    text-transform: uppercase;
    margin: 0px;
}

.main-headers-description {
    color: #1D436B;
    /* p 24 */
    font-family: Nunito;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 31.2px */
    margin: 0px;
    margin-top: 16px;

}



/*------------------------------reg------------------------------------------------*/

#reg {
    padding-top: 85px;
    margin-bottom: 85px;
}

#reg-block-top {
    display: flex;
    height: 633px;
}

#reg-block-left {
    width: 905px;
    display: flex;
    box-sizing: border-box;
    border-radius: 24px;
    background-size: 38%;
    background-position-x: 0%;
    background-position-y: 27%;
    background-repeat: no-repeat;
    background-image: url("../webp/reg-dude.webp");
}

#reg-block-left #img {
    width: 316px;

}

#reg-block-left #text {
    width: calc(100% - 316px);
    box-sizing: border-box;
    background: linear-gradient(0deg, #F4E8D7 0%, #F4E8D7 100%), #08386B;
    padding: 32px 24px 24px 24px;
    border-radius: 24px;
}

#reg-block-left #text #textmain-1 {
    color: #0B3460;
    /* Desktop/H2 */
    font-family: "Martian Mono";
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 54.6px */
    letter-spacing: 0.42px;
    text-transform: uppercase;
    margin: 0px;
}

#reg-block-left #text #textorange {
    color: #EF7D00;
    /* Desktop/H2 */
    font-family: "Martian Mono";
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 0.42px;
    text-transform: uppercase;
    margin: 0px;
}

#reg-block-left #text #textmain-2 {
    color: #0B3460;
    /* Desktop/H2 */
    font-family: "Martian Mono";
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 54.6px */
    letter-spacing: 0.42px;
    text-transform: uppercase;
    margin: 0px;
}

#reg-block-left #text #textsec {
    color: #0B3460;
    /* Desktop/H4 */
    font-family: "Martian Mono";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 36.4px */
    letter-spacing: 0.28px;
    text-transform: uppercase;
    margin: 0px;
    margin-top: 250px;
}

#reg-block-rigth {
    display: flex;
    width: 429px;
    box-sizing: border-box;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex-shrink: 0;
    border-radius: 24px;
    background: radial-gradient(130.72% 98.45% at 5.99% 98.4%, rgba(218, 162, 162, 0.80) 0%, rgba(101, 125, 246, 0.40) 50%, rgba(42, 27, 210, 0.00) 100%), #08386B;
    background-blend-mode: lighten, normal;
    margin-left: 10px;
}

#reg-block-header {
    color: #FFF;
    /* Desktop/H3 */
    font-family: "Martian Mono";
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 40.8px */
    letter-spacing: 0.34px;
    text-transform: uppercase;
    margin: 0;
}

.reg-form-input-label {
    color: #FFF;
    /* p 16 */
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 19.2px */


}

.reg-form-input {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    height: 42px;
    min-height: 32px;
    padding: 8px 6px;
    align-items: center;
    border-radius: 12px;
    border: 2px solid var(--colors-base-default-200, #E4E4E7);
    background: var(--colors-base-default-100, #F4F4F5);

    /* shadow/neutral/sm */
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 16px;
    margin-top: 8px;

    color: #1D436B;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}


#registerSubmit {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    height: 56px;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 30px;
    background: var(--gradient-orange, linear-gradient(90deg, #FFB726 0%, #FF5A14 100%));
    border: 0px;
}

#reg-block-conf p {
    color: #FFF;
    /* p 16 */
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 19.2px */
}

#reg-block-bottom {
    height: 136px;
    box-sizing: border-box;
    margin-top: 32px;
    display: flex;
    padding: 32px;
    align-items: center;
    gap: 24px;
    border-radius: 24px;
    background: var(--additional-light-brown, #ECE1CB);
}

#reg-block-bottom-question {
    margin-right: 140px;
}

#reg-block-bottom-question #text {
    color: #1D436B;
    /* Desktop/H3 */
    font-family: "Martian Mono";
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 40.8px */
    letter-spacing: 0.34px;
    text-transform: uppercase;
}

#reg-block-bottom-phone #phone {
    color: #1D436B;
    /* Desktop/H3 */
    font-family: "Martian Mono";
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 40.8px */
    letter-spacing: 0.34px;
    text-transform: uppercase;
    margin: 0px;
}

#reg-block-bottom-phone #text {
    color: #08386B;
    /* p 18 */
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 23.4px */
    margin: 0px;
}


/*------------------------------questions------------------------------------------------*/

#questions {
    display: flex;
    margin-bottom: 80px;
    /* height: 712px; */
    padding: 32px;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 24px;
    background: var(--additional-light-blue, #F0F4F6);
    margin-top: 45px;
}

#questions-header #text {
    color: #1D436B;
    /* Desktop/H2 */
    font-family: "Martian Mono";
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 54.6px */
    letter-spacing: 0.42px;
    text-transform: uppercase;
    margin: 0px;
}


#questions-block {
    width: 849px;
}

#questions-block-first {
    margin-top: 0px;
}

.questions-block-collapsible {
    height: 88px;
    box-sizing: border-box;
    display: flex;
    padding: 24px;
    align-items: center;
    gap: 19px;
    align-self: stretch;
    background: #FFF;
    margin-top: 24px;
    cursor: pointer;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}


/*
.collapsible:after {
    content: '\02795'; 
    
    color: black;
    float: right;
    margin-left: 5px;
  }
  
  .active:after {
    content: "\2796"; 
  }

*/

.questions-block-collapsible.active {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;

}


.questions-block-collapsible p {
    color: #1D436B;
    /* Desktop/H5 */
    font-family: "Martian Mono";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 31.2px */
    letter-spacing: 0.24px;
    text-transform: uppercase;
}


.questions-block-collapsible-content {
    display: none;
    overflow: hidden;
    /* display: flex; */
    box-sizing: border-box;
    padding: 24px;
    align-items: center;
    gap: 19px;
    align-self: stretch;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    background: #FFF;
    margin-bottom: 24px;
    transition: display 0.2s ease-out;
}

.questions-block-collapsible-content p {
    color: #1D436B;
    /* p 18 */
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 23.4px */
    margin: 0px;
}




/*------------------------------other------------------------------------------------*/

/* 
@media screen and (min-width: 1599px) {
    #bracket {
        left: 210px;
    }

}

@media screen and (min-width: 1279px){
    #bracket {
        left: 210px;
    }
}

@media screen and (min-width: 959px){
    #bracket {
        left: 210px;
    }
}

@media screen and (min-width: 599px) {
    #bracket {
        left: 140px;
    }
}

 */


.text {
    font-weight: 400;
    font-size: 1em;
    color: var(--text-color);
    transition: var(--tran-03);
    margin: auto 10px;
}

.text-bold {
    font-weight: bold;
    font-size: 1em;
    color: var(--text-color);
    transition: var(--tran-03);
    margin: auto;
}


.text-view {
    font-weight: 400;
    font-size: 1em;
    color: var(--text-color);
    transition: var(--tran-03);

}

.text-view-bold {
    font-weight: bold;
    font-size: 1em;
    color: var(--text-color);
    transition: var(--tran-03);

}

.header-text {
    font-weight: bold;
    font-size: 1.5rem;
    color: var(--text-color);
}

.header-text-large {
    font-weight: bold;
    font-size: 2.3em;
    color: var(--text-color);
    transition: var(--tran-03);
}

.home-text-large {
    font-weight: bold;
    font-size: 3.3em;
    color: var(--text-color);
    transition: var(--tran-03);
}

.logo {
    height: 60px;
    width: 60px;
    padding: 3px;
}

.text-link {
    color: var(--primary-color);
}



@font-face {
    font-family: "ABCFavoritVariable";
    src: url('/fonts/ABC Favorit Variable/ABCFavoritVariable-Trial.ttf') format("truetype");
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}





.mainpagehello {
    height: 80vh;
    padding: 0 13px;
}




.btn-ks-primary {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--text-color);
    --bs-btn-bg: var(--body-color);
    --bs-btn-border-color: var(--login-border-color);
    --bs-btn-hover-color: var(--primary-color);
    --bs-btn-hover-bg: var(--body-color);
    --bs-btn-hover-border-color: var(--primary-color);
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--login-border-color);
    --bs-btn-active-bg: var(--body-color);
    --bs-btn-active-border-color: var(--login-border-color);
}


.btn-ks-radio {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--text-color);
    --bs-btn-bg: var(--body-color);
    --bs-btn-border-color: var(--text-color);
    --bs-btn-hover-color: var(--primary-color);
    --bs-btn-hover-bg: var(--body-color);
    --bs-btn-hover-border-color: var(--login-border-color);
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--login-border-color);
    --bs-btn-active-bg: var(--body-color);
    --bs-btn-active-border-color: var(--login-border-color);
}

.btn-ks-secondary {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--text-color);
    --bs-btn-bg: var(--body-color);
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--primary-color);
    --bs-btn-hover-bg: var(--body-color);
    --bs-btn-hover-border-color: var(--primary-color);
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--login-border-color);
    --bs-btn-active-bg: var(--body-color);
    --bs-btn-active-border-color: var(--primary-color);
    margin: 0px 5px;
}

.btn-ks-danger {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--danger-font-color);
    --bs-btn-bg: var(--danger-bg-color);
    --bs-btn-border-color: var(--danger-border-color);
    --bs-btn-hover-color: var(--primary-color);
    --bs-btn-hover-bg: var(--body-color);
    --bs-btn-hover-border-color: var(--primary-color);
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--login-border-color);
    --bs-btn-active-bg: var(--body-color);
    --bs-btn-active-border-color: var(--primary-color);
    margin: 0px 5px;
}



.btn-login {
    display: flex;
    height: 48px;
    width: 135px;
    text-align: center;
    /* p 16 */
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 19.2px */
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 30px;
    margin-left: 8px;
    margin-right: 8px;
    background: rgba(29, 67, 107, 0.10);
    color: #264368;
    text-decoration: none;
}

.btn-prim {
    display: flex;
    height: 48px;
    width: 235px;
    text-align: center;
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 23.4px */
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 30px;
    border: 0px;
    background: var(--gradient-orange, linear-gradient(90deg, #FFB726 0%, #FF5A14 100%));
    color: #FFFFFF;
    text-decoration: none;
}

.btn-secondary {
    display: flex;
    height: 48px;
    width: 135px;
    text-align: center;
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 30px;
    margin-left: 8px;
    margin-right: 8px;
    background: rgba(29, 67, 107, 0.10);
    color: #264368;
    text-decoration: none;
    cursor: pointer;
}





.block-login {
    display: flex !important;
    /* border: 1px solid var(--login-border-color); */
    /* border-radius: 12px; */
    /* background: transparent; */
    justify-content: center;
    align-items: center;
    margin-left: 20px;
}

.block-login .btn-topersonal {
    width: 245px;
    /* margin-left: 125px; */
    display: flex;
    height: 48px;
    text-align: center;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 30px;
    margin-left: 10px;
    margin-right: 8px;
    background: rgba(29, 67, 107, 0.10);
    color: #264368;
    text-decoration: none;
}

/* 
section {
    height: 700px;
    padding-top: 15px;
    padding-bottom: 15px;
}
 */

.test {
    border: 2px solid black;
    height: 100%;
}


.dropdown {
    position: relative;
    display: inline-block;
}


.dropdown:hover .dropdown-menu {
    /* display: flex; */
}

.dropdown-menu {
    box-sizing: border-box;
    padding: 15px;
    display: none;
    flex-direction: column;
    position: absolute;
    background-color: #f1f1f1;
    width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    margin-left: 125px;
    /* margin-top: 15px; */
    background-color: rgba(233, 239, 242, 0.70);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.dropdown-menu a {
    display: flex;
    height: 48px;
    background: rgba(29, 67, 107, 0.10);
    color: #264368;
    border-radius: 15px;
    text-decoration: none;
    text-align: center;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;


}

.dropdown-menu a:hover {
    background: rgba(31, 112, 197, 0.668);
}

.dropbtn {
    width: 250px;
    border: 0px;
    margin-left: 125px;
    border-radius: 0px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.dropbtn:hover {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}


#errorpage p {
    color: #264368;
    text-decoration: none;
    text-align: center;
    font-family: Nunito;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

#errorpage a {
    color: #264368;
    text-decoration: none;
    text-align: center;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    border: 2px solid #264368;
    margin-top: 24px;
}