.page-leasing {
  position: relative;
  padding-top: 75px;
}

.page-leasing .under-table-info {
  -webkit-transform: translateY(-200px);
          transform: translateY(-200px);
  display: block;
  text-align: right;
  color: #333;
}

.page-leasing__circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 192px;
  height: 192px;
  border-radius: 50%;
  background: #EBBF2C;
  color: #333;
}

.page-leasing__circle small {
  font-size: 0.875rem;
  font-weight: 400;
}

.page-leasing__circle b {
  font-size: 1.5rem;
  font-weight: 700;
}

.page-leasing__title {
  font-size: 2.5rem;
  font-weight: 700;
}

.page-leasing__text {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  margin-top: 15px;
  max-width: 401px;
}

.page-leasing__header {
  position: relative;
  background-image: url(../images/assets/leasing-header.jpg);
  background-position: center;
  background-size: cover;
  color: #fff;
}

.page-leasing__header__inner {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-leasing__header .desc {
  width: 45%;
  padding-top: 160px;
  padding-bottom: 300px;
}

.page-leasing__header .interactive {
  -ms-flex-item-align: start;
      align-self: flex-start;
  text-align: left;
  margin-top: 80px;
}

.page-leasing__header::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), color-stop(43.87%, rgba(0, 0, 0, 0.38)), to(rgba(0, 0, 0, 0.31)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.38) 43.87%, rgba(0, 0, 0, 0.31) 100%);
}

.page-leasing .table-wrapper {
  padding: 0px 28px;
  -webkit-box-shadow: 0 9px 18px rgba(0, 0, 0, 0.15);
          box-shadow: 0 9px 18px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  background-color: #fff;
  -webkit-transform: translateY(-240px);
          transform: translateY(-240px);
  z-index: 99;
}

.page-leasing__table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}

.page-leasing__table td {
  padding: 12px 20px;
}

.page-leasing__table .table-values {
  color: #666;
}

.page-leasing__table .table-values td {
  width: 23.333%;
}

.page-leasing__table .table-values td .table-info-icon {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
}

.page-leasing__table .table-values td .table-info-icon svg {
  width: inherit;
  height: inherit;
  cursor: pointer;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  -webkit-transform: translate(5px, 3.5px);
          transform: translate(5px, 3.5px);
}

.page-leasing__table .table-values td .table-info-icon .table-info {
  position: absolute;
  top: -80px;
  left: -102px;
  width: 230px;
  height: 64px;
  z-index: 999;
  opacity: 0;
  background-color: #616A71;
  color: #fff;
  padding: 12px 8px;
  border-radius: 4px;
  text-align: center;
  font-size: .85rem;
  font-weight: 300;
  -webkit-transition: .33s all ease-in-out;
  transition: .33s all ease-in-out;
  z-index: -99;
}

.page-leasing__table .table-values td .table-info-icon .table-info::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  background-color: #616A71;
}

.page-leasing__table .table-values td .table-info-icon:hover svg {
  fill: #00925B;
}

.page-leasing__table .table-values td .table-info-icon:hover .table-info {
  opacity: 1;
  z-index: 99;
}

.page-leasing__table .table-values td:nth-child(1) {
  color: #333;
  width: 30%;
  text-align: left;
  font-weight: 600;
  border-collapse: separate;
  padding-left: 20px;
}

.page-leasing__table .table-values td:nth-child(3) {
  background-color: #F7F8F7;
}

.page-leasing__table .table-values td:nth-child(2),
.page-leasing__table .table-values td:nth-child(3) {
  border-left: 1px solid #EFEEF4;
  border-right: 1px solid #EFEEF4;
}

.page-leasing__table .table-values--highlighted td {
  background-color: #FDC72F !important;
  font-weight: 600;
  border: none !important;
}

