@media only screen and (max-width: 767px) {
    .truck-wrap {
        overflow-x: auto;
        padding: 2px 10px 17px 2px;
        margin-right: -10px;
        margin-bottom: 10px;
    }
}

.truck-item img{
    height: 50px;
}

.truck-wrap {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    gap: 10px;
    margin-bottom: 15px;
}

.truck-item.truck-active {
    box-shadow: 0 0 0 2px #ffa6a6;
    border-color: #ffffff;
}
.truck-item {
    /* height: 90px; */
    background: #f5f5f5;
    border-radius: 4px;
    padding: 5px;
    cursor: pointer;
    border: 2px solid transparent;
}

.truck-item .title {
    color: #7e7e7e;
    font-size: 13px;
    text-align: center;
}

.truck-item .image {
    padding: 10px 0;
}

.truck-item .image svg {
    width: 100%;
    height: 31px;
}

.map-address-wrap {
    margin: 20px 0;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    align-items: center;
}

.map-address-wrap h3 {
    margin: 0;
    color: #000;
    line-height: 20px;
    min-height: 20px;
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
}

#map-search {
    border: 0;
    background: #efefef;
    border-radius: 6px;
    height: 50px;
    color: #000000;
    padding: 6px 12px;
    box-sizing: border-box;
}

.bx-soa-total-mobile{
    display: none !important;
}

div.bx-blue .btn.btn-default {
    outline: none;
    border-color: #ffc000;
    background-color: #ffc000 !important;
    color: #fff;
}

.mb-2 {
    min-width: 350px;
}

.mb-2 {
    margin-bottom: 1rem !important;
}

.u-list:not(.u-repeater), .u-blog:not(.u-repeater), .u-products:not(.u-repeater) {
    display: flex;
    flex-direction: column;
}

.u-list:not(.u-repeater) .u-repeater, .u-blog:not(.u-repeater) .u-repeater, .u-products:not(.u-repeater) .u-repeater {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
}

.u-section-1 .u-repeater-1 {
   
}
.u-repeater {
    display: grid;
     grid-template-columns: repeat(4, calc(25% - 15.75px));
    min-height: 251px;
    grid-gap: 21px;
}

u-list-item-1 {
    background-image: none;
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.4);
}
.u-radius-20, .u-radius-20:before, .u-radius-20 .u-background-effect, .u-radius-20:not(.u-hover-box) > .u-container-layout {
    border-radius: 20px !important;
}

.u-align-center{
    text-align: center;
}

.u-list p{
    margin-bottom: 0;x
}

.u-file-icon img{
    height: 42px;
}

.u-container-layout {
    padding: 30px;
    box-shadow: 1px 1px 4px 0px rgb(0 0 0 / 19%);
    min-height: 205px;
}
.u-valign-top {
    justify-content: flex-start;
}
.u-valign-middle, .u-valign-top, .u-valign-bottom {
    display: flex;
    flex-direction: column;
}
.u-container-layout {
    position: relative;
    flex: 1;
    max-width: 100%;
    transition-duration: inherit;
}

.u-icon {
    height: 64px;
    width: 64px;
    background-image: none;
    margin: 0 auto;
}



.popup3 input:not([type="submit"]), .popup4 input:not([type="submit"]), .popup2 input:not([type="submit"]) {
    width: 100%;
    padding: 16px 20px;
    border-radius: 4px;
    background: #fff;
    margin-bottom: 19px;
    color: #0B0B0C;
    font-size: 14px;
    line-height: 20px;
} 

.popup3 textarea, .popup4 textarea, .popup2 textarea {
    width: 100%;
    padding: 16px 20px;
    border-radius: 4px;
    background: #fff;
    margin-bottom: 19px;
    color: #0B0B0C;
    font-size: 14px;
    line-height: 20px;
} 

form[name="SIMPLE_FORM_1"] {
    position: relative;
    background-color: #fefefe;
    display: flex;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -moz-box-pack: justify;
    -moz-border-radius: .5rem;
}

form[name="SIMPLE_FORM_2"] {
    position: relative;
    background-color: #fefefe;
    max-width: 650px;
    min-width: 35rem;
    display: flex;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -moz-box-pack: justify;
    -moz-border-radius: .5rem;
}

form[name="SIMPLE_FORM_1"] input[type="submit"], form[name="SIMPLE_FORM_2"] input[type="submit"], form[name="express_app"] input[type="submit"] {
    height: auto !important;
    color: #fff !important;
    background-color: #ffc000 !important;
    cursor: pointer !important;
    display: block !important;
    text-transform: none !important;
    padding: 17px 0 !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    line-height: 20px !important;
    letter-spacing: .04em !important;
    border: none !important;
    width: 200px !important;
}

.map-widget-user-maps-content-view table {
    width: 100%;
    border: 1px solid #000000;
    border-spacing: 0;
}
.map-widget-content-view__balloon {
    margin: 0 auto;
}
.map-widget-content-view__balloon thead tr {
    background-color: #41464a;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0.025em;
}

div[role="progressbar"] .t {
    vertical-align: middle;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
}

div[role="progressbar"] {
    --fg: #ffc000 !important;
}

.bx-pagination .bx-pagination-container ul {
    margin-top: 20px !important;
}

.bx-pagination .bx-pagination-container ul li.bx-active span {
    background: #ffc000;
    color: #fff;
}

.Catalog__list-item .product-item-image-wrapper {
    position: absolute;
    height: 10px;
}

.front-advantages {
    background: #ffffff url(/images/metall.webp) top center no-repeat;
    padding: 85px 0;
}

#map {
    height: 530px;
    position: relative;
    z-index: 1;
}

.front-map-wrap {
    display: grid;
    grid-template-columns: 50% 50%;
}

.front-contacts-text {

    padding: 40px 10px 60px 80px;
    box-sizing: border-box;
}

.advantages-body {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 30px 40px;
}

.advantages-body .advantage-item {
    background: #ffffff;
    border-radius: 6px;
    padding: 20px;
    text-align: center;

}

.advantages-body .advantage-item  h4{
    font-weight: bold;
    margin-top: 10px;
}


#manager {
    text-align: center;
}

.sortline button{
    border: none;
    background: none;
    color: #008dd2;
    margin: 0 5px;
	font-weight: 100;
}

.sortline .selected{
	font-weight: bold;
}



.sortline {
	text-align: right;
}

.fast-search {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  left: -15%;
  padding: 20px;
  position: absolute;
  top: 62px;
  width: 200%;
  z-index: 101;
  height: 600px;
  overflow-y: scroll;	
}

.fast-search .live-search__item-inner {
  	display: flex;
	gap: 10px;
}

.fast-search .live-search__item-inner img{
  	width: 100px;
	height: 100%;
}

.live-search__item {
    padding-bottom: 30px;
    display: block;
}

.accordion-button:not(.collapsed) {
    background-color: #e6f4fb;
}

.accordion-button:focus {
    box-shadow: none;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    background: #e6f4fb;
    color: var(--bs-table-striped-color);
}

