
	.eea_button{
		    position: fixed;
		    bottom: 70px;
		    right: 20px;
		    width: 50px;
		    height: 50px;
		    border-radius: 50%;
		    background-color: #141414;
		    border: none;
		    z-index: 9999999;
		    background-image: url("../../imm/icons/ic_acc.svg");
		    background-size: contain;
		    background-position: center;
		    background-repeat: no-repeat;
		    cursor: pointer;
		}
		
		.eea_cont{
		    position: fixed;
		    width: 100%;
		    height: 100%;
		    top: 0;
		    left: 0;
		    z-index: 999999;
		    visibility: hidden;
		}
		.eea_cont.active{
		    visibility: visible;
		}
		
		.eea_back{
		    position: absolute;
		    top: 0;
		    left: 0;
		    width: 100%;
		    height: 100%;
		    background-color: #14141400;
		}
		
		.acc_tit{
		    position: absolute;
		    padding: 14px 20px;
		    
		}
		
		.eea_menu{
		    position: absolute;
		    right: 80px;
		    bottom: 15px;
		    height: 80%;
		    width: 80%;
		    max-width: 480px;
		    border-radius: 10px;
            overflow: hidden;
		    background-color: #141414;
		    box-shadow: 0 0 15px #707070;
		}
		@media screen and (orientation: portrait) {
		       .eea_menu{
		           height: 66%;
		           bottom: 135px;
		           right: 15px;
		       }
		}
		.eea_menu_cont{
		    position: absolute;
		    width: 100%;
		    left: 0;
		    top: 50px;
		    bottom: 0;
		    overflow: auto;
		    background-color: #FAFAF8;
		}
		
		.tit_sez_eaa{
		    position: relative;
		    display: inline-block;
		    width: 100%;
		    border-bottom: solid 1px #707070;
		}
		.tit_sez_eaa p{
		    padding: 15px 20px;
		    font-weight: 600;
			font-family: 'Satoshi', sans-serif;
		}
		
		.option_eaa{
		    position: relative;
		    display: inline-block;
		    width: 46%;
		    margin: 10px 2%;
		    width: calc(((100% - 20px) / 2) - 20px);
		    width: 96%;
		    margin: 10px 2%;
		    width: calc(100% - 40px);
		    margin: 10px calc(10px);
		    padding: 0;
		    border-radius: 10px;
		    background-color: #F4F3F1;
		    overflow: hidden;
		    cursor: pointer;
		}
		.option_eaa.active{
		    width: calc(100% - 44px);
		    margin: 8px calc(10px);
		    border: solid 2px #141414;
		}
		.icon_option_eaa{
		    /*height: 40px;
		    width: 90%;*/
		    position: absolute;
		    display: none;
		    right: 20px;
		    top: 50%;
		    margin-top: -10px;
		    width: 20px;
		    height: 20px;
		    border-radius: 50%;
		    background-color: #141414;
		    z-index: 2;
		    background-image: url("../../imm/icons/ok_ic.svg");
		    background-size: 75% auto;
		    background-position: center;
		    background-repeat: no-repeat;
		}
		.option_eaa.active .icon_option_eaa{
		    display: inline-block;
		}
		.option_eaa p{
		    padding: 15px 20px;
		    padding-right: 40px;
		    font-size: 16px;
		    line-height: 16px;
		    font-weight: 500;
		    color: #000000;
			font-family: 'Satoshi', sans-serif;
		}
		
		.option_eaa.active p{
		    color: #;
		}