/*********************************************************************************************************************************** Reset */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,textarea,iframe,label { margin: 0; padding: 0; }
html, body {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-size: 14px;
	line-height: 1;
	color: #555555;
	position: relative;
	min-height: 100%;
	word-wrap: break-word;
	background: #ffffff;
}
html { scroll-behavior: auto !important; }
img, a img, fieldset, iframe { border: none; }
input, button, select, optgroup, textarea { font-family: inherit; }
input, textarea, select, button, a { outline: none; }
textarea { resize: vertical; }
label { cursor: pointer; }
p { margin: 0px 0px 15px 0px; }
a, a:link, a:visited {
	color: #424b53;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	-webkit-transition: color 0.2s ease, background 0.2s ease;
	   -moz-transition: color 0.2s ease, background 0.2s ease;
			transition: color 0.2s ease, background 0.2s ease;
}
a:hover, a:focus {
	color: #fc9b1d;
	text-decoration: none;
	outline: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus, .btn:active, .btn.active {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.nopadding {
	padding: 0 !important;
}
.nomargin {
	margin: 0 !important;
}
.nobr {
	white-space: nowrap;
}

::-moz-selection {
	color: #ffffff;
	background: #fc9b1d;
}
::selection {
	color: #ffffff;
	background: #fc9b1d;
}


/*********************************************************************************************************************************** Icon Font */
@font-face {
	font-family: 'icomoon';
	src:  url('../fonts/icomoon.eot?mh7ud5');
	src:  url('../fonts/icomoon.eot?mh7ud5#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.ttf?mh7ud5') format('truetype'),
		url('../fonts/icomoon.woff?mh7ud5') format('woff'),
		url('../fonts/icomoon.svg?mh7ud5#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
.icn {
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icn_phone:before { content: "\e900"; }
.icn_map:before { content: "\e901"; }
.icn_envelope:before { content: "\e902"; }
.icn_mail:before { content: "\e903"; }
.icn_clock:before { content: "\e904"; }
.icn_cart:before { content: "\e905"; }
.icn_menu:before { content: "\e906"; }
.icn_search:before { content: "\e907"; }
.icn_angle_up:before { content: "\e908"; }
.icn_angle_down:before { content: "\e909"; }
.icn_angle_left:before { content: "\e910"; }
.icn_angle_right:before { content: "\e911"; }
.icn_download:before { content: "\e912"; }
.icn_pdf:before { content: "\e913"; }
.icn_word:before { content: "\e914"; }
.icn_instagram:before { content: "\e915"; }
.icn_youtube:before { content: "\e916"; }
.icn_whatsapp:before { content: "\e917"; }
.icn_telegram:before { content: "\e918"; }
.icn_whatsapp_2:before { content: "\e919"; }
.icn_telegram_2:before { content: "\e920"; }


/*********************************************************************************************************************************** Content boxes */
.box_content {
	padding: 50px 0px;
}
.box_bg {
	background: #f1f3f5;
}

.page_title {
	padding: 0px;
	margin: -5px 0px 30px 0px;
	font-size: 26px;
	line-height: 30px;
	color: #1a1a1a;
	font-weight: 700;
	text-align: center;
}
.page_title span {
	color: #fc9b1d;
}
.page_title_white {
	color: #ffffff;
}

.page_title_sm {
	padding: 0px;
	margin: -5px 0px 10px 0px;
	font-size: 19px;
	line-height: 25px;
	color: #1a1a1a;
	font-weight: 700;
	text-align: center;
}

.page_pretitle {
	position: relative;
	margin: 0px 0px 20px 0px;
	font-size: 13px;
	line-height: 17px;
	color: #fc9b1d;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
.page_pretitle:before, .page_pretitle:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	height: 2px;
	margin-top: -1px;
	background: #fc9b1d;
}
.page_pretitle:before {
	margin-right: 5px;
}
.page_pretitle:after {
	margin-left: 5px;
}

.page_subtitle {
	margin: -15px 0px 30px 0px;
	font-size: 15px;
	line-height: 21px;
	color: #777777;
	text-align: center;
}
.page_subtitle_white {
	color: #ffffff;
	opacity: 0.7;
	font-weight: 300;
}

@media (min-width: 768px) {
	.box_content {
		padding: 80px 0px;
	}
	
	.page_title {
		margin: -5px 0px 45px 0px;
		font-size: 36px;
		line-height: 40px;
	}
	.page_title_sm {
		font-size: 24px;
		line-height: 28px;
		text-align: left;
	}
	
	.page_pretitle {
		margin: 0px 0px 20px 0px;
		font-size: 15px;
		line-height: 19px;
	}
	.page_pretitle:before, .page_pretitle:after {
		width: 35px;
	}
	.page_pretitle:before {
		margin-right: 15px;
	}
	.page_pretitle:after {
		margin-left: 15px;
	}
	
	.page_subtitle {
		margin: -25px 0px 45px 0px;
		font-size: 17px;
		line-height: 24px;
	}
}
	

/*********************************************************************************************************************************** Typography */
.page_content {
	font-size: 14px;
	line-height: 20px;
	color: #1a1a1a;
}

.page_content p {
	margin-bottom: 15px;
}
.page_content p:last-child {
	margin-bottom: 0px;
}
.page_content b, .page_content strong {
    font-weight: 600;
}

.page_content h1, .page_content h2, .page_content h3, .page_content h4, .page_content h5, .page_content h6 {
	padding: 12px 0px 7px 0px;
	color: #1a1a1a;
	font-weight: 700;
	text-align: left;
}
.page_content h1:first-child, .page_content h2:first-child, .page_content h3:first-child, .page_content h4:first-child, .page_content h5:first-child, .page_content h6:first-child {
	padding-top: 0px;
}
.page_content h1 {
	font-size: 17px;
	line-height: 23px;
}
.page_content h2 {
	font-size: 17px;
	line-height: 23px;
}
.page_content h3 {
	font-size: 16px;
	line-height: 22px;
}
.page_content h4 {
	font-size: 16px;
	line-height: 22px;
}
.page_content h5 {
	font-size: 15px;
	line-height: 21px;
}
.page_content h6 {
	font-size: 15px;
	line-height: 21px;
}

.page_content img {
	max-width: 100%;
	height: auto;
}
.page_content .alignleft, .page_content .alignright, .page_content .aligncenter, .page_content .alignnone {
	margin: 0px 0px 15px 0px;
	clear: both;
}

.page_content .gallery {
	margin: -5px -10px 10px -10px !important;
}
.page_content .gallery-item {
	padding: 10px !important;
	margin: 0px !important;
}
.page_content .gallery-item img {
	max-width: 100% !important;
	height: auto !important;
	border: none !important;
}

.wp-caption-text {
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 13px;
	line-height: 17px;
	color: #777777;
	text-align: center;
}

.page_content ul {
	list-style-type: none;
	position: relative;
	margin: -7px 0px 15px 0px;
}
.page_content ul li {
	list-style-type: none;
	position: relative;
	padding: 0px 0px 5px 15px;
}
.page_content ul li:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 8px;
	left: 0px;
	background: #fc9b1d;
	border-radius: 50%;
}
.page_content ul li ul li:before {
	background: #bbbbbb;
}

.page_content ol {
	list-style-position: inside;
	position: relative;
	margin: -7px 0px 15px 0px;
}
.page_content ol li {
	padding: 0px 0px 5px 0px;
	position: relative;
}
.page_content ol li ul li {
	padding: 0px 0px 5px 15px;
}

.page_content ul:last-child, .page_content ol:last-child {
	margin-bottom: 0px;
}
.page_content ul li:last-child, .page_content ol li:last-child {
	padding-bottom: 0px;
}

.page_content ul li ul, .page_content ul li ol {
	margin: 0px;
	padding-left: 10px;
}
.page_content ol li ul, .page_content ol li ol {
	margin: 0px;
	padding-left: 25px;
}

@media (max-width: 575.98px) {
	.page_content .gallery {
		margin: -5px -5px 10px -5px !important;
	}
	.page_content .gallery:before, .page_content .gallery:after {
		content: " ";
		display: table;
	}
	.page_content .gallery:after {
		clear: both;
	}
	.page_content .gallery br {
		display: none;
	}
	.page_content .gallery .gallery-item {
		width: 100% !important;
		padding: 5px !important;
	}
}
@media (min-width: 768px) {
	.page_content h1 {
		font-size: 24px;
		line-height: 30px;
	}
	.page_content h2 {
		font-size: 23px;
		line-height: 29px;
	}
	.page_content h3 {
		font-size: 22px;
		line-height: 28px;
	}
	.page_content h4 {
		font-size: 21px;
		line-height: 27px;
	}
	.page_content h5 {
		font-size: 20px;
		line-height: 26px;
	}
	.page_content h6 {
		font-size: 19px;
		line-height: 25px;
	}
	
	.page_content .alignleft {
		margin: 5px 30px 15px 0px;
		float: left;
		clear: none;
	}
	.page_content .alignright {
		margin: 5px 0px 15px 30px;
		float: right;
		clear: none;
	}
	
	.wp-caption-text {
		padding-bottom: 0px;
	}
}


/*********************************************************************************************************************************** Gallery */
.lg-backdrop {
	background-color: rgba(0,0,0,0.75);
}
.lg-sub-html, .lg-toolbar {
	background-color: rgba(0,0,0,.45);
}


/*********************************************************************************************************************************** Forms */
.form-group {
	margin-bottom: 15px;
}
.form-control {
	height: auto;
	padding: 12px 15px;
	font-size: 14px;
	line-height: 18px;
	background: #ffffff;
	border: 1px solid #dee5ea;
	border-radius: 6px;
	-webkit-box-shadow: none;
			box-shadow: none;
}
.form-control:focus {
	border-color: #fc9b1d;
	outline: none;
	-webkit-box-shadow: none;
			box-shadow: none;
}
.form-control-sm {
	padding: 5px;
	font-size: 13px;
	line-height: 17px;
}

.form-group-submit {
	margin-top: 25px;
	position: relative;
	text-align: center;
}
.btn {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 13px 25px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	text-transform: uppercase;
	border: none;
	border-radius: 6px;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
			transition: all 0.2s ease;
}
.btn-sm {
	padding: 6px 15px;
	font-size: 13px;
	line-height: 17px;
	text-transform: none;
	font-weight: normal;
}
.btn:focus, .btn-close:focus {
	outline: 0;
	box-shadow: none;
}

.btn-default, .btn-default:link, .btn-default:visited {
	color: #ffffff;
	background: #fc9b1d;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default:active:hover {
	color: #fc9b1d;
	background: #2c323a;
}

.btn-primary, .btn-primary:link, .btn-primary:visited {
	color: #ffffff;
	background: #fc9b1d;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:hover {
	color: #fc9b1d;
	background: #ffffff;
}

.btn-secondary, .btn-secondary:link, .btn-secondary:visited {
	color: #ffffff;
	background: #b7bbbf;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:active:hover {
	color: #ffffff;
	background: #fc9b1d;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
	background: #f1f3f5;
}

@media (min-width: 992px) {
	.btn {
		padding: 15px 40px;
		font-size: 15px;
		line-height: 20px;
	}
	.btn-sm {
		padding: 6px 15px;
		font-size: 13px;
		line-height: 17px;
		text-transform: none;
		font-weight: normal;
	}
}


/*********************************************************************************************************************************** Contact Form 7 */
.wpcf7-spinner {
	position: absolute;
    left: 50%;
    top: 100%;
    margin: 3px 0px 0px -12px;
}
span.wpcf7-not-valid-tip {
	padding-top: 3px;
	font-size: 12px;
	line-height: 16px;
	color: #dc3232;
}
.form-control.wpcf7-not-valid {
	border-color: #ff0000;
}
.form-control.wpcf7-not-valid:focus {
	border-color: #fc9b1d;
}
.wpcf7 form .wpcf7-response-output {
	margin: 25px 0px 0px 0px;
	padding: 12px;
	font-size: 13px;
	line-height: 18px;
}
.wpcf7 form.sent .wpcf7-response-output {
	color: #3c763d;
	background-color: #dff0d8;
	border: 1px solid #d6e9c6;
    border-radius: 3px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output, .wpcf7 form.spam .wpcf7-response-output {
	color: #a94442;
	text-align: center;
	background-color: #f2dede;
	border: 1px solid #ebccd1;
    border-radius: 3px;
}


/*********************************************************************************************************************************** Modal */
.modal-content {
	overflow: hidden;
}
.modal-header {
	padding: 15px 20px;
	background: #fc9b1d;
}
.modal-title {
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
	text-align: center;
}
.modal-body {
	padding: 20px;
}

@media (min-width: 992px) {
	.modal-header {
		padding: 20px 30px;
	}
	.modal-body {
		padding: 30px;
	}
}


/*********************************************************************************************************************************** Pagination */
.pagination_wrapper {
	margin-top: 40px;
}

.pagination .page-link {
	padding: 10px;
	font-size: 13px;
	color: #777777;
	background-color: #ffffff;
	border-color: #dddddd;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
			transition: all 0.2s ease;
}
.pagination .page-link:hover, .pagination .page-link:focus {
	color: #fc9b1d;
	background-color: #f1f3f5;
	box-shadow: none;
}
.pagination .active>.page-link, .pagination .active>.page-link:hover, .pagination .active>.page-link:focus {
	color: #ffffff;
	background-color: #fc9b1d;
	border-color: #fc9b1d;
}
.pagination .disabled>.page-link, .pagination .disabled>.page-link:hover, .pagination .disabled>.page-link:focus {
	padding: 10px 5px;
	color: #aaaaaa;
	background-color: #ffffff;
	border-top: none;
	border-bottom: none;
}


/*********************************************************************************************************************************** Header */
.header {
	position: relative;
}

.header_top {
	padding: 7px 0px;
	background: #424b53;
}

.header_top_menu ul {
	display: block;
	list-style-type: none;
}
.header_top_menu ul li {
	display: block;
	list-style-type: none;
	padding: 0px;
	float: left;
	position: relative;
}
.header_top_menu ul li+li {
	padding-left: 7px;
}
.header_top_menu ul li a:link, .header_top_menu ul li a:visited, .header_top_menu a:link, .header_top_menu a:visited {
	display: block;
	font-size: 13px;
	line-height: 20px;
	color: #dadbdc;
	font-weight: 300;
}
.header_top_menu ul li a:hover, .header_top_menu a:hover {
	color: #fc9b1d;
}
.header_top_menu ul li ul {
	display: none !important;
}

.header_top_link {
	white-space: nowrap;
	font-size: 13px;
	color: #dadbdc;
	font-weight: 300;
}
.header_top_link i {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	line-height: 20px;
	color: #9f7338;
}
.header_top_link a:link, .header_top_link a:visited {
	display: inline-block;
	vertical-align: middle;
	padding-left: 2px;
	color: #dadbdc;
}
.header_top_link a:hover {
	color: #fc9b1d;
}
.header_top_link_burger {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 16px;
	height: 1px;
	margin-right: 2px;
	background: #9f7338;
}
.header_top_link_burger:before, .header_top_link_burger:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0px;
	background: #9f7338;
}
.header_top_link_burger:before {
	bottom: 5px;
}
.header_top_link_burger:after {
	top: 5px;
}

.header_mid {
	padding: 8px 0px;
	background: #ffffff;
}

.header_logo a {
	display: inline-block;
	vertical-align: middle;
}
.header_logo img {
	width: 220px;
	max-width: 100%;
	height: auto;
}

.header_info {
	padding-top: px;
}
.header_info_item+.header_info_item {
	margin-left: 15px;
}
.header_info_item_icon {
	display: inline-block;
	vertical-align: middle;
	font-size: 48px;
	line-height: 48px;
	color: #fc9b1d;
}
.header_info_item_body {
	display: inline-block;
	vertical-align: middle;
	margin-left: -4px;
}
.header_info_item_body_cart {
	margin-left: 4px;
}
.header_info_item_body_top {
	font-size: 14px;
	line-height: 18px;
	color: #aaaaaa;
}
.header_info_item_body_bot {
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 15px;
	line-height: 20px;
	color: #444444;
	font-weight: 600;
}

.header_menu_toggler {
	padding: 5px 0px;
	position: relative;
	background: none;
	border: none;
}
.header_menu_toggler span {
	display: block;
	width: 38px;
	height: 2px;
	background: #424b53;
	border-radius: 2px;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
			transition: all 0.2s ease;
}
.header_menu_toggler span+span {
	margin-top: 10px;
}
.header_menu_toggler:hover span {
	background: #fc9b1d;
}

.header_bot {
	background: #fc9b1d;
}

.header_products_btn {
	height: 50px;
	line-height: 50px;
	padding: 0px 5px 0px 20px;
	color: #e2e3e4;
	cursor: pointer;
	background: #424b53;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
			transition: all 0.2s ease;
}
.header_products_btn:hover {
	color: #fc9b1d;
	background: #2c323a;
}
.header_products_btn i {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1;
	color: #d37f21;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
			transition: all 0.2s ease;
}
.header_products_btn i.icn_angle_down {
	font-size: 26px;
}
.header_products_btn:hover i {
	color: #777777;
}
.header_products_btn span {
	display: inline-block;
	vertical-align: middle;
	padding: 0px 60px 0px 10px;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
}

.header_search {
	padding: 5px 20px;
}
.header_search form {
	display: block;
	position: relative;
}
.header_search input {
	display: block;
	width: 100%;
	padding: 11px 40px 10px 10px;
	font-size: 14px;
	line-height: 18px;
	color: #ffffff;
	background: none;
	border: none;
	border-bottom: 1px solid #fdb456;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
			transition: all 0.2s ease;
}
.header_search input::placeholder {
	color: #ffffff;
}
.header_search input:focus {
	border-color: #424b53;
}
.header_search input::selection {
    background: #424b53;
}
.header_search button {
	display: block;
	padding: 7px 10px;
	position: absolute;
	top: 1px;
	right: 0px;
	font-size: 22px;
	line-height: 1;
	color: #ffffff;
	background: none;
	border: none;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
			transition: all 0.2s ease;
}
.header_search button:hover, .header_search button:focus {
	color: #2c323a;
	background: none;
}

.header_cta {
	padding: 5px 0px;
}
.header_cta a:link, .header_cta a:visited {
	display: block;
	padding: 10px 35px;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	background: #675b48;
	border-radius: 6px;
}
.header_cta a:hover {
	color: #fc9b1d;
	background: #2c323a;
}

.header_cats {
	display: none;
	position: absolute;
	top: 100%;
	left: 0%;
	width: 100%;
	z-index: 100;
}
.header_cats_block {
	border: 1px solid #dee5ea;
	border-radius: 0px 0px 6px 6px;
	box-shadow: 0 1px 15px rgba(0,0,0,0.1);
}
.header_cat a {
	display: block;
	padding: 7px;
	text-align: center;
	background: #ffffff;
	border-radius: 6px;
	box-shadow: 0 1px 15px rgba(0,0,0,0.1);
}
.header_cat a img {
	display: inline-block;
	width: 100px;
	max-width: 100%;
	height: auto;
}
.header_cat a span {
	display: block;
	padding-top: 10px;
	font-size: 13px;
	line-height: 17px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.header_mid {
		padding: 12px 0px;
	}
	.header_logo img {
		width: 262px;
	}
}
@media (min-width: 992px) {
	.header_top {
		padding: 12px 0px;
	}
	.header_mid {
		padding: 15px 0px;
	}
	.header_logo img {
		width: 262px;
	}
}
@media (min-width: 1200px) {
	.header_top_menu ul li+li {
		padding-left: 15px;
	}
}
@media (min-width: 1400px) {
	.header_menu ul li+li {
		padding-left: 25px;
	}
	.header_info_item+.header_info_item {
		margin-left: 60px;
	}
}


/*********************************************************************************************************************************** Offcanvas */
.offcanvas-header {
	background: #fc9b1d;
}
.offcanvas-title {
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
}

.offcanvas_contacts_item {
	padding-left: 35px;
	position: relative;
}
.offcanvas_contacts_item+.offcanvas_contacts_item {
	margin-top: 30px;
}
.offcanvas_contacts_item_icon {
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -12px;
	font-size: 24px;
	line-height: 24px;
	color: #fc9b1d;
}
.offcanvas_contacts_item_icon_2 {
	margin-left: -2px;
	margin-top: -14px;
	font-size: 28px;
}
.offcanvas_contacts_item_body {
	font-size: 14px;
	line-height: 22px;
	color: #444444;
}
.offcanvas_contacts_item_body a:link, .offcanvas_contacts_item_body a:visited {
	color: #444444;
}
.offcanvas_contacts_item_body a:hover {
	color: #fc9b1d;
}

.offcanvas_cats {
	margin-top: 0px;
}
.offcanvas_cat a {
	display: block;
	padding: 7px;
	text-align: center;
	background: #ffffff;
	box-shadow: 0 1px 15px rgba(0,0,0,0.1);
}
.offcanvas_cat a img {
	display: inline-block;
	width: 100px;
	max-width: 100%;
	height: auto;
}
.offcanvas_cat a span {
	display: block;
	padding-top: 10px;
	font-size: 13px;
	line-height: 17px;
}

.offcanvas_menu ul {
	display: block;
	list-style-type: none;
}
.offcanvas_menu ul li {
	padding: 4px 0px;
	border-bottom: 1px dashed #d7d7d7;
}
.offcanvas_menu ul li:last-child {
	border-bottom: none;
}
.offcanvas_menu ul li a:link, .offcanvas_menu ul li a:visited {
	display: block;
	position: relative;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
	padding: 5px 15px;
}
.offcanvas_menu ul li a:hover {
	color: #fc9b1d;
}

.offcanvas_search form {
	display: block;
	position: relative;
}
.offcanvas_search input {
	display: block;
	width: 100%;
	padding: 11px 40px 10px 10px;
	font-size: 14px;
	line-height: 18px;
	color: #ffffff;
	background: none;
	border: 1px solid #d7d7d7;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
			transition: all 0.2s ease;
}
.offcanvas_search input:focus {
	border-color: #fc9b1d;
}
.offcanvas_search button {
	display: block;
	padding: 7px 10px;
	position: absolute;
	top: 1px;
	right: 0px;
	font-size: 22px;
	line-height: 1;
	color: #424b53;
	background: none;
	border: none;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
			transition: all 0.2s ease;
}
.offcanvas_search button:hover, .offcanvas_search button:focus {
	color: #fc9b1d;
	background: none;
}


/*********************************************************************************************************************************** Breadcrumbs */
.breadcrumbs {
	padding: 10px 0px;
	background: #f1f3f5;
	font-size: 13px;
	line-height: 17px;
	color: #888888;
}
.breadcrumbs a:link, .breadcrumbs a:visited {
	color: #888888;
}
.breadcrumbs a:hover {
	color: #fc9b1d;
}


/*********************************************************************************************************************************** Home Hero */
.box_hero {
	padding: 50px 0px;
	background: url("../images/box_hero.jpg") no-repeat 50% 50%;
	background-size: cover;
	background-attachment: fixed;
}

.hero_title {
	display: block;
	margin: -5px 0px 25px 0px;
	font-size: 26px;
	line-height: 32px;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
}

.hero_features {
	list-style-type: none;
}
.hero_features ul {
	display: block;
}
.hero_features ul li {
	list-style-type: none;
	font-size: 15px;
	line-height: 20px;
	color: #d9d8d8;
	font-weight: 300;
}
.hero_features ul li+li {
	padding-top: 15px;
}

.hero_btn {
	padding-top: 20px;
	text-align: center;
}
.hero_btn .btn {
	margin: 5px;
}

.hero_form {
	padding: 30px;
	background: #f1f3f5;
	background: rgba(255,255,255,0.95);
	border-radius: 6px;
}
.hero_form_title {
	font-size: 18px;
	line-height: 22px;
	color: #1a1a1a;
	font-weight: 700;
	text-align: center;
}
.hero_form_text {
	padding: 15px 0px 30px 0px;
	font-size: 15px;
	line-height: 21px;
	color: #777777;
	text-align: center;
}

@media (min-width: 768px) {
	.box_hero {
		padding: 100px 0px;
	}
	.hero_title {
		margin: -10px 0px 35px 0px;
		font-size: 36px;
		line-height: 44px;
		text-align: left;
	}
	.hero_features ul li {
		font-size: 17px;
		line-height: 23px;
	}
	.hero_btn {
		padding-top: 40px;
		text-align: left;
	}
	.hero_btn .btn {
		margin: 0px;
	}
}


/*********************************************************************************************************************************** Home Categories */
.categories_list {
	margin-top: calc(var(--bs-gutter-x) * -0.5);
}

.categories_item {
	padding-top: calc(var(--bs-gutter-x) * 0.5);
}
.categories_item a {
	display: block;
	position: relative;
	padding: 30px 10px 100px 10px;
	text-align: center;
	background: #fdc56a url("../images/category_bg.jpg") no-repeat 50% 50%;
	background-size: cover;
	border-radius: 6px;
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
}

.categories_item a img {
	display: inline-block;
	width: auto;
	max-width: 100%;
	height: auto;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
			transition: all 0.2s ease;
}
.categories_item a:hover img {
	transform: scale(0.95);
}

.categories_item_feature {
	position: absolute;
	left: 10px;
	padding: 5px 15px;
	font-size: 12px;
	line-height: 16px;
	color: #dedcd9;
	background: #60543c;
	background: rgba(44,50,57,0.75);
	border-radius: 6px;
	z-index: 10;
}
.categories_item_feature_1 {
	top: 10px;
}
.categories_item_feature_2 {
	top: 48px;
}

.categories_item_title {
	position: absolute;
	left: 0%;
	bottom: 10px;
	width: 100%;
	height: 60px;
	padding: 0px 10px;
	line-height: 60px;
	z-index: 10;
	overflow: hidden;
}
.categories_item_title span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 10px 15px;
	font-size: 15px;
	line-height: 20px;
	color: #424b53;
	font-weight: 600;
	background: #fff6e8;
	background: rgba(255,255,255,0.85);
	border-radius: 6px;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
			transition: all 0.2s ease;
}
.categories_item a:hover .categories_item_title span {
	color: #fc9b1d;
	background: #ffffff;
}
.categories_item_title span:before, .categories_item_title span:after {
	content: "";
	display: block;
	width: 50%;
	height: 1px;
	position: absolute;
	top: 50%;
	background: #fff6e8;
	background: rgba(255,255,255,0.85);
}
.categories_item_title span:before {
	right: 100%;
}
.categories_item_title span:after {
	left: 100%;
}

@media (min-width: 768px) {
	.categories_list {
		margin-top: calc(var(--bs-gutter-x) * -1);
	}
	.categories_item {
		padding-top: var(--bs-gutter-x);
	}
}


/*********************************************************************************************************************************** Home Delivery */
.box_delivery {
	background: url("../images/box_delivery.jpg") no-repeat 50% 50%;
	background-size: cover;
	background-attachment: fixed;
}

.delivery_item {
	position: relative;
	padding-left: 15px;
	font-size: 14px;
	line-height: 20px;
	color: #fc9b1d;
	font-weight: 500;
}
.delivery_item:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 7px;
	left: 0px;
	background: #fc9b1d;
	border-radius: 50%;
}
.delivery_item+.delivery_item {
	margin-top: 10px;
}
.delivery_item span {
	font-size: 14px;
	line-height: 18px;
	color: #ffffff;
	font-weight: 300;
}

.delivery_btn {
	padding-top: 40px;
	text-align: center;
}

@media (min-width: 768px) {
	.delivery_item {
		font-size: 15px;
	}
	
}


/*********************************************************************************************************************************** Home Services */
.services_list {
	margin-top: calc(var(--bs-gutter-x) * -1);
}
.services_item {
	padding-top: var(--bs-gutter-x);
}
.services_item a {
	display: block;
	padding-bottom: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	border: 5px solid #ffffff;
	border-radius: 6px;
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
}
.services_item a span {
	display: block;
	padding: 10px 15px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	font-size: 15px;
	line-height: 20px;
	color: #1a1a1a;
	text-align: center;
	font-weight: 600;
	background: #ffffff;
	background: rgba(255,255,255,0.85);
	border-radius: 6px;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
			transition: all 0.2s ease;
}
.services_item a:hover span {
	color: #fc9b1d;
	background: #ffffff;
}

@media (max-width: 575.98px) {
	.services_list {
		margin-top: calc(var(--bs-gutter-x) * -0.5);
	}
	.services_item {
		padding-top: calc(var(--bs-gutter-x) * 0.5);
	}
}


/*********************************************************************************************************************************** Home CTA */
.box_cta {
	background: url("../images/box_cta.jpg") no-repeat 50% 50%;
	background-size: cover;
	background-attachment: fixed;
}
.box_cta_2 {
	background: url("../images/box_cta_2.jpg") no-repeat 50% 50%;
	background-size: cover;
	background-attachment: fixed;
}

.cta_title {
	font-size: 24px;
	line-height: 28px;
	color: #ffffff;
	font-weight: 600;
	text-align: center;
}
.cta_text {
	padding-top: 15px;
	font-size: 15px;
	line-height: 21px;
	color: #cbcbcb;
	font-weight: 300;
	text-align: center;
}
.cta_text ul {
	display: block;
	list-style-type: none;
}
.cta_text ul li {
	display: block;
	list-style-type: none;
	position: relative;
	padding-left: 15px;
	text-align: left;
}
.cta_text ul li+li {
	margin-top: 10px;
}
.cta_text ul li:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 8px;
	left: 0px;
	background: #fc9b1d;
	border-radius: 50%;
}
.cta_btn {
	padding-top: 20px;
	text-align: center;
}

@media (min-width: 768px) {
	.cta_title {
		font-size: 30px;
		line-height: 34px;
	}
	.cta_text {
		padding-top: 20px;
		font-size: 18px;
		line-height: 22px;
	}
}
@media (min-width: 992px) {
	.cta_title {
		text-align: left;
	}
	.cta_text {
		text-align: left;
	}
	.cta_btn {
		padding-top: 0px;
	}
}


/*********************************************************************************************************************************** Home projects */
.projects_carousel .owl-stage-outer {
	border-radius: 6px;
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
}

.projects_carousel .owl-dots {
	margin-top: 20px;
	text-align: center;
}
.projects_carousel .owl-dots:before, .projects_carousel .owl-dots:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 1px;
	margin: 0px 5px;
	background: #dcddde;
}
.projects_carousel button.owl-dot {
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	margin: 0px 2px;
	background: transparent;
	border: 1px solid #c0c0c1;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
			transition: all 0.2s ease;
}
.projects_carousel button.owl-dot:hover {
	border-color: #fc9b1d;
}
.projects_carousel button.owl-dot.active {
	background: #fc9b1d;
	border-color: #fc9b1d;
}

