: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;
}

/* 
*,
*::before,
*::after {
    box-sizing: border-box;
} */

body {
    margin: 0;
    padding: 0;
    font-family: "Martian Mono", monospace, Arial, sans-serif;
    background: #fafafa;
    color: #222;
    min-height: 100vh;
    line-height: 1.5;
}

/* section,
footer {
    width: 100%;
    margin: 0 auto;
    padding: 0;
} */

/* ============================= HEADER ============================ */
.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;
}

.header--mobile {
    display: none;
    height: 60px;
    width: 100%;
    padding: 16px 0px 5px 0px;
    justify-content: center;
    background-color: #fafafa;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 999;
    box-sizing: content-box;
}

.header--mobile .navlogo--dropdown {
    box-sizing: border-box;
    display: flex;
    height: 100%;
    width: 230px;
    padding: 8px 16px;
    border-radius: 8px;
    backdrop-filter: blur(16px);
    background-color: rgba(233, 239, 242, 0.70);
    justify-content: space-between;
}

.header--mobile .navlogo--dropdown i {
    margin: auto;
    color: #08386B;
}


.header--mobile .dropbtn-header {
    background-color: transparent;
    height: 100%;
    aspect-ratio: 1/1;
    width: auto;
    border: 0px;
    margin: auto;
    color: #0C205F;
}

.header--mobile .navbar {
    display: flex;
}


.header--mobile #nav-menu--mobile {}


.header--mobile .btn-prim {
    width: 80px;
    height: 100%;
    border-radius: 8px;
}

.header--mobile .btn-login {
    height: 100%;
    width: auto;
    aspect-ratio: 1/1;
    border-radius: 8px;
    margin: 0px 0.3rem;
}

.header--mobile .block-login {
    margin-left: auto;
}

.header--mobile .menubtn {
    height: 100%;
    width: auto;
    aspect-ratio: 1/1;
    border-radius: 8px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    justify-content: center;
    align-items: center;
    background: rgba(29, 67, 107, 0.10);
    color: #264368;
    text-decoration: none;
    padding: 0px;
}

.header--mobile .logo-svg {
    box-sizing: border-box;
    height: 26px;
    position: relative;
    left: -88px;
    width: 190px;
    margin: auto 2px;
}



.header--mobile #nav-logo {
    padding: 0px;
    justify-content: start;
    margin: auto;
    background-color: transparent;
    backdrop-filter: none;
}

.header--mobile #nav-logo #logo {
    margin: 0px;
}

.header--mobile #nav-logo #logo img {
    height: 28px;
    width: 28px;
}

.header--mobile #nav-logo #name {
    display: flex;
    flex-direction: column;
    font-size: 10px;
    align-items: start;
    justify-content: start;
}

.header--mobile .dropdown-menu {
    position: absolute;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    top: 80px;
    width: 100%;
    backdrop-filter: blur(16px);
    background-color: rgba(233, 239, 242, 0.70);
    border-radius: 24px;
    padding: 10px;
    box-sizing: border-box;
    align-items: center;
}

.header--mobile .dropdown-item {
    text-transform: uppercase;
    color: #08386B;
    font-family: Nunito;
    font-size: 1.5rem;
    text-decoration: none;
    margin: 10px auto;
}

.header--mobile .dropdown-menu.visible {
    visibility: visible;
}



.header--mobile .navbar {
    width: 100%;
    height: 60px;
}


.navbar {
    width: 100%;
    height: 66px;
}

#nav-logo {
    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;
}


#nav-logo #name {
    color: #08386B;
    font-family: "Lawyer Gothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}



/* ============================= HEADER END ============================ */





/* ================================ MAIN SECTION ================================ */



#mainpage-main {
    box-sizing: border-box;
    display: inline-flex;
    height: 700px;
    width: 100%;
    padding: 24px 40px 24px 32px;
    align-items: center;
    gap: 54px;
    flex-shrink: 0;
    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;
}

#mainpage-main-text {
    display: flex;
    box-sizing: border-box;
    width: 580px;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}


#mainpage-main-text #head {
    color: #FFF;
    font-family: "Martian Mono";
    font-size: 102px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: 1.02px;
    text-transform: uppercase;
    margin: 0px;
}


