/*
Theme Name: metalloprokat-template
Author: Maria
Author URI: https://vk.com/club126099788

*/


* {
	box-sizing:border-box;

}

body {
	margin:0;
	padding:0;
	
	color: #061A33;
	font-family:'Open sans', sans-serif;
	font-size: 16px;
	font-weight:400;
	line-height: 1.3;
}



.container {
	max-width: 1240px;
	margin:0 auto;
	padding:0 15px;
	width: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
table {
    width: 100%;
    border-collapse: collapse;
}
table td {
    border: #ddd 1px solid;
    padding: 10px;
    
}
h1 {
    margin: 0 0 35px;
 
  font-size: 36px;
  line-height: 40px;
  text-align: left;
  text-transform: uppercase;
  color: #333;
}
h2 {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	
}
.typography h2 {
	margin: 35px 0 20px 0;
  color: #333;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 700;
  
  text-align: left;
  text-transform: uppercase;
}
h3 {
	font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
	margin-top: 0;
	
}
ul {
	margin: 0;
	padding: 0;
}
a {
    text-decoration: none;
    transition: all 0.3s ease;
	color: #0077FF;
	cursor: pointer;
}


p {
    margin: 0;
    
}
li.widget {
    list-style-type: none;
}
header {
	padding: 0;
}
header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header__logo img {
	max-width: 150px;
}
.header__phone-wrap-tel {
	font-weight: 700;
	
		color: #061A33;
	
}
.header__phone-wrap {
	display: flex;
	align-items: center;
	gap: 8px;
}
.header__phone-wrap img {
	margin-left: 6px;
}
.header__phone-callback {
	font-size: 14px;
}
.header__email-mail {
	font-weight: 700;
	margin-bottom: 4px;
}
.header__email_time {
	font-size: 14px;
}
.header__city {
	display: flex;
	align-items: center;
	gap: 4px;
}
.header__menu {
	padding:  20px 0;
	border-bottom: #D2D2D2 1px solid;
	border-top: #D2D2D2 1px solid;
}
.header__menu .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.menu {
	margin: 0;
	padding: 0;
}
.menu li {
	list-style-type: none;
}
.header__menu ul {
	display: flex;
	gap: 40px;
}
.menu  a {
	color: #061A33;
}
.button {
	background-color: #0077FF;
	color: #fff;
	padding: 10px 20px;
	border-radius: 8px;
	cursor: pointer;
}
.button:hover {
	background-color: #0051d5;

}
.header__menu .menu .current-menu-item > a {
	color: #0077ff;
}
.page__wrap {
	display: flex;
	gap: 28px;
	margin-top: 32px;
	margin-bottom: 80px;
}
.sidebar {
	width: 26%;
	min-width: 26%;
}
.content {
	flex-grow: 1;
}
.page-text p {
    margin-bottom: 20px;
}
.page-text ul {
    padding-left: 20px;
}
.page-text h2 {
    margin-bottom: 16px;
}
.page-text li {
    margin-bottom: 20px;
}
.sidebar_catalog {
	border: #D9D9D9 1px solid;
	border-radius: 8px;
}
.sidebar_catalog_links {
	padding: 10px 20px;
	border-bottom: #D9D9D9 1px solid;
	color: #061A33;
	display: block;
	font-weight: 700;
}
.sidebar_catalog_links:hover {
	color: #0077ff;
}
.sidebar_catalog .sidebar_catalog_links:last-child {
	border-bottom: none;
}
.menu a:hover {
	text-decoration: underline;
}
.banner {
	border-radius: 20px;
	
	background-size: cover;
	background-position: top center;
	color: #fff;
	overflow: hidden;
	margin-bottom: 16px;
}
.banner__wrap {
	padding: 48px 40px;
	background-color: rgba(46,46,46,0.4);
}
h1.banner__title {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 12px;
	color: #fff;
	text-transform: none;
	
}
.banner__descr {
	line-height: 1.2;
	margin-bottom: 20px;
}
.buttons__group {
	display: flex;
	gap: 20px;
}
.buttons__group .button {
	font-weight: 700;
	padding: 12px 0;
	width: 238px;
	text-align: center;
	
}	
.button_two {
	border: #fff 1px solid;
background-color: rgba(255,255,255,0.2);
}
.we {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.we__item {
	
	text-align: center;
}
.we__item_count {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 3px;
	color: #0077FF;
}
.we__item_text {
	max-width: 133px;
	margin: 0 auto;
}
.catalog h2 {
	font-size: 28px;
	text-align: center;
}
.catalog__wrap {
	display: flex;
	flex-wrap: wrap;
	
	margin-top: 32px;
}
.catalog__block_item {
	width: 33.3333333%;
}
.catalog__wrap_item {
	width: 275px;
	position: relative;
	border: #D9D9D9 1px solid;
	margin-bottom: 20px;
	transition: all 0.3s ease;
}
.catalog__wrap_item:hover {
    border: #0077ff 2px solid;
}
.catalog__wrap_item a {
	display: block;
}
.catalog__wrap_item:hover span {
    color: #0077ff;
}

.catalog__wrap_item span {
	color: #7F7F7F;
	font-weight: 700;
	position: absolute;
	top: 22px;
	left: 26px;
	text-transform: uppercase;
}
.catalog__wrap_item img {
	display: block;
}
.we__icon_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}
.we__icon_wrap .widget {
	width: 30%;
}
.we__icon_wrap_item  {
	margin-bottom: 40px;
}
.we__icon_wrap_item > .wp-block-group__inner-container {
	display: flex;
	
}
.we__icon_wrap_title {
	margin-bottom: 12px;
	font-size: 20px;
	font-weight: 700;
}
.we__icon_wrap img {
	min-width: 70px;
}
.we__icon_wrap_text {
	margin-left: 12px;
}
.carousel {
	margin-top: 40px;
}
.carousel__wrap {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.callback {
	padding: 36px 20px 30px;
  background-color: #0a5bff;
  color: #fff;
  margin-top: 60px;
  margin-bottom: 60px;
	border-radius: 20px;
}
.callback .cat_callback {
	color: #333;
}
.callback .cat_callback .cat_callback_item:last-child a {
	background: #fff;
	color: #0077FF;
}
.callback__title {
	font-size: 32px;
}
.callback__descr {
	
  opacity: .8;
  font-size: 18px;
  
  color: #fff;
  margin: 18px 0 18px;
}
.pole {
	margin-bottom: 15px;
}
.pole input {
	display: block;
	width: 100%;
  height: 62px;
  padding: 14px 15px 16px;
  border: 1px solid #DEE1E5;
    
  border-radius: 7px;
 
  color: #1A1E24;
}
.button-submit input {
	display: block;
	width: 100%;
  height: 62px;
  padding: 14px 15px 16px;
  border: none;
	background-color: rgba(255,255,255,0.5);
	border-radius: 7px;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	transition: all 0.3s ease;
}
.button-submit input:hover {
    background-color: rgba(255,255,255,0.8);
}
.pk {
	opacity: .8;
  color: #fff;
	text-align: center;
	font-size: 14px;
}
.pk a {
	color: #ddd;
}
footer {
	background-color: #EBF0F6;
	padding: 50px 0;
	margin-top: 72px;
}
footer .container {
	display: flex;
	justify-content: space-between;
}
footer .menu a, footer a {
	color: #626D7D ;
}
.footer__block-phone {
	display: block;
	font-size: 20px;
	font-weight: 700;
	color: #061A33;
	margin-bottom: 12px;
	margin-top: 24px;
}
.footer__block-email {
	font-weight: 700;
	color: #061A33;
	margin-bottom: 12px;
	display: block;
}
.footer__block-time {
	font-size: 14px;
	margin-bottom: 20px;
}
.footer__block-address {
	margin-bottom: 24px;
}
.footer_icons {
	display: flex;
	margin-top: 30px;
	
}
.footer_icons a {
	margin-right: 12px;
	
}
footer h5 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 12px;
	margin-top: 0;
}
.footer__block .menu li {
	padding: 4px 0;
}
.footer__block_rekvizit {
	margin-bottom: 40px;
color: #626D7D;
}
.our-gallery {
	margin-top: 40px;
}

.calc_wrap {
	padding: 20px;
  background: #0077FF;
  border-radius: 8px;
	margin-top: 20px;
  
  position: relative;
	color: #fff;
}
.calc_title {
display: flex;
	font-size: 20px;
	font-weight: 700;
}
.calc-form {
    position: relative;
	margin-top: 32px;
}
.calc-form__select {
    width: 100%;
    background-color: #fff;
    background-image: url('image/chevron-down.png');
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) 15px;
    border-radius: 8px;
    padding: 10px 24px;
    font-size: 16px;
    color: #272727;
    display: inline-block;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.calc-form__group {
    margin: 24px 0;
}

.calc-form__row {
    margin: 24px 0;
    display: flex;
    gap: 25px;
}

.calc-form__col {
    width: 100%;
}

.calc-form__text {
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    padding: 18px 24px;
    font-size: 16px;
    color: #272727;
    display: inline-block;
    border: 0;
}

.calc-form__submit {
    display: inline-block;
    border: 0px;
    border-radius: 8px;
    background-color: #4273F1;
    width: 100%;
    padding: 18px 24px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.calc_container input, #select-size-users {
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    padding: 18px 24px;
    font-size: 16px;
    color: #272727;
    display: inline-block;
    border: 0;
}

.calc_count_container,
.calc_one_container,
.calc_l_container,
.calc_gost_wide,
.calc_w_container {
    width: min-content;
    min-width: 40%;
    position: relative;
}

.calc_container .calc_field_label {
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #4d4d4d;
    font-size: 10px;
    height: 12px;
    line-height: 12px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.calc_container {
    float: none;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: space-between;
}

#calc_html_container {
    position: relative;
    width: 100%;
}

.calc_popup_list {
    border: 1px solid #ccc;
    position: absolute;
    z-index: 99988888;
    display: none;
    left: -1px;
    top: -1px;
    box-sizing: border-box;
    box-shadow: 0 2px 4px #ccc;
}

.calc_gost_wide {
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    padding: 18px 24px;
    font-size: 16px;
    color: #272727;
    display: inline-block;
    border: 0;
    text-align: center;
}

.calc_logo {
    display: none;
}

.calc_popup_list_inner {
    background: #fff;
    font-size: 18px;
    display: flex;
    flex-wrap: wrap;
    max-height: 200px;
    overflow: auto;
}

.calc_popup_list_inner span {
    display: block;
    width: 100%;
    cursor: pointer;
}

.calc_popup_opener_label {
    cursor: pointer;
}

.calc_popup_opener {
    position: relative;
    width: min-content;
    min-width: 30%;
    background-color: #fff;
    border-radius: 8px;
    padding: 18px 24px;
    font-size: 16px;
    color: #272727;
    display: inline-block;
    border: 0;
    text-align: center;
}



.help_popup {
    display: none;
}

#select-cvet {
    margin-top: 24px;
}
.table_wrap_wrap {
	display: table;
	width: 100%;
}
.table_wrap {
	display: table-row-group;
	font-size: 14px;
	
}
.table_row {
  display: table-row;
}
.table_cell {
  border-bottom: 1px solid #d3d3d3;
  display: table-cell;
  vertical-align: middle;
  padding: 12px;
}
.table_header .table_cell {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
a.table_product  {
	color: #061A33;
	font-weight: 700;
}
a.table_product:hover {
    text-decoration: underline;
}
.input-group {
  position: relative;
  display: flex;
  border-collapse: separate;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
	
	
	
}
.btn {
	color: #333;
  background-color: #fff;
  
	display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid #ddd;
	
    
    
	
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
	
	padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	border-radius: 0;
	width: 50px;
}


.btn-number {
  padding: 4px 7px;
  font-size: 14px;
	height: 100%;
}
.input-group .input-group-btn:first-child > .btn {
	border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group .input-group-btn:last-child > .btn {
	border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.table_cell .button {
	display: inline-block;
	min-width: 200px;
}
.callback-tovar, .callback-quant, .callback-call, .callback-tovar2 {
	display: flex;
	position: fixed;
	top: 0;
	left: 100;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	align-items: center;
	justify-content: center;
	display: none;
	z-index: 1000000;
	overflow: auto;
}
.window {
	position: relative;
  margin: 20px auto;
  padding: 50px 10px 60px 10px;
    
  max-width: 700px;
	
	
  background: #fff;
  border-radius: 12px;
}
.window-close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  border-radius: 0 12px 0 0;
  
  opacity: 1 !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
	font-weight: 700;
  
	color: #061A33;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  cursor: pointer;
}
.form-modal__title {
  position: relative;
  z-index: 2000;
  margin: 0 0 40px;
  
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  
  
}


.pole-none {
	display: none;
}
.window .pole input {
	border: #ddd 1px solid;
}
.window .button-submit input {
	background-color: #0077ff;
	color: #fff;
}
.window .pk {
	color: #061A33;
}
.window .pk a {
	color: #0077ff;
}
.window_menu {
    
	position: fixed;
	top: 0;
	left: 100;
	width: 100%;
	height: 100%;
	background-color: #fff;
	
	display: none;
	z-index: 1000000;
	overflow: auto;
	padding: 32px 20px;
}
.window_menu_block {
    margin-bottom: 40px;
    padding-top: 20px;
    border-top: #ddd 1px solid;
}
.window_menu_block ul li {
    margin-bottom: 20px;
    font-size: 20px;
}
.window_menu_block a {
    color: #061A33;
}
.window_menu .header__phone-wrap, .window_menu .header__email, .window_menu .header__address {
    margin-bottom: 20px;
}
.window_menu_cat_info li {
    list-style-type: none;
    margin-bottom: 16px;
}
.window_menu_cat_info li a {
    color:  #061A33;
}
.window_menu_cat_button {
    padding: 20px 0;
    font-size: 20px;
    font-weight: 700;
}
.window_menu_cat_button.button-plus::after {
    content: url(image/arrow-down.svg);
    margin-left: 10px;
}
.window_menu_cat_button.button-minus::after {
     content: url(image/arrow-up.svg);
     margin-left: 10px;
}
.window_menu_cat_info {
    display: none;
}
.description h2 {
	font-size: 32px;
	margin-bottom: 20px;
	margin-top: 32px;
}
.description p {
	margin-bottom: 16px;
}
.description ul {
	margin: 16px 0;
	padding-left: 24px;
}
.description li {
	line-height: 1.7;
}
 li::marker {
	color: #0077ff;
	
}
.cat__info {
	margin-bottom: 20px;
	font-size: 14px;
	color: #273B4A;
}
.header__mob {
	display: none;
}
.breadcrumb {
	margin-bottom: 24px;
	font-size: 14px;
}
.breadcrumb a {
	color: #333;
}
.breadcrumb a:hover {
	text-decoration: underline;
}
h1.product__title {
	font-size: 28px;
	margin-bottom: 20px;
}
.product__wrap {
	display: flex;
	align-items: center;
	margin-bottom: 32px;

}
.product__wrap_image {
	margin-right: 40px;
}
.product__wrap_info {
	padding: 20px;
	border: #D9D9D9 1px solid;
	line-height: 1.6;
	width: 350px;
}
.product__wrap_info_price {
	margin-bottom: 24px;
}
.product_page_button {
	display: inline-block;
	font-size: 20px;
	padding: 10px 32px;
}
.product__wrap_info_total {
	margin-bottom: 24px;
	
}
.product__wrap_info_cuant {
	display: flex;
	align-items: center;
}
.product__wrap_info_total {
	margin-top: 8px;
}
.cuant_name {
	margin-right: 16px;
}
.product__tabs {
	margin-top: 32px;
}
.product__tabs_item {
	margin-bottom: 24px;
}
.product__tabs_item h3 {
	margin-top: 0;
	margin-bottom: 12px;
	padding-bottom: 4px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	display: inline-block;
	border-bottom: #0077FF 3px solid;
}
.product__tabs_item ul {
	padding-left: 16px;
}
.product__tabs_item ul li {
	margin-bottom: 8px;
}
.sidebar_catalog_links.link_active {
    color: #0077ff;
}
.old_price {
    font-size: 12px;
    color: #555;
    text-decoration: line-through;
    display: block;
}
.old_price_prod {
    font-size: 12px;
    color: #555;
    text-decoration: line-through;
}
.owl-prev {
    position: absolute;
    top: 35%;
    left: 0;
    opacity: 0.7;
}
.owl-next {
    position: absolute;
    top: 35%;
    right: 0;
    opacity: 0.7;
}
.grecaptcha-badge { visibility: hidden; }

.cat__we {
	font-size: 14px;
}
.cat__we ul {
	margin: 20px 0 0 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	max-width: 470px;
	gap: 16px 10px;
}
.cat__we ul 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;
	
}
.category-19 .cat__we ul {
	max-width: none;
}
.cat_callback {
	display: flex;
	gap: 20px;
	margin-bottom: 32px;
	
	
}

.cat_callback_item {
	width: 50%;
	border-radius: 12px;
	overflow: hidden;
	background-color: #0077FF;
}
.cat_callback .cat_callback_item:first-child {
	padding: 20px 24px;
	background-image: url(image/category.jpg);
	background-color: transparent;
}
.cat_callback .cat_callback_item:first-child a {
	background-color: #fff;
	color: #0077FF;
	border: #0077FF 1px solid;
	padding: 12px 20px;
	border-radius: 8px;
	display: block;
	font-weight: 700;
}
.cat_callback .cat_callback_item:last-child p {
	color: #fff;
	opacity: 0.8;
	text-align: center;
}
.cat_callback .cat_callback_item:last-child a {
	
	color: #fff;
	padding: 20px 20px;
	display: inline-block;
	width: 100%;
	font-size: 28px;
	text-align: center;
	margin-bottom: 0;
}
.cat_callback .cat_callback_item:last-child p {
	padding: 0 20px 24px 20px;
}
.cat_callback .cat_callback_item a {
	margin-bottom: 20px;
}
.quant-price {
	font-weight: 700;
}
.span_mob {
	display: none;
}
.column-armature {
	display: flex;
	gap: 32px;
	align-items: flex-start;
	margin-bottom: 24px;
}
.column-armature-right {
	width: 350px;
	min-width: 350px;
	
	overflow: hidden;
}
.column-armature-right p {
	font-size: 14px;
}
.column-armature-right-title {
	color: #fff;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	font-size: 16px;
	font-weight: 700;
	background-color: #0077FF;
	padding: 20px 12px 12px 12px;
}
.column-armature-right-title span {
	display: block;
	font-weight: 400;
	opacity: 0.7;
	font-size: 14px;
}
.column-armature-right .cat_callback {
	flex-direction: column;
	 
}

.column-armature-right .cat_callback .cat_callback_item:first-child {
	background: #0077FF;
	color: #fff;
	padding: 8px 12px 20px 12px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.column-armature-right .cat_callback_item {
	width: 100%;
}

.sale-block {
	display: flex;
	align-items: center;
	
	padding: 20px 20px;
	border-radius: 12px;
	background-color: #fff8e8;
	border: #FFB440 1px solid;
	margin-bottom: 32px;
	
}

.sale-block p {
	
	margin-left: 8px;
}
.sale-block .sale-but {
	background: #004EA6;
	color: #fff;
	padding: 4px 16px;
	border-radius: 50px;
	margin-left: 12px;
	white-space: nowrap;
	font-weight: 700;
}
.column-armature-left h1 {
	text-transform: none;
}
.column-armature-left h1 span {
	color: #0077FF;
}
.gray-text {
	color: #777;
	font-size: 14px;
}

.column-armature-right-footer {
	color: #555;
	display: flex;
	align-items: center;
	line-height: 1;
	font-size: 14px;
	justify-content: center;
	gap: 6px;
}
.column-armature-right-footer span {
	display: flex;
	align-items: center;
	gap: 6px;
}
.column-armature-right-footer span::after {
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background: #555;
	content: '';
	
	display: inline-block;
}
.column-armature-right-footer span:last-child::after {
	display: none;
}
.cat_callback_item_green {
	padding: 20px 24px;
	background: #f4fbf6;
	border: #00A674  1px solid;
	border-radius: 12px;
	color: #1a5a2c;
	text-align: center;
	margin-bottom: 20px;
	
}
.column-armature-right .cat_callback {
	margin-bottom: 20px;
}
.sale-but-wrap {
	display: flex;
}
.main__bullet {
  display: flex;
  align-items: center;
	justify-content: center;
  position: relative;
	
}
.main__bullet_img2 {
  width: 5rem;
  position: relative;
}
.main__bullet_img3 {
  position: absolute;
  width: 4rem;
  left: 0.5rem;
	top: 0.5rem;
  animation: 10s linear 0s infinite normal none running rotate;
}
.fw700 {
  font-weight: 700;
}
.align-items-center {
	position: relative;
	-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	min-width: 80px;
}
.main__bullets_item {
	margin-left: 8px;
}
.category_wrap {
	display: flex;
	gap: 16px;
	margin-bottom: 20px;

}
.link_category {
	padding: 8px 20px;
	border-radius: 4px;
	border: #0077FF 1px solid;
}
.link_category:hover {
	background: #0077FF;
	color: #fff;
}
.b-product__char-item {
	margin-bottom: 12px;
}
.b-product__char-item .b-product__char-text:first-child {
	font-weight: 700;
	
}
.b-product__char-item .b-product__char-text:first-child::after {
	content: ":";
}
.columns-icons {
	display: flex;
	flex-direction: column;
	gap: 24px;
	font-size: 14px;
}
.columns-icons-item {
	display: flex;
	align-items: center;
	gap: 12px;
}
.pulse-sale {
	width: 32px;
	height: 32px;
	min-width: 32px;
	position: relative;
}
.pulse-sale img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	
	animation: 3s ease-in-out 0s infinite  pulse;
	
}
@keyframes rotate { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@keyframes pulse { 
  0% { transform: scale(1); }
  50% { transform: scale(1.3); }
	100% { transform: scale(1); }
	
}
.rotate-img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	animation: 5s ease-in-out 0s infinite  rotatey;
}
@keyframes rotatey { 
  0% { transform: rotateY(0deg); }
  100% { transform: rotateY(360deg); }
}
@media (max-width: 992px) {
	header .header__email, header .header__address, header .header__city {
		display: none;
	}
	.header__mob {
		display: block;
	}
	header .container {
		flex-wrap: wrap;
	}
	.header__logo {
		width: 100%;
	}
	header {
		border-bottom: #D2D2D2 1px solid;
	}
	.header__menu {
		display: none;
	}
	.page__wrap {
		flex-direction: column-reverse;
	}
	.sidebar_catalog {
		display: none;
	}
	.we__item_count {
		font-size: 20px;
	}
	.we__item_text {
		font-size: 12px;
	}
	footer .container {
		flex-direction: column;
	}
	.sidebar {
		width: 100%;
	}
	.footer__block {
	    margin-bottom: 24px;
	}
	.catalog__wrap_item {
	    width: 100%;
	}
	.carousel__wrap {
	    overflow-x: scroll;
	}
	.carousel__wrap .widget_media_image {
	    min-width: 160px;
	    margin-right: 10px;
	}
	.column-armature {
		flex-direction: column;
		margin-bottom: 40px;
	}
	.column-armature-right {
		width: 100%;
		min-width: 0;
	}
	
}
@media (max-width: 768px) {
	.we__icon_wrap .widget {
		width: 45%;
	}
	.table_row {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		border: 1px solid #d3d3d3;
		padding: 6px 12px;
		margin-bottom: 8px;
		width: 100%;
		position: relative;
	}
	.table_wrap {
		display: block !important;
	}
	.table_header {
		display: none;
	}
	.table_cell {
		display: block;
		border-bottom: none;
		padding: 6px 0;
	}
	.table_cell .button {
		position: absolute;
		bottom: 12px;
		right: 12px;
	}
	.product__wrap_image {
	    margin-right: 0;
	    margin-bottom: 10px;
	}
	.product__wrap {
	    flex-direction: column;
	}
	.product__wrap_info {
	    width: 100%;
	}
	h1.product__title {
	    font-size: 24px;
	    line-height: 1.2;
	}
	.table_price_m {
		display: none;
	}
	.table_product {
		max-width: 50%;
		display: block;
	}
	.cat_callback {
		max-width: none;
		gap: 12px;
		
	}
	
.cat_callback .cat_callback_item:first-child a {
	background-color: #fff;
	color: #0077FF;
	
	
	display: inline-block;
	
}
	
.cat_callback .cat_callback_item:last-child a {
	background-color: #0077FF;
	color: #fff;
	
	display: inline-block;
	width: 100%;
	font-size: 18px;
	text-align: center;
}
.cat_callback .cat_callback_item:last-child p {
	padding: 0 8px 12px 8px;
}
.cat_callback .cat_callback_item a {
	margin-bottom: 8px;
}
	.span_mob {
		display: inline;
	}
	.category-19 .cat__we ul {
	grid-template-columns: 1fr;
}
	.sale-block {
		flex-wrap: wrap;
		padding: 20px;
	}
	.sale-but-wrap {
		width: 100%;
		display: flex;
		gap: 16px;
		margin-top: 20px;
		flex-wrap: wrap;
	}
	.sale-block .sale-but  {
		
		text-align: center;
		margin: 0;
	}
	.sale-block p {
		margin-left: 0;
	}
}
@media (max-width: 600px) {
    table {
        font-size: 12px;
}
table td {
    padding: 3px;
}
	.cat_callback  {
		flex-direction: column;
	}
	.cat_callback_item {
		width: 100%;
	}
}
@media (max-width: 480px) {
	.catalog__wrap  {
		flex-direction: column;
	}
	.catalog__wrap_item {
		width: 100%;

	}
	.catalog__block_item {
	width: 100%;
}
	h1.banner__title {
		font-size: 24px;
	}
	.buttons__group {
		flex-direction: column;
	}
	.we {
		flex-wrap: wrap;
	}
	.we .widget {
		width: 50%;
	}
	
	.catalog__wrap_item img {
		width: 100%;
	}
	.we__icon_wrap_item > .wp-block-group__inner-container {
		flex-direction: column;
	}
	.we__icon_wrap_title {
		font-size: 16px;
	}
	.we__icon_wrap_descr {
		font-size: 14px;
	}
	.header__logo {
		text-align: center;
	}
	.header__logo img {
		
		margin-bottom: 12px;
	}
	.table_product {
		max-width: 100%;
		font-size: 12px;
	}
	.table_cell .button {
		padding: 6px 8px;
		font-size: 10px;
		min-width: 0;
	}
	
	
	
	.window .cat_callback, .callback .cat_callback {
		
		flex-direction: column-reverse;
	}
	.window  .cat_callback .cat_callback_item:last-child a, .callback  .cat_callback .cat_callback_item:last-child a {
		font-size: 16px;
	}
	.window .cat_callback .cat_callback_item:first-child a, .callback .cat_callback .cat_callback_item:first-child a {
		font-size: 14px;
		padding: 8px;
	}
	.window .cat_callback_item, .callback .cat_callback_item {
		width: 100%;
	}
	.cat__we ul {
		font-size: 12px;
	}
	h1 {
		font-size: 20px;
		line-height: 1.2;
		margin-bottom: 20px;
	}
	.gray-text {
		display: block;
		
	}
	.cat__we img {
		max-width: 100%;
		margin: 0;
	}
	.main__bullet {
		justify-content: flex-start;
	}
	.link_category {
	padding: 8px 8px;
		font-size: 14px;
	
}
	
	
}
