.action-detail__title {
  text-align: left;
  margin: 0px 0px 50px 120px;
}

.action-detail__banner {
  margin: 0px 0px 50px 0px;
}

.action-detail__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;
}

.about-action__text {
  font-size: 18px;
  line-height: 1.7;
  margin: 0px auto 40px;
  max-width: 1000px;
}

.about-action__map {
  margin: 0px 0px 70px 0px;
}
@media (max-width: 600px){
  .about-action__map {
    margin: 0px 0px 20px 0px;
  }
}

.map__title {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

.map__tabs {
  margin: 0px 0px 30px 0px;
}
@media (max-width: 600px){
  .map__tabs {
    margin: 0;
  }
}

.map__tabs button {
  margin: 0px 10px 10px 0px;
}

.map__tabs button:last-child {
  margin: 0;
}

.map__tabs .btn {
  padding: 11px 30px;
  border: 1px solid #E0C766;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  background: #fff;
}

.map__tabs .btn.active {
  color: #fff;
  background: #E0C766;
}

.map__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.map__item-nalichie{
  font-weight: 600;
  font-size: 14px;
  color: #EE2A2A;
}

.map__item-nalichie.active{
  color: #53BD38;
}

.map__left {
  max-width: 370px;
  width: 100%;
  margin: 0px 50px 0px 0px;
  max-height: 470px;
  overflow-y: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 420px;
  flex: 0 0 420px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  height: 100%;
}

.map__item--top{
  order: -1;
}

.map__item {
  font-size: 12px;
  line-height: 1.7;
  margin: 0px 0px 13px 0px;
  padding: 0px 0px 0px 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}

.map__item:hover {
  background: rgba(231, 231, 231, 0.5);
}

.map__item-name {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

.terms-action {
  max-width: 1000px;
  margin: 0 auto;
  display: none;
}

.terms-action__text {
  font-size: 18px;
  line-height: 1.7;
  margin: 0px auto 40px;
}

.terms-action__section {
  margin: 0px 0px 50px 0px;
  font-size: 14px;
  line-height: 1.7;
}

.terms-action__section p {
  margin: 0;
}

.terms-action__section-title {
  font-weight: 600;
  font-size: 18px;
  margin: 0px 0px 15px 0px;
}

.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
}

.map__right{
width: 100%;
}
.map__item-card{
  width: 100%;
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .map .map__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
  }
  .map .map__left {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      -webkit-box-flex: 1;
      -ms-flex: auto;
      flex: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      max-width: none;
      margin: 0 -10px;
  }
  .map .map__item {
      width: 33.333%;
      margin: 0px 0px 30px 0px;
      padding: 0 10px;
  }
  .map .map__right {
      margin: 0px 0px 10px 0px;
  }
}

@media (max-width: 768px) {
  .action-detail__title {
      font-size: 20px;
      margin: 0px 0px 25px 50px;
  }
  .action-detail__banner {
      margin: 0 0 40px 0;
  }
  .action-detail__tabs {
      margin: 0px 0px 30px 0px;
  }
  .about-action__text, .terms-action__text {
      font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .map__title {
    padding: 50px 0;
  }
}
@media (min-width: 992px) {
  .map__title {
    padding: 70px 0;
  }
}
@media (max-width: 600px) {
  .map .map__item {
      width: 50%;
  }
  .map .map__tabs .btn {
      padding: 7px 15px;
      margin: 0px 5px 10px 0px;
  }
}

@media (max-width: 500px) {
  .action-detail__title {
      font-size: 16px;
      margin: 0px 0px 20px 15px;
  }
  .action-detail__banner {
      margin: 0 -15px 20px;
  }
  .action-detail__tabs .tab-btn {
      padding: 10px 0;
  }
  .action-detail__tabs {
      margin: 0px 0px 15px 0px;
  }
  .about-action__text, .terms-action__text {
      font-size: 12px;
  }
  .terms-action__section-title {
      font-size: 16px;
      margin: 0px 0px 10px 0px;
  }
  .terms-action__section {
      font-size: 12px;
      margin: 0px 0px 30px 0px;
  }
  .map__title {
    padding: 40px 0;
  }
}

@media (max-width: 450px) {
  .map .map__item {
      width: 100%;
  }
  .map .map__right {
      margin: 0 -15px 30px;
  }
}