@font-face {
    font-family: Inter;
    src: url("/assets/fonts/inter/Inter-VariableFont.ttf");
}

@font-face {
    font-family: GoogleSansFlex;
    src: url("/assets/fonts/google_sans_flex/GoogleSansFlex.ttf");
}

* {
    box-sizing: border-box;
}

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

html {
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    font-family: GoogleSansFlex;
    font-weight: 400;
    color: #34445F;
}

header {
    position: relative;
    /* top: 0;
    left: 0; */
    width: 100%;          /* svarbu */
    background: white;    /* kad neužliptų turinys */
    z-index: 1000;        /* kad būtų virš visko */
}

.header-container {
    display: grid;
    max-width: 100dvw;
    grid-template-columns: auto 1fr auto;
}
.header-container div {
    box-sizing: border-box;
}
.logo {
    padding-left: 0.25rem;
    /* padding-top: 0.25rem; */
}
.mobile-screen-menu-btn {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 48px;
    /* border: 1px solid gray; */
}
.drop-menu {
    text-align: right;
    padding-top: 0.25rem;
}

    /* Bits menu button top right, like triangle */
.one-bit-small {
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 1px;
}
.one-bit-medium {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 1px;
}
.one-bit-big {
    position: relative;
    width: 26px;
    height: 26px;
    border-radius: 3px;
}

.one-bit-menu-1 {
    top: 8px;
    left: 26px;
}
.one-bit-menu-2 {
    top: 10px;
    left: 26px;
}
.one-bit-menu-3 {
    top: 12px;
    left: 26px;
}
.one-bit-menu-4 {
    top: -6px;
    left: 16px;
}
.small-bit-gray {
    background-color: #D9D9D9;
}
.small-bit-yellow {
    background-color: #FFC126;
}
    /* Bits menu button END */

.logo-inline {
    display: inline-block;
    width: 10rem;
    height: 3rem;
    background-image: url("/../assets/images/inline_270x76px.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.mobile-menu-drop {
    display: inline-block;
    position: fixed;
    top: 4rem;
    left: 0;
    z-index: 1000;
    box-sizing: border-box;
    width: 100%;
    height: 0px;
    background-color: #ffffff;
    /* height: calc(100dvh - 3.6rem); */
    border: 1px solid transparent;
    overflow: auto;

    transition: transform 1s ease;
    transform: translateX(0%);
}

.dropdown-content {
    /* display: inline-block; */
    height: calc(100dvh - 4.5rem);
    margin: 0 1rem 1rem 1rem;
    border: 1px solid #D9D9D9;
    background-color: #fff;
    overflow: hidden;
}

.dropdown-menu-header {
    text-align: right;
    padding: 0.4rem 0.4rem 0 0;
}

.drdwn-close-btn {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
}

.one-bit-micro {
    position: relative;
    width: 2px;
    height: 2px;
}
.one-bit-btn1 {
    top: 8px;
    left: 8px;
}
.one-bit-btn2 {
    top: 8px;
    left: 10px;
}
.one-bit-btn3 {
    top: 8px;
    left: 12px;
}
.one-bit-btn4 {
    top: 8px;
    left: 14px;
}
.one-bit-btn5 {
    top: 8px;
    left: 16px;
}
.one-bit-btn6 {
    top: 8px;
    left: 18px;
}
.one-bit-btn7 {
    top: 8px;
    left: 20px;
}
.one-bit-btn8 {
    top: 2px;
    left: 12px;
}
.one-bit-btn9 {
    top: 2px;
    left: 10px;
}
.one-bit-btn10 {
    top: 2px;
    left: 8px;
}
.one-bit-btn11 {
    top: -8px;
    left: 16px;
}
.one-bit-btn12 {
    top: -12px;
    left: 18px;
}
.one-bit-btn13 {
    top: -16px;
    left: 20px;
}

.drdwn-menu-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.drdwn-menu-container div {
    width: 222px;
    height: 40px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0B1C3A;
    font-weight: 600;
    margin-top: 0.8em;
}

.page-focus {
    position: relative;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: calc(100dvh - 4rem);
}



.bitsLogoMobile {
    display: inline-block;
}
.bitsLogoMobileMedium {
    display: none;
}

.page-bits-container {
    display: inline-block;
    position: absolute;
    top: 2rem;
    right: 0em;
    width: 106px;
    height: 202px;
    /* border: 1px solid gray; */
    /* z-index: -20; */
}

.one-bit {
    display: inline-block;
    position: absolute;
    transition-duration: 0.2s;
}
.one-bit:hover {
    filter: brightness(1.2);
}
.one-bit-mini {
    width: 8px;
    height: 8px;
    border-radius: 1px;
}
.one-bit-med {
    width: 10px;
    height: 10px;
    border-radius: 2px;
}
.yellow-bit {
    background-color: #FFC126;
}
.gray-bit {
    background-color: #D9D9D9;
}

.banner-message {
    position: relative;
    top: 0.72rem;
    width: 14em;
    height: 4em;
    font-size: 1.1rem;
    color: #0B1C3A;
    font-weight: 600;
    /* border: 1px solid green; */
}
.banner-message-second {
    position: relative;
    width: 17em;
    top: 2rem;
    font-size: 0.8rem;
    color: #0B1C3A;
    font-weight: 300;
    /* border: 1px solid red; */
}
.banner-message-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
    top: 8em;
}