.projects_item {
	height: 100%;
}
.projects_list .projects_item {
	border-radius: 6px;
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
	overflow: hidden;
}
.projects_item+.projects_item {
	margin-top: 40px;
}
.projects_item_img {
	padding-bottom: 66%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.projects_item_body {
	padding: 15px;
	background: #ffffff;
}
.projects_item_title a:link, .projects_item_title a:visited {
	font-size: 16px;
	line-height: 20px;
	color: #1a1a1a;
	font-weight: 600;
}
.projects_item_title a:hover {
	color: #fc9b1d;
}
.projects_item_text {
	padding-top: 15px;
}
.projects_item_btn {
	padding-top: 15px;
}

@media (min-width: 992px) {
	.projects_carousel .owl-dots {
		margin-top: 30px;
	}
	.projects_carousel .owl-dots:before, .projects_carousel .owl-dots:after {
		width: 50px;
		margin: 0px 10px;
	}
	.projects_carousel button.owl-dot {
		width: 16px;
		height: 16px;
	}
	
	.projects_item_img {
		padding-bottom: 0px;
	}
	.projects_item_body {
		padding: 30px;
	}
}


/*********************************************************************************************************************************** Home Features */
.box_features {
	background: url("../images/box_features.jpg") no-repeat 50% 50%;
	background-size: cover;
	background-attachment: fixed;
}

.features_list {
	margin: calc(var(--bs-gutter-x) * -0.25);
}
.features_item {
	padding: calc(var(--bs-gutter-x) * 0.25);
}
.features_item_inner {
	padding: 10px;
	text-align: center;
	background: #4b4c4d;
	background: rgba(255,255,255,0.15);
	border-radius: 6px;
}
.features_item_title {
	font-size: 34px;
	line-height: 38px;
	color: #fc9b1d;
	font-weight: 700;
}
.features_item_text {
	padding-top: 5px;
	font-size: 15px;
	line-height: 20px;
	color: #ffffff;
	font-weight: 300;
}

@media (min-width: 992px) {
	.features_list {
		margin: 0px calc(var(--bs-gutter-x) * -0.5);
	}
	.features_item {
		padding: 0px calc(var(--bs-gutter-x) * 0.5);
	}
	.features_item_inner {
		padding: 20px;
	}
	.features_item_title {
		font-size: 44px;
		line-height: 48px;
	}
	.features_item_text {
		font-size: 16px;
		line-height: 20px;
	}
}


/*********************************************************************************************************************************** Home About */
.about_carousel {
	width: 450px;
	max-width: 100%;
	margin: 0px auto 20px auto;
	background: #ffffff;
	border-radius: 6px;
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
	overflow: hidden;
}

.about_carousel_item a {
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
			transition: all 0.2s ease;
}
.about_carousel_item a:hover {
	opacity: 0.9;
}

.about_carousel .owl-nav {
	padding: 10px 0px;
	text-align: center;
}
.about_carousel .owl-nav:before, .about_carousel .owl-nav:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 1px;
	margin: 0px 5px;
	background: #dcddde;
}
.about_carousel .owl-nav button.owl-next, .about_carousel .owl-nav button.owl-prev {
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 32px;
	margin: 0px 5px;
	font-size: 30px;
	line-height: 30px;
	color: #c0c0c1;
	background: transparent;
	border: 1px solid #c0c0c1;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
			transition: all 0.2s ease;
}
.about_carousel .owl-nav button.owl-next:hover, .about_carousel .owl-nav button.owl-prev:hover {
	color: #fc9b1d;
	border-color: #fc9b1d;
}

