.h2{
  font-family: Verdana;
  font-size: 20px;
  line-height: 1.4;
  margin: 30px 0 15px;
	color: #333;
}

.num_block{
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 24px 0;
}

.num_block__item{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
  font-family: Verdana;
  font-size: 14px;
  line-height: 1.6;
  position: relative;
}

.num_block__item:not(:last-child):after{
  content: url('/wp-content/themes/theme-new-topas/assets/images/arrs.svg');
  width: 24px;
  height: 24px;
}

.num_block__item .point{
  max-width: 400px;
}

.num_block__item .num{
  background: #FFCC00;
  width: 80px;
  line-height: 80px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #333;
	border-radius: 100%;
}

.ico_points{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 15px;
  margin: 15px 0;
}

.ico_points.col-4-in-row{
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.ico_points__item{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 24px 16px;
  border: 1px solid #0000001F;
  text-align: center;
  color: #333333;
  font-size: 14px;
  line-height: 1.6;
  font-family: Verdana;
}

.ico_points__item .point{
  max-width: 350px;
}

.informBlock p{
	line-height: 1.6;
}

.reviews .container {
  padding: 0;
}

.reviews__box {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
  background-color: #fff;
  padding: 0 0 30px;
}

.reviews__title-box {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d3d3d3;
  padding: 8px 0;
  height: 48px;
}

.reviews__title {
  text-transform: uppercase;
  color: #333333;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}

.reviews__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 15px 9px;
}

.reviews__item {
  border: 1px solid #0000001f;
  display: flex;
  flex-direction: column;
  max-width: 49%;
  width: 100%;
  margin-bottom: 15px;
}

.reviews__item-top {
  padding: 12px 16px;
  background: #ebebeb;
  border-top: 2.5px solid #fbd32f;
  color: #0066cc;
  font-size: 16px;
  font-weight: 400;
}

.reviews__item-bot {
  padding: 12px 16px 24px;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
}

.reviews__btn {
  text-transform: uppercase;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  background: #FFCC00;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 145px;
  height: 40px;
  text-decoration: none;
  margin: 0 auto;
}

html .modal-quiz {
  top: 10%;
}

html .modal-quiz .modal-dialog {
  max-width: 900px;
  width: auto;
}

.modal-quiz .modal-content .close {
  position: absolute;
  right: 10px;
  top: 20px;
}

.modal-quiz .modal-body img,
.quiz-wrapper .modal-body img {
  margin-bottom: 0px;
}

.modal-quiz #quiz-send .quiz__back {
  position: absolute;
}

.modal-quiz .quiz-send__title {
  padding: 0px 30px 20px 30px;
}

.quiz-popup {
  background: #fff;
  -webkit-box-shadow: 0 4px 20px rgba(13, 48, 81, .2);
  box-shadow: 0 4px 20px rgba(13, 48, 81, .2);
  border-radius: 20px;
  padding: 40px 50px 50px 50px;
}

.quiz-popup__title {
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  line-height: 140%;
  padding-left: 100px;
  padding-right: 100px
}

.quiz-popup__title span {
  font-weight: 700;
  color: #4fbf01
}

.quiz__element {
  display: none
}

.quiz__element_active {
  display: block
}

.quiz__title-body h3 {
  display: none
}

.quiz__title-body h3.quiz__title-body_active {
  display: block
}

.quiz__header {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.quiz__back {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  border: solid 1px #bdbdbd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s
}

.quiz__back:hover {
  background: #4fbf01;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s
}

.quiz__back:hover svg path {
  fill: #fff
}

.quiz__back.disabled {
  pointer-events: none;
}

.quiz__title-body {
  width: calc(100% - 40px - 120px);
  padding-left: 20px
}

.quiz__title-body h3 {
  font-weight: 700;
  font-size: 17px;
  line-height: 140%;
  color: #4fbf01;
  margin: 0px;
}

.quez__progress-text {
  width: 120px;
  text-align: right;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #bdbdbd
}

.quez__progress-text b {
  font-weight: 400
}

.quiz__progress-load {
  margin-top: 15px;
  margin-bottom: 30px;
  border-radius: 100px;
  overflow: hidden;
  height: 15px;
  background: #f2f2f2
}

.quiz__progress-load_line {
  width: calc(100% / 6);
  height: 100%;
  border-radius: 100px;
  background: #4fbf01;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s
}

.quiz__element-dop-info {
  height: 22px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%
}

.quiz__row-ansver {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.quiz__variant {
  width: calc(100% / 4 - 8px);
  cursor: pointer
}

.quiz__img {
  width: 100%;
  height: 150px;
  border-radius: 10px;
  background: #fbfbfb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #f2f2f2;
  border-radius: 10px
}

.quiz__var-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  margin-top: 12px
}

.quiz__variant_active .quiz__img {
  border: solid 1px #00cc4e;
  background-color: #e5f7ff
}

.quiz__variant_active .quiz__var-title {
  color: #00cc4e;
  font-weight: 600
}

.quiz__btn-hide {
  display: none
}

.quiz-send__wrapper {
  /* width: 768px; */
  margin: 0 auto
}

.quiz-send__title {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 20px;
  color: #4fbf01
}

.quiz-send__subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  margin-bottom: 20px
}

