.service-page {
  padding-top: 0px !important; }
  .service-page section {
    padding-bottom: 60px; }
  .service-page .delivery-channels {
    padding-top: 60px; }
  .service-page .breadcrumb-section {
    padding-bottom: 0; }
  .service-page .section-title {
    margin-bottom: 40px; }

.delivery-channels .col-inline-xs-4 {
  position: relative;
  margin-top: 30px; }
  .delivery-channels .col-inline-xs-4:nth-child(-n+3) {
    margin-top: 0px; }

.delivery-channels-item {
  position: relative; }
  .delivery-channels-item .white-block {
    padding: 30px;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    margin-top: 0;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .delivery-channels-item .white-block.active {
      background-color: #f6fdff;
      border-color: #dcdcdc;
      z-index: 1; }
      .delivery-channels-item .white-block.active .delivery-channels-text {
        height: 100%; }
      .delivery-channels-item .white-block.active .hide-more {
        display: block; }
      .delivery-channels-item .white-block.active .more {
        display: none; }
  .delivery-channels-item .hide-more {
    display: none;
    font-size: 0.875rem;
    line-height: 1;
    font-family: 'PF DinDisplay Pro', sans-serif;
    font-weight: 400;
    color: #0061af;
    text-decoration: underline;
    cursor: pointer; }
    .delivery-channels-item .hide-more:hover {
      text-decoration: none; }
  .delivery-channels-item .more {
    font-size: 0.875rem;
    line-height: 1;
    font-family: 'PF DinDisplay Pro', sans-serif;
    font-weight: 400;
    color: #9ba1a5;
    text-decoration: underline;
    cursor: pointer; }
    .delivery-channels-item .more:hover {
      text-decoration: none; }

.delivery-channels-imgs {
  margin-bottom: 35px; }
  .delivery-channels-imgs img {
    display: inline-block;
    vertical-align: top;
    padding: 0 18px; }
  .delivery-channels-imgs .img-container {
    display: inline-block;
    vertical-align: top;
    position: relative; }
    .delivery-channels-imgs .img-container:before {
      content: '';
      display: block;
      width: 11px;
      height: 24px;
      background: url("/templates/me/images/sprite.svg?ver=1.2.3");
      background-repeat: no-repeat;
      background-position: -22px -34px;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translate(6px, -50%); }

.delivery-channels-title {
  margin-bottom: 35px;
  font-size: 1.125rem;
  line-height: 1;
  font-family: 'PF DinDisplay Pro', sans-serif;
  font-weight: 900;
  text-transform: uppercase; }

.delivery-channels-text {
  font-size: 1rem;
  line-height: 1.5;
  overflow: hidden;
  height: 0; }
  .delivery-channels-text p:last-child {
    margin-bottom: 35px; }

section.format .col-inline-xs-4 {
  margin-top: 20px; }
  section.format .col-inline-xs-4:nth-child(-n+3) {
    margin-top: 0px; }

.format-item-title {
  padding-right: 15px;
  margin-bottom: 30px;
  font-size: 1.5rem;
  line-height: 1;
  font-family: 'PF DinDisplay Pro', sans-serif;
  font-weight: 900;
  color: #0061af;
  text-transform: uppercase; }

.format-item.white-block {
  padding: 0px;
  padding-top: 50px;
  padding-left: 40px;
  height: 280px;
  margin-top: 0px; }

.format-item.active .more-block {
  opacity: 1;
  visibility: visible; }

.content-block {
  position: relative;
  height: -webkit-calc(100% - 54px);
  height: calc(100% - 54px);
  overflow: hidden; }
  .content-block img {
    width: auto;
    max-width: none;
    height: 160px; }
  .content-block .more {
    display: block;
    margin-bottom: 40px;
    font-size: 0.875rem;
    line-height: 1;
    font-family: 'PF DinDisplay Pro', sans-serif;
    font-weight: 400;
    color: #8d8d8d;
    position: relative;
    padding-left: 15px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .content-block .more:before {
      content: '';
      display: block;
      width: 8px;
      height: 16px;
      background: url("/templates/me/images/sprite.svg?ver=1.2.3");
      background-repeat: no-repeat;
      background-position: -173px -66px;
      position: absolute;
      top: -1px;
      left: 0px; }
    .content-block .more:hover {
      color: #0061af; }
  .content-block .row-inline {
    height: 100%;
    display: flex;
    align-items: flex-end; }
    .content-block .row-inline .col-inline-xs-8 {
      display: inline-flex;
      align-items: flex-end;
      justify-content: flex-end;
      padding: 0; }

.more-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 176px;
  padding-right: 30px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .more-block p {
    font-size: 1rem;
    line-height: 1.125;
    font-family: 'PF DinDisplay Pro', sans-serif;
    font-weight: 400;
    margin-bottom: 50px;
    height: 72px;
    overflow-y: auto; }
  .more-block .hide-more {
    font-size: 0.875rem;
    line-height: 1;
    font-family: 'PF DinDisplay Pro', sans-serif;
    font-weight: 400;
    color: #8d8d8d;
    position: relative;
    padding-left: 15px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .more-block .hide-more:before {
      content: '';
      display: block;
      width: 8px;
      height: 16px;
      background: url("/templates/me/images/sprite.svg?ver=1.2.3");
      background-repeat: no-repeat;
      background-position: -173px -66px;
      position: absolute;
      top: -1px;
      left: 0; }
    .more-block .hide-more:hover {
      color: #0061af; }

.tab-headline {
  text-align: right; }

.tab-link-container {
  display: inline-block;
  font-size: 0;
  background-color: #fff;
  border-radius: 30px; }

.tab-link {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 1;
  font-family: 'PF DinDisplay Pro', sans-serif;
  font-weight: 400;
  padding: 12px 30px;
  cursor: pointer;
  border-radius: 30px; }
  .tab-link.active {
    color: #fff;
    background-color: #0061af; }
    .tab-link.active:hover {
      color: #fff; }
  .tab-link:hover {
    color: #0061af; }

.tab {
  display: none;
  margin-top: 20px; }
  .tab.active {
    display: block; }

.sub-tab-container {
  display: flex;
  justify-content: flex-start;
  align-items: stretch; }

.sub-tab-headline {
  width: 34%;
  padding-right: 30px; }

.sub-tab-link {
  padding-right: 15px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer; }
  .sub-tab-link:hover {
    border-color: #dbdbdb;
    font-family: 'PF DinDisplay Pro', sans-serif;
    font-weight: 900; }
  .sub-tab-link.active {
    border-color: #dbdbdb;
    font-family: 'PF DinDisplay Pro', sans-serif;
    font-weight: 900;
    position: relative; }
    .sub-tab-link.active:after {
      content: '';
      display: block;
      width: 10px;
      height: 16px;
      background: url("/templates/me/images/sprite.svg?ver=1.2.3");
      background-repeat: no-repeat;
      background-position: -172px -66px;
      position: absolute;
      top: 3px;
      right: 0; }

.sub-tab-body {
  width: 66%; }

.sub-tab {
  display: none;
  height: 100%; }
  .sub-tab .white-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: 0;
    padding: 0;
    padding-left: 40px;
    padding-top: 40px; }
  .sub-tab.active {
    display: block; }
  .sub-tab .text-block {
    font-size: 1.5rem;
    line-height: 1.5;
    max-width: 480px; }
  .sub-tab .img-block {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-right: 20px; }

section.time-line-section {
  padding-bottom: 0; }
  section.time-line-section .btn-container {
    background-color: #fff;
    padding: 70px 0;
    margin-bottom: -70px;
    text-align: center; }
    section.time-line-section .btn-container .button {
      font-family: 'PF DinDisplay Pro', sans-serif;
      font-weight: 900;
      padding: 20px 35px;
      border-radius: 30px;
      margin: 0 15px; }

.time-line-container {
  position: relative; }
  .time-line-container:before {
    content: '';
    display: block;
    width: 100%;
    max-width: 1039px;
    height: 44px;
    background-image: url("/templates/me/images/time-line.png");
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1; }

.time-line-row {
  height: 160px;
  position: relative; }
  .time-line-row.top-row {
    margin-top: 15px; }
  .time-line-row.bottom-row {
    background-color: #fff; }

.time-line-item {
  position: absolute;
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  line-height: 1;
  font-family: 'PF DinDisplay Pro', sans-serif;
  font-weight: 600;
  color: #909090;
  padding-left: 35px;
  border-left: 3px dashed #b7b7b7;
  height: 140px;
  text-transform: uppercase; }
  .time-line-item .time {
    display: block;
    margin-top: 7px;
    font-size: 1.5rem;
    line-height: 1;
    font-family: 'PF DinDisplay Pro', sans-serif;
    font-weight: 900;
    color: #393c3e;
    text-transform: none; }
  .time-line-item .kind {
    display: block;
    margin-top: 15px;
    font-size: 1.125rem;
    line-height: 1;
    font-family: 'PF DinDisplay Pro', sans-serif;
    font-weight: 300;
    color: #0061af;
    padding: 10px 15px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    text-transform: none; }
  .time-line-item.item1 {
    left: 29%; }
  .time-line-item.item2 {
    left: 55.75%; }
  .time-line-item.item3 {
    left: 42.75%;
    margin-top: 20px;
    justify-content: flex-end; }
  .time-line-item.item4 {
    left: 69.7%;
    margin-top: 20px;
    justify-content: flex-end; }