@media (min-width: 992px) {
	.about_carousel {
		float: right;
		width: 450px;
		margin: 0px 0px 30px 30px;
	}
	.about_carousel .owl-nav:before, .about_carousel .owl-nav:after {
		width: 50px;
	}
	.about_carousel .owl-nav button.owl-next, .about_carousel .owl-nav button.owl-prev {
		width: 36px;
		height: 36px;
		font-size: 34px;
		line-height: 34px;
	}
}


/*********************************************************************************************************************************** Articles */
.articles_item {
	padding: 15px;
	border-radius: 6px;
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
}
.articles_item+.articles_item {
	margin-top: 15px;
}

.articles_item_img {
	margin-bottom: 15px;
}
.articles_item_img a {
	display: block;
}
.articles_item_img img {
	border-radius: 6px;
}

.articles_item_title a:link, .articles_item_title a:visited {
	font-size: 16px;
	line-height: 20px;
	color: #1a1a1a;
	font-weight: 600;
}
.articles_item_title a:hover {
	color: #fc9b1d;
}
.articles_item_text {
	margin-top: 15px;
}
.articles_item_btn {
	margin-top: 15px;
}

.social_share {
	margin-top: 40px;
	padding: 10px 5px;
	text-align: center;
	background: #f1f3f5;
	border-radius: 6px;
	overflow: hidden;
}
.social_share_title {
	display: inline-block;
	vertical-align: middle;
	color: #888888;
	margin: 5px;
}
.social_share_icons {
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
}
.ya-share2__container_size_m .ya-share2__icon {
	width: 32px !important;
	height: 32px !important;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

@media (min-width: 992px) {
	.articles_item {
		padding: 25px;
	}
	.articles_item+.articles_item {
		margin-top: 30px;
	}
	.articles_item_img {
		margin-bottom: 0px;
	}
}


/*********************************************************************************************************************************** Files */
.control_type+.control_type {
	padding-top: 15px;
}
.control_type_title {
	margin: 30px 0px 15px 0px;
	padding: 12px;
	font-size: 16px;
	line-height: 22px;
	color: #1a1a1a;
    font-weight: 600;
	text-align: center;
	background: #d7dbdf;
	border-radius: 6px;
	overflow: hidden;
}

.files_item {
	margin-top: 20px;
	padding: 15px 15px 15px 65px;
	border-radius: 6px;
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
	position: relative;
	overflow: hidden;
}
.files_item_icon {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 100%;
	font-size: 24px;
	line-height: 24px;
	color: #ffffff;
	text-align: center;
	background: #fc9b1d;
}
.files_item_icon i {
	display: block;
	position: relative;
	top: 50%;
	margin-top: -12px;
}

.files_item_title {
	font-size: 15px;
	line-height: 20px;
	color: #1a1a1a;
	font-weight: 500;
}

.files_item_btns {
	margin-top: 10px;
}
.files_item_btn {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 10px 10px 10px;
}
.files_item_btn a:link, .files_item_btn a:visited {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 10px 20px 10px 55px;
	font-size: 13px;
	line-height: 20px;
	color: #ffffff;
	background: #b7bbbf;
	border-radius: 6px;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
			transition: all 0.2s ease;
}
.files_item_btn a:hover {
	color: #ffffff;
	background: #fc9b1d;
}
.files_item_btn a span {
	position: absolute;
	top: -5px;
	left: -10px;
	width: 50px;
	height: 50px;
	font-size: 32px;
	line-height: 52px;
	color: #ffffff;
	text-align: center;
	background: #424b53;
	border-radius: 50%;
}

@media (min-width: 992px) {
	.control_type+.control_type {
		padding-top: 30px;
	}
	.control_type_title {
		margin: 40px 0px 15px 0px;
		padding: 15px;
		font-size: 18px;
		line-height: 24px;
	}
}


/*********************************************************************************************************************************** Products */
.products_list {
	margin-top: calc(var(--bs-gutter-x) * -1);
}
.products_item {
	padding-top: var(--bs-gutter-x);
}

.products_item a {
	display: block;
	padding: 15px;
	border: 1px solid #dee5ea;
	border-radius: 6px;
	background: #ffffff;
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
}
.products_item a img {
	border-radius: 6px;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
			transition: all 0.2s ease;
}
.products_item a:hover img {
	transform: scale(0.95);
}
.products_item a span {
	display: block;
	margin-top: 15px;
	padding-top: 15px;
	font-size: 15px;
	line-height: 21px;
	text-align: center;
	font-weight: 500;
	border-top: 1px solid #dee5ea;
}


/*********************************************************************************************************************************** Product */
.product_block_bg {
	padding: 15px;
	background: #f1f3f5;
	border-radius: 6px;
}
.product_block+.product_block {
	margin-top: 40px;
}

.product_image {
	margin-bottom: 20px;
	text-align: center;
}
.product_image img {
	width: 360px;
}

.product_attributes {
	border-top: 1px dashed #dee5ea;
}
.product_attribute {
	padding: 10px 0px;
	border-bottom: 1px dashed #dee5ea;
}
.product_attribute_title {
	padding: 0px 5px;
	color: #888888;
}
.product_attribute_text {
	padding: 0px 5px;
	color: #1a1a1a;
}

.product_variations {
	position: relative;
}
.product_variations.loading:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #ffffff;
	opacity: 0.75;
	z-index: 10;
}

