/*сброс стилей*/
*, *::before, *::after
{
	box-sizing: border-box;
}
HTML
{
	font-family: sans-serif;
	/* 2 */
	line-height: 1.15;
	/* 3 */
	-webkit-text-size-adjust: 100%;
	/* 4 */
	-ms-text-size-adjust: 100%;
	/* 4 */
	-ms-overflow-style: scrollbar;
	/* 5 */
	-webkit-tap-highlight-color: transparent;
	/* 6 */
}
@-ms-viewport
{
	width: device-width;
}
ARTICLE, ASIDE, DIALOG, FIGCAPTION, FIGURE, FOOTER, HEADER, HGROUP, MAIN, NAV, SECTION
{
	display: block;
}
BODY
{
	margin: 0;
	/* 1 */
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	/* 3 */
	background-color: #FFF;
	/* 2 */
}
[tabindex="-1"]:focus
{
	outline: none !important;
}
HR
{
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}
H1, H2, H3, H4, H5, H6
{
	margin-top: 0;
	margin-bottom: 0.5rem;
}
P
{
	margin-top: 0;
	margin-bottom: 1rem;
}
B, STRONG
{
	font-weight: bolder;
	/* Add the correct font weight in Chrome, Edge, and Safari */
}
A
{
	text-decoration: none;
	background-color: transparent;
	/* Remove the gray background on active links in IE 10. */
	-webkit-text-decoration-skip: objects;
	/* Remove gaps in links underline in iOS 8+ and Safari 8+. */
}
A:focus
{
	outline: none;
}
A:not([href]):not([tabindex])
{
	color: inherit;
	text-decoration: none;
}
A:not([href]):not([tabindex]):focus, A:not([href]):not([tabindex]):hover
{
	color: inherit;
	text-decoration: none;
}
A:not([href]):not([tabindex]):focus
{
	outline: 0;
}
FIGURE
{
	/* Apply a consistent margin strategy (matches our type styles). */
	margin: 0 0 1rem;
}
IMG
{
	vertical-align: middle;
	border-style: none;
	/* Remove the border on images inside links in IE 10-. */
	max-width: 100%;
	height: auto;
}
SVG:not(:root)
{
	overflow: hidden;
}
A, AREA, BUTTON, [role="button"], INPUT:not([type=range]), LABEL, SELECT, SUMMARY, TEXTAREA
{
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}
TABLE
{
	border-collapse: collapse;
	/* Prevent double borders */
}
LABEL
{
	/* Allow labels to use `margin` for spacing. */
	display: inline-block;
	margin-bottom: 0.5rem;
}
BUTTON
{
	border-radius: 0;
	cursor: pointer;
}
BUTTON:focus
{
	outline: 0px dotted;
	outline: 0px auto -webkit-focus-ring-color;
}
INPUT, BUTTON, SELECT, OPTGROUP, TEXTAREA
{
	margin: 0;
	/* Remove the margin in Firefox and Safari */
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
BUTTON, INPUT
{
	overflow: visible;
	/* Show the overflow in Edge */
}
BUTTON, SELECT
{
	text-transform: none;
	/* Remove the inheritance of text transform in Firefox */
}
BUTTON, HTML [type="button"], [type="reset"], [type="submit"]
{
	-webkit-appearance: button;
}
BUTTON::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner
{
	padding: 0;
	border-style: none;
}
INPUT[type="radio"], INPUT[type="checkbox"]
{
	box-sizing: border-box;
	/* 1. Add the correct box sizing in IE 10- */
	padding: 0;
	/* 2. Remove the padding in IE 10- */
}
INPUT[type="date"], INPUT[type="time"], INPUT[type="datetime-local"], INPUT[type="month"]
{
	/* 
	Remove the default appearance of temporal inputs to avoid a Mobile Safari bug where setting a custom line-height prevents text from being vertically centered within the input.
	
	See https://bugs.webkit.org/show_bug.cgi?id=139848
	and https://github.com/twbs/bootstrap/issues/11266
	*/
	-webkit-appearance: listbox;
}
TEXTAREA
{
	overflow: auto;
	/* Remove the default vertical scrollbar in IE. */
	/* Textareas should really only resize vertically so they don't break their (horizontal) containers. */
	resize: vertical;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button
{
	height: auto;
}
[type="search"]
{
	outline-offset: -2px;
	-webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration
{
	-webkit-appearance: none;
}
::-webkit-file-upload-button
{
	font: inherit;
	-webkit-appearance: button;
}
/*общее*/
BODY
{
	font-family: 'Nunito';
	background-color: #FFFAF8;
	padding-top: 110px;
}
.container
{
	max-width: 1200px;
	margin: auto;
	padding: 0 20px;
	width: 100%;
}
.header
{
	padding-top: 21px;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}
.header > .container
{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.gamb, .gamb_close
{
	display: none;
}
.header-right
{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.main_menu-list
{
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0 70px 0 0;
}
.main_menu-list A
{
	padding: 10px 20px;
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
	color: #644337;
	transition: 350ms;
}
.main_menu-list A:hover
{
	color: #B64926;
	text-shadow: 0 0 8px rgba(181, 73, 38, 0.2);
}
.lang_menu A
{
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #73645F;
	padding: 3px 8px;
	border-radius: 7px;
	transition: 350ms;
}
.lang_menu A:hover
{
	background-color: #B64926;
	box-shadow: 0px 8px 20px 1px rgba(255, 176, 59, 0.4);
	color: #FFFFFF;
}
.lang_menu A.active
{
	background: #FFB03B;
	box-shadow: 0px 8px 20px 1px rgba(255, 176, 59, 0.4);
	color: #FFFFFF;
	pointer-events: none;
}
.header.scroll_pre
{
	background-color: #FFFAF8;
	padding: 15px 0;
	position: fixed;
	/*+box-shadow: 0 0 10px rgba(100, 67, 55, 0.5);*/
	-moz-box-shadow: 0 0 10px rgba(100, 67, 55, 0.5);
	-webkit-box-shadow: 0 0 10px rgba(100, 67, 55, 0.5);
	box-shadow: 0 0 10px rgba(100, 67, 55, 0.5);
	opacity: 0;
	transform: translatey(-100%);
	z-index: 600;
}
.header.scroll_pre.scroll
{
	transition: 350ms;
}
.header.scroll_pre.scroll.scroll_open
{
	opacity: 1;
	transform: none;
}
.header.scroll_pre .main_menu-list LI:first-child A
{
	padding-left: 0;
}
.header.scroll_pre .header-logo
{
	display: none;
}
.header.scroll_pre .header-right
{
	width: 100%;
}
SECTION
{
	background-repeat: no-repeat;
}
#home
{
	padding: 30px 0;
	background-position: right top;
}
.h1
{
	font-weight: 900;
	font-size: 90px;
	line-height: 100px;
	color: #644337;
	display: block;
}
.sub_title
{
	font-weight: 900;
	font-size: 40px;
	line-height: 55px;
	margin-bottom: 30px;
	display: block;
}
.text-orange
{
	color: #B64926;
}
#home > .container
{
	background-position: right bottom;
	background-size: contain;
	background-repeat: no-repeat;
	padding-bottom: 230px;
	padding-top: 90px;
}
#home P
{
	max-width: 555px;
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
	color: #73645F;
	margin-bottom: 50px;
}
.btn
{
	padding: 5px;
	background: #FFB03B;
	box-shadow: 0px 8px 20px 1px rgba(255, 176, 59, 0.4);
	border-radius: 14px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-weight: 900;
	font-size: 14px;
	line-height: 26px;
	text-transform: uppercase;
	color: #FFFFFF;
	transition: 350ms;
}
.btn .icon
{
	border-radius: 14px;
	width: 45px;
	height: 45px;
	background-color: #FFC875;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 350ms;
}
.btn .btn-text
{
	margin-left: 18px;
	margin-right: 10px;
}
.btn:hover
{
	background-color: #FFC875;
	text-shadow: 0 0 10px rgba(181, 73, 38, 0.66);
}
.btn:hover > .icon
{
	background-color: #FFB03B;
}
.h2
{
	font-weight: 900;
	font-size: 60px;
	line-height: 60px;
	color: #644337;
	margin-bottom: 31px;
}
#advantages
{
	padding: 30px 0 20px;
	background-position: left bottom;
}
#advantages P
{
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
	color: #73645F;
	margin-bottom: 30px;
}
.text-yellow
{
	font-weight: 800;
	color: #FFB03B;
}
.cols
{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-left: -15px;
	width: calc(100% + 30px);
}
.col50
{
	width: 50%;
	padding: 0 15px;
}
.advantages-item
{
	display: flex;
	margin-bottom: 40px;
}
.advantages-icon
{
	width: 40px;
	height: 40px;
	background: #B64926;
	box-shadow: 0px 8px 20px 1px rgba(182, 73, 38, 0.4);
	border-radius: 7px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.advantages-right
{
	width: calc(100% - 40px);
	padding-left: 17px;
}
.advantages-title
{
	font-weight: bold;
	font-size: 20px;
	line-height: 27px;
	color: #644337;
	margin-bottom: 12px;
	display: block;
	margin-top: 7px;
}
.advantages-text
{
	font-size: 16px;
	line-height: 26px;
	color: #73645F;
}
#box
{
	padding: 90px 0 30px;
	background-position: right -30%;
}
#box P
{
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
	color: #73645F;
	max-width: 560px;
	margin-bottom: 75px;
}
.box
{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 256px;
	position: relative;
}
.box-item
{
	position: absolute;
	border: 1px solid #FBE6DF;
	border-radius: 14px;
	padding: 30px 30px 53px 100px;
	width: 363px;
}
.box-item .wrap
{
	position: relative;
}
.box-title
{
	font-weight: 800;
	font-size: 30px;
	line-height: 41px;
	color: #B64926;
	display: block;
	margin: 9px 0 3px;
}
.box-text
{
	font-weight: 800;
	font-size: 16px;
	line-height: 22px;
	color: #73645F;
}
.box-number
{
	position: absolute;
	background: #FFB03B;
	box-shadow: 0px 8px 20px 1px rgba(255, 176, 59, 0.4);
	border-radius: 14px;
	height: 50px;
	width: 50px;
	justify-content: center;
	align-items: center;
	display: flex;
	font-weight: 800;
	font-size: 30px;
	line-height: 41px;
	text-align: center;
	color: #FFFFFF;
	top: -55px;
	left: -64px;
}
.box-icon
{
	position: relative;
}
.box-icon:before
{
	content: '';
	height: 32px;
	width: 32px;
	background-color: #FBE6DF;
	display: block;
	position: absolute;
	z-index: -1;
	bottom: -2px;
	left: -10px;
	/*+border-radius: 50%;*/
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
}
.center_img
{
	padding: 97px 24px;
	/*background-color: #FDF0EB;*/
	/*+border-radius: 50%;*/
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
}
.box-item:after
{
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDEiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDQxIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0zMy4yNDcyIDcuOTE2NTJDMzUuNzIwNiA3LjQyMTgzIDM3Ljg0MDggNi4xNDk3NCAzOS43NDkgNC41OTQ5OEM0MC4xNzMgNC4yNDE1MSA0MC4wMzE2IDMuNTM0NzkgMzkuNjA3NiAzLjI1MjExQzM3LjM0NjEgMS45ODAwMyAzNC44NzI2IDAuOTE5OTU5IDMyLjI1NzkgMC42MzcyNzRDMzEuNDgwNSAwLjU2NjYwMyAzMS40MDk3IDEuNzY4MDEgMzIuMTE2NCAxLjkwOTM2QzM0LjAyNDUgMi40MDQwNiAzNS44NjIxIDMuMTEwNzcgMzcuNjI4OCA0LjAyOTQ5QzM3LjEzNDEgNC4zODI4NSAzNi41Njg3IDQuNzM2MzIgMzYuMDAzMyA1LjAxOTAxQzM2LjQ5OCA0LjUyNDMxIDM2LjI4NiAzLjM5MzQ1IDM1LjM2NzMgMy4zOTM0NUMyMy44NDc5IDMuMzIyNzggMTEuOTc1MiAwLjcwNzk0NSAwLjU5NzA2NyAyLjc1NzQxQy0wLjMyMTY2MSAyLjg5ODc1IC0wLjEwOTY0NCA0LjQ1MzUyIDAuODA5MDg0IDQuMzgyODVDMTIuMzk5MiAzLjQ2NDEyIDIzLjc3NzEgNS4yMzEwMiAzNS4zNjczIDUuMzAxNjlDMzUuNDM4IDUuMzAxNjkgMzUuNTA4NiA1LjMwMTY5IDM1LjUwODYgNS4zMDE2OUMzNC42NjA2IDUuNzI1NzIgMzMuODEyNSA2LjAwODI5IDMyLjgyMzEgNi4yMjA0MkMzMS42OTI0IDYuMzYxODcgMzIuMTE2NCA4LjEyODU0IDMzLjI0NzIgNy45MTY1MloiIGZpbGw9IiNCNjQ5MjYiLz4KPC9zdmc+Cg==");
	position: absolute;
	display: block;
	width: 40px;
	height: 8px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	content: '';
}
.box-item.b1
{
	top: 33.3333%;
	left: 0;
	transform: translatey(-50%);
}
.box-item.b1:after
{
	top: -57px;
	left: 80%;
	transform: translatex(-50%) rotate(-30deg);
}
.box-item.b2
{
	top: 0;
	left: 50%;
	transform: translatex(-50%);
}
.box-item.b2:after
{
	bottom: 57px;
	right: -40%;
	transform: translatex(-50%) rotate(30deg);
}
.box-item.b3
{
	top: 33.3333%;
	right: 0;
	transform: translatey(-50%);
}
.box-item.b3:after
{
	bottom: -20%;
	right: 35%;
	transform: translatex(-50%) rotate(90deg);
}
.box-item.b4
{
	top: 66.6666%;
	right: 0;
	transform: translatey(-50%);
}
.box-item.b4:after
{
	bottom: -35%;
	left: 20%;
	transform: translatex(-50%) rotate(-200deg);
}
.box-item.b5
{
	bottom: 0;
	left: 50%;
	transform: translatex(-50%);
}
.box-item.b5:after
{
	bottom: 50%;
	left: -30%;
	transform: translatex(-50%) rotate(-160deg);
}
.box-item.b6
{
	top: 66.6666%;
	left: 0;
	transform: translatey(-50%);
}
.box-item.b6:after
{
	display: none;
}
#gallery
{
	padding: 60px 0;
}
.text-center
{
	text-align: center;
}
.slider-item IMG
{
	transform: scale(0.6);
	opacity: 0.4;
	transition: 350ms;
	width: 100%;
	height: auto;
}
.slider-item.slick-current.slick-center IMG
{
	transform: scale(1);
	opacity: 1;
}
.slider
{
	position: relative;
	margin-top: 50px;
}
.slider BUTTON
{
	border: 0px solid black;
	background-color: transparent;
	position: absolute;
	top: 50%;
	transform: translatey(-50%) scale(1);
	z-index: 10;
	padding: 15px 0;
	transition: 350ms;
}
.slider BUTTON:hover
{
	transform: translatey(-50%) scale(1.3);
}
.slider BUTTON.slick-next
{
	right: 0;
}
#contacts
{
	padding-top: 102px;
	padding-bottom: 138px;
	background-position: top left;
}
#contacts > .container
{
	display: flex;
	justify-content: space-between;
}
#contacts .left
{
	width: 50%;
}
.left_contacts_block
{
	padding-left: 100px;
}
.contacts_phone
{
	display: flex;
	align-items: center;
	margin-bottom: 39px;
}
.contacts_phone-text
{
	font-weight: 800;
	font-size: 30px;
	line-height: 41px;
	color: #B64926;
	padding-left: 11px;
}
.lcb-item
{
	margin-bottom: 20px;
}
.lcb-label
{
	font-size: 14px;
	line-height: 19px;
	color: #73645F;
	display: block;
}
.lcb-text
{
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
	color: #73645F;
}
#contacts .right
{
	width: 50%;
}
.contacts_right_block
{
	background: #FFFFFF;
	box-shadow: 0px 8px 20px 1px #F2E7E2;
	border-radius: 14px;
	padding: 20px;
}
.crb-body
{
	border: 2px dashed #FBE6DF;
	border-radius: 14px;
	padding: 22px 78px 28px;
	text-align: center;
}
.alert_form
{
	border: 4px dashed green;
	border-radius: 14px;
	padding: 22px 78px 28px;
	text-align: center;
	color: green;
	font-weight: 900;
	font-size: 20px;
	display: none;
}
.alert_form SPAN
{
	display: block;
	font-size: 14px;
}
.crb-title
{
	font-weight: 800;
	font-size: 30px;
	line-height: 41px;
	color: #B64926;
	margin: 10px 0 22px;
	display: block;
}
.contacts_form INPUT, .contacts_form TEXTAREA
{
	background: #FFFFFF;
	border: 1px solid #EFEFEF;
	box-sizing: border-box;
	border-radius: 14px;
	width: 100%;
	margin-bottom: 12px;
	padding: 18px 20px;
	font-size: 14px;
	line-height: 19px;
	color: #644337;
	font-weight: 800;
	transition: 250ms;
}
.contacts_form INPUT::placeholder, .contacts_form TEXTAREA::placeholder
{
	color: #73645F;
	font-weight: 400;
}
.contacts_form INPUT:focus, .contacts_form TEXTAREA:focus
{
	border: 1px solid rgba(181, 73, 38, 0.436);
	outline: none;
}
.input.error
{
	border: 1px solid red;
	/*+box-shadow: inset 0 0 5px rgba(255, 0, 0, 0.3);*/
	-moz-box-shadow: inset 0 0 5px rgba(255, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 0 5px rgba(255, 0, 0, 0.3);
	box-shadow: inset 0 0 5px rgba(255, 0, 0, 0.3);
}
.contacts_right_block .btn-text
{
	margin-right: 20px;
}
.footer
{
	background: #644337;
	height: 120px;
	display: flex;
	align-items: center;
}
.footer .container
{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 10px;
}
.footer A
{
	font-size: 14px;
	line-height: 19px;
	color: #FFB03B;
}
.copyright
{
	font-size: 14px;
	line-height: 19px;
	color: #FBE6DF;
}
@media (min-width: 1024px) and (max-width: 1200px)
{
	.main_menu-list
	{
		margin-right: 20px;
	}
	.main_menu A
	{
		padding: 10px;
	}
}
@media (max-width: 1023px)
{
	.header:not(.scroll_pre) .header-right
	{
		flex-direction: column-reverse;
	}
	.header:not(.scroll_pre) .main_menu-list
	{
		margin-right: 0;
	}
	.header:not(.scroll_pre) .lang_menu
	{
		margin-left: auto;
		margin-bottom: 15px;
	}
	.main_menu A
	{
		padding: 7px;
		font-size: 16px;
		line-height: 22px;
	}
	#home
	{
		background-position: 93px 212px;
		background-size: contain;
	}
	#home .container
	{
		padding-top: 30px;
		background-size: 50% auto;
		padding-bottom: 40px;
	}
	#home P
	{
		width: 355px;
	}
	.advantages-item
	{
		flex-direction: column;
	}
	.advantages-right
	{
		width: 100%;
		padding-left: 0;
	}
	#advantages
	{
		background-size: contain;
		background-position: -216px 258px;
		padding-bottom: 0;
	}
	.box
	{
		padding: 235px;
	}
	.center_img
	{
		padding: 64px 15px;
	}
	.box-item
	{
		width: 226px;
		padding: 45px 10px 37px 28px;
	}
	.box-icon
	{
		margin-left: 10px;
	}
	.box-title
	{
		font-size: 26px;
		margin-bottom: 0;
	}
	.box-number
	{
		left: 0;
		top: -70px;
	}
	#box
	{
		background-position: right top;
		background-size: 50%;
	}
	.box-item.b3, .box-item.b1
	{
		top: 30%;
	}
	.box-item.b4, .box-item.b6
	{
		top: 70%;
	}
	.box-item.b2:after
	{
		top: 55px;
		right: -100px;
		transform: translatex(-50%) rotate(40deg);
	}
	.box-item.b4:after
	{
		bottom: -45px;
	}
	.box-item.b5:after
	{
		top: 130px;
	}
	.left_contacts_block
	{
		padding-left: 0;
	}
	.crb-body
	{
		padding: 26px 28px;
	}
	#contacts .left
	{
		padding-right: 10px;
	}
	#contacts .right
	{
		padding-left: 10px;
	}
	.container
	{
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width: 767px)
{
	.h1
	{
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 0;
	}
	.sub_title
	{
		font-size: 28px;
		line-height: 41px;
		margin-bottom: 20px;
	}
	#home P
	{
		width: 100%;
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 25px;
	}
	#home .container
	{
		padding-bottom: 340px;
		background-position: bottom center;
		background-size: 290px;
	}
	#home
	{
		background-size: 150%;
		background-position: bottom;
	}
	.h2
	{
		font-size: 36px;
		line-height: 40px;
		margin-bottom: 20px;
	}
	#advantages P
	{
		font-size: 16px;
		line-height: 26px;
	}
	.text-yellow
	{
		font-size: 18px;
	}
	#advantages .container > .cols > .col50
	{
		width: 100%;
		margin-bottom: 35px;
	}
	.advantages-item
	{
		margin-bottom: 25px;
	}
	.advantages-title
	{
		font-size: 20px;
		line-height: 27px;
		margin-top: 15px;
		margin-bottom: 10px;
	}
	#box
	{
		padding-top: 0;
	}
	#box P
	{
		font-size: 16px;
		line-height: 26px;
	}
	.box-item
	{
		position: relative;
		left: 0 !important;
		top: 0 !important;
		bottom: 0 !important;
		right: 0 !important;
		width: 100%;
		transform: none !important;
		margin-top: 50px;
	}
	.box-item:after
	{
		display: none;
	}
	.box
	{
		padding: 0;
		flex-wrap: wrap;
	}
	#contacts .container
	{
		display: block;
	}
	#contacts
	{
		background-position: bottom;
		background-size: contain;
		padding-top: 0;
	}
	#contacts .left
	{
		width: 100%;
		padding: 0;
	}
	#contacts .right
	{
		padding: 0;
		width: 100%;
	}
	.crb-body
	{
		padding: 15px;
	}
	.contacts_right_block
	{
		padding: 0;
		padding: 15px;
		margin-left: -5px;
		width: calc(100% + 10px);
	}
	.footer
	{
		text-align: center;
	}
	.footer .container
	{
		flex-direction: column-reverse;
		padding: 0;
	}
	.footer .container A
	{
		margin-bottom: 5px;
	}
	.copyright
	{
		font-size: 13px;
	}
	.gamb, .gamb_close
	{
		display: flex;
		background: #B64926;
		box-shadow: 0px 8px 20px 1px rgba(182, 73, 38, 0.4);
		border-radius: 14px;
		width: 40px;
		height: 40px;
		justify-content: center;
		align-items: center;
		transition: 350ms;
		cursor: pointer;
		position: absolute;
		top: 20px;
		right: 15px;
	}
	.gamb:hover, .gamb_close:hover
	{
		background-color: #FFB03B;
	}
	.header-right
	{
		position: fixed;
		z-index: 2000;
		height: 100%;
		background-color: #FFFAF8;
		left: 0;
		top: 0;
		width: 100%;
		justify-content: center;
		transform: translatex(100%);
		transition: 350ms;
	}
	.header-right
	{
	}
	BODY.open_menu .header-right
	{
		transform: none;
	}
	.main_menu-list
	{
		flex-direction: column;
	}
	.main_menu-list A
	{
		display: block;
		text-align: center;
		font-size: 18px;
		line-height: 30px;
	}
	.main_menu-list
	{
		margin: 0;
	}
	.lang_menu
	{
		position: absolute;
		bottom: 20px;
	}
	.header-logo IMG
	{
		height: 50px;
		width: auto;
	}
	.header
	{
		padding-top: 15px;
	}
	BODY
	{
		padding-top: 40px;
	}
	.header.scroll_pre .header-logo
	{
		display: block;
	}
	.alert_form
	{
		padding: 20px;
	}
	.slider-item IMG
	{
		transform: scale(0.3);
	}
	.slick-current.slick-active IMG
	{
		opacity: 1;
		transform: scale(0.6);
	}
}
