.logo {
	font-family: sans-serif;
	color: #0085cf;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	margin: 15px auto;
	display: block;
	font-size: 60px;
}

.logo:hover {
	color: #0085cf;
}

.nav {
	background: black;
	line-height: 40px;
	/*	line-height: 15px;*/
}

.data-new {
	display: block;
	color: #6e6e6e;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	margin: 4px 0;
	margin-bottom: 12px;
}

.clock-new {
	color: #6e6e6e;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	margin: 2px 4px 0 0;
}

@media screen and (min-width: 900px) {
	.nav {
		background: #ff0032;
	}

	.unvisible {
		display: none;
	}
}

.nav li {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	padding: 0 8px;
}

.nav li a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 1px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.nav li a:hover {
	color: #afd8f0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.social {
	position: absolute;
	right: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.social li {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
}

.social li .facebook {
	color: #3b5998;
}

.social li .youtube {
	color: #d8362a;
}

.social li .twitter {
	color: #55bfee;
}

.soc_crumbs {
	font-size: 0;
	background: #eee;
	padding: 5px;
}

.soc_crumbs .soc_img {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}

.soc_crumbs span {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	font-size: 13px;
	text-align: right;
}

.btn {
	background: rgb(52, 152, 219) -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgb(52, 152, 219)),
			to(rgb(41, 128, 185))
		) repeat scroll 0% 0%;
	background: rgb(52, 152, 219) -webkit-linear-gradient(
			top,
			rgb(52, 152, 219),
			rgb(41, 128, 185)
		) repeat scroll 0% 0%;
	background: rgb(52, 152, 219) -moz-linear-gradient(
			top,
			rgb(52, 152, 219),
			rgb(41, 128, 185)
		) repeat scroll 0% 0%;
	background: rgb(52, 152, 219) -o-linear-gradient(
			top,
			rgb(52, 152, 219),
			rgb(41, 128, 185)
		) repeat scroll 0% 0%;
	background: rgb(52, 152, 219)
		linear-gradient(to bottom, rgb(52, 152, 219), rgb(41, 128, 185)) repeat
		scroll 0% 0%;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	border-radius: 28px;
	font-family: sans-serif;
	color: rgb(255, 255, 255);
	font-size: 22px;
	padding: 10px 20px;
	text-decoration: none;
	cursor: pointer;
	display: block;
	text-align: center;
	width: 310px;
	max-width: 90%;
	margin: 20px auto;
}

.btn:hover {
	background: rgb(60, 176, 253) -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgb(60, 176, 253)),
			to(rgb(52, 152, 219))
		) repeat scroll 0% 0%;
	background: rgb(60, 176, 253) -webkit-linear-gradient(
			top,
			rgb(60, 176, 253),
			rgb(52, 152, 219)
		) repeat scroll 0% 0%;
	background: rgb(60, 176, 253) -moz-linear-gradient(
			top,
			rgb(60, 176, 253),
			rgb(52, 152, 219)
		) repeat scroll 0% 0%;
	background: rgb(60, 176, 253) -o-linear-gradient(
			top,
			rgb(60, 176, 253),
			rgb(52, 152, 219)
		) repeat scroll 0% 0%;
	background: rgb(60, 176, 253)
		linear-gradient(to bottom, rgb(60, 176, 253), rgb(52, 152, 219)) repeat
		scroll 0% 0%;
	text-decoration: none;
	color: #fff;
}

.social_block {
	border: 2px solid #e6e6e6;
	padding: 20px;
	margin-bottom: 20px;
}

.quantity {
	color: #45688e;
	font-weight: bold;
	padding: 2px 3px 1px;
	background: #dae2e8;
	margin-bottom: 20px;
}

.comment {
	border-bottom: 1px solid #dae1e8;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.comm_text {
	display: inline-block;
	vertical-align: top;
	width: -webkit-calc(100% - 65px);
	width: -moz-calc(100% - 65px);
	width: calc(100% - 65px);
}

.sidebar {
	display: inline-block;
	vertical-align: top;
	width: 27%;
	background: #fff;
	padding: 25px 0 0;
}

.sidebar img {
	width: 100%;
	margin-bottom: 16px;
}

.sidebar a {
	text-decoration: none;
}

