.finish__btn+br, .finish__btn+br+br {
  display: none;
}

.xdsoft_datetimepicker {
  z-index: 100000 !important;
}

.xdsoft_datetimepicker .xdsoft_year, .xdsoft_today_button {
  display: none !important;
}

[class*="test__question_"] {
  display: none;
}

.header .align-items-center>* {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.header .align-items-center>*:first-child {
  justify-content: flex-start;
}

.header .align-items-center>*:last-child {
  justify-content: center;
}

.header .align-items-center h2 {
  margin-bottom: 0 !important;
}

@media (max-width: 992px) {
  .header .align-items-center>*:first-child, .header .align-items-center>*:last-child {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}

.doc_block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.btns {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.doc_img {
  margin-right: 15px;
}

.doc_img img {
  display: block;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}

.doc_desc {
  margin-top: 15px;
}

.btns button {
  margin: 0 10px;
  margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_month {
  display: block !important;
  max-width: 182px !important;
  width: 100% !important;
  text-align: center !important;
}

.back_button {
  background: #999 !important;
}

@charset "UTF-8";
@font-face {
  font-family: SegoeUI;
  src: url(../fonts/SegoeUI.woff) format("woff")
}

body {
  margin: 0;
  padding: 0;
background:
  radial-gradient(circle at 18% 92%,
    rgba(255,255,255,.70) 0%,
    rgba(255,255,255,0) 55%),
  linear-gradient(to right,
    #c9e7e8 0%,
    #b2dfdd 45%,
    #beeadf 100%);

  color: #262626;
  font-size: 18px;
  font-family: SegoeUI
}

.strong {
  font-weight: 700
}

.test__text_1{
  padding-bottom: 20px;
}

.test__description{
   padding-bottom: 20px;
}

.btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: 16px;
  cursor: pointer;
  background: #3897f0;
  border: none;
  color: #fff;
  width: 100%;
  max-width: 430px;
  height: 50px;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  font-weight: 700
}

.btn.gray {
  background: #5f5f5f;
}

@media (max-width: 480px) {
  .btn {
    font-size: 12px;
  }
}

.btn__img {
  margin: 0 0 0 10px;
  height: 100%
}

.btn:hover {
  opacity: .7
}

.advantages {
  text-align: center;
  background: #fff;
  border-top: 1px solid #e6e6e6;
  height: 200px;
  margin: 100px 0;
  position: relative
}

.advantages__item {
  position: absolute;
  top: 135px;
  width: 280px;
  height: 300px;
  color: #fff;
  background: -webkit-linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -o-linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0
}

.advantages__number {
  font-size: 84px
}

.advantages__number_small {
  font-size: 40px
}

.advantages__text {
  padding: 15px
}

.test {
  margin: 50px 0;
  display: none
}

.test__error {
  background: #ee2d3e;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  text-align: center;
  font-size: 18px;
  color: #fff
}

.test__content {
  background: #fff;
   margin: 20px;
    border-radius: 20px;
    
}

.test__head {
  padding: 25px 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.test__implementation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.test__bar {
  height: 10px
}

.test__description {
  text-align: center;
  font-size: 13px;
  color: #999;
  padding-top: 20px
}

.test__text {
  text-align: left;
  font-size: 16px;
  margin: 40px 0
}

.question {
  display: none;
  padding: 10px 10%
}

.question_current {
  display: block
}

.question__name {
  font-size: 24px;
  margin: 0 0 40px 0
}

.question__input {
  margin: 0 0 40px 0;
  background: #fafafa;
  padding: 0 0 0 20px;
  width: 420px;
  height: 40px;
  border: 1px solid #e6e6e6;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear
}

.question__input::-webkit-input-placeholder {
  color: #999
}

.question__input:-moz-placeholder {
  color: #999
}

.question__input::-moz-placeholder {
  color: #999
}

.question__input:-ms-input-placeholder {
  color: #999
}

.question__input:focus {
  border: 1px solid #b2b2b2;
  outline: 0
}

.question__img {
  width: 100%;
  display: block;
  margin: 0 auto 40px auto
}

.question__radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e6e6e6;
  padding: 10px;
  cursor: pointer
}

.question__text {
  width: 95%;
  margin: 0 0 0 15px;
  cursor: pointer
}

.question__btn {
  margin-top: 40px
}

.checkbox, .radio {
  display: none
}

.checkbox-custom, .radio-custom {
  width: 20px;
  height: 20px;
  border: 1px solid #b2b2b2;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative
}

.checkbox-custom, .label, .radio-custom {
  display: inline-block
}

.checkbox:checked+.checkbox-custom::before, .radio:checked+.radio-custom::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background: #3897f0;
  -webkit-border-radius: 2px;
  border-radius: 2px
}

.radio-custom, .radio:checked+.radio-custom::before {
  -webkit-border-radius: 50%;
  border-radius: 50%
}

.total {
  padding: 0 10%;
  text-align: center;
  display: none
}

.total__title {
  margin: 0 0 40px 0
}

.total__topic {
  max-height: 90px;
  height: 90px;
  padding: 0 0 10px 0;
  text-align: center;
}

.total__text {
  font-size: 16px;
  text-align: left
}

.total__list {
  text-align: left;
  margin: 40px 0;
  padding: 0
}

.total__footer {
  display: none;
  text-align: center;
}

.total__btn {
  margin: 40px auto;
  display: none
}

.total__finish {
  display: none
}

.list__item {
  list-style-type: none;
  position: relative;
  padding: 10px 0 10px 50px
}

.list__item:before {
  content: '';
  position: absolute;
  background: #3897f0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto
}

.list__item:after {
  position: absolute;
  width: 30px;
  left: 6px;
  top: 10px;
  bottom: 0;
  margin: auto;
  height: 30px;
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="#fff"><path d="M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z"/></svg>')
}

.pie_progress {
  max-width: 154px;
  width: 154px;
  margin: 0 auto 40px auto
}

.pie_progress__number {
  font-size: 48px;
  line-height: 18px
}

.pie_progress__percent {
  font-size: 24px;
  line-height: 20px
}

.header {
  padding: 20px;
background: #fff;
color: #262626;
}

.header__img {
  display: block;
  margin: 0 auto
}

.header__count, .header__counter, .header__topic {
  font-size: 18px;
  color: #262626
}

.header__counter {
  display: inline-block;
  margin: 0
}

.header__count {
  display: inline-block;
  font-weight: 700;
  margin: 0 0 0 15px
}

.main__prime {
  margin: 30px 0
}

.main__content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 500px;
  margin: 0 auto;
  color: #262626
}

.main__topic {
  font-size: 24px;
  color: #262626;
  padding: 15px 20px;
  border-bottom: 1px solid #ededed
}

.main__text {
  line-height: normal;
  font-size: 100%;
  margin: 20px
}

.main__creator {
  display: block;
  margin-top: 10px;
  font-style: italic;
  font-weight: 700
}

.main__img {
  width: 100%
}

.main__btn {
  margin: 40px auto;
  width: 350px;
  height: 60px;
  -webkit-box-shadow: 1px 1px 17px -5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 17px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 17px -5px rgba(0, 0, 0, 0.5);
}

.footer__text {
  text-align: center;
  font-size: 12px
}

.test__animation {
  color: #3897f0;
  margin: 0 20px 70px
}

.animation__list {
  position: relative;
  display: block;
  height: 12px;
  background: #3897f0;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  padding: 0;
  margin: 120px 0 20px
}

.animation__item {
  -webkit-box-sizing: initial;
  box-sizing: initial;
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 6px solid #3897f0;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  list-style: none;
  top: -9px;
  left: 4.1%;
  left: -webkit-calc(6% - 15px);
  left: calc(6% - 15px)
}

.animation__woman {
  background: url(../images/woman.png) left bottom no-repeat transparent;
  border: none;
  width: 41px;
  height: 69px;
  -webkit-border-radius: 0;
  border-radius: 0;
  top: -72px;
  left: 4%;
  left: -webkit-calc(5.8% - 20px);
  left: calc(5.8% - 20px)
}

.animation__flag {
  left: 92.3%;
  left: -webkit-calc(94% - 15px);
  left: calc(94% - 15px)
}

.animation__line {
  display: block;
  width: 1px;
  height: 55px;
  background: #3897f0;
  position: absolute;
  top: -61px;
  left: 9px
}

.animation__number {
  position: absolute;
  top: -100px;
  width: 200px;
  text-align: center;
  left: -92px
}

.animation__weight {
  display: block;
  width: 50px;
  height: 65px;
  position: absolute;
  top: 30px;
  left: -14px;
  background: url(../images/weight.png) left bottom no-repeat transparent;
  opacity: 0;
  color: #fff;
  line-height: 85px;
  text-align: center;
  font-size: 16px
}

.p1, .p2, .p3, .p4 {
  display: none
}

.flag__line {
  background: url(../images/flag.png) left bottom no-repeat transparent;
  height: 66px;
  width: 33px;
  top: -72px
}

@-webkit-keyframes go-weight {
  0% {
    opacity: 0;
    top: 30px
  }
  50% {
    opacity: 1
  }
  100% {
    opacity: 0;
    top: 60px
  }
}

@keyframes go-weight {
  0% {
    opacity: 0;
    top: 30px
  }
  50% {
    opacity: 1
  }
  100% {
    opacity: 0;
    top: 60px
  }
}

@-webkit-keyframes go-woman {
  0% {
    left: 4%;
    left: -webkit-calc(5.8% - 20px);
    left: calc(5.8% - 20px)
  }
  100% {
    left: 92.3%;
    left: -webkit-calc(94% - 20px);
    left: calc(94% - 20px)
  }
}

@keyframes go-woman {
  0% {
    left: 4%;
    left: -webkit-calc(5.8% - 20px);
    left: calc(5.8% - 20px)
  }
  100% {
    left: 92.3%;
    left: -webkit-calc(94% - 20px);
    left: calc(94% - 20px)
  }
}

.run .animation__woman {
  -webkit-animation: go-woman 8s linear forwards;
  animation: go-woman 8s linear forwards
}

.run .animation__weight {
  -webkit-animation: go-weight 2s linear 8s;
  animation: go-weight 2s linear 8s
}

.v1 .p1 {
  display: inline-block;
  left: 26%;
  left: -webkit-calc(28% - 15px);
  left: calc(28% - 15px)
}

.v1 .p2 {
  display: inline-block;
  left: 48%;
  left: -webkit-calc(50% - 15px);
  left: calc(50% - 15px)
}

.v1 .p3 {
  display: inline-block;
  left: 70%;
  left: -webkit-calc(72% - 15px);
  left: calc(72% - 15px)
}

.v1.run .p1 .animation__weight {
  -webkit-animation: go-weight 2s linear 2s;
  animation: go-weight 2s linear 2s
}

.v1.run .p2 .animation__weight {
  -webkit-animation: go-weight 2s linear 4s;
  animation: go-weight 2s linear 4s
}

.v1.run .p3 .animation__weight {
  -webkit-animation: go-weight 2s linear 6s;
  animation: go-weight 2s linear 6s
}

.v2 .p1 {
  display: inline-block;
  left: 74.4%;
  left: -webkit-calc(76.4% - 15px);
  left: calc(76.4% - 15px)
}

.v2.run .p1 .animation__weight {
  -webkit-animation: go-weight 2s linear 6.4s;
  animation: go-weight 2s linear 6.4s
}

.v3 .p1 {
  display: inline-block;
  left: 33.33%;
  left: -webkit-calc(35.33% - 15px);
  left: calc(35.33% - 15px)
}

.v3 .p2 {
  display: inline-block;
  left: 62.66%;
  left: -webkit-calc(64.66% - 15px);
  left: calc(64.66% - 15px)
}

.v3.run li.p1 b.animation__weight {
  -webkit-animation: go-weight 2s linear 2.66s;
  animation: go-weight 2s linear 2.66s
}

.v3.run li.p2 b.animation__weight {
  -webkit-animation: go-weight 2s linear 5.33s;
  animation: go-weight 2s linear 5.33s
}

.v4 .p1 {
  display: inline-block;
  left: 48%;
  left: -webkit-calc(50% - 15px);
  left: calc(50% - 15px)
}

.v4.run .p1 .animation__weight {
  -webkit-animation: go-weight 2s linear 4s;
  animation: go-weight 2s linear 4s
}

.v5 .p1 {
  display: inline-block;
  left: 21.6%;
  left: -webkit-calc(23.6% - 15px);
  left: calc(23.6% - 15px)
}

.v5 .p2 {
  display: inline-block;
  left: 39.2%;
  left: -webkit-calc(41.2% - 15px);
  left: calc(41.2% - 15px)
}

.v5 .p3 {
  display: inline-block;
  left: 56.8%;
  left: -webkit-calc(58.8% - 15px);
  left: calc(58.8% - 15px)
}

.v5 .p4 {
  display: inline-block;
  left: 74.4%;
  left: -webkit-calc(76.4% - 15px);
  left: calc(76.4% - 15px)
}

.v5.run .p1 .animation__weight {
  -webkit-animation: go-weight 2s linear 1.6s;
  animation: go-weight 2s linear 1.6s
}

.v5.run .p2 .animation__weight {
  -webkit-animation: go-weight 2s linear 3.2s;
  animation: go-weight 2s linear 3.2s
}

.v5.run .p3 .animation__weight {
  -webkit-animation: go-weight 2s linear 4.8s;
  animation: go-weight 2s linear 4.8s
}

.v5.run .p4 .animation__weight {
  -webkit-animation: go-weight 2s linear 6.4s;
  animation: go-weight 2s linear 6.4s
}

.finish__btn {
  margin-bottom: 40px;
  margin-top: 40px
}

@media (min-width:320px) and (max-width:480px) {
  .header__topic {
    margin-top: 20px
  }
  .logo {
    margin-top: 20px
  }
  .main__prime {
    margin-top: 20px
  }
  .main__content {
    width: 100%;
    font-size: 14px
  }
  .main__btn {
    width: 92%
  }
  .advantages {
    height: auto;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #e6e6e6
  }
  .advantages__item {
    width: 100%;
    margin: 0 0 20px 0;
    top: 0;
    position: relative;
    border: none;
    height: auto
  }
  .advantages__number {
    font-size: 65px
  }
  .advantages__number_small {
    font-size: 30px
  }
  .advantages__text {
    font-size: 16px
  }
  .question__name {
    font-size: 16px;
    font-weight: 700
  }
  .question__input {
    width: 100%;
    font-size: 12px
  }
  .question__text {
    width: 80%;
    font-size: 14px
  }
  .question__btn {
    width: 100%
  }
  .pie_progress {
    width: 100%
  }
  .pie_progress-4, .pie_progress-5 {
    width: 100%
  }
  .total__btn {
    width: 100%
  }
  .total__info {
    text-align: left
  }
  .total__topic {
    height: 84px
  }
  .finish__btn {
    width: 100%
  }
  .animation__number {
    width: 65px;
    left: -24px;
    font-size: 12px
  }
}

@media (min-width:481px) and (max-width:768px) {
  .header__topic {
    margin-top: 20px
  }
  .logo {
    margin-top: 20px
  }
  .main__prime {
    margin-top: 20px
  }
  .main__content {
    width: 100%;
    font-size: 14px
  }
  .main__btn {
    width: 94%
  }
  .advantages {
    background: 0 0;
    height: auto;
    padding: 30px 0;
    border-bottom: 1px solid #e6e6e6
  }
  .advantages__item {
    margin: 0 0 20px 0;
    width: 100%;
    top: 0;
    position: relative;
    border: none;
    height: auto;
    padding: 15px;
    -webkit-border-radius: 0;
    border-radius: 0
  }
  .advantages__number {
    font-size: 65px
  }
  .advantages__number_small {
    font-size: 30px
  }
  .advantages__text {
    font-size: 16px
  }
  .question__input {
    width: 100%
  }
  .question__text {
    width: 90%
  }
  .total__topic {
    height: 84px
  }
  .pie_progress {
    width: 100%
  }
  .pie_progress-4, .pie_progress-5 {
    width: 100%
  }
  .animation__number {
    width: 65px;
    left: -24px;
    font-size: 14px
  }
}

@media (min-width:769px) and (max-width:992px) {
  .header__topic {
    margin-top: 20px
  }
  .logo {
    margin-top: 20px
  }
  .main__prime {
    margin-top: 20px
  }
  .main__content {
    width: 600px
  }
  .main__btn {
    width: 600px
  }
  .advantages__item {
    width: 200px
  }
  .advantages__number {
    font-size: 65px
  }
  .advantages__number_small {
    font-size: 30px
  }
  .advantages__text {
    font-size: 16px
  }
  .animation__number {
    width: 65px;
    left: -24px;
    font-size: 16px
  }
}

@media (max-width: 430px) {
  .pie_progress__number *, .pie_progress__number {
    font-size: 22px;
    line-height: 11px;
  }
  .total__topic {
    height: 44px !important;
    font-size: 18px !important;
    line-height: 12px !important;
  }
  .total {
    padding: 0 2% !important;
  }
}

.modal_call {
  display: none;
  max-width: 350px;
  width: 100%;
  background: #FFF;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
}

.q__dddesc {
  margin-top: 25px;
  font-size: 12px;
  font-weight: bold;
  padding: 10px;
  border: 1px solid #cecece;
  border-radius: 10px;
  text-align: center;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.q__dddesc span {
  width: 100%;
}

.docBlock {
  position: relative;
  padding-top: 60px;
  width: 100px;
  color: rgba(0, 0, 0, .75);
  flex-grow: 0;
  flex-shrink: 0;
  top: 3px;
}

.docBlock::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  background-color: #f3f3f3;
  background-image: url(../images/doc.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  border-radius: 50%;
  margin-right: 25px;
}

.docBlock::after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -7.5px;
  top: -8px;
  width: 15px;
  height: 15px;
  border: 3px solid #dcdcdc;
  background: #2cb92c;
  box-shadow: 0 0 12px rgba(9, 255, 0, .4);
  border-radius: 50%;
}

.email {
  display: block;
  width: 100%;
  padding-left: 10px;
  border: 1px solid #ccc;
  height: 35px;
  border-radius: 3px;
  color: #464646;
}

.newNew__block {
  justify-content: space-around;
  align-items: stretch;
  flex-wrap: nowrap;
  display: none;
  margin-bottom: 60px;
}

.newNew__block.active {
  display: block;
}

.newNew__item {
  text-align: left;
  width: 100%;
  margin: 0 5px 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.item__stars {
  text-align: center;
  margin-top: 15px;
}

.item__percent {
  margin-top: 15px;
}

.item__photo {
  text-align: center;
}

.item__left {
  margin-bottom: 5px;
  margin-right: 15px;
  flex-grow: 0;
  flex-shrink: 0;
  width: 200px;
}

.item__photo img {
  max-width: 200px;
  height: 200px;
}

.newNew__item h3 {
  margin-bottom: 15px;
}

.item__ctry, .item__pobo, .item__desc {
  margin-bottom: 15px;
}

.allText, .item__dd, .item__ctry, .item__pobo, .item__desc {
  font-size: 16px;
}

@media (max-width: 768px) {
  .newNew__item {
    display: block;
  }
  .newNew__item h3, .item__left {
    margin: 0 0 15px;
    text-align: center;
    width: 100%;
  }
}

input[type="text"] {
  display: block;
  width: 100%;
  padding-left: 10px;
  border: 1px solid #ccc;
  height: 35px;
  border-radius: 3px;
  color: #464646;
}

input[type="button"] {
  display: block;
  margin: 0 auto;
  font-size: 16px;
  cursor: pointer;
  background: #3897f0;
  border: none;
  color: #fff;
  width: 200px;
  height: 42px;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  font-weight: 700;
  border-radius: 5px;
  margin-top: 20px;
}

input {
  margin-top: 10px;
}

.resultBlock {
  font-size: 16px;
  text-align: left;
}

.total {
  text-align: left !important;
}

.total ul {
  list-style-type: none;
  padding-left: 0;
}

.doc_block {
  margin: 30px 0;
}

.doc_block ul, .doc_block li {
  padding-left: 0;
}

.doPosle {
  text-align: center;
  border: 1px solid #000;
  margin-bottom: 15px;
  padding: 15px;
}

.doPosle img {
  max-width: 100%
}

.doPosle__name {
  font-weight: bold;
  margin: 15px auto;
}

.priceBlock {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.priceTitle {
  font-weight: bold;
  margin-bottom: 5px;
}

.orderTitle {
  margin: 30px 0;
  text-align: center;
}

.oldPrice, .newPrice {
  margin: 0 15px;
  text-align: center;
}

.oldPrice .displayPrevPrice {
  text-decoration: line-through;
  color: #999;
  font-weight: bold;
}

.newPrice .displayCurrentPrice {
  color: red;
  font-weight: bold;
}

.unitCount {
  text-align: center;
  font-weight: bold;
  margin: 15px 0 30px;
}

.unitCount span {
  color: red;
}

.product {
  text-align: center;
  margin-bottom: 30px;
}

.product img {
  max-width: 100%;
}

.total h4 {
  margin-bottom: 45px;
}

.tac {
  text-align: center;
}

@media (max-width: 768px) {
  .total {
    padding: 0 15px !important;
  }
  .doc_block {
    flex-direction: column;
    margin: 60px 0;
  }
  .doc_img {
    margin-right: 0;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .priceBlock {
    flex-direction: column;
    align-items: center;
  }
  .q__dddesc {
    flex-direction: column
  }
  .docBlock {
    margin-bottom: 15px;
  }
}

@media (max-width: 992px) {
  .header .align-items-center h2 {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    text-transform: uppercase;
  }
  .header__count {
    margin-left: 0;
  }
  .header {
    padding: 20px 5px;
  }
}
/* =============================
   Ulasan Fuelvit (sebelum/sesudah)
   ============================= */
.fv-reviews{
  margin-top: 22px;
  padding: 18px 10px 10px;
  border-top: 1px dashed rgba(17, 24, 39, 0.18);
}

.fv-reviews__head{
  text-align: center;
  margin-bottom: 14px;
}

.fv-reviews__title{
  margin: 0 0 6px;
  font-weight: 800;
  letter-spacing: -0.02em;
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.15;
}

.fv-reviews__subtitle{
  margin: 0 auto;
  max-width: 680px;
  color: rgba(17, 24, 39, 0.78);
  font-size: 16px;
  line-height: 1.35;
}

.fv-reviews__grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.fv-review{
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(81, 166, 236, 0.25);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.07);
}

.fv-review__media{
  position: relative;
  padding: 10px;
}

.fv-review__media img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.fv-review__badge{
  position: absolute;
  top: 18px;
  left: 18px;
  background: rgba(17, 24, 39, 0.82);
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.08em;
  padding: 6px 10px;
  border-radius: 999px;
  text-transform: uppercase;
}

.fv-review__body{
  padding: 2px 14px 14px;
}

.fv-review__top{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-top: 6px;
}

.fv-review__name{
  font-weight: 800;
  font-size: 16px;
}

.fv-review__meta{
  font-size: 13px;
  color: rgba(17, 24, 39, 0.75);
  margin-top: 2px;
}

.fv-review__stars{
  color: #f5a623;
  font-size: 14px;
  line-height: 1;
  margin-top: 2px;
  white-space: nowrap;
  user-select: none;
}

.fv-review__text{
  margin: 10px 0 12px;
  font-size: 15px;
  line-height: 1.45;
  color: rgba(17, 24, 39, 0.92);
}

.fv-review__bottom{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.fv-review__pill{
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(81, 166, 236, 0.14);
  border: 1px solid rgba(81, 166, 236, 0.25);
  color: rgba(17, 24, 39, 0.9);
}

.fv-reviews__note{
  margin-top: 12px;
  text-align: center;
  font-size: 12px;
  color: rgba(17, 24, 39, 0.65);
}

@media (max-width: 480px){
  .fv-reviews{ padding-left: 0; padding-right: 0; }
  .fv-reviews__subtitle{ font-size: 14px; }
  .fv-review__text{ font-size: 14px; }
}