.contacts-contacts__group {
    align-items: normal;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.contacts-contacts__group .news-item {
    width: 220px;
    border-radius: 15px;
    padding: 8px;
    position: relative;
    min-width: 200px;
    max-width: 208px;
}

.contacts-contacts__group .news-item img {
    border-radius: 10px;
    width: 100%;
    margin-bottom: 15px;
}

.contacts-contacts__emp_name {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    background: #008dd2;
    text-transform: uppercase;
    height: 44px;
    display: flex;
    align-items: center;
    color: white;
    padding: 10px;
	position: relative;
    top: -25px;
}

.contacts-contacts__emp_position {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 12px;
    background: #008dd2;
    color: white;
    padding: 10px;
	position: relative;
    top: -25px;
	height: 52px;
}

.social_contacts {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    position: absolute;
    top: 20px;
    width: 50px;
    left: 20px;
}

.social_contacts a {
    width: 30px;
    border-radius: 30px;
    background: #008dd2;
    height: 30px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}


.foto-about{
    background-color: #f5f5f5;
    border-radius: 20px;
	margin-bottom: 20px;
}

.manager__name_about {
    font-size: 30px;
    line-height: 30px;
	font-weight: 600;
}

.price-list-link {
    background: #008dd2;
    padding: 10px;
    border-radius: 10px;
    color: white;
}

.price-list-link img{
	margin-right: 10px;
}


h1, .Catalog-Title h1 {
    text-align: center;
}

.cart {
    height: 36px;
}

header.fixed .topmenu{
	display: none;
}

.promo .owl-item img {
    display: block;
    width: 100%;
    border-radius: 25px;
}

.SECTION img{
	width: 100px;
	margin-left: 10px;
}

.phone-top a{
    border: 1px solid #008dd2;
    padding: 4px;
    border-radius: 5px;
}

.topmenu{
	background: #F5F5F5;
}
.topmenu .menu-top{
	text-align: right;
	height: 40px;
}



.topmenu .menu-top a {
    color: black;
    position: relative;
    top: 6px;
    margin-left: 15px;
}

.topmenu .menu-top a:hover{
	color: #008dd2 !important;
}

.cd-dropdown-trigger img {
	margin-right: 15px;
}

.banner__icons a {
    text-shadow: #000 1px 1px 10px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px;
}

@media (max-width: 576px){
	
	.delivery .col-8{
		width: 100%;
	}
	
	.delivery .col-6{
		display: none;
	}
	
	.reviews .row .col {
        padding: 5px !important;
    }
	
	.reviews .row .col span {
        font-size: 10px !important;
    }
	
	.reviews .row .col span i {
        color: #fbc943;
        margin-right: 0px !important;
    }
	
	 .reviews .row .col p {
        margin-top: 5px !important;
	}
	
	.screen-reader-text{
		font-size: 40px !important;
	}
	
	.banner__text-h1 {
		font-size: 30px !important;
	}
	
	.zayavka a, .banner__icons a{
		font-size: 0.1px;
	}
	
	.banner__icons {
		gap: 10px !important;
	}
	
	.service .col-md-3{
		width: 100%;
	}
	
	.serviceBox .title {
		text-align: center !important;
	}
	

}



@font-face{font-family:Gilroy;font-style:normal;font-weight:900;src:url(/fonts/gilroy-black.eot);src:url(/fonts/gilroy-black.woff2) format("woff2"),url(/fonts/gilroy-black.woff) format("woff"),url(/fonts/gilroy-black.ttf) format("truetype")}@font-face{font-family:Gilroy;font-style:normal;font-weight:700;src:url(/fonts/gilroy-bold.eot);src:url(/fonts/gilroy-bold.woff2) format("woff2"),url(/fonts/gilroy-bold.woff) format("woff"),url(/fonts/gilroy-bold.ttf) format("truetype")}@font-face{font-family:Gilroy;font-style:normal;font-weight:400;src:url(/fonts/gilroy-regular.eot);src:url(/fonts/gilroy-regular.woff2) format("woff2"),url(/fonts/gilroy-regular.woff) format("woff"),url(/fonts/gilroy-regular.ttf) format("truetype")}


#contact_map_video{
	display: block;
    width: 100%;
}
.cookie_accept{
	width: 100% !important;
}

#title_clients20::after {
    background-image: url(/images/clients20.png);
}

.map_pickup {
    border: none !important;
    margin: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
	color: white;
    background: #008dd2;
}

.main {
    overflow: hidden;
}

#SECTION-CAT a {
    display: flex;
    FONT-WEIGHT: 200;
    width: 23% !important;
    border-radius: 20px;
    margin-right: 9px;
    align-items: center;
}

#SECTION-CAT {
    justify-content: start !important;
	align-items: center !important;
}


#SECTION-CAT a:hover{
	background-color: #f1f1f1;
}

#SECTION-CAT a .title {
    font-size: 16px;
    text-transform: none;
    text-decoration: none;
    font-weight: 700;
    padding: 0 0 0 16px;
    line-height: 20px;
    float: left;
    position: absolute;
    bottom: 0;
    background-color: #ffc000;
    color: white;
    border-radius: 15px;
	width: 100%;
    padding: 10px;
}

#SECTION-CAT a img {
    width: 70px;
    float: right;
    margin-right: 10px;
}

.hit-sale img{
	width: 100%;
	border-radius: 10px;
}

.accordion-header {
    margin-bottom: 0px !important;
}


.accordion .accordion-collapse {
    padding: 20px;
}

.bx-filter-input-checkbox{
	display: flex;
}

.checkbox .disabled{
	opacity: 0.3;
}

.bx-filter-input-checkbox .bx-filter-param-text{
	margin-left: 10px;
}

.alertcart {
    background: #fff8d2;
    padding: 2.5% 3% 2.5% 3%;
    font-size: 14px;
    border-radius: 4px;
    line-height: 17px;
    margin-bottom: 5px;
    color: #000;
    margin-top: 20px;
    margin-bottom: 20px;
}

.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span {
    background: #008dd2;
    color: #fff;
}
.bx-blue .btn.btn-default {
    outline: none;
    background-color: #008dd2;
    border-color: #008dd2;
    color: #fff;
}

.bx-blue .btn.btn-default:hover {
    outline: none;
    background-color: #FFF;
    border-color: #008dd2;
    color: #000;
}

.linebg {
  background: #008dd2;
  height: 50px;
  position: absolute;
  bottom: 0;
}
.table_title td {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
	padding: 0.5rem 0.5rem;
}

table{
	width: 100%;
	vertical-align: middle;
}

.iconul {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.iconul img {
    margin-right: 15px;
    width: 100px;
    display: block;
    margin-bottom: 20px;
}

.iconul li {
    margin-top: 30px;
    width: calc(100% / 3 - 40px);
    list-style: none !important;
    text-align: center;
    justify-items: center;
    display: grid;
}



#cookie_note{
    display: none;
    position: fixed;
    bottom: 15px;
    left: 50%;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
	z-index: 999;
}

#cookie_note p{
    margin: 0;
    font-size: 0.7rem;
    text-align: left;
    color: black;
}

.cookie_accept{
    width:20%;
}
@media (min-width: 576px){
    #cookie_note.show{
        display: flex;
    }
	
}

@media (max-width: 575px){
    #cookie_note.show{
        display: block;
        text-align: left;
    }
	.iconul li {
    	width: 100% !important;
	}
}

.foto-office #manager{
    width: 20%;
    float: left;
}

.foto-office .owl-carousel #manager{
    width: 100%;
}

.advantages img {
    height: auto;
    width: 100%;
}

.raschet img{
	height: 150px;
}

.raschet .col-md-3{
	text-align: center;
}

.raschet h3 {
	margin-top: 10px;
    font-size: 20px;
}

.calc img{
	width: 100%
}
.calc{
	margin-bottom: 15px;
}

.ph2 {
    font-weight: 700;
    color: #000;
    font-size: 18px;
    text-align: center;
    line-height: 16px;
}

.ph4 {
    font-weight: 700;
    color: #000;
    font-size: 14px;
    text-align: center;
    line-height: 16px;
}

.tip{
	display: none;
}
.tip{
    position: absolute;
    max-width: 250px;
    z-index: 999;
    background: white;
    border-radius: 10px;
    padding: 10px;
}

.advantages .col-md-2:hover .tip{
	display: block;

}

.product-item-list-col-4{
	margin-bottom: 20px;
}

.item-baner p {
    font-size: 34px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    padding: 45px 0;
    text-transform: uppercase;
}
.item-baner .btn{
	width: 100%;
}

.item-baner {
    border-radius: 5px;
}

.bx-yellow .btn.btn-default {
    outline: none;
    background-color: #008dd2 !important;
    border-color: #008dd2 !important;
    color: #fff;
	border-radius: 15px;
}

.bx-pagination.bx-yellow .bx-pagination-container ul li.bx-active span {
    background: #008dd2;
    color: #fff;
}

.label {
    position: absolute;
    right: 15px;
    background: #87c73d;
    color: white;
    padding: 3px 7px;
    border-radius: 3px;
    font-size: 12px;
	z-index: 14;
}

.product-item-title a {
    color: #3f3f3f;
    text-decoration: none;
    transition: 250ms linear all;
}

.product-item-properties dt {
    float: left;
    clear: both;
    font-weight: normal;
    font-size: 12px;
}
.product-item-properties dd {
    float: right;
    margin-bottom: 3px;
    margin-left: 5px;
    font-size: 12px;
}

.product-item-big-card .product-item-price-current {
    font-size: 18px;
}

.product-item-big-card .product-item-price-current, .product-item-big-card .product-item-price-old {
    vertical-align: middle;
    line-height: 20px;
}

.product-item-price-current {
    color: #3f3f3f;
    white-space: nowrap;
    font-weight: bold;
    font-size: 16px;
}

.consult .btn{
    width: 100%;
}

#manager{
    position: relative;
}

#manager p {
    margin-bottom: 5px;
}

.manager__name{
	font-weight: 700;
}

