.breadcrumbs-title {
    font-family: Mariupol, sans-serif;
    color: var(--blue-link);
    font-size: 1rem;
    line-height: 1;
    transition: all .3s;
}

.footer-phones-in-address {
    font-size: clamp(1.125rem ,1.0993589744rem + .1282051282vw ,1.25rem);
    display: none;
}

.footer-phones {
    display: block;
    position: absolute;
    right: 0;
    font-size: clamp(1.125rem ,1.0993589744rem + .1282051282vw ,1.25rem);
}


.footer-address {
   font-size: clamp(1.125rem ,1.0993589744rem + .1282051282vw ,1.25rem);
}

.footer-phones-in-address a {
 	display: block;
}

@media only screen and (max-width: 992px) {
 .footer-phones {
 	display: none;
 }

 .footer-phones-in-address {
 	display: block;
 }
 .footer-address {
   width: 100%;
   text-align: center;
 }
}


.about-product-features__info-column span {
     font-size: 16px;
    font-weight: 100;
    display: block;

}

.main-text h2, 
.main-text h3, 
.main-text h4, 
.main-text h5, 
.main-text h6 {
	margin-top: 10px;
}
