@import url(https://fonts.googleapis.com/css?family=Roboto:400,900&subset=latin,cyrillic);

.progress-widget { 
	font-family: 'Roboto', sans-serif;
	color: #fff;
	padding: 0;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	background: #0C101A url("i/back.png") no-repeat right top;
	background-size: contain;
}

.topinfo .progress-widget {
	background: #0C101A;
	position: relative;
}

.progress-widget .wdg-back {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
}
.topinfo .progress-widget .wdg-img {
	width: 100%;
	background: url("i/back.png") no-repeat right center;
	background-size: contain;
}
.topinfo .progress-widget .wdg-img-fliped {
	transform: scaleX(-1);
}

.progress-widget .wdg-content {
	width: 100%;
	z-index: 50;
}
.progress-widget:not(.topinfo) .wdg-content {
	margin: 0 360px 0 30px;
}
.topinfo .progress-widget .wdg-content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
	max-width: 920px;
	margin: 12px auto;
}

.progress-widget .wdg-top {
	width: 100%;
	padding: 10px 20px 0;
	display: flex;
	gap: 8px;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
}
.topinfo .progress-widget .wdg-top {
	width: unset;
	margin-bottom: 8px;
	padding: 10px 0 0;
}
.progress-widget .wdg-logos {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 30px;
}
.topinfo .progress-widget .wdg-logos { 
	justify-content: start; 
	gap: 15px;
}

.progress-widget .wdg-logo-dou {
	width: 57px;
	height: 20px;
}
.progress-widget .wdg-logo-kolo {
	width: 74px;
	height: 20px;
}

.progress-widget .wdg-progressbar {
	width: 100%;
	max-width: 780px;
	background-color: #ffffff4D;
	/* border-bottom: 1px solid #353118; */
	margin: 0;
}
.progress-widget .wdg-progressbar .bar {
	background-color: #2A95E8;
	position: relative;
	display: flex;
	justify-content: end;
}
.progress-widget .wdg-progressbar .bar .superprogress {
	position: absolute;
	height: 100%;
	background-color: #FFDD00;
}
.progress-widget .wdg-progressbar .bar .marker {
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
    padding-right: 3px;
	padding-bottom: 8px;
	color: #fff;
	position: relative;
	bottom: -5px;
	min-height: 17px;
}
.progress-widget .wdg-progressbar .bar .marker span {
	white-space: nowrap;
	word-break: normal;
	text-align: right;
}
.progress-widget .wdg-progressbar .bar .marker.inversed {
	padding-right: 0;
	width: 0;

}
.progress-widget .wdg-progressbar .bar .marker.inversed span {
	position: relative;
	left: 5px;
	text-align: left;
	color: #353118;
}

.progress-widget .wdg-bottom {
	width: 100%;
	padding: 5px 20px 18px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
	gap: 11px;
}

.progress-widget .wdg-details { 
	font-size: 14px;
	line-height: 16px;
	text-align: left;
}
.progress-widget .wdg-value {
	color: white;
	font-weight: bold;
}
.progress-widget .wdg-donate {
	background-color: #FFDD00;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	letter-spacing: .05em;
	font-size: 24px;
	line-height: 24px;
	padding: 10px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all .25s;
	width: 100%;
	max-width: 200px;
	margin: 0;
}
.progress-widget .wdg-donate:active,
.progress-widget .wdg-donate:visited { color: #000; }
.progress-widget .wdg-donate:hover {
	background-color: #FFAA00;
	color: #000;
}

.topinfo .progress-widget .wdg-bottom { padding: 10px 0 0; }
.topinfo .progress-widget .wdg-bottom-wrapper {
	display: flex;
	flex-direction: row;
	align-items: start;
	justify-content: center;
	gap: 10px 30px;
	position: relative;
}
.topinfo .progress-widget .wdg-status {
	width: 100%;
	max-width: 780px;
}
.topinfo .progress-widget .wdg-status .wdg-progressbar {
	margin: 0;
}
.topinfo .progress-widget .wdg-status .wdg-details {
	text-align: center;
	margin-top: 7px;
}
.topinfo .progress-widget .wdg-donate { margin: 0; }

.topinfo .progress-widget a#topinfo-close { color: #ffffff!important; }

.topinfo .progress-widget #wdg-topinfo-donate-mobile { display: none; }

.progress-widget:not(.topinfo) .wdg-top, 
.progress-widget:not(.topinfo) .wdg-bottom {
	padding-left: 0;
	padding-right: 0;
}

@media screen and (max-width: 1400px) {
	.progress-widget:not(.topinfo) {
		background-size: cover;
	}
}
@media screen and (max-width: 1200px) {
	.progress-widget:not(.topinfo) {
		background-position: right -60px top;
	}
	.progress-widget:not(.topinfo) .wdg-content {
		margin-right: 320px;
		margin-left: 20px;
	}
	
	.topinfo .progress-widget .wdg-donate { display: none; }
	.topinfo .progress-widget .wdg-content {
		margin: 12px 180px;
	}
	.topinfo .progress-widget #wdg-topinfo-donate-mobile {
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 100;
	}
	.topinfo .progress-widget .wdg-status .wdg-details {
		text-align: left;
	}
}