.page-leasing__table .table-values--highlighted td:nth-child(1) {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.page-leasing__table .table-values--highlighted td:nth-last-child(1) {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.page-leasing__table .table-values--result td:nth-child(3) {
  position: relative;
}

.page-leasing__table .table-values--result td:nth-child(3)::after {
  content: '';
  position: absolute;
  bottom: -7.5px;
  left: 0;
  width: 100%;
  height: 13.5px;
  background-image: url(../assets/price-highlight.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.page-leasing__table .table-values--result td:not(:first-child) {
  font-size: 1.25rem;
  font-weight: 600;
  color: #00925B;
}

.page-leasing__table .table-values--result td:nth-child(3) {
  font-size: 1.5rem;
}

.page-leasing__table .table-values--result td {
  padding-top: 35px;
}

.page-leasing__table .table-button .button {
  margin-left: auto;
  margin-right: auto;
}

.page-leasing__table .table-items th {
  font-size: 1.125rem;
  text-align: left;
  border-collapse: separate;
  padding-top: 40px;
}

.page-leasing__table .table-items th:nth-child(2), .page-leasing__table .table-items th:nth-child(3) {
  border-left: 1px solid #EFEEF4;
  border-right: 1px solid #EFEEF4;
}

.page-leasing__table .table-items th:nth-child(3) {
  background-color: #F7F8F7;
}

.page-leasing__table .table-items th .table-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.page-leasing__table .table-items th .table-item-wrap img {
  margin-right: 7.5px;
}

.page-leasing__table .padding-table td {
  border-collapse: separate;
  padding: 40px 0;
}

.leasing-about {
  margin-top: 4em;
}

.advantages--leasing {
  position: relative;
  z-index: 999;
  background-color: #00925B;
  border-radius: 1.25em;
  margin-top: -220px;
}

.advantages--leasing .advantages__inner {
  padding: 50px 20px 0 20px;
}

.leasing-section .break {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 0;
}

.leasing-section__title {
  font-size: 2.5em;
  background-color: #F4F5F6;
  padding: 0.33em 0;
  color: #00925B;
}

.leasing-section__wrapper {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.leasing-section__wrapper .section-title {
  font-weight: 600;
}

.leasing-section__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.leasing-section__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 1.5em 0;
  width: calc(100%/4);
}

.leasing-section__icon p {
  font-size: 1.0625em;
  font-weight: 500;
  max-width: 180px;
  margin-top: .33em;
}

.leasing-section__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.leasing-section__cards--bottom {
  margin-top: 3.75em;
}

.leasing-card {
  cursor: pointer;
  position: relative;
  min-height: 140px;
  width: calc(100%/4 - 2.5em);
  padding: 2em 1.5em;
  margin: 0 1.25em;
  border-radius: 1.25em;
  background-color: #00925B;
  color: #fff;
}

.leasing-card::after {
  content: '1';
  position: absolute;
  bottom: -1.75rem;
  right: -0.15rem;
  opacity: 0.1;
  font-size: 8em;
}

.leasing-card__title, .leasing-card__desc {
  max-width: 199px;
}

.leasing-card__title {
  font-size: 1.4375em;
  font-weight: 600;
}

.leasing-card__desc {
  display: none;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 150%;
  margin-top: 0.5em;
}

.leasing-card--active .leasing-card__title {
  max-width: 100%;
}

.leasing-card--active .leasing-card__desc {
  display: block;
}

.leasing-card--first::after {
  content: '1';
}

.leasing-card--second::after {
  content: '2';
}

.leasing-card--third::after {
  content: '3';
}

.leasing-card--fourth::after {
  content: '4';
}

.leasing-card--fifth::after {
  content: '5';
}

.leasing-card--sixth::after {
  content: '6';
}

.leasing-card--seventh::after {
  content: '7';
}

@media (max-width: 900px) {
  .page-leasing {
    padding-top: 71px;
  }
  .page-leasing .table-wrapper {
    padding: 0 15px;
  }
  .page-leasing__table td {
    padding: 10px 14px;
  }
  .page-leasing__table .table-items th {
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-leasing__table .table-values td:nth-child(1) {
    padding-left: 6px;
  }
  .page-leasing__table .table-items th .table-item-wrap {
    font-size: .85rem;
  }
  .page-leasing__table .table-values td .table-info-icon .table-info {
    top: -100px;
    left: -65px;
    width: 160px;
    height: 84px;
  }
}

@media (max-width: 660px) {
  .advantages--leasing {
    padding: 2em 1em 1em 1em;
    margin-top: -60px;
  }
  .advantages--leasing .advantages__item {
    padding: 0 2px !important;
  }
  .leasing-section__cards, .leasing-section .section-title, .leasing-section__icons {
    padding: 0 20px;
  }
  .leasing-section .break {
    display: none;
  }
  .leasing-section__icon {
    width: calc(100%/2);
    padding: 1.5em 0.33em;
  }
  .leasing-section__icon img {
    width: 70%;
  }
  .leasing-section__icon p {
    font-size: 0.9em;
  }
  .leasing-section__cards--bottom {
    margin-top: 0;
  }
  .leasing-card {
    width: calc(100%);
    margin: 1em 0;
  }
  .page-leasing .under-table-info {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
  .page-leasing .table-wrapper {
    -webkit-transform: translateY(-90px);
            transform: translateY(-90px);
  }
  .page-leasing {
    padding-top: 55px;
  }
  .page-leasing__circle {
    display: none;
  }
  .page-leasing__title {
    font-size: 2.35rem;
  }
  .page-leasing__text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .page-leasing__header__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 60px;
    padding-bottom: 140px;
  }
  .page-leasing__header .desc {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .page-leasing__header .interactive {
    width: 100%;
    margin-top: 25px;
  }
  .page-leasing .table-wrapper {
    overflow: scroll;
    padding: 0 6px;
  }
  .page-leasing .page-leasing__table td {
    padding: 6px 10px;
    font-size: .8rem;
  }
  .page-leasing .page-leasing__table .table-items th {
    padding-top: 25px;
    padding-left: 6px;
    padding-right: 6px;
  }
  .page-leasing .page-leasing__table .table-items th .table-item-wrap {
    margin-bottom: 20px;
  }
  .page-leasing .page-leasing__table .table-items th .table-item-wrap img {
    width: 42px;
  }
  .page-leasing .page-leasing__table .table-items th {
    font-size: .9rem;
  }
  .page-leasing .table-button td {
    padding: 40px 6px 20px;
  }
  .page-leasing .page-leasing__table .table-values--result td:not(:first-child) {
    font-size: 1rem;
  }
  .page-leasing .page-leasing__table .table-values--result td:nth-child(3) {
    font-size: 1.125rem;
  }
  .page-leasing .page-leasing__table .table-button .button {
    width: auto;
  }
}
/*# sourceMappingURL=leasing.css.map */