#mainpage-main-text #desc {
    color: #FFF;
    font-family: Nunito;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin: 0px;
}

#mainpage-main-text a {
    box-sizing: border-box;
    display: flex;
    height: 48px;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 30px;
    background: var(--gradient-orange, linear-gradient(90deg, #FFB726 0%, #FF5A14 100%));
    color: var(--base-white, #FFF);
    text-align: center;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-decoration: none;
}


#mainpage-main-imgs {
    height: 100%;
    position: relative;
}

#mainpage-main-imgs #img-01 {
    position: relative;
    border-radius: 24px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../webp/mainpage-people.webp);
}



#mainpage-main-imgs #img-02 {
    position: relative;
    border-radius: 24px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../webp/mainpage-scheme.webp);
}




/* ================================ MAIN SECTION END ================================ */

/* ====================== PRODUCTS SECTION ========================== */

#mainpage-products {
    /* padding-top: 55px; */
    margin-top: 24px;
    box-sizing: border-box;
    display: flex;
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 100%;
}



.product-description {
    box-sizing: border-box;
    display: flex;
    background-repeat: no-repeat;
    border-radius: 24px;
}



#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;
}


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

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

/* 

#mainpage-products>div {
    display: flex;
    flex: 1 1 320px;
    min-width: 260px;
    max-width: 500px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    padding: 24px;
    align-items: center;
    gap: 24px;
} */






.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-description-02-text {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

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

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

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



#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 {
    background-size: 134%;
    background-position-x: 99%;
    background-position-y: -76%;
    background-repeat: no-repeat;
    background-image: url(../webp/monitor-dude.webp);
    align-items: end;
}


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



#product-description-02 {
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
    align-self: stretch;
    background: var(--additional-green, #CBECDD);
}

#product-description-03 {
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
    align-self: stretch;
    background: var(--additional-purple, #D4D2E7);
}

/* ====================== PRODUCTS END ========================== */



/* ======================== REG =========================== */


#reg {
    margin-top: 24px;
    margin-bottom: 24px;
}

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

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

.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);
    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%;
}

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


#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-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: auto;
}

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



#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-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-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;
    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;
    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-bottom-question #text {
    color: #1D436B;
    font-family: "Martian Mono";
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.34px;
    text-transform: uppercase;
}

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


#reg-block-bottom-phone #phone {
    color: #1D436B;
    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;
}

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








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


#reg-block-rigth form {
    display: flex;
    flex-direction: column;
}

.reg-form-input {
    width: 100%;
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 1rem;
}

/* ======================== REG END =========================== */


/* ======================== OTHER =========================== */
.product-logo {
    width: 100%;
    display: flex;
    justify-content: center;
}

.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 #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;
}



#nav-logo #name {
    color: #08386B;
    font-family: "Lawyer Gothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.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%;
    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;
}





/* ======================== OTHER END =========================== */






/* =================== FOOTER ===================== */

#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;
}


#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-main img {
    box-sizing: border-box;
    height: fit-content;
    width: fit-content;
    margin-bottom: 8px;
}


#footer-block-buttons {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: flex-start;
}

#footer-block-info {
    font-size: 0.95rem;
    color: #b0c4de;
}


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

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

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

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

#footer-block-text-main p {
    color: #EF7D00;
    font-family: "Martian Mono";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    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;
    font-family: "Martian Mono";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    margin: 0px;
}

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

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

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


#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);
    margin: 0px;
    margin-top: auto;
}

#footer-block-buttons .btn-prim {
    margin: 0px;
}

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

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

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

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

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


/* =================== FOOTER END ===================== */





.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 {
    box-sizing: border-box;
    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;
    margin: auto;
}

.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;
}