.product_variation {
	position: relative;
	padding: 15px;
	text-align: center;
	background: #ffffff;
	border-radius: 6px;
}
.product_variation+.product_variation {
	margin-top: 10px;
}
.product_variation.loading:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url("../images/loading.gif") no-repeat 50% 50%;
	z-index: 100;
}

.product_variation_title {
	font-size: 15px;
	line-height: 21px;
	color: #1a1a1a;
	font-weight: 600;
}
.product_variation_text {
	padding-top: 7px;
	font-size: 14px;
	line-height: 20px;
	color: #1a1a1a;
}
.product_variation_text span {
	color: #888888;
	font-size: 13px;
}

.product_variation_form {
	padding: 15px 0px 0px 0px;
	text-align: center;
	white-space: nowrap;
}
.product_variation_form .form-control {
	display: inline-block;
	vertical-align: middle;
	width: 70px;
	margin: 5px;
	text-align: center;
	background: #f1f3f5;
}

.product_payment {
	margin-top: 40px;
}
.product_payment, .product_delivery {
	text-align: center;
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.product_block_bg {
		padding: 30px;
	}
	.product_variation {
		text-align: left;
	}
	.product_payment, .product_delivery {
		text-align: left;
	}
}
@media (min-width: 992px) {
	.product_block_bg {
		padding: 30px;
	}
	
	.product_image {
		margin-bottom: 0px;
	}
	.product_image img {
		width: 100%;
	}
	
	.product_variation {
		text-align: left;
	}
	.product_variation_form {
		padding: 0px 0px 0px 15px;
	}
	
	.product_payment {
		margin-top: 0px;
	}
	.product_payment, .product_delivery {
		text-align: left;
	}
}


