.survey-big-form-v2__header--box {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px 0;
}
@media (min-width: 768px) {
  .survey-big-form-v2__header--box {
    flex-wrap: nowrap;
  }
}
.survey-big-form-v2__header--box.-header {
  padding: 0 20px 0;
}
@media (min-width: 970px) {
  .survey-big-form-v2__header--box.-header {
    padding-top: 70px;
  }
}
.survey-big-form-v2__header--content {
  margin: 0;
}
.survey-big-form-v2__header--col.-left {
  flex: 1 1 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .survey-big-form-v2__header--col.-left {
    flex: 1 1 auto;
  }
}
.survey-big-form-v2__header--col.-full {
  flex: 1 1;
}
.survey-big-form-v2__header--col.-right {
  align-items: center;
  align-self: end;
  justify-content: center;
  display: flex;
  flex: 1 1 100%;
}
@media (min-width: 1088px) {
  .survey-big-form-v2__header--col.-right {
    flex: 0 0 640px;
  }
}
@media (min-width: 768px) {
  .survey-big-form-v2__header--col.-right {
    flex: 1 1;
    justify-content: end;
  }
}
@media (min-width: 970px) {
  .survey-big-form-v2__header--col.-right {
    justify-content: center;
  }
}
.survey-big-form-v2__header--title {
  border-top-right-radius: 5px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-bottom: 20px;
}
@media (min-width: 970px) {
  .survey-big-form-v2__header--title {
    padding-bottom: 0;
  }
}
.survey-big-form-v2__header--iphone {
  left: 0;
  max-width: none;
  position: absolute;
  top: 0;
  z-index: 1;
}
.survey-big-form-v2__header--iphone.-desktop {
  display: none;
  width: 640px;
}
@media (min-width: 1088px) {
  .survey-big-form-v2__header--iphone.-desktop {
    display: block;
  }
}
.survey-big-form-v2__header--iphone.-mobile {
  display: block;
}
@media (min-width: 1088px) {
  .survey-big-form-v2__header--iphone.-mobile {
    display: none;
  }
}
.survey-big-form-v2__header--reviews {
  align-self: start;
  padding-bottom: 70px;
  position: relative;
  width: 335px;
  z-index: 1;
}
@media (min-width: 1088px) {
  .survey-big-form-v2__header--reviews {
    padding-bottom: 138px;
    width: 640px;
  }
}
.survey-big-form-v2__header--reviews .tns-outer {
  position: relative;
  left: 17px;
  top: 17px;
}
@media (min-width: 1088px) {
  .survey-big-form-v2__header--reviews .tns-outer {
    left: 67px;
    top: 12px;
  }
}
.survey-big-form-v2__header--reviews .tns-outer img {
  border-radius: 25px;
  width: 300px;
}
@media (min-width: 1088px) {
  .survey-big-form-v2__header--reviews .tns-outer img {
    width: 272px;
  }
}
.survey-big-form-v2__reviews--circle {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: #e94e3d;
  box-shadow: 60px -60px 0 2px #cc6978, -60px -60px 0 2px #cc6978, -60px 60px 0 2px #cc6978, 60px 60px 0 2px #cc6978, 0 0 0 2px #e94e3d;
  z-index: -1;
}
.survey-big-form-v2__reviews--circle:hover {
  animation: border 0.4s ease 1 forwards;
}
.survey-big-form-v2__reviews--header {
  margin-top: 30px;
  overflow: hidden;
}
.survey-big-form-v2__reviews--slider {
  display: flex;
}
.survey-big-form-v2__reviews--title {
  font-family: "Lazurski Cyrillic";
  font-weight: 700;
  font-size: 25px;
  line-height: 130%;
  color: #2c0e16;
  margin-bottom: 18px;
}
.survey-big-form-v2 .base-candidate__avatar {
  overflow: hidden;
  position: relative;
  width: 120px;
  height: 120px;
}
.survey-big-form-v2 .base-candidate__item {
  cursor: pointer;
}
.survey-big-form-v2 .base-candidate__item.-animated circle {
  animation: dash 20s 0.5s linear forwards;
}
.survey-big-form-v2 .base-candidate__item .outer,
.survey-big-form-v2 .base-candidate__item .inner {
  height: 100px;
  margin: 0 auto;
  padding: 0;
  width: 100px;
}
.survey-big-form-v2 .base-candidate__item img {
  top: 10px;
  position: relative;
  height: 100px;
  width: 100px;
}
.survey-big-form-v2 .base-candidate__item circle {
  display: block;
  stroke: #cc6978;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  stroke-linecap: round;
  stroke-width: 4px;
}
.survey-big-form-v2 .base-candidate__item svg {
  display: block;
  overflow: visible;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

/*# sourceMappingURL=big-form-v2.css.map */
