.section-title {
	background: #F2F2F2;
	padding-bottom: 120px;
	margin-bottom: 170px;
}
.section-info {
	background: #F2F2F2;
	padding: 120px 0;
}
.section-title .section-title__content {
	display: flex;
	margin-bottom: 150px;
	gap: 50px;
}
.section-title .section-title__header h1.section-title__main-heading {
	font-size: 48px;
	font-weight: 400;
	margin-bottom: 150px;
}

.a-industries-case{
    width: 100%;
    text-decoration: none;
}

.section-title .section-title__content .section-title__subheading h2 {
	font-size: 60px;
	font-weight: 600;
	line-height: 66px;
	margin-bottom: 40px;
	max-width: 980px;
	font-family: Montserrat;
}
.section-title .section-title__content .section-title__description p {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 40px;
	max-width: 750px;
}



.section-title__images .section-title__image-wrapper {
	width: 450px;
	height: 450px;
	position: relative;
}
.section-title__images .section-title__image-wrapper img {
	border-radius: 50%;
	position: absolute;
}
.section-title__images .section-title__image-wrapper img:first-child {
	z-index: 1;
	top: 130px;
    right: 200px;
}
.section-title__images .section-title__image-wrapper img:nth-child(2) {
	top: 0;
    right: -10px;
}
.section-title__images .section-title__image-wrapper img:last-child {
	top: 290px;
    right: -10px;
    z-index: 1;
}

.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-title__advantages {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    position: relative;
    left: 0%;
}
.stat-item {
	display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    gap: 20px;

}
.stat-number {
    color: #FF3D00;
    font-size: 80px;
    font-weight: 600;
	font-family: Montserrat;
    position: relative;
}
.stat-number.sup {
    padding-right: 60px;
}
.stat-number sup {
    position: absolute;
    top: 38px;
	font-size: 30px;
	padding-left: 8px;
}
.stat-text {
	font-size: 20px;
    font-weight: 400;
    text-align: left;
	font-family: Source Sans Pro;
}
@media (max-width: 1440px) {
	.section-title__images .section-title__image-wrapper img:nth-child(2) {
		top: 0;
		right: 0px;
	}
	.section-title__images .section-title__image-wrapper img:last-child {
		top: auto;
		right: 0px;
		bottom: 0;
	}
	.section-title__images .section-title__image-wrapper img:first-child {
		top: auto;
		right: auto;
		left: 0;
		bottom: 0;
	}
	.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;
	}
}
@media (max-width: 992px) {
	.section-title__advantages {
    	grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
	.section-title .section-title__content {
		flex-direction: column;
		gap: 50px;
		align-items: center;
	}
	.section-title__images .section-title__image-wrapper img:first-child {
		top: 130px;
		right: 200px;
		left: auto;
        bottom: auto;
	}
	.section-title__images .section-title__image-wrapper img:nth-child(2) {
		top: 0;
		right: -10px;
		left: auto;
        bottom: auto;
	}
	.section-title__images .section-title__image-wrapper img:last-child {
		top: 290px;
		right: -10px;
		left: auto;
        bottom: auto;
	}
}
@media (max-width: 768px) {
	.section-title__advantages {
    	grid-template-columns: repeat(1, 1fr);
		gap: 10px;
	}
	.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;
	}
	.stat-number {
		font-size: 40px;
	}
	.stat-text {
		font-size: 16px;
	}
	.section-title .section-title__header h1.section-title__main-heading {
    	font-size: 38px;
	}
	.section-info {
    	padding: 70px 0;
	}
}
@media (max-width: 520px) {
	.section-title-btn {
		width: 100%;
	}
}


