:root {
	--main: #9b2d30;
	--brown: #ccb371;
	--hover: #e7ca7e;
	--red: #9b2d30;
}
header {
	background: #f3ede0;
}
body {
    background: #f3ede0;
	color: #2c2c2c;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
	font-size: 18px;
}
p {
	font-size: 18px;
	line-height: 1.4;
}
.scrolled .head_4 {
	
}
.container {
	max-width: 1450px;
}
.btn {
    padding: 0px 25px;
    text-decoration: none;
    border-radius: 3px;
    display: inline-block;
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    background-color: var(--brown);
}
.btn:hover {
	background-color: var(--hover);
}
.btn2 {
    padding: 0px 25px;
	border: 1px solid;
    text-decoration: none;
    border-radius: 3px;
    display: inline-block;
    height: 54px;
    line-height: 52px;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
}
.btn2:hover {
	background-color: var(--hover);
}
.head_1 {
	background: url(images/ricepaper4.png);
	height: 90px;
	padding: 20px 0;
}
.tel {
	margin-right: 20px;
	font-size: 18px;
	font-weight: 500;
	font-family: "Roboto Slab", serif;
}
.logo {
	width: 154px;
    height: 154px;
    position: absolute;
    left: calc(50% - 77px);
    top: 10px;
	z-index: 5;
}
.head_right{
	float: right;
	text-align: end;
	line-height: 1.4;
	font-size: 16px;
}
.head_right a {
	color: var(--main);
}
.head_1 .tel {
	line-height: 44px;
	font-weight: 500;
}
.head_2 {
	background: url(images/ricepaper3.png);
	height: 90px;
	padding: 9px 0 20px;
	position: relative;
}
.deviz {
	font-size: 24px;
	float: left;
	font-weight: 500;
	font-family: "Roboto Slab", serif;
}
.head_2:before {
	content: '';
    position: absolute;
    background: url(images/zubec_fon.png);
    height: 6px;
    width: 100%;
    display: inline-block;
    top: -6px;
	z-index: 1;
}
.head_right .deviz {
	line-height: 64px;
}
.head_3 .btn {
	float: right;
}
.menu-main-menu-container {
	float: left;
}
.head_3 {
	position: relative;
}
.head_3 .container {

}
.prajs_list img {
	width: 24px;
	height: 24px;
	float: left;
	margin-right: 10px;
}
.prajs_list {
	line-height: 24px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 10px;
}
.polosa {
	position: absolute;
	background: #ded9cd;
	height: 2px;
	z-index: 1;
	left: 40px;
	bottom: 0;
	right: 40px;
}
.top-menu .menu-item a {
	line-height: 74px;
	padding: 0 10px;
	border-bottom: 2px solid #fff0;
	display: inline-block;
	position: relative;
	z-index: 2;
}
.menu-item a:hover {
	color: var(--red);
	border-bottom: 2px solid var(--red);
}
.slider_text {
	color: #fff;
	position: absolute;
	left:0;
	width: 100%;
	text-align: center;
	font-size: 48px;
	top: 50%;
	transform: translateY(-50%);
	font-weight: 700;
    font-family: "Roboto Slab", serif;
}
.fon_slider {
	    background: url(images/ricepaper3.png);
	width: 100%;
	height: 170px;
	position: absolute;
	left: 0;
	top: 0;
}
.head_4 {
	position: relative;
	
}
.top-menu .current-menu-item a {
    color: var(--red);
	border-bottom: 2px solid var(--red);
}

footer {
    background: url(images/ricepaper4.png);
	padding: 30px 0;
	margin-top: 80px;
	font-size: 14px;
}
footer:before {
    content: '';
    position: absolute;
    background: url(images/zubec_fon1.png);
    height: 6px;
    width: 100%;
    display: inline-block;
    top: 0px;
    left: 0px;
}
#logo-voodoo .st0 {
    fill: #2c2c2c;
}
#logo-voodoo {
	margin-top: 0px;
}
.content-main {
	min-height: calc(100vh - 194px);
	padding-top: 650px;
}
.regular-pages {
	padding-top: 276px;
}
.product {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
	gap: 60px;
	margin-bottom: 30px;
	background-color: #ffffff;
	position: relative;
}
h1, h2 {
    font-size: 30px;
	font-weight: 600;
	margin-bottom: 40px;
	font-family: "Roboto Slab", serif;
}
.advantages_row {
	display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: 1fr;
	gap: 30px;
	margin-bottom: 60px;
	text-align: center;
	margin-top: 30px;
}
.products_row {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
	gap: 30px;
	margin-bottom: 60px;
	margin-top: 30px;
}
.products {
	background-color: #fff;
	
}
.products > div {
	font-size: 24px;
	padding: 20px 30px;
}
.anchor {
	position: absolute;
	left: 0;
	top: -200px;
	top: -100%;
}
h3 {
	font-size: 28px;
	font-weight: 400;
	margin: 0 0 30px;
}
.company, footer .btn2, .privacy {
	margin-right: 30px;
}
.privacy {
	text-decoration: underline;
}
.privacy:hover {
	text-decoration: none;
}
.go-top-arrow {
    background-color: var(--brown);
}
.go-top-arrow:hover {
    background-color: var(--hover);
}
.gt3-lazy-image {
	    object-fit: contain;
}
.slick-slide {
	position: relative;
}
.products:hover {
	color: var(--main);
}
.product_text {
	padding: 40px 0;
}
.product_text h3 {
	color: var(--main);
	line-height: 1;
	margin-bottom: 20px;
}
.product_text ul {
	margin: 0;
}
#prod_55 ul {
	column-count: 2;
}
#prod_55 li {
	padding-right: 30px;
}
#toTop {
    bottom: 87px;
}
.product_img {
		height: 100%;
        object-fit: cover;
	}
.products img {
		display: block;
	}
#menu-item-107, #menu-item-108 {
	display: none;
}