@import url(https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,regular,italic,500,500italic,700,700italic,900,900italic&display=swap);

html,
body {
	padding: 0;
	margin: 0;
}

body {
	font-family: "Roboto", sans-serif;
}

body * {
	box-sizing: border-box;
	color: #323232;
}

.container-fluid {
	max-width: 1100px;
	margin: 0 auto;
}
.top-header {
	padding: 30px 0;
}

.bottom-header {
	border-top: 1px solid #861a14;
	background: #c4261d;
	border-bottom: 1px solid #f83232;
	box-shadow: 0 5px 5px 0 rgba(0,0,0,.2);
	width: 100%;
	position: relative;
	z-index: 1;
}
nav {
	border-left: 1px #d66861 solid;
	font-size: 0;
}
nav a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 13px;
	padding: 0 15px;
	line-height: 45px;
	border-right: 1px #d66861 solid;
}
nav a:hover,
nav a.active {
	background: #333436;
}
.bottom-header > div {
	display: flex;
	justify-content: space-between;
}
.user,
.menu {
	display: inline-block;
	padding: 0 15px;
	line-height: 45px;
	border-right: 1px #d66861 solid;
	border-left: 1px #d66861 solid;
}
.menu {
	display: none;
}



.main-content {
	max-width: 980px;
	margin: 0 auto;
	background: #fff;
	padding: 40px;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 400;
}


.main-content p {
	margin: 0 0 20px;
}

h1,
h2,
ul,
ol {
	padding: 0;
	margin: 0 0 20px 0;
}

ul,
ol {
	padding-left: 20px;
}

ul li:not(:last-child),
ol li:not(:last-child) {
	margin-bottom: 15px;
}

h1 {
	font-size: 24px;
	color: #c4261d;
}

.red-txt,
.red-txt *,
.main-content u {
	color: #c4261d;
}

.main-content>img {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
	max-width: 100%;
}

.main-content>div {
	margin-bottom: 20px;
	padding: 10px;
}

.main-content a:hover {
	text-decoration: none;
}
.main-content a {
	font-weight: 600;
}

.block {
	background: rgb(187 187 187 / 31%);
	border: 2px #000 solid;
	padding: 10px;
	font-style: italic;
}

.border {
	border: 1px #000 solid;
}

.h2 {
	font-size: 1.15em;
	line-height: 1.16;
}

.center-txt {
	text-align: center;
}

.main-content>div>ul,
.main-content>div>ol,
.main-content>div p:last-child {
	margin-bottom: 0;
}


img.prod-img {
	margin: 0 auto;
	max-width: 100%;
	display: block;
}

.order_block {
	border: 1px #d8d8d8 solid;
	box-shadow: 0 0 15px #d8d8d8;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	display: flex;
	padding: 10px;
	justify-content: space-around;
	align-items: center;
	
}
.price-bl {
	display: flex;
	border-bottom: 1px #bbb solid;
	padding-bottom: 20px;
	margin-bottom: 20px;
	justify-content: space-around;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
}
.price-bl > div:first-child,
.price-bl > div:first-child * {
	color: #6d6d6d;
}
.input-roulette {
	height: 40px;
	-webkit-appearance: none;
	appearance: none;
	margin: 0 auto 10px;
	border: 1px #bbb solid;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	width: 100%;
	max-width: 300px;
	padding-left: 10px;
	font-size: 16px;
}
#order_form {
	width: 100%;
	margin: 0 auto;
}
.form-block {
	text-align: center;
}
.button {
	width: 100%;
	max-width: 300px;
	cursor: pointer;
	color: #fff;
	font-weight: 600;
	background: #c4261d;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border: 0;
	font-size: 20px;
	height: 40px;
}


.bot-btn {
	padding: 14px 10px;
	box-sizing: border-box;
	max-width: 400px;
	width: 100%;
	background-color: #c4261d;
	font-weight: bold;
	font-size: 19px;
	color: white;
	text-align: center;
	margin: 20px auto 1rem;
	display: block;
	text-decoration: none
}
.left-count {
	margin-top: 20px;
	border-top: 1px #bbb solid;
	padding-top: 20px;

}
.count {
	display: inline-block;
	background: #c4261d;
	padding: 5px 7px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	color: #fff;
	font-weight: 600;
}
.count b {
	animation: 1s ease-in-out infinite blink;
	-webkit-animation: 1s ease-in-out infinite blink;
	color: #fff;
}

@keyframes blink {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
.float-img {
	float: left;
	margin: 0 10px 10px 0;
}
.block img:last-child {
	margin: 0 auto;
	display: block;
	max-width: 100%;
}
.green-bg {
	background: #209e2030;
	padding: 10px;
	border: 1px #000 dashed;
	font-style: italic;
}
.green-bg p:last-child {
	margin-bottom: 0;
}

.comment__stars {
    display: flex;
	align-items: center;
	gap: 10px;
	margin: 4px 0;
}
.comment__stars img {
	margin-top: 0!important;
}

.comment__rating {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2
}
.comment-text img {
	display: block;
	margin-top: 6px;
	max-width: 100%;
}
.comment-block {
	padding: 25px 0;
	border-bottom: 1px #bbb solid;
}
.comment-block > img {
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.comment-text {
	margin-left: 65px;
}
.vk-comment-name {
	font-weight: 600;
}
.reply {
	padding-left: 6%;
}
.comment-text p {
	padding-top: 5px;
}


@media screen and (max-width: 1200px) {
	.container-fluid {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media screen and (max-width: 990px) {
	.nav a:nth-child(2n) {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.order_block {
		display: block;
	}
	img.prod-img {
		margin-bottom: 20px;
	}
	#order_form {
		max-width: 300px;
	}
	.form-block {
		padding-bottom: 10px;
	}
	.float-img {
		float: none;
		display: block;
		margin: 0 auto 20px;
	}
	.float-img + p {
		text-align: center;
	}
}

@media screen and (max-width: 540px) {
	.container-fluid {
		padding-left: 0;
		padding-right: 0;
	}
	.nav {
		display: none;
	}
	.menu {
		display: inline-block;
	}
	.menu img {
		position: relative;
		top: 5px;
	}
	.menu, .user {
		padding-left: 40px;
		padding-right: 40px;
	}
	.top-header {
		text-align: center;
		padding: 15px 0;
	}
	.main-content {
		font-size: 18px;
		line-height: 1.3;
		padding: 10px;
	}

	h1 {
		font-size: 26px;
	}
	.price-bl{
		font-size: 18px;
	}
	
}

.block img {
	max-width: 100%;
}

footer {
	text-align: center;
	padding: 20px 10px;
}
footer * {
	font-size: 14px;
}