.sidebar p {
	font-weight: bold;
	margin-bottom: 16px;
}

.burg {
	display: none;
}

.popup {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 781px;
	height: 460px;
	background: #658fc4;
	border: 5px solid #dddddd;
	padding: 30px;
	display: none;
}

.popup h1 {
	color: #fff;
	text-align: center;
	margin-bottom: 25px;
}

.popup img {
	width: 240px;
	margin-right: 20px;
	display: inline-block;
	vertical-align: middle;
}

.popup .text {
	display: inline-block;
	vertical-align: middle;
	width: -webkit-calc(100% - 270px);
	width: -moz-calc(100% - 270px);
	width: calc(100% - 270px);
}

.popup .text p {
	font-size: 22px;
	color: #fff;
	margin-bottom: 16px;
}

.popup .popup_btn {
	display: block;
	max-width: 345px;
	margin: 10px auto;
	font-size: 23px;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-family: sans-serif;
	font-weight: bold;
	border: 1px solid #fff;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 15px 15px !important;
	margin-top: 25px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.popup .popup_btn:hover {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	background: #fff;
	color: #658fc4;
}

.close {
	position: absolute;
	top: -39px;
	right: -43px;
	border: 3px solid #ddd;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 31px;
	height: 31px;
	text-align: center;
	font-size: 23px;
	font-weight: bold;
	color: #658fc4;
	cursor: pointer;
}

@media all and (max-width: 900px) {
	.social,
	.soc_crumbs,
	.sidebar,
	.social_block,
	.nav li {
		display: none;
	}

	.logo {
		font-size: 50px;
		margin: 5px auto;
	}

	.btn {
		font-size: 18px;
	}

	.burg {
		display: flex;
		justify-content: start;
		align-items: center;
		padding: 0 10px;
		margin: 0 auto;
		text-align: center;
		gap: 18px;
	}

	.burg img {
		width: 64px;
		/* margin-top: 2px; */
		/* margin-bottom: 2px; */
	}

	.popup {
		width: 315px;
		height: auto;
		padding: 10px;
	}

	.popup img {
		width: 170px;
		margin: 0 auto;
		display: block;
	}

	.popup .text {
		width: 100%;
	}

	.popup h1 {
		margin-bottom: 16px;
		font-size: 20px;
	}

	.popup .text p {
		font-size: 15px;
		margin-bottom: 10px;
	}

	.popup .popup_btn {
		font-size: 16px;
	}
}

.privacy__block {
	text-align: center;
	margin: 25px 0;
}

.privacy__block a {
	color: red;
}

.graph-wrap {
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	height: 350px;
}

.graph-row {
	display: flex;
	height: 100%;
}

.graph-col {
	width: 25%;
	height: 100%;
}

.graph-item {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
	align-items: flex-end;
}

.graph-col:nth-child(1) .graph-item {
	background: rgb(235, 255, 234);
}

.graph-col:nth-child(2) .graph-item {
	background: rgb(224, 255, 222);
}

.graph-col:nth-child(3) .graph-item {
	background: rgb(217, 255, 215);
}

.graph-col:nth-child(4) .graph-item {
	background: rgb(202, 255, 199);
}

.graph-item-title {
	text-align: center;
	font-weight: 700;
	margin-top: 10px;
}

.graph-item-text {
	text-align: center;
	max-width: 80%;
	margin: 0 auto;
	font-size: 14px;
	margin-bottom: 14px;
}

.graph-item-volume {
	background: rgb(50, 138, 45);
	min-height: 30px;
	width: 50%;
	margin: 0 auto;
}

@media all and (max-width: 767px) {
	.graph-item-text,
	.graph-item-title {
		font-size: 12px;
		line-height: 1;
	}
}

.pulse {
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
	}

	50% {
		transform: scale(1.05);
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-o-transform: scale(1.05);
		-ms-transform: scale(1.05);
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
	}
}

.container-icons-new {
	position: absolute;
	right: 4px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.social-icon-new {
	fill: #e6e6e6;
	transition: fill 0.4s ease;
	height: 24px;
	width: 24px;
}

.clock::before {
	content: url("./clock.svg");
	top: 3px;
	left: -2px;
	position: relative;
}
