/* CONSTANTS */
input[type="date"]
{
    display:block;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-height: 1.2em;
}

:root {
    --font: 'SF Pro', sans-serif;
    --max_width_pc: 1100px;
    --color_bg: #F2F2F7;
    --color_blue: #007AFF;
    --color_white: #FFFFFF;
    --color_black: #1C1C1E;
    --color_gray: rgb(221, 221, 221);
    --bg: #F2F2F7;
    --accent: #007AFF;
    --lightblue: #d6eaff;
    --white: #FFFFFF;
    --black: #1C1C1E;
    --gray: #878787;
    
}

::-webkit-scrollbar {
    /* display: none; */
}

:active,
:hover,
:focus,
input,
textarea {
    outline: none !important;
    outline-offset: 0 !important;
    border: none !important;
}





/* BASE */
html {
    overflow-x: hidden;
}

body {
    background: #F2F2F7;
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
    position: relative;
    padding-bottom: 100px;
    -webkit-font-smoothing: antialiased;   
-moz-osx-font-smoothing: grayscale;
}





/* SPECIALITIES */
.display_none {
    display: none !important;
}

.nobg {
    background: none !important;

}



/* STRUCTURE */
main {
    margin-top: 60px;
}

section {
    margin-top: 120px !important;
    max-width: var(--max_width_pc);
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 1150px) {
    section {
        margin-top: 0px !important;
    }
}





/* BUTTONS */
p.button,
input.submit,
input.white,
button.submit,
textarea,
.button_form{
    box-sizing: border-box;
    align-items: flex-start;
    padding: 12px 25px !important;
    display: block;
    float: left;
    height: 43px;
    border: 1px solid var(--color_blue);
    border-radius: 22px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: var(--color_blue);
    cursor: pointer;
    transition: .3s;
}

button.submit:hover {
    border: 1px solid var(--color_blue) !important;
    background: var(--color_blue);
    color: var(--color_white);
}

p.active,
input.submit {
    color: var(--color_white);
    background: var(--color_blue);
}

.button_form {
    margin-top: -6px;
    color: var(--color_blue);
    background: var(--color_bg);
    border: 1px solid var(--color_blue) !important;
}

input.white {
    color: var(--color_white);
    background: var(--color_blue);
}

div.inline_button_menu_left {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

div.inline_button_menu_right {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
}

input.bigtext,
div.bigtext,
div.book_card,
details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 15px;
    gap: 10px;
    background: var(--color_white);
    border-radius: 22px;
    flex: none;
    order: 2;
    align-self: stretch;
    flex-grow: 0;
    color: var(--color_black);
    width: calc(100% - 30px)
}









.px15l {
    padding-left: 0px;
}


.no_margin {
    margin: 0px !important;
}

.px30 {
    margin-bottom: 30px;
}

div.block {
    margin-bottom: 30px;
}

.single_button {
    flex-direction: row-reverse !important;
}

.no_mobile {
    display: block;
}
.no_pc {
    display: none;
}
img.no_mobile {
    display: block;
}
@media (max-width: 1150px) {
    .no_mobile {
        display: none !important;
    }
    .no_pc {
        display: block !important;
    }
    img.no_mobile {
        display: none !important;
    }


    div.inline_button_menu_left {
        display: block;
    }

  
    div.cloud h1 {
    padding: 0px;
  
    }
    div.cloud p {
        width: 100%;
    }

    div.inline_button_menu_left p,
    div.cloud p.button {
        width: 100%;
    }

    main {
        margin-top: 80px;
    }

    section.fullscreen {
        max-width: none;
        width: calc(100% - 24px);
        padding: 0px 12px;
    }

    section p {
        margin-bottom: 10px;
    }


    div.block {
        margin-top: 40px;
        margin-bottom: 0px;
    }

    input.bigtext,
    div.bigtext {
        padding: 15px 15px;
    }

    nav {
        width: calc(100%  - 30px);
    }

    nav div.menu_block p,
    p.mobile_menu_text {
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        line-height: 19px;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    nav div.menu_block h3 {
        display: flex;
        align-items: flex-end;
    }

    .mobile15 {
        padding-left: 0px;
        margin-left: -0.7px;
    }

    section {
        margin-top: 55px !important;
    }
}

.book_info {
    position: fixed;
    z-index: 100;
    top:0;
    left:0;
    padding-top: 100px !important;
    height: calc(100vh - 100px);
    overflow-y: scroll;
    overflow-x: hidden;
    width: 700px;
    padding: 15px;
    padding-left: calc(50% - 350px);
}
@media (max-width: 1150px) {
    .book_info {
        width: calc(100% - 30px);
        padding: 0px 15px;
        padding-top: 70px !important;
        height: calc(100vh - 230px);
        padding-bottom: 200px;
    }
}
.bg_dark {
    background: #0000003e;
    position: fixed;
    top: 0px;
    left:0px;
    height: 100vh;
    width: 100vw;
    /* margin-left: -15px; */
}

.more {
    display: none;
}

.have_order {
    color: rgb(0, 122, 255);
}

div.books_tools {
    display: flex;
    flex-direction: row-reverse !important;

}

div.books_tools div {
    width: auto !important;

}

input.field {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 20px 15px !important;
    gap: 5px;

/* Где брони поля съезжаю. Не раскоменчивать! */
    /* max-width: 369px !important;
    width: calc(100% - 30px) !important; */

    background: #FFFFFF;
    border-radius: 17px;

    /* Inside auto layout */

    flex: none;
    order: 4;
    align-self: stretch;
    flex-grow: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
    /* identical to box height */

    display: flex;
    align-items: center;

    color: #000000;
}

div.short_inputs {
    width: calc(100% - 0px);
    padding: 0px 0px;
    display: flex;
    gap: 20px;


}

div.short_inputs input:first-of-type {
    width: 100px;
}

div.short_inputs input:last-of-type {
    width: calc(100% - 120px);
}

select {
    padding: 20px;
    gap: 10px;

    width: 100%;
    height: 64px;

    /* белый */

    background: #FFFFFF;
    border-radius: 22px;

    /* Inside auto layout */
    border: none;
    -webkit-appearance: none;
    box-shadow: none;
    font-family: var(--font);
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    /* identical to box height */

    display: flex;
    align-items: center;

    color: #000000;
    height: 64px;
}



/* SECTION PARTS */
section.parts {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;

}

section.parts div.left_part {
    width: 400px;
    position: fixed;
}

section.parts div.right_part {
    width: calc(100% - 100px - 400px);
    margin-left: 500px;
}

@media (max-width: 1150px) {
    div.nomatter {
        display: none;
    }

    section.parts {
        display: block;
        padding: 0px 15px;
    }

    section.parts div.left_part {
        width: calc(100% - 30px);
        max-width: 100%;
        float: none;
        position: relative;
    }

    section.parts div.right_part {
        width: calc(100% - 30px);
        float: none;
        margin-left: 0;
    }

    section.parts h1 {
        margin-top: 0px;
    }

    input.bigtext,
    div.bigtext,
    div.book_card {
        width: calc(100% - 30px);
    }
}


.buttons_area {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.buttons_area .button {
    margin-bottom: 0px;
}


img.center {
    max-width: 400px;
    width: calc(100% - 100px);
    padding: 20px 50px;
    margin: 0 auto !important;
    display: flex;
}


img.full {
    width: 100%;
    margin-bottom: 20px;
}

span {
    color: var(--color_blue);
}

p.button:hover,
input.submit:hover {
    transition: .3s;
    color: var(--color_white);
    background: var(--color_blue);
    border: 1px solid var(--color_blue) !important;
}



@media (max-width: 1150px) {
    .left_part {
        margin-bottom: 40px;
    }

    nav div.left p {
        display: none;
    }

    nav div.left p:first-child {
        display: block;
    }

    nav div.right {
        display: block;
    }
}


div.string {
    display: flex;
    justify-content: space-between;
    gap: 20px;

}

input {
    -webkit-appearance: none !important;
}

div.string input:first-child {
    width: 100px;
}

div.string input:last-child {
    width: calc(100% - 180px);
}

form input.field {
    width: calc(100% - 30px);
}

textarea {
    box-sizing: border-box;
    align-items: flex-start;
    padding: 20px 15px !important;
    display: block;
    float: left;
    min-height: 120px;
    max-height: 600px;
    border-radius: 22px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: var(--color_black);
    cursor: pointer;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 10px;
}


footer {
    padding: 10px 0;
    margin-top: 50px;
    background: rgba(0, 0, 0, 0.1);
}

footer .fullscreen {
    margin-top: 20px !important;
    margin-bottom: 20px;
}

@media (min-width: 1150px) {

    div.book_card {
        width: calc(100% - 44px);
        max-width: calc(100% - 44px);
    }
}



div.book_card img {
    margin-bottom: 0px;
}


.right_part {
    min-height: 100vh;
}



.books_tools img {
    max-height: 43px;
}


.header_buttons {
    display: flex;
    justify-content: space-between;
    width: calc(100% + 0px);
    
}

.img_preview {

max-height: 60px;

position: absolute;
right: 15px;
}

@media (max-width: 1150px) {
    .header_buttons h2 {
        margin-top: 0px;
        /* height: 50px; */
        align-items: center;
        display: flex;
        margin-bottom: 10px;
    }

    .img_preview {
        max-height: 60px;
    }
}

section .bigtext p {
    margin-bottom: 0px !important;
}



.slice_card {
    display: flex;
    justify-content: space-between;
    padding: 22px;
    gap: 10px;
    background: var(--color_white);
    border-radius: 22px;

    order: 2;

    color: var(--color_black);
    width: calc(100% - 44px);
    margin-bottom: 30px;
}

.slice_card p {
    padding-left: 0px;
}


details {
    margin-bottom: 20px;
}

details summary {
    font-weight: 200;
    font-size: 20px;

}

details p:first-of-type {
    margin-top: 20px;
}




.couponcode:hover .coupontooltip {
    display: block;
}

.coupontooltip {
    display: none;
    position: absolute;
    z-index: 1000;
    padding: 10px 50px 10px 22px;
    gap: 10px;
    background: var(--color_white);
    border-radius: 15px;
    margin-left: -22px;
    width: auto;
    top: 40px;

}

.coupontooltip a {
    line-height: 30px;
    transition: .3s;
}

.coupontooltip a:hover {
    color: var(--color_blue);
    transition: .3s;
}

.menu_block h3 {
    margin-bottom: 10px;
}

.smblank {
    color: var(--color_blue) !important;
    background: var(--color_bg) !important;
    border: 1px solid var(--color_blue) !important;
    float: right !important;
    margin-top: -43px;
    margin-right: 150px;
}

.mini_logo {
    float: left;
}


#act_block_2,
#act_block_3,
#act_block_4,
#act_block_5, 
#act_block_6,
#act_block_7,
#act_block_8,
#act_block_9,
#act_block_10,
#act_block_11 {
    display: none;
}

.faq p:first-of-type {
margin-top: 0px;}

.faq h2 {
padding-top: 70px;
}

.faq div:first-child h2{
padding-top: 0px;}


.faq p {
padding-left: 0px;
padding-right: 0px;}

.cloud .book_card {
padding: 0px !important;
width: 100% !important;
max-width: 100% !important;}

.cloud h1, .cloud h2, .cloud h3 {
padding-left: 0px;
}

.bg_dark {
    backdrop-filter: blur(15px);
    -moz-backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    background: rgba(242, 242, 247, 0.5);
}












/* FAQ */

section.modern h1 {
text-align: center;

}

div.faq_categories {
display: flex;
flex-direction: row;
justify-content: space-between;
flex-wrap: wrap;
gap: 30px;
padding: 50px 0px;

}
/* div.faq_categories div {
    width: calc(100% / 3 - 30px - 30px);
    background-color: var(--color_white);
    padding: 20px;
    border-radius: 17px;
} */
div.faq_categories a{
background: var(--color_white);
width: calc(33% - 30px - 40px);
height: 350px;
padding: 20px;
border-radius: 22px;
margin-bottom: 15px;
position: relative;
}

div.faq_categories div h2 {
text-align: center;
bottom: 70px;
/* font-size: 26px; */
width: calc(100% - 40px);
position: absolute;
}

div.faq_categories div p {
padding-top: 10px;
position: absolute;
bottom: 20px;
width: calc(100% - 40px);
    text-align: center;
}
div.faq_categories div img {
width: 100%;
margin: 20px 0px;
}

.seek {
margin: 0 auto;
width: 100% !important;}

form.seek {
width: 70% !important;
margin: 0 auto;
position: relative;
margin-bottom: 0px;
margin-top: 20px;
}
form .sek {
padding: 15px;
border-radius: 22px;
background: white;
font-size: 22px;
margin-bottom: 10px;
}
form.seek .seek_submit {
position: absolute;
right: -15px;
top: 10px;
}
div.faq_categories div a {
width: 100%;
height: 100%;}

@media (max-width: 1150px) {
    form.seek {
        width: calc(100% - 30px) !important;
        margin-top: 0px;
    }
    .sek {
    width: calc(100% - 30px) !important;
    }
    form.seek .seek_submit {
    right: 15px;
    }
    
    section.modern h1  {
        text-align: center;
        margin-bottom: 20px;
        margin-top: -40px;
    }
    div.faq_categories {
        display: flex;
        flex-direction: row;
        justify-content: left;
        flex-wrap: nowrap;
        padding: 0px 15px;
        gap: 15px;
        margin-top: 30px;
        width: calc(100%-30px) !important;
overflow-x: scroll !important;
    }
    div.faq_categories a {
    min-width: 250px !important;
    margin-bottom: 15px;
height: 350px;
padding: 20px;
border-radius: 22px;
margin-bottom: 15px;
  
    }
    /* div.faq_categories div img {
    margin-top: 10px;
    } */
    /* div.faq_categories div p {
        font-size: 12px; line-height: 125%;
        width: calc(100% - 40px);
        padding: 0px;
        }
        
        div.faq_categories div h3 {
            text-align: center;
            position: absolute;
            bottom: 80px;
            width: calc(100% - 40px);
            padding: 0px;
            font-size: 17px;
            line-height: 100%;
            }
            form.seek {
                width: calc(100% - 60px) !important;
                margin: 0 15px 50px 15px;
                } */
}

.show_phone {
display: none !important;}
.show_pc {
display: block !important;}

@media (max-width: 1150px) {
.show_phone {
display: block !important;}

.show_pc {
display: none !important;}
}
.notice {
    text-align: center;
    font-size: 13px;
    color: gray;
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 0 15px;
    line-height: 125%;
}
.seek_small, form.seek_small {
width: 100% !important;
}

@media (max-width: 1150px) {
    .seek_small, form.seek_small {
        width: calc(100% - 15px) !important;
        margin-left: 0px;
        }
        .seek_small_submit {
            right: 0px !important;
        }
}

.tiles {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.tiles .book_card,
.tiles a,
.tiles .big_spec{
    width: calc(50% - 38px);
}

@media (max-width: 1150px) {
    .tiles .book_card,
.tiles a,
.tiles .big_spec{
        width: calc(50% - 37.5px);
    }
    
}

.input-file {
	position: relative;
	display: inline-block;
	width: calc(100% - 44px);
}
.input-file-btn {
	position: relative;
	display: inline-block;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	font-size: 18px;
	vertical-align: middle;
	border-radius: 22px;
	padding: 22px;
	border: none;
	background: var(--color_white);
    margin-bottom: 20px;
}
.input-file-text {
	padding: 22px 22px;
	padding-bottom: 40px;
	font-size: 18px;	vertical-align: middle;
	display: inline-block;
}
.input-file input[type=file] {
    position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
}
.input-file span {
color: var(--color_blue);}

.bigtext p {
padding: 0px;}



.bottom_menu {
    display: none}
    
           @media (max-width: 1150px) {
           main {
           margin-top: 0px;}
           section.parts {
            margin-top: 20px !important;
            margin-bottom: 100px;}
            header {
           display: none;
           }
           
            .bottom_menu {
            display:  flex;
            position: fixed;
            bottom: 0px;
            padding: 10px 0px 31px 0px; /* FOR PWA PASTE BOTTOM 16 px !!! */
            width: calc(100% + 0px);
            border-top: 0.6px solid #999999;
            background: #F2F2F788 ;
            -webkit-backdrop-filter: blur(7px);        
            gap: 0px;
            z-index: 9999;
            }
            .bottom_menu:hover {
                border-top: 0.6px solid #999999 !important;
            }
            .bottom_menu div {
    
                display: flex;
                justify-content: center;
                align-items: flex-start;
                opacity: 0.6;
                width: 100%;
        
            }
            .bottom_menu div p {
            font-size: 13px;
            padding: 5px 0 0 0;}
            .bottom_menu img {
            height: 21px;
            margin: 0 auto !important;
            text-align: center; 
            display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: flex-start;
            }
            .bottom_menu .active {
                opacity: 1;
            }
           .bottom_menu .active p{
                color: var(--color_blue) !important;
       
            }
           
        }
        
        
        .switcher {
            background: var(--color_gray);
            width: calc(100% - 5px);
            display: flex;
            justify-content: space-between;
            padding: 3px;
            text-align: center;
            border-radius: 1000px;
            font-size: 12px;
   
        }
        .switcher p {
        margin-bottom: 0;
        padding: 5px 0px;        width: 30%;
        transition: .3s;
     }
     
        .switch {
        background: var(--color_white);
        border-radius: 500px;         font-weight: 600;}
        
      .svg_item {

      height: 32px;} .bottom_menu .active img, .svg_blue {
        filter: invert(34%) sepia(56%) saturate(2924%) hue-rotate(197deg) brightness(96%) contrast(113%);
    }
    
    .button_close {
        width: 30px;
        margin-left: 10px;
        float: right;
        margin-bottom: 5px;
    }
    
    .button_close:hover {
        filter: invert(34%) sepia(56%) saturate(2924%) hue-rotate(197deg) brightness(96%) contrast(113%);
    }
    
    .actions {
        width: 120px !important;
        padding-top: 5px; 
        display: flex;
        flex-direction: row-reverse;
        }
        
        
        .thin {
        font-weight: 400 !important;}
        
        .header_buttons h1 {
        width: calc(100% - 130px);}
        .book_important {
            margin-bottom: 10px;
        }
        @media (max-width: 1150px) {
            .header_buttons {
            display: flex;
            
            } 
            .header_buttons h1 {
            width: 100%;
            margin-top: 10px !important;
            
            }
            .actions {
                display: flex;
                justify-content: space-between;
                /* width: 100% !important; */
            }
            
            .actions div:last-of-type .button_close {
            
            margin-left: 0px;
            margin-right: 15px;}
        }
        .book_important div {
            display: flex;
            flex-direction: row;
            align-items: flex-start;
            justify-content: space-between;
            gap: 10px;
       
        }
        .book_important div p {
            font-size: 20px !important;
        }
        
        .paddingtopnone {
            padding-top: 0px !important;}
            
            .back_button img {
            height: 30px;}
            
            
            
            
            
    
    
            .subtitle {
                font-size: 15px;
                font-weight: 500;
                line-height: 15px;
                margin-top: -10px;
            }
            
            .bigtext {
            margin-bottom: 15px;}
            
            .centercloud {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;}
            
            .centercloud h1 {
            text-align: left;
            width: 100%;}
            
            .centercloud {
            height: 60vh !important;}
            
   
                .more {
                    position: absolute;
                    z-index: 100;
                }


.header_buttons {
margin-bottom: 10px;}

.switcher {
margin-bottom: 10px;}

.zone_red {
background: rgb(255, 59, 48) !important;
color: var(--white) !important;}

.zone_red span {
    color: var(--white) !important;
}

.statics {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    margin-bottom: 20px;
    text-align: center;
    
}
.statics div {
    border-right: 0.5px solid var(--gray);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.statics_2 div {
    width: calc(100% / 2);
}
.statics_3 div{
    width: calc(100% / 3);
}
.statics_4 div{
    width: calc(100% / 4);
}

.statics div:hover {
    border-right: 0.5px solid var(--gray) !important;
}
.statics div:last-of-type {
border-right: none;}
.statics div p:first-of-type {
font-size: 32px;
}
@media (max-width: 1150px) {
    .statics div p:first-of-type {
        font-size: 26px;
    }
}

.zone_red_color {
color: rgb(255, 59, 48) !important;}


.title_action {
display: flex;
justify-content: space-between;
}







table.sttcs {
overflow-x: scroll !important;
border-color: gray;
border-color: gray;
border-collapse: collapse;

}

#ev .elem {
width: 120px;
padding: 5px 10px;
text-align: right;
}

#ev .itog {
width: 120px;
}

#ev .rest {
padding: 5px 10px;
text-align: left;
width: 399px !important;
background: rgba(0, 0, 0, 0.07);
}
thead th {
padding: 5px 10px;
text-align: left;
font-weight: bold;

} 

thead td tr {
font-weight: bold;
}
thead tr:hover {
background: none;
}
td, th {
    border: 0.5px solid gray;
   
}

th {
    font-weight: 100;
    background: rgba(0, 0, 0, 0.17);
}
th:hover {
    background: rgba(0, 0, 0, 0.17) !important;
}
div.statics_widget {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 30px;
    }
    div.statics_widget h1 {
    text-align: left;
    }
    div.statics_widget div:first-child {
    width: 40%;
    }
    div.statics_widget div:last-child {
    width: 60%;
    }
    
    label.gor {
        display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: center;
    }
    label.gor p {
    font-size: 20px;
    margin-bottom: 0px;
    }
    label.gor input {
    margin-bottom: 0px;
    }
    #ev_form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    }
    
    tr:hover, tr:hover td.rest {
        background: #007bff4c !important;
        }
        
        tr.itogi  {
        background: rgba(0, 123, 255, 0.16) !important;
        }
        
        
        @media (max-width: 1200px) {
            div.statics_widget {
          display: block !important;
          justify-content: none;
            }
            
            .statics_widget h1 {
            width: calc(100vw - 30px);
            }
            
            table th, table td {
            font-size: 8px;
            padding: 5px 1px !important;
            }
            #ev_form {
            display: block !important;
            }
            div.statics_widget label input {
            width: 100%;
            float: right;
           
            }
            div.statics_widget label {
                margin-bottom: 10px;
            }
            div.statics_widget .button {
            width: 100% !important;
            }
            div.statics_widget div:last-child {
            width: calc(100% - 70px);
            float: none;
            }
        }
        
       section.sta {
       padding: 0px 15px;
       width: calc(100% - 30px);
       }
       
       section.sta h1 {
       margin-left: 0px;
       margin-right: 0px;
       }
       
       
       
       
       /* EDITOR */
       div.text_format_container {
        display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 0px;
    overflow-x: scroll;
        border-radius: 12px;
       }
       
       div.text_format_container button {
   
    

    height: 50px;
    min-width: 50px;
    border: none;
    padding: 0 7px;
    border-radius: 12px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    
    background: var(--color_white);
    color: var(--color_blue);
    
    transition: .3s;
       }
       
      div#editable {
     background: white;
      width: calc(100% - 30px);
      height: calc(100vh - 335px);
      margin-top: 17px;
      overflow-y: scroll;
      scroll-behavior: smooth;
      padding: 15px;
      border-radius: 12px;
      }
      div#editable img {
      width: 100%;
      margin: 20px 0px;
      float: none;
      }
      div.editor_footer form {
      display: flex;
      gap: 20px;
      justify-content: space-between;
      margin-top: 17px;
      }
      
      div.editor_footer form select {
        font-size: 16px;
        padding: 0px 15px;
       height: 44px;
      }.category_tree ul {
        padding-left: 0px;
        list-style: none;
        }
        .category_tree ul li {
            font-size: 24px;
            margin-top: 20px;
            padding-bottom: 20px;
            
            font-weight: bold;
            font-family: 'Font Text Bold';
           
        }
        .category_tree ul:hover {
            border-bottom: 0.5px solid #A3A6AC;
        }
        .category_tree ul li ul:first-of-type li {
            font-size: 18px;
            margin-top: 10px;
            margin-bottom: 5px;
            padding-bottom: 0px;
            border-bottom: none;
            font-family: 'Font Text';
        }
      .category_tree ul li ul {
      padding-left: 0px;
      }
      .category_tree ul li ul li ul{
        padding-left: 30px;
        }
      
      
      div.file_list {
      background: white;
      border-radius: 22px;
      padding: 20px 10px 10px 10px;
      margin-bottom: 20px;
      max-height: 115px;
      overflow-y: scroll;
      }
      
      div.file_list a {
        word-break:break-all;
        color: var(--color_blue);
      }
      
      div.file_list p:last-child {
      margin-bottom: 0px;
      }
      
      div.file_list_elem {
 display: flex;
margin-bottom: 10px;
      }
      
      .category_tree ul li a:hover {
        color: var(--color_blue) !important;
        }
        
        
        
        div.options_bar {
        display: flex;
        gap: 15px;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        overflow-x: scroll;
        border-radius: 22px;
        }
        
        div.options_bar a {
        background: white;
        border-radius: 22px;
        padding: 10px 20px 10px 20px;
        width: 100%;
        text-align: center;
        color: var(--accent);
        transition: .3s;
        
        }
        div.options_bar a:hover {
        background: var(--lightblue);
        transition: .3s;
        }
        div.options_bar a div {
        display: flex;
        flex-direction: row;
        text-align: center;
        gap: 10px;
}
div.options_bar a div p {
margin-top: 1px;
margin-bottom: 0px;
}
@media (max-width: 800px) {
    div.options_bar a div {
        display: flex;
        flex-direction: column;
        gap: 0;
}
div.options_bar a   {
    padding: 10px 20px 0px 20px !important;

    
    }
    div.options_bar a div p {
        margin-top: 0px;
        margin-bottom: 10px;
        }
}
        
        
        div.options_bar p {
            color: var(--accent);
        }
        div.options_bar div img {
        height: 20px;
        margin-bottom: 2px;

        }

        .wiki_view a {
color: var(--accent);
text-decoration: solid !important;
        }
        .wiki_view img {
            width: 100%;
        }

        form.modern_form {
            width: 100%;
        }

        form.modern_form div  {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            width: calc(100% - 70px);
        }
        form.modern_form label {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 16px;
        }
        form.modern_form label p {
            margin-right: 16px;
            padding-top: 10px;
            font-size: 18px;
        }

        form.modern_form input.field {
            margin-bottom: 0px;
        }

        form.modern_form input.field, form.modern_form select {
            width: calc(100%);
        }
