* {
	margin: 0;
	padding: 0;
	outline: none;
}
.mobile-menu {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(112, 79, 63, 0.97) 0%, rgba(41, 28, 0, 0.97) 100%);
    box-sizing: border-box;
    width: 465px;
    z-index: 700;
    -webkit-transform: translate3d(465px, 0, 0);
    transform: translate3d(465px, 0, 0);
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    padding: 34px 42px 20px 42px;
}
@font-face {
	font-family: 'Mont';
	src:
	    url('../fonts/Mont-Light.woff2') format('woff2'),
	    url('../fonts/Mont-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Mont';
    src:
        url('../fonts/Mont-Regular.woff2') format('woff2'),
        url('../fonts/Mont-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Mont';
    src:
        url('../fonts/Mont-SemiBold.woff2') format('woff2'),
        url('../fonts/Mont-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Mont';
    src:
        url('../fonts/Mont-Bold.woff2') format('woff2'),
        url('../fonts/Mont-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Mont';
    src:
        url('../fonts/Mont-Black.woff2') format('woff2'),
        url('../fonts/Mont-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
img {
	width: auto;
    max-width: 100%;
    height: auto;
}
.img-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}
.img-center img,
.img-center svg {
	display: block;
	-webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    max-height: 100%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-align-self: center;
    margin: 0 auto;
}
a img {
	border: none;
}
path,
path:hover,
use,
use:hover,
a,
a:hover {
	transition: 0.3s ease all;
}
.clearfix {
	float: none;
    clear: both;
}
.clearfix:after {
	clear: both;
}
.clearfix:before,
.clearfix:after {
	display: table;
    content: " ";
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input,
button {
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -webkit-appearance: button;
    box-sizing: border-box;
    outline: none;
    border: none;
    font-family: inherit;
}

textarea {
	font-family: inherit;
}

button,
input[type="submit"],
input[type="button"] {
	cursor: pointer;
}

body {
	font-family: 'Mont';
	line-height: 1;
	background: #fff;
}

::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}
::-webkit-input-placeholder {color:#3D3D3D;}
::-moz-placeholder          {color:#3D3D3D;}
:-moz-placeholder           {color:#3D3D3D;}
:-ms-input-placeholder      {color:#3D3D3D;}

strong,
b {
	font-weight: 700;
}
i, cite, em, var, address, dfn {
    font-style: italic;
}
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}
input[type='number'] {
    -moz-appearance: textfield;
}
input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }
.overflow-hidden {
	overflow: hidden;
}
.rel {
	position: relative;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.size-0 {
	display: table;
	font-size: 0;
	width: 100%;
}
.table-responsive {
    width: 100%;
    min-height: .01%;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
} 
.hidden {
	display: none;
}
.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.inline-flex {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.f_wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.f_no-wrap {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.f_none {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
}
.a-i_center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.a-i_end {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.a-i_baseline {
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}
.j-c_start {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.j-c_center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.j-c_around {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.j-c_between {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.j-c_end {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.f-d_column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
  font-size: 16px;
  touch-action: manipulation;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	select:focus,
	textarea:focus,
	input:focus {
		font-size: 16px;
		touch-action: manipulation;
		user-select: none;
	}
}
input[type="text"]::-ms-clear {
  display: none;
}
input[type="password"]::-ms-reveal {
  display: none;
}
.width-100 {
	width: 100%;
}
.width-1248 {
	max-width: 1248px;
	margin: 0 auto;
}
header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}

.inner-page header {
	position: relative;
}


body:not(.inner-page) header {
	background-image: none !important;
}
.headerTop {
	box-sizing: border-box;
	padding: 24px 0 20px 0;
	background: rgba(255, 255, 255, 0.61);
	min-height: 93px;
}
.headerBottom {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.headerBottom:not(.loaded) {
	background: #4D3C25;
}
.boxLogo {
	max-width: 267px;
	height: auto;
	font-size: 0;
}
.headerTop_right {

}
.buttonMenu {
	font-family: Tahoma;
	font-size: 18px;
	color: #714B38;
	background: transparent;
	line-height: 1;
	transition: 0.3s ease all;
	margin-left: 54px;
}
.buttonMenu svg {
	margin-left: 15px;
}
.buttonMenu use {
	fill: #714B38;
}
.buttonMenu:hover {
	color: #301F16;
	transition: 0.3s ease all;
}
.buttonMenu:hover use {
	fill: #301F16;
}
.headerButton {
	display: block;
	width: 247px;
	height: 44px;
	box-sizing: border-box;
	border: 1px solid #766357;
	background: transparent;
	border-radius: 30px;
	font-weight: 600;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
	color: #704F3F;
	transition: 0.3s ease all;
	margin-left: 54px;
}
.headerButton:hover {
	border-color: #301F16;
	background: #301F16;
	color: #fff; 
	transition: 0.3s ease all;
}
.headerContacts {

}
.headerContacts_left {
	margin-right: 9px;
}
.headerContacts_left a {
	font-size: 0;
	margin-right: 8px;
}
.headerContacts_left a:hover {
	opacity: 0.7;
}
.headerContacts_right {
	text-align: right;
}
.headerContacts_telephone {

}
.headerContacts_telephone a {
	font-weight: 600;
	font-size: 24px;
	color: #6E5443;
	text-decoration: none;
}
.headerContacts_mail {
	margin-top: -2px;
}
.headerContacts_mail a {
	font-size: 15px;
	color: #6E5443;
	text-decoration: none;
}
.headerContacts_telephone a:hover,
.headerContacts_mail a:hover {
	color: #301F16;
}
.menuTop {

}
.menuTop ul {
	min-height: 40px;
	padding: 14px 0 13px;
}
.menuTop li {

	text-align: center;
	box-sizing: border-box;
	padding: 0 14px;
	position: relative;
}
.menuTop li:before {
	display: block;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	background: rgba(169, 169, 169, 0.32);
}
.menuTop li:last-child:before {
	display: none;
}
.menuTop a {
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
.menuTop li.active a,
.menuTop a:hover {
	opacity: 0.7;
}

.menuTop > ul > li > ul {
	display: none;
}

.all-sliderTop {
	padding-bottom: 2px;
	border-bottom: 1px solid #DFDFDF;
}
.sliderTop {
	height: 632px;
}
.sliderTop_li {
	position: relative;
}
.sliderTop_thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.sliderTop_thumb img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}
.sliderTop_li {
	box-sizing: border-box;
	padding: 190px 0 60px 0;

}
.sliderTop_item {
	position: relative;
	z-index: 2;
	height: 100%;
	/*padding-top: 180px;*/
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
}
.sliderTop_icons {
	width: 74px;
	height: 74px;
	margin: 0 auto;
}
.sliderTop_title {
	font-size: 55px;
	line-height: 1.1;
	text-transform: uppercase;
	color: #5A3C2E;
	font-weight: 700;
	margin-top: 19px;
	text-shadow: #fff 1px 1px 0, #fff -1px -1px 0, #fff -1px 1px 0, #fff 1px -1px 0;
}
.sliderTop_text {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.12;
	color: #704F3F;
	text-shadow: 0px 0px 41px #FFFFFF;
	margin-top: 20px;
	text-shadow: rgba(255,255,255,0.8) 0.05em 0.05em 0, rgba(255,255,255,0.8) -0.05em -0.05em 0, rgba(255,255,255,0.8) -0.05em 0.05em 0, rgba(255,255,255,0.8) 0.05em -0.05em 0;
}
.sliderTop .swiper-pagination {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 11px;
	margin: 0 auto;
	z-index: 2;
}
.swiper-pagination.swiper-pagination-lock {
	display: none;
}
.swiper-pagination {
	text-align: center;
	font-size: 0;
	width: 100%;
	display: table;
}
.swiper-pagination-bullet {
	display: inline-block;
	vertical-align: top;
	width: 109px;
	height: 4px;
	border-radius: 0;
	background: #C4C4C4;
	margin: 0 6px 6px 6px;
	transition: 0.3s ease all;
	cursor: pointer;
}
.swiper-pagination-bullet:hover,
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #704F3F;
	transition: 0.3s ease all;
}
.boxServices {
	margin-top: 59px;
	margin-bottom: 58px;
}
.titleH2 {
	font-weight: 700;
	font-size: 48px;
	line-height: 1.1;
	text-align: center;
	color: #301F16;
}
.boxServices_title {
	margin-bottom: 42px;
}

.listServices_margin {
	margin-left: -15px;
	margin-right: -15px;
}
.listServices {

}
.listServices li {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 15px 31px 15px;
}
.listServices_link {
	font-size: 0;
	text-decoration: none;
	padding: 6px 7px;
	background: #F6F6F6;
	border: 1px solid #DFDFDF;
	box-sizing: border-box;
	border-radius: 20px;
}
.listServices_thumb {
	width: 125px;
	margin-right: 7px;
	height: 102px;
}
.listServices_right {
	box-sizing: border-box;
	border-left: 1px solid #DFDFDF;
	padding: 0 8px 0 15px;
}
.listServices_title {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	color: #301F16;
}
.listServices_link:hover {
	background: #fff;
	border-color: #714B38;
	box-shadow: 0 0px 7px 1px rgba(113,75,56,0.3);
}
.boxServices_link {
	text-align: center;
	margin-top: 33px;
}
.boxServices_link a {
	display: inline-block;
	vertical-align: top;
	text-decoration: underline;
	font-weight: 700;
	font-size: 16px;
	color: #301F16;
}
.boxServices_link a:hover {
	text-decoration: none;
}








@media screen and (max-width: 1340px) {

}
@media screen and (max-width: 1279px) {
	.pd-15 {
		box-sizing: border-box;
		padding-left: 15px;
		padding-right: 15px;
	}



}
@media screen and (max-width: 1199px) {
	.headerBottom {
		display: none;
	}
	.sliderTop_li {
		padding: 123px 0 60px 0;
	}
	.sliderTop {
		height: 480px;
	}
	.sliderTop_title {
		font-size: 36px;
	}
	.sliderTop_icons {
		width: 56px;
		height: 56px;
	}
	.swiper-pagination-bullet {
		width: 50px;
	}
	.buttonMenu {
		margin-left: 30px;
	}
	.headerButton {
		margin-left: 30px;
	}
	.headerContacts_left {
		margin-right: 4px;
	}
	.headerTop {
		position: relative;
		border-bottom: 1px solid #6E5443;
	}
	.titleH2 {
		font-size: 32px;
	}
	.listServices_thumb {
		width: 78px;
		height: 78px;
	}
	.listServices_title {
		font-size: 14px;
	}
	.boxServices_link {
		margin-top: 10px;
	}


}
@media screen and (max-width: 1023px) {
  	.headerButton {
		width: auto;
		padding: 0 15px;
	} 



}
@media screen and (max-width: 979px) {
    .buttonMenu {
    	font-size: 0;
    }
    .buttonMenu svg {
    	margin-left: 0;
    }
    .headerButton {
    	display: none;
    }
    .headerTop {
		padding-top: 10px;
		padding-bottom: 10px;
		min-height: 70px;
	}
	.sliderTop {
		height: 400px;
	}
	.sliderTop_li {
		padding: 90px 0 40px 0;
	}
	.listServices li {
		width: 50%;
		padding: 0 15px 15px 15px;
	}





}
@media screen and (max-width: 799px) {
    
}
@media screen and (max-width: 768px) {
    .titleH2 {
		font-size: 28px;
	}
	.boxServices_title {
		margin-bottom: 30px;
	}
	.boxServices {
		margin-top: 45px;
		margin-bottom: 45px;
	}
	.headerContacts {
    	display: none;
    }
    .sliderTop_title {
		font-size: 28px;
	}
	.sliderTop_text {
		margin-top: 15px;
	}
	.sliderTop_item {
		box-sizing: border-box;
		padding: 0 15px;
	}

	.listServices {
		box-sizing: border-box;
		padding: 0 8px;
	}
	.listServices li {
		padding: 0 7px 15px 7px;
	}
	.listServices_link {
		border-radius: 10px;
	}



}
@media screen and (max-width: 639px) {
    .listServices li {
    	width: 100%;
    }
    .listServices_thumb {
		width: 60px;
		height: 60px;
	}
	.titleH2 {
		font-size: 26px;
	}
	.swiper-pagination-bullet {
		width: 34px;
	}


}
@media screen and (max-width: 479px) {
    .buttonMenu {
		margin-left: 15px;
	}
	.sliderTop_title {
		font-size: 20px;
	}
	.sliderTop_text {
		font-size: 14px;
	}



}
@media screen and (max-width: 374px) {
    
}
@media screen and (max-width: 359px) {


}