.head-bg {
  background: #61C2CD;
  height: 67px;
  transition: all 0.5s ease; }
  .head-bg h6 {
    position: absolute;
    margin-top: 22px;
    margin-left: 53px;
    color: white; }
  .head-bg svg {
    position: relative;
    margin-top: 22px;
    margin-left: 100%;
    right: 50px;
    fill: white;
    transform: rotate(180deg);
    transition: transform 0.4s ease; }

.active .head-bg {
  background: #61C2CD; }
.active h6 {
  color: white; }
.active svg {
  fill: white;
  transform: rotate(0deg); }

.collapse-info {
  display: none; }

thead {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #61C2CD;
  background: #DDFCFB; }

tr {
  background: #F3FFFF; }

.theadTr {
  background: #DDFCFB !important; }

.programms tr {
  background: #E4ECEC; }

.table {
  margin-bottom: 0; }

.prices-collapse .submit {
  padding: 15px 0; }

.customThead {
  background: #F3FFFF;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  width: 100%;
  margin: 0;
  padding-top: 15px;
  /* identical to box height */
  color: #5A5B5B; }
  .customThead p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    color: #5A5B5B; }

.prices-collapse {
  margin-bottom: 15px; }

.cloase_all {
  border-radius: 15px;
  border: 2px solid #FDC00F;
  display: inline-block;
  padding: 0 15px;
  height: 60px;
  line-height: 27px;
  color: #FDC00F;
  transition: 0.5s all;
  cursor: pointer;
  font-weight: bold;
  position: sticky;
  top: 170px;
  background-color: white;
  z-index: 10000;
  width: 160px;
  text-align: center;
  margin-left: calc(100% - 160px);
  margin-bottom: 40px; }
  .cloase_all.opened svg {
    transform: rotate(0deg); }
  .cloase_all:hover {
    color: white;
    background-color: #FDC00F; }
    .cloase_all:hover svg {
      fill: white; }
  .cloase_all p {
    margin-bottom: 0; }
  .cloase_all svg {
    transition: all 0.5s;
    margin-top: -4px;
    fill: #FDC00F;
    transform: rotate(180deg); }

@media screen and (max-width: 700px) {
  .cloase_all {
    width: 110px;
    font-size: 10px;
    line-height: 20px;
    height: 40px;
    margin-left: calc(100% - 110px); }
    .cloase_all svg {
      width: 10px;
      height: 10px;
      margin-top: -10px; } }
span.anchor {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden; }

/*# sourceMappingURL=prices.css.map */
