.mt-30{
	margin-top: 30px;
}
.mt-50{
	margin-top: 50px;
}
.mt-70{
	margin-top: 70px;
}
.mb-30{
	margin-bottom: 30px;
}
.mb-50{
	margin-bottom: 50px;
}
.mb-70{
	margin-bottom: 70px;
}

section {
	padding: 70px 0;
}
hr.line{
	margin: 35px 0;
}

.bg-gray{
	background-color: rgb(247, 247, 247);
}

h3.field{
	color: var(--main-color);
	font-weight: 600;
	font-size: 37px;
	margin-bottom: 60px;
}

h3.title{
	color: var(--main-color);
	font-weight: 200;
	font-size: 37px;
	margin-bottom: 60px;
}
h3.title span{
	font-weight: 700;
}
h3.title::after{
	content: "";
	width: 10%;
	height: 5px;
	background-color: var(--main-color);
	display: block;
	margin-top: 10px;
}

section a{
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}


.box{
	margin-bottom: 30px;
	background-color: #fff;
	box-shadow: 0 0 12px rgb(0 0 0 / 20%);
	-webkit-box-shadow: 0 0 12px rgb(0 0 0 / 20%);
}
.box .content{
	padding: 20px 30px 5px 30px;
}
.box h3 a{
	color: var(--main-color);
	font-weight: 600;
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: 0.075em;
	text-transform: uppercase;

}
.box h3 a:hover{
	color: var(--link-color);
}
.box img{
	width: 100%;
}
.box .detail{
	margin: 0 0 20px 0;
	margin-left: -25px;
	margin-right: -25px;
	padding: 8px 15px;
	line-height: 1.55;
}
.box .detail a{
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0.1em;

	color: #a8a8a8;
	text-transform: uppercase;
	float: right;

}
.box .detail a:hover{
	color: var(--link-color);
}
.box .detail a::after{
	content: "";
	clear: both;
	display: table;
}
.box .image{
	overflow: hidden;
    position: relative;
}
.box .image img{
	-webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transition: transform 0.6s cubic-bezier(0.225, 0.071, 0.357, 1);
    -moz-transition: transform 0.6s cubic-bezier(0.225, 0.071, 0.357, 1);
    -webkit-transition: transform 0.6s cubic-bezier(0.225, 0.071, 0.357, 1);
    -ms-transition: transform 0.6s cubic-bezier(0.225, 0.071, 0.357, 1);
}
.box .image img:hover{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.btn-default{
	font-weight: normal;
	background-color: var(--main-color);
	color: #fff;
	padding: 15px 30px;
	font-size: 12px;
	line-height: 1.4em;
	border-radius: 0;
	border: none;
}
.btn-default:hover{
	background-color: var(--second-color);
	color: #fff;
}

.text-right{
	text-align: right;
}
.text-center{
	text-align: center;
}
.center{
	margin: 0 auto;
}

.nav-pills .nav-link{
	border-radius: 0;
	margin: 0 11px 5px 0;
	padding: .5em 1em;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 16px;
	font-weight: 700;
	background-color: rgba(0,0,0,0.04) !important;
	color: var(--h-color);
}
.nav-link.active,
.show > .nav-link {
	background-color: var(--main-color) !important;
	cursor: default;
}
.nav-link.active,
.show > .nav-link:hover {
	color: #fff !important;
}
.nav-pills .nav-link:hover{
	color: var(--main-color);
}


section.packet .tab-content{
	background-color: #f8f8f8;
	border: 1px solid #f0f0f0;
	padding: 15px;
}
section.packet .nav-pills .nav-link{
	margin: 0 2px 2px 0;
	background-color: #ebebeb;
	border: 1px solid #e3e3e3;
	color: #666;
	background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
	background-repeat: repeat-x;
	padding: 14px 20px;
	transition: background .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 400;
	text-align: left;
}
section.packet .nav-link.active,
section.packet .show > .nav-link:hover {
	color: #666 !important;
}
section.packet .nav-link.active,
section.packet.show > .nav-link {
	background-color: #f8f8f8 !important;
}
section.packet .fas{
	margin-right: 14px;
	font-size: 16px;
}
section.packet{
	font-size: 1em;
}

section.packet .packet-alt.nav{
  justify-content: center;
}

section.packet .packet-alt.nav-pills .nav-link{
	border-radius: 50%;
	border: 3px solid #ebebeb;
	background-color: transparent !important;
	background-image: none;
	height: 15px;
	width: 15px;
	margin: 5px 7px;
	padding: 0;
}
section.packet .packet-alt .nav-link.active,
section.packet .packet-alt .nav-link:hover {
	background-color: #ebebeb !important;
}

section.packet .tab-pane.fade {
  transition: all 0.2s;
  transform: translateY(1rem);
}

section.packet .tab-pane.fade.show {
  transform: translateY(0rem);
}

.scroll-top{
	right: 10px;
	z-index: 109;
	position: fixed;
	display: none;
	text-align: center;
	line-height: 45px;
	bottom: 10px;
	width: 40px;
	height: 40px;
	transition: opacity .4s ease;
	background-color: rgba(0,0,0,.2);
	color: #fff;
	font-size: 22px;
}
.scroll-top:hover{
	background-color: rgba(0,0,0,.5);
	color: #fff;
}

section.sustainability{
	padding-bottom: 0px;
	text-align: center;
}
section.sustainability h3.title::after{
	margin-left: auto;
	margin-right: auto;
}
section.sustainability .container p{
	font-size: 12pt;
}

h3.text-center.title::after{
	margin-left: auto !important;
	margin-right: auto !important;
}

.wedo{
	margin-top: 40px;
	padding: 50px;
	color: #fff;
	background-size: cover;
	background-repeat: repeat;
	background-color: rgba(0, 0, 0, 0);
	background-position: center center;
	background-attachment: fixed;
}
.wedo .wedo-widget{
	width: 20%;
	margin: 0 10px;
}
.wedo img{
	width: 35%;
	margin-bottom: 40px;
}
.wedo p{
	text-align: left;
}

section.posts .col-md-4{
	margin-bottom: 30px;
}
section.posts .box{
	margin-bottom: 10px;
	height: 100%;
	box-shadow: none;
	-webkit-box-shadow: none;
}
section.posts .box h3 a{
	color: var(--link-color);
	text-transform: none;
	line-height: 18px;
	letter-spacing: normal;
	font-weight: bold;
	font-family: var(--main-font);
}
section.posts .box h3 a:hover{
	color: var(--main-color);
}

.counters{
	display: flex;
}
.counter{
	background-color: rgb(11, 76, 148);
	box-shadow: rgb(15 15 15 / 49%) 2px 2px 10px 0px;
	min-height: 192px;
	transition: all 700ms ease 0s;
	margin: 0 15px;
	width: 100%;
	color: #fff;
	text-align: center;
	padding: 20px 0;
}
.counter h5{
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: 700;
}
.counter h3{
	font-size: 75px;
	line-height: 70px;
	font-weight: 700;
	margin-bottom: 0;
}
.counter h3 span{
	font-size: 15px;
	line-height: 25px;
	font-weight: 600;
}
.counter span{
	font-size: 25px;
	font-weight: 500;
}

section.career{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
section.career h3{
	font-size: 38px;
	color: var(--main-color);
}
section.career h5{
	font-size: 15px;
	color: #fff;
	font-weight: bold;
}
section.career p{
	color: #fff;
}
section.career a{
	color: var(--main-color);
	text-decoration: underline;
}

section.footer img.line{
	width: 100%;
	margin: 50px 0;
}
section.footer h3{
	font-size: 17px;
	line-height: 1;
	color: var(--h-color);
	text-transform: uppercase;
}
section.footer h3.brand{
	font-size: 19px;
	color: var(--main-color);
	text-transform: none;
}
section.footer ul{
	list-style: none;
	padding-left: 0;
	margin-bottom: 30px;
}
section.footer ul.small li{
	font-size: 10pt;
}
section.footer img{
	margin: 15px 0;
}

ul.social{
	display: flex;
}
ul.social{
	list-style: none;
	padding-left: 0;
}
ul.social li{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border-radius: 100px;
	margin-right: 4px;
	background-color: var(--main-color);
}
ul.social li a{
	color: #fff;
	font-size: 14px;
}

footer{
	padding: 70px 0 50px 0;
	font-size: 13px;
	line-height: 16px;
}
footer img.line{
	width: 100%;
	margin: 30px 0;
}
footer p{
	margin-bottom: 0;
}
footer .row{
	justify-content: space-between;
	align-items: center;
}
footer .lang{
	text-align: right;
}
footer .social{
	float: right;
}

.product-box{
	border-top: 5px solid #2867b6;
	background: #f9f9f9;
	color: #777;
	border-bottom: 5px solid #ddd;
	margin-bottom: 0;
	font-size: 13px;
	text-align: center;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	height: 100%;
}
.product-box:hover{
	box-shadow: 0 0 6px rgb(0 0 0 / 20%);
	-webkit-box-shadow: 0 0 6px rgb(0 0 0 / 20%);
}
.product-box .image{
	padding: 10px 15px;
}
.product-box h3{
	padding: 20px 0;
	color: #00529b;
	font-weight: 500;
	font-size: 18px;
	border-bottom: 2px solid #e5e5e5;
	text-transform: uppercase;
}
.product-box img{
	width: 100%;
}
.product-box .btn-default{
	background: #2867b6;
	border-radius: 3px;
	padding: 10px;
	line-height: 1em;
	font-size: 13px;
	margin-bottom: 15px;
}

section.packet .accordion-header{
	display: none;
}
section.packet .accordion-button i{
	font-size: 1em;
	margin-right: 5px;
}
section.packet .accordion-button{
	width: 100%;
	display: block;
	margin: 0 0 2px 0;
	background-color: #f8f8f8;
	border: 1px solid #f0f0f0;
	color: #666;
	background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
	background-repeat: repeat-x;
	padding: 14px 20px;
	transition: background .2s ease-in-out;
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1;
	text-align: left;
}
section.packet .tabsLink{
	width: 100%;
	display: block;
	margin: 0 0 2px 0;
	background-color: #ebebeb;
	border: 1px solid #e3e3e3;
	color: #666;
	background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
	background-repeat: repeat-x;
	padding: 14px 20px;
	transition: background .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 400;
	text-align: left;
}
section.packet .tabsLink.active{
	background-color: #f8f8f8 !important;
}
section.packet .tabsLink:hover{
	background-color: #e3e3e3 !important;
}
section.packet .col-md-4{
	padding-right: 0px;
}
section.packet .col-md-8{
	padding-left: 2px;
}
section.packet .accordion-collapse{
	background-color: #f8f8f8;
	border: 1px solid #f0f0f0;
	padding: 15px;
}
section.packet .accordion-item{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border: 0;
}
section.packet .owl-theme .owl-nav.disabled+.owl-dots{
	position: absolute;
	margin-top: 0;
	top: calc(100% + -30px);
	left: 50%;
	transform: translateX(calc(-50% + 0px));
}
section.packet .owl-theme .owl-dots .owl-dot{
	width: 10px;
	height: 10px;
	margin: 0 2.5px;
}
section.packet .owl-theme .owl-dots .owl-dot .active{
	box-shadow: 0 0 0 2px #d8d8d8;
}
section.packet .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background: transparent;
	box-shadow: 0 0 0 2px #d8d8d8;
}
section.packet .owl-theme .owl-dots .owl-dot span{
	background: rgba(255,255,255,0.82);
	box-shadow: none;
}

section.breadcrumb{
	position: relative;
	display: flex;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
	background-color: #222222 !important;
	min-height: 350px;
	max-width: 100%;
	padding: 0 50px 0 50px;
	align-content: center;
	justify-content: center;
	color: #fff;
}
section.breadcrumb h1{
	z-index: 1;
	text-transform: uppercase !important;
	font-size: 30px !important;
	line-height: 36px !important;
	font: normal 700 34px / 44px "Montserrat", Helvetica, Arial, Verdana, sans-serif;
}
section.breadcrumb .bread-overlay{

	background: rgba(9,81,163,0.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

a.default-link{
	color: var(--main-color);
	text-decoration: underline;
}
a.default-link:hover{
	text-decoration: none;
}

section.ik .nav-pills .nav-link{
	font-weight: 500;
	font-size: 18px;
	padding-top: 16px;
	padding-bottom: 16px;
}

section.contact .nav-item{
	width: 100%;
}
section.contact .nav-item .nav-link{
	width: 100%;
	text-align: left;
	font-weight: 500;
	font-size: 18px;
	padding-top: 15px;
	padding-bottom: 15px;
}
section.contact ul{
	list-style: none;
	padding-left: 0;
}
section.contact ul li{
	margin-bottom: 12px;
	font-size: 15px;
}
section.contact ul li i{
	color: var(--main-color);
	font-size: 20px;
	margin-right: 2px;
}

.about-box{
	background-image: url('../img/banenr-zemin.jpg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0);
	padding: 10px 10px 10px 35px;
	min-height: 75px;
	transition: all 700ms ease 0s;
	margin-bottom: 25px;
}
.about-box p{
	margin: 0;
}
.about-box h3{
	font-weight: 700;
	font-size: 18px;
}

section.products{
	padding: 0;
}
section.products .product img{
	width: 100%;
}
section.products .product{
	width: 20%;
	position: relative;
	margin: 0 2px;
}
section.products .product:first-child{
	margin-left: 0;
}
section.products .product:last-child{
	margin-right: 0;
}
section.products .overlay{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #0061B2;
	opacity: 0.4;
}
section.products .text{
	background-color: rgba(93, 197, 255, .4);
	box-shadow: 0 -10px 13px 0px rgba(93, 197, 255, .4);
	z-index: 2;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 20px;
	color: #fff;
	transition: all .6s;
}
section.products .product:hover .text{
	background-color: #fff;
	color: var(--main-color);
}
section.products .text p{
	margin-bottom: 0;
	font-size: 12px;
}
section.products .text h3{
	font-weight: 600;
	font-size: 24px;
}


@media (max-width: 767.98px) {
	section.products .product{
		width: 100% !important;
		margin: 10px 0;
	}
	section.packet .accordion-header{
		display: block;
	}
	.wedo .wedo-widget{
		width: 100%;
		margin-top: 40px;
	}
	.counters{
		flex-direction: column;
	}
	.counter{
		margin: 0;
	}
	footer .row{
		justify-content: center;
		flex-direction: column;
	}
	footer .row:first-child{
		flex-direction: row;
	}
	footer p, footer .lang{
		text-align: center;
	}
	footer ul.social{
		margin-top: 10px;
	}
	footer .social{
		justify-content: center;
		float: none !important;
	}
}