.rates__list {
  padding: 0;
  margin: 0;
}
.rates__item {
  list-style: none;
  margin-bottom: 8px;
}

.rate__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #2fd6e4;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
/*
.rate__header:hover {
  background: #1dcedd;
}
.rate__header:active {
  background: #1ab9c6;
}
*/
.rate__h-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 30px;
}
.rate__h-icon {
  display: block;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 44px;
  cursor: pointer;
}
.rate__h-icon:before, .rate__h-icon:after {
  content: '';
  display: block;
  width: 13px;
  height: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.rate__h-icon:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.rate.active .rate__h-icon:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.rate__body {
  display: none;
}
.rate__tr {
  padding: 0 10px;
  margin: 0;
  font-size: 13px;
  line-height: 1.2;
  border: solid transparent;
  border-width: 1px 0;
  -webkit-transition: border 0.2s;
  transition: border 0.2s;
}
@media (min-width: 576px) {
  .rate__tr {
    font-size: inherit;
    line-height: inherit;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.rate__tr:hover {
  border-color: #CFCFCF;
}
.rate__tr:first-child {
  display: none;
}
@media (min-width: 576px) {
  .rate__tr:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.rate__tr:nth-of-type(odd) {
  background: #f5f5f5;
}
.rate__tr:nth-of-type(even) {
  background: #eaeaea;
}
.rate__th, .rate__td {
  position: relative;
  list-style: none;
  padding: 9px 10px 9px 40%;
}
@media (min-width: 576px) {
  .rate__th, .rate__td {
    padding: 9px 10px;
  }
}
@media (min-width: 576px) {
  .rate__th:nth-child(1), .rate__td:nth-child(1) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 576px) {
  .rate__th:last-child, .rate__td:last-child {
    width: 150px;
  }
}
.rate__th:before, .rate__td:before {
  content: attr(data-caption);
  position: absolute;
  top: 10px;
  left: 0;
  width: 37%;
}
@media (min-width: 576px) {
  .rate__th:before, .rate__td:before {
    display: none;
  }
}



/*# sourceMappingURL=tarifs.css.map */