.manager__info {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 20px;
    padding: 10px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
    background-color: rgb(0 0 0 / 80%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 0 rgb(208 86 56 / 50%);
    -moz-box-shadow: 0 2px 0 rgba(208,86,56,.5);
    box-shadow: 0 2px 0 rgb(208 86 56 / 50%);
	width: 100%;
}

.manager__info p{
	color: white;
	text-align: center;
}

.consult .heading_h3{
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    line-height: 20px;
}

.consultation {
    font-size: 13px;
    text-align: left;
	margin-left: 22px;
    width: 100%;
    display: inline-block;
    margin-top: 5px;
	position: relative;
}

.consultation:before {
    content: "";
    position: absolute;
    top: 10px;
    left: -22px;
    transform: translateY(-50%);
    background: url(/images/question-icon.svg) no-repeat center;
    width: 18px;
    height: 18px;
    background-size: 100%;
}

.ph3{
	font-weight: 700;
    color: #000;
	text-align: left;
    font-size: 24px;
}
.catalog-section-hit .owl-stage{
    height: 415px;
}

.bx_catalog_tile .bx_catalog_tile_ul li img {
	max-height: 100px;
}

.bx_catalog_tile .bx_catalog_tile_ul li {
    width: 33.3333%;
    padding: 0 0.08rem;
}

.topic-item__title {
    color: #000;
    display: block;
    line-height: 1.2;
    font-size: 18px;
    margin: 0 0 10px;
}

.topic-item__product-count {
    color: #aeaeae;
    display: block;
    line-height: 1.2;
    font-size: 16px;
}

.load-more-btn-holder {
    margin: 0 0 10px;
    border-radius: 10px;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px;
    outline: none;
    background-color: #008dd2;
    border-color: #008dd2;
    color: #000;
}

.load-more-btn-holder a{
	color: #000;
}

.bx_catalog_tile_ul {
    height: 340px;
    overflow: hidden;
}

.col-md-3 {
    flex: 0 0 auto;
    width: 25%;
}

.advantages .col-md-2{
	width: 19%;
	text-align: center;
}

@media (max-width: 500px){
	.advantages .col-md-2{
		width: 50%;
		text-align: center;
	}
	
	.advantages .col-md-2:last-child {
		width: 100%;	
	}
	
	.advantages .col-md-2:last-child img {
		width: 100%;
		height: auto;
	}
}



.catalog-section-spec {
    margin-top: 20px;
}

.Catalog__info li {
    list-style: circle;
    margin-left: 20px;
}

.logo img{
	height: 40px;
	float: left;
}

.logo p {
    white-space: nowrap;
    color: black;
    line-height: 15px;
    font-weight: 600;
}

.slogan {
    margin-left: 10px;
    display: inline-block;
    margin-top: 20px;
	text-transform: uppercase;
	
}

.fixed .logo img{
	height: 60px;
}

.tn{
	width: 100%;
	display: inline-block;
}
.tn a {
    width: 48%;
    position: relative;
    float: left;
    margin: 10px;
}

.tn a img {
    width: 100%;
	border-radius: 10px;
}

.mobile_shema {
    display: none;
    text-align: right;
    margin-top: -15px;
	margin-bottom: 10px;
}

body, html {
    font-family: Gilroy,sans-serif;
	background-color: #ffffff;
}

a{
	text-decoration: none;
	color:#ffc000;
}

:focus-visible {
    outline: none;
}

a:hover {
    color: #333;
}

ul {
    padding: 0;
	list-style: none;
}

header.fixed .header-center{
  
}



.header-center .social {
    display: flex;
    justify-content: space-between;
}

.header-center .social a {

}

.header-center .js-phone-link{
	display: none;
}

header.fixed .header-center .social{
    display: none;
}

.header-center .js-phone-link {
    text-decoration: none;
    color: #333;
    font-weight: 600;
    font-size: 20px;
}

header.fixed .header-center .js-phone-link{
    display: block;
}

header.fixed .topline{
  
}
header.fixed .dialog{
  display: none;
}
header.fixed .social{
  
}


header.fixed .logo img {
    height: 50px;
    margin-top: 5px;
    padding-bottom: 10px;
}

.product-item-image-original, .product-item-image-alternative {
	position: relative !important;
    width: 100%;
	height: auto !important;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: opacity 300ms linear;
}

.price-list-link i {
    width: 70px;
    height: 70px;
    display: block;
    background: url(/images/PDF-Download.jpg) no-repeat center;
}

.header {
    display: inline-block;
    width: 100%;
    position: fixed;
	z-index: 99;
	/*box-shadow: 0 0 15px 0 #0000002e;*/
}

header.fixed{
	z-index: 900;
	box-shadow: 0 0 15px 0 #0000002e;
}

.top-menu {
    display: flex;
}

.header-phone-block {
    display: flex;
    justify-content: flex-end;
}

.header-phone-icon {
    background: #f5f5f5 url(/images/header-phone-icon.png) no-repeat center;
    width: 45px;
    height: 45px;
    margin-right: 24px;
    border-radius: 5px;
    cursor: pointer;
}

.header-phone a {
    color: #000000;
    font-size: 20px;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 22px;
}

.header-callme {
    font-size: 14px;
    line-height: 19px;
    color: #7e7e7e;
    cursor: pointer;
    margin-top: 3px;
}

.header-email {
    margin-right: 10px;
}

.header-email a {
    color: #000000;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.header-email a:before {
    content: "";
    display: block;
    width: 19px;
    height: 13px;
    background: url(/images/header-mail-icon.png) no-repeat center;
    margin-right: 10px;
    margin-top: -1px;
}

.header-schedule {
    color: #7e7e7e;
    display: flex;
    align-items: center;
}

.header-schedule:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(/images/header-schedule-icon.png) no-repeat center;
    margin-right: 10px;
    margin-top: -2px;
}

.header-mail-block {
    display: flex;
    justify-content: flex-end;
    margin-top: 5px;
}


.top-menu a {
    margin-left: 10px;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    white-space: nowrap;
    font-weight: 100;
    padding: 5px 10px;
}

.topline .phone, .topline .logo {
    margin-top: 5px;
}

.search_text {
    width: 100%;
}

.topline .dialog img{
	width: 20px;
	margin-right: 15px;
}

.topline .phone p{
    font-size: 12px;
    margin-bottom: 0;
}

.topline .dialog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #616161;
    font-size: 18px;
    line-height: 18px;
    padding-right: 2rem;
    position: relative;
    float: right;
}

.top-menu a:hover {
    color: #fff;
	background-color: #ffc000;
	border-radius: 0px;
}

.header .address {
    font-size: 14px;
    padding: 7px;
}

.topline {
	background-color: #FFFFFF;
    position: relative;
    z-index: 999;
}
.topline .row{
    align-items: center;
}

.cd-dropdown-wrapper{
	width: 100%;
}

.header-center {
    padding: 10px 0;
    position: relative;
    z-index: 999;
    background: rgba(255,255,255,1);
}

.search-form {
    position: relative;
    height: 40px;
}

.search_text {
    border-width: 0;
    background: #f5f5f5;
    height: 40px;
    border-radius: 5px;
    position: absolute;
    padding-left: 45px;
    font-size: 14px;
}

.col05 {
    flex: 0.5;
}

.col07 {
    flex: 0.7;
}

.bx-basket-block {
    position: relative;
}

.search_button {
    display: inline-block;
    width: 30px;
    height: 25px;
    position: absolute;
    left: 7px;
    top: 7px;
    background: url(/images/search.svg) center no-repeat;
    background-size: 23px;
    border: 0;
}

.cart {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    display: inline-block;
    background: url(/images/basket.svg) 10px 7px no-repeat;
    padding: 7px 15px 7px 48px;
    background-size: 25px;
}
.cart-count {
    position: absolute;
    left: 25px;
    background: #ffc000;
    border-radius: 50px;
    height: 18px;
    width: 18px;
    text-align: center;
    font-size: 12px;
}
.header-center .bx-basket {
    float: left;
}

.fixed .feedback p{
	display: none;
}

.feedback p {
    position: absolute;
    margin-left: 10px;
}

.feedback{
	float: right;
	text-align: center;
}
.feedback img{
	width: 24px;
    margin-left: 10px;
}

.overlay:target+.popup3 {
    z-index: 999;
}

video.video-intro {
    display: inline-block;
    width: 100%;
    float: left;
}

.big-video {
    position: absolute;
    display: inline-block;
    text-align: center;
    width: 100%;
    left: 0;
    z-index: -1;
    height: 710px;
    overflow: hidden;
	top: -16px;
}

.main-cat h1{
	padding-top: 15px;
}

.header-center .row{
	align-items: center;
	justify-content: space-between;
}

.phone, .mail{
    display: flex;
}

.mail a{
	text-decoration: none;
    color: #333;
    font-weight: 600;
	margin: 0px 0px 0px 10px;
    font-size: 18px;
}

.social a{
	float: left;
}


.phone .js-phone-link {
    text-decoration: none;
    color: #333;
    font-weight: 600;
	font-size: 18px;
}

.phone a:hover{
	color: #008dd2;	
}

.p_number {
    display: flex;
    flex-direction: column;
	margin: 0px 27px 0px 10px;
}


.phone .dialog{
    text-decoration: underline;
    color: #7A7A7A;
    font-weight: 400;
}

.widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
    opacity: 1;
}

.main {
    top: 140px;
	margin-bottom: 140px;
    position: relative;
}

.main h1 {
    font-weight: 900;
    color: #333;
    margin-bottom: 30px;
}

.main-cat h1{
	font-weight: 900;
    color: white;
	margin-bottom: 5px;
}

.nav-tabs {
    border: 0;
}

.nav-item {
    margin-right: 15px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    display: block;
    position: relative;
    background-color: #008dd2;
	border-color: #008dd2;
    color: #fff;
    font-weight: 600;
}

.nav-tabs .nav-item button {
	border-width: 2px;
}

.nav-tabs .nav-item button:hover {
	border-color: #008dd2;
}

.nav-tabs .nav-link {
    border-bottom-left-radius: var(--bs-nav-tabs-border-radius);
    border-bottom-right-radius: var(--bs-nav-tabs-border-radius);
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-bg);
}

