.mainPage {padding: 0 2rem;}
.nbPage__title h1 {
  font-weight: 600;
  color: #3e3935;
  font-size: 1.375rem;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom:0;
  padding-bottom:0;
  display: inline-block;
}
.mainPage__desc {font-size: 1rem color: #414141; font-weight: 300;}
.mainPage__content {padding: 2rem 2rem 1rem;}
.mainPage__col {position: relative;}
.mainPage__col._3 {background: url(images/i2.jpg) 0 7rem no-repeat; background-size: 98% auto;} 
.mainPage__i0 {position: absolute; left: -2rem; top: 10rem; right: 0rem; bottom: 0; background: #2ca3a1;}
.mainPage__i1 {position: absolute; left: -2rem; top: 7.5rem; width:24rem; height: 13rem; background: url(images/i1.png) left center no-repeat; background-size: contain;}
.mainPage__btn.btn {padding: 0.25rem 1.5rem; box-shadow: 0 0 0 0.75rem #fff !important; margin: 1rem; position: relative; right: -5.5rem; z-index: 5;}

.mainPage__i3 {position: absolute; left: 0; top: 0; right:0; bottom:0;  background: url(images/i3.png) center top no-repeat;}

/*desktops*/
@media (max-width: 1200px) { 

}

/*tablets*/
@media (max-width: 991px) {
	.mainPage__content {padding: 0;}
	.mainPage__btn.btn {right: 0;} 
	.mainPage__title {text-align: center;}
}

/*phones*/
@media (max-width: 767px) { 

}