.section-industries {
	margin-bottom: 100px;
}
.industry-block-container {
	border-radius: 50px;
	padding: 150px 60px 60px 60px;
	background: #F2F2F2;
	position: relative;
	overflow: hidden;
}
.container__industries {
	width: 100%;
	display: flex;
    flex-direction: column;
    gap: 30px;
}
.container__industries p {
	margin: 0;
}
.container__industries .industry-block .background-name {
	position: absolute;
    top: -45px;
    left: 45px;
    text-transform: uppercase;
    font-family: Source Sans Pro, sans-serif;
    font-size: 180px;
    font-weight: 400;
    letter-spacing: -10px;
    white-space: nowrap;
    color: #00000008;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container__industries .industry-block .industry-description {
	max-width: 800px;
	font-size: 20px;
	font-weight: 400;
	text-align: left;
	margin-bottom: 30px;
}
.container__industries .industry-block .industry-name {
	font-size: 48px;
	font-weight: 600;
	text-align: left;
	color: #FF3D00;
}
.container__industries .industry-block .industry-title {
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.container__industries .industry-block .industry-title  .icon {
	display: block;
	width: 55px;
    height: 55px;
    background-image: url(/local/templates/dial24/images/link-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.industry-block {
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.background-industry-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.industry-block-container:hover .industry-block {
    opacity: 0;
    visibility: hidden;
}

.industry-block-container:hover .background-industry-block {
    opacity: 1;
    visibility: visible;
}

.background-industry-block {
	display: flex;
}
.background-industry-block .background-industry-block-container {
    position: relative;
    width: 55%;
    height: 100%;
    background: white;
    border-radius: 50px;
    z-index: 2;
    overflow: hidden;
	padding: 60px 120px 60px 60px;
	background: #F2F2F2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.background-industry-block .background-industry-block-container.justify-end {
    justify-content: flex-end;
}
.background-industry-block .background-industry-block-container.justify-between {
    justify-content: space-between;
}
.background-industry-block .background-industry-block-container .background-industry-title {
	font-size: 20px;
	font-weight: 900;
	margin-bottom: 30px;
}
.background-industry-block .background-industry-block-container .background-industry-description {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 50px;
}
.background-industry-block .background-industry-block-container .background-industry-description ul li {
	list-style: disc;
}
.background-industry-block .background-industry-block-container .background-industry-description ul {
	padding-left: 20px;
}

.background-industry-block .background-industry-block-img {
    position: absolute;
    top: 0;
    left: 55%;
    width: calc(45% + 10%);
    height: 100%;
    z-index: 1;
    transform: translateX(-10%);
}
.background-industry-block .background-industry-block-img a {
	display: block;
    width: 100%;
    height: 100%;
}
.background-industry-block .background-industry-block-img img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.background-industry-block .background-industry-btns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    justify-items: center;
    width: 100%;
}
.background-industry-block .background-industry-btns .background-industry-btns__btn {
	display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50px;
    color: #FFFFFF;
    font-size: 14px;
    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;
	width: 100%;
    padding: 25px 0;
<!--text-transform: uppercase;-->
}
.background-industry-btns__btn--primary {
    background-color: #FF3D00;
}

.background-industry-btns__btn--secondary {
    background-color: #1C1F23;
}

.background-industry-btns__link {
    text-decoration: none;
    color: inherit;
}
@media (max-width: 1440px) {
	.background-industry-block .background-industry-block-container .background-industry-description {
		margin-bottom: 0px;
	}
}
@media (max-width: 1200px) {
	.background-industry-block {
		display: none;
	}
	.industry-block-container:hover .industry-block {
		opacity: 1;
		visibility: visible;
	}
}
@media (max-width: 992px) {
	.container__industries .industry-block .industry-description {
		font-size: 18px;
	}
	.container__industries .industry-block .industry-name {
		font-size: 32px;
	}
}
@media (max-width: 768px) {
	.container__industries .industry-block .industry-description {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.container__industries .industry-block .industry-name {
		font-size: 24px;
	}
	.industry-block-container {
		border-radius: 50px;
		padding: 100px 30px 30px 30px;
	}
	.container__industries .industry-block .background-name {
		top: -30px;
		left: 20px;
		font-size: 120px;
	}
	.section-industries {
    	margin-bottom: 70px;
	}
}

.new-breadcrumb {    
    background: #F2F2F2;
	padding-top: 10px;
}