.page-company{
	display:block;
	width:100%;
}
h1{
	font-size: 28px;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
	margin: 0px;
}
h2{
	font-size: 24px;
	font-weight: 800;
	color: #000;
	text-transform: uppercase;
	margin: 0px;
	text-align: center;
	padding: 50px 0px;
	box-sizing: border-box;
}
.block-background-brown{
	display:block;
	width:100%;
	background: linear-gradient(70deg, #c78c66, #e2b287);
	background: linear-gradient(70deg, #c78c66, #f8c698);
}
.block-background-grey{
	display:block;
	width:100%;
	background:#f5f5f5;
}
.block-background-white{
	display:block;
	width:100%;
	background:#fff;
}
.block-main{
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	padding: 0px 20px;
	box-sizing: border-box;
}
.block-h1-bread{
	display: block;
	width: 100%;
	padding: 50px 0px;
	box-sizing: border-box;
}
.block-text-img{
	display: flex;
	flex-wrap: wrap;
	padding: 50px 0px;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
}
.block-text-img-text{
	display:block;
	width:100%;
	flex-basis: 50%;
}
.block-text-img-text p{
	margin: 0px;
	line-height: 32px;
	margin-bottom: 15px;
	font-weight: 300;
}
.block-text-img-text p:last-child{
	margin-bottom: 0px;
}
.block-text-img-img{
	display:block;
	width:100%;
	flex-basis: 50%;
	text-align: center;
}
.block-text-img-img img{
	width: 100%;
	max-width: 400px;
	padding-left: 40px;
	box-sizing: border-box;
}
.block-text{
	display:block;
	width:100%;
	padding: 50px 0px;
	box-sizing: border-box;
}
.block-text p{
	margin: 0px;
	line-height: 32px;
	margin-bottom: 15px;
	font-weight: 300;
}
.block-text p:last-child{
	margin-bottom: 0px;
}
.block-text-numbers{
	display: flex;
	flex-wrap: wrap;
	padding: 50px 0px;
	box-sizing: border-box;
}
.block-text-numbers-text{
	display:block;
	width:100%;
	flex-basis: 30%;
}
.block-text-numbers-text h2{
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	margin: 0px;
	line-height: 32px;
	text-align: left;
	padding: 0px;
	box-sizing: border-box;
}
.block-text-numbers-numbers{
	display:block;
	width:100%;
	flex-basis: 70%;
}
.block-text-numbers-numbers-items{
	display:flex;
	flex-wrap: wrap;
}
.block-text-numbers-numbers-item{
	display: block;
	width: 100%;
	flex-basis: 33%;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
}
.block-text-numbers-numbers-item img{
	width: auto;
	max-width: 100px;
}
.block-text-numbers-numbers-item-cifra{
	display: block;
	width: 100%;
	font-size: 38px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
}
.block-text-numbers-numbers-item-name{
	display: block;
	width: 100%;
	font-size: 17px;
	font-weight: 300;
	color: #fff;
}
.block-timeline{
	display:flex;
	width:100%;
	flex-wrap:wrap;
	padding:0px 0px 50px 0px;
	box-sizing:border-box;
}
.block-timeline-gody{
	display: flex;
	width: 100%;
	flex-basis: 50%;
	box-sizing: border-box;
	border-right: 4px solid #97B9BD;
	position: relative;
	align-items: center;
}
.block-timeline-gody:after{
	content: "";
	position: absolute;
	width: 50px;
	height: 50px;
	background-image: url("/wp-content/uploads/2025/03/image-logo-svg.svg");
	background-size: contain;
	right: -29px;
	background-repeat: no-repeat;
}
.block-timeline-gody-item{
	display: block;
	width: 100%;
	font-size: 50px;
	font-weight: 300;
	color: #446771;
	text-transform: uppercase;
	text-align: center;
}
.block-timeline-opisanie{
	display: block;
	width: 100%;
	flex-basis: 50%;
	box-sizing: border-box;
	border-left: 4px solid #97B9BD;
}
.block-timeline-opisanie-item{
	display: block;
	width: 100%;
	font-size: 17px;
	font-weight: 300;
	color: #000;
	line-height: 32px;
	padding: 30px 0px 30px 40px;
	box-sizing: border-box;
}
.block-foto{
	display:block;
	width:100%;
	padding:50px 0px;
	box-sizing:border-box;
}
.block-foto h2{
	font-size: 24px;
	font-weight: 800;
	color: #000;
	text-transform: uppercase;
	margin: 0px;
	text-align: center;
	padding-bottom: 50px;
	padding-top: 0px;
	box-sizing: border-box;
}
.block-foto-items{
	display: grid;
	grid-gap: 15px;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	grid-auto-rows: 200px;
	grid-auto-flow: dense;
}
.block-foto-items a{
	text-decoration:none;
	transition: transform 0.3s ease-in-out;
}
.block-foto-items a:hover{
	text-decoration:none;
	filter: opacity(0.9);
	transform: scale(1.04);
	transition: transform 0.3s ease-in-out;
}
.block-foto-items a:nth-of-type(3n) {
  grid-column: span 2;
}
.block-foto-items a:nth-of-type(5n) {
  grid-row: span 2;
}
.block-foto-items a img{
	width:100%;
	height:100%;
	object-fit:cover;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}
.block-text-double{
	display:flex;
	flex-wrap:wrap;
}
.block-text-double-left{
	display: flex;
	width: 100%;
	flex-basis: 50%;
	min-height: 200px;
	align-items: center;
	justify-content: end;
	padding-right: 30px;
	box-sizing: border-box;
}
.block-text-double-left h2{
	font-size: 24px;
	font-weight: 800;
	color: #000;
	text-transform: uppercase;
	margin: 0px;
	padding:0px;
}
.block-text-double-right{
	display: flex;
	width: 100%;
	flex-basis: 50%;
	background: linear-gradient(70deg, #c78c66, #e2b287);
	background: linear-gradient(70deg, #c78c66, #f8c698);
	min-height: 200px;
	flex-wrap: wrap;
	align-items: center;
	padding-left: 30px;
	box-sizing: border-box;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}
.block-text-double-right-number{
	display: block;
	font-size: 60px;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
	padding-right: 15px;
	box-sizing: border-box;
}
.block-text-double-right-text{
	display: block;
	width: 100%;
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	max-width: 250px;
}
.block-team{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	padding: 30px 0px;
	box-sizing: border-box;
}
.block-team-item{
	display: block;
	width: 100%;
	flex-basis: 25%;
	padding: 20px;
	box-sizing: border-box;
}
.block-team-item-img{
	display:block;
	width:100%;
}
.block-team-item-img img{
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.block-team-item-name{
	display: block;
	width: 100%;
	font-size: 15px;
	font-weight: 700;
	color: #446771;
	text-transform: uppercase;
	padding: 10px 0px;
}
.block-team-item-opis{
	display: block;
	width: 100%;
	font-size: 15px;
	font-weight: 300;
	color: #000;
}
.block-six-items{
	display: block;
	width: 100%;
	padding: 50px 0px;
	box-sizing: border-box;
}
.block-six-items h2{
	font-size: 24px;
	font-weight: 800;
	color: #000;
	text-transform: uppercase;
	margin: 0px;
	padding-top:0px;
	padding-bottom: 50px;
	text-align: center;
}
.block-six-items-items{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.block-six-items-items-item{
	display:flex;
	flex-basis:33%;
	align-items: center;
	padding: 20px;
	box-sizing: border-box;
}
.block-six-items-items-item-cifra{
	display: block;
	font-size: 50px;
	font-weight: 800;
	color: #446771;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #999;
	padding-right: 15px;
	box-sizing: border-box;
	border-right: 1px solid #ccc;
	margin-right: 15px;
}
.block-six-items-items-item-meta{
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.block-six-items-items-item-meta-name{
	display: block;
	width: 100%;
	font-size: 15px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	padding-bottom: 10px;
	box-sizing: border-box;
}
.block-six-items-items-item-meta-info{
	display: block;
	width: 100%;
	font-size: 17px;
	font-weight: 300;
	color: #000;
}
.block-big-four-block{
	display:block;
	width:100%;
	padding:50px 0px;
	box-sizing:border-box;
}
.block-big-four-block h2{
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	margin: 0px;
	line-height: 32px;
	text-align: left;
	padding: 0px;
	box-sizing: border-box;
	padding-bottom: 40px;
	padding-left: 40px;
}
.block-big-four-block-items{
	display:flex;
	width:100%;
	flex-wrap:wrap;
	justify-content: center;
}
.block-big-four-block-items-item{
	display:block;
	width:100%;
	flex-basis: 22%;
	padding: 20px;
	margin: 10px;
	box-sizing: border-box;
	text-align: right;
}
.block-big-four-block-items-item img{
	width: auto;
	max-width: 150px;
}
.block-big-four-block-items-item-name{
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 0px 20px 0px;
	box-sizing: border-box;
	height: 100px;
}
.block-big-four-block-items-item-info{
	display: block;
	width: 100%;
	text-align: left;
	font-size: 17px;
	font-weight: 300;
	color: #fff;
}
.bbfbii-white{
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	background: linear-gradient(70deg, #a4c8cc, #b1d8dd);
}
.bbfbii-blueone{
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	background: linear-gradient(70deg, #97B9BD, #a5cbcf);
}
.bbfbii-bluetwo{
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	background: linear-gradient(70deg, #446771, #527d89);
}
.bbfbii-bluethree{
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	background: linear-gradient(70deg, #1E3139, #2f4d59);
}
.block-contact-form-zag{
	display:block;
	width:100%;
	background: linear-gradient(70deg, #446771, #527d89);
}
.block-contact-form-zag h2{
	font-size: 24px;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
	margin: 0px;
	text-align: center;
	padding: 50px 0px 150px 0px;
	box-sizing: border-box;
}
.block-contact-form{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	position: relative;
	top: -100px;
	border: 1px solid #f5f5f5;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}
.block-contact-form-left{
	display: block;
	width: 100%;
	flex-basis: 50%;
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
}
.block-contact-form-left p{
	margin: 0px;
	line-height: 32px;
	font-weight: 300;
}
.block-contact-form-left-items{
	display: block;
	width: 100%;
	padding-top: 30px;
	box-sizing: border-box;
}
.block-contact-form-left-items-item{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	padding: 10px 0px;
	box-sizing: border-box;
}
.block-contact-form-left-items-item-img{
	display:block;
}
.block-contact-form-left-items-item-img img{
	width: auto;
	max-width: 100px;
}
.block-contact-form-left-items-item-meta{
	display: block;
	padding-left: 20px;
	box-sizing: border-box;
}
.block-contact-form-left-items-item-meta-name{
	display: block;
	width: 100%;
	font-size: 15px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}
.block-contact-form-left-items-item-meta-info{
	display: block;
	width: 100%;
	font-size: 15px;
	font-weight: 300;
	color: #000;
	padding-top: 10px;
	box-sizing: border-box;
}
.block-contact-form-right{
	display: block;
	width: 100%;
	flex-basis: 50%;
	background: #f5f5f5;
	padding: 20px;
	box-sizing: border-box;
}
.block-contact-form-right .screen-reader-response{
	display:block;
	width:100%;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}
.block-contact-form-right .screen-reader-response ul{
	display:none;
}
.block-contact-form-right form input{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	border: 1px solid #446771;
	font-size: 17px;
	font-weight: 300;
	color: #000;
}
.block-contact-form-right form textarea{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	border: 1px solid #446771;
	font-size: 17px;
	font-weight: 300;
	color: #000;
}
.block-contact-form-right form input[type="submit"]{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	border: 0px;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	background: linear-gradient(70deg, #446771, #527d89);
	cursor: pointer;
	transition: 0.2s;
}
.block-contact-form-right form input[type="submit"]:hover{
	transition: 0.2s;
	background: linear-gradient(70deg, #c78c66, #f8c698);
}
.block-contact-form-right .wpcf7-response-output{
	display:block;
	width:100%;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}
@media (max-width: 992px){
	.block-six-items-items-item{
		flex-basis: 50%;
	}
	.block-big-four-block-items-item{
		flex-basis: 45%;
	}
}
@media (max-width: 768px){
	.block-text-img{
		display: block;
	}
	.block-text-img-text{
		border-bottom: 1px solid #ddd;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	.block-text-img-img img{
		padding-left: 0px;
	}
	.block-text-numbers-numbers-item{
		flex-basis: 50%;
	}
	.block-team-item{
		flex-basis: 50%;
	}
}
@media (max-width: 600px){
	.block-text-numbers-text{
		flex-basis: 100%;
		text-align: center;
	}
	.block-text-numbers-numbers{
		flex-basis: 100%;
		text-align: center;
		margin-top: 30px;
	}
	.block-text-numbers-text h2{
		text-align: center;
	}
	.block-text-double{
		display: block;
	}
	.block-text-double-left{
		display: block;
		min-height: auto;
		padding-right: 0px;
		text-align: center;
		padding: 50px 0px;
	}
	.block-text-double-right{
		display: block;
		min-height: auto;
		padding-left: 0px;
		text-align: center;
		padding: 50px 0px;
	}
	.block-text-double-right-number{
		padding-right: 0px;
		width: 100%;
	}
	.block-text-double-right-text{
		margin-left: auto;
		margin-right: auto;
	}
	.block-six-items-items-item{
		flex-basis: 100%;
		padding: 20px 0px;
	}
	.block-big-four-block-items-item{
		flex-basis: 100%;
		margin: 10px 0px;
		text-align: center;
	}
	.block-big-four-block-items-item-name{
		height: auto;
	}
	.block-big-four-block h2{
		padding-left: 0px;
	}
	.block-contact-form-left{
		flex-basis: 100%;
	}
	.block-contact-form-right{
		flex-basis: 100%;
	}
}
@media (max-width: 500px){
	.block-timeline-gody-item{
		font-size: 36px;
	}
	.block-timeline-gody{
		flex-basis: 40%;
	}
	.block-timeline-opisanie{
		flex-basis: 60%;
	}
}
@media (max-width: 400px){
	.block-text-numbers-numbers-item{
		flex-basis: 100%;
		padding: 20px 0px;
	}
	.block-text-numbers-numbers-item:last-child{
		padding-bottom:0px;
	}
	.block-timeline-gody{
		flex-basis: 35%;
	}
	.block-timeline-opisanie{
		flex-basis: 65%;
	}
	.block-timeline-opisanie-item{
		padding: 30px 0px 30px 30px;
	}
	.block-timeline-gody::after{
		top: -15px;
	}
	.block-team-item{
		flex-basis: 100%;
		padding: 20px 0px;
	}
}