body {
	font-family: 'PT Serif Pro Narrow', sans-serif;
	font-size: 14px;
	line-height: 130%;
	color: #393939;
}

/* #bf6015
#994c10 */

img {
	max-width: 100%;
}

h1 {
	font-size: 28px;
	font-weight: 700;
	margin: 0 0 30px 0;
}

h2 {
	font-size: 28px;
	font-weight: 700;
	margin: 0 0 30px 0;
	text-align: center;
}

h3 {
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 30px 0;
}

.buy-block_img,
.catalog-block_img,
.post-block_img,
.catalog-block_img,
.slider-main,
.post-single_img,
.catalog-category_block_img {
	display: block;
}

.btn {
	color: #FFFFFF;
	background: #bf6015;
	font-size: 18px;
	padding: 10px 20px;
	display: block;
	width: max-content;
	font-weight: 600;
}

.btn:hover {
	color: #FFFFFF;
	background: #994c10;
}

.bc {
	padding: 20px 0 0;
	font-size: 16px;
}

.bc a {
	color: #393939;
}

.bc a:hover {
	color: #BFBFBF;
}

header h1 {
	text-transform: uppercase;
}

section {
	padding: 50px 0;
}

section h2 {
	text-align: center;
	text-transform: uppercase;
}

section h3 {
	text-align: center;
}

section .subtitle {
	color: #BCBABB;
	font-size: 18px;
	margin-bottom: 30px;
}

a {
	transition: all 0.5s;
}

.header {
	background-image: url(../../../../wp-content/uploads/2022/06/banner2.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding: 30px 0;
}

.header.active {
	z-index: 99;
	position: sticky;
	top: 0;
	padding: 15px;
}

.header.active .row:nth-child(2) {
	display: none;
}

.header-block {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-logo {
	display: block;
	margin-right: 20px;
	max-width: 400px;
}

.header-logo img {
	height: auto;
}

.header-menu ul {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}

.header-menu ul li {
	display: block;
}

.header-menu ul li a {
	display: block;
	margin: 0 10px;
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
}

.header-menu ul li a:hover {
	color: #BFBFBF;
}

.header-social {
	display: flex;
	align-items: center;
}

.header-social a {
	margin-left: 20px;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
}

.header-social a:hover {
	color: #BFBFBF;
}

.header-social a img {
	width: 25px;
}

.header .banner {
	margin-top: 100px;
}

.header .banner h1 {
	font-size: 24px;
	margin-bottom: 30px;
}

.header .banner ul {
	margin: 0;
	padding: 0;
}

.header .banner ul li {
	position: relative;
	display: block;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 25px;
	padding-left: 40px;
}

.header .banner ul li:last-child {
	margin-bottom: 0;
}

.header .banner ul li:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 28px;
	height: 28px;
	background-image: url(../../../../wp-content/uploads/2022/06/arrow.png);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.header .banner .btn {
	margin-top: 50px;
	margin-left: 50px;
}

.header .banner .author {
	text-align: right;
}

.header .banner .author-title {
	font-weight: 700;
	font-size: 20px;
	margin-top: 10px;
}

.buy {
	position: relative;
}

.buy h2 {
	margin-bottom: 10px;
}

.buy_bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 25%;
}

.buy .col-xl-3:nth-child(2n) .buy-block {
	margin-top: 50px;
}

.buy .undertitle {
	position: relative;
	height: 20px;
	width: 150px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
}

.buy .undertitle:before {
	content: '';
	top: 50%;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #bf6015;
	position: absolute;
	transform: translateY(-50%);
}

.buy .undertitle:after {
	content: '';
	top: 50%;
	right: 0;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #bf6015;
	position: absolute;
	transform: translateY(-50%);
}

.buy .undertitle span {
	display: block;
}

.buy .undertitle span:first-child {
	width: 20px;
	height: 20px;
	border: 2px solid #bf6015;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 100%;
	transform: translate(-50%, -50%);
	background: #FFFFFF;
}

.buy .undertitle span:first-child:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	background: #bf6015;
	transform: translate(-50%, -50%);
	width: 3px;
	height: 3px;
	border-radius: 100%;
}

.buy .undertitle span:last-child {
	width: 100%;
	height: 2px;
	top: 50%;
	position: absolute;
	background: #bf6015;
	transform: translateY(-50%);
	z-index: -1;
}

