body {
	font-family: 'Roboto Condensed', sans-serif!important;
	font-size: 1.2rem!important;
}
.top-head {
	width: 100%;
	background: linear-gradient(180deg, lightcyan, #ffffff);
	padding: 10px 0;
}
.top-head p {
	padding: 0;
	margin: 0;
	font-size: 0.9rem;
}
.top-head button {
	margin: 10px 0;
	border-radius: 20px;
}
.top-head button a {
	color: #ffffff;
}
.head button {
	margin: 10px 0;
	border-radius: 20px;
}
.head p {
	line-height: 1.2;
	margin: 5px;
}
.title h1{
	font-size: 3.5rem;
	text-align: center;
	color: #005DB9;
	margin: 30px 0;
	font-weight: 700;
}
.nav-link {
	font-weight: 700;
	font-size: 1.1rem;
}
.navbar-nav i {
	font-size: 0.6rem;
    margin-right: 12px;
}
.menu {
	background: #E0FFFF;
}
.head {
	background: linear-gradient(180deg, #DCDCDC, #ffffff);
}
.block {
	background: #F0F8FF;
}
.block h3 {
	font-size: 1.6rem;
	font-weight: bold;
	color: #005DB9;
}
.phone {
	font-size: 1.75rem;
	font-weight: 700;
	color: #000000;
}
.call-rf {
	font-size: 1.1rem;
	color: #000000;
}
.bg-sm {
	background: url(/images/bg1.jpg) no-repeat;
	background-position: left;
}
.bg-sm p {
	font-size: 1.3rem;
	font-weight: 500;
}
.bg-sm form {
	box-shadow: -5px 5px 6px 0px rgba(0, 0, 0, 0.4);
	border: 1px solid #ddd;
}
.bg-sm button {
	margin: 10px 0;
	border-radius: 20px;
}
.product {
	border: 2px solid #ddd;
	border-radius: 10px;
}
.product h2 {
	color: #005DB9;
	font-size: 3.5rem;
	padding-bottom: 25px;
}
.product h3 {
	font-size: 1.8rem;
	padding-bottom: 35px;
	font-weight: 700;
	line-height: 1.5;
}
.product li {
	font-size: 1.1rem;
	margin-bottom: 10px;
}
.product button {
	font-size: 1.2rem;
	font-weight: 500;
	margin: 10px 0;
	border-radius: 20px;
}
.product button a {
	color: #ffffff;
	font-size: 1.3rem;
}
.product p {
	font-size: 1.4rem;
}
.advants h2 {
	color: #005DB9;
	font-size: 3.5rem;
	padding-bottom: 25px;
}
.advants p {
	font-size: 1.2rem;
	font-weight: 500;
}
.video {
	border-bottom: 2px solid #ddd;
}
.video p {
	font-size: 1.5rem;
}
.video button {
	border-radius: 20px;
}
.video button a {
	font-size: 1.5rem;
	color: #ffffff;
}
.cert h3 {
	font-size: 3rem;
	padding-bottom: 35px;
	font-weight: 700;
	line-height: 1.5;
}
.cert p {
	font-size: 1.1rem;
}
.cert th {
	color: #ffffff;
	background: #005DB9;
	font-size: 1.5rem;
}
.cert table {
	font-size: 1.5rem;
}
.ask h3 {
	font-size: 3rem;
	padding-bottom: 35px;
	font-weight: 700;
	line-height: 1.5;
}
.manufacture {
	border: 2px solid #ddd;
	border-radius: 10px;
}
.manufacture h3 {
	font-size: 3rem;
	padding-bottom: 25px;
	font-weight: 700;
}
.manufacture p {
	font-size: 1.1rem;
	line-height: 1;
}
.regions h3 {
	font-size: 3rem;
	font-weight: 700;
}
.regions table {
	font-size: 1.1rem;
}
.r-borders {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}
.modal-title {
	font-size: 1.5rem;
}
@media (max-width: 991px) {
	.title h1 {
	    font-size: 2rem;
	}
	.product h2 {
		font-size: 2rem;
	}
	.advants h2 {
        font-size: 2rem;
	}
	.cert h3 {
        font-size: 2rem;
	}
	.manufacture h3 {
        font-size: 2rem;
	}
	.regions h3 {
        font-size: 2rem;
	}
	.video button {
		margin: auto;
	}
}
.table-primary {
	font-weight: bold;
	font-size: 20px;
}
.pack {
	font-size: 22px;
}
.regions h2 {
	color: #005DB9;
	font-size: 3.5rem;
	padding-bottom: 25px;
}
.use {
	display: flex;
    justify-content: space-around;
    text-align: center;
}
.use-image {
    max-width: 220px;
    padding: 20px;
}
@media (max-width: 992px) {
	.use-image {
		height: 151px;
	}
}
@media (max-width: 768px) {
	.use {
		display: flex;
    	flex-wrap: wrap;
		justify-content: space-around;
		text-align: center;
	}
	.use-image {
		height: 190px;
	}
}
@media (max-width: 576px) {
	.use {
		display: none;
	}
}