/*
 * Error
 */
 
 
:root{
	--ind-menu-main-color : <@var <@arg KEY>$menuMainColor>;
	--ind-menu-hover-color : <@var <@arg KEY>$menuHoverColor>;
	--ind-menu-active-color : <@var <@arg KEY>$menuActiveColor>;
}

#INDmenu{
	width:360px;
	height: 100% !important;
	display: block !important;
	border:none !important;
	-webkit-box-shadow: -5px 0 4px 0 rgba(0,0,0,0.3);
	box-shadow: -5px 0 4px 0 rgba(0,0,0,0.3);
	background-color:#fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#INDmenu .INDmenuHeader{
	height:98px;
	display:block;
	position:relative;
	margin-bottom:17px;
	background-color:transparent !important;
	background-color:var(--ind-menu-main-color ) !important;
}
#INDmenu .INDmenuHeader #INDcloseAccMenu{
	display:inline-block;
	cursor:pointer;
	background:none;
	overflow: initial;
	border:none;
	text-align:center;
	line-height:1em;
	color:#fff;
	padding:0 !important;
	margin:0;
	position:absolute;
	top:18px;
	left:17px;
	width:21px;
	height:22px;
}
#INDmenu .INDmenuFooter{
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	width:100%;
	z-index: 100;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#014c5f+0,016d4d+100 */
	background: rgb(1,76,95); /* Old browsers */
	background: -moz-linear-gradient(45deg,  rgba(1,76,95,1) 0%, rgba(1,109,77,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  rgba(1,76,95,1) 0%,rgba(1,109,77,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  rgba(1,76,95,1) 0%,rgba(1,109,77,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#INDerror * {
	font-family:                Arial, Helvetica, sans-serif;
	font-size:                  25px;
	color:                      #444;
	margin : 0;
}
#INDmenu,
#INDerror{
	width:400px !important;
	display: flex !important;
}
#INDmenu{
    justify-content: center;
    align-self: center;
}
#INDerror *{
	direction:ltr !important;
}
#INDerror .INDmenuBody.INDmenuBodyHe *{
	direction:rtl !important;
}
#INDmenu #INDerror .INDmenuBody{
	padding:0 30px !important;
	display: flex;
	margin: 0 auto;
    align-items: center;
}
#INDmenu .INDmenuBody .INDmenuBody-inner{
	text-align:center;
	width:100%;
}
#INDmenu .INDmenuHeader{
	width:100% !important;
	height:50px!important;
	display:block!important;
	position:absolute!important;
	background-color:var(--ind-menu-main-color ) !important;
	background-color:#1c4bb6 !important;
	top:0 !important;
	left:0 !important;
}
#INDmenu .INDmenuHeader #INDcloseAccMenu{
	top:14px;
}
#INDmenu-heading .INDmenu-heading-icon{
	display:block;
	text-align:center;
	margin-bottom:10px;
}
#INDmenu-heading .INDmenu-heading-icon svg{
	height:70px;
	width:70px;
	margin:0 auto;
}
#INDerror .INDmenuBody{
	text-align:center;
}
#INDmenu-heading .INDerrTitle{
	display:block;
	text-align:center;
	font-size:26px;
	color:#000000;
}
#INDerror .INDmenuBody p{
	text-align: center !important;
    font-size: 16px !important;
    color: #000 !important;
    display: block !important;
    line-height: 1.3em;
	margin-bottom:52px;
}
#INDerror .INDmenuBody p.s-p{
    font-size: 20px !important;
	margin-bottom:0px;
}
#INDerror .INDmenuBodyHe p{
    font-size: 22px !important;
	margin-bottom:30px !important;
}
#INDerror .INDmenuBody .bold{
	font-weight:bold !important;
}
#INDerror .INDmenuBody p.INDerrNotif{
    font-size: 16px !important;
    color: #5f5b5c !important;
    line-height: 1.5em;
	margin:0 0 25px;
}
#INDerror .INDmenuBody p.INDerrNotif a{
    font-size: 16px !important;
    color: #5f5b5c !important;
	text-decoration:underline !important;
}
#INDerror .INDmenuBody p.INDerrNotif a.phone-link{
	text-decoration:none !important;
}
#INDerror .INDmenuBody-equal-logo{
	display:inline-block;
	color:#676060;
	font-size:17px;
}
#INDerror .INDmenuBody-equal-logo img{
	display:block;
	width:32px;
	margin:0 auto 7px;
}
#INDerror .INDmenuBody-nagich-logo img{
	width:42px;
}

#INDmenu .INDmenuFooter{
	background:none !important;
	background-color:var(--ind-menu-main-color ) !important;
	background-color:#1c4bb6 !important;
	height:42px!important;
	text-align:center;
	direction: ltr;
    color: #fff;
    font-size: 12px;
    line-height: 1em;
    padding-top: 16px;
}
#INDmenu .INDmenuFooter a{
	color: #fff;
    font-size: 12px;
}
#INDmenu .INDmenuFooter a:hover,
#INDmenu .INDmenuFooter a:focus{
	color:#fff;
}
#INDmenu #INDerror .INDmenuBody{
	display: flex !important;
    align-items: center;
	height:calc(100vh - 108px);
}
#INDerror .btn{
	background-color: #1c4bb6;
    border-radius: 7px;
    color: #fff;
    line-height: 1em;
    padding: 10px 15px;
    font-size: 16px;
    border: none;
	display:inline-block;
    white-space: nowrap;
	margin-bottom:20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#INDerror .btn:hover,
#INDerror .btn:focus{
	background-color:#000;
	color:#fff;
}
#INDerror .INDmenuBody p.l-e-p-1{
	margin:0 auto 20px;
	max-width:330px;
	font-size:16px !important;
}
#INDerror .INDmenuBody p.l-e-p-2{
	font-weight:bold;
	font-size:16px !important;
}
#INDmenu-heading .INDerrTitle.l-e-title{
	font-size: 26px !important;
}



@media screen and (max-width: 812px){
#INDmenu-heading .INDerrTitle{font-size:28px;}
#INDerror .INDmenuBody p {font-size:18px!important;}
#INDerror .INDmenuBody p.s-p {
    font-size: 15px !important;
}
#INDerror .INDmenuBody p.s-p br{
	display:none;
}
#INDmenu-heading .INDmenu-heading-icon svg {
    height: 50px;
}
#INDerror h2,
#INDmenu-heading .INDmenu-heading-icon {
	margin-bottom:10px!important;
}
#INDmenu,
#INDerror,
#INDmenu #INDerror .INDmenuBody{
	display: block !important;
}
#INDmenu #INDerror .INDmenuBody{
	display: flex !important;
}
#INDmenu .INDmenuHeader{
	position:unset !important;
}
#INDmenu #INDerror .INDmenuBody{
	overflow: auto;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    width: auto;
    bottom: 54px;
}
#INDmenu #INDerror .INDmenuBody .INDmenuBody-inner{
	display:block;
	width:100%;
	margin:0 auto;
}
}/* close max-width 812px */

@media screen and (max-width: 568px){
#INDmenu{
	width:75% !important;
}
#INDerror{
	width:100% !important;
}
}/* close max-width 568px */