/*********************************************************************************************************************************** Cart */
.cart_products {
	position: relative;
}
.cart_products.loading:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #ffffff;
	opacity: 0.75;
	z-index: 10;
}

.cart_product {
	position: relative;
	padding: 15px;
	text-align: center;
	background: #f1f3f5;
	border-radius: 6px;
}
.cart_product+.cart_product {
	margin-top: 10px;
}
.cart_product.loading:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url("../images/loading.gif") no-repeat 50% 50%;
	z-index: 100;
}

.cart_product_title a:link, .cart_product_title a:visited {
	font-size: 15px;
	line-height: 21px;
	color: #1a1a1a;
	font-weight: 600;
}
.cart_product_title a:hover {
	color: #fc9b1d;
}
.cart_product_text {
	padding-top: 7px;
	font-size: 14px;
	line-height: 20px;
	color: #1a1a1a;
}
.cart_product_text span {
	color: #888888;
	font-size: 13px;
}

.cart_product_form {
	padding: 15px 0px 0px 0px;
	text-align: center;
	white-space: nowrap;
}
.cart_product_form .form-control {
	display: inline-block;
	vertical-align: middle;
	width: 70px;
	margin: 5px;
	text-align: center;
	background: #ffffff;
}
.cart_product_form .btn:before, .cart_product_form .btn:after {
	content: "";
	width: 16px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -8px;
	background: #ffffff;
}
.cart_product_form .btn:before {
	transform: rotate(45deg);
}
.cart_product_form .btn:after {
	transform: rotate(-45deg);
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.cart_product {
		text-align: left;
	}
}
@media (min-width: 992px) {
	.cart_product {
		text-align: left;
	}
	.cart_product_form {
		padding: 0px 0px 0px 15px;
	}
	
}








