

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.alert-part-pay {
	position: fixed;
    top: 0;
    left: 70px;
    width: calc(100% - 70px);
    z-index: 999;
    background: #ff7f50;
}

.alert-part-pay__container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
	width: 100%;
    min-height: 50px;
    padding: 10px 55px 10px 10px;
}

.alert-part-pay__close-button {
    position: absolute;
    top: 50%;
    right: 8px;
    display: block;
    width: 40px;
    height: 40px;
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/5752/sc/508/h/f0d30261050346d9b4e75be4679c0336.svg) no-repeat center center;/*белый*/
    background-size: cover;
    border: none;
    padding: 0;
    transform: translateY(-50%);
}

.alert-part-pay__text {
	font-size: 30px;
    color: #ffffff;
    text-align: center;
    margin: 0;
    margin-right: 30px; 
}

.alert-part-pay__button {
	display: flex;
    align-items: center;
    padding: 10px 20px;
    color: #000000;
    font-size: 17px;
    text-decoration: none;
    background: #f6f6f6;
    border-radius: 8px;
}

.alert-part-pay__icon {
	margin-right: 8px;
}

.alert-part-pay__button:hover {
	text-decoration: none;
    background: #e2e2e2;
}

@media (max-width: 1190px) {
	.alert-part-pay__text {
        font-size: 18px;
    }
}

@media (max-width: 850px) {
	.alert-part-pay__text {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
	.alert-part-pay {
    	top: 0;
    	left: 0;
        width: 100%;
	}
}

@media (max-width: 646px) {
	.alert-part-pay__text {
    	margin-right: 0;
        margin-bottom: 8px;
	}
    
    .alert-part-pay__button {
        padding: 5px 20px;
    }
}


