
.promo-thanks{
}
.banner{
  margin-top: 90px;
  margin-bottom: 35px;
  margin-left: 0;
  margin-right: 0;
}
.banner .title{
  font-weight: 900;
  font-size: 50px;
  line-height: 55px;
  color: #333;
  margin-bottom: 25px;
}

.banner .descr{
  font-weight: normal;
  font-size: 24px;
  line-height: 26px;
  color: #666;
  margin-bottom: 15px;
}
.banner .title span{
  color: #31b0f8;
}
.banner .col img{min-width: 330px;}

.h2{
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  color: #333;
  margin-bottom: 40px;
}

.h2 span{
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  color: #333333;
}



.steps .step{
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  margin: 10px;
  padding: 40px 30px;
}

.steps2 .step{
  width: 180px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.steps2 .step a{
 text-decoration: none;color: black;
}


.steps2 .step  img{
  min-width: 105px;
}

.steps .center{
  text-align: center;
}


@media (min-width: 1200px) {
  .steps2 .col{
    max-width: calc(100% / 6);}
}
@media (max-width: 1200px) {
  .banner>.col:nth-child(1){
    width:70%;
    flex-grow: 2;
  }

}
@media (max-width:768px) {
  .banner>.col:nth-child(1){
    width:70%;
    flex-grow: 3;
  }

  .banner>.col:nth-child(2){
    order: -1;
  }
  .banner .title{
    font-size: 30px;
    line-height: 35px;
  }


}
@media (max-width:320px) {
  .banner>.col:nth-child(1){
    width:100%;
  }
  .banner>.col:nth-child(2){
   display: none;
  }
}