
.support-block-stages-compare-table {
  width: calc(200% + 40px);
  margin-top: -10px;
  padding-bottom: 40px;
  transition: all .3s;
}

@media (max-width: 991px) {
  .support-block-stages-compare-table.active {
    transform: translateX(-50%);
  }
}

.support-block-stages-compare-header-lg {
  display: none;
}

.support-block-stages-compare-header .heading-3 {
  text-align: center;
  margin-bottom: 5px;
  width: 100%;
  justify-content: center;
}

.compare-table-toggle {
  text-align: center;
}

.compare-table-toggle-single {
  font-size: 18px;
  display: inline-block;
  position: relative;
  font-family: Muller;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #5E78FF;
  position: relative;
  cursor: pointer;
}

.compare-table-toggle-single + .compare-table-toggle-single {
  color: #FF4971;
}

@media (max-width: 767px) {
  .compare-table-toggle-single:not(.active) {
    display: none
  }

  .compare-table-toggle-single:after {
    content: "\e939";
    font-family: 'inetsys-ico' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 11px;
    margin-left: 12px;
    transform: rotate(90deg);
    transition: all 0.2s, transform 0.4s;
    display: inline-block;
  }
}

@media (max-width: 991px) {
  .support-block-stages-compare-header .heading-3:not(.active) {
    display: none
  }

  .support-block-stages-compare-header .heading-3 + .heading-3 {
    color: #FF4971;
  }
}

.support-block-stages-compare-title {
  padding-bottom: 34px;
  position: relative;
  padding-top: 69px;
}

.support-block-stages-compare-title:after {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: 2px;
  margin: auto;
  background-color: #AFB9F6;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.table-compare-single-ico-title {
  display: flex;
  flex-wrap: wrap;
}

.table-compare-single-ico {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.table-compare-single-ico span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 99%;
  background: #5e78ff;
  color: #fff;
}

.support-block-stages-compare-other .table-compare-single-ico span {
  background: #FF4971;
}

.support-block-stages-compare-other .table-compare-single-title {
  color: #FF4971;
}

.table-compare-single-title {
  width: 100%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  transition: all 0.5s;
  will-change: transform, opacity;
  font-family: Muller, sans-serif;
  font-style: normal;
  color: #5E78FF;
  line-height: 135%;
  margin: 0;
  font-size: 20px;
}

.table-compare-single-showmore {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 26px;
  cursor: pointer;
}

.table-compare-single-showmore span {
  font-family: Muller;
  display: flex;
  align-items: center;
  letter-spacing: 0.5px;
  color: #5E78FF;
  position: relative;
}

.table-compare-single-showmore span span:after {
  content: "\e939";
  font-family: 'inetsys-ico' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11px;
  margin-left: 12px;
  transform: rotate(90deg);
  transition: all 0.2s, transform 0.3s;
}

.table-compare-single-showmore.active span span:after {
  transform: rotate(270deg);
}

.table-compare-single-accordion-content:not(.active) {
  display: none;
}

.support-block-stages-compare-single {
  padding-top: 46px;
}

.table-compare-single-accordion-content {
  text-align: center;
  padding-top: 20px;
}

@media (max-width: 767px) {
  .support-block-stages-compare-other .table-compare-single-showmore span {
    color: #ff4971;
  }
}

