.notification_success{display:flex;align-items:center;justify-content:center;position:fixed;width:100%;height:90px;background-color:green;z-index:10}.notification_success p{color:#fff;font-size:20px;font-weight:700}.notification_error{display:flex;align-items:center;justify-content:center;position:fixed;width:100%;height:90px;background-color:red;z-index:9}.notification_error p{color:#fff;font-size:20px;font-weight:700}.header{width:100%;height:90px;border-bottom:1px solid #e2e2e2;position:relative}.header-wrap{width:1170px;margin:0 auto;height:100%;display:flex;align-items:center;justify-content:space-between}.skeleton_loader{display:block}.menu-img{width:40px;height:28px;cursor:pointer;display:none!important}.header-menu-close-button{cursor:pointer;display:none}.header-menu-section{display:flex;justify-content:space-between;width:100%;height:90px;align-items:center}.header-navigation-section{height:100%;display:flex;align-items:center}@media screen and (max-width:1170px){.header{height:auto}.menu-img{display:block!important}.skeleton_loader{display:none}.header-menu-close-button{display:block}.header-wrap{width:834px;padding-left:10px;padding-right:10px;flex-direction:column;row-gap:30px}}@media screen and (max-width:834px){.header-wrap{width:580px;padding-left:10px;padding-right:10px;flex-direction:column;row-gap:30px}}@media screen and (max-width:580px){.header-wrap{width:390px;flex-direction:column;row-gap:30px}}@media screen and (max-width:390px){.header-wrap{width:100%}}@media screen and (max-width:834px){.header-loader{display:none}}