.SECTION {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	padding-left: 0;
	align-content: start;
}

.SECTION-specialsteel {
    justify-content: start !important;
}

.SECTION-specialsteel a{
    margin: 0px 9px 10px 0 !important;
}

.service img{
	opacity: 0.8;
	display: inline-block;
}

.service{
	 display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-top: 60px;
	
}

.SECTION a {
    display: flex;
    vertical-align: top;
    font-size: 14px;
    width: 19%;
    height: 127px;
    margin: 0px 0px 10px 0;
    position: relative;
    text-align: left;
    background-color: #F5F5F5;
    border-radius: 15px;
    background-repeat: no-repeat!important;
    background-position: 100% 42px !important;
    background-size: auto 55% !important;
    padding: 0;
    align-items: center;
}



.SECTION a{
	text-decoration: none;
}

.SECTION a:hover {
	border-color: #ffc000;
	background-color: #ffc000 !important;
}

.SECTION a:hover .btn_cat{
	background-color: #ffc000;
}

.Catalog__list .product-item-container {
    height: 60px;
}

.Product h1 {
    font-size: 2em;
    position: relative;
    z-index: 99;
}



.SECTION a .title {
    color: #000;
    font-size: 14px;
	text-decoration: none;
    font-weight: 700;
    padding-left: 10px;
    width: 170px;
    line-height: 20px;
}

.SECTION .btn_cat {
    background-image: url(/images/button-cat.svg);
    width: 16px;
    height: 16px;
    background-position: center;
    position: absolute;
    bottom: 15px;
    left: 15px;
}
.SECTION .pr_count_in_cat {
    color: #000000;
    font-size: 12px;
    text-transform: uppercase;
    padding: 4px 0 0 16px;
	text-decoration: none;
}



ul.SECTION li .prices {
    height: 32px;
    line-height: 32px;
    min-width: 50px;
    font-size: 14px;
    color: #000000;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 0 9px;
    position: absolute;
    bottom: 12px;
    margin: 0;
    left: 10px;
    z-index: 1;
    text-shadow: 0px 0px 8px white;
	text-decoration: none;
}

.tab-content {
    margin-bottom: 15px;
}

.service img:hover{
	opacity: 1;
	cursor: pointer;
}

.help {
    background: url(/images/back-help.svg);
    background-position-x: right;
    background-repeat: no-repeat;
    background-position-y: center;
    margin: 50px 0;
}
.help h2{
	color: #333;
}

.hit-sale h2{
    margin-bottom: 30px !important;

}

.fence {
    background-image: url(/images/back-fence.svg) !important;
    background-position-x: right;
    background-repeat: no-repeat;
}

.roof {
    background-image: url(/images/back-roof.svg) !important;
    background-position-x: right;
    background-repeat: no-repeat;
}

.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 192, 0, 0.5);
}

.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ffc000;
    border-color: #ffc000;
}

.btn-primary {
    color: #fff;
    background-color: #ffc000;
    border-color: #ffc000;
}

.btn-primary:hover {
    color: #fff;
    background-color: #ffc000;
    border-color: #ffc000;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ffc000;
    --bs-btn-border-color: #ffc000;
    --bs-btn-hover-color: #333;
    --bs-btn-hover-bg: #ffc000;
    --bs-btn-hover-border-color: #ffc000;
    --bs-btn-focus-shadow-rgb: 0,140,210;
    --bs-btn-active-color: #333;
    --bs-btn-active-bg: #ffc000;
    --bs-btn-active-border-color: #ffc000;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
    --bs-btn-disabled-color: #333;
    --bs-btn-disabled-bg: #ffc000;
    --bs-btn-disabled-border-color: #ffc000;
}
.accordion {
    --bs-accordion-color: #000;
    --bs-accordion-bg: #fff;
    --bs-accordion-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-radius: 0.375rem;
    --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-body-color%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    --bs-accordion-btn-focus-border-color: #ffebb8;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(255, 204, 77, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #333;
    --bs-accordion-active-bg: #fff6e1;
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon);
}

.accordion-button {
	font-weight: 600;
	font-size: 20px;
}

.overlay:target {
    z-index: 999;
}

.popup2, .popup3 {
	z-index: 999;
	position: relative;
}

.product-item {
    display: block;
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    background: #F5F5F5;
    box-shadow: 0 0 0 0 rgb(0 0 0 / 19%);
}

.product-item-image-original, .product-item-image-alternative {
    background-position: center;
}

.product-item-price-current {
    font-size: 16px;
}


.product-item-image-wrapper {
    position: relative;
    display: flex !important;
    margin-bottom: 15px;
    padding-top: 0;
    width: 100%;
    transition: all 300ms ease;
    align-items: center;
    align-content: center;
    height: 200px;
	overflow: hidden;
}

.Catalog__list-item .product-item-image-wrapper {
    margin-bottom: 0;
    padding-top: 0;
}





.product-item-title {
    overflow: hidden;
    margin: 0;
    padding: 0;
    text-overflow: ellipsis;
    white-space: normal;
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    height: 70px;
}

.client_item {
    position: relative;
    background: #fff;
    margin: 0 15px;
    border-radius: 8px;
    padding: 30px;
    height: 130px !important;
    border: 1px solid #f1f1f1;
}

.Catalog__list-item .product-item-title {
    height: auto;
}

.product-item-properties {
    height: 85px;
    margin-top: 15px;
    overflow: hidden;	
}
.product-item-price-container {
    text-align: left;
}


.product-item-button-container .btn {
    width: 100%;
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 7px 25px 7px 26px;
    background-color: #ffc000;
    border-color: #ffc000;
}

.product-item-button-container .btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 0, 0.5);
}

.Catalog__list-item .product-item-button-container .btn {
    margin-top: 0;
}

.Catalog__list-item .product-item-button-container .btn {
    width: 38px;
    height: 38px;
    color: #333;
    font-size: 16px;
    display: inline-block;
    background: url(/images/basket.svg) center no-repeat;
    padding: 7px 23px 7px 23px;
    background-size: 25px;
    background-color: #ffc000;
}

.btn:hover, .Catalog__list-item .product-item-button-container .btn:hover{
	background-color: #fff;
	color: #333;
}

.default-price{
	display: none;
}

.fastbtn {
    padding: 9px 10px 12px 10px;
    border: 1px solid;
    border-radius: 8px;
    margin-left: 5px;
}

.price_kg{
	font-size: 14px;
	width: 100px;
}

.whip_length-colum, .weight-colum{
	width: 65px;	
}

.all_price{
	font-weight: 600;
	font-size: 16px;
}

.hit-sale {
    padding-bottom: 30px;
    position: relative;
}

.spec .title-block {
    height: 420px;
    width: 100%;
    background: rgb(66,115,241);
    background: linear-gradient(90deg, rgba(66,115,241,1) 0%, rgba(114,154,255,1) 100%);
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
}

.spec .title-block span {
    font-size: 4.5em;
}

.spec .title-block h2, .spec .title-block a {
    color: white;
}

.spec .title-block .control {
    width: 100%;
    text-align: right;
}

.spec .title-block .control button {
    background-color: #ffffff;
    color: #999;
    padding: 8px 10px;
    border-radius: 50%;
	margin-left: 5px;
	border: none;
}

.spec .title-block button:hover, .spec .title-block a:hover {
    color: #008dd2;
}

.delivery, .spec {

}
@media (max-width: 1400px){
	.topline .phone{
		display: none;
	}
}


@media (max-width: 1200px){
	.header-center .social{
		display: none;
	}
	
	.topline .logo .slogan{
		display: none;
	}
}


@media (max-width: 500px){
.col-xs-6 {
    display: flex;
    flex: 0 0 50%;
    flex-direction: column;
    max-width: 50%;
}
.item-baner p {
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    padding: 30px 0;
    text-transform: uppercase;
}
.item-baner {	
	margin: 20px 0;
    padding: 0;
}
	
}

.item-baner {
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 40px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0 10px 40px rgba(0,0,0,.25);
    box-shadow: 0 10px 40px rgb(0 0 0 / 25%);
	background: ghostwhite;
}


.service a p {
    color: #333;
    padding: 10px 20px;
    background: #008dd2;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
	margin: 0;
	opacity: 1;
	position: relative;
	
}


.service .service-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
    opacity: 1;
    height: 100%;
    width: 100%;
    border-radius: 8px;
	transition: opacity 0.7s, visibility 0s linear 0.7s;
}

.service a:hover .service-overlay {
	opacity: 0;
	transition-delay: 0s;
}


.service a {
    width: 24%;
    padding: 41px;
	position: relative;
	background-size: cover !important;
}
.service .metal-structures {
    background: url(/images/metal-structures.jpg);
    background-repeat: no-repeat;
}
.service .suburban-construction {
    background: url(/images/suburban-construction.jpg);
    background-repeat: no-repeat;
}
.service .rental-special {
    background: url(/images/rental-special.jpg);
    background-repeat: no-repeat;
}
.service .building-materials {
    background: url(/images/building-materials.jpg);
    background-repeat: no-repeat;
}

