.page_about_company .banner {
	background: #1C3532 url('../images/bg4.jpg') no-repeat center center/cover;
	min-height: 712px;
}

.page_about_company .banner .content {
	position: absolute;
	top: 160px;
}

.page_about_company .banner .text1 {
	font-family: 'Prosto One', sans-serif;
	font-size: 65px;
	color: #fff;
	line-height: 100%;
	margin-bottom: 10px;
}

.page_about_company .banner .text2 {
	font-family: 'Montserrat Medium', 'Montserrat', sans-serif;
	font-size: 21px;
	color: #fff;
	line-height: 120%;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.page_about_company .banner .text3 {
	font-family: 'Montserrat Medium', 'Montserrat', sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 150%;
	max-width: 40%;
}

.page_about_company .banner .text3 p {
	margin-bottom: 20px;
}

.page_about_company .banner .text3 > :last-child {
	margin-bottom: 0;
}


.page_about_company .banner .breadcrumbs {
	position: absolute;
	top: 130px;
}

.page_about_company .banner .breadcrumbs a {
}

.page_about_company .banner .breadcrumbs .separator,
.page_about_company .banner .breadcrumbs .link
{
	color: rgba(255,255,255,.5);
	text-decoration: none;
	font-size: 10px;

}

.page_about_company .banner .breadcrumbs a:hover {
	color: #fff;
	text-decoration: underline;
}


.page_about_company .section2 .wrapper {
	padding: 20px;
	color: #004E49;
	text-transform: uppercase;
	text-align: center;
	font-size: 21px;
	font-family: 'Montserrat Medium', 'Montserrat', sans-serif;
	line-height: 120%;
}

.page_about_company .section_our_values {
	background: #033936;

}

.page_about_company .section_our_values .wrapper {
	padding: 30px 20px;
}

.page_about_company .section_our_values h2 {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 40px;
}




.page_about_company .section_our_values .teasers {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
	justify-content: space-between;
	gap: 20px;
}

.page_about_company .section_our_values .teasers .teaser {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: flex-start;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 18px;
	min-width: 180px;
}

.page_about_company .section_our_values .teasers .teaser .icon {
	width: 40px;
	height: 40px;
	flex-shrink: 0;
}

.page_about_company .section_our_values .teasers .teaser2 {
	min-width: 220px;
}

.page_about_company .section_our_values .teasers .teaser6 {
	min-width: 220px;
}

.page_about_company .section_our_values .teasers .teaser1 .icon {
	background: url('../images/icon11.svg') no-repeat center center/contain;
}

.page_about_company .section_our_values .teasers .teaser2 .icon {
	background: url('../images/icon12.svg') no-repeat center center/contain;
}

.page_about_company .section_our_values .teasers .teaser3 .icon {
	background: url('../images/icon13.svg') no-repeat center center/contain;
}

.page_about_company .section_our_values .teasers .teaser4 .icon {
	background: url('../images/icon14.svg') no-repeat center center/contain;
}

.page_about_company .section_our_values .teasers .teaser5 .icon {
	background: url('../images/icon15.svg') no-repeat center center/contain;
}

.page_about_company .section_our_values .teasers .teaser6 .icon {
	background: url('../images/icon16.svg') no-repeat center center/contain;
}

.page_about_company .section_our_values .teasers .teaser7 .icon {
	background: url('../images/icon17.svg') no-repeat center center/contain;
}

.page_about_company .section_our_values .teasers .teaser8 .icon {
	background: url('../images/icon18.svg') no-repeat center center/contain;
}

.page_about_company .section_our_offers {
	background: #fff;
}

.page_about_company .section_our_offers .wrapper {
	padding: 30px 20px;
}

.page_about_company .section_our_offers h2 {
	color: #004E49;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 30px;
}

.page_about_company .section_our_offers .list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 20px;
	justify-content: flex-start;
}

.page_about_company .section_our_offers .list .item {
	width: 31%;
	max-width: 300px;
	display: flex;
	flex-direction: column;
}

.page_about_company .section_our_offers .list .item img {
	display: block;
	max-width: 100%;
	border-radius: 12px;
}

.page_about_company .section_our_offers .list .item .image {
	margin-bottom: 20px;
}

.page_about_company .section_our_offers .list .item .title {
	color: #004E49;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.page_about_company .section_our_offers .list .item .sub_title {
	color: #004E49;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.page_about_company .section_our_offers .list .item .text {
	color: #004E49;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	margin-bottom: 20px;
}

.page_about_company .section_our_offers .list .item p {
	color: #004E49;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
}

.page_about_company .section_our_offers .list .item .text > :last-child {
	margin-bottom: 0;
}

.page_about_company .section_our_offers .list .item .wrapper_button {
	margin: auto 0 0;
}

.page_about_company .section_our_offers .list .item .button {
	max-width: 150px;
	min-height: 37px;
	font-size: 14px;
	text-transform: none;
}



.page_about_company .section_international_company {
	background: #eee url('../images/bg5.jpg') no-repeat center center/cover;
}

.page_about_company .section_international_company,
.page_about_company .section_international_company .wrapper
{
	min-height: 266px;
}

