.breadcrumb ul {
	display: flex;
    gap: 20px;
    padding: 0;
}
.breadcrumb ul li {
	font-size: 16px;
	color: #1C1F23;
    opacity: 50%;
}
.new-breadcrumb {
    background: #F2F2F2;
}
.company-title {
    margin-bottom: 110px;
}
.company-title h1{
    font-weight: 400;
    font-size: 120px;
    line-height: 80px;
    letter-spacing: -5px;
    margin: 0;
}
.section-title {
	background: #F2F2F2;
	padding-bottom: 120px;
	margin-bottom: 100px;
}
.section-certificates, .section-cases {
	background: #F2F2F2;
	padding: 130px 0px 70px 0px; 
}
.section-info {
	background: #F2F2F2;
	padding: 120px 0;
}
.section-title .section-title__header img {
	width: 100%;
	margin-bottom: 50px;
	max-height: 700px;
    object-fit: cover;
}
.section-title .section-title__header img:last-child {
    display: none;
}
.section-title .section-title__content .section-title__subheading h2 {
	font-size: 60px;
	font-weight: 600;
	line-height: 66px;
	margin-bottom: 40px;
	max-width: 1100px;
	font-family: Montserrat;
}
.section-title .section-title__content .section-title__description p {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 40px;
	max-width: 990px;
}
.section-title-btn {
	display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    width: 270px;
    height: 70px;
    border-radius: 50px;
    background: #FF3D00;
    color: #FFFFFF;
	font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.section-photos .container-photos {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}
.section-photos .container-photos img {
	width: 100%;
}
.heading-main {
	font-size: 80px;
	font-weight: 400;
	margin-bottom: 80px;
}
.section-feedback .container__feedback {
	display: flex;
    flex-direction: column;
    align-items: center;
	gap: 50px;
}
.section-feedback .container__feedback .heading-main {
	margin-bottom: 0px;
}
.section-feedback .container__feedback .feedback-description {
	font-size: 24px;
	font-weight: 400;
	line-height: 28px;
	text-align: center;
	max-width: 900px;
}
@media (max-width: 1440px) {
	.section-title .section-title__header h1.section-title__main-heading {
		margin-bottom: 50px;
	}
}
@media (max-width: 1200px) {
	.section-title__advantages {
    	grid-template-columns: repeat(2, 1fr);
	}
	.section-title {
		margin-bottom: 70px;
	}
	.heading-main {
		font-size: 60px;
		margin-bottom: 60px;
	}
	.section-certificates, .section-cases {
		padding: 80px 0px 60px; 
	}
}
@media (max-width: 992px) {
    .company-title {
        margin-bottom: 80px;
    }
	.company-title h1 {
		font-size: 60px;
	}
	.section-title__advantages {
    	grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
	.section-title .section-title__content {
		flex-direction: column;
		gap: 50px;
		align-items: center;
	}
	.heading-main {
		font-size: 60px;
	}
}
@media (max-width: 768px) {
	.section-title {
		padding-bottom: 60px;
		margin-bottom: 70px;
	}
	.section-title__images {
		display: none;
	}
	.section-title .section-title__content .section-title__subheading h2 {
		font-size: 30px;
		line-height: normal;
		margin-bottom: 20px;
	}
	.section-title .section-title__content .section-title__description p {
		font-size: 16px;
		margin-bottom: 30px;
	}
	.section-title .section-title__content {
		margin-bottom: 50px;
	}
	.section-title .section-title__header h1.section-title__main-heading {
    	font-size: 38px;
	}
	.heading-main {
		font-size: 30px;
		margin-bottom: 30px;
	}
}
@media (max-width: 520px) {
	.section-title-block ,.section-title-btn {
		width: 100%;
	}
	.section-title__content .section-title__text-block .section-title__subheading,
	.section-title__content .section-title__text-block .section-title__description {
		text-align: center;
	}
	.section-title .section-title__header img:first-child {
    	display: none;
	}
	.section-title .section-title__header img:last-child {
    	display: block;
	}
	.section-title .section-title__header {
    	margin: 0 -7.5px
	}
	.section-title, .section-certificates {
    	background: none;
		padding: 0;
	}
	.section-certificates, .section-cases {
		padding: 60px 0px 40px; 
	}
}