.delivery {
    background: #008DD2;
	margin-bottom: 60px !important;
	position: relative;
	color: white;
	border-radius: 15px;
}

.help {
    background: #008DD2;
	margin-bottom: 60px !important;
	position: relative;
	color: white;
	border-radius: 15px;
}

.help img{
    height: 370px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.help h2{
	margin-top: 15px;
    margin-bottom: 20px;
	color: white;
}
.help .btn{
	background: white;
	color: black;
	margin-bottom: 15px;
}

.delivery .btn{
	background: white;
	color: black;
	margin-bottom: 15px;
}


.delivery h2{
	margin-top: 15px;
    margin-bottom: 20px;
}

.delivery img{
    height: 370px;
    position: absolute;
    right: 10px;
    top: -60px;
}

.rating a{
    background: #F5F5F5;
    padding: 20px;
    text-align: center;
    border-radius: 15px;
}

.partners .control .next, .partners .control .previous{
    top: 25% !important;
}

.Footer-table__nav .btn{
	width: 100%;
}

.rating p{
	color: black;
}

.rating span{
    font-size: 26px;
}

.rating span i{
	margin: 0 5px;	
}

.rating {
    gap: 20px;
}

.calculators {
    margin-bottom: 40px !important;
}

.about {
    background: url(/images/about.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	color: white;
}

.advantages{
	margin-top: 60px;
}

.advantages .col{
    padding: 20px;
    border-radius: 7px;
}
.advantages .col h4{
    font-size: 20px;
    font-weight: 600;
}


.advantages .icon-square{
    background-color: #008dd2 !important;
    height: 50px;
    width: 50px;
    border-radius: 50px;
}

.btn-group-lg>.btn, .btn-lg {
    --bs-btn-font-size: 1rem;
}

.main-cat {
    position: relative;
}

.zchb {
    position: absolute;
    top: 50px;
    right: 0;
    height: 65px;
    width: 250px;
    font-size: 21px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    background: #fff;
    border-radius: 7px;
    padding: 10px;
}


.zchb span {
    position: absolute;
    top: 40px;
    left: 10px;
    color: #939393;
    font-size: 13px;
}

.zchbLogoTitle>i {
    font-style: normal;
    color: #ff2d3f;
}

.zchbLogoTitle {
    font-weight: 700;
    text-transform: capitalize;
}

.c-black {
    color: #000;
}

.woker-image {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 7px;
    overflow: hidden;
    margin-bottom: 10px;
}


.worker img{
    margin-bottom: 10px;
    border-radius: 10px;
}

.worker .news-list{
    margin: 20px 0;
}

.worker .news-item b{
    font-size: 20px;
}

.worker {
    margin-top: 40px;
}

.certificates {
    margin-top: 60px;
}

.partners .owl-stage{
    display: flex;
    align-items: center;
}

.partners {
    margin-top: 40px;
}

.btn-back, .btn-fwd {
    top: -moz-calc(50% - 6rem) !important;
    top: calc(50% - 6rem) !important;
}
.btn-back {
    padding-right: 0.5rem;
}
.btn-back, .btn-fwd {
    position: absolute;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    cursor: pointer;
    height: 6rem;
    width: 6rem;
    margin: 0 2rem;
    top: -moz-calc(50% - 3rem);
    top: calc(50% - 3rem);
    left: 0;
    z-index: 100;
    background-color: #fff;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 3rem;
    color: #666;
}

.qustions {
    margin-top: 40px;
}

.qustions .accordion{
}

.uslugi p {
    color: #333;
    padding: 10px 20px;
    background: #008dd2;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 25px;
    margin: 0;
    opacity: 1;
    position: relative;
}

.uslugi h2{
    margin: 30px 0;
}

.uslugi a {
    padding: 50px 20px 50px 20px;
    background-size: cover;
    margin: 15px;
    border-radius: 10px;
    color: white;
    background-position: center;
    position: relative;
}


.uslugi a:hover .service-overlay {
	opacity: 0;
    transition-delay: 0s;	
}

.uslugi a:hover .carousel-control-next-icon {
	background-color: #008dd2;	
	color: #000;
	border-color: #000;
}

.uslugi .carousel-control-next-icon {
    border-radius: 2em;
    border: 1px solid white;
    width: 50px;
    height: 50px;
    position: absolute;
    background-size: 50%;
    bottom: 20px;
}

.uslugi .service-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
    opacity: 1;
    height: 100%;
    width: 100%;
    border-radius: 8px;
    transition: opacity 0.7s, visibility 0s linear 0.7s;
}


.promo {
    margin-bottom: 20px;
}



.reviews .owl-carousel {
    margin: 20px 0;
}

.foto-image {
    height: 200px;
    width: 100%;
    background-size: cover;
    border-radius: 10px;
	background-position: center;
}

.foto .owl-carousel {
    margin: 20px 0;
}

.footer {
    margin-top: 60px;
    border-top: 1px solid #f1f1f1;
    padding-top: 30px;
}

.footer .logo {
    width: 100%;
    text-align: left;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 10px;
}

.footer .logo img{
    width: 130px;
	margin-bottom: 20px;
}

.footer p{
    margin-bottom: 10px;
}

.footer .Footer-table__menu-link a{
	color:#333;
	
}

.footer .Footer-table__menu-link{
	padding: 5px 0;
	
}

.footer .Footer-table__title {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer .social a {
    float: left;
    margin-right: 10px;
}

.footer .social {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px;
}

.footer .feedback{
    float: left;
}

.footer .address {
    display: flex;
}

.footer .address p {
    margin-bottom: 10px;
    margin-left: 10px;
}

.Footer-table__menu a:hover{
	text-decoration: underline;
}



.footer .phone, .footer .mail {
    margin-bottom: 10px;
}
.footer-line {
    padding: 15px 0;
    background-color: #f1f1f1;
	margin-top: 20px;
}

.footer-line img {
    width: 170px;
}


.review-image {
    height: 50px;
    width: 50px;
	background-size: contain;
	float: left; 
    margin-right: 8px;
}


.review-text {
    margin-top: 8px;
    font-size: 15px;
}
.review-blok {
    width: auto;
    background-color: #fff;
    margin: 7px 0 10px 0px;
    box-sizing: border-box;
    height: 383px;
    padding: 15px;
    box-shadow: 0 0 2px 0 #0003;
    padding-top: 16px;
    border-radius: 10px 10px;
    overflow: hidden;
    text-align: left;
    float: left;
    position: relative;
}

.reviews {
 
}

.reviews img {
}

.reviews a {
    margin-top: 8px;
    display: inline-block;
    text-decoration: underline;
}

.reviews .review-blok {
    margin-right: 20px;
}

.reviews .owl-stage-outer {
    padding-left: 5px;
}

.business-rating-badge-view__star._full {
    color: #fc0;
}

.business-rating-badge-view__stars {
    display: flex;
    margin-right: 4px;
}
.business-review-view__rating .business-rating-badge-view {
    justify-content: flex-start;
}
.business-review-view__header>:not(:last-child) {
    margin-right: 8px;
}
.business-review-view__header {
    display: flex;
    align-items: center;
}
.business-review-view__date {
    color: #999;
}

.SideMenu__list {
    list-style: none;
    width: 100%;
    color: #333;
	background-color: #fff; 
}
.SideMenu__list li{
	border-bottom: 1px solid #c1c1c1;
	position: relative;
}
.SideMenu__list li ul li{
	border-bottom: none;
	position: relative;
}
.SideMenu__list li:hover{
}
.SideMenu__list li:hover ul{
	display: block;
	background-color: #fff; 
}
.SideMenu__list li:hover ul li ul{
	display: none;
}
.SideMenu__list li a{
	color: #333;
	padding: 15px 20px;
	display: block;
	text-decoration: none;
	font-weight: normal;
}

.SideMenu__list li ul li a{
	padding: 10px 20px; 
}

.SideMenu__list li a:hover{
	color: #ffc000;
}
.SideMenu__list li ul li:hover ul{
	display: block;
}
.SideMenu__list li ul{
	position: absolute;
	left: 100%;
	top: 0px;
	width: 300px;
	display: none;
	padding:0 25px;
	z-index: 100;
	box-shadow: 5px 0px 2px 5px rgb(0 0 0 / 10%);
}

.SideMenu__list .has-children a::before, .SideMenu__list .has-children a::after {
    right: 20px;
    -webkit-transform-origin: 9px 50%;
    -moz-transform-origin: 9px 50%;
    -ms-transform-origin: 9px 50%;
    -o-transform-origin: 9px 50%;
    transform-origin: 9px 50%;
}

.SideMenu__list .has-children a::before, .SideMenu__list .has-children a::after{
    background: #b3b3b3;
}
.SideMenu__list .has-children a::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.SideMenu__list .has-children a::after{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.SideMenu__list .has-children a::before, .SideMenu__list .has-children a::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 1px;
    width: 9px;
    background: #333;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.SideMenu__list .list a::before, .SideMenu__list .list a::after {
	background: white;
}

.SideMenu__list .title-container {
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 26px;
    color: #1d1e23;
    display: inline-block;
    padding-left: 40px;
}

.Announcements {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2rem;
    grid-column: 1/3;
    grid-row: 3;
	margin-bottom: 25px;
}

.Catalog-Title h1{
	color: #000;
	text-align: center;
}

.Catalog__list-item {
    display: flex;
    width: 100%;
    border: 1px solid #f1f1f1;
    float: left;
    position: relative;
    padding: 10px 15px;
    background: #fff;
    justify-content: space-between;
    align-items: center;
	font-size: 14px
}

#breadcrumbs-wrapper {
    margin-bottom: 20px;
}

.cart-count {
    color: #fff;
}


.Catalog__list .bx-section {
    display: inline-block;
    width: 100%;
}

.product-item-amount {
    width: 100px;
    position: relative;
    background: #eee;
    border-radius: 4px;
    padding: 1px;
}

.product-item-amount-field-container {
    display: flex;
    align-items: center;
    background: #eee;
    justify-content: start;
    border-radius: 4px;
    padding: 0px;
}

.product-item-amount-field-btn-minus, .product-item-amount-field-btn-plus {
    font-size: 20px;
    padding: 0;
    display: inline-block;
    float: left;
    position: relative;
    cursor: pointer;
    z-index: 5;
    width: 30px;
    text-align: center;
}

.product-item-amount-field {
    width: 40px;
    padding: 5px 0px 5px 0px;
    text-align: center;
    float: left;
    margin: 0 0 0;
    font-size: 14px;
    background: #fff;
    border: none;
    border-radius: 0;
}

.Catalog__list-item .product-item-title a{
	color: #333;
	
}

.Catalog__list-item .product-item-title{
	width: 280px;
}

.Catalog__list-heading h2 {
    font-size: 24px;
    font-weight: 600;
    color: #008dd2;
}

.price-row input:checked + span {
    background: #fff url(/images/radio_button_check.svg) center no-repeat !important;
    background-size: 10px;
    cursor: pointer;
}

.price-row .radio-price {
    display: inline-block;
    background: #fff;
    margin-left: 0;
    width: 18px;
    float: left;
    cursor: pointer;
    height: 18px;
    border: 1px solid #9c9a9a;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    top: 1px;
    margin-right: 5px;
}

.price-row {
    display: inline-block;
    width: 100%;
	font-size: 14px;
}

#metr2 .price-row {
    text-align: center;
}

