@media(max-width:767px) {
	/* Збільшуєио відступи на мобілках */
	.modal-dialog {
		margin: 20px 15px;
	}	
}
	
.modal-header {
    border-bottom: 0 none;
    padding: 0 15px;
}
.modal-header .close {
	top: -11px;
	right: -11px;
	margin-top: 0;
}
/*
button.close {
	font-size:30px;
	opacity: 0.4;
	position: relative;
	z-index:77;
    font-weight: 300;
}
*/
	
	
.bottom-ad {
	position: fixed;
	z-index:105;
	left: 0;
	right: 0;
	bottom: 0;
	
	background: #309dc6;
}

button.close {
    background: #000;
    border-radius: 50%;
    opacity: 1;
    padding: 4px;
    border: 2px solid #fff;
    position: absolute;
    top: -13px;
    right: 5px;
}
button.close>span {
    color: #fff;
    text-shadow: none;
    width: 16px;
    height: 16px;
    display: block;
	text-align: center;
    line-height: 12px;
    font-size: 22px;
	font-weight:300;
}
.close:hover,
.close:focus {
	opacity: 0.95;
}

@media(min-width:1024px) {
	button.close>span {
		width: 14px;
		height: 14px;
		line-height: 11px;
		font-size: 19px;
	}
}