#breadcrumbs {
    display: none;
}
#body section h1 {
	background: url("../../images/main_img/bg/pro-kompaniju-h1.jpg") no-repeat center top;
	background-size: cover;
	box-sizing: border-box;
	color: #fff;
	font-size: 70px;
	font-weight: 700;
	text-align: center;
	padding: 153px 0;
	margin: -30px 0 40px !important;
	text-shadow: 0 0 1px #000;
}
.to-tara-link {
	color: inherit;
	font-weight: 700;
	text-decoration: none;
}
.to-tara-link:hover {
	text-decoration: underline;
}
#body > .limiter{
	max-width: 100% !important;
}
#pro-kompaniju,
#pro-kompaniju .for_inline_block > * {
	line-height: 1.2;
}
#body section #pro-kompaniju h2.line-title {
    margin: 30px 0 10px !important;
	font-size: 22px;
	font-weight: 700;
	padding: 0 0 5px;
	border-bottom: 2px solid #d7b56d;
}
#pro-kompaniju p {
    margin-bottom: 20px;
}
#my-brands .section-cont {
    padding: 20px 0 30px;
}
#my-brands .item {
	width: 21.33%;
	margin: 0 6%;
	text-align: center;
	vertical-align: middle;
}
#my-brands .item img {
    position: relative;
    transition: .5s;
    top: 0;
    will-change: transform;
}
#my-brands .item:hover img {
	transform: translateY(-10px);
}
#mission .section-cont {
	margin: 0 -4%;
}
#mission .section-cont .item {
	margin: 0 4%;
	width: 42%;
}
/* #mission .section-cont .first-item {
	width: 21.33%;
}
#mission .section-cont .second-item {
	width: 23.33%;
}
#mission .section-cont .third-item {
	width: 27.33%;
} */
#mission .item h2 {
    font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 14px;
	padding-top: 80px;
	font-weight: 700;
}
#mission .section-cont .item h2::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	height: 60px;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: contain;
}
#mission .section-cont .first-item h2::before {
	background-image: url("../../images/main_img/pro-kompaniju/missia.png");
}
#mission .section-cont .second-item h2::before {
	background-image: url("../../images/main_img/pro-kompaniju/culture.png");
}
#mission .section-cont .third-item h2::before {
	background-image: url("../../images/main_img/pro-kompaniju/values.png");
}
#mission .item .description {
    font-size: 16px;
}
#mission ul,
#mission li {
	list-style: none;
}
#mission ul {
	margin: 0 0 3px;
}
#mission li {
	position: relative;
	padding-left: 15px;
}
#mission li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	width: 6px;
	height: 7px;
	border-radius: 50%;
	background-color: #d7b56d;
}
/* achievement */
#achievement {
	position: relative;
	overflow: hidden;
	margin-top: 55px;
	background: #132c4b url("../../images/main_img/bg/valve.jpg") center center no-repeat;
	/* background-size: cover; */
	background-attachment: fixed;
	color: #fff;
}
#achievement .limiter {
	padding-left: 20px;
    position: relative;
}
#achievement .limiter::before,
#achievement .limiter::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 5px;
    background: #ebc475;
    background: -moz-linear-gradient(left, #ebc475 0%, #e5b66e 100%);
    background: -webkit-linear-gradient(left, #ebc475 0%,#e5b66e 100%);
    background: linear-gradient(to right, #ebc475 0%,#e5b66e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebc475', endColorstr='#e5b66e',GradientType=1 );
    z-index: 2;
}
#achievement .limiter::before {
	 top: 0;
}
#achievement .limiter::after {
    bottom: 0;
}
#achievement .section-cont {
    padding: 30px 0;
}
#achievement .item {
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	height: 72px;
	padding-top: 22px;
	padding-bottom: 22px;
	width: 23.33%;
	margin: 10px 0 10px 10%;
}
#achievement .item .number {
	position: absolute;
	left: 0;
	top: 0;
	color: #d7b56d;
	font-size: 52px;
	height: 52px;
	text-decoration: none;
	text-shadow: 0 0 2px #000;
}
#achievement .item .text {
	display: block;
	line-height: 1.1;
	text-shadow: 0 0 1px #000;
	transition: .5s;
}
#achievement .item.first-item {
	margin-left: 0;
}
#achievement .item.first-item .text,
#achievement .item.third-item .text {
	padding-top: 13px;
}
#achievement .item.first-item,
#achievement .item.second-item {
	padding-left: 62px;
}
#achievement .item.third-item,
#achievement .item.fourth-item,
#achievement .item.fifth-item,
#achievement .item.sixth-item {
	padding-left: 90px;
}
/* achievement end */
@media screen and (max-width: 1800px) {
	#body section h1 {
		padding: 140px 0;
	}
}
@media screen and (max-width: 1600px) {
	#body section h1 {
		padding: 120px 0;
	}
}
@media screen and (max-width: 1440px) {
	#body section h1 {
		font-size: 60px;
		padding: 110px 0;
	}
}
@media screen and (max-width: 1366px) {
	#body section h1 {
		font-size: 50px;
		padding: 110px 0;
	}
}
@media screen and (max-width: 1280px) {
	#body section h1 {
		font-size: 50px;
		padding: 102px 0;
	}
}
@media screen and (max-width: 1024px) {
	#body section h1 {
		font-size: 50px;
		padding: 75px 0;
	}
}
@media screen and (max-width: 980px) {
	#body section h1 {
		font-size: 40px;
		padding: 76px 0;
	}
}
@media screen and (max-width: 979px) {
	#achievement .item {
		width: 28.33%;
		margin: 10px 0 10px 5%;
	}
	#mission .section-cont {
		margin: 0;
	}
	#mission .section-cont .item {
		margin: 0 0 15px;
		width: 100%;
		border-bottom: 1px dashed #d7b56d;
	}
	#mission .section-cont .item.second-item {
		margin: 0;
		border-width: 0;
	}
	/* #mission .section-cont .item.third-item {
		margin: 0;
		border-width: 0;
	} */
	#mission .item h2 {
		margin-bottom: 10px;
		padding: 27px 0 0 70px;
	}
	#mission .section-cont .item h2::before {
		width: 50px;
		height: 45px;
	}
}
@media screen and (max-width: 800px) {
	#body section h1 {
		font-size: 40px;
		padding: 57px 0;
	}
}
@media screen and (max-width: 768px) {
	#body section h1 {
		font-size: 40px;
		padding: 53px 0;
	}
}
@media screen and (max-width: 767px) {
	#achievement .item,
	#achievement .item.first-item {
		width: 50%;
		margin: 10px 0;
	}
}
@media screen and (max-width: 640px) {
	#body section h1 {
		font-size: 36px;
		padding: 44px 0;
		margin-bottom: 30px !important
	}
}
@media screen and (max-width: 535px) {
	#body section h1 {
		font-size: 30px;
		padding: 36px 0;
	}
}
@media screen and (max-width: 500px) {
	#achievement .limiter {
		padding-left: 0;
	}
	#achievement .section-cont {
		padding: 15px 0 35px;
	}
	#achievement .item {
		width: 50% !important;
		margin: 10px 0 !important;
		text-align: center;
		padding-left: 0 !important;
		padding-top: 5px;
		padding-bottom: 5px;
		height: auto;
	}
	#achievement .item .number {
		position: static;
		display: block;
		padding-bottom: 10px;
	}
	#achievement .item .text {
		padding-top: 0 !important;
	}
}
@media screen and (max-width: 480px) {
	#body section h1 {
		font-size: 28px;
		padding: 32px 0;
		margin-bottom: 20px !important
	}
}
@media screen and (max-width: 479px) {
	#mission h2 {
		font-size: 24px;
		margin-bottom: 5px;
		padding: 12px 0 0 55px;
	}
}
@media screen and (max-width: 400px) {
	#body section h1 {
		font-size: 26px;
		padding: 26px 0;
	}
}
@media screen and (max-width: 360px) {
	#body section h1 {
		font-size: 26px;
		padding: 22px 0;
	}
}
@media screen and (max-width: 320px) {
	#body section h1 {
		font-size: 24px;
		padding: 18px 0;
	}
}