#metr2 .price {
    font-size: 17px;
}

.price-row input{
    display: none;
}

.price-colum {
    width: 18%;
}

.head {
    display: grid;
    grid-template-columns: 32% 10% 21% 12% 14% 10%;
}

.head span {
    display: inline-block;
}

.head .name {
    width: 280px;
}

.head .prop {
    width: 9%;
	text-align: center;
}

.Catalog__info {
    margin-top: 15px;
}

.Catalog__info h2{
    font-size: 1.8em;
	font-weight: 600;
} 

.Catalog__info h3 {
    font-weight: 600;
}

.head {
    background: #f1f1f1;
    padding: 10px 15px;
    border-radius: 8px 8px 0 0;
    font-size: 15px;
    margin-top: 20px;
}

.Catalog__list-item:hover {
    box-shadow: inset 0px 0px 10px 0px #00000014;
}

.SideMenu .main-calc {
    padding: 20px;
}

.SideMenu h2 {
    font-size: 24px;
}

.SideMenu .main-calc__icon {
    position: absolute;
    top: 15px;
    right: 10px;
}

.SideMenu .calc-form {
    position: relative;
    margin-top: 40px;
}

.SideMenu .calc {
    margin-top: 40px;
}

.filter-catalog {
    display: flex;
    width: 100%;
    margin: 5px 0 0px 0px;
    align-items: center;
    flex-wrap: wrap;
	margin-bottom: 20px;
}

.bx-section{ 
	margin-bottom: 20px;
}

.filter-catalog a {
    margin-right: 7px;
    z-index: 99;
    color: #000000;
    border: 1px solid #eee;
    font-size: 12px;
    background: #ffffff;
    padding: 8px 9px;
    display: block;
    border-radius: 4px;
    box-shadow: 0 2px 5px 0 #00000007;
	margin-bottom: 8px;
}

.filter-catalog a:hover {
	background: #008dd2;
	font-weight: 600;
}


div[data-use=show-more-1] {
    width: 100%;
    margin: 0 0 15px 0 !important;
}

.filter-catalog .select {
    background: #008dd2;
}

.Product h1{
    font-size: 2em;
}

.big-img {
    padding: 0;
    border-radius: 10px;
    border: 1px dotted #f1f1f1;
	overflow: hidden;
}

.big-img img{
    width: max-content;
    border-radius: 10px;
}

.Product__card {
    box-shadow: inset 0px 0px 10px 0px #00000014;
    padding: 5% 5% 0 5%;
    border-radius: 10px;
}


.Product__price {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    border-bottom: 1px dashed #eee;
	margin-bottom: 10px;
}

.Product__price input[type=radio]:after {
    cursor: pointer;
    width: 17px;
    height: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    top: 0;
    left: -1px;
    position: relative;
    background-color: #fff;
    content: "";
    display: inline-block;
    visibility: visible;
    border: 2px solid #000;
}

.Product__price input[type=radio]:checked:after {
    cursor: pointer;
    width: 17px;
    height: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    top: 0;
    left: -1px;
    position: relative;
    background-color: #ffc000;
    content: "";
    display: inline-block;
    visibility: visible;
    border: 2px solid #000;
}

.Product__price-description {
    margin-right: auto;
    padding-left: 10px;
    background: white;
}



.Product__price-selector, #price {
    background: white;
}

.Product #price, .Product .simbol {
    font-weight: 600;
	font-size: 2rem;
}

.Product__amount {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    background-color: #eaeaea;
    -moz-border-radius: .25rem;
    border-radius: 0.25rem;
    margin-right: 1rem;
	float: left;
}

.Product__cost {
    float: left;
    margin-right: 1rem;
    font-size: 25px;
    font-weight: 600;
    line-height: 42px;
}

.Product__amount .minus, .Product__amount .plus {
    width: 3.5rem;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    cursor: pointer;
    -moz-border-radius: .25rem;
    border-radius: 0.25rem;
}

.Product__amount .minus, .Product__amount .plus, .Product__amount input {
    height: 44px;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
}


.Product__amount-basket {
    margin-top: 1rem;
    width: 100%;
    display: inline-block;
}

.Product__basket-button {
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    -moz-border-radius: .25rem;
    border-radius: 0.25rem;
    color: #fff;
    background-color: #ffc000;
    font-weight: 700;
    cursor: pointer;
    display: block;
    float: right;
    background: url(/images/basket.svg) 10px no-repeat;
    padding: 10px 15px 10px 45px;
    background-size: 25px;
    border: 1px solid #ffc000;
    background-color: #ffc000;
}

.product-item-detail-tab-link:after {
    background: #ffc000 !important;
}

.product-item-detail-tab-link {
    color: #000 !important;
}

.Product__cost strong {
    font-weight: 600;
}

.Product__amount input {
    width: 50px;
    padding: 5px 0px 5px 0px;
    text-align: center;
    float: left;
    margin: 0 0 0;
    font-size: 14px;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 0;
}

.Product__basket-button:hover {
    background-color: white;
    border: 1px solid;
	color: #333;
}

.Product__buy-button {
    display: inline-block;
    width: 100%;
}

.Product__buy-button:hover {
	background-color: #008dd2;
	border: 1px solid #008dd2;
	color:#fff;
}

.bx-filter.bx-yellow .btn-themes {
    background-color: #008dd2;
    border-color: #008dd2;
    color: #FFF;
}

.bx-filter.bx-yellow .btn-themes.bx-active, .bx-filter.bx-yellow .btn-themes.focus, .bx-filter.bx-yellow .btn-themes:active, .bx-filter.bx-yellow .btn-themes:focus, .bx-filter.bx-yellow .btn-themes:hover {
    background-color: #008dd2;
    border-color: #008dd2;
    color: #FFF;
}

form[name="callback"] input[type="submit"] {
    color: #fff !important;
    background-color: #008dd2 !important;
}

.block_params {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 5px;
    border-bottom: 1px dashed #eee;
    justify-content: space-between;
}
.block_params .params-item {
    display: flex;
    align-items: center;
    position: relative;
    top: 10px;
    background: #fff;
    padding-right: 10px;
}
.block_params span.params-icon {
    width: 20px;
    height: 28px;
    text-align: center;
}

.block_params svg path {
    fill: #b0b0b0;
}

.block_params svg {
    width: 18px;
} 

.block_params span.params-title {
    font-size: 13px;
    margin-left: 6px;
}

