.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

.action__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0px 0px 50px 0px;
}

.action__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.action__item {
  padding: 0 20px;
  margin: 0px 0px 70px 0px;
}

.action__item-img {
  font-size: 0;
}

.action__item-img img {
  max-height: 310px;
}

.action__item-title {
  font-weight: 700;
  font-size: 20px;
  margin: 20px 0px 10px 0px;
}

.action__item-title span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #E0C766;
  margin: 10px 0px 0px 0px;
}

.action__item-descr {
  color: rgba(0, 0, 0, 0.6);
}

.btn {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 10px 5px;
  border: 1px solid #e0c766;
  background: #e0c766;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.btn:hover {
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .15);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, .15)
}

.btn:active {
  color: #e0c766;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none
}

.tab-btn {
  font-size: 14px;
  font-family: OpenSans, sans-serif;
  font-weight: 400;
  color: #000;
  max-width: 240px;
  width: 100%;
  border: 1px solid;
  text-align: center;
  padding: 20px 0;
  margin: 0 10px
}

.tab-btn.active {
  font-weight: 600;
  background: rgba(231, 231, 231, .2);
  border: 2px solid #e0c766
}

@media (max-width: 992px) {
  .action__items {
    margin: 0 -10px;
  }
  .action__item {
    margin: 0px 0px 40px 0px;
    padding: 0 10px;
  }
  .action__title {
    margin: 50px 0px 50px 0px;
  }
}

@media (max-width: 768px) {
  .width-50 {
    width: 100%;
  }
  .action__items {
    margin: 0;
  }
  .action__item {
    padding: 0;
  }
  .action__item-img img {
    max-height: 100%;
  }
  .action__title {
    margin: 40px 0px 50px 0px;
  }
}

@media (max-width: 500px) {
  .action .main-container {
    padding: 0;
  }
  .action__item-title, .action__item-descr {
    padding: 0 15px;
  }
  .action__item {
    margin: 0 0 30px 0;
  }
}