.modal-shadow {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10000;
    align-items: center;
}

.modal-content {
    width: 400px;
    max-width: 80%;
    background: none;
    margin: 0 auto;
    padding: 40px 20px;
    position: relative;
    min-width: 300px;
    text-align: center;
    color: #fff;
    font-weight: 400;
	font-size: 20px;
	line-height: 35px;
}
.modal-content .svg-content {
    margin: 20px 0;
}
.modal-content .svg-content svg{
	fill: #fff;
    stroke: #fff;
    width: 15px;
    height: 16px;
}
.modal-content .modal-menu li {
	list-style-type: none;
}

.modal-content .modal-menu a {
	color: #fff;
	text-decoration: none;
}
.modal-content .modal-menu a:hover {
	color: #F3E934
}
.modal-content .modal-title {
	text-transform: uppercase;
	margin-bottom: 25px;
}
.modal-content img {
	width: 50%;
}