.block_params .params-value {
    font-size: 13px;
    white-space: nowrap;
	position: relative;
    top: 10px;
    background: #fff;
    padding-left: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.Product .alert {
    background: #fff8d2;
    padding: 2.5% 3% 2.5% 3%;
    font-size: 14px;
    border-radius: 4px;
    line-height: 17px;
    margin-bottom: 5px;
    color: #000;
    margin-top: 20px;
	margin-bottom: 20px;
}

.s-product-watching-now {
    font-size: 13px;
    text-align: right;
    margin-bottom: 15px;
}

.s-product-watching-now__indicator {
    background: #8bc34a;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0;
    padding: 0;
    border-radius: 100%;
    position: relative;
    z-index: 1;
    margin-right: 6px;
}

.s-product-watching-now__indicator:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(139,195,74,.3);
    border-radius: 100%;
    transform: scale(0);
    animation: watching-now-indicator-glow .7s infinite alternate;
    transform-origin: center center;
    z-index: -1;
}

@keyframes watching-now-indicator-glow{0%,75%{transform:scale(0)}100%{transform:scale(1.75)}}

.Product h3 {
    text-align: left;
    font-size: 24px;
}
.Product h2, .Product h3 {
    font-weight: 700;
    color: #000;
}

.Product h2 {
    font-size: 24px;
}

.Product .tab-content {
    margin-top: 30px; 
    box-shadow: inset 0px 0px 10px 0px #00000014;
    padding: 2%;
    border-radius: 10px;
}

.interested {
    display: inline-block;
    width: 96%;
    font-size: 21px;
	font-weight: 600;
    margin: 19px 0px 16px;
}

.reviews-list {
    display: inline-block;
}

.reviews-list .review-blok{
    height: auto;
	box-shadow: none;
	border-bottom: 1px solid #eee;
}

.delivery_block {
    background-image: url(/images/delivery_img.png) !important;
    background-position-x: right;
    background-repeat: no-repeat;
	background-size: contain;
	padding: 20px 0;
	margin-bottom: 30px !important;
    display: inline-block;
}

.fleet h2{
    margin-bottom: 25px;
}

.fleet p{
    margin-bottom: 5px;
}

.fleet {
    padding-bottom: 10px;
}

@keyframes growProgressBar {
  0%, 33% { --pgPercentage: 0; }
  100% { --pgPercentage: var(--value); }
}

@property --pgPercentage {
  syntax: '<number>';
  inherits: false;
  initial-value: 0;
}

div[role="progressbar"] {
    --size: 12rem;
    --fg: #008dd2;
    --bg: #e9ecef;
    --pgPercentage: var(--value);
    animation: growProgressBar 3s 1 forwards;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: inline-block;
    place-items: center;
    background: radial-gradient(closest-side, white 80%, transparent 0 99.9%, white 0), conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
    font-size: 30px;
    color: #000;
}

.Product__ask-buy {
    text-align: right;
    text-decoration: underline;
    float: right;
}



.Product .Product__buy-button:hover {
    background-color: white;
    color: #008dd2;
	border:none;
	text-decoration: underline;
}

.promo img{
	border-radius: 10px;
}


.big-img img {
	width: 100%;
}

.SECTION .blockauto{
	width: 24%;
}

div[role="progressbar"]::before {
  counter-reset: percentage var(--value);
}

.static {
	padding: 30px 0;
}

.static .col-md-3{
	text-align: center;
}


.static .col-md-3 .t{
	display: grid;
    height: 100%;
    width: 100%;
	place-items: center;
}

.static .col-md-3 p {
    font-weight: 600;
    padding-top: 15px;
}
.about-page img{
}

.foto-office img{
	border-radius: 10px;
}

.foto-auto img{
	border-radius: 10px;
}

.foto-otdel img{
	border-radius: 10px;
}

.foto-otdel p {
    margin-top: 5px;
}

.foto-office .owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
    background: #008dd2;
}

.foto-office .owl-dots, .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin: 20px;
}

.foto-office .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.foto-office .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.Partners__list {
    text-align: center;
    margin: 2rem 0;
}
.Partners__list img {
    max-height: 10rem;
    max-width: -moz-calc(20% - 4rem);
    max-width: calc(20% - 4rem);
    margin: 2rem;
}

.Partners__slider .btn-back, .Partners__slider .btn-fwd {
    top: -moz-calc(50% - 6rem) !important;
    top: calc(50% - 6rem) !important;
}
.Partners__slider .btn-back {
    padding-right: 0.5rem;
}
.Partners__slider .btn-back, .Partners__slider .btn-fwd {
    position: absolute;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    cursor: pointer;
    height: 6rem;
    width: 6rem;
    margin: 0 2rem;
    top: -moz-calc(50% - 3rem);
    top: calc(50% - 3rem);
    left: 0;
    z-index: 100;
    background-color: #fff;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 3rem;
    color: #666;
}

.Partners__slider {
    position: relative;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: 78rem;
    overflow: hidden;
    margin-top: 2rem;
}
.Partners__slider .slide {
    width: 78rem;
    padding: 0 10rem;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}