.big-main-btn-center {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 40px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 600;
    color: #34445F;
    /* margin: auto auto; */
    margin-bottom: 40px;
    box-sizing: border-box;
    cursor: pointer;
}
.big-main-btn-center:hover {
    border: 2px solid #FFC126
}

.msg-box-v1 {
    display: grid;
    grid-template-columns: 1rem auto;
    margin-bottom: 1.3rem;
}
.msg-box-v1-mirror {
    display: grid;
    grid-template-columns: 1fr 1rem;
    grid-template-rows: auto auto auto;
    margin-bottom: 1rem;
}
/* .msg-box-v1-mirror div {
    border: 1px solid green;
} */

.separator-box {
    grid-column: 1 / 3;
    text-align: center;
}

.msg-bit-line {
    grid-row-start: 1;
    grid-row-end: 3;
}
.msg-bit-line-mirror {
    grid-row: 1 / 3;
    grid-column: 2;
    justify-self: right;
}

.bits-separator-box {
    display: inline-block;
    width: 100dvw;
    margin-bottom: 1rem;
    /* height: 2rem; */
    text-align: center;
}

.one-bit-separator {
    display: inline-block;
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 1px;
}

.msg-header {
    font-size: 1.1rem;
    font-weight: 600;
    color: #4B5971;
    padding-bottom: 0.25rem;
}
.msg-header-mirror {
    grid-row: 1;
    grid-column: 1;
    text-align: right;
}

.msg-body {
    font-size: 1rem;
    font-weight: 400;
    color: #4B5971;
}
.msg-body-mirror {
    grid-row: 2;
    grid-column: 1;
    text-align: right;
}

.one-bit-vline {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 1px;
    margin-bottom: 2px;
}

.inline-centered {
    text-align: center;
    
}

.msg-box-v2 {
    display: grid;
    grid-template-columns: 1rem 1fr;
    grid-template-rows: auto auto auto auto;
    margin-bottom: 1rem;
}
/* .msg-box-v2 div {
    border: 1px solid red;
} */
.v2-vbits-line {
    grid-row: 1 / 3;
    grid-column: 1;
}
.v2-header {
    grid-row: 1;
    grid-column: 2;
}
.v2-header-legend {
    grid-row: 2;
    grid-column: 2;
    color: #0B1C3A;
    font-size: 1rem;
    font-weight: 400;
    padding-bottom: 1rem;
}
.v2-msg {
    grid-row: 3;
    grid-column: 1 / 3;
    padding-bottom: 1rem;
}
.v2-footer-btn {
    grid-row: 4;
    grid-column: 1 / 3;
}
.v2-header-text-blue {
    font-size: 1.1rem;
    font-weight: 600;
    color: #0B1C3A;
}
.v2-header-text-yellow {
    font-size: 1.1rem;
    font-weight: 600;
    color: #FFC126;
}
.v2-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* justify-self: end; */
    width: 200px;
    height: 40px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 600;
    color: #34445F;
    /* margin: auto auto; */
    /* margin-bottom: 40px; */
    box-sizing: border-box;
    cursor: pointer;
}
.v2-btn:hover {
    border: 2px solid #FFC126;
}
.verticale-gap {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

    /* Message box v2 Mirror */
.msg-box-v2-mirror {
    display: grid;
    grid-template-columns: 1fr 1rem;
    grid-template-rows: auto auto auto auto;
    margin-bottom: 1rem;
}
.v2-header-mirror {
    grid-row: 1;
    grid-column: 1;
    text-align: right;
}
.v2-vbits-line-mirror {
    grid-row: 1 / 3;
    grid-column: 2;
    justify-self: right;
}
.v2-header-legend-mirror {
    grid-row: 2;
    grid-column: 1;
    color: #0B1C3A;
    font-size: 1rem;
    font-weight: 400;
    padding-bottom: 1rem;
    text-align: right;
}
.v2-msg-mirror {
    grid-row: 3;
    grid-column: 1 / 3;
    padding-bottom: 1rem;
    text-align: right;
}
.v2-footer-btn-mirror {
    grid-row: 4;
    grid-column: 1 / 3;
    justify-self: right;
}

    /* Message box v3 */
.msg-box-v3 {
    display: grid;
    grid-template-columns: 1rem 1fr;
    /* grid-template-rows: 1.5rem 1fr; */
    grid-template-rows: auto 1fr;
    margin-bottom: 2rem;
}
.v3-vbits-line {
    grid-row: 1 / 3;
    grid-column: 1;
}
.v3-msg-header {
    grid-row: 1;
    grid-column: 2;
    color: #0B1C3A;
    font-size: 1rem;
    font-weight: 600;
    /* padding-bottom: 1rem; */
    text-align: left;
}
.v3-msg {
    grid-row: 2;
    grid-column: 2;
    color: #4B5971;
    font-size: 1rem;
    font-weight: 400;
    text-align: left;
}

    /* Message box v3 Mirror*/
.msg-box-v3-mirror {
    display: grid;
    grid-template-columns: 1fr 1rem;
    grid-template-rows: auto auto;
    padding-bottom: 2rem;
    width: 100%;
}
.v3-msg-header-mirror {
    grid-row: 1;
    grid-column: 1;
    color: #0B1C3A;
    font-size: 1rem;
    font-weight: 600;
    text-align: right;
}
.v3-vbits-line-mirror {
    grid-row: 1 / 3;
    grid-column: 2;
    justify-self: right;
}
.v3-msg-mirror {
    grid-row: 2;
    grid-column: 1;
    color: #4B5971;
    font-size: 1rem;
    font-weight: 400;
    text-align: right;
}

.contact-form-window {
    display: inline-block;
    width: 100%;
    height: 20rem;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
}
.contact-form-container {
    visibility: hidden;
}

/*------------------Test----------------*/
.align-center {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
}
.window-label {
    font-size: 1.1em;
    font-weight: 600;
    color: #4B5971;
}
.login-container-form {
    display: block;
}
.form-font-color {
    color: #939DAC;
}
.form-field {
    text-align: left;
    padding: 0em 3em;
}

.form-field-label {
    padding-left: 0.3em;
    font-size: 0.75em;
}

.form-field-info {
    width: 100%;
    border-width: 0 0 1px 0; 
    height: 2em;
    font-size: 1em;
    text-align: center;
    border-color: #D9D9D9;
}
.form-field-subtext {
    font-size: 0.75em;
    padding-top: 0.75em;
}
.form-link-btn {
    font-size: 0.85em;
    font-weight: 600;
    padding-top: 1rem;
    margin-bottom: 3rem;
}
.big-main-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 40px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 600;
    color: #34445F;
    margin: auto auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    box-sizing: border-box;
    user-select: none;
    cursor: pointer;
}
.big-main-btn:hover {
    border: 2px solid #FFC126
}
.login-form {
    margin-top: 0;
}

/* .webpage-background {
    background-color: #FFC126;
} */
.page, .page-about, .page-products, .page-technology, .page-partnerships, .page-contacts, .page-login, .page-signin, .page-sysmsg {
    display: inline-block;
    position: absolute;
    width: 100%;
    /* height: calc(100dvh - 3.6rem); */
    /* margin-top: 2.77rem; */
    left: 0;
    top: 0;
    padding: 0 1rem;
    overflow: hidden;
    background-color: #fff;
    transition: transform 1s ease;
}

.page-about, .page-products, .page-technology,  .page-partnerships, .page-contacts, .page-login, .page-signin, .page-sysmsg {
    transform: translateX(100%);
    height: 0px;
}

.page {
    transform: translateX(0);
}

.show {
    transform: translateX(0%)!important;
}
.hide {
    transform: translateX(100%)!important;
}

.msg-box-v4 {
    display: grid;
    grid-template-columns: 1rem 1fr;
    /* grid-template-rows: 1.5rem 1fr; */
    margin-bottom: 3rem;
}
.v4-msg {
    grid-row: 2;
    grid-column: 1 / 3;
    padding-left: 0.625rem;
}
.v4-msg-header {
    align-self: center;
}

.about-header, .product-header {
    display: grid;
    grid-template-columns: 1rem 1fr;
    margin-top: 0;
    margin-bottom: 1rem;
    user-select: none;
}
.contact-btn {
    display: inline-block;
    width: 100%;
    text-align: right;
    margin-bottom: 3rem;
}

/* .page-login {
    position: fixed!important;
    height: calc(100dvh - 3.6rem)!important;
    z-index: 10;
} */

.page-signin {
    /* position: fixed!important; */
    z-index: 10;
}

.page-sysmsg {
    z-index: 20;
}

/* .web-background {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    margin-top: 3.6rem;
    width: 100%;
    height: calc( 100dvh - 3.6rem );
    z-index: -5;
} */

.main-container {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    width: 100dvw;
    height: 100dvh;
    overflow: hidden;
    /* border: 1px solid red; */
}
.width-header-line {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    width: 100dvw;
    height: 3.56rem;
    background-color: #ffffff;
}
.header-container-space {
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 100dvw;
    height: 3.6rem;
    margin: auto auto;
    /* border: 1px solid orange; */
}
.screen-conteiner {
    display: block;
    position: absolute;
    left: 0;
    top: 3.8rem;
    box-sizing: border-box;
    width: 100dvw;
    height: calc(100dvh - 3.6rem);
    background-color: #ffffff;
    /* border: 1px solid green; */
}
.content-conteiner {
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 100dvw;
    height: calc(100dvh - 3.6rem);
    margin: auto auto;
    /* border: 1px solid blue; */
    /* overflow: auto; // Just for debugging */
    overflow-x: hidden;
    background-color: #FFC126;
}
.messages-flow-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.computer-only {
    display: none;
}
.separator-big-screen {
    display: none;
    user-select: none;
}
.inline-header {
    width: 100%;
    margin-top: 3rem;
    user-select: none;
}
.message-separator {
    display: none;
    user-select: none;
}
.button-right-desktop {
    display: inline-block;
    width: 100%;
    text-align: right;
    /* margin-left: 3rem; */
    margin-bottom: 5rem;
    user-select: none;
}
.flex-smart {
    /* justify-content: space-between; */
    display: flow;
    width: 100%;
}
.flex-smart > div {
    justify-content: space-between;
    
}
.contact-form {
    margin-top: 2rem;
    width: 100%;
}
.product-image, .desktop-top-menu, .show-desktop-, .bitsLogoMobileBig, .language-menu {
    display: none;
}
.inline-list-menu {
    list-style-type: none;
    text-decoration: none;
    align-self: flex-end;
    margin-bottom: 0px;
}
.inline-list-menu > li {
    float: left;
    padding: 0 0.7rem;
    font-size: 1rem;
    font-weight: 500;
    color: #939DAC;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    user-select: none;
}
.inline-list-menu > li:hover {
    color:#FFC126;
}
.desktop-top-menu {
    height: 100%;
    width: 100%;
}
.contacts-header {
    display: block;
    width: 100%;
}
.page-contacts > .messages-flow-container > div {
    width: 100%;
}
.text-link-active {
    cursor: pointer;
    user-select: none;
}
.text-link-active:hover {
    text-decoration: underline;
}
.non-selectable {
    user-select: none;
}
.selected-page {
    border-bottom: 3px solid #FFC126!important;
}
#corner-book-mainpage {
    width: 100%;
}
.red-text {
    color: red;
}

/* Footer */
footer {
    background-image: linear-gradient(to bottom, #7A8598, #282C32);
    border-top: 4px solid #FFC126;
    border-bottom: 4px solid #FFC126;
    padding: 1rem;
    color: #C8CDD5;
    /* position: absolute;
    left: 0; */
}

.footer-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 6fr;
}

.footer-container > div {
    margin-top: 0rem;
    /* border: 1px solid rgb(202, 202, 202); */
}

.footer-logo-container {
    justify-self: center;
    /* padding: 1rem; */
}
.footer-logo-container div {
    width: 119px;
    height: 79px;
    background-image: url("/../assets/images/cornerbit_sq_Reg.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.footer-msg-header {
    font-size: 1em;
    font-weight: 550;
    margin-top: 2rem;
}
.footer-msg-text {
    font-size: 0.9em;
    font-weight: 400;
}
/* Footer END */

.sys-msg-top {
    position: relative;
    display: none;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 20;
    overflow:scroll!important;
}
.privacy-msg {
    display: none;
    width:100%;
    height: auto;
    border: 1px solid gray;
    margin: auto;
}
.terms-service-msg {
    display: none;
    width:100%;
    height: auto;
    border: 1px solid gray;
    margin: auto;
}
.cookie-policy-msg {
    display: none;
    width:100%;
    height: auto;
    border: 1px solid gray;
    margin: auto;
    }
.policy_select:hover {
    cursor: pointer;
    color:#FFC126;
    text-decoration:underline;
}
.page-signin {
    position: fixed!important;
    top: 4rem!important;
}


@media only screen and (min-width: 360px) {
    /* Old popular mobile resolution 360x800px*/
    .bitsLogoMobile {
        display: none;
    }
    .bitsLogoMobileMedium {
        display: inline-block;
    }
    .page-focus {
        top: 4rem;
    }
    .banner-message {
        font-size: 1.4rem;
    }
    .banner-message-second {
        top: 3rem;
        font-size: 1rem;
    }

}
@media only screen and (min-width: 414px) {
    /* Old popular mobile resolution 414 to 480px*/
    .banner-message {
        font-size: 1.5rem;
        font-weight: 500;
    }
    .banner-message-second {
        font-size: 1.2rem;
    }
    .login-container-form, .signin-container {
        width: 414px;
        margin: auto auto;
    }

}
@media only screen and (min-width: 481px) {
    /* Tables (vertical) and large devices*/
    .content-conteiner, .header-container-space {
        width: 481px;
    }
    .logo-inline {
        width: 14rem;
        height: 5rem;
    }
    .width-header-line, .header-container-space {
        height: 5rem;
    }
    .screen-conteiner, .content-conteiner {
        height: calc(100dvh - 5rem);
    }
    .screen-conteiner {
        top: 5rem;
    }
    .content-conteiner {
        margin-top: 5px;
    }
    .banner-message {
        font-size: 1.6rem;
        padding-left: 1rem;
    }
    .banner-message-second {
        font-size: 1.25rem;
        font-weight: 500;
        color: #626F85;
        padding-left: 1rem;
    }
    .big-main-btn-center {
        font-size: 1.25rem;
        color: #626F85;
        user-select: none;
    }
    .msg-header {
        font-size: 1.25rem;
    }
}

@media only screen and (min-width: 600px) {
    .content-conteiner {
        margin-top: 0px;
    }
    .width-header-line, .header-container-space {
        height: 4rem;
        width: 100dvw;
    }
    .logo-inline {
        width: 12rem;
        height: 4rem;
    }
    .content-conteiner {
        width: 100dvw;
    }
    .page-focus {
        top: 0;
    }
    .page-bits-container {
        top: 1rem;
    }
    .banner-message {
        top: 0rem;
        font-size: 1.8rem;
        padding-left: 2rem;
        width: 16em;
    }
    .banner-message-second {
        padding-left: 2rem;
        top: 1rem;
        width: 23em;
    }
    .banner-message-buttons {
        top: 3em;
        flex-direction: row;
        padding-left: 2rem;
    }
    .big-main-btn-center {
        margin-bottom: 0;
        margin-right: 1.5rem;
        font-size: 0.9rem;
        width: 180px;
    }
    .msg-header-mirror {
        order: 2;
    }
    .msg-box-v1 {
        width: 270px;
        grid-template-columns: 1rem 14rem;
        align-self: flex-start;
        user-select: none;
    }
    .msg-box-v1-mirror {
        display: none;
    }
    .computer-only {
        display: grid;
    }
    .bits-separator-box {
        display: none;
    }
    .messages-flow-container {
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;;
        /* align-content: space-between; */
    }
    .msg-box-v2 {
        width: 267px;
        align-self: flex-start;
        grid-template-rows: auto auto 15rem auto;
        user-select: none;
    }
    .v2-footer-btn {
        justify-self: center;
    }
    .msg-box-v2-mirror {
        display: none;
    }
    .separator-big-screen {
        display: inline-block;
        width: 100dvw;
        margin-bottom: 1rem;
        margin-top: 1rem;
        /* height: 2rem; */
        text-align: center;
        margin: 2rem 0 2rem 0;
    }
    .msg-box-v3-mirror {
        display: none;
    }
    .msg-box-v3 {
        width: 270px;
        align-self: flex-start;
        user-select: none;
    }
    .flex-space-evently {
        justify-content: space-evenly;
    }
    .msg-box-v4 {
        width: 278px;;
        align-self: flex-start;
        user-select: none;
    }
    .message-separator {
        display: block;
        text-align: center;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .page-products > .messages-flow-container > div > .msg-box-v4 {
        width: 100%;
    }
    .msg-header {
        align-self: flex-start;
    }
    .messages-flow-container div {
        align-self: flex-start;
    }
    .flex-smart {
        justify-content: space-between;
        display: flex;
        width: 100%;
    }
    .content-conteiner {
        width: 100dvw;
    }
    .contact-form {
        width: 500px;
        margin: auto;
    }
    #corner-book-mainpage {
    width: 90%;
}

}

@media only screen and (min-width: 700px) {
    .content-conteiner {
        width: auto;
    }
    .msg-box-v1 {
        width: 326px;
        grid-template-columns: 1rem auto;
    }
    .msg-box-v2 {
        width: 326px;
    }
    .msg-box-v3 {
        width: 326px;
    }
    .msg-box-v4 {
        width: 326px;
    }
    .button-right-desktop {
        display: inline-block;
    }
    .banner-message {
        width: 84%;
    }
    .banner-message-second {
        width: 80%;
    }
    .privacy-msg {
        width:70%;
    }
    .terms-service-msg {
        width:70%;
    }
    .cookie-policy-msg {
        width: 70%;
    }
    
}

@media only screen and (min-width: 800px) {
    .msg-box-v1 {
        width: 30%;
    }
    .msg-box-v2 {
        width: 372px;
    }
    .msg-box-v3 {
        width: 30%;
    }
    .v2-header-text-yellow {
        font-size: 1.25rem;
    }
    .msg-box-v4 {
        width: 30%;
    }
    .page-about > .messages-flow-container > div {
        width: 32%;
    }
    .page-about > .messages-flow-container > .flex-smart > .msg-box-v4 {
        width: 100%;
    }
    .page-products > .messages-flow-container > div {
        width: 32%;
    }
    .page-products > .messages-flow-container > div > .msg-box-v3 {
        width: 100%;
    }
    .page-partnerships > .messages-flow-container > div {
        width: 32%;
    }
    .page-partnerships > .messages-flow-container > div > .msg-box-v3 {
        width: 100%;
    }
    .page-technology > div {
        justify-self: start;
    }
    .page-contacts > div {
        justify-self: start;
    }
    .about-header {
        justify-self: center;
        width: 254px;
        user-select: none;
    }
    .v2-header-text-blue {
        font-size: 1rem;
    }
    .v2-header-text-yellow {
        font-size: 1rem;
    }
    .product-image {
        display: inline-block;
        width: 250px;
        height: 220px;
        /* border: 1px solid #b9b9b9; */
        /* background-color: #D9D9D9; */
        background-repeat: no-repeat;
        background-size: contain;
        margin-bottom: 1rem;
    }
    .figma1 {
        background-image: url(/../assets/images/figma1.png);
    }
    .figma2 {
        background-image: url(/../assets/images/figma2.png);
    }
    .flex-smart {
        flex-wrap: wrap;
        flex-direction: column;
        width: 30%;
    }
    .button-right-desktop {
        text-align: center;
    }
    .contact-btn {
        text-align: center;
        margin-bottom: 0;
    }
    .messages-flow-container {
        margin-bottom: 2rem;
    }
    .bitsLogoMobileMedium {
        display: none;
    }
    .bitsLogoMobileBig {
        display: inline-block;
    }
    .mobile-screen-menu-btn {
        display: none;
    }
    .language-menu {
        display: inline-block;
    }
    .desktop-top-menu {
        display: flex;
        align-self: flex-end;
        justify-content: flex-end;
    }
    .header-container {
        border-bottom: 1px solid #D9D9D9;
    }
    .logo-inline {
        height: 3rem;
    }
    .page-contacts > .messages-flow-container {
        width: 100%;
    }
    .page-contacts > .messages-flow-container > div:nth-child(2) {
        width: 50%;
    }
    .page-contacts > .messages-flow-container > div:nth-child(3) {
        width: 50%;
    }
    .page-contacts > .messages-flow-container > div > .msg-box-v3 {
        width: 100%;
    }
    
    .contacts-header {
        width: 100%;
    }
    .about-header {
        width: 100%;
    }
    .contact-form {
        width: 100%;
    }
    .banner-message-buttons {
        width: 50%;
    }
    .footer-container {
        grid-template-columns: repeat(6, 1fr);
        gap: 1rem;
    }
    .footer-logo-container, .footer-forth {
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .footer-second, .footer-fifth {
        grid-column-start: 3;
        grid-column-end: 5;
    }
    .footer-third, .footer-sixt {
        grid-column-start: 5;
        grid-column-end: 7;
    }
    
    .footer-logo-container div {
        width: 14rem;
        height: 10rem;
    }
    
    
}

@media only screen and (min-width: 899px) {
    .banner-message {
        font-size: 3rem;
        margin-top: 2rem;
        font-weight: 600;
    }
    .banner-message-second {
        font-size: 1.5rem;
    }
    .big-main-btn-center {
        margin-right: 5rem;
        font-size: 1.25rem;
        font-weight: 500;
    }
    .v2-header-text-blue, .v2-header-text-yellow {
        font-size: 1.25rem;
    }
    .product-image {
        width: 100%;
        height: 230px;
    }
}

@media only screen and (min-width: 1239px) {
    /*1240x650px*/
    .header-container-space {
        width: 1240px;
    }
    .content-conteiner {
        width: 1240px;
    }
}

@media only screen and (min-width: 1239px), screen and (min-height: 1000px) {
    .page-products, .page-contacts {
        height: calc(100dvh);
    }
    .page-bits-container {
        width: 299px;
        height: 568px;
        margin-top: 4rem;
    }
    .banner-message {
        margin-top: 4rem;
    }
    .banner-message-second {
        margin-top: 4rem;
    }
    .banner-message-buttons {
        margin-top: 3rem;
    }
    .banner-message-buttons > .big-main-btn-center {
        height: 3rem;
        width: 16rem;
    }
    #sysMessage {
        width: 50%;
        margin: auto auto;
    }
    #sysMessageLabel {
        font-size: 2rem;
        font-weight: 500;
    }
    .big-main-btn-center{
        margin-right: 0;
    }
}
/*

@media only screen and (min-width: 999px) {
    .msg-box-v3 {
        
    }
    .msg-box-v4 {
       width: 30%;
    }
    .flex-smart > .msg-box-v4 {
        width: 100%;
        margin-bottom: 0;
    }
    .flex-smart {
        flex-wrap: wrap;
        flex-direction: column;
        width: 30%;
    }
    .page-products > .messages-flow-container > div {
        width: 30%;
    }
    .page-products > .messages-flow-container > div > .msg-box-v4 {
        width: 100%;
    }
} */