@media (min-width: 768px) {
  .support-block-stages-compare-header .heading-3 {
    font-size: 34px;
    margin-bottom: -9px;
  }

  .compare-table-toggle-single {
    padding: 9px 20px 7px;
    border: solid 2px rgb(34 34 34 / 0%);
    border-radius: 99px;
    transition: all .2s;
  }

  .compare-table-toggle-single + .compare-table-toggle-single {
    margin-left: 27px;
    color: #ff4971;
  }

  .compare-table-toggle-single.active {
    border: solid 2px #222222;
    color: #222222;
  }

  .compare-table-toggle {
    display: flex;
    justify-content: center;
  }

  .support-block-stages-compare-title {
    padding-bottom: 40px;
    padding-top: 99px;
  }

  .support-block-stages-compare-single {
    padding-top: 80px;
  }

  .table-compare-single-ico-title {
    flex-wrap: nowrap;
    padding-left: 30px;
    padding-right: 20px;
    align-items: flex-start;
  }

  .table-compare-single-ico {
    width: 62px;
    margin-bottom: 0;
  }

  .table-compare-single-showmore {
    width: 48px;
    align-self: center;
    margin-top: 0;
  }

  .table-compare-single-showmore > span {
    width: 48px;
    height: 48px;
    border: solid 2px #5E78FF;
    border-radius: 99px;
    background-color: #fff;
  }

  .table-compare-single-showmore > span:before {
    content: "\e939";
    font-family: 'inetsys-ico' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    margin-top: 2px;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    transform: rotate(90deg);
    transition: all 0.2s, transform 0.3s;
  }

  .table-compare-single-showmore.active > span:before {
    transform: rotate(270deg);
    margin-top: -2px;
  }

  .table-compare-single-showmore > span span {
    display: none;
  }

  .table-compare-single-title {
    width: calc(100% - 62px - 48px);
    text-align: left;
    padding-left: 20px;
    padding-right: 10px;
    align-self: center;
    max-width: 400px;
    margin-right: auto;
  }

  .support-block-stages-compare-table {
    margin-top: -19px;
    width: calc(200% + 80px);
  }

  .support-block-stages-compare-single {
    padding-right: 30px;
  }

  .table-compare-single-accordion-content {
    text-align: left;
    padding-left: 110px;
    opacity: .75;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .support-block-stages-compare-other .table-compare-single-showmore > span {
    border: solid 2px #ff4971;
  }

  .support-block-stages-compare-other .table-compare-single-showmore > span:before {
    color: #ff4971
  }
}

@media (min-width: 992px) {
  .support-block-stages-compare-table {
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }

  .support-block-stages-compare-header-lg {
    display: block;
  }

  .support-block-stages-compare-header {
    display: none;
  }

  .support-block-stages-compare-header-lg .heading-3 {
    margin-bottom: 5px;
    width: 100%;
    padding-right: 40px;
    padding-bottom: 5px;
    line-height: 1.12;
  }

  .support-block-stages-compare-title {
    padding-bottom: 44px;
    padding-top: 84px;
  }

  .support-block-stages-compare-header-lg + .support-block-stages-compare-header-lg .heading-3 {
    color: #ff4971;
  }

  .compare-table-toggle-single-lg {
    font-weight: bold;
  }

  .support-block-stages-compare-single {
    padding-top: 35px;
    margin-top: 10px;
    padding-bottom: 35px;
    padding-right: 10px;
  }

  .support-block-stages-compare-single:nth-child(1),
  .support-block-stages-compare-single:nth-child(2) {
    margin-top: -5px;
  }

  .table-compare-single-ico-title {
    padding-left: 10px;
    padding-right: 10px;
  }

  .support-block-stages-compare-we .table-compare-single-showmore {
    display: none;
  }

  .support-block-stages-compare-we .table-compare-single-title {
    width: calc(100% - 62px);
  }

  .support-block-stages-compare-other .table-compare-single-ico-title {
    padding-left: 5px;
  }

  .table-compare-single-title {
    padding-right: 10px;
  }

  .table-compare-single-accordion-content {
    padding-top: 0px;
    padding-left: 88px;
  }

  .support-block-stages-compare-single:nth-child(odd) {
    padding-right: 10px;
  }

  .support-block-stages-compare-single:nth-child(odd).hover {
    background-color: #EBEEFF;
    border-radius: 10px 0 0 10px;
    cursor: default
  }

  .support-block-stages-compare-single:nth-child(even).hover {
    background-color: #EBEEFF;
    border-radius: 0 10px 10px 0;
    cursor: default
  }
}

@media (min-width: 1200px) {
  .support-block-seo .image-block-before img {
    width: 630px;
  }

  .support-block-stages-compare-header-lg br {
    display: none;
  }

  .support-block-stages-compare-title {
    padding-bottom: 44px;
    padding-top: 78px;
  }

  .table-compare-single-title {
    min-height: auto;
    font-size: 22px;
  }
}
