.woocommerce .woocommerce-checkout #order_review .woocommerce-shipping-totals #shipping_method {
  flex-direction: column;
  gap: 16px;
}

.woocommerce .woocommerce-checkout #order_review .woocommerce-shipping-totals #shipping_method label {
  display: inline !important;
}

.woocommerce .woocommerce-checkout #order_review .woocommerce-shipping-totals #shipping_method label .woocommerce-Price-currencySymbol {
  display: inline;
}

#billing_address_1_field,
#billing_address_2_field,
#billing_city_field {
  display: none !important;
}	

.mob{
	display:none;
}
.about-page__content-image::before{
	display:none;
}
.about-page__content-image-img {
    position: relative;

    width: auto!important;
    height: 100%!imortant;
	border-radius:0!important;
    z-index: 3;
}
.about-page__content-image{
	max-width:50%!important;
	text-align:right;
}
.front-page__banner-item{
	position:relative;
}
.banner-bg{
	position:absolute;
	z-index:0;
	left:0;
	right:0;
	top:0;
	bottom:0;
}
.banner-bg{
	width:100%;
	height:auto;
	background-size:auto 100%;
	background-position:right top;
	background-repeat:no-repeat;	
}
.banner-bg.mob{

	width:100%!important;
	height:700px!important;	
	background-size:cover;
	background-position:right top;
	background-repeat:no-repeat;
}
.front-page__about .about-page__content{
	max-width:1440px;
	margin:0 auto;
}
@media (max-width: 767px){
.articles .container{
	padding:0 20px;
}	
.front-page__about {
    padding: 0 20px!important;
	
}	
	.about-page__content-image{
		max-width:100%!important;
	}
	.front-page__banner{
		height:700px!important;
	}
	.desktop{
		display:none!important;
	}
	.mob{
	display:block;
}
.front-page__banner-item {

height:700px!important;
}
.about-page__content-image-img.mob{
	width:100%!important;
	height:auto!important;
}

}
.articles .container{
	max-width:1440px;
	margin:0 auto;
}
.articles{
	margin-top:150px;
}
.article-item{
	margin-bottom:50px;
}

.article-title{
	font-size:20px;
	margin-bottom:20px;
}
.anons{
	font-size:14px;
}
h1{
	font-size:36px!important;
	font-weight:600!important;
	margin-bottom:40px!important;
}

.articlepost-template-default .blog-page__aside{
/*	display:none;*/
}
.banner__nav-primary #menu-item-1445{
	display:none;
}
.content-info .footer__nav-list, .content-info .ubermenu-nav{
	max-height:100%!important;
}

.articlepost-template-default .blog-page__main-image{
	max-height:100%!important;
	height:auto!important;
}