.goods img {
	max-width: 200px;
}

nav {
	margin-top: 20px;
	background: #002262;
}

.navbar-dark .navbar-nav .nav-link {
	color: #fff !important;
}

.navbar-brand {
	display: none;
}

.cont .time-label {
	display: none !important;
}

.fixed-top .btn {
		margin-bottom: 4px;
}

@media screen and (max-width: 992px) {
	.navbar-brand {
		display: inline-block;
	}
	body {
		background-image: url('/wp-content/themes/html5blank-stable/img/bg-new-m.jpg');
	}
	body.sub-body {
		background-image: url('/wp-content/themes/html5blank-stable/img/bg-new-m.jpg');
	}
	.calculate .left, .calculate .right {
		float: inherit;
		margin-top: 20px;
		width: 100%;
	}
	header .contacts {
		display: none;
	}
	.fixed-top .btn {
		/*display: none;*/
    margin-top: 10px !important;
    margin-right: 15px;
	}
	.recalls.rep img {
		display: block;
		margin: 0 auto 10px auto;
	}
}

@media screen and (min-width: 1210px) {
	.cont .time-label {
		display: block !important;
	}
}

@media screen and (max-width: 760px) {
	.fixed-top {
		position: relative;
	}
}