@media screen and (max-width: 740px) {
	.progress-widget {
		flex-direction: row-reverse;
	}

	.progress-widget .wdg-content {
		z-index: 5;
	}
	.topinfo .progress-widget .wdg-img-fliped { display: none; }
	.topinfo .progress-widget .wdg-img { background-position: right -40px center; }
	.topinfo .progress-widget .wdg-content {
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		gap: 5px;
		margin: 8px 150px 8px 10px;
	}
	.progress-widget:not(.topinfo) .wdg-top,
	.progress-widget:not(.topinfo) .wdg-bottom { align-items: flex-start; }
	.topinfo .progress-widget .wdg-top,
	.topinfo .progress-widget .wdg-bottom {
		margin: 0;
		padding: 0;
	}
	.progress-widget .wdg-logos { gap: 20px; }
	.progress-widget .wdg-logo-dou {
		width: 51px;
		height: 18px;
	}
	.progress-widget .wdg-logo-kolo {
		width: 67px;
		height: 18px;
	}
	.topinfo .progress-widget .wdg-logo-dou {
		width: 33px;
		height: 12px;
	}
	.topinfo .progress-widget .wdg-logo-kolo {
		width: 44px;
		height: 12px;
	}
	.topinfo .progress-widget .wdg-logo-g1 {
		width: 24px;
		height: 30px;
	}
	.progress-widget .wdg-details {
		text-align: left;
		font-size: 12px;
		line-height: 14px;
		margin-top: 3px;
	}
	.progress-widget .wdg-donate { margin-left: 0; }
	.progress-widget .wdg-progressbar .bar .marker {
		line-height: 15px;
		bottom: -4px;
		min-height: unset;
	}
}
@media screen and (max-width: 660px) {
	.progress-widget:not(.topinfo) { 
		background: #0C101A url("i/back_mobile.png") no-repeat right -120px top;
		background-size: contain;
	}
	.progress-widget:not(.topinfo) .wdg-content {
		margin-right: 240px;
	}
}
@media screen and (max-width: 560px) {
	.progress-widget:not(.topinfo) { 
		background-position: right -200px center;
		background-size: cover;
	}
	.progress-widget:not(.topinfo) .wdg-content {
		margin-right: 160px;
	}
	.topinfo .progress-widget .wdg-img { background-size: cover; }
}
@media screen and (max-width: 520px) {
	.progress-widget:not(.topinfo) .wdg-content {
		margin-right: 150px;
	}
	.topinfo .progress-widget {
		background-size: 10px 160px;
	}
}

@media screen and (max-width: 460px) {
	.progress-widget .wdg-donate {
		padding: 10px 10px;
	}
	.progress-widget:not(.topinfo) .wdg-logos {
		gap: 15px;
	}
	.topinfo .progress-widget .wdg-img { background-position: right -60px center; }
	.topinfo .progress-widget .wdg-content { margin-right: 120px; }
}
@media screen and (max-width: 400px) {
	.progress-widget:not(.topinfo) { background-position: right -220px center; }
	.progress-widget:not(.topinfo) .wdg-content { margin-right: 100px; }
	.topinfo .progress-widget .wdg-img { background-position: right -70px center; }
	.topinfo .progress-widget .wdg-content { margin-right: 90px; }
}
@media screen and (max-width: 360px) {
	.progress-widget:not(.topinfo) .wdg-content { margin-right: 60px; }
}