body{
	font-family: arial, sans-serif;
	color: #373737;
    /*! margin-left: auto; */
    /*! margin-right: auto; */
	/*! width:1270px; */
}
header{
	padding-left:10px;
	padding-top:10px;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	width:1200px;
    margin-left: auto;
    margin-right: auto;
}
a{
	text-decoration:none;
	color:black;
}
::selection {
	background: #378639;
	color: #ffffff;
}
::-moz-selection {
	background: #378639;
	color: #ffffff;
}
.cardproductdesc a{
	color: #478247;
	text-decoration: underline;
}
.custom__text a{
	color: #478247;
	text-decoration: underline;
}
.items{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.item{
	padding-left: 35px;
    width: 252px;
	margin-bottom: 50px;
	padding: 0;
}
.item:empty{
	margin: 0px;
}
.item img{
	display: block;
	/*! border: 1px solid #acacac; */
	width: 100%;
	height: auto;
}
.item_title{
	font-size: 20px; /*24 было*/
    font-weight: bold;
    margin-bottom: 5px;
}
.static-page .static-page{
	width: auto;
}
.static-page .product{
	font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    /*color: #acacac;*/
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 20px;
}
.static-page{
	width: 1200px;
    margin: 2px auto;
    /*! left: 7px; */
    position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.static-page.page{
	display: block;
}
.rows-line-2{
	max-height: 58px;
    width: 230px;
}
.static-page .menut{
	font-size: 18px;
    border: 1px solid #e1e1e1;
    padding: 10px 20px 10px 10px;
    word-wrap: break-word;
    box-sizing: border-box;
}
.static-page .menut:hover{
	color: #386238;
    cursor: pointer;
}
.page-title{
	font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
	margin-bottom: 20px;
    text-transform: uppercase;
	width: 100%;
}
.left-menu{
	width: 250px;
}
.right-content{
	width: calc(100% - 285px);
}
.headerright{
	display:flex;
	flex-direction:column;
	text-align: right;
}
.headerright .lngs a{
	margin-right:5px;
}
.headerright .lngs a:last-child{
	margin-right:0px;
}
.headerright .socls a:first-child{
	margin-right:5px;
}
.headermenu{
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	position:relative;
	width:1200px;
	margin-top:20px;
    margin-left: auto;
    margin-right: auto;
	left:7px;
}
.headermenu2{
	display:flex;
	flex-direction:row;
	justify-content:space-around;
	padding:10px;
	display:fixed;
	width:1200px;
    margin-left: auto;
    margin-right: auto;
	align-items: center;
}
.scroll{
	position:sticky;	
	top:0px;
	z-index:1001;
	height:154px;
	background:white;
    margin-left: auto;
    margin-right: auto;
	width:100%;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.headermenu a{
	color: gray;
	text-transform: uppercase;
}
.headermenu a:hover{
	color: #478247;
}
.lngs a:hover{
	color: #478247;
}
.search{
	width:50%;
	display:flex; 
	flex-direction:row;
}
.search input{
	width:100%;
	height:20px;
	margin-top:50px
}
.searchicon{
	font-size:14px; 
	padding:2px 20px; 
	height:20px; 
	border:1px solid gray; 
	margin-top:50px;
	display:flex;
    justify-content:center;
    align-items:center;
	color:#acacac;
}
.sociallogo img{
	height:28px;
	width:28px;
}
.arrowbuttom{
	 margin-top:70px;
}
.events{
	font-size:24px;
	font-weight:bold;
	margin: 0 auto; 
	text-transform: uppercase;
	color: #386238;
	margin-bottom:50px;
}
.eventsslider{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
    width:1100px;
	/*overflow: ;*/ /*hidden -было*/
	padding-bottom:50px;
} 
.sectionslider{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
    width:1100px;
	/*overflow: ;*/ /*hidden*/
	padding-bottom:50px;
}
.eventsslide, .sectionslide{
	width:250px;
	padding:0px;
}
.eventsslide img, .sectionslide img{
	margin-bottom:10px;
}
.eventsslide, .eventsslide a, .sectionslide, .sectionslide a{
	color: #373737;
}
.sectionslide img{
	border:1px solid #acacac;
}
.eventtitle, .sectiontitle{
	font-size:20px; /*24 было*/
	font-weight:bold;

}

.eventdesc{
	color: #363636;
	margin-bottom:10px;
	font-size:18px;
}
.eventdata{
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}
.eventssliderprev, .eventsslidernext{
	position:absolute;
	top:790px;
	font-size:20px;
    color: #386238;
}
.eventssliderprev{
	left:5%;
}
.eventsslidernext{
	right:4%;
}
.slider1{
	width:1200px;
	height:350px;
	overflow: hidden;
    margin-left: auto;
    margin-right: 28px;
	margin-top: 30px;
}

.slider1block{
	width:1200px;
	position:relative;
}
footer{
	border-top: 1px solid gray;
	padding-top:10px;
	padding-bottom:20px;
	position:relative;
	width:1200px;
    margin-left: auto;
    margin-right: auto;	
	left:42px;
}
.footer2{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	width:1200px;
    margin-left: auto;
    margin-right: auto;
	align-items: center;
	font-size:20px;
}
footer a{
	color: #386238;
}
.map{
	text-decoration: underline;
	margin-bottom:10px;
}
#order{
	text-align: center;
}
#order input[type=text]{
	border: 1px solid #b2b2b2;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
}
#order textarea{
    border: 1px solid #b2b2b2;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    font-family: Arial;
}
.modal-title{
	margin: 0px;
	padding: 0px;
}
.modal-btn{
	cursor: pointer;
	border: 1px solid #acacac;
    background: #acacac;
    padding: 10px 0;
    text-align: center;
    width: 250px;
    color: white;
}
.items-content{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.items-content .item{
	padding-left: 0px;
}
.auth-input-block{
	margin-bottom: 12px;
}
.auth-lable{
	margin-bottom: 5px;
}
.auth-input{
}
.auth-input input{
	width: 100%;
    line-height: 30px;
    box-sizing: border-box;
}
.auth-check{
	margin-bottom: 12px;
}
.auth-btn{
}
.auth-btn button{
	border: 1px solid #acacac;
    background: #acacac;
    padding: 5px 0;
    text-align: center;
    color: #ffffff;
    width: 100%;
    line-height: 25px;
    text-transform: uppercase;
}
.reg-button{
	margin-top: 20px;
}
.reg-button a{
	display: block;
    border: 1px solid #acacac;
    background: #acacac;
    padding: 5px 0;
    text-align: center;
    color: #ffffff;
    width: 250px;
    line-height: 25px;
    text-transform: uppercase;
	font-size: 14px;
}
#reg_form{
	display: none;
	margin-top: 20px;
}
#reg_form.active{
	display: block;
}
#reg_form input{
	width: 100%;
    line-height: 30px;
    box-sizing: border-box;
}
#reg_form input[type=submit]{
	display: block;
    border: 1px solid #acacac;
    background: #acacac;
    padding: 5px 0;
    text-align: center;
    color: #ffffff;
    width: 250px;
    line-height: 25px;
    text-transform: uppercase;
	font-size: 14px;
}