
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
	z-index: 99;
	font-family: "e-Ukraine";
	background: rgba(0, 0, 0, 0.75);
}

.modal-content {
    width: fit-content;
    display: flex;
    flex-flow: column;
	align-items: center;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    display: none;
}

.close:hover, .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.dl-ready-av-safe {
	border-style: dashed;
    border-color: #4ac83c;
    border-width: 3px;
    padding: 15px;
    font-size: 14px;
    text-align: center;
	width: 350px;
	max-width: 75%;
    display: flex;
    margin-top: 25px;
    flex-flow: column;
    flex-direction: row;
}

.dl-ready-av-safe span {
	font-size: 14px !important;
    margin: 0 !important;
    font-weight: lighter !important;
    padding-top: 10px;
    padding-left: 2rem;
}

.av-ad span {
	font-size: 13.4px !important;
	margin-bottom: 10px !important;
}
.av-ad {
	padding-top: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.av-sheet {
	background: white;
	border-radius: 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 15px;
	margin-top: 10px;
	z-index: 150;
}

.av-undersheet {
	font-size: 12px !important;
	margin-top: 5px; 
}

.av-undersheet a {
	color: lightgray;
	text-decoration: underline;
	padding: 0px 22.5px 0 22.5px;
}

.av-undersheet a:hover {
	color: #4ac83c;
}

.av-sheet a {
	padding: 0px 20px 0 20px;
	width: auto;
	cursor: pointer;
}


.modal-content span {
    font-size: 30px;
    color: white;
    margin-bottom: 50px;
    font-weight: bold;
}

.modal-content a.dl-windows {
    width: 500px;
    height: 60px;
    background: rgb(0, 120, 255);
    background: linear-gradient(45deg, rgba(0, 120, 255, 1) 0%, rgba(32, 125, 240, 1) 100%);
    margin: 20px 0;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: white;
    box-shadow: 0px 0px 15px 5px rgba(32, 125, 240, .6);
}

.modal:after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	backdrop-filter: blur(5px);
	background-color: rgba(0,0,0, 0.2);
}

.modal-content a.dl-linux {
    width: 500px;
    height: 60px;
    background: rgb(255, 51, 80);
    background: linear-gradient(45deg, rgba(255, 51, 80, 1) 0%, rgba(204, 62, 82, 1) 100%);
    margin: 20px 0;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: white;
    box-shadow: 0px 0px 15px 5px rgba(204, 62, 82, .6);
}

.modal-content a.dl-macos {
    width: 500px;
    height: 60px;
    background: rgb(83, 69, 211);
    background: linear-gradient(45deg, rgba(83, 69, 211, 1) 0%, rgba(114, 98, 255, 1) 100%);
    margin: 20px 0;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: white;
    box-shadow: 0px 0px 15px 5px rgba(114, 98, 255, .6);
}

.modal-content a.dl-store {
    width: 500px;
    height: 60px;
    background: rgb(255, 255, 0);
    background: linear-gradient(45deg, rgba(255, 161, 0, 1) 0%, rgba(255, 196, 0, 1) 100%);
    margin: 20px 0;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: white;
    box-shadow: 0px 0px 15px 5px rgba(255, 175, 0, .6);
}


.dl-ready#browser-chrome {
	position: absolute;
    left: 100px;
    bottom: 20px;
    width: 50%;
	height: 300px;	
	background: url('/libs/img/dlArrow.png') no-repeat;
}

.dl-ready#browser-msie, .dl-ready#browser-netscape {
	position: absolute;
	bottom: 20px;
	left: 45%;
    width: 100px;
	height: 300px;	
	background: url('/libs/img/dlArrowDown.png') no-repeat center;
}

.dl-ready#browser-firefox {
	position: absolute;
	top: 0;
	right: 6%;
    width: 300px;
	height: 300px;	
	background: url('/libs/img/dlArrowUp.png') no-repeat center;
}

.dl-ready#browser-yandex, .dl-ready#browser-safari {
	position: absolute;
	top: 0;
	right: -2%;
    width: 300px;
	height: 300px;	
	background: url('/libs/img/dlArrowUp.png') no-repeat center;
}

.dl-ready#browser-safari {
	position: absolute;
	top: 0;
	right: -2%;
    width: 300px;
	height: 300px;	
	background: url('/libs/img/dlArrowUp.png') no-repeat center;
}

.dl-ready-span, .dl-ready, .dl-ready-span-undertext {
	z-index: 100;
}

span.dl-ready-span {
	text-align: center;
	display: flex;
    flex-direction: column;
    align-items: center;
}

span.dl-ready-span#browser-chrome {
    position: absolute;
	left: 25%;
	bottom: 20%;
}

span.dl-ready-span#browser-firefox, span.dl-ready-span#browser-yandex, span.dl-ready-span#browser-safari, span.dl-ready-span#browser-opera {
    position: absolute;
	left: 40%;
	top: 35%;
}

.dl-ready#browser-opera	 {
	position: absolute;
	top: 10%;
	right: 6%;
    width: 300px;
	height: 300px;	
	background: url('/libs/img/dlArrowUp.png') no-repeat center;
}

.dl-ready#browser-msie {
	position: absolute;
	bottom: 30%;
    width: 300px;
	height: 300px;	
	background: url('/libs/img/dlArrowUp.png') no-repeat center;
}

