a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,button,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,input,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}button{background:0 0}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*{box-sizing:border-box}a{text-decoration:none}

* {
  box-sizing: border-box;
}

body {
  width: 100%;
  overflow-x: hidden;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  position: relative;
  font-family: "Roboto", sans-serif;
  min-width: 375px;
  font-family: sans-serif;
  background:#19222c;
  color: #c2c3c6;
  display: flex;
  flex-direction: column;
   overflow-x: hidden;
}

html, body{
    height: 100%;
    scroll-behavior: smooth;
}

body.open{
    overflow:hidden;
}

.container{
    max-width:1340px;
    padding-left:20px;
    padding-right:20px;
    margin:0 auto;
}

header{
    padding:6px 0;
    background: #222E3C;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}

footer{
    padding: 30px 0;
    background: #222E3C;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    margin:auto 0 0;
}

.header_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav a{
    color:#fff;
    display: inline-block;
    margin:0 7px;
    transition:color 0.2s ease;
}

nav a:hover{
    color:#3b7ddd;
}

main{
    max-width:1340px;
    padding-left:20px;
    padding-right:20px;
    margin:30px auto;  
    width: 100%;
}

.navbar-brand img{
    width:103px;
    height:48px;
}

.rozdil_box{
    display: grid;
    grid-template-columns: 1fr 1fr;
    width:100%;
    gap:20px;
}

.rozdil_card{
    background:#222e3c;
    padding:20px;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    transition:background 0.2s ease;
}
.rozdil_card:hover{
    background: #384350;
}

.rozdil_card_logo{
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
    height:63px;
}

.rozdil_card_logo svg,.rozdil_card_logo img{
    width:130px;
}

.rozdil_card_logo{
    font-weight: 600;
    font-size:20px;
}

.docs_box{
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr) 200px;
  gap: 20px;
  width:100%;
  align-items: start;
}

.shpora_box{
  display: grid;
  grid-template-columns: minmax(0, 1fr) 200px;
  gap: 20px;
  width:100%;
  align-items: start;
}

.sidebar ul{
    padding-left:15px;
    padding-right:15px;
}

.sidebar ul > li{
    padding:5px 0 ;
    overflow: hidden;
}

.sidebar ul > li > ul{
    padding-left:15px;
    padding-right:0px;
    padding-top:0px;
    padding-bottom:0px;
    max-height:0;
    transition:all 0.2s ease;
    opacity:0;
}

.sidebar ul > li.open > ul{
    padding-top:10px;
    padding-bottom:5px;
    max-height:1000px;
     opacity:1;
}

.sidebar ul > li > ul > li{
    padding:3px 0 ;
}

.sidebar li.active a{
    color: #3b7ddd;
}

.sidebar{
    padding-top:10px;
    padding-bottom:10px;
}

.sidebar{
    background:#222e3c;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    transition:background 0.2s ease;
    min-height: 100px;
    position: sticky;
    left:0;
    top:0px;
    /*border:solid 1px rgba(255, 255, 255, 0.176);*/
    max-height:100vh;
    overflow-y: auto;
}

.page_navigation_column{
    position: sticky;
    display: flex;
    flex-direction: column;
    left:0;
    top:0px;
    /*border:solid 1px rgba(255, 255, 255, 0.176);*/
    max-height:100vh;
}

.page_navigation{
    background:#222e3c;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    transition:background 0.2s ease;
    /*min-height: 100px;*/
    /*border:solid 1px rgba(255, 255, 255, 0.176);*/
    max-height:100vh;
    overflow-y: auto; 
    padding-bottom:10px;
}

.page_navigation a{
    color:#fff;
    font-size:14px;
}

.page_navigation > ul  {
padding:10px 0;
}

.page_navigation  ul a{
    display:inline-block;
    width:100%;
}

.page_navigation ul a.active,.page_navigation ul a:hover{
    background:#384350;
    color:#fff;
}
.page_navigation ul a:active{
    background:#2f64b1;
    color:#fff;
}


.page_navigation > ul > li a{
padding:3px 15px;
}

.page_navigation li{
    line-height: 20px;
}

.page_navigation li > ul li a{
    padding:3px 20px 3px 40px;
}

.page_navigation li > ul li a{
    position: relative;
}

.page_navigation::-webkit-scrollbar,.sidebar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.content-list a{
    color:#3B7DDD;
}

.content-list a:hover{
    color:#fff;
}

.content-list ul, .content-list ol,.main_content > ul{
    padding-left:20px;
}

.content-list ul li, .content-list ol li{
    margin:3px 0;
}