/*********************************************************************************************************************************** Search */
.search_result {
	background: #f1f3f5;
	border-radius: 6px;
	overflow: hidden;
}
.search_result+.search_result {
	margin-top: 10px;
}
.search_result a {
	display: block;
	padding: 10px;
}
.search_result .badge {
	vertical-align: text-bottom;
	font-weight: 400;
	--bs-bg-opacity: 1;
	background-color: #fc9b1d;
}


/*********************************************************************************************************************************** Contacts */
.contacts_form {
	margin-top: 40px;
	padding: 15px;
	background: #f1f3f5;
	border-radius: 6px;
}

.contacts_item {
	padding-left: 65px;
	min-height: 50px;
	line-height: 50px;
	position: relative;
}
.contacts_item+.contacts_item {
	margin-top: 22px;
}
.contacts_item_icon {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	font-size: 24px;
	line-height: 52px;
	color: #ffffff;
	text-align: center;
	background: #fc9b1d;
	border-radius: 50%;
}
.contacts_item_body {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 20px;
	color: #1a1a1a;
}
.contacts_item_body a:link, .footer_contacts_item_body a:visited {
	color: #1a1a1a;
}
.contacts_item_body a:hover {
	color: #fc9b1d;
}

.contacts_map {
	margin-top: 40px;
}
.contacts_map, .contacts_map iframe {
	width: 100%;
	height: 400px;
	z-index: 10;
	border-radius: 6px;
	overflow: hidden;
}
.contacts_map iframe {
	border: none !important;
}