@media screen and (min-width: 1300px) {
    html {
        font-size: 15px;
        width: 100%;
        display: flex;
    }

    body {
        background-color: #fafafa;
        transition: var(--tran-03);
        min-height: 100vh;
        width: 1366px;
        margin: auto;
        overflow-x: hidden;
        overflow-y: scroll;
    }



    .navbar {
        display: flex;
    }

    #nav-logo {
        width: 320px;
    }

    #mainpage-main {
        box-sizing: border-box;
        display: inline-flex;
        height: 700px;
        width: 100%;
        padding: 24px 40px 24px 32px;
        align-items: center;
        gap: 54px;
        flex-shrink: 0;
    }

    #mainpage-main-text {
        display: flex;
        width: 580px;
        height: 100%;
    }

    #mainpage-main-imgs {
        width: calc(100% - 580px);
    }

    #mainpage-main-imgs #img-01 {
        left: 64px;
        top: 15px;
        height: 523px;
        width: 630px;
    }



    #mainpage-main-imgs #img-02 {
        top: -198px;
        height: 303px;
        width: 392px;
    }




    /* ====================== Products =======================*/
    #mainpage-products {
        height: 700px;
        width: 100%;
        flex-direction: row;
    }

    .product-description {
        box-sizing: border-box;
        width: 660px;
        height: 100%;
        display: flex;
        background-repeat: no-repeat;
        border-radius: 24px;
        margin-right: 24px;
    }

    #product-description-03 {
        margin-right: 0px;
    }

    #product-description-01 {
        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);
    }

    #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);
    }
}


@media screen and (max-width: 1200px) {
    html {
        font-size: 15px;
    }

    #main-footer-block {
        padding: 0 20px;
    }

    .navbar {
        display: flex;
    }

    #nav-logo {
        width: 320px;
    }


    #mainpage-main-imgs {
        width: calc(100% - 580px);
    }

    #mainpage-main-imgs #img-01 {
        left: 64px;
        top: 15px;
        height: 523px;
        width: 630px;
    }



    #mainpage-main-imgs #img-02 {
        top: -198px;
        height: 303px;
        width: 392px;
    }




    /* ====================== Products =======================*/


    .product-description {
        width: 660px;
        height: 100%;
    }
}






@media screen and (max-width: 900px) {
    html {
        font-size: 14px;
    }



    #mainpage-main-imgs {
        width: calc(100% - 580px);
    }

    #mainpage-main-imgs #img-01 {
        left: 64px;
        top: 15px;
        height: 523px;
        width: 630px;
    }



    #mainpage-main-imgs #img-02 {
        top: -198px;
        height: 303px;
        width: 392px;
    }

    /* ====================== Products =======================*/


    .product-description {
        width: 660px;
        height: 100%;
    }

}




