.modal-backdrop {
	z-index: 2010;
	background-color: #5E629B;
}

.modal {
	z-index: 2040;
}

.modal-content {
	border-color: transparent;
	border-radius: 18px;
	box-shadow: 0px 0px 11px rgba(48, 52, 102, 0.1);
}

.modal-header {
    border-bottom: 1px solid #dbdce4;
}

.modal .close {
	width: 21px;
    height: 21px;
    background-image: url(../uploads/images/close.svg);
    font-size: 0;
}

.modal__description {
	margin-bottom: 30px;
}

.modal__text {
	text-align: center;
}

.modal-header h2 {
	text-align: center;	
	margin-bottom: 0;
	color: #303466;
	padding-left: 21px;
	font-size: 18px;
    line-height: 22px;
}

.item-big-card .modal-header h2 {
	margin-top: 0;
}

.modal-body {
	text-align: center;
}

.modal__submit {
	display: inline-block;
	padding: 10px 20px;
	background: #5E629B;
	border-radius: 20px;
	color: #FFFFFF;
	min-width: 165px;
}

.modal__submit:hover, .modal__submit:focus, .modal__submit:active {
	background: #303466;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06), 0px 10px 16px rgba(0, 0, 0, 0.1);
	color: #FFFFFF;
	text-decoration: none;
}

@media screen and (max-width: 1999px) {
	.item-big-card .modal-header h2 {
	    display: block;
	}
}

