
.btn.loader {
    background-image: url(../img/loader.gif);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    color: rgba(0, 0, 0, 0) !important; 
}

.overlay-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	animation: modal-open .5s;
	z-index: 1200;
    display: none;
}

.overlay-wrapper__close {
    position: absolute;
    top: -20px;
    right: -20px;
    cursor: pointer;
    font-size: 24px;
    color: #fff;
    background: #EF7F1A;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 500;
    font-family: 'Magistral', sans-serif;
}

.overlay-wrapper > div {
	position: relative;
	background: #fff;
    width: 1290px;
	top: 35%;
	left: 50%;
	transform: translate(-50%,-50%);	
	border-radius: 15px;
	z-index: 1400;
	display: inline-block;
}

.icon-appshop {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    height: 40px;
}
.icon-appshop-app-store {
    background-image: url(../img/icons/app-store.png);
    width: 120px; /* 3 */

}
.icon-appshop-google-play {
    background-image: url(../img/icons/google-play.png);
    width: 134px; /* 3.36 */
}

.icon-appshop-rustore {
    background-image: url(../img/icons/rustore-dark.svg);
    width: 110px; /* 3.36 */
}