.buy .undertitle span:last-child:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 20%;
	background: #FFFFFF;
	transform: translate(-50%, -50%);
	width: 7px;
	height: 7px;
	border-radius: 100%;
	border: 2px solid #bf6015;
}

.buy .undertitle span:last-child:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 80%;
	background: #FFFFFF;
	transform: translate(-50%, -50%);
	width: 7px;
	height: 7px;
	border-radius: 100%;
	border: 2px solid #bf6015;
}

.buy-block_img {
	position: relative;
	margin-bottom: 20px;
}

.buy-block_img:before {
	content: '';
	bottom: 0px;
	left: 0;
	position: absolute;
	width: 100%;
	height: 10px;
	z-index: -1;
	box-shadow: 0px 9px 20px 0px #393939;
}

.buy-block_title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
}

.buy-block_descr {
	text-align: justify;
}

.buy-block_descr a {
	color: #393939;
	text-decoration: none;
}

.features {
	background-image: url(../img/features_bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.features-block {
	text-align: center;
}

.features-block_img {
	display: block;
	margin: 0 auto 20px;
	width: fit-content;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 100%;
	padding: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.features-block_img img {
	max-width: 100px;
}

.features-block_title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}

.ocenka {
	position: relative;
}

.ocenka_bg {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
	width: 120px;
}

.ocenka h2 {
	margin-bottom: 0;
}

.ocenka form {
	margin-bottom: 0;
}

.ocenka form p {
	margin-bottom: 0;
}

.ocenka form br {
	margin-bottom: 0;
}

.ocenka form .btn {
	display: block;
	width: 100%;
	margin-top: 15px;
}

.ocenka form .ocenka-line {
	display: flex;
	justify-content: space-between;
}

.ocenka form .ocenka-line_elem {
	width: 49%;
}

.ocenka form .ocenka-line_elem input {
	border: 1px solid #bf6015;
	width: 100%;
	padding: 10px;
	font-size: 16px;
}

.ocenka-step {
	color: #bf6015;
	margin-bottom: 50px;
	font-size: 15px;
	font-weight: 600;
	padding-left: 65px;
	position: relative;
}

.ocenka-steps {
	position: relative;
}

.ocenka-steps:before {
	content: '';
	top: 5%;
	left: 25px;
	height: 90%;
	width: 1px;
	background: #bf6015;
	position: absolute;
}

.ocenka-step:nth-child(1):after {
	content: '1';
}

.ocenka-step:nth-child(2):after {
	content: '2';
}

.ocenka-step:nth-child(3):after {
	content: '3';
}

.ocenka-step:before {
	content: '';
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	position: absolute;
	width: 50px;
	height: 50px;
	border: 1px solid #bf6015;
	background: #FFFFFF;
	border-radius: 100%;
}

.ocenka-step:after {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 28px;
	line-height: 44px;
	top: 50%;
	left: 3px;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	color: #FFFFFF;
	background: #bf6015;
	border-radius: 100%;
}

.catalog {
	background-image: url(../img/catalog_bg.jpg);
	background-position: center center;
	background-size: contain;
	background-repeat: repeat;
}

.catalog-block {
	margin-bottom: 30px;
}

.catalog-block_title {
	font-size: 16px;
	margin-top: 10px;
	display: block;
	color: #393939;
}

.catalog-block_title:hover {
	color: #BCBABB;
}

.catalog .btn {
	margin: 0 auto;
}

.post-single_img {
	float: left;
	padding-bottom: 15px;
}

.post-single_img img {
	margin-right: 30px;
	max-width: 300px;
}

.post-single_text p {
	text-align: justify;
}

.post-single_text p:last-child {
	margin-bottom: 0;
}

.post-block {
	padding: 15px;
	display: flex;
	margin-bottom: 30px;
	border: 2px solid #BCBABB;
}

.post-block_img {
	max-width: 200px;
	width: 100%;
	margin-right: 20px;
}

.post-block_text {
	width: 100%;
}

.post-block_title {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 600;
}

.post-block_descr {
	line-height: 150%;
	color: #BCBABB;
	margin-bottom: 15px;
}

.post-block a {
	color: #393939;
	margin-left: auto;
	display: block;
	width: fit-content;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
}

.post-block a:hover {
	color: #BCBABB;
}

.post .btn {
	margin: 0 auto;
}

.footer {
	background-image: url(../img/footer_bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 0 30px;
	color: #FFFFFF;
}

.footer-top {
	margin-bottom: 20px;
}

.footer-left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.footer-logo {
	max-width: 400px;
	display: block;
}

.footer-logo img {
	height: auto;
}

.footer-social {
	margin-top: 20px;
}

.footer-social span {
	display: block;
	margin-bottom: 10px;
}

.footer-social_block {
	display: flex;
	align-items: center;
}

.footer-social_block a {
	margin-left: 20px;
	font-size: 22px;
	color: #FFFFFF;
	text-decoration: none;
}

.footer-social_block a:first-child {
	margin-left: 0;
}

.footer-social_block a:hover {
	color: #BFBFBF;
}

.footer-social_block a img {
	width: 25px;
}

.footer-menu ul {
	padding: 0;
	margin: 0;
	width: fit-content;
	margin-left: auto;
}

.footer-menu ul li {
	display: block;
}

.footer-menu ul li a {
	display: block;
	margin-bottom: 20px;
	color: #FFFFFF;
}

.footer-menu ul li a:hover {
	color: #BFBFBF;
}

.footer-copyright {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 12px;
	border-top: 1px solid #FFFFFF;
	padding-top: 20px;
}

.catalog-category {
	padding-bottom: 0;
}

.catalog-category .sidebar {
	position: sticky;
	top: 20px;
	padding-bottom: 50px;
}

.catalog-category .sidebar-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}

.catalog-category .sidebar ul {
	padding: 0;
	margin: 0;
	border: 2px solid #BCBABB;
}

.catalog-category .sidebar ul li {
	display: block;
}

.catalog-category .sidebar ul li a {
	display: block;
	padding: 10px;
	font-size: 18px;
	color: #393939;
	text-decoration: none;
	border-bottom: 2px solid #BCBABB;
}

.catalog-category .sidebar ul li a:hover {
	background: #bf6015;
	color: #FFFFFF;
}

.catalog-category .sidebar ul li:last-child a {
	border-bottom: 0;
}

.catalog-category_block {
	margin-bottom: 50px;
}

.catalog-category_block_title {
	font-size: 16px;
	font-weight: 600;
	margin: 10px 0 5px;
}

.catalog-category_block a {
	color: #393939;
	margin-left: auto;
	display: block;
	width: fit-content;
	font-weight: 600;
	text-decoration: none;
	margin-top: 5px;
}

.catalog-category_block a:hover {
	color: #BCBABB;
}

.catalog-post {
	padding-bottom: 0;
}

.catalog-post p {
	text-align: justify;
}

.catalog-post-text {
	padding-top: 0;
}

.catalog-post-text p:last-child {
	margin-bottom: 0;
}

.catalog-post .sidebar {
	padding-bottom: 15px;
}

.catalog-post .slider {
	float: left;
	margin: 0 20px 15px 0;
	width: 32%;
}

.catalog-post .slider-main {
	text-align: center;
}

.catalog-post .slider-thubnail {
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
}

.catalog-post .slider-thubnail img {
	width: 32%;
	cursor: pointer;
}

.catalog-post .slider-thubnail img:hover {
	opacity: 0.8;
}

.catalog-post_text-block {
	margin-bottom: 15px;
	font-size: 16px;
}

.catalog-post_text-block:last-child {
	margin-bottom: 20px;
}

@media (max-width: 1200px) {
	.header-logo {
		width: 300px;
	}

	.buy .col-xl-3:nth-child(2n) .buy-block {
		margin: 0;
	}

	.buy .col-xl-3:nth-child(3n+2) .buy-block {
		margin-top: 50px;
	}
}

@media (max-width: 992px) {
	.header-menu {
		display: block;
		position: fixed;
		width: 100%;
		height: 100%;
		top: -100%;
		left: -100%;
		z-index: 99;
		background: rgba(0, 0, 0, 0.7);
		backdrop-filter: blur(5px);
	}

	.header-menu .burger-close {
		position: absolute;
		top: 50px;
		right: 50px;
		width: 30px;
		height: 30px;
	}

	.header-menu .burger-close:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 2px;
		top: 50%;
		left: 50%;
		background: #FFFFFF;
		transform: translate(-50%, -50%) rotate(45deg);
	}

	.header-menu .burger-close:after {
		content: '';
		position: absolute;
		width: 100%;
		height: 2px;
		top: 50%;
		left: 50%;
		background: #FFFFFF;
		transform: translate(-50%, -50%) rotate(-45deg);
	}

	.header-menu ul {
		display: flex;
		height: 100%;
		flex-direction: column;
		justify-content: center;
	}

	.header-menu ul li a {
		font-size: 18px;
		padding: 15px;
	}

	.header .burger-menu {
		cursor: pointer;
		height: 20px;
		width: 30px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.header .burger-menu span {
		width: 100%;
		height: 2px;
		background: #FFFFFF;
	}

	.header-social a:first-child {
		margin-left: 0;
	}

	.buy {
		padding-bottom: 20px;
	}

	.buy .col-xl-3:nth-child(3n+2) .buy-block {
		margin: 0 0 30px 0;
	}

	.buy .buy-block {
		margin-bottom: 30px;
	}
}

@media (max-width: 768px) {
	h1 {
		font-size: 24px;
	}

	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 20px;
	}

	.header-logo {
		width: 200px;
	}

	.header .banner {
		margin-top: 50px;
	}

	.header .banner h1 {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.header .banner .author-title {
		margin-bottom: 10px;
	}

	.header .banner .author-descr {
		line-height: 1rem;
	}

	.header .banner ul li {
		padding-left: 25px;
		font-size: 16px;
		margin-bottom: 10px;
	}

	.header .banner ul li:before {
		width: 14px;
		height: 14px;
	}

	.header .banner .btn {
		margin: 20px auto 0;
	}

	.features {
		padding-bottom: 20px;
	}

	.features-block {
		margin-bottom: 30px;
	}

	.footer-logo {
		margin: 0 auto 20px;
		max-width: 400px;
		width: 100%;
	}

	.footer-social {
		text-align: center;
		margin-bottom: 30px;
	}

	.footer-social_block {
		justify-content: center;
	}

	.footer-menu ul {
		margin: 0 auto;
	}

	.footer-menu ul li a {
		margin-bottom: 10px;
	}

	.catalog-category .sidebar {
		padding-bottom: 30px;
	}

	.catalog-category .sidebar ul li a {
		padding: 5px;
	}

	.post-single_img img {
		max-width: 200px;
	}
}

@media (max-width: 576px) {
	h1 {
		font-size: 18px;
	}

	h2 {
		font-size: 18px;
	}

	h2 br {
		display: none;
	}

	h3 {
		font-size: 16px;
	}

	section .subtitle {
		font-size: 16px;
	}

	.header-block {
		flex-wrap: wrap;
	}

	.header-social {
		width: 100%;
		justify-content: center;
		margin-top: 20px;
	}

	.header .banner h1 {
		font-size: 16px;
		text-align: center;
	}

	.header .banner .author {
		max-width: 260px;
		margin: 30px auto 0;
	}

	.header .banner .author-title {
		margin-bottom: 5px;
	}

	.buy-block_img {
		margin-bottom: 15px;
	}

	.buy-block_img:before {
		display: none;
	}

	.buy-block_title {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.features-block_img {
		margin-bottom: 15px;
	}

	.features-block_title {
		font-size: 18px;
		margin-bottom: 5px;
	}

	.post-single {
		float: none;
	}

	.post-single_img img {
		margin-right: 0;
		max-width: 100%;
	}

	.post-block {
		flex-direction: column;
		padding: 15px;
	}

	.post-block a {
		font-size: 16px;
	}

	.post-block_descr {
		margin-bottom: 10px;
		text-align: justify;
	}

	.post-block_img {
		max-width: 100%;
		margin: 0 auto 20px auto;
		text-align: center;
	}

	.post-block_title {
		font-size: 18px;
	}

	.footer {
		padding: 30px 0 15px;
	}

	.footer-top {
		margin: 0;
	}

	.footer-menu ul {
		margin-bottom: 30px;
	}

	.footer-copyright {
		flex-direction: column-reverse;
	}

	.catalog-category {
		padding-top: 30px;
		padding-bottom: 20px;
	}

	.catalog-category .sidebar-title {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.catalog-category .sidebar ul li a {
		font-size: 15px;
	}

	.catalog-category_block {
		margin-bottom: 30px;
	}

	.catalog-post {
		padding-bottom: 0;
	}

	.catalog-post .slider {
		margin-bottom: 20px;
		float: none;
		width: 100%;
	}

	.catalog-post-block {
		margin-bottom: 5px;
	}

	.catalog-post-block:last-child {
		margin-bottom: 20px;
	}

	.ocenka-step {
		font-size: 14px;
	}

	.ocenka form .ocenka-line {
		flex-direction: column;
	}

	.ocenka form .ocenka-line_elem {
		width: 100%;
		margin-bottom: 10px;
	}
}