@font-face {
	font-family: 'Bahnschrift';
	src: url('assets/fonts/bahnschrift.eot'); /* IE 9 Compatibility Mode */
	src: url('assets/fonts/bahnschrift.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('assets/fonts/bahnschrift.woff2') format('woff2'), /* Super Modern Browsers */
		url('assets/fonts/bahnschrift.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('assets/fonts/bahnschrift.ttf') format('truetype'), /* Safari, Android, iOS */
		url('assets/fonts/bahnschrift.svg#bahnschrift') format('svg'); /* Chrome < 4, Legacy iOS */
}
@font-face {
	font-family: 'Core Mellow 65 Bold';
	src: url('assets/fonts/CoreMellow65Bold.otf'); 
	
}
article, aside, figure, footer, header, hgroup, nav, section{display:block;}
*{margin:0;padding:0;font-family: 'Bahnschrift'; -webkit-box-sizing: border-box;
          box-sizing: border-box;outline: 0 !important;}
html, body{position:relative;overflow-x:hidden;    color: #000;	}
body{
	background:#FFF4EF;
}
body a:hover{
    text-decoration:none;
}
p{line-height:1.8;margin-bottom:15px;}
ul, ul li{margin-bottom:15px; list-style-position:inside;}
img {
  max-width: 100%; }
@media (min-width:1240px) {
	#body .container{
		max-width: 1170px;
	}
}

@media(min-width: 992px) {
    	#body .container{
		max-width: 1170px;
	}
    
}
header{
	    padding: 25px 5%;
}
.logo{
	display: flex;
    color: inherit;
    width: 100%;
	align-items: center;
}

.l-text{
	font-size: 14px;
    width: 52%;
    color: #fff;
}
.ltf{line-height: 1;}
.lts{
	font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    background: #057A3B;
    display: inline-block;
    margin-top: 5px;
    padding: 2px 8px;
    border-radius: 5px;
}
nav ul {
	display: flex;
	justify-content: space-between; /* равномерное распределение */
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	position: relative;
}

nav ul li {
	flex: 1; /* чтобы каждый пункт занимал одинаковую ширину */
	text-align: center;
	position: relative;
	margin-bottom: 0;
}

nav ul li:not(:last-child)::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 8px;
	height: 8px; /* высота линии */
	background-color: #B83E40; /* цвет линии */
}

