.faq-page .fade.in {
  opacity: 1;
}
.faq-page .modal-backdrop.fade.in {
  opacity: 0.5;
}
.faq-page button.close {
  background: none;
  text-indent: 0;
  padding: 0;
  margin: 0;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0.4;
  font-weight: 400;
  font-size: 26px;
}
.faq-page > .modal-dialog {
  position: relative;
  width: auto;
  padding: 30px;
  margin: 0;
  max-width: 100%;
}
@media (min-width: 768px) {
  .faq-page > .modal-dialog {
    width: 90%;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .faq-page > .modal-lg {
    width: 900px !important;
  }
}
@media (min-width: 1200px) {
  .faq-page > .modal-lg {
    width: 1100px !important;
  }
}
.faq-page h1, .faq-page h2, .faq-page h3, .faq-page h4, .faq-page h5, .faq-page h6, .faq-page .h1, .faq-page .h2, .faq-page .h3, .faq-page .h4, .faq-page .h5, .faq-page .h6 {
  line-height: 1.1;
}
.faq-page .btn-default {
  color: #2A3036;
  background-color: #ffffff;
  border-color: #D4D6D7;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
}
.faq-page .faqHolder {
  margin: 0 auto;
  padding: 0 20px;
  color: #2A3036;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  width: 950px;
  max-width: 100%;
}
@media only screen and (max-width: 600px) {
  .faq-page .faqHolder {
    width: 100%;
  }
}
.faq-page .faqHolder .tab-content {
  font-family: Poppins, sans-serif;
  margin: 0;
  border: 0;
  box-shadow: none;
}
.faq-page .modal-content .faqHolder {
  padding: 0;
}
.faq-page .nav-section {
  font-size: 16px;
  margin: 20px 0 58px;
}
.faq-page .nav-section a {
  text-decoration: none;
}
.faq-page .back {
  position: relative;
  margin: 0 0 0 27px;
  color: #0073B1;
  text-decoration: none;
  border-bottom: 1px solid #73adc5;
  cursor: pointer;
}
.faq-page .back:before {
  background: url("https://www.vivami-cdn.com/img//icons-sec2d09105b.png") -62px -33px;
  height: 13px;
  width: 16px;
  content: "";
  position: absolute;
  left: -27px;
  top: 50%;
  margin: -7px 0 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), not all, only screen and (min-resolution: 144dpi), only screen and (min-resolution: 2dppx) {
  .faq-page .back:before {
    background-image: url(https://www.vivami-cdn.com/img//icons@2x-sd1d5d59325.png);
    background-position: -24px -91px;
    background-size: 174px auto;
    background-repeat: no-repeat;
    height: 13px;
    width: 16px;
  }
}
.faq-page .main-content h1, .faq-page .main-content .h1 {
  font-family: "Poppins", sans-serif !important;
  color: #2A3036;
  text-align: center;
  margin: 0 0 51px;
  font-size: 36px;
}
@media only screen and (max-width: 767px) {
  .faq-page .main-content h1, .faq-page .main-content .h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
.faq-page .tab-section {
  overflow: hidden;
  position: relative;
}
.faq-page .tabset {
  width: 30%;
  position: relative;
  z-index: 1;
  float: left;
  font-size: 24px;
  line-height: 28px;
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1023px) {
  .faq-page .tabset {
    width: 194px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-page .tabset {
    width: 100%;
    float: none;
    font-size: 22px;
  }
}
.faq-page .tabset a {
  display: block;
  outline: none;
  text-decoration: none;
  padding: 20px 10px 20px 20px;
  border: 1px solid #D4D6D7;
  color: #55595E;
  background: #F4F4F5;
  margin: -1px 0 0;
}
@media only screen and (max-width: 767px) {
  .faq-page .tabset a {
    padding: 8px 8px 8px 30px;
    margin: 0 0 -1px 0;
  }
}
.faq-page .tabset .tab-label {
  position: relative;
  display: block;
  padding: 0 0 0 35px;
  font-size: inherit;
  margin-top: 0;
  margin-bottom: 0;
  color: #55595E;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  .faq-page .tabset .tab-label {
    padding: 0 0 0 25px;
  }
}
.faq-page .tabset i {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: 18%;
  margin: -8px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .faq-page .tabset i {
    margin: -6px 0 0 -15px;
  }
}
.faq-page .tabset i img {
  width: 100%;
  height: auto;
}
.faq-page .tabset li:first-child a {
  border-top-width: 2px;
}
.faq-page .tabset li.active:first-child a, .faq-page .tabset li.active:last-child a {
  border-color: transparent;
}
.faq-page .tabset .tab-icon-active {
  display: none;
}
.faq-page .tabset .active a {
  border-right-color: #ffffff;
  color: #0073B1;
  background: #ffffff;
}
.faq-page .tabset .active a .tab-label {
  color: #0073B1;
}
.faq-page .tabset .active .tab-icon-default {
  display: none;
}
.faq-page .tabset .active .tab-icon-active {
  display: block;
}
.faq-page .tab-list {
  width: 65%;
  float: right;
  padding: 0 0 0;
}
@media only screen and (max-width: 767px) {
  .faq-page .tab-list {
    float: none;
    width: 100%;
  }
}
.faq-page .faq-accordion li.panel {
  position: relative;
  border: 2px solid #d9d9d9;
  border-radius: 9px;
  margin: 30px 0 0;
  padding: 0 60px 0 19px;
  cursor: pointer;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 767px) {
  .faq-page .faq-accordion li.panel {
    margin: 15px 0 0;
  }
}
.faq-page .faq-accordion li.panel:first-child {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .faq-page .faq-accordion li.panel:first-child {
    margin: 15px 0 0;
  }
}
.faq-page .faq-accordion li.panel:before {
  content: "";
  position: absolute;
  right: 39px;
  top: 0;
  bottom: 0;
  background: url(https://www.vivami-cdn.com/img//border-dashed.png) repeat-y;
  width: 1px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), not all, only screen and (min-resolution: 144dpi), only screen and (min-resolution: 2dppx) {
  .faq-page .faq-accordion li.panel:before {
    background: url(https://www.vivami-cdn.com/img//border-dashed-2x.png) repeat-y;
  }
}
.faq-page .faq-accordion li.panel:after {
  content: "";
  position: absolute;
  top: 18px;
  right: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #55595E transparent transparent transparent;
}
.faq-page .faq-accordion li.panel li {
  font-size: 16px;
  line-height: 1.7;
  list-style: disc;
  margin-left: 20px;
}
.faq-page .faq-accordion .opener {
  display: block;
  position: relative;
  color: #55595E;
  padding: 10px 0;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  margin: 0;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  .faq-page .faq-accordion .opener {
    font-size: 16px;
    line-height: 20px;
  }
}
.faq-page .faq-accordion .opener:after {
  content: "";
  position: absolute;
  left: -19px;
  right: -60px;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.faq-page .faq-accordion .slide {
  padding: 8px 0 15px;
}
.faq-page .faq-accordion .slide p {
  margin: 0;
  font-size: 16px;
  color: #2A3036;
  line-height: 1.7;
}
.faq-page .faq-accordion .open:after {
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #0073B1 transparent;
}
.faq-page .faq-accordion .open .opener {
  color: #0073B1;
  background: none;
}
.faq-page .info-section {
  text-align: center;
  padding: 50px 0 0;
}
@media only screen and (max-width: 1023px) {
  .faq-page .info-section {
    padding: 30px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .faq-page .info-section {
    text-align: center;
    padding: 30px 0 0;
  }
}
.faq-page .info-section:before, .faq-page .info-section:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
  font-size: 0;
  line-height: 0;
}
.faq-page .info-section li {
  display: inline-block;
  vertical-align: top;
  font-family: "Poppins", sans-serif !important;
  font-weight: 300;
  font-size: 28px;
  line-height: 1.6;
}
@media only screen and (max-width: 1024px) {
  .faq-page .info-section li {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-page .info-section li {
    font-size: 20px;
    float: none;
    display: block;
    width: 100%;
    text-align: center;
  }
}
.faq-page .info-section .phone {
  color: #0073B1;
  float: left;
}
@media only screen and (max-width: 767px) {
  .faq-page .info-section .phone {
    float: none;
  }
}
.faq-page .info-section .phone a {
  color: #0073B1;
  text-decoration: none;
  outline: none;
}
.faq-page .info-section .mail {
  color: #0073B1;
}
@media only screen and (max-width: 767px) {
  .faq-page .info-section .mail {
    font-size: 18px;
  }
}
.faq-page .info-section .mail a {
  color: #0073B1;
  text-decoration: none;
  outline: none;
}
.faq-page .info-section .daytime {
  color: #55595E;
  float: right;
}
.faq-page .info-section .daytime p {
  color: #55595E;
}
@media only screen and (max-width: 767px) {
  .faq-page .info-section .daytime {
    float: none;
  }
}
#faqPopUp .modal-header {
  border-bottom: 0;
  height: auto;
}

:lang(da) .faq-page .faq-accordion .opener {
  text-transform: none;
}

:lang(fr) .faq-page .tabset .tab-label, :lang(chfr) .faq-page .tabset .tab-label {
  line-height: 28px;
  padding: 0 0 0 35px;
}
:lang(fr) .faq-page .tabset a, :lang(chfr) .faq-page .tabset a {
  padding: 30px 10px 30px 20px;
}
:lang(fr) .faq-page .tabset i, :lang(chfr) .faq-page .tabset i {
  margin: -8px 0 0 0;
}

@media only screen and (max-width: 768px) {
  :lang(de) .faq-page .info-section li {
    display: block;
    float: none;
  }
}
:lang(de) .faq-page .tabset .tab-label {
  line-height: 28px;
  padding: 0 0 0 35px;
}
:lang(de) .faq-page .tabset a {
  padding: 30px 10px 30px 20px;
}
:lang(de) .faq-page .tabset i {
  margin: -8px 0 0 0;
}

:lang(en) .navigation > li.faq a {
  text-transform: uppercase;
}

@media only screen and (max-width: 1023px) {
  :lang(pl) .faq-page .info-section li {
    display: block;
    float: none;
  }
}
@media only screen and (max-width: 1023px) {
  :lang(pl) .faq-page .info-section li.daytime {
    float: none;
  }
}
@media only screen and (max-width: 768px) {
  :lang(pl) .faq-page .info-section li {
    display: block;
    float: none;
  }
}
:lang(pl) .faq-page .tabset .tab-label {
  line-height: 28px;
  padding: 0 0 0 35px;
}
:lang(pl) .faq-page .tabset i {
  margin: -8px 0 0 0;
}
:lang(pl) .faq-page .tabset a {
  padding: 20px 10px 20px 20px;
}

@media only screen and (max-width: 768px) {
  :lang(pt) .faq-page .info-section li {
    display: block;
    float: none;
  }
}
@media only screen and (max-width: 360px) {
  :lang(pt) .faq-page .info-section li.mail {
    font-size: 16px;
  }
}
:lang(pt) .faq-page .tabset .tab-label {
  line-height: 28px;
  padding: 0 0 0 35px;
}
:lang(pt) .faq-page .tabset i {
  margin: -8px 0 0 0;
}
:lang(pt) .faq-page .tabset a {
  padding: 20px 10px 20px 20px;
}