.page_about_company .section_international_company .wrapper {
	display: flex;
	align-items: center;
}

.page_about_company .section_international_company .text {
	max-width: 400px;
	font-family: 'Prosto One', sans-serif;
	color: #004E49;
	font-size: 32px;
}

.page_about_company .section_company_management {

}

.page_about_company .section_company_management2 {

}

.page_about_company .section_about_us_in_media {

}

.page_about_company .section_about_us_in_media .wrapper {
	padding: 40px 20px;
}

.page_about_company .section_about_us_in_media h2 {
	color: #004E49;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 40px;
}

.page_about_company .section_about_us_in_media .documents {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
	justify-content: space-between;
	gap: 20px;
}

.page_about_company .section_about_us_in_media .documents .document img {
	display: block;
	box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.25);
	max-width: 100%;
}

.page_about_company .section_we_are_trusted {
	min-height: 80px;
	background: #CEF17B;
}

.page_about_company .section_we_are_trusted .wrapper {
	padding: 30px 20px;
}

.page_about_company .section_we_are_trusted h2 {
	color: #004E49;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 24px;
}

.page_about_company .section_we_are_trusted_documents {
	background: #004E49;
}


.page_about_company .section_we_are_trusted_documents .wrapper {
	padding: 50px 20px;
}

.page_about_company .section_we_are_trusted_documents .documents {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
	justify-content: space-between;
	gap: 20px;
}

.page_about_company .section_we_are_trusted_documents .documents .document img {
	display: block;
	box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.25);
	max-width: 100%;
}

.page_about_company .section_company_management .wrapper {
	padding: 40px 20px;
}

.page_about_company .section_company_management h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 40px;
	color: #004E49;
}

.page_about_company .section_company_management.founders {
	background: #004E49;
}


.page_about_company .section_company_management .name {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 10px;
	color: #004E49;
}

.page_about_company .section_company_management .position {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
	color: #004E49;
}

.page_about_company .section_company_management .achievements {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
	color: #004E49;
}

.page_about_company .section_company_management .contacts {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #004E49;
}

.page_about_company .section_company_management .list {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.page_about_company .section_company_management .item {
	display: flex;
	gap: 20px;
}

.page_about_company .section_company_management .photo {
	width: 300px;
	flex-shrink: 0;
}

.page_about_company .section_company_management img {
	display: block;
	max-width: 100%;
}


.page_about_company .section_company_management.founders h2,
.page_about_company .section_company_management.founders .name,
.page_about_company .section_company_management.founders .position,
.page_about_company .section_company_management.founders .achievements
{
	color: #fff;
}

.page_about_company .section_company_management .contacts a
{
	color: #004E49;
	text-decoration: none;
}

.page_about_company .section_company_management .contacts a:hover {
	text-decoration: underline;
}

.page_about_company .section_company_management.founders .contacts,
.page_about_company .section_company_management.founders .contacts a
{
	color: #CEF17B;
	text-decoration: none;
}

.page_about_company .section_company_management.founders .contacts a:hover {
	text-decoration: underline;
}




.page_about_company .mlf_profits .wrapper {
	padding: 40px 20px;
}

.page_about_company .mlf_profits .showing {
	background: #033936;
	border-radius: 12px;
	padding: 30px;
}

.page_about_company .mlf_profits .showing .list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
}

.page_about_company .mlf_profits .showing .value {
	color: #CEF17B;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 48px;
}

.page_about_company .mlf_profits .showing .text {
	color: #fff;
	font-family: 'Montserrat Medium', sans-serif;
	font-size: 14px;
}

.page_about_company .mlf_profits .showing .title {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.page_about_company .mlf_profits .showing .subtitle {
	font-size: 14px;
	font-family: 'Montserrat Medium', 'Montserrat', sans-serif;
	color: #fff;
	margin-bottom: 20px;
}





@media all and (max-width: 960px) {

	.page_about_company .section_our_values .teasers {
		justify-content: flex-start;
	}

}


@media all and (max-width: 800px) {

	.page_about_company .section_our_offers .list .item {
		width: 45%;
	}

	.page_about_company .mlf_profits .showing .list2 {
		justify-content: flex-start;
	}

}

@media all and (max-width: 640px) {

	.page_about_company .section_company_management .item {
		flex-direction: column;
	}

	.page_about_company .section_company_management .photo {
		width: auto;
	}

	.page_about_company .section_our_values .teasers .teaser {
		width: 46%;
	}

	.page_about_company .section_our_offers .list .item {
		width: 100%;
	}

	.page_about_company .section_international_company {
		background: #eee url('../images/bg5_small.jpg') no-repeat center center/cover;
		min-height: 470px;
	}

	.page_about_company .section_international_company .wrapper {
		justify-content: center;
		min-height: 220px;
	}



}

@media all and (max-width: 480px) {

	.page_about_company .section_we_are_trusted_documents .documents {
		flex-wrap: wrap;
	}

	.page_about_company .section_our_values .teasers .teaser {
		width: 100%;
	}

	.page_about_company .section_international_company .text {
		font-size: 22px;
	}



}