.quiz-send__subtitle span {
  font-weight: 600;
  color: #4fbf01
}

.quiz-send__subtitle__title-select {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px
}

.quiz-send__subtitle__title-select2 {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 16px;
  line-height: 27px
}

.quiz-send__form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}

.quiz-send__form .btnV3 {
  padding: 7px 15px;
  width: 290px;
  text-align: center;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 22px
}

.quiz-send__select-type-call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px
}

.call-box {
  display: none !important;
  border: 1px solid #e0e0e0;
  width: 58px;
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 17px;
  border-radius: 100px;
  cursor: pointer
}

.call-box img {
  width: 28px;
  height: auto;
  display: block
}

.call-box_active {
  border: solid 1px #00cc4e
}

#quiz-send,
#quiz-message-go {
  display: none;
}
#modalCallbackVZ {
  padding-right:0 !important;
}
.quiz-send-list {
  max-width: 700px;
  margin: 0 auto;
  margin-top: 25px
}

.quiz__img {
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s
}

.quiz__img:hover {
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
  border: solid 1px #4fbf01
}

.quiz__row-ansver__mod1 .quiz__img img {
  width: 170px;
  display: block
}

.img-mod2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  border-radius: 10px
}

.quiz__var-subtitle {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #828282
}

.quiz-send__subtitle span {
  font-weight: 600;
  color: #4fbf01;
}

.consalt-sec__inp input {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  min-height: 60px;
  width: 100%;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 66px;
  padding: 20px 26px;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}

.consalt-sec__inp input.wpcf7-not-valid {
  border: 1px solid rgb(254, 55, 55);
}

.consalt-sec__inp .wpcf7-not-valid-tip {
  display: none;
}

.quiz-send__form .btnV3 {
  padding: 7px 15px;
  width: 290px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}

.consalt-sec__submit .btnV3 {
  padding: 8px 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
  display: block;
}

.consalt-sec__submit p p {
  display: none !important;
}

.quiz-send__form .btnV3 {
  padding: 7px 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  background: #4fbf01;
  border: solid 1px #4fbf01;
  color: #fff;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
  border-radius: 100px;
  width: 100%;
  height: auto;
  min-height: 60px;
  display: inline-block;
  text-transform: none;
  white-space: break-spaces;
}

.quiz-send__form .btnV3:hover {
  border: solid 1px #4fbf01;
  background: #fff;
  color: #4fbf01;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}

.quiz-send__form .btnV3:focus {
  outline: none;
}

.consalt-sec__list li p {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  padding-left: 12px;
  width: calc(100% - 23px);
  margin: 0px;
}

.consalt-sec__submit {
  width: 290px;
  margin-bottom: 10px;
}

.consalt-sec__inp {
  width: 290px;
  margin-bottom: 10px;
  margin-right: 30px;
}

.hide-input-container {
  display: none;
}

.consalt-sec__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}

.consalt-sec__list-icon {
  width: 23px;
  height: 23px;
  background: #00cc4e;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.message-go {
  text-align: center;
}

.message-go h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 44px;
  margin-bottom: 15px;
  color: #00cc4e;
  text-align: center;
  margin-top: 100px;
}

.message-go p {
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  text-align: center;
  margin-bottom: 100px;
}

.quiz-wrapper .modal-body{
	background: #6a6a6a;
}

/*0*/

