.ab_banner{
	position: fixed;
    width: 620px;
    display: inline-block;
    left: 10px;
    bottom: 10px;
    z-index: 111111111111;
	/*background-color: #084769;*/
    color: white;
    padding: 18px;
    border-radius: 0;
    box-shadow: 0 0 21px -3px black;
	border: 1px solid;
}



.ab_cross{
	position: absolute;
    right: 9px;
    top: 5px;	
}

.ab_cross i{
	font-style: normal;
}

.ab_cross a{
	color: white;
}

.ab_head{
	font-size: 18px;
    margin-bottom: 8px;
    font-weight: 900;
	font-family: 'Arial'; /*, KyivType Sans';*/
}

.ab_text{
	margin-bottom: 20px;
	transition: all 0.3s;
}

.ab_text.ab_text_min{	
    height: 96px;
    overflow: hidden;
	position: relative;
}

.ab_text.ab_text_min:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	height: 43px;
	background: #222222;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.ab_text p{
	text-align: justify;
	margin-bottom: 10px;	
}

.ab_text a{	
    font-size: 15px;
    color: white;
    border-bottom: 1px dashed;
    margin-bottom: 6px;
    line-height: 1.2;
    border-bottom: none;
    text-decoration: underline;
}
     
.ab_btn{
	background-color: white;
	float: right;
	    
}     

.ab_more{
	color: white;
    border-color: white;
}

.ab_more:hover{
	background-color: white;
}

.btn{
	outline: none !important;
	box-shadow: none !important;
}

@media(max-width: 768px){
	.ab_banner{
        width: auto;
        right: 0;
        bottom: 0;
        margin: 10px;
	}
	
	.ab_head{
		font-size: 17px;
	}	
}


.ab_text p,
.ab_banner{
	font-family: arial;
	line-height: 1.2;
	color: #b6aa88;
	background-color: black;
}
.ab_banner p{
	color: #b6aa88;
}
.ab_more{
	color: #b6aa88;
	border-color: #b6aa88;
}
.ab_more:hover{
	color: black;
}
.ab_btn:hover{
    color: black;
}