:focus{
	outline: none;
}
.overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 1100;
 }

.modalWindow {
    position: absolute;
    display: none;
    z-index: 9999;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.modalWindow img{
	width: 100%;
	height: auto;
}
.close_1 {
    position: absolute;
    top: 43px;
	right: 43px;
	background: 0;
    border: 0;
    width: 3.5%;
    cursor: pointer;
}


.close_2 {
    position: absolute;
	right: 50%;
    transform: translate(50%,0);
    bottom: 6%;
    background: 0;
    border: 0;
    width: 14%;
    cursor: pointer;
}
.close_1 img,
.close_2 img{
	width: 100%;
}
.open,{
	cursor : pointer;
	background: 0;
    border: 0;
}

@media screen and (max-width: 750px) {
	.modalWindow{
		width: 100%;
		height: auto;
		left: 50%;
	}
	.close_1 {
		top: 1%;
		right: 5%;
		padding: 0;
		width: 5%;
	}
	.close_2 {
		width: 25%;
		bottom: 1.7%;
		right: 50%;
	}
	.modal_txt{
		width: 70%;
		margin: 5px 0;
	}
}