@media (min-width: 992px) {
	.contacts_form {
		margin-top: 0px;
		padding: 30px;
	}
	
	.contacts_map, .contacts_map iframe {
		height: 500px;
	}
}


/*********************************************************************************************************************************** Footer */
.footer {
	background: #424b53;
}

.footer_orange {
	padding: 40px calc(var(--bs-gutter-x) * .5);
	margin: 0px calc(var(--bs-gutter-x) * -0.5);
	background: #fc9b1d;
}
.footer_logo {
	text-align: center;
}
.footer_logo a {
	display: inline-block;
	vertical-align: middle;
}
.footer_logo img {
	width: 262px;
	max-width: 100%;
	height: auto;
}
.footer_about {
	padding-top: 20px;
	font-size: 14px;
	line-height: 20px;
	color: #424b53;
	text-align: center;
}
.footer_social {
	padding-top: 20px;
	text-align: center;
}
.footer_social a:link, .footer_social a:visited {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 4px;
	width: 44px;
	height: 44px;
	font-size: 26px;
	line-height: 48px;
	color: #d5d2cd;
	text-align: center;
	background: #675b48;
	border-radius: 6px;
}
.footer_social a:hover {
	color: #ffffff;
	background: #2c323a;
}

.footer_blocks {
	padding-bottom: 35px;
}
.footer_block {
	padding-top: 30px;
}
.footer_block_title {
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 20px;
	color: #fc9b1d;
	font-weight: 600;
	border-bottom: 1px solid #715f45;
}

