body {
	font-family: "Open Sans", Arial, sans-serif;
	background: #fff url(../images/bg-samovary.png);
	font-size: 16px;
	line-height: 1.4;
	font-weight: 400;
	color: #333333;
}
a {
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
	color: #cc0000;
}
a:focus,
a:hover {
	text-decoration: none;
	color: #9c0909;
	outline: none !important;
}
.btn {
background-color: #cc0000;
color: #ffffff;
padding: 12px 30px;
font-weight: 700;
}
.btn:hover,
.btn:active {
background-color: #9c0909;
color: #ffffff;
}
h1 {
	font-size: 64px;
	font-weight: 400;
	margin-bottom: 40px;
}
h1 span {
	color: #cc0000;
}
h2 {
	font-size: 34px;
	font-weight: 400;
	margin-bottom: 40px;
}
@media (max-width: 991.98px) {
.btn {
	padding: 8px 25px;
}
}
@media (min-width: 1400px)
{
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1194px;
	}
}
.red {
	color: #cc0000;
}

/* Шапка */
.header {
	background: url(../images/header-bg.jpg) no-repeat center top;
	border-radius: 0px 0px 30px 30px;
	height: 519px;
	padding-top: 400px;
	position: relative;
}
.header__sovety {
	background-color: #ffffff;
	display: inline-block;
	padding: 14px 30px;
	border-radius: 20px;	
	margin-left: 85px;
	font-size: 24px;
}

/* Таблица */
.main-table {
	margin: 0 auto;
}
@media (min-width: 1400px)
{
	.main-table {
		max-width: 1194px;
	}
}
.table__wrap {
	padding-left: 30px;
	padding-right: 30px;
}
.table {
	border-collapse: collapse;
	border: 1px solid #e1e1e0;
	font-size: 15px;
	line-height: 1.1;
}
.table .table-head th {
	background-color: #f4f4f4;
	padding: 16px 14px 16px 14px;
	border-right: 1px solid #e1e1e0;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 400;
}
.table .table-head th.table-col-head {
	font-size: 16px;
	font-weight: 700;
}
.table .table-head th p {
	margin-top: 5px;
	margin-bottom: 0;
}
.table tr td {
	padding: 15px 17px 15px 35px;
	border-right: 1px solid #e1e1e0;
	text-align: left;
	vertical-align: middle;
	background-color: #ffffff;
}
.table .table-head th.table-col-yel,
.table tr td.table-col-yel {
	background-color: #ffffed;
}
.table tr td.table-col-head {
	text-align: left;
}
.plus {
	display: inline-block;
	background: url(../images/plus.png) no-repeat left center;
	padding: 6px 0px 6px 35px;
}
.minus {
	display: inline-block;
	background: url(../images/minus.png) no-repeat left center;
	padding: 6px 0px 6px 35px;
}
.table tr td a,
.table tr td a span {
	display: inline-block;
	text-decoration: underline;
}
.table tr td a:hover,
.table tr td a:hover span {
	text-decoration: none;
}
.table tr td.table-col-head {
	width: 270px;
	padding: 15px 17px 15px 17px;
}
@media(max-width: 1060px) {
	.table__wrap {
			overflow-x: scroll;
			padding: 43px 0px 0px 0px;
			background: url(../images/scroll.png) no-repeat center top;
	}
}
@media(max-width: 768px) {
	body {
		font-size: 14px;
	}
	h1 {
		font-size: 34px;
		margin-bottom: 40px;
	}
	h2 {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.header__sovety {
		padding: 14px 30px;
		margin-left: auto;
		margin-right: auto;
		font-size: 20px;
	}
	.table {
			font-size: 12px;
	}
	.plus {
		padding: 7px 0px 7px 35px;
	}
	.minus {
		padding: 7px 0px 7px 35px;
	}
	.table .table-head th {
		padding: 12px 10px 12px 10px;
		font-size: 12px;
	}
	.table .table-head th.table-col-head {
		font-size: 12px;
	}
	.table tr td {
		padding: 15px 10px 15px 10px;
	}
	.table tr td.table-col-head {
		width: auto;
		padding: 15px 10px 15px 10px;
	}
}

/* Футер */
.cop {
	padding: 20px 0px 20px 0px;
	text-align: right;
	border-top: 2px solid #cc0000;
}