/*
Theme Name: Cargarage
Description: Cargarage
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cargarage
*/

/* Reset Styles */
a img { border: 0; }
img { max-width: 100%; vertical-align: top; }
header, nav, section, article, aside, footer { display: block; }
html, body, div, section, header, footer, h1, h2, h3, h4 { margin: 0; padding: 0; }
p { margin: 0; padding: 0; }
a:focus { text-decoration: none; }
/* Reset Styles */

body { font-family: 'Roboto', sans-serif; font-size: 18px; color: #6d6e71; line-height: 1.2; }
a { text-decoration: none; }
a:hover {  }
.container { width: 1140px; margin: 0 auto; overflow: hidden; }
.mobile-show { display: none; }
.mobile-hidden { display: block; }

.top_block { background: #f2f2f3; }
	.top_inner { height: 50px; padding-right: 20px; display: flex; align-items: center; justify-content: flex-end }
	.top_inner a:hover { opacity: 0.7; }
	.top_info { display: flex; align-items: center; }
		.top_info p { font-size: 15px; line-height: 50px; border-right: 2px solid #d2d3d5; padding: 0 14px; }
	.top_social { display: flex; margin-right: 75px; }
		.top_social div { height: 50px; display: flex; align-items: center; padding: 0 12px; border-right: 2px solid #d2d3d5; }
		.top_social a { display: inline-block; min-width: 24px; text-align: center; }
	.top_basket {  }
		.top_basket a { display: inline-block; }

.header {  }
.header .container { overflow: visible; }
	
	.logo_menu { padding-top: 40px; padding-bottom: 50px; display: flex; flex-direction: row; justify-content: space-between; }
	.logo {  }
	.logo a {  }
	.logo a img {  }
	.menu-block { display: flex; align-items: flex-end; }
	.menu-block ul { display: block; margin: 0; padding: 0; line-height: 1; }
	.menu-block ul li { list-style-type: none; display: inline-block; position: relative; margin-left: 20px; }
	.menu-block ul li a { font-size: 18px; color: #6d6e71; line-height: 1; display: inline-block; }
	.menu-block > ul > li:hover > a, .menu-block > ul > li.active > a { color: #0072bc; }
	
	.menu-block ul ul { position: absolute; left: 0; top: calc(100% + 20px); width: auto; z-index: 1000; background: #0072bc; padding: 15px 0; min-width: 180px; display: none; }
	.menu-block ul li.menu-item-has-children:after { content: ""; width: 100%; height: 20px; display: block; position: absolute; top: 100%; left: 0; }
	.menu-block ul li:hover ul { display: block; }
	.menu-block ul ul li { padding: 0 40px 0 25px; white-space: nowrap; margin-left: 0; width: 100%; box-sizing: border-box; }
	.menu-block ul ul li:hover { background: #53b7f7; }
	.menu-block ul ul li a { font-size: 14px; color: #fff; line-height: 34px; font-weight: 700; display: block; position: relative; left: 0; transition: 0.2s ease-in-out; }
	.menu-block ul ul li:hover a { left: 15px; }
	
	/*.mobile-menu { flex-direction: column; justify-content: space-between; height: 30px; cursor: pointer; display: none; }
	.mobile-menu span { display: inline-block; width: 40px; height: 3px; background: #00abea; transition: 0.2s ease-in-out; }
	.mobile-menu.open span:nth-child(1) { transform: rotate(45deg) translate(10px, 10px); }
	.mobile-menu.open span:nth-child(2) { opacity: 0; }
	.mobile-menu.open span:nth-child(3) { transform: rotate(-45deg) translate(8px, -10px); }*/
	
/*.header.fixed { position: fixed; width: 100%; top: -120px; z-index: 1000; padding-top: 0; transition: 0.4s top cubic-bezier(.3,.73,.3,.74); }
.header.fixed.slideDown { top:0; }
.header.fixed .header_inner { border-top: 0; }
.header.fixed .top_social { display: none; }
.header.fixed .logo_menu { padding: 10px 0; }
.header.fixed .logo a img { width: auto; max-height: 50px; }*/

/*.divider { display: none; }*/

.top_slider_image_block {  }
	.single_image img { width: 100%; height: auto; }
	.top_slider { position: relative; }
	.top_slider .owl-controls { position: absolute; left: 0; width: 100%; top: 50%; margin-top: -24px; }
	.top_slider .owl-nav { max-width: 1170px; margin: 0 auto; position: relative; }
	.top_slider .owl-nav div { width: 48px; height: 48px; text-indent: -100px; overflow: hidden; position: absolute; top: 0; opacity: 0.7; transition: 0.2s ease-in-out; }
	.top_slider .owl-nav div:hover { opacity: 1; }
	.top_slider .owl-prev { background: url(images/prev_slide.png) no-repeat center center; left: 0; }
	.top_slider .owl-next { background: url(images/next_slide.png) no-repeat center center; right: 0; }

.services_block { padding: 90px 0 60px 0; }
	.block_title { font-size: 40px; font-weight: 700; text-align: center; margin-bottom: 25px; }
	.subtitle_block { text-align: center; }
	.title_line { width: 250px; height: 3px; background: #0072bc; margin: 30px auto; }
	.all_services { margin-top: 30px; display: flex; }
	.single_service { width: 25%; font-size: 16px; text-align: center; }
	.servise_inner { padding: 0 30px; }
	.service_img { margin-bottom: 20px; }
	.single_service h4 { font-size: 22px; color: #0072bc; font-weight: 700; margin-bottom: 20px; }
	.services_button { margin-top: 40px; text-align: center; }
	.services_button a { font-size: 18px; color: #fff; line-height: 55px; text-align: center; font-weight: 700; width: 200px; display: inline-block; background: #0072bc; transition: 0.2s ease-in-out; }
	.services_button a:hover { opacity: 0.7; }
	
.search_block { background: #0072bc; padding: 50px 0; }
.search_block .container { overflow: visible; }
	.search_form { padding: 50px 60px 40px 60px; background: #fff; }
	.form_top_block { display: flex; justify-content: space-between; }
		.form_top_block h2 { font-size: 40px; font-weight: 500; margin-bottom: 5px; }
		.form_top_block h2 span { color: #0072bc; }
		.select_block { padding-right: 30px; }
		.select_block img { margin: 8px 12px 0 0; }
		.select-hidden { display: none; visibility: hidden; }
		.select { cursor: pointer; display: inline-block; position: relative; font-size: 18px; width: 175px; height: 50px; }
		.select .select-styled { color: #0072bc; line-height: 50px; }
		.select-styled { position: absolute; top: 0; right: 0; bottom: 0; left: 0; transition: all 0.2s ease-in; }
		.select-styled:after { content:""; width: 26px; height: 19px; position: absolute; top: 17px; right: 0; background: url(images/arrow_select.png) no-repeat center center; }
		.select-styled:hover {  }
		.select-styled:active, .select-styled.active {  }
		.select-styled:active:after, .select-styled.active:after { background: url(images/arrow_select_top.png) no-repeat center center; }
		.select-options { display: none; position: absolute; width: 220px; top: 100%; right: 0; left: 0; z-index: 999; margin: 0; padding: 0; list-style: none; background-color: #eee; border: 1px solid #aaa; }
		.select-options li { margin: 0; padding: 12px 0; text-indent: 15px; border-top: 1px solid #aaa; transition: all 0.15s ease-in; }
		.select-options li:hover { color: #555; background: #ccc; }
		.select-options li[rel="hide"] { display: none; }
	.form_middle_block { margin-top: 25px; }
		.select_group { padding-right: 30px; display: flex; }
		.select_column { width: 25%; }
		.select_column p { font-weight: 700; margin-bottom: 10px; }
		.select_group .select { width: 100%; height: 60px; border: 1px solid #bdbdbd; border-right: 0; box-sizing: border-box; }
		.select_group .select:last-of-type { border-right: 1px solid #bdbdbd; }
		.select_group .select .select-styled { color: #6d6e71; text-indent: 45px; line-height: 60px; font-weight: 700; }
		.select_group .select-styled:after { width: 35px; height: 21px; top: 19px; right: 25px; background: url(images/arrow_select2.png) no-repeat center center; }
		.select_group .select-styled:active:after, .select-styled.active:after { background: url(images/arrow_select2_top.png) no-repeat center center; }
	.form_bottom_block { margin-top: 25px; color: #0072bc; font-weight: 500; display: flex; align-items: center; justify-content: flex-end; }
		.form_bottom_block input { color: #fff; font-weight: 700; line-height: 50px; text-align: center; background: #0072bc; border: 0; display: inline-block; width: 220px; margin-left: 170px; transition: 0.2s ease-in-out; }
		.form_bottom_block input:hover { opacity: 0.7; }
		.fbb_text a { color: #0072bc; }

.new_products_block { padding: 100px 0; }
.new_products_block .container { overflow: visible; }
	.all_new_products { margin-top: 50px; }
	.single_new_product { display: flex; margin-bottom: 70px; box-shadow: 0 0 7px 3px rgba(0,0,0,.1); }
	.single_new_product:last-of-type { margin-bottom: 0; }
	.np_image { width: 41%; }
		.np_image img { min-width: 100%; height: 100%; max-height: 320px; object-fit: cover; }
	.np_info { width: 59%; line-height: 1.1; position: relative; }
		.neu { position: absolute; right: 30px; top: 25px; }
		.npi_inner { padding: 25px 30px; }
		.np_info h3 { font-size: 25px; color: #0072bc; font-weight: 400; padding-right: 110px; margin-bottom: 20px; }
		.np_price { font-size: 25px; font-weight: 700; margin-bottom: 20px; }
		.np_tech_info { display: flex; flex-wrap: wrap; margin-bottom: 20px; }
		.np_tech_info p { font-size: 20px; width: 45%; margin-bottom: 5px; }
		.np_tech_info p img { margin-right: 10px; }
		.np_features { width: 76%; font-size: 15px; margin-bottom: 20px; }
		.np_buttons { display: flex; justify-content: space-between; }
		.npb_left {  }
			.nbpl_top { margin-bottom: 8px; }
			.npb_left a { font-size: 16px; color: #6d6e71; text-align: center; line-height: 30px; display: inline-block; padding: 0 12px; min-width: 165px; border: 1px solid #bdbdbd; box-sizing: border-box; transition: 0.2s ease-in-out; }
			.npb_left a:first-of-type { margin-right: 20px; }
			.npb_left a:hover { color: #fff; background: #bdbdbd; }
			.nbpl_bottom { color: #0072bc; }
		.npb_right {  }
			.npb_right a { font-size: 18px; color: #fff; line-height: 55px; text-align: center; font-weight: 700; background: #0072bc; display: inline-block; width: 225px; transition: 0.2s ease-in-out; }
			.npb_right a:hover { opacity: 0.7; }
			
.promotion_block { padding: 370px 0 170px 0; background: url(images/subaru.jpg) no-repeat center center/cover; background-attachment: fixed; }
	.promotion_text { width: 37%; padding-bottom: 20px; border-bottom: 3px solid #fff; }
	.promotion_text h2 { width: 120%; font-size: 40px; color: #fff; line-height: 1.45; font-weight: 300; }
	
.features_block { padding: 100px 0 10px 0; }
	.all_features { margin-top: 50px; display: flex; justify-content: space-between; flex-wrap: wrap; }
	.single_feature { width: calc((100% - 60px) / 3); text-align: center; margin-bottom: 60px; }
	.f_image { margin-bottom: 30px; }
	.single_feature h3 { font-size: 22px; color: #0072bc; font-weight: 700; margin-bottom: 20px; }
	.f_text { font-size: 16px; max-width: 205px; min-height: 57px; margin: 0 auto 25px auto; }
	.f_button {  }
	.f_button a { color: #fff; line-height: 50px; font-weight: 700; width: 200px; background: #0072bc; display: inline-block; transition: 0.2s ease-in-out; }
	.f_button a:hover { opacity: 0.7; }
	
.video_block { padding: 60px 0; background: #f0f0f0; }
	.all_videos { display: flex; justify-content: space-between; }
	.single_video { width: calc((100% - 30px) / 2); }
	
.brands_block { padding: 90px 0 20px 0; }
	.all_brands { display: flex; flex-wrap: wrap; margin-top: 75px; }
	.single_brand { width: calc(100% / 6); text-align: center; margin-bottom: 70px; }
	.brand_logo { margin-bottom: 8px; }
	.single_brand a { color: #0072bc; }
	.single_brand a:hover { color: #6d6e71; }
	
.news_block { background: #f0f0f0; padding: 90px 0 60px 0; }
	.all_news { display: flex; justify-content: space-between; margin-top: 50px; }
	.single_new { width: calc((100% - 60px) / 3); text-align: center; background: #fff; padding-bottom: 70px; }
	.new_thumb { margin-bottom: 30px; }
	.single_new h3 { font-size: 22px; color: #0072bc; font-weight: 700; margin-bottom: 20px; }
	.short_text { font-size: 16px; max-width: 205px; margin: 0 auto 25px auto; }
	.post_button {  }
	.post_button a { color: #fff; line-height: 50px; font-weight: 700; width: 200px; background: #0072bc; display: inline-block; transition: 0.2s ease-in-out; }
	.post_button a:hover { opacity: 0.7; }
	
.form_block { background: url(images/bg_contact.jpg) no-repeat center center/cover; padding: 100px 0 200px 0; color: #fff; }
	.form_title { font-size: 40px; text-align: center; font-weight: 700; }
	.form_block form { max-width: 810px; margin: 30px auto 0 auto; }
	.form_fields { display: flex; }
		.form_fields input[type=email] { width: 75%; border: 0; font-size: 16px; color: #808285; line-height: 50px; padding: 0 35px; box-sizing: border-box; }
		.form_fields input[type=email]:focus { outline: none; }
		.form_fields input[type=submit] { width: 25%; border: 0; color: #fff; line-height: 50px; text-align: center; font-weight: 700; background: #6d6e71; transition: 0.2s ease-in-out; }
		.form_fields input[type=submit]:hover { background: #555; }
		.form_fields input[type=submit]:focus { outline: none; }
	.accepting_form { margin-top: 20px; font-size: 16px; }
		.accepting_form label {  }
		.accepting_form p { margin-top: 10px; }
		
.logos_block { padding: 35px 0 45px 0; }
	.all_logos { display: flex; align-items: center; justify-content: space-between; }
	
.contacts_block { background: url(images/bg_contacts.jpg) no-repeat center center/cover; padding: 30px 0 40px 0; }
	.all_contact_blocks { display: flex; }
	.single_contact_block { width: 33.33%; color: #fff; line-height: 1.4; display: flex; align-items: center; }
	.single_contact_block img { margin-right: 20px; }

.footer { background: #0072bc; padding-top: 95px; color: #fff; }
	.footer_columns { display: flex; justify-content: space-between; margin-bottom: 70px; }
	.footer_column { width: 25%; }
		.logo_footer {  }
		.footer_title { font-size: 25px; font-weight: 700; }
		.column_content { margin-top: 30px; }
		.footer_text { line-height: 1.7; padding-right: 30px; }
		ul.footer_nav { margin: 0; padding: 0; }
		ul.footer_nav li { list-style-type: none; margin-bottom: 10px; }
		ul.footer_nav li a { color: #fff; font-weight: 700; }
		ul.footer_nav li a:hover { text-decoration: underline; }
		.working_hours { line-height: 1.4; }
		.working_hours strong { width: 25px; display: inline-block; }
		.working_hours span { margin: 0 10px; }
	.payment_info { font-size: 25px; font-weight: 700; display: flex; align-items: center; }
		.payment_info span { margin-right: 50px; }
		.payment_info img { margin-right: 12px; }
	.footer_service { padding: 25px 0 15px 0; margin-top: 50px; text-align: center; border-top: 3px solid #4c4f52; }
		.fs_menu {  }
		.fs_menu ul { margin: 0; padding: 0; }
		.fs_menu ul li { list-style-type: none; display: inline-block; border-right: 2px solid #fff; line-height: 1; padding-right: 10px; margin-right: 5px; }
		.fs_menu ul li:last-of-type { border-right: 0; padding-right: 0; margin-right: 0; }
		.fs_menu ul li a { font-size: 16px; color: #fff; }
		.fs_menu ul li a:hover { color: #ddd; }
	.fs_social { margin-top: 18px; }
		.fs_social a { display: inline-block; margin: 0 10px; transition: 0.2s ease-in-out; }
		.fs_social a:hover { opacity: 0.7; }

.bottom_line { background: #4c4f52; padding: 30px 0 25px 0; font-size: 14px; color: #fff; text-align: center; }
	.copyright { margin-bottom: 15px; }
	.developed_by a { color: #fff; }
	.developed_by img { margin-top: 10px; }
	
.to_top { width: 55px; height: 55px; background: url(images/to_top.png) no-repeat center center, #00aef0; box-shadow: 0 0 10px rgba(0,0,0,.5); opacity: 0.7; position: fixed; right: 25px; bottom: 25px; z-index: 10; cursor: pointer; transition: 0.35s; transform: scale(0.7); display: none; }
.to_top:hover { opacity: 1; transform: scale(1); }

.page_top_block { background: url(images/bg_top_block.jpg) no-repeat center bottom/cover; padding-top: 30px; }
	.page_top_block h1 { font-size: 40px; color: #fff; font-weight: bold; text-align: center; margin: 200px 0 120px 0; }
	.breadcrumbs { font-size: 14px; color: #fff; padding: 20px 0; }
	.breadcrumbs a { color: #fff; }
	.breadcrumbs a:hover { text-decoration: underline; }
	.breadcrumbs span { font-weight: 700; }
	.breadcrumbs span.divider { font-weight: 400; margin: 0 8px; }
	
.shop_sorting {  }
	.shop_sorting form { display: flex; justify-content: flex-end; }
	.shop_sorting .select { width: 215px; }
	.shop_sorting .select .select-styled { border: 1px solid #bdbdbd; padding: 0 30px; font-weight: 700; }
	.shop_sorting .select-styled:after { background: url(images/arrow_select.png) no-repeat center center; right: 25px; }
	.shop_sorting .select_group .select-styled:active:after, .shop_sorting .select-styled.active:after { background: url(images/arrow_select2_top.png) no-repeat center center; }
.product_catalog .all_new_products { margin-top: 30px; }
.pagination { margin-top: 100px; margin-bottom: 50px; display: flex; justify-content: center; flex-wrap: wrap; }
	.pagination a, .pagination span { font-size: 18px; color: #0072bc; line-height: 50px; font-weight: 700; text-align: center; display: inline-block; min-width: 50px; border-width: 1px 0 1px 1px; border-style: solid; border-color: #bdbdbd; padding: 0 15px; box-sizing: border-box; }
	.pagination a:last-child, .pagination span:last-child { border-right-width: 1px; }
	.pagination a:hover, .pagination span.current { color: #fff; background: #0072bc; border-color: #0072bc; }
	
.shop_filter_container { display: flex; justify-content: space-between; }
	.shop_sidebar { width: 280px; padding-top: 30px; }
		.shop_filter {  }
		.filter_title { font-size: 24px; font-weight: 700; border-bottom: 1px solid #bdbdbd; padding-bottom: 10px; }
		.form_line { margin-top: 20px; }
		.form_line p { margin-bottom: 10px; font-weight: 700; }
		.s_filter .select { width: 100%; }
		.s_filter .select .select-styled { padding: 0 20px; border: 1px solid #bdbdbd; }
		.s_filter .select-styled:after { width: 20px; height: 12px; background-size: 100% 100%; right: 20px; top: 20px; }
		.s_filter .line { width: 100%; height: 1px; background: #bdbdbd; margin-top: 20px; }
		.select_columns { display: flex; justify-content: space-between; }
		.single_select { width: 50%; }
		.single_select:last-of-type .select .select-styled { border-left: 0; }
		.small_select { padding-right: 18px; }
		.input_columns { display: flex; justify-content: space-between; }
		.single_input { width: 50%; }
		.s_filter input[type=text] { width: 100%; height: 50px; border: 1px solid #bdbdbd; text-align: center; }
		.s_filter input[type=text]:focus { outline: none; }
		.checkbox_block { margin-bottom: 10px; }
		.checkbox_block input { margin-right: 8px; }
		.s_filter a { color: #0072bc; font-weight: 500; }
	.shop_content { width: calc(100% - 310px); }
		.shop_content .single_new_product { margin-bottom: 40px; }
		.shop_content .np_info h3 { font-size: 18px; padding-right: 105px; }
		.shop_content .np_price { font-size: 18px; }
		.shop_content .np_tech_info { margin-bottom: 10px; }
		.shop_content .np_tech_info p { font-size: 14px; }
		.shop_content .np_features { font-size: 11px; margin-bottom: 10px; }
		.shop_content .npb_left { padding-right: 10px; }
		.shop_content .npb_left a { font-size: 12px; min-width: 120px; padding: 0 5px; }
		.shop_content .npb_left a:first-of-type { margin-right: 10px; }
		.shop_content .nbpl_bottom { font-size: 14px; }
		.shop_content .npb_right a { font-size: 14px; width: 160px; }
		
.product_gallery_info { padding: 100px 0 30px 0; border-bottom: 1px solid #6d6e71; }
	.product_gallery_info .title_line { height: 1px; background: #6d6e71; }
	.gallery_slider { display: flex; justify-content: space-between; }
	.product_slider { width: 60%; }
	.product_slider .owl-controls { position: absolute; left: 0; width: 100%; top: 50%; margin-top: -24px; }
	.product_slider .owl-nav div { width: 48px; height: 48px; text-indent: -100px; overflow: hidden; position: absolute; top: 0; opacity: 0.7; transition: 0.2s ease-in-out; }
	.product_slider .owl-nav div:hover { opacity: 1; }
	.product_slider .owl-prev { background: url(images/prev_slide.png) no-repeat center center; left: 30px; }
	.product_slider .owl-next { background: url(images/next_slide.png) no-repeat center center; right: 30px; }
	.product_images { width: calc(40% - 12px); display: flex; flex-direction: column; justify-content: space-between; }
	.big_img { height: 65%; }
	.big_img img { width: 100%; height: 100%; object-fit: cover; }
	.small_images { height: calc(35% -12px); display: flex; justify-content: space-between; }
	.small_images > img, .small_images > a { width: calc(50% - 6px); }
	.small_images > a { position: relative; }
	.small_images > a .image_hover { position: absolute; left: 0; top: 0; width: 100%; height: 100%; font-size: 25px; color: #fff; background: rgba(0,114,188,.5); display: flex; align-items: center; justify-content: center; opacity: 1; transition: 0.3s; }
	.small_images > a:hover .image_hover { opacity: 1; }
	.product_short_info { margin-top: 50px; display: flex; justify-content: space-between; }
	.ps_info { width: 78%; }
	.ps_info h2 { font-size: 36px; color: #0072bc; font-weight: 400; margin-bottom: 15px; }
	.ps_info p { font-size: 25px; margin-bottom: 25px; }
	.ps_info .price { font-size: 36px; font-weight: bold; }
	.ps_buttons { margin-top: 25px; }
	.ps_buttons a { display: inline-block; width: 225px; color: #fff; line-height: 50px; font-weight: 700; text-align: center; background: #0072bc; }
	.ps_buttons a:first-of-type { margin-right: 150px; }
	.ps_buttons a:hover { background: #6d6e71; }
	.ps_images { width: calc(14% - 30px); padding-right: 30px; }
	.ps_neu { margin-bottom: 25px; }

.product_features { padding: 25px 0; border-bottom: 1px solid #6d6e71; }
	.product_block_title { font-size: 25px; font-weight: 500; margin-bottom: 25px; }
	.all_p_features { display: flex; flex-wrap: wrap; }
	.single_p_feature { width: 33.33%; font-size: 20px; margin-bottom: 15px; }
	.single_p_feature img { margin-right: 15px; }
	.read_more { margin-top: 15px; }
	.read_more a { color: #0072bc; }
	.read_more a:hover { text-decoration: underline; }
	
.product_social { padding: 30px 0; border-bottom: 1px solid #6d6e71; }
	.all_social { display: flex; }
	.all_social a { display: inline-block; height: 25px; margin: 0 14px; background-repeat: no-repeat; background-position: center center; }
	.all_social a.fb_product { width: 14px; background-image: url(images/fb_product.png); }
	.all_social a.fb_product:hover { background-image: url(images/fb_product_hover.png); }
	.all_social a.in_product { width: 26px; background-image: url(images/in_product.png); }
	.all_social a.in_product:hover { background-image: url(images/in_product_hover.png); }
	.all_social a.pdf_product { width: 20px; background-image: url(images/pdf_product.png); }
	.all_social a.pdf_product:hover { background-image: url(images/pdf_product_hover.png); }
	.all_social a.print_product { width: 27px; background-image: url(images/print_product.png); }
	.all_social a.print_product:hover { background-image: url(images/print_product_hover.png); }
	
.product_furnishing { padding: 30px 0; border-bottom: 1px solid #6d6e71; }
	.product_furnishing ul { margin: 0; padding: 0; display: flex; flex-wrap: wrap; }
	.product_furnishing ul li { width: 25%; margin-bottom: 30px; list-style-type: none; }
	
.product_description { padding: 30px 0; border-bottom: 1px solid #6d6e71; line-height: 1.3; }
	.product_desc_text { line-height: 1.33; margin-bottom: 30px; }
	
.product_energy { padding: 30px 0 50px 0; border-bottom: 1px solid #6d6e71; }
	.energy_columns { display: flex; }
	.energy_text { width: 35%; }
	.energy_text p:not(:last-of-type) { margin-bottom: 30px; }
	.energy_img { width: 65%; }
	
.product_buttons { padding: 30px 0 50px 0; border-bottom: 1px solid #6d6e71; }
	.pb_block { font-size: 15px; }
	.pb_block a { font-size: 18px; color: #0072bc; }
	.pb_btns { margin: 20px 0; }
	.pb_btns a { display: inline-block; width: 165px; font-size: 16px; color: #6d6e71; line-height: 30px; text-align: center; border: 1px solid #bdbdbd; margin-right: 20px; }
	.pb_btns a:hover { color: #0072bc; }
	.main_buttons { margin-top: 70px; display: flex; justify-content: space-between; }
	.main_buttons a { display: inline-block; width: 225px; color: #fff; line-height: 50px; text-align: center; font-weight: 700; }
	.main_buttons a.back_btn { background: #bdbdbd; }
	.main_buttons a.buy_btn { background: #0072bc; }
	.main_buttons a:hover { background: #6d6e71; }
	
.product_related { padding: 80px 0; }
	.related_block {  }
	.related_block h3 { font-size: 25px; font-weight: 500; margin-bottom: 25px; }
	.all_related { display: flex; justify-content: space-between; flex-wrap: wrap; }
	.single_related { position: relative; width: 165px; padding-bottom: 34px; margin-bottom: 25px; overflow: hidden; }
	.single_related a { display: inline-block; }
	.related_img {  }
	.related_info { font-size: 14px; color: #fff; line-height: 1.4; background: #0072bc; padding: 6px 10px; position: absolute; left: 0; top: calc(100% - 34px); width: 100%; height: 100%; box-sizing: border-box; transition: 0.3s; }
	.related_info .ri_price { font-size: 18px; margin-bottom: 10px; }
	.single_related a:hover .related_info { top: 0; }
	.related_divider { width: 100%; height: 50px; }
	
.contacts_page {  }
	.contacts_columns { display: flex; }
	.single_c_column { width: 50%; display: flex; align-items: center; }
	.contacts_content { padding: 70px 0; padding-left: calc((100vw - 1140px) / 2); }
	.con_block { position: relative; }
	.con_block:after { content: ""; display: block; width: 100%; max-width: 250px; height: 3px; background: #0072bc; margin-top: 25px; }
	.con_block:not(:last-of-type) { margin-bottom: 50px; }
	.con_block h3 { font-size: 24px; margin-bottom: 25px; }
	.con_block p { font-size: 20px; margin-bottom: 25px; }
	.blue_color { color: #0072bc; }
	.schedule {  }
	.schedule_line { display: flex; font-size: 20px; margin-bottom: 8px; }
	.schedule_line .day { font-weight: 700; width: 75px; }
	.schedule_line .time {  }
	.single_c_column img { width: 100%; height: 100%; object-fit: cover; }
	
.contact_form_block { padding: 70px 0; background: #0072bc; color: #fff; }
	.cfb_title { font-size: 24px; font-weight: 700; margin-bottom: 25px; }
	.cfb_form { margin-top: 45px; }
	.cfb_columns { display: flex; justify-content: space-between; }
	.cfb_column { width: calc((100% - 30px) / 2); }
	.cfb_line { margin-bottom: 20px; min-height: 50px; display: flex; }
	.cfb_line input { width: 100%; height: 50px; padding: 0 30px; box-sizing: border-box; border: 0; color: #6d6e71; }
	.cfb_line textarea { width: 100%; height: 190px; padding: 15px 30px; box-sizing: border-box; border: 0; color: #6d6e71; resize: none; }
	.cfb_line input:focus, .cfb_line textarea:focus { outline: none; }
	.cfb_captcha { height: 120px; }
	.cfb_radio { width: 100%; display: flex; justify-content: space-between; }
	.cfb_radio > span { width: calc((100% - 80px) / 3); background: #fff; display: flex; align-items: center; padding-left: 30px; box-sizing: border-box; }
	.cfb_radio input { width: 17px; height: 17px; margin-right: 30px; }
	.cfb_radio label { color: #6d6e71; }
	.cfb_checkbox { display: flex; }
	.cfb_checkbox input { width: 24px; height: 24px; margin-right: 15px; }
	.cfb_checkbox label { font-size: 17px; line-height: 30px; }
	.cfb_line input[type="submit"] { color: #0072bc; font-weight: bold; width: auto; padding: 0 50px; border: 2px solid #fff; box-sizing: border-box; }
	.cfb_line input[type="submit"]:hover { color: #fff; background: #0072bc; }
	
.c_image {  }
	.c_image img { width: 100%; height: auto; }
	
.comfort_block { padding: 140px 0 110px; }
	.comfort_block h3 { font-size: 24px; font-weight: 700; text-align: center; }
	.comfort_columns { display: flex; justify-content: space-between; align-items: center; margin: 70px auto 100px; max-width: 730px; }
	.comfort_line { margin-top: 30px; width: 250px; height: 3px; background: #0072bc; margin: 0 auto; }
	
.intro_block { padding: 100px 0; }
	.intro_title { font-size: 25px; }
	.intro_columns { display: flex; justify-content: space-between; margin-top: 30px; }
	.intro_text { width: 45%; }
	.intro_text p { font-size: 21px; margin-bottom: 25px; }
	.intro_img { width: 51%; }
	
.about_content { background: #f0f0f0; padding: 100px 0 140px; }
	.ac_blocks { margin-top: 50px; }
	.ac_block { margin-bottom: 40px; }
	.ac_block h3 { font-size: 22px; color: #0072bc; margin-bottom: 15px; }
	.ac_block p { font-size: 21px; line-height: 1.4; }
	
.about_brand { background: #f0f0f0; padding: 90px 0 100px; }
	.about_brand_content { margin-top: 70px; }
	.about_brand_content h3 { font-size: 22px; color: #0072bc; margin-bottom: 15px; }
	.about_brand_content p { font-size: 21px; line-height: 1.4; }
	.ab_button { text-align: center; margin-top: 40px; }
	.ab_button a { font-size: 18px; color: #fff; line-height: 55px; text-align: center; font-weight: 700; width: 200px; display: inline-block; background: #0072bc; transition: 0.2s ease-in-out; }
	.ab_button a:hover { opacity: 0.7; }
	
.brand_models { padding: 90px 0 110px; }
	.all_models { margin-top: 80px; }
	.single_model { display: flex; justify-content: space-between; margin-bottom: 90px; }
	.single_model:last-of-type { margin-bottom: 0; }
	.model_info { width: 44%; }
	.model_title { font-size: 25px; line-height: 1; font-weight: 700; margin-bottom: 50px; }
	.model_description { font-size: 21px; line-height: 1.4; }
	.model_photos { width: 50%; }
	.model_photos .owl-controls { position: absolute; left: 0; width: 100%; top: 50%; margin-top: -24px; }
	.model_photos .owl-nav div { width: 48px; height: 48px; text-indent: -100px; overflow: hidden; position: absolute; top: 0; opacity: 0.7; transition: 0.2s ease-in-out; }
	.model_photos .owl-nav div:hover { opacity: 1; }
	.model_photos .owl-prev { background: url(images/prev_slide.png) no-repeat center center; left: 28px; }
	.model_photos .owl-next { background: url(images/next_slide.png) no-repeat center center; right: 28px; }
	
.all_f_services { padding: 100px 0 30px; background: #f0f0f0; }
.bg_white { background: #fff; }

.single_post_block { padding: 50px 0; }
	.single_post_columns { display: flex; justify-content: space-between; }
	.single_post_content { width: 65%; line-height: 1.4; }
	.single_post_content p { margin-bottom: 15px; }
	.sidebar_block { width: 31%; }
	
.main_container { padding: 50px 0; }
.main_container .container { overflow: visible; }
	.all_posts { display: flex; justify-content: space-between; flex-wrap: wrap; }
	.single_post { width: calc((100% - 60px) / 3); margin-bottom: 50px; box-shadow: 0 1px 5px 2px rgba(0,0,0,.2); }
	.single_img img { width: 100%; height: auto; }
	.single_inner { padding: 15px 20px 30px 20px; }
	.single_content h3 { font-size: 24px; color: #000; line-height: 1; font-weight: bold; margin-bottom: 8px; }
	.single_content a:hover h3 { color: #0072bc; }
	.single_date { margin-bottom: 10px; }
	.single_button { margin-top: 15px; }
	.single_button a { display: inline-block; width: 160px; height: 50px; color: #b8b6b6; line-height: 50px; text-align: center; font-weight: bold; border: 1px solid #b8b6b6; border-radius: 30px; transition: 0.2s ease-in-out; }
	.single_button a:hover { color: #fff; background: #b8b6b6; }
	.single_social { display: flex; margin-top: 45px; }
	.single_social a { display: block; width: 50px; height: 50px; border: 2px solid #d6d5d5; border-radius: 100%; background-repeat: no-repeat; background-position: center center; margin-right: 30px; }
	.single_social a.single_fb { background-image: url('images/fb_single.png'); }
	.single_social a.single_in { background-image: url('images/in_single.png'); }
	.single_social a:hover { opacity: 0.7; }
	.widget-content { padding: 30px 35px 45px 25px; border: 2px solid #d6d5d5; margin-bottom: 70px; }
	.widget-title { font-size: 24px; color: #0072bc; line-height: 1; padding-bottom: 15px; border-bottom: 2px solid #d6d5d5; margin-bottom: 30px; }
	.widget-content ul { margin: 0; }
	.widget-content .rpwwt-widget a { display: block; overflow: hidden; }
	.widget-content .rpwwt-widget img { margin-bottom: 0; }
	.widget-content .rpwwt-widget .rpwwt-post-title { font-size: 18px; color: #000; line-height: 1.2; font-weight: 700; }
	.widget-content .rpwwt-widget a:hover .rpwwt-post-title { color: #0072bc; }
	.widget-content .rpwwt-widget .rpwwt-post-date { color: #d6d5d5; margin: -22px 0 0 114px; }
	.widget_archive ul { padding: 0; }
	.widget_archive ul li { margin-bottom: 20px; list-style-type: none; background: url('images/list_arrow.jpg') no-repeat right center; }
	.widget_archive ul li:last-of-type { margin-bottom: 0; }
	.widget_archive ul li a { color: #7a7979; }

@media only screen and (max-width: 1200px) {
	.container { width: 960px; }
	.menu-block { padding-right: 0; }
	.menu-block ul li { margin-left: 10px; }
	.top_slider .owl-prev { left: 25px; }
	.top_slider .owl-next { right: 25px; }
	.select_block, .select_group { padding-right: 0; }
	.npb_left a:first-of-type { margin-bottom: 15px; }
	
	.shop_content .np_tech_info p { width: 100%; }
	
	.contacts_content { padding-left: calc((100vw - 960px) / 2); }
	.cfb_radio > span { padding-left: 15px; }
	.cfb_radio input { margin-right: 10px; }
}

@media only screen and (max-width: 980px) {
	.container { width: 760px; }
	.logo_menu { flex-direction: column; }
	.menu-block { margin-top: 25px; }
	.select_group .select .select-styled { text-indent: 20px; }
	.select_group .select-styled:after { right: 15px; }
	.np_info h3 { padding-right: 110px; }
	.np_tech_info { flex-direction: column; }
	.np_tech_info p { width: 100%; margin-bottom: 10px; }
	.np_features { width: 100%; }
	.np_buttons { flex-direction: column; }
	.npb_right { margin-top: 25px; }
	.all_contact_blocks { flex-direction: column; }
	.single_contact_block { width: 100%; margin-bottom: 25px; }
	.footer_columns { flex-wrap: wrap; }
	.footer_column { width: 50%; margin-bottom: 40px; }
	
	.shop_content .np_image { width: 100%; }
	.shop_content .np_info { width: 100%; }
	.shop_content .single_new_product { flex-direction: column; }
	
	.ps_buttons a:first-of-type { margin-right: 25px; }
	
	.contacts_content { padding-left: calc((100vw - 760px) / 2); }
}

@media screen and (max-width: 780px) {
	.container { width: calc(100% - 40px); padding: 0 20px; }
	.top_block { display: none; }
	.menu-block ul li { margin-bottom: 15px; }
	.services_block { padding: 50px 0; }
	.block_title { font-size: 32px; }
	.all_services { flex-direction: column; }
	.single_service { width: 100%; margin-bottom: 40px; }
	.search_form { padding: 25px; }
	.form_top_block { flex-direction: column; }
	.form_top_block h2 { font-size: 32px; }
	.select_block { margin-top: 25px; }
	.select_group { flex-direction: column; }
	.select_group .select_column { width: 100%; margin-bottom: 25px; }
	.select_group .select { border-right: 1px solid #bdbdbd; }
	.form_bottom_block { justify-content: space-between; }
	.form_bottom_block input { margin-left: 0; }
	.new_products_block { padding: 50px 0; }
	.single_new_product { flex-direction: column; }
	.np_image { width: 100%; }
	.np_info { width: 100%; }
	.promotion_block { padding: 150px 0; }
	.promotion_text { width: 100%; text-align: center; }
	.promotion_text h2 { width: 100%; }
	.features_block { padding: 50px 0; }
	.all_features { flex-direction: column; }
	.single_feature { width: 100%; margin-bottom: 40px; }
	.video_block { padding: 50px 0 10px 0; }
	.all_videos { flex-direction: column; }
	.single_video { width: 100%; margin-bottom: 40px; }
	.brands_block { padding-top: 50px; }
	.single_brand { width: 25%; }
	.news_block { padding: 50px 0; }
	.all_news { flex-direction: column; }
	.single_new { width: 100%; margin-bottom: 40px; padding-bottom: 40px; }
	.new_thumb img { width: 100%; height: auto; }
	.short_text { max-width: none; }
	.form_block { padding: 100px 0; }
	.footer { padding-top: 50px; }
	.footer_columns { margin-bottom: 50px; }
	.footer_column { width: 100%; text-align: center; }
	.payment_info { flex-wrap: wrap; }
	
	.shop_filter_container { flex-direction: column; }
	.shop_sidebar { width: 100%; }
	.shop_content { width: 100%; }
	
	.gallery_slider { flex-direction: column; }
	.product_slider { width: 100%; margin-bottom: 25px; }
	.product_images { width: 100%; }
	.big_img { margin-bottom: 12px; }
	.small_images > a img { width: 100%; }
	.product_short_info { flex-direction: column; }
	.ps_info { width: 100%; margin-bottom: 25px; }
	.ps_images { width: 100%; text-align: center; }
	.product_block_title { text-align: center; }
	.single_p_feature { width: 100%; text-align: center; }
	.read_more { text-align: center; }
	.product_furnishing ul li { width: 100%; text-align: center; }
	.energy_columns { flex-direction: column; }
	.energy_text { width: 100%; margin-bottom: 25px; }
	.energy_img { width: 100%; }
	.main_buttons { flex-direction: column; align-items: center; }
	.main_buttons a.back_btn { margin-bottom: 25px; }
	
	.contacts_columns { flex-direction: column; }
	.single_c_column { width: 100%; }
	.contacts_content { padding: 30px 25px; }
	.cfb_columns { flex-direction: column; }
	.cfb_column { width: 100%; }
	.cfb_line.empty { display: none; }
	.cfb_captcha { height: auto; }
	.comfort_block { padding: 50px 0; }
	.comfort_columns { margin: 25px 0; flex-direction: column; }
	.comfort_column:not(:last-of-type) { margin-bottom: 25px; }
	
	.intro_block { padding: 50px 0; }
	.intro_columns { flex-direction: column; }
	.intro_text { width: 100%; margin-bottom: 25px; }
	.intro_img { width: 100%; text-align: center; }
	.about_content { padding: 50px 0; }
	
	.about_brand { padding: 50px 0; }
	
	.brand_models { padding: 50px 0; }
	.all_models { margin-top: 50px; }
	.single_model { margin-bottom: 50px; flex-direction: column; }
	.model_info { width: 100%; margin-bottom: 25px; }
	.model_photos { width: 100%; }
	
	.single_post { width: calc(50% - 15px); }
	.single_post_columns { flex-wrap: wrap; }
	.single_post_content { width: 100%; }
	.sidebar_block { width: 100%; margin-top: 25px; }
}

@media only screen and (max-width: 640px) {
	
}

@media only screen and (max-width: 550px) {
	.form_bottom_block { flex-direction: column; }
	.form_bottom_block input { margin-top: 25px; }
	.new_products_block { width: 100%; overflow: hidden; }
	.neu { position: relative; left: 30px; top: 25px; margin-bottom: 25px; }
	.np_info h3 { padding-right: 0; }
	.single_brand { width: 50%; }
	
	.schedule_line { font-size: 18px; }
	.schedule_line .day { width: 50px; }
	.cfb_radio > span { width: calc((100% - 20px) / 3); }
	.cfb_radio > span { padding-left: 10px; }
	.cfb_radio input { margin-right: 5px; }
	
	.single_post { width: 100%; }
}