.footer_menu ul {
	display: block;
	list-style-type: none;
}
.footer_menu ul li {
	display: block;
	list-style-type: none;
	padding-bottom: 10px;
}
.footer_menu ul li a:link, .footer_menu ul li a:visited {
	font-size: 14px;
	line-height: 18px;
	color: #e9eaeb;
	font-weight: 300;
}
.footer_menu ul li a:hover {
	color: #fc9b1d;
}

.footer_contacts_item {
	padding-left: 25px;
	position: relative;
}
.footer_contacts_item+.footer_contacts_item {
	margin-top: 25px;
}
.footer_contacts_item_icon {
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -10px;
	font-size: 20px;
	line-height: 20px;
	color: #747a80;
}
.footer_contacts_item_icon_2 {
	margin-left: -2px;
	margin-top: -12px;
	font-size: 24px;
}
.footer_contacts_item_body {
	font-size: 14px;
	line-height: 22px;
	color: #e9eaeb;
}
.footer_contacts_item_body a:link, .footer_contacts_item_body a:visited {
	color: #e9eaeb;
}
.footer_contacts_item_body a:hover {
	color: #fc9b1d;
}

.copyright {
	padding: 20px 0px;
	font-size: 13px;
	line-height: 20px;
	color: #5d6065;
	text-align: center;
	background: #2c323a;
}
.copyright a:link, .copyright a:visited {
	color: #5d6065;
}
.copyright a:hover {
	color: #fc9b1d;
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.footer_company {
		padding-top: 60px;
	}
	.footer_orange {
		padding: 30px;
		margin: 0px;
	}
	.footer_blocks {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.footer_block {
		padding-top: 0px;
	}
}
@media (min-width: 992px) {
	.footer_orange {
		padding: 80px 30px;
		margin: 0px;
	}
	.footer_blocks {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.footer_block {
		padding-top: 0px;
	}
	.footer_block_title {
		padding-bottom: 15px;
		margin-bottom: 15px;
		font-size: 17px;
		line-height: 21px;
	}
	.footer_menu ul li {
		padding-bottom: 15px;
	}
}


/*********************************************************************************************************************************** Up */
.scroll_up:link, .scroll_up:visited {
	display: none;
	width: 44px;
	height: 44px;
	position: fixed;
	bottom: 10px;
	left: 10px;
	font-size: 36px;
	line-height: 48px;
	text-align: center;
	color: #ffffff;
	background: #333333;
	background: rgba(0,0,0,0.2);
	border-radius: 50%;
	z-index: 100;
	box-shadow: none;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
			transition: all 0.2s ease;
}
.scroll_up:hover {
	background: #3d9ba2;
	background: rgba(252,155,29,0.9);
}

@media (min-width: 992px) {
	.scroll_up:link, .scroll_up:visited {
		width: 50px;
		height: 50px;
		font-size: 44px;
		line-height: 56px;
	}
}


/*********************************************************************************************************************************** Floating Btns */
.floating_btn {
	display: block;
	width: 44px;
	height: 44px;
	position: fixed;
	right: 10px;
	line-height: 48px;
	text-align: center;
	border-radius: 50%;
	opacity: 0.9;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
	z-index: 100;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
			transition: all 0.2s ease;
}

.floating_btn_telegram:link, .floating_btn_telegram:visited {
	bottom: 65px;
	font-size: 20px;
	color: #ffffff;
	background: #41b2e9;
	animation: pulse_telegram 2s infinite;
}
.floating_btn_telegram:hover {
	color: #ffffff;
	background: #229ad5;
}
.floating_btn_whatsapp:link, .floating_btn_whatsapp:visited {
	bottom: 10px;
	font-size: 22px;
	color: #ffffff;
	background: #00e676;
	animation: pulse_whatsapp 2s infinite;
}
.floating_btn_whatsapp:hover {
	color: #ffffff;
	background: #07bd64;
}

@keyframes pulse_telegram {
	0% {
		box-shadow: 0 0 0 0px rgba(65,178,233,0.5);
	}
	100% {
		box-shadow: 0 0 0 20px rgba(5,178,233,0);
	}
}
@keyframes pulse_whatsapp {
	0% {
		box-shadow: 0 0 0 0px rgba(7,189,100,0.5);
	}
	100% {
		box-shadow: 0 0 0 20px rgba(7,189,100,0);
	}
}

@media (min-width: 992px) {
	.floating_btn {
		width: 60px;
		height: 60px;
		line-height: 64px;
	}
	.floating_btn_telegram:link, .floating_btn_telegram:visited {
		bottom: 85px;
		font-size: 24px;
	}
	.floating_btn_whatsapp:link, .floating_btn_whatsapp:visited {
		font-size: 26px;
	}
}


/*********************************************************************************************************************************** Viewport Bugfixes */
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }
