/*
Use this variables to include parameters from settings form
-- main --
$main_color
$main_color_hover
$main_background
$main_width
-- end main --

-- fonts --
$main_font
$main_content_font_size
$main_content_font_size_mobile
-- end fonts --
*/
.main_checkbox {
	padding-top: 15px;
}
.bold {
	font-weight: bold;
}
.catalog_bottom_text .feedback .feedback_block__title {
	text-align: center;
}
.catalog_bottom_text .feedback .feedback_block__comment  {
	font-weight: bold;
}
.catalog_bottom_text .feedback .main-textarea-md__wrapper textarea,
.catalog_bottom_text .feedback .main-textarea-md__wrapper {
	height: 100%;
}
.messages_cookies {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	z-index: 1000;
	padding: 15px 0;
	font-size: 13px;
}
.messages_cookies:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: white;
	opacity: .7;

}
.messages_cookies-wrp {
	position: relative;
	width: 100%;
	    max-width: 1344px;
	margin: 0 auto;
	z-index: 2;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	grid-gap: 10px;
}
.messages_cookies-close {
    padding: 0.5rem 1rem;
    font-family: "Open Sans";
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #1976d2;
    position: relative;
    cursor: pointer;
    border: 1px solid #1976d2;
    transition: all 0.3s ease-out;
}