.vc-ms3_guide {
  /* default status */
}
.vc-ms3_guide .second-step,
.vc-ms3_guide .third-step,
.vc-ms3_guide .showdown,
.vc-ms3_guide .c-guide__products__item,
.vc-ms3_guide #property {
  display: none;
}
.vc-ms3_guide h2 {
  color: #ffffff;
  text-align: center;
  display: block;
  margin-bottom: 35px;
}
.vc-ms3_guide .subtitle {
  color: #ffffff;
  text-align: center;
}
.vc-ms3_guide .step-title {
  display: flex;
  align-items: center;
  margin-bottom: 65px;
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .vc-ms3_guide .step-title {
    margin-bottom: 20px;
    margin-top: 30px;
  }
}
.vc-ms3_guide .step-title hr {
  color: #ffffff;
  background-color: #ffffff;
  flex: 1;
}
@media screen and (max-width: 500px) {
  .vc-ms3_guide .step-title hr {
    display: none;
  }
}
.vc-ms3_guide .step-title .circle-number {
  border: 2px solid #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin-left: 10px;
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .vc-ms3_guide .step-title .circle-number {
    margin-right: 20px;
  }
}
@media screen and (max-width: 500px) {
  .vc-ms3_guide .step-title .circle-number {
    margin-left: 0;
  }
}
.vc-ms3_guide .step-title .circle-number span {
  font-size: 20px;
}
@media screen and (max-width: 992px) {
  .vc-ms3_guide .step-title .circle-number span {
    padding: 18px;
  }
}
.vc-ms3_guide .step-title h3 {
  color: #ffffff;
  margin-bottom: 0;
  margin-right: 10px;
}
@media screen and (max-width: 500px) {
  .vc-ms3_guide .step-title h3 {
    margin-right: 0;
  }
}
.vc-ms3_guide .c-guide__row {
  max-width: 1025px;
  margin: auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .vc-ms3_guide .c-guide__row {
    flex-direction: column;
  }
}
.vc-ms3_guide .c-guide__row .c-guide__item {
  min-height: 123px;
  background-color: #ffffff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .vc-ms3_guide .c-guide__row .c-guide__item {
    margin-left: 7px;
    margin-right: 7px;
  }
}
@media screen and (max-width: 768px) {
  .vc-ms3_guide .c-guide__row .c-guide__item {
    width: 100%;
    margin: 7px 0;
    min-height: unset;
  }
}
@media screen and (min-width: 768.5px) {
  .vc-ms3_guide .c-guide__row .c-guide__item--last .question-mark-content {
    left: unset!important;
    right: -8px !important;
  }
}
.vc-ms3_guide .c-guide__row .c-guide__radio__inp {
  display: none;
}
.vc-ms3_guide .c-guide__row label.c-guide__radio__block {
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
  padding: 35px;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .vc-ms3_guide .c-guide__row label.c-guide__radio__block {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .vc-ms3_guide .c-guide__row label.c-guide__radio__block {
    padding: 12px 24px 12px 12px;
  }
}
.vc-ms3_guide .c-guide__row label.c-guide__radio__block .c-guide__radio__fake {
  border: 1px solid #005fff;
  background-color: #ebf2fe;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  margin-right: 22px;
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .vc-ms3_guide .c-guide__row label.c-guide__radio__block .c-guide__radio__fake {
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .vc-ms3_guide .c-guide__row label.c-guide__radio__block .c-guide__radio__fake {
    width: 20px;
    height: 20px;
  }
}
.vc-ms3_guide .c-guide__row label.c-guide__radio__block .c-guide__radio__textbox {
  position: relative;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .vc-ms3_guide .c-guide__row label.c-guide__radio__block .c-guide__radio__textbox {
    width: 100%;
  }
}
.vc-ms3_guide .c-guide__row label.c-guide__radio__block .c-guide__radio__text {
  font-size: 18px;
  color: #005fff;
}
@media screen and (max-width: 992px) {
  .vc-ms3_guide .c-guide__row label.c-guide__radio__block .c-guide__radio__text {
    font-size: 16px;
  }
}
.vc-ms3_guide .c-guide__row .c-guide__radio__inp:checked + label.c-guide__radio__block .c-guide__radio__fake {
  background-color: #005fff;
  display: block;
}
.vc-ms3_guide .c-guide__row .c-guide__item__notebox {
  position: relative;
}
@media screen and (max-width: 768px) {
  .vc-ms3_guide .c-guide__row .c-guide__item__notebox {
    position: unset;
  }
}
.vc-ms3_guide .c-guide__row .c-guide__item__note {
  position: absolute;
  display: inline-block;
  bottom: 5px;
  left: 5px;
}
@media screen and (max-width: 768px) {
  .vc-ms3_guide .c-guide__row .c-guide__item__note {
    left: unset;
    right: -19px;
  }
}
.vc-ms3_guide .c-guide__row .c-guide__item__note .question-mark {
  background-image: url("data:image/svg+xml,%3Csvg id='SVGDoc' width='16' height='16' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:avocode='https://avocode.com/' viewBox='0 0 16 16'%3E%3Cdefs%3E%3C/defs%3E%3Cdesc%3EGenerated with Avocode.%3C/desc%3E%3Cg%3E%3Cg opacity='0.5'%3E%3Ctitle%3EPath 6157%3C/title%3E%3Cpath d='M2.42141,3.07924c1.46714,-1.46714 3.23357,-2.2007 5.29929,-2.2007c2.06573,0 3.83216,0.73357 5.2993,2.2007c1.46714,1.46714 2.2007,3.23357 2.2007,5.2993c0,2.06573 -0.73357,3.83216 -2.2007,5.29929c-1.46714,1.46714 -3.23357,2.2007 -5.2993,2.2007c-2.06573,0 -3.83216,-0.73357 -5.29929,-2.2007c-1.46714,-1.46714 -2.2007,-3.23357 -2.2007,-5.29929c0,-2.06573 0.73357,-3.83216 2.2007,-5.2993zM8.46014,13.62502v-1.47887h-1.47887v1.47887zM10.00943,7.81516c0.46948,-0.46948 0.70422,-1.03286 0.70423,-1.69014c0,-0.8216 -0.29343,-1.52582 -0.88028,-2.11268c-0.58685,-0.58685 -1.29108,-0.88028 -2.11268,-0.88028c-0.8216,0 -1.52582,0.29343 -2.11268,0.88028c-0.58685,0.58685 -0.88028,1.29108 -0.88028,2.11268h1.47887c0,-0.39906 0.15258,-0.75117 0.45775,-1.05634c0.30516,-0.30517 0.65728,-0.45775 1.05634,-0.45775c0.39906,0 0.75117,0.15258 1.05634,0.45775c0.30516,0.30516 0.45775,0.65728 0.45775,1.05634c0,0.39906 -0.15258,0.75117 -0.45775,1.05634l-0.91549,0.9507c-0.58685,0.6338 -0.88028,1.33803 -0.88028,2.11268v0.38732h1.47887c0,-0.77465 0.29343,-1.47887 0.88028,-2.11268z' fill='%23001e46' fill-opacity='1'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 16px;
  margin: auto;
  cursor: pointer;
}
.vc-ms3_guide .c-guide__row .c-guide__item__note .question-mark:hover ~ .question-mark-content {
  display: block;
}
.vc-ms3_guide .c-guide__row .c-guide__item__note .question-mark-content {
  display: none;
  background-color: #023444;
  border-radius: 8px;
  position: absolute;
  left: -8px;
  top: 30px;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  padding: 16px;
  width: 276px;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .vc-ms3_guide .c-guide__row .c-guide__item__note .question-mark-content {
    left: unset;
    right: -8px;
  }
}
@media screen and (max-width: 450px) {
  .vc-ms3_guide .c-guide__row .c-guide__item__note .question-mark-content {
    width: 200px;
  }
}
.vc-ms3_guide .c-guide__row .c-guide__item__note .question-mark-content p {
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 18px;
}
.vc-ms3_guide .c-guide__row .c-guide__item__note .question-mark-content p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 450px) {
  .vc-ms3_guide .c-guide__row .c-guide__item__note .question-mark-content p {
    font-size: 12px;
    line-height: 15px;
  }
}
.vc-ms3_guide .c-guide__row__reset-steps {
  flex-direction: row;
}
.vc-ms3_guide #reset-steps {
  margin-top: 40px;
  margin-bottom: 60px;
}
.vc-ms3_guide .c-guide__product {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}
