@charset "utf-8";
h2 {
  font-size: 56px;
  line-height: 59px;
  font-weight: 600;
}
button {
  cursor: pointer;
}
section.perfomance {
  padding: 140px 0 80px;
}
section.perfomance .template {
  display: flex;
  gap: 60px;
}
section.perfomance h1 {
  font-size: 56px;
  margin-bottom: 0;
  white-space: normal;
  font-weight: 700;
  line-height: 60px;
}
section.perfomance p {
  color: #3b3b45;
  font-size: 20px;
  opacity: 1;
  margin: 24px 0 40px;
  line-height: 30px;
}
@media (max-width: 1200px) {
  h2 {
    font-size: 40px;
  }
  section.perfomance p {
    font-size: 17px;
  }
  section.perfomance .template .title-temp {
    width: 40%;
  }
}
@media (max-width: 980px) {
  section.perfomance {
    padding-block: 140px 20px;
  }
  .perfomance .template {
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: center;
  }
  section.perfomance .content .template-view {
    max-width: 90%;
    margin: 0 auto;
  }
  section.perfomance .template .title-temp {
    width: 100%;
    align-items: center;
    text-align: center;
  }
  section.perfomance h1 {
    font-size: 56px;
  }
  section.perfomance .template p {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  section.perfomance h1 {
    font-size: 46px;
  }
  section.perfomance .template p {
    font-size: 17px;
  }
  section.perfomance .content .template-view {
    display: none;
  }
  section.perfomance {
    padding-block: 140px 0;
  }
}
@media (max-width: 540px) {
  section.perfomance h1 {
    font-size: 40px;
    line-height: normal;
  }
  section.perfomance .perfomance-btn {
    gap: 10px;
    flex-direction: column;
    width: 100%;
  }
  section.perfomance .perfomance-btn .btn {
    width: 100%;
  }
}
section.perfomance .content {
  margin: 0;
  width: 100%;
}
section.perfomance .template-view {
  max-width: 589px;
  width: 100%;
}
.perfomance-btn {
  display: flex;
  gap: 24px;
}
section.perfomance .title-temp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
section.perfomance .content .scene {
  padding-top: 65%;
  position: relative;
  background: #57bcea;
  border-radius: 0 0 24px 24px;
  overflow: hidden;
  height: 410px;
  z-index: 1;
}
section.perfomance .content .scene .scene-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
section.perfomance .content .scene iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: opacity 0.3s ease;
}
section.perfomance .content .scene .open {
  position: absolute;
  right: 28px;
  top: 28px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(245, 246, 252, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
  opacity: 1;
  transition: opacity 0.2s ease;
}
section.perfomance .content .scene .open path {
  transition: stroke 0.2s ease;
}
section.perfomance .content .scene .open:hover path {
  stroke: #3f5cf7;
}
@media (max-width: 700px) {
  section.perfomance .content .scene .open {
    transform: scale(0.8);
    right: 4px;
    top: 4px;
  }
}
section.perfomance .content .scene.hide .open,
section.perfomance .content .scene.hide iframe {
  opacity: 0;
}
.perfomance-modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 20;
  background: #57bcea;
  animation: perfomance_show 0.8s ease-out;
}
.perfomance-modal iframe {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 318px);
  height: 100%;
}
@media (max-width: 900px) {
  .perfomance-modal iframe {
    top: 54px;
    width: 100%;
    height: calc(100% - 54px);
  }
}
.perfomance-modal .open {
  position: absolute;
  right: 28px;
  top: 28px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(245, 246, 252, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
  opacity: 1;
  transition: opacity 0.2s ease;
}
.perfomance-modal .open path {
  transition: stroke 0.2s ease;
}
.perfomance-modal .open:hover path {
  stroke: #3f5cf7;
}
@media (max-width: 900px) {
  .perfomance-modal .open {
    display: none;
  }
}
.perfomance-open {
  position: absolute;
  right: 28px;
  top: 28px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(245, 246, 252, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
  opacity: 1;
  transition: opacity 0.2s ease;
}
.perfomance-open path {
  transition: stroke 0.2s ease;
}
.perfomance-open:hover path {
  stroke: #3f5cf7;
}
.perfomance-aside {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #fff;
  width: 318px;
  padding: 24px;
  box-shadow: 0 1px 3px rgba(140, 148, 155, 0.1), 0 5px 10px rgba(140, 148, 155, 0.08);
  z-index: 2;
}
.perfomance-aside .logo {
  margin-bottom: 34px;
  width: 82px;
}
.perfomance-aside .btn {
  margin-top: 32px;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 14px;
  font-weight: var(--weight-light);
}
.perfomance-aside .btn + .btn {
  margin-top: 10px;
}
.perfomance-aside .perfomance-back {
  margin-bottom: 24px;
  font-size: 14px;
  display: flex;
  align-items: center;
  transition: color 0.2s ease;
  cursor: pointer;
}
.perfomance-aside .perfomance-back:hover {
  color: #3f5cf7;
}
.perfomance-aside .perfomance-back svg {
  margin-right: 10px;
}
.perfomance-aside .perfomance-back path {
  fill: currentColor;
}
.perfomance-aside h1 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 300;
  margin-bottom: 10px;
}
.perfomance-aside p {
  font-size: 12px;
  line-height: 20px;
  opacity: 0.8;
}
@media (max-width: 900px) {
  .perfomance-aside {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 0;
    height: 54px;
    width: 100%;
    z-index: 10;
  }
  .perfomance-aside .logo,
  .perfomance-aside .perfomance-back span,
  .perfomance-aside h1,
  .perfomance-aside p {
    display: none;
  }
  .perfomance-aside .perfomance-back {
    margin-bottom: 0;
  }
  .perfomance-aside .btn {
    margin-top: 0;
    width: auto;
    font-size: 12px;
    padding: 4px 20px;
  }
}
@keyframes perfomance_show {
  0% {
    opacity: 0;
    transform: scale(0.92);
  }
  70% {
    opacity: 0;
    transform: scale(0.92);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
#browser {
  border-radius: 24px 24px 0 0;
  padding: 48px 0 0;
  position: relative;
}
#browser .bar {
  height: 48px;
  background-color: #f5f6fc;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 13px;
  border-radius: 24px 24px 0 0;
}
#browser .bar i {
  display: block;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  border-radius: 50%;
}
#browser .bar i:nth-child(1) {
  background-color: #ec6a5e;
}
#browser .bar i:nth-child(2) {
  background-color: #f5bf4f;
}
#browser .bar i:nth-child(3) {
  background-color: #64c554;
}
#browser .bar i:nth-child(4) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 465px;
  max-width: 70%;
  height: 30px;
  border-radius: 35.23px;
  background: #fff;
  margin: 0 auto;
  font-size: 11px;
  font-weight: 500;
  color: #a8a8b5;
  line-height: normal;
  font-style: normal;
}
#browser .bar i:nth-child(4) svg {
  margin-right: 5px;
}
#browser .bar i:nth-child(5) {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 30px;
  height: 30px;
}
#browser iframe {
  display: none;
}
#browser .scrollbar-inner .scroll-content {
  padding-right: 0;
}
#advantages {
  background-color: #fff;
  padding-block: 120px;
}
#advantages h2 {
  font-weight: 700;
}
#advantages .desc {
  max-width: 795px;
  font-size: 20px;
}
.advantage-name {
  display: flex;
  height: 70px;
  align-content: center;
  flex-wrap: wrap;
}
#advantages .advantage {
  color: #52525c;
  border-radius: 24px;
  background: #f5f6fc;
  padding: 32px;
}
@media screen and (max-width: 1340px) {
  #advantages .advantage {
    width: 100%;
  }
}
#advantages .advantage b {
  margin-bottom: 13px;
  color: #181824;
  font-size: 20px;
  font-weight: 600;
}
.advantage-accent {
  border-radius: 70px;
  border: 1px solid #db76ec;
  padding: 8px 16px;
  margin-bottom: 16px;
  font-size: 14px;
  display: inline-block;
  color: #db76ec;
}
.wrap.advant {
  display: grid;
  grid-template-columns: 32.4% 32.4% 32.4%;
  gap: 40px 16px;
  margin-top: 40px;
  justify-content: center;
}
@media screen and (max-width: 1265px) {
  .wrap.advant {
    grid-template-columns: 50% 50%;
  }
}
@media screen and (max-width: 760px) {
  .wrap.advant {
    grid-template-columns: 100%;
  }
}
section.work-steps {
  background: #f5f6fc;
  padding-block: 120px 80px;
}
section.work-steps h2 {
  margin: 0 auto 55px;
  text-align: center;
}
section.work-steps .work-ol {
  display: flex;
  flex-direction: column;
  gap: 30px;
  overflow: hidden;
  padding-inline-start: 0;
}
section.work-steps .work-ol .work-step {
  counter-increment: list-counter;
  display: flex;
  gap: 55px;
  position: relative;
  opacity: 1;
  transition: top 0.6s cubic-bezier(0.01, 0.42, 0.61, 1.17), opacity 0.3s ease;
  top: 0;
}
section.work-steps .work-ol .work-step.invisible {
  position: relative;
  top: -100px;
  opacity: 0;
  transition: top 0.9s cubic-bezier(0.55, 0.06, 0.66, 0.19), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
section.work-steps .work-ol .work-step.invisible::after {
  height: 0;
  opacity: 0;
  transition: height 0.3s ease, opacity 0.3s ease;
}
section.work-steps .work-ol .work-step::before {
  content: counter(list-counter);
  background-color: #fff;
  border-radius: 48px;
  width: 96px;
  height: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  z-index: 1;
  color: #3f5cf6;
  font-size: 40px;
  left: 0;
  opacity: 1;
  font-weight: 600;
}
section.work-steps .work-step .content {
  display: flex;
  width: 100%;
  background: #fff;
  border-radius: 24px;
  padding: 28px 36px;
  gap: 64px;
}
section.work-steps .work-step .content > div:first-child {
  display: flex;
  padding: 24px 0 0;
  flex-direction: column;
  align-items: flex-start;
  width: 80%;
}
section.work-steps .work-ol .work-step::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 111%;
  background-color: #fff;
  margin-left: 48px;
  opacity: 1;
  transition: height 1.3s cubic-bezier(1, 0.24, 0.38, 0.63), opacity 0.5s ease;
  top: -100%;
  flex-shrink: 0;
}
section.work-steps .work-ol .work-step:first-child::after {
  display: none;
}
section.work-steps .content .media .templates {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
section.work-steps .content .media .templates img,
section.work-steps .content .media .templates picture {
  max-width: 118px;
}
section.work-steps .content .media .templates picture {
  display: block;
}
section.work-steps .content .media .templates picture img {
  width: 100%;
  height: auto;
  display: block;
}
section.work-steps .content .title {
  font-size: 20px;
  font-weight: 600;
}
section.work-steps .content .desc {
  font-size: 16px;
  margin-top: 12px;
}
@media (max-width: 1263px) {
  section.work-steps .content .title {
    font-size: 17px;
  }
  section.work-steps .content .desc {
    font-size: 14px;
  }
  section.work-steps .work-step .content {
    gap: 20px;
  }
  section.work-steps .work-ol .work-step {
    gap: 20px;
  }
  section.work-steps .work-ol .work-step::before {
    width: 86px;
    height: 86px;
    font-size: 30px;
  }
  section.work-steps .work-ol .work-step::after {
    margin-left: 43px;
  }
}
@media (max-width: 1166px) {
  section.work-steps .work-step .content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  section.work-steps .work-step .content > div:first-child {
    align-items: center;
  }
  section.work-steps .content .media .templates {
    justify-content: center;
  }
  section.work-steps .content .media .templates img,
  section.work-steps .content .media .templates picture {
    max-width: 23%;
  }
}
@media (max-width: 754px) {
  section.work-steps .work-ol .work-step {
    flex-direction: column;
    align-items: center;
  }
  section.work-steps .work-ol .work-step::after {
    margin: 0;
    top: -10%;
    height: 50%;
  }
  section.work-steps .work-ol .work-step:first-child::after {
    display: block;
  }
  section.work-steps .work-ol .work-step:last-child::after {
    display: block;
    margin: 0;
    height: 115%;
  }
  section.work-steps .work-step .content {
    z-index: 1;
  }
  section.work-steps .work-ol .work-step::before {
    width: 76px;
    height: 76px;
  }
}
section.work-steps .content .media .publish {
  margin: -15px -135px -70px 0;
}
section.work-steps .content .media img,
section.work-steps .content .media picture {
  width: 100%;
  pointer-events: none;
}
section.work-steps .content .media picture {
  display: block;
}
section.work-steps .content .media picture img {
  width: 100%;
  height: auto;
  display: block;
}
section.work-steps .content .media {
  line-height: 0;
  flex: 100%;
}
@media (max-width: 650px) {
  section.work-steps .content .media .publish {
    margin: 0 -30% -15% -5%;
  }
  section.work-steps .content .media img {
    width: 100%;
  }
}
#feedback {
  padding-block: 100px;
  background: #fff;
}
#feedback h2 {
  max-width: 540px;
  margin: 0 auto 56px;
  text-align: center;
}
.review-photo {
  display: flex;
  align-items: center;
  gap: 24px;
}
#feedback .review .review-photo .photo1 {
  background: url(/static/img/template/reviews/photo_review1.webp), no-repeat;
  width: 260px;
  height: 330px;
}
#feedback .review .review-photo .photo2 {
  background: url(/static/img/template/reviews/photo_review2.webp), no-repeat;
  width: 260px;
  height: 200px;
}
#feedback .review .review-photo .photo3 {
  background: url(/static/img/template/reviews/photo_review3.webp), no-repeat;
  width: 260px;
  height: 306px;
}
.review {
  display: flex;
  gap: 68px;
  overflow: hidden;
}
@media (max-width: 1080px) {
  .review {
    flex-direction: column;
    gap: 40px;
  }
  #feedback .review .review-comments {
    padding: 0;
    text-align: center;
  }
  .review-comment {
    align-items: center;
  }
  .review-photo {
    align-items: center;
    justify-content: center;
  }
  .review-controls {
    margin-top: 24px;
    justify-content: center;
  }
}
.rev-photo2-3 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 660px) {
  #feedback .review .review-photo .photo1 {
    height: calc(330px - 50px);
    width: calc(260px - 40px);
    background-size: contain;
    background-repeat: no-repeat;
  }
  #feedback .review .review-photo .photo2 {
    width: calc(260px - 65px);
    height: calc(200px - 50px);
    background-size: contain;
    background-repeat: no-repeat;
  }
  #feedback .review .review-photo .photo3 {
    width: calc(260px - 65px);
    height: calc(306px - 76px);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .review-comment .review-text {
    font-size: 17px;
  }
  .review-comment .review-post {
    font-size: 13px;
  }
  .review-comment .review-name {
    font-size: 13px;
  }
}
@media (max-width: 525px) {
  #feedback .review .review-photo .photo1 {
    height: calc(330px - 125px);
    width: calc(260px - 98px);
  }
  #feedback .review .review-photo .photo2 {
    width: calc(260px - 125px);
    height: calc(200px - 96px);
  }
  #feedback .review .review-photo .photo3 {
    width: calc(260px - 125px);
    height: calc(306px - 147px);
  }
}
.review-comments {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 48px 0 24px;
  position: relative;
  overflow: hidden;
}
.review-comment {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 100%;
}
.review-text {
  margin: 24px 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.review-post {
  color: #a8a8b5;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.review-name {
  color: #3b3b45;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.review-controls {
  display: flex;
  gap: 12px;
}
.review-next {
  width: 40px;
  height: 40px;
  background: url(/static/img/template/arrows.svg), no-repeat;
  transform: rotate(-90deg);
  opacity: 1;
  border: 0;
}
.review-next:hover,
.review-prev:hover {
  opacity: 0.8;
}
.review-prev {
  width: 40px;
  height: 40px;
  background: url(/static/img/template/arrows.svg) no-repeat;
  transform: rotate(90deg);
  opacity: 1;
  border: 0;
}
.review-next:active:not([disabled]) {
  transform: rotate(-90deg) scale(0.9);
  transition: transform 0.5s cubic-bezier(0, 1.32, 0.19, 1.39);
}
.review-prev:active:not([disabled]) {
  transform: rotate(90deg) scale(0.9);
  transition: transform 0.5s cubic-bezier(0, 1.32, 0.19, 1.39);
}
.comments-flex {
  display: flex;
  --card-width: 100%;
  --card-space: 0px;
  transform: translateX(calc((var(--card-width) + var(--card-space)) * var(--step) * -1));
  transition: transform 0.4s cubic-bezier(0.73, -0.04, 0.3, 1.07);
  position: relative;
}
#questions {
  background-color: #fff;
  padding-block: 120px;
}
#questions h2 {
  margin-bottom: 40px;
}
#questions a:not(.btn.primary) {
  color: #3f5cf6;
}
#questions a:not(.btn.primary):hover {
  color: #3f5cf6bf;
  text-decoration-line: none;
}
#questions .gotosupp a {
  text-decoration-line: underline;
}
#questions .gotosupp a:hover {
  text-decoration-line: none;
}
#questions .question_btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 40px;
}
#questions .question_btn .btn {
  padding: 8px 24px;
  pointer-events: all;
}
#questions .question {
  position: relative;
  color: #111;
  border: 0;
  border-radius: 24px;
  background: 0;
  padding: 20px 40px;
  text-align: left;
  transition: background-color 0.6s ease-out, padding 0.5s ease-out;
}
#questions .question.active {
  background: #f5f6fc;
  padding: 40px;
}
#questions .question img {
  position: absolute;
  top: 20px;
  right: 40px;
  transform: rotate(0);
  pointer-events: none;
  transition: top 0.5s ease-out, transform 0.4s ease-out;
}
#questions .question.active img {
  top: 40px;
  transform: rotate(180deg);
  pointer-events: none;
}
#questions .question:hover.active {
  color: #111;
}
#questions .question:hover {
  color: #676565;
}
#questions .question:hover.active img {
  opacity: 0.8;
}
#questions .question:hover img {
  opacity: 0.8;
}
#questions .question .nav-title {
  display: block;
  font-size: 20px;
  font-weight: 500;
  width: 100%;
  line-height: 40px;
  padding-right: 50px;
  cursor: pointer;
  margin: 0;
}
#questions .question .nav-descr {
  color: #3b3b45;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  max-height: 0;
  opacity: 0;
  margin: 0;
  transition: max-height 0.4s ease, opacity 0.2s ease, margin 0.3s ease;
}
#questions .question.active .nav-descr {
  max-height: 900px;
  opacity: 1;
  margin: 17px 0;
}
@media (max-width: 640px) {
  #questions .help .question .nav-title {
    line-height: 34px;
  }
}
@media screen and (max-width: 480px) {
  #questions .question {
    background: #f5f6fc !important;
    padding: 40px!important;
    cursor: none;
    pointer-events: none;
    max-height: 700px !important;
  }
  #questions .question img {
    display: none;
  }
  #questions .help .question .nav-title {
    line-height: 30px;
  }
  #questions .question .nav-descr {
    max-height: 900px;
    opacity: 1;
    margin: 17px 0;
  }
}
#questions .gotosupp {
  margin: 40px auto 0;
  width: 90%;
  max-width: 1280px;
  text-align: center;
}
#questions .wrap {
  margin: 0 auto 40px;
  text-align: center;
}
#questions .help {
  display: grid;
  gap: 16px;
  margin: 0 auto;
}
.useit .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.useit {
  padding-block: 64px;
}
.useit .wrap h2 {
  margin-bottom: 16px;
  max-width: 810px;
}
.useit .wrap p {
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 30px;
  opacity: 0.7;
  max-width: 570px;
}
section.other {
  background: #f5f6fc;
  padding-block: 120px;
}
section.other h2 {
  text-align: center;
}
section.other p {
  color: #3b3b45;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 64px;
}
section.other .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
section.other .content .template-card .image {
  padding-top: 65%;
  border-radius: 16px;
  background-size: cover;
  margin-bottom: 20px;
}
section.other .content .template-card .title {
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 12px;
}
section.other .content .template-card .desc {
  font-size: 16px;
  line-height: 24px;
  opacity: 0.9;
}
@media (max-width: 760px) {
  section.other .content {
    grid-template-columns: auto;
    max-width: 420px;
    margin: 0 auto;
  }
}
button[disabled],
html input[disabled] {
  cursor: default;
}
nav[role="navigation"] {
  margin: 0 0 48px;
}
.bf-breadcrumb li {
  list-style: none;
}
.bf-breadcrumb .bf-breadcrumb-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.bf-breadcrumb .bf-breadcrumb-items .bf-breadcrumb-item {
  margin: 0 0 0 6px;
}
.bf-breadcrumb .bf-breadcrumb-items li:first-child {
  margin: 0;
}
.bf-breadcrumb .bf-breadcrumb-items li:last-child {
  opacity: 0.5;
}
.bf-breadcrumb .bf-breadcrumb-items .bf-breadcrumb-item:not(:last-of-type) {
  white-space: nowrap;
}
.bf-breadcrumb .bf-breadcrumb-items .bf-breadcrumb-item .bf-link {
  color: #323b46;
}
.bf-breadcrumb .bf-breadcrumb-items .bf-breadcrumb-item .bf-link:hover {
  color: #3f5cf7;
}
.bf-breadcrumb .bf-breadcrumb-items .bf-breadcrumb-item:not(:last-child):after {
  content: '/';
  padding-left: 3px;
  color: #999;
}
@media (max-width: 930px) {
  .bf-breadcrumb {
    display: none;
  }
}