.content-list ul,.main_content > ul{
    list-style-type: disc;
}

.content-list ol,.main_content > ol{
    list-style-type: auto;
}

.page_navigation li > ul li a:before{
    content:'';
    display: block;
    width:5px;
    height:1px;
    position:absolute;
    left: 25px;
    top: 12px;
    background:#fff;
    border-radius:100%;
}

.overflow-auto{
    width:100%;
    overflow-y: auto;
}

.overflow-auto table, .main_content > table{
    border:solid 1px rgba(255, 255, 255, 0.176); 
    width: 100%;
    border-collapse: collapse;
    margin:30px 0;
}

.overflow-auto table td, .main_content > table td{
    border:solid 1px rgba(255, 255, 255, 0.176);
    padding:5px 10px;
}
.overflow-auto table th, .main_content > table th{
    border:solid 1px rgba(255, 255, 255, 0.176);
    padding:5px 10px;
    font-weight: 600;
    color:#fff;
    vertical-align: middle;
}

.version-colors,.end-of-life,.security-fixes{
    display: flex;
    align-items: center;
}

.color-box{
    width:12px;
    height:12px;
    margin-right:10px;
}
.end-of-life .color-box{
    background:#FB2C36;
}
.security-fixes .color-box{
    background:#F54900;
}

.bg-red-500{
    background:#FB2C36;
}
.bg-orange-600{
    background:#F54900;
}

.security-fixes{
    margin-left:20px;
}

code{
    margin:30px 0 35px;
    border-radius:5px;
    padding:10px 5px;
}

a{
    color:#fff;
    transition:color 0.2s ease;
}

a:hover{
    color:#3B7DDD;
}


.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    color: #fff;
    font-weight: 600;
    line-height: 1.2;
    position:relative;
}

.h1,h1 {
    font-size: 40px;
    padding-top:0;
    margin-bottom: 0px;
}

.h2,h2 {
    font-size: 26px;
    padding-top:52px;
    margin-bottom: 20px;
}

.h3,h3 {
    font-size: 20px;
    padding-top:40px;
    margin-bottom: 15px;
}

.h4,h4 {
    font-size: 16px;
    padding-top:24px;
    margin-bottom: 12px;    
}

.h5,.h6,h5,h6 {
    font-size: 14px;
}

p {
    margin-bottom: 1rem;
    margin-top: 0
}

.main_content dl,.main_content ol,.main_content ul {
    margin-bottom: 1rem;
    margin-top: 0
}

ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0
}


blockquote {
    margin: 0 0 1rem
}

code.hljs{
    font-family: monospace;
}

p code, ul code, div > table code {
    color:#e83e8c;
    word-wrap: break-word;
    margin:0;
    padding: 0;
    font-family: monospace;
}
p strong,p b{
    font-weight:600;
}

h4>a>code{
    padding-left:0;
}

p + .code-container code{
    margin-top:10px;
}

.main_content p a {
   color:#3b7ddd;
}

.main_content p a:hover{
   color:#fff;
}

.main_content img{
   max-width: 100%;
}

.info_block{
    border: solid 1px rgba(255, 255, 255, 0.176);
    padding:15px;
    display:flex;
    border-radius:5px;
    margin-bottom:30px;
}

.info_block_text{
    margin:0;
}

.info_block_icon{
    width:30px;
    height:30px;
    margin-right:15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius:3px;
}

.info_block_icon.icon_alert{
    background:#dc3545;
}
.info_block_icon.icon_info{
    background:#148a9c;
}
.info_block_icon.icon_general {
    background:#326abc;
}

/* for block of numbers */
.hljs-ln td.hljs-ln-numbers {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    text-align: center;
    color: #62605b;
    vertical-align: middle;
    padding-right: 15px;

    /* your custom style here */
}

/* for block of code */
.hljs-ln-code {
    padding-left: 10px;
}

.code-container{
    overflow-x: auto;
    position: relative;
}

.copyBtn{
    position:absolute;
    right:10px;
    top:20px;
    cursor:pointer;
}


.tabbed-code-body .code-container{
    display: none;
}
.tabbed-code-body .code-container.active{
    display: block;
}

.tabbed-code-body pre code.hljs{
    margin-top:0;
    border-radius:0 0 5px 5px;
}

.tabbed-code-nav{
    padding:0px 10px;
    background: #3D4145;
    border-radius:5px 5px 0 0;
}

.tabbed-code-nav button{
    color:#fff;
    font-size:14px;
    margin-right:15px;
}
.tabbed-code-nav button{
    color: #c2c3c6;
    font-size:14px;
    margin-right:15px;
    padding:7px 2px 5px;
    cursor:pointer;
}
.tabbed-code-nav button:hover{
    color: #fff;
}
.tabbed-code-nav button.active{
     color: #fff;
    border-bottom:solid 1px #fff;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #222e3c;
}

::-webkit-scrollbar-thumb {
  background: #0C515C;
  border-radius:5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #1E3F6F;
}

.main_content h1+ul {
       /* display: none !important;*/
}

.main_content h1+ul > li {
    margin-bottom:10px;
}

.main_content h1+ul li > ul{
    padding-left:20px;
    margin-bottom:0;
}

.main_content h1+ul li a:before {
    content: "# ";
    color: #17A2B8;
}

.main_content h4 a, .main_content h3 a, .main_content h2 a {
    position: relative;
}

.main_content h4 a:before, .main_content h3 a:before, .main_content h2 a:before {
    content: "#";
    color: #17A2B8;
    opacity: 0;
    font-weight: 400;
    transition:opacity 0.2s ease;
    position: absolute;
    margin-left: -10px;
    top:0;
    left:0;
    font-size: 16px;
}

.main_content h3 a:before{
    top: 3px;
}

.main_content h2 a:before{
    top:4px;
}

.main_content h4 a:hover:before, .main_content h3 a:hover:before, .main_content h2 a:hover:before {
    opacity:1;
}

.doc-category{
    font-size:14px;
}
.doc-category > .open_cat strong{
    font-weight: 600;
    text-align: left;
}


.open_cat{
    color:#c2c3c6;
    cursor:pointer;
    transition:all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width:100%;
    line-height:20px;
    padding-left:5px;
}

.open_cat span{
    margin-left:5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition:all 0.2s ease;
}

.open .open_cat span{
    transform:rotate(180deg);
}

.open_cat:hover{
    color:#3B7DDD;
}

.main_content > h1:first-child + ul{
    display:none;
}

.collection-method-list p{
    column-count:3;
}
.collection-method-list a{
    display: block;
    width: 100%;
}

.h4first{
    margin-top:60px;
}

#valet-support ul,.content-list:first-of-type ul,#software-list ul{
    column-count: 2;
}

.search_box{
    width:100%;
    position:sticky;
    left:0;
    top:0;
    z-index:5;
     height:40px;
     margin-bottom: 30px;
     display: flex;
}

.search_box_inner{
    width:100%;
}

.tntsearch-form{
    width:100%;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    position: relative;
    z-index:4;
}

.tntsearch-form .form-input{
    width:100%;
    color: #fff;
    background: #292d3e;
    height:40px;
}
.tntsearch-form .form-input::placeholder{
     color: #959dcb;
}

.tntsearch-dropdown ~ .tntsearch-results .row{
    width: 100%;
    color: #959dcb;
    background: #292d3e;
    max-height:50vh;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
}

.tntsearch-results .row > p {
    margin-top: 0;
    margin-bottom: 20px;
    border-bottom: solid 1px #393939;
    padding-bottom: 20px;
}

.ukr_plink{
    display: block;
    width: 100%;
    margin-top:15px;
}

.ukr_plink img{
    width: 100%;
}

.footer_box{
    width:49%;
}

.mobile_navigation,.close_nav{
    display:none;
}

.shpora_box .main_content .h2, .shpora_box .main_content h2 {
    font-size: 24px;
    padding-top: 16px;
    margin-bottom: 20px;
    border-bottom: solid 1px #0c515c;
    padding-bottom: 10px;
}

.shpora_box .main_content .h3, .shpora_box .main_content h3 {
    font-size: 18px;
    padding-top: 0px;
    margin-bottom: 15px;
}

.shpora_box .main_content .h4, .shpora_box .main_content h4 {
    padding-top: 0px;
}

@media all and (max-width:1200px){

    .main_content > h1:first-child + ul{
        display:block;
        margin-top:30px;
        list-style-type:none;
        padding-left: 0;
    }
    .main_content > h1:first-child + ul + h2{
        padding-top: 30px;
    }
    .docs_box {
        grid-template-columns: 200px minmax(0, 1fr);
    }    
}

.main_title,.block_title{
    margin-bottom:30px;
    font-size:60px;
}
.main_title strong,.block_title strong{
    color:#0b7af4;
}

.razd_description{
    font-size: 20px;
    line-height: 28px;
}

.razd_descr_width{
    max-width:50%;
}

.main_box{
    display: flex;
    flex-wrap: wrap;
    width:100%;
    justify-content: space-between;
}

.main_box img{
    max-width:100%;
    width: 100%;
    height:auto;
}

