.support-intro-section {
  padding: 0 20px;
  text-align: center;
}

.support-intro-section .section-wrapper {
  padding-top: 18px;
  padding-bottom: 49px;
  border-bottom: 2px solid #fbc628;
}
.support-intro-section p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}


.product-tabs-nav {
  display: inline-block;
  letter-spacing: -.5rem;
  margin-top: 31px;
  margin-left: -15px;
  margin-right: -15px;
}
.product-tabs-nav-point {
  display: inline-block;
  letter-spacing: normal;
  background-color: #ededed;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
  min-width: 120px;
  text-decoration: none;
  color: #232323;
    margin: 0 10px;
  font-size: 1.8rem;
}
.product-tabs-nav-point:hover {
  background: #c6c6c6;
}
.product-tabs-nav-point.current {
  background: #fbc628;
  pointer-events: none;
}

.faq-section {
  padding: 0 20px;
}
.faq-section .section-wrapper {
  padding-top: 26px;
  padding-bottom: 43px;
  border-bottom: 2px solid #fbc628;
}

.faq-section .section-title {
  text-align: center;
  margin-bottom: 24px;
  margin-bottom: 4px;
}
.faq-division {
  margin-left: -50px;
}
.faq-list {
  width: 100%;
  display: inline-block;
  vertical-align: top;  
  padding-left: 50px;
}
.faq-list-item {
}
.faq-list-item-topic {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 0;
  margin-top: 20px;
  position: relative;
  cursor: pointer;
}
.faq-list-item em {
  color: #666;
}
.faq-list-item-topic-last-symbol {
  white-space: nowrap;
  position: relative;
}

.faq-list-item-topic-last-symbol::after {
  content: '';
  display: inline-block;
  position: relative;
  width: 1.1rem;
  height: 1.1rem;
  top: -.2rem;
  margin-left: 1.2rem;
  border-bottom: .2rem solid #fbc628;
  border-right: .2rem solid #fbc628;
  transform: rotate(45deg);
  transition: transform 200ms ease-in-out;
  transform-origin: 66.6667% 66.6667%;
  white-space: nowrap;

}
.faq-list-item-topic.open .faq-list-item-topic-last-symbol::after {
  transform: rotate(-135deg);
}

.faq-list-item-content {
  margin-top: 6px;
  margin-bottom: -1px;
}


.form-info-section {
  padding: 26px 20px 70px;
}

.support-form-text {
  max-width: 540px;
  margin-top: 22px;
}

.support-form-wrapper {
  margin-top: 32px;
  text-align: center;
}
.support-form {
  max-width: 575px;
  text-align: left;
}

.useful-info-section .section-title {
  margin-bottom: 2px;
}
.useful-info-item-current-vers {
  margin-top: 19px;
}
.useful-info-item-current-vers .useful-info-subtitle {
  margin-bottom: 0;
}
.useful-info-item-manual {
  margin-top: 22px;
}
.useful-info-subtitle {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 18px 0 5px;
}
.useful-info-text {
  margin-top: 2px;
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 2.2rem;
}

.useful-info-section-buttons-wrapper {
  margin-top: 21px;
  margin-left: -20px;
}

.useful-info-art-text .useful-info-section-buttons-wrapper {
  margin-bottom: 23px;
}

.useful-info-item-previous-vers .useful-info-text {
  margin-top: 20px;
}

.useful-info-section {
  border-bottom: 2px solid #fbc628;
  padding-bottom: 52px;
}

.support-form-section {
  margin-top: 41px;
}


.help_main {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  width: 100%;
}
.help_content {
  flex: 1;
  max-width: 960px;
  margin: 0 auto;
  padding: 30px 10px;
  width: 100%;
}
.help_main nav {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.help_main .top_bar,
.help_main .bottom_bar {
  position: relative;
}
.help_main .top_bar::before,
.help_main .top_bar::after,
.help_main .bottom_bar::before,
.help_main .bottom_bar::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: #808080;
  position: absolute;
}
.help_main .top_bar::before,
.help_main .top_bar::after {
  top:0;
}
.help_main .bottom_bar::before,
.help_main .bottom_bar::after {
  bottom: 0;
}
.help_main .top_bar::before,
.help_main .bottom_bar::before {
  right: 100%;
}
.help_main .top_bar::after,
.help_main .bottom_bar::after {
  left: 100%;
}


@media only screen and (min-width: 568px) {
  .support-intro-section .section-wrapper {
    padding-top: 48px;
  }
  .product-tabs-nav-point {
    font-size: 2rem;
    min-width: 150px;
    margin: 0 15px;
  }

  .useful-info-section-buttons-wrapper {
    margin-left: -34px;
  }

}

@media only screen and (min-width: 668px) {
  .faq-list {
    width: 50%;
  }


.form-info-section .section-wrapper {
	/* display: -webkit-box;
	display: -moz-box;
	display: box;

	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;

	-webkit-box-pack: start;
	-moz-box-pack: start;
	box-pack: start;

	-webkit-box-direction: reverse;
	-moz-box-direction: reverse;
	box-direction: reverse;

	-webkit-box-align: start;
	-moz-box-align: start;
	box-align: start; */
  
  display: flex;
  align-items: start;
  flex-direction: row-reverse;
  justify-content: space-between;
}

  .useful-info-section {
    width: 40.104167%;
    padding-left: 5.4%;
    margin-top: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .support-form-section {
    width: 59.895833%;
    margin-top: 0;
  }
  .useful-info-section-buttons-wrapper {
    margin-left: 0;
  }
  
  .useful-info-section-buttons-wrapper .button-element {
    margin: 12px 0;
  }
  .support-form-wrapper {
  margin-bottom: 50px;
  }

}