@import url(https://fonts.googleapis.com/css?family=Roboto:400,900&subset=latin,cyrillic);

.progress-widget { 
	font-family: 'Roboto', sans-serif; 
	background-color: #583D24;
	color: #353118;
	padding: 0;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	background: #583D24 url("i/2511-bg.png") repeat-x center bottom;
	background-size: 10px 200px;
}

.topinfo .progress-widget {
	background-position: center;
	background-size: 10px 180px;
}

.progress-widget .wdg-img {
	width: 200px;
	aspect-ratio: 1 / 1;
	margin-top: -20px;
}
.topinfo .progress-widget .wdg-img {
	width: 180px;
	margin-top: -40px;
	margin-bottom: -40px;
}

.progress-widget .wdg-content {
	width: 100%;
}
.topinfo .progress-widget .wdg-content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
}

.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: center;
	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-logo-3, 
.progress-widget .wdg-logo-nova {
	width: 22px;
	height: 42px;
}

.progress-widget .wdg-progressbar {
	width: 100%;
	max-width: 780px;
	background-color: #35311833;
	border-bottom: 1px solid #353118;
	margin: 0 auto;
}
.progress-widget .wdg-progressbar .bar {
	background-color: #F27900;
	position: relative;
	display: flex;
	justify-content: end;
}
.progress-widget .wdg-progressbar .bar .superprogress {
	position: absolute;
	height: 100%;
	background-color: #CC4400;
}
.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: center;
}
.progress-widget .wdg-value {
	color: #353118;
	font-weight: bold;
}
.progress-widget .wdg-donate {
	background-color: #353118;
	color: #F29100;
	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 auto;
}
.progress-widget .wdg-donate:active,
.progress-widget .wdg-donate:visited { color: #F29100; }
.progress-widget .wdg-donate:hover {
	background-color: #232010;
	color: #FFAD33;
}

.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 .progress-widget) .wdg-top, 
.progress-widget:not(.topinfo .progress-widget) .wdg-bottom {
	padding-left: 0;
	padding-right: 0;
}

@media screen and (max-width: 1200px) {
	.progress-widget:not(.topinfo .progress-widget) {
		background-position: center top;
		background-size: 10px 180px;
	}
	.progress-widget:not(.topinfo .progress-widget) .wdg-img {
		width: 180px!important;
		height: 180px!important;
		margin-top: 0px;
	}
	.progress-widget:not(.topinfo .progress-widget) .wdg-img-01 { margin-left: -20px; } 
	.progress-widget:not(.topinfo .progress-widget) .wdg-img-02 { margin-right: -20px; }
	
	.topinfo .progress-widget .wdg-donate { display: none; }
	.topinfo .progress-widget #wdg-topinfo-donate-mobile {
		display: block;
		position: absolute;
		width: 100%;
		height: 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-img-01 { transform: scaleX(-1); }
	.progress-widget .wdg-img-02 { display: none; }

	.progress-widget .wdg-content {
		padding-left: 15px;
		z-index: 5;
	}
	.topinfo .progress-widget .wdg-content {
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		gap: 5px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.progress-widget:not(.topinfo .progress-widget) .wdg-top,
	.progress-widget:not(.topinfo .progress-widget) .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;
	}
	.progress-widget .wdg-logo-3, 
	.progress-widget .wdg-logo-nova {
		width: 20px;
		height: 38px;
	}
	.topinfo .progress-widget .wdg-logo-dou {
		width: 45px;
		height: 16px;
	}
	.topinfo .progress-widget .wdg-logo-kolo {
		width: 59px;
		height: 16px;
	}
	.topinfo .progress-widget .wdg-logo-3, 
	.topinfo .progress-widget .wdg-logo-nova {
		width: 18px;
		height: 35px;
	}
	.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:not(.topinfo .progress-widget) .wdg-img-01 { margin-left: 0; }
}

@media screen and (max-width: 520px) {
	.progress-widget:not(.topinfo .progress-widget) .wdg-img { 
		margin-right: -40px;
	}
	.topinfo .progress-widget {
		background-size: 10px 160px;
	}
	.topinfo .progress-widget .wdg-img-01 { 
		width: 160px;
		height: 160px;
		margin-top: -30px;
    	margin-bottom: -30px;
		margin-right: -40px;
	}
}

@media screen and (max-width: 460px) {
	.topinfo .progress-widget .wdg-img-01 { 
		margin-top: -20px;
    	margin-bottom: -20px;
		margin-right: -30px;
	}
	.progress-widget .wdg-donate {
		padding: 10px 10px;
	}
	.progress-widget:not(.topinfo .progress-widget) .wdg-logos {
		gap: 15px;
	}
	.progress-widget:not(.topinfo .progress-widget) .wdg-img { 
		margin-left: -10px;
	}
}
@media screen and (max-width: 400px) {
	.progress-widget:not(.topinfo .progress-widget) .wdg-img { 
		margin-right: -55px;
		margin-left: -25px;
	}
}