.wrap__featuredblocks .featuredblock__title:after {
    display: none!important;
}


html {
  scroll-behavior: smooth;
  scroll-padding-top: 45%;
}
a[href^="tel"]{
	cursor: pointer;
	pointer-events: unset;
	text-decoration: none;
}
.col2 {
	box-sizing: border-box;
	width: 50%;
	padding: 1%;
	float: left;
}

hr, .clr {
    clear:both!important;
}
.fullwidth-layout img {
  max-width: 100%!important;
}

ul.staff__list  .staff__item::before {
  display: none!important;
}
@media (max-width:767px){
	.col2{
		display:block;
		width:100%;
		float:none;
		margin:0 auto;
	}
	img.align-right, img.align-left {
		float: none!important;
	}
}
@media (max-width: 519px) {
	img.align-right, img.align-left {
		float: none!important;
	}
	.footer-panel .logo__link {
    justify-content: center!important;
}
}

@media (max-width: 320px) {
    /* .wrap__slider .slider__text {
        margin-top: 135px;
    } */
    .wrap__slider .slider__image {
        background-position: 34% 0;
    }
    

}