/*
Theme Name: russtal
Author: Maria
Author URI: https://vk.com/club126099788

*/
* {
	box-sizing:border-box;

}

body {
	margin:0;
	padding:0;
	
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	
}
h1 {
	margin-top: 0;
	margin-bottom: 40px;
	font-size: 40px;
	font-weight: 700;
}
h2 {
	font-size: 40px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 32px;
	
}
table {
	max-width: 100%;
}
td, th {
	border: none !important;
	text-align: left;
	padding: 12px 20px !important;
}
tbody tr:nth-child(2n+1) {
	background-color: #F5F5F5;
}
.container {
	max-width: 1200px;
	margin:0 auto;
	
	width: 100%;
}
a {
	text-decoration: none;
	transition: all 0.3s ease;
}
p {
	margin: 0;
}
img {
	max-width: 100%;
	height: auto;
}
.wp-block-image {
	margin: 0 !important;
}
.mybutton {
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 50px ;
	padding: 8px 24px ;
	cursor: pointer;
	display: inline-block ;
	text-align: center;
	  position: relative; 
  	overflow: hidden; 
}
.button_banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: -150%; 
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent 30%,
    rgba(255, 255, 255, 0.6) 50%,
    transparent 70%
  );
  transform: skewX(-20deg); 
  animation: shimmer 5s infinite;
}
@keyframes shimmer {
  0% {
    left: -150%;
  }
  100% {
    left: 150%;
  }
}
.button_banner:hover {
	opacity: 0.8;
}
.button_primary {
	background: #0246A5 ;
	border: #0246A5 1px solid ;
	color: #fff ;
}
.button_primary:hover {
	background: #062C62 ;
}
.button_secondary {
	background: none;
	border: #0246A5 1px solid ;
	color: #0246A5 ;
}
.button_secondary:hover {
	background-color: #0246A5;
	color: #fff;
}

section {
	padding: 80px 0;
}
header {
	padding: 16px 0;
}
header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo {
	display: flex;
	align-items: center;
	gap: 16px;
	font-size: 12px;
}
.header__phone {
	display: flex;
	gap: 16px;
	align-items: center;
}
.phone {
	font-size: 20px;
	font-weight: 700;
	color: #333;
}
.header__mail a {
	color: #333;
}
nav {
	background-color: #0246A5;
	position: sticky;
	top: 0;
	z-index: 100;
}
nav a {
	color: #fff;
	font-size: 14px;
	
}
.menu > li  a {
	text-transform: uppercase;
}
.menu > li {
	padding: 16px 0;
	position: relative;
}
.menu {
	display: flex;
	margin: 0;
	padding: 0;
	justify-content: space-between;
	
}
.menu li {
	list-style-type: none;
}

.sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #0246A5;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	padding: 20px;
	border-top: #fff 1px solid;
	
}
.sub-menu li {
	min-width: 200px;
	margin-bottom: 20px;
	
}
.sub-menu li a {
	text-transform: none;
}
.menu li:hover .sub-menu {
	display: block;
}
.menu li:nth-child(1):hover .sub-menu {
	display: grid;
	grid-auto-flow: column;
	grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
	
}
.menu-item-has-children::after {
	content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12 6L8 10L4 6' stroke='white' stroke-width='2'/%3e%3c/svg%3e ");
	
}
.menu > li {
	display: flex;
	align-items: center;
	gap: 8px;
	position: relative;
}
.menu a:hover {
	text-decoration: underline;
}
h2.home-title {
	font-size: 40px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 32px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: flex-start;
	color: #525252;
}
h2.home-title::after {
	background-image: linear-gradient(to right, #A2A5AA 21%, #C4C7CC 38%, #EBEBEB 68%, #EFF4F8 100%);
	width: 200px;
	height: 8px;
	content: '';
}
.banner {
	background-position: center center;
	background-size: cover;
	color: #fff;
	padding: 84px 0;
}
.banner__text {
	max-width: 600px;
}
.banner h1 {
	font-size: 72px;
	margin-bottom: 16px;
	text-transform: uppercase;
	
}
.banner__text_subtitle {
	font-size: 24px;
	text-transform: uppercase;
	
}
.we {
	display: flex;
	gap: 40px;
	margin: 32px 0;
}
.we_wrap .wp-block-group__inner-container {
	display: flex;
	align-items: center;
	gap: 16px;
	font-size: 14px;
}
.banner__text_wrap {
	display: flex;
	align-items: center;
	gap: 32px;
}
.button_banner {
	background-image: linear-gradient(to right bottom, #EFF4F8 0%, #C4C7CC 62%, #A2A5AA 100%);
	font-size: 16px;
	font-weight: 700;
	padding: 12px 50px;
	color: #333;
}
.banner__text_wrap_sale {
	color: #34D0AD;
	display: flex;
	align-items: center;
	gap: 12px;
}
.banner__text_wrap_sale div {
	padding-left: 12px;
	border-left: 1px solid #34D0AD;
}
.banner__text_wrap_sale span {
	font-weight: 700;
}
div.category {
	display: grid;
	gap: 24px;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.category__item {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
}
.category__item:hover img {
	opacity: 0.7;
}
.category__item img {
	display: block;
	transition: all 0.3s ease;
}
.category__item_size {
	font-size: 20px;
	font-weight: 700;
	color: #0246A5;
	position: absolute;
	top: 20px;
	left: 20px;
}
.category__item_cat {
	position: absolute;
	bottom: 20px;
	right: 20px;
	max-width: 76px;
	color: #333;
	text-align: right;
	
}
.gray {
	background-color: #F5F5F5;
}
.products__wrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
	
	
}
.products__wrap_item {
	background-color: #fff;
	border-radius: 16px;
	overflow: hidden;
}
.products__wrap_item_info {
	padding: 20px 20px 24px 20px;
}
.products__wrap_item_title {
	font-weight: 700;
	margin-bottom: 20px;
}
.products__wrap_item_title a {
	color: #333;
}
.products__wrap_item_title a:hover {
	color: #0246A5;
}
.products__wrap_item .button {
	width: 100%;
}
.products__wrap_item_image {
	position: relative;
}
.products__wrap_item_metr {
	margin-bottom: 20px;
}
.products__wrap_item_price span {
	font-weight: 700;
}
section.about {
	background-image: url(image/about.webp);
	background-position: center center;
	background-size: cover;
	color: #fff;
}
section.about h2.home-title {
	color: #fff;
}
.about p {
	margin-bottom: 20px;
	line-height: 1.5;
}
.about ul {
	margin: 0;
	padding-left: 16px;
	
}
.about ul li {
	margin-bottom: 16px;
}
.about__gallery {
	
	margin-top: 40px !important;
	margin-bottom: 0 !important;
}
.about__gallery img {
	border-radius: 16px;
}
.tabs__button {
	display: flex;
	gap: 32px;
	margin-bottom: 32px;
	font-size: 14px;
	font-weight: 700;
	align-items: center;
}
.tabs__button a {
	color: #0246A5;
	cursor: pointer;
}
.tabs__button a.tab__active {
	color: #fff;
	
	background-color: #0246A5;
	padding: 8px 24px;
	border-radius: 50px;
	
}


.tab_item_title {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 20px;
}
.tab_item_descr {
	opacity: 0.7;
	margin-bottom: 24px;
}
.tabs__wrap {
	display: flex;
	align-items: flex-start;
	gap: 100px;
}
.price__logo {
	padding-top: 100px;
	min-width: 30%;
	position: sticky;
	top: 0;
}
.form__wrap {
	max-width: 960px;
	margin: 80px auto;
}
.form__wrap {
	padding: 32px;
	border-radius: 16px;
	box-shadow: rgba(0,0,0,0.1) 0 0 14px;
	background-image: url(image/form.jpg);
	background-position: top right;
	background-size: auto 100%;
	background-repeat: no-repeat;
}
.form__wrap form {
	max-width: 400px;
}
.wpcf7-form .pole input {
	border: #DDDDDD 1px solid;
	height: 32px;
	border-radius: 6px;
	display: block;
	padding: 0 12px;
	width: 100%;
}
.wpcf7-form .pole {
	margin-bottom: 20px;
}
.form__wrap_subtitle {
	font-size: 20px;
	margin-bottom: 40px;
}
.form__wrap_subtitle span {
	color: #0246A5;
	font-weight: 700;
}
.wpcf7-form .button-submit input {
	font-size: 14px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 8px 24px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
	background: #0246A5;
  border: #0246A5 1px solid;
  color: #fff;
	transition: all 0.3 ease;
}
.wpcf7-form .button-submit input:hover {
	background: #062C62 ;
}
.wpcf7 .wpcf7-submit:disabled {
	opacity: 0.7;
	background: #0246A5;
}
.wpcf7-form .wpcf7-acceptance input {
	display: inline;
	height: auto;
	width: auto;
}
.wpcf7-acceptance {
	font-size: 12px;
	color: #555555;
}
.wpcf7-acceptance a {
	color: #005EFE;
}
.wpcf7-acceptance .wpcf7-list-item {
	margin: 0 !important;
}
.calculator {
	display: flex;
	gap: 32px;
	
}
.button_cat {
	margin-top: 20px;
	text-align: center;
}
.title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.col-sm-6 {
	flex-grow: 1;
}
.input-group {
	position: relative;
  display: table;
  border-collapse: separate;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell;
}
.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.calculator .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #f5f5f5;
  border: 1px solid #ddd !important;
  border-radius: 1px;
}
.calculator input[type="number"]:not(.form-control) {
	display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
 
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	height: 38px;
}
.calculator .input-group.inputs {
	margin-bottom: 15px;
}
.form-check {
	margin-bottom: 15px;
}
.calculator .button {
	margin-bottom: 15px;
}
.output-text {
	
	font-weight: 700;
}
output {
  display: inline-block;
	margin-top: 20px;
}
.auto {
	display:flex;
}
.auto > div {
	width: 25%;
}
.auto__item_title {
	font-size: 24px;
	font-weight: 700;
	min-height: 56px;
	padding-right: 40px;
}
.auto__item_gruz {
	margin: 20px 0;
	
	background-image: url(image/gruz.svg);
	
}
.auto__item_gruz, .auto__item_kuzov {
	padding-left: 46px;
	background-repeat: no-repeat;
	background-position: left center;
}

.auto__item_kuzov {
	background-image: url(image/kuzov.svg);
}
.sale {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.sale__item {
	background-color: #fff;
	border-radius: 16px;
	overflow: hidden;
	position: relative;
}
.sale__item::after {
	position: absolute;
	right: 20px;
	top: 20px;
	
	content: url(image/percent.svg);
}
.sale__item .wp-block-image {
	position: relative;
	min-width: 260px;
}
.sale__item .wp-block-image img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
  height: 100%;
}
.sale__item .wp-block-image::after {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50%;
	background-image: url(image/sale2.webp);
	background-position: right top; 
	background-size: auto 100%;
	background-repeat: no-repeat;
	content: '';
	
	
}
.sale__item ul {
	margin: 0;
	padding: 0;
}
.sale__item li {
	list-style-type: none;
  background-image: url(image/check.svg);
  background-size: auto 16px;
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 24px;
	margin-top: 16px;
}
.sale__item > .wp-block-group__inner-container {
	display: flex;
	
}
.sale__item_info_title {
	padding-right: 50px;
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 20px;
}
.sale__item_info {
	padding: 32px 0 32px 2px;
}
.steps {
	display: flex;
	justify-content: space-between;
	margin-bottom: 120px;
	
}
.steps > div {
	width: 17.5%;
	text-align: center;
}
.step__item {
	position: relative;
}
.step__item .wp-block-group__inner-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.step__item_num::after {
	content: url(image/arrow.svg);
	width: 18%;
	left: 126%;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	display: inline-flex;
	
}
.steps > div:last-child .step__item_num::after {
	display: none;
}
.step__item_num {
	display: flex;
	width: 70px;
	height: 70px;
	background-color: #DDDDDD;
	border-radius: 50%;
	
	position: relative;
	align-items: center;
	justify-content: center;
	font-size: 48px;
	font-weight: 700;
	text-align: center;
}
.step__item_title {
	margin: 20px auto;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
.step__item_descr {
	line-height: 1.3;
}
.step__item_descr_wrap > .wp-block-group__inner-container {
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: center;
}
.step__item_descr_wrap a {
	color: #0246A5;
	font-weight: 700;
	font-size: 20px;
}
.num_active {
	background-color: #0246A5;
	color: #fff;
}
.step__item_descr strong {
	color: #0246A5;
}
.partners {
	display: flex;
  justify-content: space-between;
 
}
.callback {
	padding: 16px 0;
	background-image: url(image/footer.webp);
	background-position: center bottom;
	background-size: cover;
}
.callback__block {
	display: flex;
	justify-content: space-between;
	
}
.callback__wrapper_item {
	display: flex;
	gap: 12px;
	align-items: center;
}
.callback__wrapper_item_info {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.callback__wrapper_item_info span {
	color: #555;
}
.callback__wrapper_item_info a {
	color: #0246A5;
	font-weight: 700;
	font-size: 20px;
}
.callback__left {
	padding-top: 64px;
}
.callback__wrapper_item_info a.phone_callback {
	
	font-size: 24px;
}
.callback__wrapper {
	display: flex;
	flex-direction: column;
	gap: 32px;
}
.callback__form {
	padding: 32px;
	background-color: #fff;
	border-radius: 16px;
	max-width: 408px;
}
.callback__form_title {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 20px;
}
.callback__form .form__wrap_subtitle {
	margin-bottom: 32px;
}
.callback__form .banner__text_wrap_sale {
	margin-top: 32px;
}
.footer__wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 0;
}
footer {
	background: #DDDDDD;
	
}
footer a {
	color: #333;
}
.footer__wrap .logo img {
	max-width: 210px;
	border: #fff 5px solid;
}
.pk {
	padding: 20px 0;
	border-top: rgba(0,0,0,0.1) 1px solid;
	font-size: 12px;
	color: #333;
}
.pk a {
	color: #333;
}
.pk a:hover {
	text-decoration: underline;
}
.footer__wrap_contact {
	display: flex;
	align-items: center;
	gap: 60px;
}
.footer_tel {
	font-size: 20px;
	font-weight: 700;
}
.content__wrap {
	display: flex;
	gap: 40px;
	margin-top: 40px;
}
.sidebar {
	min-width: 275px;
}
#breadcrumbs {
	color: #777;
	font-size: 14px;
	margin-bottom: 40px;
}
#breadcrumbs a {
	color: #777;
}
#breadcrumbs > span {
	display: flex;
	gap: 12px;
}
.sidebar_title {
	font-weight: 700;
	margin-bottom: 24px;

}
.sidebar_title_margin {
	margin-top: 60px;
}
.sidebar .wp-block-heading {
	font-size: 14px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 12px;
}
.wc-block-product-filter-checkbox-list__input-wrapper::before {
	background: #fff !important;
	
}
input[type="checkbox"].wc-block-product-filter-checkbox-list__input {
	border: #ddd 1px solid !important;
}
.sidebar__category {
	display: flex;
	flex-direction: column;
	gap: 16px;
	font-size: 14px;
	
}
.sidebar__category a {
	color: #333;
}
.products__wrap_category {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}
.products__wrap_category .products__wrap_item {
	border: #f5f5f5 1px solid;
}
.to-zakaz {
	width: 100%;
}
.content__wrap .calc__wrap {
	margin: 80px 0;
}
.page_wrap {
	margin-top: 40px;
	margin-bottom: 60px;
}
.wp-block-table thead {
  border-bottom: none !important;
}
.product__columns {
	display: flex;
	gap: 40px;
}
.product__columns_left {
	position: relative;
	border: #C3C3C6 1px solid;
	border-radius: 16px;
	overflow: hidden;
	width: 45%;
	min-width: 45%;
}
.product__columns_left .banner__text_wrap_sale {
	position: absolute;
	bottom: 20px;
	right: 20px;
	padding: 8px 12px;
	background-color: #202F3B;
	border-radius: 8px;
}
.product__columns_left .category__item_size {
	font-size: 40px;
	top: 40px;
	left: 40px;
}
.we_wrap_product {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px 32px;
	margin-bottom: 32px;
	align-items: center;
}
.product__price {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 12px;
}
.product__price_metr {
	font-size: 20px;
	margin-bottom: 32px;
}
.product__price_metr span {
	font-weight: 700;
}
.product__call {
	font-size: 14px;
	margin-bottom: 32px;
}
.product__call a {
	color: #0246A5;
}
.product_order {
	padding: 8px 32px;
}
.atributes {
	margin: 40px 0 80px 0;
}
.product_attributes_list {
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 750px;
}
.atributes_item {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 8px;
}
.atributes_item_name {
	font-weight: 700;
}
.atributes_item_value {
	display: flex;
	flex-grow: 1;
	gap: 8px;
}
.atributes_item_value::before {
	content:'';
	flex-grow: 1;
	border-bottom: #333 1px dotted;
	opacity: 0.5;
}
.page_wrap .calc__wrap {
	margin-bottom: 60px;
}
.content_block p {
	margin-bottom: 16px;
	line-height: 1.5;
}
.cat__wrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 32px;
}
.cat_item {
	color: #333;
}
.cat_item img {
	border-radius: 16px;
}
.cat__title {
	font-size: 24px;
	font-weight: 700;
	margin-top: 12px;
	margin-bottom: 16px;
}
.cat__descr {
	font-size: 14px;
	color: #555;
}
.content_wrap {
	margin: 40px auto 60px auto;
}
.content_wrap p {
	line-height: 1.7;
	margin-bottom: 20px;
}
.mob_menu {
	display: none;
}
.carusel .owl-prev {
	position: absolute;
	top: 40%;
	left: -20px;
	
}
.carusel .owl-next {
	position: absolute;
	top: 40%;
	right: -20px;
	
}
.carusel .owl-next span, .carusel .owl-prev span {
	font-size: 40px;
}
.owl-dot {
	width: 8px;
	height: 8px;
	background: #ddd !important;
	margin: 0 4px !important;
	border-radius: 50px;
}
.owl-dot.active {
	background: #333 !important;
}
.owl-dots {
	text-align: center;
}
.filtr-mob {
	display: none;
}
.woocommerce-shop .products__wrap_item {
	border: #f5f5f5 1px solid;
}
.we_wrap img {
	min-width: 32px;
}
.banner__text_wrap_sale img {
	position: relative; 
	animation: pulse 5s linear infinite;
}
@keyframes pulse {
  0% {
    transform: scale(0.7);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.1);
    opacity: 0;
  }
}
.mob-menu-block {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	background-color: #fff;
	padding: 20px;
	z-index: 1000;
}
.window-close {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 24px;
	cursor: pointer;
}
.window_menu_cat_button {
  padding: 20px 0;
  font-size: 20px;
  font-weight: 700;
}
.window_menu_cat_info {
	display: none;
	padding-bottom: 20px;
}
.mob-menu-block .menu {
	flex-direction: column;
	gap: 16px;
	padding: 20px 0;
	border-top: #ddd 1px solid;
	
	
}
.window_menu_cat_button::after {
	content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12 6L8 10L4 6' stroke='black' stroke-width='2'/%3e%3c/svg%3e ");
	margin-left: 8px;
}
.window_menu_cat_button.button-minus::after {
	transform: rotate(180deg);
	display: inline-block;
}
.mob-menu-block .menu a {
	color: #333;
	text-transform: none !important;
}
.mob-menu-block .menu li {
	
	font-size: 16px;
	padding: 0;
}
.sidebar .window-close {
	display: none;
}
.overlay {
	display: none;
	position: fixed;
  top: 0;
  left: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  
  display: none;
  z-index: 1000000;
  overflow: auto;
}
.overlay .callback__form {
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	position: relative;
}
nav.woocommerce-pagination  {
	background: none;
	grid-column: 1 / -1;
}
.woocommerce nav.woocommerce-pagination ul {
	border: none !important;
}
.woocommerce nav.woocommerce-pagination ul li {
	border: none ;
	border-radius: 50px;
	margin: 0 8px !important;
	width: 32px;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	color: #333 !important;
	background-color: #ddd !important;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
	background-color: #0246A5 !important;
	color: #fff !important;
}

