html, body{
	overflow-x: hidden !important;
	overflow-y: auto !important;	
}

h1{
	display:inline !important;
}

.contact-main_text a{
	color: inherit !important;
}
.text-muted{
	font-size: 2rem !important;
	font-weight: bold !important;
	line-height: 1.3 !important;
}
		
.social-icons>a{
	background-color: !important;
	color: !important;
}	
		
.navbar-toggler:focus {
	box-shadow: none !important;
}

.social-icons>a {
    background-color: #0077b5 !important;
    color: white !important;
}

.button_text:hover{
	color: #ffffff !important;
}

.button_text:focus{
	color: white !important;
	background-color: #000000 !important;
}


.product_component {
    list-style: none; /* убираем маркеры */
    padding-left: 0;  /* убираем внутренний отступ */
    margin-left: 0;   /* убираем внешний отступ */
    flex-wrap: wrap;  /* чтобы переносились на новую строку на мобилке */
    gap: 1rem;        /* отступ между карточками */
}


@media (max-width: 480px) {
	.text-muted {
	font-size: 1.5rem !important;
	}
}

@media (max-width: 991px) {
	.radu{
	padding-top: 25px !important;
	}
	
	.guarantees_title{
	margin-bottom: 40px !important;
	}
	.insurance-card_wrapper {
    padding: 0 30px !important;
	}

  }
  
@media (max-width: 768px) {

	
	.product_content_empty{
	display: none !important;
	}
	    .product-card_item {
        flex: 0 0 100%; /* одна карточка в ряд */
    }

}

	
@media (min-width: 992px) {
	.radu{
	padding-top: 25px !important;
	}
	
	.nathalie{
	padding-top: 25px !important;
	}		
	
	.alexandre{
	padding-top: 25px !important;
	}
	#hero-tittle{
		margin-bottom: 3rem !important;
	}
	.product_component{
		margin-top: 5.5rem !important;
	}
}