:root {
	--black: #323232;
	--brown: #461F1F;
}
* {
	padding: 0;
	margin: 0;
	border: 0;
	transition: .3s all;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:focus, :active {
	outline: none;
}

a:focus, a:active {
	outline: none;
}

nav, footer, header, aside {
	display: block;
}

html, body {
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: 'Manrope';
}

input, button, textarea {
	font-family: inherit;
}

input::-ms-clear {
	display: none;
}

button {
	cursor: pointer;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

a, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul{
	padding-left: 20px;
	margin-left: 20px;
	margin-bottom: 30px;
}

img {
	vertical-align: top;
}

h2, h3{
	margin: 30px 0 20px;
}
.clearfix::after {
	content: "";
	display: table;
	clear: both;
}
.wp-block-column{
	padding: 20px;
	background-color: #F6F6F6;
	border-radius: 10px;
	margin: 20px 0 !important;

}
.wp-block-column img{
	display: block;
	width: 100%;
	margin: 10px 0;
}
/*--------------------*/
p{
	margin-bottom: 15px;
}
body {
		color: #2C2C2D;
		background: #fff;
		overflow-x: hidden;
		
		font-weight: 400;
}
body::-webkit-scrollbar {
	width: 5px;
}

body::-webkit-scrollbar-track {
	background: var(--black);        /* цвет зоны отслеживания */
}

body::-webkit-scrollbar-thumb {
	background-color: var(--brown); 
	border-radius: 0px;
	border: 3px solid var(--brown);  
}
.container {
	max-width: 1450px;
	margin: 0 auto;
	padding: 0 15px;
}
.btn{
	color: #FFF;
	font-family: 'Manrope';
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding: 10px 30px;
	border-radius: 3px;
	background: #461F1F;
	white-space: nowrap;
}
.btn-scam{
	border-radius: 3px;
	background: #461F1F;
	content: "";
	width: -webkit-fill-available;
}
.subtitle{
	color: #000;
	font-family: 'Manrope';
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: uppercase;
}
.title, .about h1{
	color: #323232;
	font-family: 'Manrope';
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 115%;
}
.manrope-14{
	color: #323232;
	font-family: 'Manrope';
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.mp-18 {
	color: #323232;
	font-size: 18px;
	font-family: 'Manrope';
	font-weight: 400;
	line-height: normal;
}
.mt-20 {
	margin-top: 20px;
}

.btn-more {
	display: inline-flex;
	padding: 10px 15px;
	align-items: flex-start;
	border-radius: 3px;
	background: #E9E9E9;
	color: #323232;
	font-family: 'Manrope';
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.btn-brown-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn-brown-arrow span:nth-child(1) {
	display: flex;
	width: 133px;
	padding: 10px 20px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	border-radius: 3px;
	background: #461F1F;
	color: #FFF;
	font-family: 'Manrope';
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.btn-brown-arrow span:nth-child(2) {
	display: flex;
	width: 38px;
	height: 37px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	border-radius: 3px;
	background: #461F1F;
}
.btn-brown-arrow span:nth-child(2) img {
	width: 10px;
	height: 10px;
	margin: 0;
}
.btn-brown-arrow:hover span:nth-child(2) img {
	transform: rotate(45deg);
}

.btn-white-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 3;
	cursor: pointer;
}
.btn-white-arrow span:nth-child(1) {
	color: var(--black);
	font-family: 'Manrope';
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	border-radius: 3px;
	background: #FFF;
	width: 133px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-white-arrow span:nth-child(2) {
	display: flex;
	width: 67px;
	height: 55px;
	padding: 10px;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
	background: #FFF;
}
.btn-white-arrow span img {
	width: 10px;
	height: 10px;
}
.btn-white-arrow:hover span:nth-child(2) img {
	transform: rotate(45deg);
}
.baget-cat-item{
	background-color: #fff;
	padding: 20px;
	height: calc(100% - 20px);	
	margin-bottom: 20px;	
	border-radius: 5px
}
.baget-cat-item img{
	width: 100%;
	height: 250px;
	object-fit: contain;
	object-position: center;
	border-radius: 5px
}
.baget-cat-item a{
	font-size: 24px;
	display: block;		
	font-weight: bold;	
	margin: 10px 0 15px;	
	color: #333;
}
.baget-cat-item a:hover{
	color: #461F1F;
}
.baget-cat-item .description{
	font-size: 14px;	
	line-height: 18px;	
}

.btn-brown {
	color: #F6F6F6;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding: 8px 15px;
	border-radius: 3px;
	background: #461F1F;
	min-width: 170px;
	max-width: 170px;
	width: 100%;
	min-height: 38px;
	display: inline-block;
}
.btn-brown:hover {
	opacity: 0.8;
}

.bred {
	
}

.bred a {
	color: #6E6E6E;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: uppercase;
}
.bred a::after {
	content: ' / ';
}
.bred a:last-child {
	color: #323232;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: uppercase;
}
.bred a:last-child::after {
	content: none;
}