.main_box_full{
    width:100%;
    margin-bottom:30px;
}

.main_box_left{
    width:calc(50% - 30px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main_box_right{
    width:calc(50% - 30px);
}

.main_box_center{
   display: flex; 
   justify-content: center;
   align-items: center;
}

.main_box_ua{
    margin:60px 0;
}

.btn{
    display: inline-flex;
    align-items: center;
    justify-content:center;
    height:50px;
    line-height:50px;
    border-radius:5px;
    background:#0b7af4;
    color:#fff;
    transition:opacity 0.2s ease;
}

.btn:hover{
    opacity:0.8;
    color:#fff;
}

.btn.btn_second{
    background:#0C515C;
    color:#fff;  
}

.box_buttons{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top:50px;
}

.box_buttons .btn{
    width:48%;
}

.fpakets{
    padding:20px;
    border-radius:5px;
    background: #222E3C;
    width:100%;
    margin:15px 0;
    display: flex;
    align-items:center;
    cursor:pointer;
    transition:background 0.2s ease;
}

.fpakets:hover{
    background: #0C515C;
}

.fpakets:hover .fpakets_link{
    color: #fff;
}

.fpakets:hover .fpakets_text{
    color:#c2c3c6;
}

.fpakets_logo{
    width:100px;
    height:100px;
    display: flex;
    align-items:center;
    justify-content: center;
    margin-right:20px;
}

.fpakets_logo img,.fpakets_logo svg{
    width:100px;
    height:100px;
}

.fpakets_box{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:20px;
}

.fpakets_body{
    display: flex;
    flex-direction: column;
}

.fpakets_title{
    font-weight:bold;
    font-size:20px;
    color:#fff;
    margin-bottom:15px;
    padding-top:0;
}

.fpakets_text{
    font-size:14px;
    margin-bottom:15px;
    color:#c2c3c6;
}

.fpakets_link{
    font-size:14px;
    color:#0b7af4;
    transition:color 0.2s ease;
}

.eco_list{
    width: 100%;
    column-count: 2;
    column-gap: 20px;
    margin-top:30px;
}

.eco_list li{
    margin:10px 0;
}

.eco_item{
    display: flex;
    flex-direction: column;
}

.eco_item_top{
    display: flex;
    position: relative;
    margin-bottom: 5px;
    align-items: center;
}

.eco_item_bottom{
    width: 100%;
    font-size: 14px;
    margin-bottom: 15px;
    color: #c2c3c6;    
}

.eco_item_tag{
    background:#0b7af4;
    border-radius: 7px;
    color:#fff;
    height:20px;
    line-height:20px;
    font-size:10px;
    padding:0 7px;
    margin:0 0 0 5px;
}

.footer_descr{
    margin:30px 0;
}

.footer_container{
    display: flex;
}

.footer_box_right{
    display: flex;
    justify-content: flex-end;
}

.footer_box_menu_title{
    font-size: 20px;
    color:#fff;
    margin-bottom:20px;
}

.footer_box_menu{
    display: flex;
    flex-direction: column;
    margin:0 0 0 auto;
}
.footer_box_menu li{
    margin-bottom:7px;
}
.footer_box_menu li:last-child{
    margin-bottom:0;
}

.footer_box_menu a{
    color: #c2c3c6;
}

.footer_box_menu a:hover{
    color: #0b7af4;
}

.show_on_mobile{
    display:none;
}

.burger,.mobile_menu{
    display:none;
}

#bookmarkBtn{
    cursor:pointer;
}

#bookmarkBtn:hover{
    opacity:0.8;
}

#bookmarkBtn img{
    display: block;
}

