.customer-service .headerpart {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .customer-service .headerpart {
    margin-bottom: 34px;
  }
}
@media (min-width: 992px) {
  .customer-service .headerpart {
    margin-bottom: 43px;
  }
}
.customer-service .support-center-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 0;
  border-bottom: 1px solid #d3d3d3;
}
@media (min-width: 768px) {
  .customer-service .support-center-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 992px) {
  .customer-service .support-center-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.customer-service .support-center-header .page-title-wrapper {
  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;
  text-align: center;
  margin-bottom: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .customer-service .support-center-header .page-title-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
    text-align: left;
    border-bottom: 1px solid #dee2e8;
    padding-bottom: 39px;
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .customer-service .support-center-header .page-title-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-bottom: none;
    padding-bottom: 0;
  }
}
.customer-service .support-center-header .page-title {
  font-size: 2.0625rem;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.025em;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .customer-service .support-center-header .page-title {
    margin-bottom: 0;
    font-size: 2.4375rem;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .customer-service .support-center-header .page-title {
    font-size: 2.6875rem;
    margin-bottom: 0.5rem;
  }
}
.customer-service .support-center-header .page-title a:hover {
  text-decoration: none;
}
.customer-service .support-center-header .day-and-time p {
  margin-bottom: 0;
  font-size: 0.875rem;
}
.customer-service .support-center-header .contacts-wrapper {
  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;
}
@media (min-width: 768px) {
  .customer-service .support-center-header .contacts-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .customer-service .support-center-header .contacts-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.customer-service .support-center-header .contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #414041;
  -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;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 15px;
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 0.75rem;
  letter-spacing: 0.025em;
  cursor: pointer;
}
@media (min-width: 768px) {
  .customer-service .support-center-header .contact-item {
    border: none;
    margin-bottom: 0;
  }
}
.customer-service .support-center-header .contact-item:not(:last-of-type) {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .customer-service .support-center-header .contact-item:not(:last-of-type) {
    margin-right: 0;
  }
}
.customer-service .support-center-header .contact-item:hover {
  background-color: #f0f0f0;
  text-decoration: none;
}
.customer-service .support-center-header .contact-item a {
  color: #414041;
}
.customer-service .support-center-header .contact-item a:hover {
  text-decoration: none;
}
.customer-service .support-center-header .contact-item svg {
  margin-bottom: 8px;
}
.customer-service .nav-title {
  font-weight: 600;
  font-size: 1.0625rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-bottom: 1px solid #dee2e8;
  padding-bottom: 18px;
  margin-bottom: 0;
}
.customer-service .nav-title a:hover {
  text-decoration: none;
}
.customer-service .leftside {
  margin-top: 54px;
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .customer-service .leftside {
    margin-bottom: 38px;
  }
}
@media (min-width: 992px) {
  .customer-service .leftside {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .customer-service .leftside .menu {
    max-width: 264px;
  }
}
.customer-service .collapsible {
  border-bottom: 1px solid #dee2e8;
}
.customer-service .collapsible .title {
  font-size: 0.875rem;
  line-height: 1.2;
  color: #414041;
  letter-spacing: 0.025em;
  background-color: transparent;
  border: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.875rem 0;
}
.customer-service .collapsible .title::after {
  font-family: "icons";
  content: "\f109";
  padding-left: 15px;
  padding-right: 19px;
  font-size: 0.5625rem;
}
.customer-service .collapsible .title:hover, .customer-service .collapsible .title.active {
  background-color: #f0f0f0;
  text-decoration: none;
}
.customer-service .collapsible .content {
  display: none;
}
.customer-service .collapsible.active .title::after {
  content: "\f10f";
}
.customer-service .collapsible.active .content {
  display: block;
  margin: 9px 0 23px;
}
.customer-service .collapsible-item {
  font-size: 0.75rem;
  line-height: 1.2;
  color: #414041;
  letter-spacing: 0.025em;
  display: block;
  padding: 9px 16px;
}
.customer-service .collapsible-item:hover, .customer-service .collapsible-item.active {
  background-color: #f0f0f0;
  text-decoration: none;
}
.customer-service .support-center-landing .sub-page-item {
  margin-bottom: 12px;
}
.customer-service .support-center-landing .faq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.customer-service .support-center-landing .faq-item {
  border: 2px solid #414041;
  margin-bottom: 17px;
  padding: 22px 35px 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .customer-service .support-center-landing .faq-item {
    padding: 16px 20px 26px;
    margin-right: 15px;
    width: auto;
  }
}
@media (min-width: 992px) {
  .customer-service .support-center-landing .faq-item {
    padding: 22px 35px 26px;
  }
}
.customer-service .support-center-landing .faq-item:hover {
  background-color: #f0f0f0;
  text-decoration: none;
}
.customer-service .support-center-landing .faq-item-topic {
  cursor: text;
  margin-bottom: 8px;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.customer-service .support-center-landing .faq-item-subtopic {
  font-size: 1.0625rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