@media screen and (min-width: 200px) and (max-width: 600px) {
    html {
        font-size: 12px;
        width: 100%;
        display: flex;
    }



    body {
        background-color: #fafafa;
        transition: var(--tran-03);
        min-height: 100vh;
        /* width: 1366px; */
        margin: auto;
        overflow-x: hidden;
        overflow-y: scroll;
        padding: 0 4px;
    }

    /* ============================= HEADER ============================ */

    .header {
        display: none;
    }

    .header--mobile {
        display: block;
    }

    .navbar {
        display: block;

    }


    #nav-logo {
        width: 100%;
        margin-bottom: 5px;
    }

    #nav-logo {
        width: 100%;
        padding: 8px 0px;
    }

    #nav-menu {
        display: none;
        width: 100%;
    }



    /* ============================= HEADER END ============================ */


    /* ================================ MAIN SECTION ================================ */

    #mainpage-main {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        height: 700px;
        width: 100%;
        padding: 5px 10px 15px 10px;
        align-items: center;
        gap: 54px;
        flex-shrink: 0;
    }

    #mainpage-main-text {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        text-align: center;
    }

    #mainpage-main-text a {
        margin: auto;
        margin-top: 15px;
    }



    #mainpage-main-text #head {
        font-size: 5em;
    }


    #mainpage-main-imgs {
        width: calc(100% - 580px);
    }

    #mainpage-main-imgs #img-01 {
        left: -175px;
        top: -44px;
        height: 320px;
        width: 350px;
    }



    #mainpage-main-imgs #img-02 {
        top: -198px;
        left: -150px;
        height: 130px;
        width: 130px;
    }

    /* ================================ MAIN SECTION END ================================ */



    /* ====================== PRODUCTS SECTION ========================== */

    #mainpage-products {
        flex-direction: column;
        height: fit-content;
        width: 100%;
    }


    .product-description {
        width: 100%;
        height: 700px;
        margin-bottom: 24px;
    }





    #mainpage-products {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        height: fit-content;
        width: 100%;
        /* align-items: center; */
        flex-shrink: 0;
        flex-grow: 0;
        flex-basis: 100%;
    }




    #product-description-01 {
        width: 100%;
        height: 700px;
        background-size: 140%;
        background-position-x: 99%;
        background-position-y: -76%;
        background-repeat: no-repeat;
        background-image: url(../webp/monitor-dude.webp);
        align-items: end;
    }


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


    #product-description-01-img {
        display: none;
    }

    #product-description-02-text {
        height: 30%;
    }

    #product-description-03-text {
        height: 30%;
    }


    #product-description-02 {
        padding: 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        flex: 1 0 0;
        align-self: stretch;
        background: var(--additional-green, #CBECDD);
    }

    #product-description-03 {
        padding: 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        flex: 1 0 0;
        align-self: stretch;
        background: var(--additional-purple, #D4D2E7);
    }

    /* ====================== PRODUCTS SECTION END ========================== */




    /* ======================== REG SECTION===========================*/
    #reg {
        width: 100%;
    }

    #reg-block-top {
        display: flex;
        flex-direction: column;
        height: fit-content;
        width: 100%;
    }

    #reg-block-left {
        width: 100%;
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
        background-size: 100%;
        background-position-x: 0%;
        background-position-y: -15rem;
        margin-bottom: 24px;
    }

    #reg-block-left #img {
        height: 330px;
        width: 100%;
    }

    #reg-block-left #text {
        text-align: center;
        height: fit-content;
        width: 100%;
        box-sizing: border-box;
        padding: 32px 24px 24px 24px;
        border-radius: 24px;
    }


    #reg-block-left #text #textmain-1 {
        font-size: 2.7rem;
    }

    #reg-block-left #text #textmain-2 {
        font-size: 2.7rem;
    }

    #reg-block-left #text #textsec {
        font-size: 2.2rem;
        margin-top: 10px;
    }

    #reg-block-rigth {
        display: flex;
        width: 100%;
        box-sizing: border-box;
        padding: 32px;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        flex-shrink: 0;
        border-radius: 24px;
        margin-left: 0px;
    }






    #reg-block-bottom {
        height: fit-content;
        box-sizing: border-box;
        margin-top: 32px;
        display: flex;
        flex-direction: column;
        padding: 32px;
        text-align: center;
    }

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

    #reg-block-bottom-question #text {
        font-size: 2rem;
    }


    #reg-block-bottom-phone #phone {
        font-size: 1.5rem;
    }

    #reg-block-bottom-phone #phone a {
        color: #1D436B;
        text-decoration: none;
    }

    /* ======================== REG SECTION END ===========================*/





    /* =================== FOOTER ===================== */

    #main-footer-block {
        padding-top: 82px;
        padding-right: 56px;
        padding-left: 56px;
        padding-bottom: 46px;
    }

    #footer-block-text {
        flex-direction: column;
        text-align: center;
    }



    #footer-block-text-main {
        width: 100%;
        box-sizing: border-box;
        margin-right: 0px;
    }


    #footer-block-text-main #footer-text-white {
        font-size: 2rem;
    }

    #footer-block-text-main p {
        font-size: 2rem;
    }


    #footer-block-text-contacts {
        width: 100%;
        margin-top: 0px;
    }

    #footer-block-text-contacts p {
        font-size: 1.5rem;
    }

    #footer-block-text-contacts #phone {
        font-size: 2rem;
    }


    #footer-block-text-contacts #phone a {
        color: #FFF;
        font-size: 1.5rem;
        text-decoration: none;
    }


    #footer-block-text-contacts #mail {
        font-size: 28px;
    }

    #footer-block-info-links {
        flex-direction: column;
    }

    #footer-block-info-links p {
        font-size: 1.2rem;
        margin: 0px;
        margin-bottom: 5px;
    }

    #footer-block-info-links a {
        font-size: 1.1rem;
        margin: 0px;
        margin-bottom: 5px;
    }


    #footer-block-info-contacts {
        display: none;
    }

    #footer-block-buttons {
        margin-top: 10px;
    }

    /* =================== FOOTER END ===================== */


}







.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;
}