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: 2.5rem;
	text-align: center;
	color: #047c40;
	margin: 30px 0;
	font-weight: 700;
}
.title span {
	text-transform: uppercase;
}
.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 h2 {
	font-size: 2.5rem;
	font-weight: bold;
	color: #047c40;
}
.block h3 {
	font-size: 1.6rem;
	font-weight: bold;
	color: #047c40;
}
.phone {
	font-size: 1.65rem;
	font-weight: 700;
	color: #000000;
}
.call-rf {
	font-size: 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;
	display: grid;
    grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}
.product > :first-child {
    grid-column: 1 / -1;
}
.product h2 {
	color: #047c40;
	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;
}
.product img:hover {
	opacity: 0.8;
}
.product form {
	background: transparent;
}
.product-name {
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product-name img {
    max-width: 140px;
    margin: 0 auto;
}
.product-name a img {
    max-width: 100%;
}
.product-name span {
	font-weight: 700;
}
.img-fluid {
	padding-bottom: 10px;
}
.advants h2 {
	color: #047c40;
	font-size: 2.5rem;
	padding-bottom: 25px;
	font-weight: bold;
}
.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: #047c40;
	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;
}
.prim-img {
		max-width: 150px;
}
@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;
	}
	.product {
		grid-template-columns: repeat(2, 1fr);
	}
}
.table-primary {
	font-weight: bold;
	font-size: 20px;
}
.pack {
	font-size: 22px;
}
.regions h2 {
	color: #047c40;
	font-size: 2.5rem;
	padding-bottom: 25px;
	font-weight: bold;
}
.primenenie p {
	margin: 10px 0 20px;
	font-size: 16px;
	line-height: 1;
}
.mng {
	margin-bottom: 40px;
	font-weight: 700;
}
.mng-contact {
	text-align: left;
	padding-right:0;
}
@media (min-width: 768px) {
	.product p .mv-2{
		font-size: 1rem;
		text-align: left;
		line-height: 1.5;
	}
	.phone-bottom {
		font-size: 1rem;
		font-weight: 500;		
	}
	.call-rf-bottom {
		font-size: 1rem;
	}
}
@media (max-width: 768px) {
	.prim-img {
		max-width: 100px;
	}
}
@media (max-width: 576px) {
	.mv-1 {
		text-align: center;
		line-height: 2;
		font-weight: 500;
	}
	.phone-bottom {
		font-size: 1rem;
		font-weight: 500;		
	}
	.product p {
		font-size: 1.4rem;
	}
	.mng-contact {
		text-align: center;
	}
	.product {
		grid-template-columns: repeat(1, 1fr);
	}
}