@media (min-width:992px) {
  .num_block {
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .num_block .num_block__item {
    flex-basis: calc((100% - 60px) / 3);
	gap: 30px;
  }
  .num_block__item:not(:last-child):after {
    position: absolute;
    right: -25px;
    top: 32px;
    transform: rotate(-90deg);
  }
  .num_block .num_block__item:nth-child(3n):after {
    display: none;
  }
  .ico_points.items-justify-center {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .ico_points.items-justify-center .ico_points__item {
    flex-basis: calc((100% - 30px) / 3);
  }
}

@media only screen and (max-width:1550px) {
	.quiz-popup {
		/* width: 96% */
	}
	.quiz-popup .air-close {
		right: 0
	}
	.quiz-send {
		/* width: 96% */
	}
	.quiz-send .air-close {
		right: 0
	}
}

@media screen and (max-width: 1000px) {
    .reviews__item {
      max-width: 48.6%;
    }
	.quiz-popup {
		/* width: calc(100% - 40px); */
		padding: 30px 20px;
		max-height: calc(100vh - 30px);
		overflow-y: auto
	}
	.quiz-popup .air-close {
		right: 0
	}
	.quiz-popup__title {
		padding-left: 0;
		padding-right: 0;
		font-size: 20px;
	}
	.quiz__title-body h3 {
		font-size: 16px;
		line-height: 140%
	}
	.quiz__header {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
		margin: 0;
	}
	.quez__progress-text {
		width: 100%;
		margin: 10px 0;
		text-align: right
	}
	.quiz__title-body {
		width: calc(100% - 40px)
	}
	.quiz__progress-load {
		margin-top: 3px;
		margin-bottom: 15px
	}
	.quiz__element-dop-info {
		height: auto;
		font-size: 14px;
	}
	.quiz__row-ansver {
		margin-top: 15px
	}
	.quiz__row-ansver {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.quiz__variant {
		width: calc(100% / 2 - 15px);
		margin-bottom: 20px
	}
	.quiz-popup .air-close {
		right: 10px;
		top: 10px
	}
	.air-close {
		background-image: url(../img/_src/close-x.svg);
		width: 48px;
		height: 48px;
		right: 10px;
		top: 10px
	}
	.quiz-popup {
		padding-bottom: 10px
	}
	.quiz-popup__title {
		padding-left: 50px;
		padding-right: 50px
	}
	.quiz-send {
		/* width: calc(100% - 40px); */
		overflow-y: auto;
		max-height: calc(100vh - 30px);
		padding: 30px 58px
	}
	.quiz-send__wrapper {
		width: 100%
	}
	.quiz-send__title {
		font-size: 14px;
		margin-bottom: 20px
	}
	.quiz-send__subtitle {
		font-size: 14px;
		line-height: 140%;
		margin-bottom: 18px
	}
	.quiz-send__subtitle__title-select {
		font-size: 14px;
		line-height: 140%;
		margin-bottom: 30px
	}
	.quiz-send__select-type-call {
		margin-bottom: 30px
	}
	.quiz-send-list {
		max-width: 604px
	}
}

@media screen and (max-width: 768px) {
    .reviews__item {
      max-width: 100%;
    }
	.quiz-popup__title {
		font-size: 16px;
		padding-left: 20px;
		padding-right: 20px
	}
	.quiz__title-body h3 {
		/* font-size: 0.9375rem; */
	}
	.quez__progress-text {
		/* font-size: 0.625rem; */
	}
	.quiz__element-dop-info {
		/* font-size: 0.75rem; */
	}
	.quiz__progress-load {
		margin-bottom: 10px
	}
	.quiz__var-title {
		font-size: 14px;
		margin-top: 5px
	}
	.quiz__img {
		height: 75px
	}
	.quiz__img img {
		max-width: 100%;
		max-height: 100%;
		-o-object-fit: cover;
		object-fit: cover
	}
	.quiz__var-subtitle {
		font-size: 10px
	}
	.quiz-send {
		padding: 20px
	}
	.quiz-send__title {
		margin-bottom: 15px
	}
	.quiz-send__subtitle {
		margin-bottom: 15px;
		/* font-size: 13px */
	}
	.quiz-send__subtitle__title-select {
		/* font-size: 0.9375rem; */
		/* line-height: 18px; */
		margin-bottom: 20px
	}
	.call-box {
		margin: 0
	}
	.quiz-send__select-type-call {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 20px
	}
	.quiz-send__form form {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.quiz-send__form form .consalt-sec__inp {
		width: 100%;
		margin-right: 0
	}
	.quiz-send__form form .consalt-sec__submit {
		width: 100%;
		margin-top: 15px
	}
	.quiz-send__form form .consalt-sec__submit .btnV3 {
		width: 100%
	}
	.quiz-send-list {
		margin-top: 17px
	}
	.quiz-send {
		padding-top: 25px
	}
	.quiz-send__title {
		padding-left: 20px;
		padding-right: 20px
	}
	.form-call {
		width: calc(100% - 40px)
	}
}


.modal-open {
  overflow: auto !important;
}