.slide {
    width: 78rem;
    padding: 0 10rem;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.Partners__slider .btn-back {
    padding-right: 0.5rem;
}

.Contacts ymaps{
	border-radius: 10px;
}

.departments {
    margin: 30px 0;
	text-align: center;
}

.departments p {
    margin-bottom: 0px;
}

.departments img {
    margin-bottom: 10px;
}

.contact_block span{
	color: #adb5bd;
}

.contact_block h3{
    margin-bottom: 20px;
}

.contact_block {    
    background-position-x: right;
    background-repeat: no-repeat;
	background-size: contain;
}

.Contacts-icon img {
    max-width: 16px;
    max-height: 16px;
    margin-bottom: -3px;
}

.Contacts-icon {
    margin-right: 0.5rem;
}

.Contacts__details-block__payment a {
    display: inline-block;
    margin-right: 1rem;
}
.Contacts__details-block__payment span {
	color: #000;
}

.scheme_contact img{
	margin: 20px 0;
}

.ServiceItem li{
    list-style: circle;
    margin-left: 20px;
}

.jobs .accordion-body p{
	margin-bottom: 5px;
}

.jobs li{
	list-style: circle;
    margin-left: 20px;
}

.Basket__form input, .Basket__form select, .Basket__form textarea {
    margin: 0.5rem 0;
    background-color: #fefefe;
    padding: 0.5rem;
    border: 1px solid #eaeaea;
    -moz-border-radius: .5rem;
    border-radius: 0.5rem;
}
.Basket__form input, .Basket__form select {
    -webkit-flex-basis: calc(50% - 1rem);
    flex-basis: -moz-calc(50% - 1rem);
    flex-basis: calc(50% - 1rem);
}

.basket-items-list-container {
    border-radius: 10px;
}

.basket-items-list-wrapper, .basket-items-list-wrapper-compact {
    border-radius: 10px;
}

.basket-checkout-container {
    border-radius: 10px;
}

.Basket__form input, .Basket__form select, .Basket__form textarea {
    width: 100%;
}
.mobile-header {
	display: none;
}

.footer-mobile{
	display: none;
}

.name-prop{
	display: none;
}

@media (max-width: 820px){
	
	.tn a {
   		 width: 96%;
	}
	
	.big-img {
		text-align: center;
	}
	
	.big-img img{
		
	}
	
	.mobile_shema{
		display: block;
	}
	
	.nav-item {
		width: 100%;
	}
	
	.product-item {
    	border: none;
		
	}
		
	.Catalog__info {
		overflow: hidden;
	}
	
	.Catalog__info table{
		
	}
	
	
	.Content {
		
	}
	
	html { 
		 overflow-x: hidden; 
	}
	
	.fence, .roof  {
		background-image: none !important;
	}
	
	.head-video {
    	display: block !important;
	}
	.head-description {
    	display: block !important;
	}
	
	.mobile-header {
		display: block;
	}
	
	.footer-mobile{
		display: block;
	}
	
	.header, .zchb, .big-video, .SideMenu{
		display: none;
	}
	
	.SECTION a, #SECTION-CAT a {
		width: 47% !important;
		overflow: hidden;
	}
	
	
	
	.SECTION .blockauto {
		width: 49%;
		overflow: hidden;
	}
	
	.main {
		top: 85px;
	}
	.main h1{
		color:#212529;	
		padding-bottom: 15px;
		padding-top: 0;
		margin-bottom: 10px;
	}
	
	.SECTION {
		height: auto;
	}
	
	
	.mobile-header{
		height: 65px;
	}
	
	.logo-mobile img{
		height: 55px;
		margin-top: 5px;
        width: 140px;
	}
	
	.logo-mobile {
		margin-left: 0;
	}
    
    .advantages-body {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
        grid-gap: 20px 20px;
    }
    
    .u-repeater {
        grid-template-columns: 100%;
        margin-bottom: 30px;
    }
    
    form[name="SIMPLE_FORM_2"] {
        position: relative;
        background-color: #fefefe;
        min-width: 20rem;
    }
    
    .advantages-body .advantage-item {
        box-shadow: 1px 1px 4px 0px rgb(0 0 0 / 19%);
    }
    
    .front-map-wrap {
        grid-template-columns: 1fr;
    }
    
    .front-contacts-text {
        margin-left: 0;
        width: 100%;
        padding: 30px 15px 30px 15px;
    }
	
	.mobile-header {
		display: inline-block;
		width: 100%;
		position: fixed;
		z-index: 998;
		top: 0;
		left: 0;
		background-color: white;
		box-shadow: 0 0 4px 0 #00000070;
	}
	
	.mobile-header .row{
		align-items: center;
		justify-content: flex-start;
	}
	
	.mobile-header .col {
		padding: 0 5px;
	}
	
	.cart {
		height: 32px;
	}
	
	.cmn-toggle-switch__htx {
		background-color: #fe0c1800;
	}
	
	.cmn-toggle-switch span {
		display: block;
		position: absolute;
		top: 48%;
		left: 0px;
		right: 10px;
		height: 2px;
		background: #333;
	}
	
	.cmn-toggle-switch span::after, .cmn-toggle-switch span::before {
		position: absolute;
		display: block;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #333;
		content: "";
	}
	
	.cmn-toggle-switch span::before {
		top: -10px;
	}
	
	.cmn-toggle-switch span::after {
		bottom: -10px;
	}
	
	.cmn-toggle-switch button {
		border: none;
	}
	
	.cmn-toggle-switch {
		display: block;
		position: relative;
		overflow: hidden;
		margin: 0;
		padding: 0;
		width: 44px;
		height: 41px;
		font-size: 0;
		text-indent: -9999px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		box-shadow: none;
		border-radius: none;
		border: none;
		cursor: pointer;
		-webkit-transition: background .3s;
		transition: background .3s;
	}
	
	.service {
		margin-top: 10px;
	}
	
	.service a {
		width: 100%;
		padding: 41px;
		position: relative;
		margin-bottom: 20px;
		background-size: cover !important;
		border-radius: 10px;
	}
	
	.catalog-section-hit .product-item {
		border:none;
		box-shadow:none;
	}
	
	.spec .product-item {
		border:none;
		box-shadow:none;
	}
	
	.delivery, .spec {
		margin-top: 0px;
	}
	
	.spec h2 {
		margin-bottom: 30px !important;
	}
	
	.catalog-section-spec .owl-stage-outer {
		height: auto !important; 
	}
	
	.calc {
		margin-bottom: 25px;
	}
	
	.promo {
		margin-bottom: 20px;
	}
	
	.promo img{
		border-radius: 10px;
	}
	
	.help {
		background-position-x: -250px;
		background-position-y: 60px;
		margin: 30px 0;
	}
	
	.woker-image {
		height: 150px;
		margin-bottom: 15px;
	}
	
	.worker .news-item b {
		font-size: 16px;
	}
	
	.worker p {
		font-size: 14px;
		color: gray;
		line-height: 15px;
	}
	
	.certificates {
		margin-top: 20px;
	}
	
	.about {
		padding: 5px !important;
	}
	
	.advantages .col {
		padding: 10px 0;
		border-radius: 7px;
	}
	
	.footer, .footer-line{
		display: none;
	}
	
	.delivery {
		margin-top: 0px;
		padding: 5px !important;
	}
	
	
	.footer-mobile {
		text-align: center;
	}
	
	.footer-mobile .logo {
		width: 100%;
		display: inline-block;
		font-size: 16px;
		text-transform: uppercase;
		color: #000;
		font-weight: 600;
		line-height: 20px;
		margin-bottom: 10px;
	}
	
	
	.footer-mobile .logo img{
		margin-bottom: 20px;
		width: 100%;
	}
	
	.footer-mobile .Footer-table__title {
		text-transform: uppercase;
		font-weight: 600;
		margin-bottom: 10px;
	}
	
	.footer-mobile .address {
		display: flex;
		font-size: 16px;
		text-align: left;
		font-weight: 600;
	}
	
	.footer-mobile .address p{
		margin-left: 10px;
	}
	
	.footer-mobile .social a {
		float: left;
		margin-right: 10px;
	}
	
	.footer-mobile .btn{
		margin: 30px 0;
		width: 100%;
		
	}
	
	form[name="callback"], form[name="express_app"] {
    	min-width: 20rem !important;
	}
	
	
	form[name="callback"] h3, form[name="express_app"] h3{
		font-size: 23px !important;
		margin-bottom: 10px;
	}
	.footer-mobile .social {
		margin-top: 20px;
		display: flex;
		align-items: center;
		text-align: center;
		justify-content: center;
	}
	
	.footer-mobile .phone, .footer-mobile .mail {
		display: block;
		font-size: 24px;
	}
	
	.footer-mobile .Footer-table__menu-link a {
		color: #333;
	}
	
	
	.footer-mobile .Footer-table__nav{
		margin-bottom: 20px;
	}
	
	.Announcements {
		display: none;
	}
	
	.Catalog__list .head {
		display: none;
	}
	
	.Catalog__list-heading h2 {
		margin-bottom: 15px;
	}
	
	.Catalog__list-item {
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 15px;
	}
	
	#metr2 .price-row {
		text-align: left;
	}
	
	.all_price {
		margin-bottom: 5px;
	}
	
	.whip_length-colum, .weight-colum {
		width: 100%;
		display: flex;
		border-bottom: 1px dashed #e7e7e7;
		justify-content: space-between;
		margin-top: 5px;
	}
	
	.price-colum {
  	  text-align: left;
	}
	.price-colum {
		width: 100% !important;
		padding-top: 15px;
		margin: 0px 0px 8px 0px;
	}
	
	.name-prop{
		display: inline-block;
		font-size: 12px;
		background: #fff;
		position: relative;
		top: 6px;
		padding-right: 10px;
	}
	
	.price_kg {
		font-size: 12px;
		width: 98px;
		margin-left: 15px;
		line-height: 15px;
	}
	
	.Catalog__list-item .product-item-title {
		width: 100%;
	}
	
	.Catalog__list .product-item {
		border: none;
	}
	
	.interes {
		border: none;
	}
	
	.Product__card, .Product .tab-content {
		box-shadow: none;
	}
	
	.SideMenu__list{
		display: none;
	}
	
	.delivery_block {
		background: transparent !important;
	}
	
	.form-jobs {
		margin: 30px 0;
	}
	
	.Product__basket-button span{
		display: none;
	}
	.Product__basket-button {
		height: 44px;
		padding: 10px 15px 10px 33px;
	}
	
	.contact_block {
		background: transparent !important;
	}
	
}




@media (max-width: 350px){
	.mobile-header .tg{
		display: none;
	}	
	
	.Delivery .table{
		display: none;
	}
	

	
	
}



@media (max-width: 320px){
	.mobile-header .wm{
		display: none;
	}	
}


.roof a, .fence a{
	color: #333;
}

.head-title-komp {
    background-color: white;
    padding: 15px;
    border-radius: 5px;
    font-size: 16px;
}

.head-img {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-radius: 5px;
    align-items: center;
}

.head-title-komp .callback {
    -moz-border-radius: .25rem;
    border-radius: 0.25rem;
    color: #000 !important;
    background-color: #008dd2;
    font-weight: 700;
    cursor: pointer;
    display: block;
    padding: 1rem;
    text-align: center;
    line-height: 15px;
    width: 240px;
    margin-top: 10px;
}

.head-title-komp img {
    width: 240px;
}

.description-all {
    background-color: white;
    margin-top: 20px;
    padding: 20px;
    border-radius: 5px;
}
.description-all p {
    margin-bottom: 20px;
    font-weight: 600;
}
.head-description {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: white;
    border-radius: 5px;
    align-items: center;
}
.head-description .img {
    width: 100%;
    height: 240px;
    background-size: contain;
    background-repeat: no-repeat;
}
.head-video {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: white;
    border-radius: 5px;
    align-items: center;
    margin-top: 20px;
}
.head-video .video {
    margin: 15px;
}

.catalog-section-hit, .catalog-section-spec, .foto, .promo, .reviews, .worker, .partners, .foto-auto, .foto-otdel, .foto-office {
    position: relative;
}

.certificates .col-md-8{
    position: relative;
}

.control button {
    background-color: #ffc000;
    color: #ffffff;
    padding: 8px 10px;
    border-radius: 50%;
    margin-left: 5px;
    border: none;
	opacity: 0.4;
}

.control button:hover {
	opacity: 1;
}

.control .previous{
    position: absolute;
    z-index: 9;
    top: 45%;
    left: 15px;
}

.control .next{
    position: absolute;
    z-index: 9;
    top: 45%;
    right: 15px;
}

.foto .control .previous, .promo .control .previous, .reviews .control .previous, .worker .control .previous, .partners .control .previous{
    top: 40%;
}

.foto .control .next, .promo .control .next, .reviews .control .next, .worker .control .next, .partners .control .next{
    top: 40%;
}
.DeliveryRegion .Delivery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.Delivery__transport-item {
    text-align: center;
    padding: 1rem;
    background-color: #fefefe;
}

.DeliveryRegion-H3 {
    margin: 15px 0;
    font-size: 1.75rem;
}

.DeliveryRegion {
    padding-bottom: 30px;
}

@media (max-width: 1399px){
	.search-cont{
		display: none;
	}	
	
	.Catalog__list-item div[data-entity="buttons-block"]{
		width: 105px;
	}
}