.cookies-block {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    font-size: 14px;
    background: #f5f5f5;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, 0.1) 0  -2px 6px;
    gap: 20px;
}
.cookies-block p {
    margin: 0;
}
.cookies-block a {
    text-decoration: underline;
    color: #000;
    
}
.cookies-block a:hover {
    opacity: 0.7;
}
.close-cookie {
    background-color: #000;
    color: #fff;
    padding: 4px 12px;
    cursor: pointer;
}



@media (max-width: 1220px) {
	.container {
		padding-left: 16px;
		padding-right: 16px;
	}
	.logo img {
		max-width: 210px;
	}
	.step__item_num::after {
		display: none;
	}
	.steps {
		flex-wrap: wrap;
		gap: 32px;
		
	}
	.steps > div {
		width: 45%;
	}
	
}
@media (max-width: 991px) { 
	.header__phone .mybutton {
		display: none;
	}
	header {
		position: sticky;
		top: 0;
		z-index: 100;
		background: #fff;
	}
	.header__mail {
		display: none;
	}
	.mob-menu-block .header__mail {
		display: block;
		margin-top: 16px;
	}
	.mob_menu {
		display: block;
	}
	.header__phone {
		gap: 40px;
	}
	nav {
		display: none;
	}
	nav.woocommerce-pagination {
		display: block;
	}
	.banner {
		background-image: url(image/banner-mob.webp) !important;
		
	}
	header {
		border-bottom: #ddd 1px solid;
	}
	div.category {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.products__wrap {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.price__logo {
		display: none;
	}
	.form__wrap {
		background-image: none;
	}
	.auto__item_title {
		font-size: 20px;
	}
	.auto__item_gruz, .auto__item_kuzov {
		font-size: 14px;
	}
	 .partners > div {
    min-width: 160px;
    margin-right: 10px;
  }
	.partners {
		overflow-x: auto;
	}
	.callback {
		background-position: left bottom;
	}
	footer .logo {
		flex-direction: column;
	}
	.sidebar {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		
		background-color: #fff;
		z-index: 1000;
		padding: 20px;
	}
	.sidebar .sidebar__category, .sidebar .sidebar_title_margin {
		display: none;
	}
	.sidebar .window-close {
	display: block;
		z-index: 1000000;
}
	.filtr-mob {
		display: flex;
		width: 100%;
		gap: 16px;
		align-items: center;
		justify-content: center;
		margin-bottom: 20px;
	}
	.product__columns {
		flex-direction: column;
		gap: 20px;
	}
	.product__columns_left {
		width: 100%;
	}
	.sidebar .wc-block-product-filters__overlay-dialog {
		transform: none !important;
		top: 64px !important;
	}
	.wc-block-product-filters__overlay-header, .wc-block-product-filters__overlay-footer, .wc-block-product-filters__open-overlay {
		display: none !important;
	}
	
}
@media (max-width: 768px) {
	.banner h1 {
		font-size: 48px;
	}
	.banner {
		text-align: center;
	}
	.we {
		justify-content: center;
	}
	.button_banner {
		flex-grow: 1;
	}
	.we_wrap {
		text-align: left;
	}
	.banner__text_wrap_sale div {
		text-align: left;
	}
	header .logo div {
		display: none;
	}
	.products__wrap {
		grid-template-columns: 1fr 1fr;
		gap: 12px;
	}
	.container {
		padding: 0 8px;
	}
	.calculator {
		flex-direction: column;
	}
	.title {
		font-size: 16px;
	}
	.auto {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.auto > div {
		width: 100%;
	}
	.sale {
		grid-template-columns: 1fr;
	}
	.sale__item .wp-block-image::after {
		display: none;
	}
	.sale__item_info {
  padding: 32px 0 32px 20px;
}
	.callback__block {
		flex-direction: column;
		gap: 40px;
	}
	.callback__left {
		padding-top: 0;
	}
	.callback {
		padding: 40px 0;
	}
	.footer__wrap {
		flex-direction: column;
	}
	.footer__wrap_contact {
		flex-direction: column;
		gap: 20px;
		margin-top: 20px;
	}
	.pk {
		text-align: center;
	}
	footer .logo div {
		text-align: center;
	}
	.cat__wrap  {
		flex-direction: column;
		display: flex;
	}
	.products__wrap_category {
		grid-template-columns: 1fr 1fr;
		gap: 12px;
	}
}
@media (max-width: 600px) {
	.header__phone {
		gap: 16px;
	}
	.phone {
		font-size: 16px;
	}
	.logo img {
    max-width: 170px;
  } 
	.banner__text .we_wrap .wp-block-group__inner-container {
		flex-direction: column;
		
	}
	.banner__text .we_wrap {
    text-align: center;
  } 
	div.category {
    grid-template-columns: 1fr 1fr;
		gap: 16px;
  }
	.we_wrap_product {
		gap: 20px;
		align-items: flex-start;
	}
	.we_wrap_product .we_wrap .wp-block-group__inner-container {
		flex-direction: column;
		text-align: center;
		
	}
	.sale__item > .wp-block-group__inner-container {
		flex-direction: column;
	}
}
@media (max-width: 480px) {
	.banner h1 {
		font-size: 32px;
	}
	.banner__text_subtitle {
		font-size: 20px;
	}
	.banner__text_wrap {
		flex-direction: column;
	}
	section {
		padding: 40px 0;
	}
	.banner {
		padding: 40px 0;
	}
	.button_banner {
		width: 100%;
	}
	.we {
		gap: 16px;
	}
	.we_wrap .wp-block-group__inner-container {
		font-size: 12px;
	}
	h2 {
		font-size: 24px;
	}
	h2.home-title {
		font-size: 24px;
	}
	h2.home-title::after {
		width: 100px;
		height: 4px;
	}
	.products__wrap_item_title {
		font-size: 14px;
		margin-bottom: 12px;
	}
	.products__wrap_item_info {
  padding: 12px 12px 20px 12px;
}
	.products__wrap_item_price {
		font-size: 12px;
	}
	.tab_item_title {
		font-size: 24px;
	}
	.tab_item_descr {
		font-size: 14px;
		margin-bottom: 16px;
	}
	td, th {
		padding: 12px !important;
		font-size: 14px;
	}
	.delivery td, .delivery th  {
		padding: 8px !important;
		font-size: 11px;
	}
	.wpcf7-form .button-submit input {
		width: 100%;
	}
	.form__wrap {
		padding: 20px;
		margin: 40px auto;
	}
	.form__wrap_subtitle {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.auto__item_gruz, .auto__item_kuzov {
		padding-left: 40px;
	}
	 .auto__item_title {
    font-size: 16px;
		 min-height: 40px;
  }
	.sale__item_info_title {
		font-size: 20px;
	}
	.steps {
		flex-direction: column;
		margin-bottom: 60px;
	}
	.steps > div {
		width: 100%;
	}
	.step__item_title {
		font-size: 16px;
	}
	.step__item_title br {
		display: none;
	}
	
	.callback__form_title {
		font-size: 24px;
	}
	.callback__form {
		padding: 20px;
	}
	.callback__form .banner__text_wrap_sale {
  margin-top: 16px;
} 
	.mybutton {
		width: 100%;
	}
	h1 {
		font-size: 28px;
		margin-bottom: 24px;
	}
	#breadcrumbs {
		margin-bottom: 20px;
		white-space: nowrap;
		overflow-x: auto;
	}
	.content__wrap {
		margin-top: 24px;
	}
	
	.page_wrap .calc__wrap {
  margin-bottom: 0;
}
	.product__columns_left .category__item_size {
		top: 20px;
		left: 20px;
		font-size: 24px;
	}
	
}
@media (max-width: 420px) {
	header .container {
		flex-direction: column;
		align-items: center;
	}
	.header__phone {
		justify-content: space-between;
		width: 100%;
	}
	header {
		padding-top: 8px;
		padding-bottom: 0;
	}
	.category__item_cat {
		font-size: 14px;
		bottom: 12px;
		right: 12px;
	}
	.category__item_size {
		font-size: 16px;
	}
	.products__wrap_item_price {
		display: flex;
		flex-direction: column;
	}
	.products__wrap_item_metr {
		margin-top: 4px;
	}
	.tabs__button {
		gap: 16px;
		margin-bottom: 20px;
	}
	 .auto__item_gruz, .auto__item_kuzov {
    font-size: 12px;
		 background-size: auto 80%;
		 padding-left: 32px;
  }
	header {
		position: static;
	}
	.header__phone_sticky {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		transition: all 0.3s ease;
		z-index: 99;
		background: #fff;
		padding-left: 16px;
		padding-right: 16px;
	}
	
}