.blanks_form {
    background: white;
    width: calc(100% - 32px);
    padding: 16px;
    margin-bottom: 32px;
    border-radius: 15px;
    padding-bottom: 32px;
}

.gf_title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    
   
}

.gf_title input {
    color: #1C1C1E;
    font-family: 'Font Headers';
    margin: 0px 0px 5px 0px;
    width:calc(100% - 164px);
        font-size: 18px;
        line-height: 28px;
        
}
.gf_title p {
    color: var(--accent);
    font-family: 'Font Text' !important;
    margin: 0px 0px px 0px;
        font-size: 18px;
        line-height: 28px;
        
        width: 156px;
        text-align: right;
}
.gf_title p a {
    color: var(--accent);
    font-weight: 100;
}

.form_editable_params {
    width: 100%;
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 0.5px solid gray;
}
.form_editable_params:hover {
    border-bottom: 0.5px solid gray !important;
}
.form_editable_params h3 {
width: 100%;
border-radius: 22px;
padding: 0px;
margin-top: 6px;

}

.bar {
    width: 100%;
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
}
.bar h2 {
    width: 100%;
   
}

div.cffb h2 {
    margin-top: 0px;
    font-size: 22px;
}
 div.cffb {
    background: var(--white);
    width: calc(100% - 24px);
    padding: 12px 12px;
    border-radius: 15px;
    margin-bottom: 16px;


}
.cff div div {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.cff div div label {
    font-size: 18px;
    font-family: 'Font Text';
    color: var(--black);
    margin-left: 4px;
}

.cff div div input[type="checkbox"] {
    height: 18px; 
    width: 18px; 
    border-radius: 100px; 
    border-color: #0b76ef;
    background-color: #0b76ef;
}

.wiki_view div {
    margin-bottom: 8px;
}


textarea.NoteBlanks {
    width: 100px;    
    float: none;
    margin-bottom: 32px;
    border: 0.5px solid rgb(197, 197, 197) !important;
    min-height: 64px;
}

textarea.NoteBlanks:last-of-type {
    margin-bottom: 0px;
}