.modal,.modal-overlay{position:fixed;top:0;width:100%}.modal-overlay{right:0;bottom:0;left:0;height:100%;background:rgba(0,0,0,.75);z-index:1000}.modal{display:none;left:50%;padding:15px;max-width:1300px;box-sizing:border-box;z-index:9999999999999;visibility:hidden;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o--transform:translateX(-50%);transform:translateX(-50%)}.modal-content {	background: unset;height: 100%;flex-direction: unset;align-items: center;border: 0 none;border-radius: unset;}.modal-title{margin:0}

.close-icon-modal,.modal-footer button{webkit-appearance:none;appearance:none;outline:0;cursor:pointer}.modal-body,.modal-footer,.modal-header{padding:0}.modal-header{border-bottom:1px solid rgba(0,0,0,.1)}.modal-title{font-size:1.75em;font-weight:600}
.modal-body {
	line-height: 1.65;
	max-width: 700px;
	margin: 0 auto;

}
	.modal-body > div {position: relative;background: #000;height: 35px;display: flex;justify-content: end;align-items: center;	}
	.modal-body img {
		max-width: 700px;
	}.modal-body p {
		font-size: 14px;
		margin-top: 0
	}.modal-body p:last-child{margin-bottom:0}.modal-footer{background:rgba(0,0,0,.03);text-align:right}.close-icon-modal {	display: flex;align-items: center;margin-right: 10px;background: unset;border: none;padding: 0;line-height: unset;height: 12px;width: 12px;}.modal-footer button{padding:0 25px;height:40px;font-size:14px;font-weight:700;border:none;border-radius:2px;}.modal-footer .close-button{color:#fff;background:#e83030;}.modal-footer .close-button:hover .modal-footer .close-button:focus{background:#e62121}