.checkup-main,
.checkup__interoperability,
.checkup__result,
.checkup__specialists {
  margin-bottom: 70px;
}
.double-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.double-content--revert {
  flex-direction: row-reverse;
}
.double-content > div {
  flex: 0 0 50%;
}
.checkup__about {
  font-family: var(--medium-font);
  font-size: 18px;
  line-height: 32px;
  color: #232427;
}
.checkup__count {
  font-family: var(--regular-font);
  font-size: 14px;
  line-height: 24px;
  color: #7C90A0;
}
@media (max-width: 991px) {
  .checkup__about {
    max-width: unset;
  }
  .double-content {
    flex-direction: column-reverse;
  }
  .double-content > div {
    flex-basis: 100%;
  }
  .double-content img {
    margin-bottom: 40px;
    max-width: 100%;
  }
}
/* Checkup-cards */
.checkup-list {
  display: flex;
  flex-flow: row wrap;
  margin: -15px;
}
.card-checkup {
  background-color: #FFF;
  border: 1px solid #E1E4E7;
  width: calc(33.3% - 30px);
  border-radius: 6px;
  display: inline-block;
  height: 270px;
  padding: 30px;
  margin: 15px;
  position: relative;
  transition: border .3s;
}
.card-checkup__title {
  font-family: var(--medium-font);
  font-size: 16px;
  line-height: 24px;
  color: #232427;
  display: inline-block;
  transition: color .3s;
}
.card-checkup:hover {
  border-color: var(--main-color);
}
.card-checkup:hover .card-checkup__title {
  color: var(--main-color);
}
.card-checkup__price {
  font-family: var(--medium-font);
  font-size: 20px;
  line-height: 36px;
  color: #232427;
  position: absolute;
  bottom: 0;
  padding-bottom: 20px;
}
.content-with-aside .card-checkup {
  width: calc(50% - 30px);
}
@media (max-width: 991px) {
  .card-checkup {
    width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .card-checkup,
  .content-with-aside .card-checkup {
    width: 100%;
    height: 200px;
    margin: 10px 0;
  }
}
/* Features */
.checkup__feature {
  flex: 0 0 50%;
  font-family: var(--regular-font);
  font-size: 16px;
  line-height: 32px;
  color: #7C90A0;
  padding: 0 15px 15px;
}
.checkup__feature-grid {
  display: flex;
  flex-flow: row wrap;
}
.checkup__feature img {
  max-width: 100%;
  margin-bottom: 40px;
}
.checkup__feature h3 {
  font-family: var(--medium-font);
  font-size: 40px;
  line-height: 48px;
  color: #232427;
  margin-bottom: 20px;
}
.checkup__feature-grid .checkup__feature img {
  margin-bottom: 20px;
}
.checkup__feature-grid .checkup__feature h3 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .checkup__feature {
    flex-basis: 100%;
    text-align: center;
  }
}
/* Interoperability */
.checkup__interoperability {
  background-color: var(--extra-light-color);
  padding: 40px 0;
}
/* Specialists */
.checkup__specialists {
  background-color: #EDF2F5;
  padding: 40px 0;
}
.checkup__specialists h2 {
  font-family: var(--bold-font);
  font-size: 32px;
  line-height: 30px;
  color: #232427;
}
.checkup__specialists .specialists-list {
  display: flex;
  flex-wrap: wrap;
  margin: 10px -20px;
}
.checkup__specialists .speciality-card {
  width: calc(33.33% - 40px);
  margin: 20px;
  padding: 25px 40px 40px;
  position: relative;
  height: 300px;
}
@media (max-width: 991px) {
  .checkup__specialists .speciality-card {
    width: calc(50% - 40px);
  }
}
@media (max-width: 767px) {
  .checkup__specialists .speciality-card {
    margin: 10px;
    width: calc(100% - 20px);
  }
}
@media (max-width: 424px) {
  .checkup__specialists h2 {
    font-size: 24px;
  }
  .banner__checkup {
    display: none;
  }
}
/* Checkup Item */
#checkup-banner .banner__inner {
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 130px;
}
#checkup-banner .banner__checkup {
  max-width: 150px;
  max-height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: inherit;
}
@media (max-width: 767px) {
  #checkup-banner .banner__checkup {
    max-height: 80px;
  }
}
@media (max-width: 424px) {
  #checkup-banner .banner__inner {
    padding-left: 0;
  }
}
.section-program__total > i {
  font-size: 20px;
  margin-right: 5px;
  display: inline-block !important;
  color: var(--main-color);
}
.section-program__flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.section-program__list {
  width: 75%;
  padding-right: 230px;
}
.section-program__list .table-prices tr:hover {
  background-color: #FFF;
  cursor: default;
}
.section-program__total {
  width: 25%;
}
.total__sum-without-discount {
  font-size: 18px;
  line-height: 20px;
  color: #95A6B3;
  position: relative;
}
.section-program__list .table-prices tr {
  margin: 0 20px 0 0;
  padding: 0;
}
.section-program__list .table-prices tr td {
  padding-bottom: 40px;
  border-bottom: 1px solid #E2E9ED;
}
.section-program__toggle-btns {
  display: flex;
  margin-bottom: 40px;
}
.blue-toggle-btn {
  font-family: var(--medium-font);
  font-size: 14px;
  line-height: 20px;
  color: #232427;
  padding: 10px;
  margin-right: 20px;
}
.section-program__toggle-btns label {
  padding: 10px;
  margin-right: 20px;
}
.section-program__toggle-btns input {
  opacity: 0;
}
.input-checked {
  background: var(--second-main-color);
  border-radius: 3px;
  color: #FFF;
}
.blue-toggle-btn {
  overflow: hidden;
}
.section-program__toggle-btns {
  display: flex;
  margin-bottom: 36px;
  overflow: hidden;
}
.section-program__toggle-btns input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
.section-program__toggle-btns label {
  color: #232427;
  font-family: var(--medium-font);
  font-size: 14px;
  line-height: 20px;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 8px 16px;
  margin-right: 10px;
  transition: all .1s ease-in-out;
}
.section-program__toggle-btns label:hover {
  cursor: pointer;
}
.section-program__toggle-btns input:checked + label {
  background: var(--second-main-color);
  border-radius: 3px;
  color: #FFF;
}
.section-program__toggle-btns label:first-of-type {
  border-radius: 4px 0 0 4px;
}
.section-program__toggle-btns label:last-of-type {
  border-radius: 0 4px 4px 0;
}
/* Checkup Item Total */
.total__top {
  margin-bottom: 25px;
}
.total__aside__bottom {
  border-top: 1px solid #E1E4E7;
  padding-top: 25px;
}
.total__duration {
  margin-top: 0;
}
.total__days {
  font-family: var(--medium-font);
  font-size: 32px;
  line-height: 30px;
  color: #232427;
  margin-top: 25px;
  margin-bottom: 45px;
}
.total__btn {
  background-image: url(/static/mobile_app/www/assets/images/checkups/add-to-cart.png);
  background-repeat: no-repeat;
  background-position: right 30px center;
  width: 100%;
}
.total__block {
  border: 1px solid #E1E4E7;
  border-radius: 6px;
  padding: 25px 30px 30px;
}
.total__sum {
  font-family: var(--medium-font);
  line-height: 30px;
  font-size: 32px;
  margin: 25px 0 15px 0;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .section-program__flex-wrap {
    display: block;
  }
  .section-program__list {
    width: 100%;
    padding-right: 200px;
  }
  .section-program__total {
    position: fixed;
    width: 100%;
    max-width: initial;
    left: 0;
    bottom: 0;
    z-index: 3;
    margin: 0;
    padding: 0;
  }
  .total__block {
    background: #FFF;
    position: fixed;
    z-index: 4;
    top: calc(100% - 100px);
    width: 100%;
    border-radius: 12px 12px 0 0;
    padding: 10px 20px;
    transition: transform .5s;
  }
  .cart__table-clear {
    top: 0;
  }
  .cart__aside-actions {
    display: none;
  }
  .total__collapse {
    transform: translateY(calc(110px - 100%));
  }
  .total__top {
    position: relative;
    border-bottom: none;
    transition: padding .5s;
    margin-bottom: 10px;
  }
  .total__sum {
    font-size: 20px;
    margin: 5px 0;
  }
  .total__sum-without-discount {
    font-size: 16px;
  }
  .total__duration {
    margin-top: 25px;
  }
  .total__aside__bottom {
    font-size: 14px;
    padding-top: 10px;
  }
  .total__days {
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 20px;
  }
  .total__btn {
    max-width: 300px;
  }
  .cart__total_collapse .cart__total-top {
    padding-top: 30px;
  }
  .cart__total-title {
    margin-bottom: 5px;
  }
  .total__block:not(.total__collapse) .total__sum {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .section-program__list {
    padding: 0;
  }
  #checkup-banner .banner__title {
    font-family: var(--medium-font);
  }
}
@media (max-width: 424px) {
  .total__block {
    padding: 10px 10px;
  }
  .total__sum {
    font-size: 20px;
    margin: 0;
  }
  .total__btn {
    max-width: 100%;
  }
  .total__top .total__title {
    font-size: 14px;
  }
  .total__block:not(.total__collapse) .total__sum {
    font-size: 18px;
  }
  .total__sum-without-discount {
    font-size: 16px;
  }
  #checkup-banner .banner__image {
    display: none;
  }
  .section-program__list .table-prices tr td {
    padding-bottom: 20px;
    padding-top: 10px;
  }
  .section-program__tabs {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .section-program__tab {
    padding: 10px 5px;
    text-align: center;
  }
  .section-program__tab:nth-of-type(1),
  .section-program__tab:nth-of-type(2) {
    flex: 0 0 50%;
  }
  .section-program__tab:nth-of-type(3) {
    flex: 0 0 100%;
  }
  .section-program__list .table-prices tr td:last-child {
    display: none;
  }
}
/* Checkup Item Tabs */
.section-program__tabs {
  margin-bottom: 50px;
}
.section-program__tab {
  background: #FFF;
  border: none;
  user-select: none;
  position: relative;
  padding: 10px 20px;
  font-family: var(--medium-font);
  font-size: 14px;
  line-height: 20px;
  transition: color .3s;
}
.section-program__tab:not(.active):hover {
  color: var(--main-color);
}
.section-program__tab.active {
  background-color: var(--second-main-color);
  border-radius: 3px;
  color: #FFF;
  transition: none;
}
@media (max-width: 991px) {
  .section-program__tabs {
    display: flex;
    width: 100%;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .section-program__tabs::-webkit-scrollbar {
    display: none;
    width: 0;
  }
}
