.remodal {
    position: absolute;
    outline: none;
	padding: 0;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    bottom: 59px;
    left: 0;
}
.remodal-close {
    position: absolute;
    bottom: 105%;
    right: 0;
    display: block;
    overflow: visible;
    width: 70px;
    height: 70px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    text-decoration: none;
    color: #95979c;
    border: 0;
    outline: 0;
    background: transparent;
    z-index: 99999;
    background: #000;
	border: 0;
	box-sizing: border-box;
}
.remodal-overlay {
    /*background: rgba(43, 46, 56, 0.9);*/
    background: none;
}
.remodal_close:before, .remodal_close:after {
	content: '';
	height: 2px;
	width: 36px;
	display: block;
	background: #fff;
	position: absolute;
	top: 7px;
	left: 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.remodal_close:after {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
