.OPERATIONS.PFA {
	background: no-repeat center;
    background-size: cover;
}

.OPERATIONS.PFA .content {
    max-width: 700px;
}

.OPERATIONS-MAP .b-image{
    background-image:url('../img/operations-map.jpg');
    background-size: cover;
}

.OPERATIONS-MAP .b-image::after{
    padding-bottom: 34%;
}

@media screen and (max-width: 425px){
    .OPERATIONS-MAP .b-image{background-image:url('../img/operations-map-mobile.jpg');}
    .OPERATIONS-MAP .b-image::after{padding-bottom: 55%;}
}

/*OPERATIONS-STEPS*/

.OPERATIONS-STEPS {
    position: relative;
    z-index: 1;
}

.OPERATIONS-STEPS::before {
    content: "";
    display: block;
    width: 260px;
    height: 1205px;
    position: absolute;
    top: -100px;
    left: 0;
    background: url(../img/bg-left.svg);
    z-index: -1;
}

.OPERATIONS-STEPS .b-frame {
    padding: 50px 50px 0;
}

.OPERATIONS-STEPS .b-image::after{
    padding-bottom: 75%;
}

.OPERATIONS-STEPS .b-icon{
    background-image: url('../img/ui-location-orange.svg');
    background-position: left;
    width: 40px;
    height: auto;
    margin: 30px 0 20px;
}

.OPERATIONS-STEPS .b-icon::after{
    padding-bottom: 100%;
}

.OPERATIONS-STEPS .content h3 {
    line-height: 32px;
}

@media screen and (max-width: 1800px){
    .OPERATIONS-STEPS::before {left: -70px;}
}

@media screen and (max-width: 1440px){
    .OPERATIONS-STEPS::before {display: none;} /*left: -110px;}*/
}

@media screen and (max-width: 900px){
    .OPERATIONS-STEPS .b-frame{padding: 50px 25px;}
}


/*OPERATIONS-MINING*/

.OPERATIONS-MINING {
    position: relative;
    z-index: 1;
}

.OPERATIONS-MINING .b-frame {
    padding: 25px 50px 50px;
}

.OPERATIONS-MINING .b-image::after {
    padding-bottom: 65%
}


.OPERATIONS-MINING .container {
    box-sizing: border-box;
    min-height: 100%;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 900px){
    .OPERATIONS-MINING .b-frame{padding: 0 25px 50px;}
}

/*OPERATIONS-WORK*/

.OPERATIONS-WORK {
    position: relative;
    z-index: 1;
    background: #F4F5F6;
}

.OPERATIONS-WORK::before {
    content: "";
    display: block;
    width: 260px;
    height: 980px;
    position: absolute;
    top: 50px;
    right: 0px;
    background: url(../img/bg-right.svg);
    z-index: -1;
}

.OPERATIONS-WORK::after {
    content: "";
    display: block;
    width: 250px;
    height: 1510px;
    position: absolute;
    top: 1300px;
    left: 0px;
    background: url(../img/bg-right2.svg);
    z-index: -1;
}

.OPERATIONS-WORK .b-frame {
    padding: 50px;
}

@media screen and (max-width: 1440px){
    .OPERATIONS-WORK::before {display: none;}
    .OPERATIONS-WORK::after {display: none;}
}

@media screen and (max-width: 900px){
    .OPERATIONS-WORK .b-frame{padding: 50px 25px;}
}


.OPERATIONS-CTA .CTA-NEWSLETTER .content {
    max-width: 700px;
}