*{
	margin: 0;
    padding: 0;
    list-style: none;
}

@font-face {
	font-family: font_item1; /* Гарнитура шрифта */
	src: url(/fonts/font_item1.ttf); /* Путь к файлу со шрифтом */
}

a{
	color:#000;
	text-decoration: none;
}
a:hover { 
    text-decoration: none; 
    cursor: pointer;
}
body{
 	margin: 0;
	padding: 0;
	font-family:  Arial, Geneva, sans-serif;
	font-size: 16px;
	color:#000;
	line-height: 1.4em; 
	background-color: #fff;
}
input {outline:none;}
button:hover {cursor: pointer;}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
 opacity: 1;
}
hr{border-bottom: 1px solid #a1a1a1;}

#page{min-width: 1060px; max-width: 1060px; margin: 0 auto;}
#header{}
#navigation{display: flex;justify-content: center;align-items: center;}
.navigation_item{ 
	display: flex;justify-content: center;align-items: center; 
	width:212px; height:94px; 
	font-size: 30px;
	background:url(/img/navigation.png); background-size: cover; }
.navigation_item p{margin:10px 0; text-align: center;}
#welcome{height:555px;
	background:url(/img/welcome.jpg); background-size: cover;}
.welcome_content{position: relative; height: 100%;}
.welcome_item_top{position: absolute; top:7%; width: 100%; font-size:30px; font-weight: 600;}
.welcome_item_center{position: absolute; top: 23%; left: 36%;}
.welcome_item_bottom{position: absolute; bottom:5%; width: 100%}
.welcome_item_bottom div{text-align: center; color: #A63D4D; font-family: 'font_item1'; font-size: 63px; line-height: 80px; font-weight: 600;}

#content{min-height: 400px;background-color: #FFF6E8;}
.block_text{
	height: 100%;
	padding:25px;
    font-weight: 600;
	/*background:url(/img/block_text.png); background-size: cover;*/
	}
.block_text p{padding-bottom:10px; font-weight: 600;}


.block_catalog{background:url(/img/block_catalog.jpg); background-size: cover;}
.title{padding-top: 20px; text-align: center; color: #A63D4D;  font-family: 'font_item1'; font-size: 63px; line-height: 80px; font-weight: 600;}
.catalogs{display: flex; flex-wrap: wrap; padding-bottom: 40px;}
.catalog {width:33%;}
.catalog_content{display:flex; justify-content: center; margin: 20px; min-height: 220px; background-size: cover;}
.catalog_content span{align-self: flex-end; padding-bottom:10px; text-align: center; font-size: 26px; line-height: 26px; font-weight: 600; }
.catalog_cell{ margin-bottom: 5px; margin-top: 30px; height: 310px; border-radius: 5px; }
.catalog_cell_text{ text-align: center; font-weight: 600; }

.title2{color: #A63D4D;
    font-size: 20px;
    line-height: 20px;
padding: 20px 0 10px 0}
.margin-bottom{margin-bottom: 40px}

.input_edit{
	padding: 5px;
    border-radius: 3px;
    border: 1px solid #000;
    width: 300px;
    height: 15px;
}
.input_edit_number{margin: 2px 0; width: 88px;}
.textarea_edit{padding: 5px;
	border-radius: 3px;
	border: 1px solid #000;
	width: 300px;
	height: 70px;}
.input_button_edit{width: 100px;
    height: 30px;
    margin: 10px 0;
    border: 1px solid #A63D4D;
    border-radius: 3px;
    color: #A63D4D;}
.nav_edit{
	display: flex;
	justify-content: space-around;
	align-items: center;
    padding: 10px;
    font-size: 20px;
font-weight: 600;
background-color: #e0e0e0;}




.fon_look_img {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    z-index: 1;
    opacity: 0.8;
}
.look_img {
	overflow: auto;
    max-height: 80vh;
    max-width: 80%;
    position: fixed;
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
    z-index: 3;
}
.look_img_item{
	width: 32%;
    margin: 6px 4px;
    min-height: 220px;
    background-size: cover;
    border-radius: 4px;
	background-position: center;
}
	
	
	
	
	
	
.formReviews_name{
	padding: 5px;
	border-radius: 3px;
	border: 1px solid #000;
	width: 350px;
	height: 15px;
}
.formReviews_text{
	padding: 5px;
	border-radius: 3px;
	border: 1px solid #000;
	width: 350px;
	height: 70px;
}
.formReviews_button{
	width: 100px;
	height: 30px;
	margin: 10px 0;
	border: 1px solid #A63D4D;
	border-radius: 3px;
	color: #A63D4D;
}
#more{
	width: 100px;
	height: 30px;
	margin: 10px 0;
	border: 1px solid #A63D4D;
	border-radius: 3px;
	color: #A63D4D;
}


.color-grey{color:#808080;}
.font-weight300{font-weight:300;}


.pagination {width: 100%;}
.pagination a{margin: 5px; padding: 5px;}
.selected_style{border: 1px solid #B3E5FB;}