@media all and (max-width:1200px){
    .fpakets_logo img,.fpakets_logo svg{
        width:100%;
        height:auto;
    }
    .fpakets_body{
        width: 100%;
    }
    .btn{
        font-size:14px;
    }
     .main_box_left {
        width:100%;
     }
     .main_box_right {
        width:100%;
     }
    .main_title, .block_title {
        margin-bottom: 30px;
        font-size: 40px;
    }    
    .razd_description {
        font-size: 16px;
        line-height: 22px;
    }
    .main_box img {
        max-width: 70%;
        margin: 0 auto;
        display: block;
    } 
    .razd_descr_width {
        max-width: 100%;
    }    
    .fpakets_logo{
        width:70px;
        height:70px;
        margin-right:0;
        margin-bottom:20px;
    }  
         .fpakets{
             flex-direction: column;
         }   
    .main_content_holder{
        overflow-x: hidden;
     }     
    .overflow-auto table{
        margin-bottom:0;
    }  
    
    .overflow-auto{
        margin-bottom:30px;
    } 
    
    .docs_box,.shpora_box{
       grid-template-columns:1fr;
    }  
    .mobile_navigation{
        display:flex;
        width:100%;
        justify-content: space-between;
    
    }

    .mobile_navigation button{
        color:#fff;
        padding:5px 10px;
        height:25px;
        width:100px;
        font-size:14px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius:0 0 5px 5px;
        position: relative;
        z-index: 3;
        box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    }

    .open_category{
        background:#222E3C;
    }
    .open_category:after{
       content:'';
        border: solid;
         border-width: 2px 2px 0 0;
         display: inline-block;
         padding: 2px;
         transform: rotate(45deg);    
         margin-left:5px;   
    }

    .open_nav{
        background: #222E3C;
    }
    .open_nav:before{
       content:'';
        border: solid;
         border-width: 0 0 2px 2px;
         display: inline-block;
         padding: 2px;
         transform: rotate(45deg);    
         margin-right:5px;   
    }

        .search_box{
            height:60px;
        }

        .tntsearch-form .form-input{
            height:30px;
        }

        .search_box_inner.sticky{
            position: fixed;
            left:20px;
            top:0;
            width:calc(100% - 40px);
        }
        .close_nav{
            display: block;
            color: #fff;
            font-size: 24px;
            position:absolute;
            right:10px;
            top:10px;
        }


    .sidebar{
        left:-100%;
        max-width:400px;
        padding-top:60px;
    }
    .sidebar.slide{
        left:0;
    }
    
    .page_navigation_column{
        right:-100%;
        left:auto;
        background: #222e3c;
        max-width:240px;
        padding:40px 15px 20px;
    }
    
    .page_navigation_column.slide{
        right:0;
    }
    
    .page_navigation_column .close_nav{
        right:auto;
        left:10px;
    }  

    .sidebar,.page_navigation_column{
       position: fixed;
       top:0;
       height:100%;
       width:100%;
       z-index:101;
       transition:all 0.2s ease;
       box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.5);
    } 

    .page_navigation > ul > li a{
        padding-left:0;
    }
 
    .tntsearch-form .form-input{
        font-size:14px;
    }
    .tntsearch-form .form-input::placeholder{
        font-size:14px;
    }
   
}

@media all and (max-width:767px){
    #bookmarkBtn{
        display:none;
    }
    .error-page h1{
        font-size: 3rem!important;
    }
        .main_box img {
             max-width: 100%;
         }
         .fpakets_box{
            grid-template-columns: 1fr;
           
         }
         .fpakets{
             margin:0;
             flex-direction: row;
         }
    .fpakets_logo{
        margin-right:20px;
        margin-bottom:0;
    }  
    .main_box_ua {
        margin: 30px 0;
    }  
    .show_on_mobile{
        display:flex;
    }   
    .hide_on_mobile{
        display: none;
    }   
    .footer_box{
        width:100%;
    }     
    .footer_box_menu {
        margin: 30px auto 0 0;
    }
    .footer_descr {
        margin: 50px 0 20px;
    } 

    .version-colors{
        flex-direction: column;
       align-items: flex-start;
    }

    .security-fixes{
        margin-bottom:10px;
        margin-left:0;
    }
    .end-of-life{
        margin-bottom:10px;
    }
    .h1, h1 {
        font-size: 30px;
    }  
    .collection-method-list p {
        column-count: 2;
    }    
    .header_box > nav{
        display:none;
    }
    .burger{
        display:grid;
        grid-template-columns: 1fr;
        gap:5px;
        width:30px;
        margin-left:20px;
        flex-shrink:0;
    }     
    .burger span{
        width:100%;
        display: block;
        height:2px;
        border-radius:3px;
        background:#fff;
        transition:all 0.2s ease;
    }      
    .burger.open span:first-child{
        transform: rotate(45deg) translate(5px, 5px);
    }      
    .burger.open span:last-child{
        transform: rotate(-45deg) translate(5px, -5px);
    }  
    
    .burger.open span:nth-of-type(2){
        opacity:0;
    }  

    .mobile_menu{
        display: flex;
        position:fixed;
        left:-100%;
        top:67px;
        height:calc(100% - 67px);
        background: #19222c;
        max-width: 420px;
        width:100%;
        z-index:10;
        transition:left 0.2s ease;
    }

    .mobile_menu.open{
        left:0;
    }
    .mobile_menu nav{
        display: flex;
        flex-direction: column;
        margin:25px 0 0 20px;
    }
    .mobile_menu nav a{
        margin:5px 0;
    }
}