

/* Start:/local/templates/main/include/pages/help/css/help.css?17509401865620*/
.wrapper main .help-page .inner .top-banner {
  min-height: 225px;
}
.wrapper main .help-page .inner .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 979px) {
  .wrapper main .help-page .inner .info {
    display: block;
    height: auto;
  }
}
@media (max-width: 1480px) {
  .wrapper main .help-page .inner .info-titles {
    padding-right: 25px;
    width: 50%;
  }
}
@media (max-width: 979px) {
  .wrapper main .help-page .inner .info-titles {
    width: 100%;
  }
}
.wrapper main .help-page .inner .info-titles-item {
  margin-top: 75px;
}
@media (max-width: 979px) {
  .wrapper main .help-page .inner .info-titles-item {
    margin-top: 35px;
  }
}
@media (max-width: 520px) {
  .wrapper main .help-page .inner .info-titles-item {
    margin-top: 30px;
  }
}
.wrapper main .help-page .inner .info-titles-item:first-child {
  margin-top: 0;
}
@media (max-width: 520px) {
  .wrapper main .help-page .inner .info-titles-item.active {
    padding-left: 20px;
  }
}
@media (max-width: 520px) {
  .wrapper main .help-page .inner .info-titles-item.active::before {
    width: 10px;
    height: 10px;
  }
}
.wrapper main .help-page .inner .info-titles-item-title {
  font: 700 36px/1.3 'Gilroy', sans-serif;
}
@media (max-width: 1480px) {
  .wrapper main .help-page .inner .info-titles-item-title {
    font-size: 32px;
  }
}
@media (max-width: 979px) {
  .wrapper main .help-page .inner .info-titles-item-title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .wrapper main .help-page .inner .info-titles-item-title {
    font-size: 24px;
  }
}
@media (max-width: 520px) {
  .wrapper main .help-page .inner .info-titles-item-title {
    font-size: 20px;
  }
}
.wrapper main .help-page .inner .info-titles-item-name {
  position: relative;
  margin-top: 20px;
  font: 300 20px/1.5 'Gilroy', sans-serif;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1480px) {
  .wrapper main .help-page .inner .info-titles-item-name {
    font-size: 18px;
  }
}
@media (max-width: 979px) {
  .wrapper main .help-page .inner .info-titles-item-name {
    margin-top: 15px;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .wrapper main .help-page .inner .info-titles-item-name {
    font-size: 16px;
  }
}
@media (max-width: 520px) {
  .wrapper main .help-page .inner .info-titles-item-name {
    margin-top: 10px;
    font-size: 16px;
  }
}
.wrapper main .help-page .inner .info-titles-item-name::before {
  content: '';
  position: absolute;
  left: -5px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #f65e64;
  border-right: 2px solid #f65e64;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wrapper main .help-page .inner .info-titles-item-name.active {
  padding-left: 20px;
  font-weight: 500;
  color: #f65e64;
}
.wrapper main .help-page .inner .info-titles-item-name.active::before {
  opacity: 1;
}
.wrapper main .help-page .inner .info-content {
  position: sticky;
  top: 100px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1480px) {
  .wrapper main .help-page .inner .info-content {
    width: 50%;
    padding-left: 25px;
  }
}
@media (max-width: 979px) {
  .wrapper main .help-page .inner .info-content {
    position: static;
    top: 0;
    margin-top: 45px;
    padding-left: 0;
    width: 100%;
  }
}
.wrapper main .help-page .inner .info-content-item {
  overflow: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wrapper main .help-page .inner .info-content-item.active {
  height: auto;
  opacity: 1;
}
.wrapper main .help-page .inner .info-content-item-title {
  font: 500 30px/1.3 'Gilroy', sans-serif;
}
@media (max-width: 1480px) {
  .wrapper main .help-page .inner .info-content-item-title {
    font-size: 28px;
  }
}
@media (max-width: 979px) {
  .wrapper main .help-page .inner .info-content-item-title {
    color: #f65e64;
  }
}
@media (max-width: 768px) {
  .wrapper main .help-page .inner .info-content-item-title {
    font-size: 24px;
  }
}
@media (max-width: 520px) {
  .wrapper main .help-page .inner .info-content-item-title {
    font-size: 20px;
  }
}
@media (max-width: 979px) {
  .wrapper main .help-page .inner .info-content-item-title-btn {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 15px;
    border-top: 2px solid #f65e64;
    border-left: 2px solid #f65e64;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    cursor: pointer;
  }
}
.wrapper main .help-page .inner .info-content-item-desc {
  margin-top: 30px;
  font: 300 18px/1.5 'Gilroy', sans-serif;
}
@media (max-width: 768px) {
  .wrapper main .help-page .inner .info-content-item-desc {
    margin-top: 20px;
    font-size: 16px;
  }
}
.wrapper main .help-page .inner .info-content-item-desc span {
  display: block;
  margin-top: 30px;
}
@media (max-width: 520px) {
  .wrapper main .help-page .inner .info-content-item-desc span {
    margin-top: 20px;
    font-size: 16px;
  }
}
.wrapper main .help-page .inner .info-content-item-desc span:first-child {
  margin-top: 0;
}
.wrapper main .help-page .inner .info-content-item-desc span a {
  text-decoration: underline;
  color: #f65e64;
}
.wrapper main .help-page .inner .info-content-item-desc span a:hover {
  text-decoration: none;
}

/* End */
/* /local/templates/main/include/pages/help/css/help.css?17509401865620 */