nav a {
	    display: block;
    padding: 10px 0;
    text-decoration: none;
    color: #806B64;
    font-size: 24px;
    font-weight: 400;
}
nav a:hover{color: #B83E40;}
.right{
	text-align:right;
}
.h_cont{
	text-align:left;
}
.h_cont a{
	    display: block;
    color: #AE2427;
    font-size: 32px;
}
.hc_t{font-size:18px;font-weight: 600;}
.hc_m{font-size:16px;}
.h_c_wr{
	display: flex;
    align-items: center;
    justify-content: end;
}
.b_but{
	       color: #fff;
    background: #B83E40;
    border-radius: 12px;
    display: block;
    font-size: 24px;
    font-weight: 400;
    padding: 12px 25px;
    margin-left: 20px;
}
.b_but:hover{
	color:#fff;
}
.promo{
	background:url(img/promo.jpg) no-repeat center;
	background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 600px;
    height: calc(100vh - 110px);
}
section h2{
	text-align: center;
    color: #B83E40;
    text-transform: uppercase;
    font-size: 60px;
    position: relative;
    font-family: 'Core Mellow 65 Bold';
	margin-bottom:48px;
	
}
section h2:after{
	content: url(img/h_bg.svg);
	position: absolute;
	left: 0;
    right: 0;
}
.about{
	padding-top:100px;
	padding-bottom:80px;
	position:relative;
}
.about p{
	font-size: 22px;
    line-height: 28px;
}
.a_cont{
	padding-top:30px;
}
.about_l{
	position:absolute;
	right: 0;
    bottom: 0;
}


.menu_cat.owl-carousel {
    width: 100%;
	 padding: 0 60px;
	 text-align:center;
}
/*
.menu_cat.owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
}*/
.menu_cat .owl-nav .owl-prev{
	position: absolute;
    top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.menu_cat .owl-nav .owl-next{
	position: absolute;
    top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.car_item a{
	font-family: 'Core Mellow 65 Bold';
    color: #806B64;
    text-transform: uppercase;
}
.owl-wrap{
	margin-bottom:50px;
}
.f_name{
	    font-family: 'Core Mellow 65 Bold';
    font-size: 24px;
    margin-bottom: 10px;
}
.f_desc{
	    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    color: #030305;
}
.f_w{
	font-size: 20px;
    font-weight: 600;
    color: #030305;
}
.f_pr{
	font-size: 20px;
    font-weight: 600;
    color: #030305;
}
.m_list{
	display:none;
}
.m_list.ml_act{
	display:block;
}
.car_item .cat_act{
	color:#B83E40;
}
.menu {
	position:relative;
}
.menu_img{
	position:absolute;
	left:0;
	top:300px;
}
.book_sect{
	    padding: 285px 0;
    background: url(img/book.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    margin: 95px 0;
}
.book_sect a{
	    color: #fff;
    background: #B83E40;
    border-radius: 12px;
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    padding: 12px 25px;
}

.hcol{
	position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.logo_col{
	-ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
	
}
.nav_col{
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	
}
.but_col{
	-ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}


@media (max-width:1600px) {
	header {
    padding: 25px 0%;
}
.b_but {
    font-size: 20px;
    margin-left: 10px;
}
nav a {
    font-size: 20px;
}



	
}

@media (max-width:1410px) {
	.h_cont a {
    display: block;
    color: #AE2427;
    font-size: 28px;
}
	
}
.m_mbut{
	display:none;
}

@media (max-width:1200px) {
	
	.nav_col{
		display:none;
	}
	.m_mbut{
	display:block;
	margin-left:20px;
}

.but_col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}


	
}

.g_img{
	display:block;
	width:100%;
	border-radius:24px;
}
.g_img1{
	height:610px
}
.g_img2{
	height:610px
}
.g_img3{
	height:370px;
		margin-bottom:24px;
}
.g_img4{
	height:216px
}
.g_img5{
	height:346px
}
.g_img6{
	height:346px
}
.gallery{
	position:relative;
}
.gal_l{
	position:absolute;
	right:0;
	bottom:200px;
}
.news{
	position:relative;
	padding:120px 0 60px 0;
}
.p-img{
	width: 100%;
    border-radius: 24px;
    height: 240px;
    object-fit: cover;
    margin-bottom: 25px;
}
.post-date{
	    color: #030305;
    font-family: 'Core Mellow 65 Bold';
}
.post-title{
	position: relative;
    color: #030305;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    display: block;
    padding-right: 50px;
    margin-top: 13px;
}
.post-l{
	position: absolute;
    right: 0;
    top: 0;
}
.post-title:hover{
	color: #030305;
}
.news_l{
	position: absolute;
    left: 0;
    bottom: -200px;
}
.f_img{
	border-radius:24px;
	width:100%;
}
.rev-item{
	    text-align: center;
    background: #fff;
    border-radius: 24px;
    padding: 72px 90px;
}
.rev_name{
	    color: #B83E40;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 15px;
}
.rev_text{
	font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}
.owl-dots{
	    text-align: center;
    margin-top: 20px;
}
.owl-dot span{
	display: inline-block;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    background-color: #806B64;
	margin: 0 5px;
}
.owl-dot.active span{
	 background-color: #B83E40;
}
.contact{
	padding:90px 0;
}
.cont_bl{
	    position: relative;
    padding-left: 120px;
    padding-top: 50px;
}
h3{
	color:#B83E40;
	font-family: 'Core Mellow 65 Bold';
    margin-bottom: 20px;
}
.cont_bl img{
	position: absolute;
    left: 0px;
	top:0;
}
.cont_bl a{
	color:#000;
}
.f_top{
	    text-align: center;
    border-top: 2px solid #DFD9D3;
    padding-top: 24px;
    margin-bottom: 10px;
    font-weight: 300;
}
.f_top span{
	color:#B83E40
}
footer a{
	font-weight: 300;
    color: #000;
}
.cont_bl .modal_but{
	color: #fff;
    background: #B83E40;
    border-radius: 12px;
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    padding: 12px 25px;
    margin-top: 30px;
}
.modal_p {
    position: fixed;
    z-index: 10000000;
    width: 100%;
    height: 100%;
    background: rgba(20, 20, 20, 0.6);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    justify-content: center;
    align-items: center;
}
.ca_wrap {
    position: relative;
    z-index: 1000;
    border-radius: 16px;
    background: #fff;
    padding: 40px 90px;
    max-width: 699px;
    box-sizing: border-box;
    border: none;
    text-align: center;
    width: 98%;
}
.mod_close {
    width: 24px;
    display: block;
    height: 24px;
    position: absolute;
    right: 15px;
    top: 16px;
    z-index: 2;
}
.span_h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
	color:#B83E40;
	font-family: 'Core Mellow 65 Bold';
}
.f_input input {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #D0D0D0;
    font-size: 16px;
    padding: 16px;
}
.f_input textarea {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #D0D0D0;
    font-size: 16px;
    padding: 16px;
    height: 92px;
}
.accept {
    font-size: 14px;
    text-align: left;
    color: #000;
}
.accept a, .accept a:hover {
    color: #000;
    text-decoration: underline;
}
.f_submit input {
    color: #fff;
    background: #B83E40;
    border-radius: 8px;
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 56px;
    text-transform: uppercase;
    margin: 0 auto;
    border: none;
}
.mob_menu {
    display: none;
       position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF4EF;
    z-index: 10;
    padding: 30px 30px;
    backdrop-filter: blur(5px);
    color: #fff;
    overflow-y: auto;
}
.mob_menu ul li{list-style-type: none;}
.mob_menu ul li a{
	color: #000;
    font-size: 24px;
    display: block;
    padding: 10px 0;
}
.mm_close{
	display: block;
    text-align: right;
    margin-bottom: 15px;
}

.page h1{
	text-align: center;
    color: #B83E40;
    text-transform: uppercase;
    font-size: 60px;
    position: relative;
    font-family: 'Core Mellow 65 Bold';
    margin-bottom: 48px;
}
.img_single{
	width: 100%;
    border-radius: 24px;
    margin-bottom: 45px;
}
.page p{
	 font-size: 18px;
    font-weight: 300;
    line-height: 24px;
}
.page{
		    padding-bottom: 60px;
	}
.btn-back{
	color: #fff;
    background: #B83E40;
    border-radius: 12px;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    padding: 12px 40px;
}
.btn-back:hover{
	color:#fff;
}
@media (max-width:992px) {
	
	.page h1{
    font-size: 40px;

}
	    header {
        padding: 16px 0%;
    }
	.ca_wrap {
        padding: 24px 24px;
    }
	    .f_input input {
        width: 100%;
        border-radius: 8px;
        border: 1px solid #D0D0D0;
        font-size: 14px;
        padding: 14px;
    }
	.f_input textarea {
        width: 100%;
        border-radius: 8px;
        border: 1px solid #D0D0D0;
        font-size: 14px;
        padding: 14px;
        height: 82px;
    }
	.cont_bl .modal_but{
	color: #fff;
    background: #B83E40;
    border-radius: 12px;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    padding: 12px 18px;
    margin-top: 30px;
}
	footer .right {
    text-align: center;
}
	.cont_bl {
    margin-bottom: 30px;
		padding-left: 84px;
}
	.cont_bl img {
    height: 100%;
}
	.rev-item {
    padding: 50px 20px;
}
	.contact {
    padding: 60px 0;
}
	.news {
    position: relative;
    padding: 60px 0 60px 0;
}
	.gal_l{
	display:none;
}
.news_l{
	display:none;
}	
	.a1 {
		text-align:center;
	}
	.a3{display:none;}
	.about_l {
    position: absolute;
    right: 0;
    bottom: 110px;
    opacity: 0.2;
}
	.logo_col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
	.h_cont{
		display:none;
	}
	.h_but{
		display:none;
	}
	.menu_img{
		display:none;
	}
	.f_desc{
		margin-bottom:15px;
	}
	.book_sect {
    padding: 200px 0;
    background: url(img/book.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    margin: 50px 0;
}


}
@media (max-width:768px) {
	.promo img{max-width: 80%;}
	
}