
.test-item__content {
  position: relative;
  padding: 1rem;
}

.test-item__header {
  padding-bottom: 32px;
}

.test-item__title {
  font-family: "Montserrat", sans-serif;
  font-size: 2.395vw;
  font-weight: 700;
  line-height: 1.304;
  text-transform: uppercase;
  text-align: center;
}
.test-item__desc {
    color: #353535;
    font-size: 1.25vw;
    text-align: center;
    margin-top: 0.1vw;
    font-weight: 400;
}
.customRadio__img {
    display: block;
    height: 11vw;
    margin-bottom: 1.5rem;
    border-radius: 0.5rem 0.5rem 0 0;
    cursor: pointer;
}
.test-item__progress {
  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;
  width: 80%;
  margin: 5vh auto 0;
}
.text-subbtn {
    text-align: center;
}
.test-item__number {
-ms-flex-negative: 0;
    flex-shrink: 0;
    width: 11rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-size: 4.5rem;
    margin-right: 2rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.test-item__number-furst {
    margin-left: 10px;
    font-size: 20px;
}

.test-item__number-all {
    font-size: 20px;
    font-weight: 400;
    margin-left: 7px;
    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;
}

.test-item__number-text {
  color: #f44336;
  font-size: 1.8rem;
  font-weight: 700;
  display: none;
}

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

.test__img {
  width: 25%;
  border-radius: 1rem;
  min-height: 40rem;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.test__img-title {
  text-align: center;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
}

.test__img-quest {
  color: #f7bb0a;
  font-size: 2.6rem;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

.test__img-count {
  font-size: 1.6vw;
  font-weight: 700;
  text-align: center;
  color: #f7bb0a;
  font-family: Montserrat, sans-serif;
  margin-bottom: 0.7vw;
}

.test__img-title.active {
  font-weight: 800;
  text-transform: uppercase;
  color: #f7bb0a;
}

.test__img-circle {
  position: relative;
  padding: 3rem;
  text-align: center;
  color: #ffffff;
  font-family: Montserrat, sans-serif;
  width: 55%;
  z-index: 1;
}

.test__img-circle:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 23rem;
  height: 23rem;
  z-index: -1;
  -webkit-transform: translate(-18%, -14%);
  -ms-transform: translate(-18%, -14%);
  transform: translate(-18%, -14%);
  border-radius: 100%;
  -webkit-box-shadow: 0 3px 2rem rgba(245, 68, 54, 0.3);
  box-shadow: 0 3px 2rem rgba(245, 68, 54, 0.3);
  background-color: #fa4b48;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(67%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.18)));
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 67%, rgba(255, 255, 255, 0.18) 100%);
  background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 67%, rgba(255, 255, 255, 0.18) 100%);
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 67%, rgba(255, 255, 255, 0.18) 100%);
}


.test-slider__item {
  text-align: center;
      max-width: 100%;
}

.test-slider__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 14px;
      width: 100%;
}


.test-slider__item-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 8rem;
}

.test-slider__item-end__send__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 2vw;
}

.test-slider__item-end_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.quiz_mockup {
  width: 30%;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-transform: translateX(-15%);
  -ms-transform: translateX(-15%);
  transform: translateX(-15%);
}

.quiz_mockup img {
  -webkit-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}

.test-slider__final {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  margin: 1rem auto;
}

.test-slider__item-end__title {
font-size: 1.1vw;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    margin-top: 1vw;
    text-align: left;
    margin: 0;
    color: #000;
}

.test-slider__item-end__complete {
  font-size: 1.4vw;
  color: #353535;
}

.test-slider-trigger {
  font-family: "Room", sans-serif;
  font-size: 2.1vw;
  font-weight: 700;
  text-transform: uppercase;
  color: #f44336;
}

.test-slider-title {
margin-bottom: 22px;
    font-size: 24px;
    font-weight: 700;
    text-transform: inherit;
    text-align: center;
}
.row.rewrow {
    width: 100%;
    margin: 0 auto;
}
.row.rewrow .test-slider__elem-min {
    width: 33%;
    padding: 0;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    float: left;
}
.fullwidth .row.rewrow .test-slider__elem-min {
    width: 100%;
}
.fullwidth50 .row.rewrow .test-slider__elem-min {
    width: 50%;
}
.fullwidth20 .row.rewrow .test-slider__elem-min {
    width: 20%;
}
.inputs_form {
    width: 82%;
    margin: 30px auto 0;
}

.main-input {
  width: 100%;
  position: relative;
}

.main-input > span {
  font-size: 2rem;
  color: #cccccc;
  position: absolute;
  left: 2.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.main-input__inner {
    padding: 12px 30px;
    position: relative;
    background-color: #fff;
    border-radius: 0px;
    border: 1px solid #ccc;
	width: 100%;
    font-size: 16px;
}

.btn_quiz {
  margin-top: 2vw;
  width: 100%;
  padding-top: 2vw;
  padding-bottom: 2vw;
}

.main-input__inner:-moz-placeholder {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  color: #999999;
}

.main-input__inner:-ms-input-placeholder {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  color: #999999;
}

.main-input__inner::-webkit-input-placeholder {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  color: #999999;
}

.test-slider-title-m {
  margin-bottom: 2vw;
}

.test-slider-subtitle {
  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-top: -2vw;
  margin-bottom: 2vw;
  font-family: "Room", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.test-slider-subtitle img {
  margin-right: 1rem;
}

.test-slider-subtitle-end {
  width: 90%;
  text-align: center;
  font-size: 1.1vw;
}

.test-slider__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2vw;
}

.test-slider__elem {
  width: 25%;
  padding: 1vw;
  border: 2px solid #ededed;
  border-radius: 5px;
  cursor: pointer;
}

.test-slider__elem-big {
  width: 49%;
  border: 2px solid #ededed;
  border-radius: 5px;
  cursor: pointer;
}

.test-slider__elem-min {
    width: 19%;
    padding: 0.3rem;
    border: 2px solid #ededed;
    border-radius: 5px;
    cursor: pointer;
}
.test-slider__wrap {
    width: 100%;
}
.test-slider__elem-min label {
    display: inherit;
}
.checked {
  border: 2px solid #f8e6b1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.test-slider__data .test-slider__elem-radio {
  border: 0;
  width: 100%;
  padding: 1vw;
  cursor: pointer;
}

.test-slider__data--row .test-slider__elem-radio {
  border: 0;
  width: 50%;
  padding: 1vw;
  cursor: pointer;
}

.test-slider__img {
  width: 35%;
  position: relative;
}

.test-slider__img img {
  position: absolute;
  left: 50%;
  top: 10%;
  -webkit-transform: translateX(-50%) scale(1.17, 1.17);
  -ms-transform: translateX(-50%) scale(1.17, 1.17);
  transform: translateX(-50%) scale(1.17, 1.17);
}

.test-slider__img--2 img {
  top: 10%;
}

.test-slider__img-end {
  margin: 2vw 0;
}

.test-slider__item:nth-child(5) .test-slider__data {
  padding: 3vw 0 3vw 3vw;
}

.test-slider__item:nth-child(6) .test-slider__data {
  padding: 7rem 0 7rem 7rem;
}

.test-slider__data {
  width: 60%;
  padding: 0 2vw;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.test-slider__data--row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3.6vw 0 4vw 3.7vw;
}

.test-slider__data-title {
  font-family: "Montserrat", sans-serif;
  font-size: 1vw;
  font-weight: 600;
  margin-bottom: 1vw;
  text-transform: uppercase;
  text-align: center;
}

.test-slider__input {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: center;
  text-align: center;
}

.test-slider__input .customRadio_label-check {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#number-slider {
  margin-bottom: 2vw !important;
}

.test-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.test__block {
  width: 75%;
  background-color: #003a64;
  position: relative;
  padding: 4rem 3rem;
  text-align: center;
}

.test-progress {
  color: #838f95;
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 3rem;
  text-transform: uppercase;
  position: relative;
  z-index: 19;
}

.test__visual {
  position: relative;
  z-index: 17;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.question {
  margin-left: 1rem;
}

.question svg {
  fill: #cbcace;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.question:hover svg {
  fill: #f44336;
}

.question-active svg {
  fill: #f44336;
}

.input-final-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.input-final-wrap .input-catalog-wrap {
  width: 47%;
}

.input-test {
  width: 10rem;
  text-align: center;
  margin-bottom: 2rem;
  border-radius: 1rem;
  border: 2px solid #e5e5e5;
  padding: 2rem 3rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  -ms-flex-item-align: center;
  align-self: center;
  position: relative;
}

.send-result-polzunok_wrap {
  position: relative;
  -ms-flex-item-align: center;
  align-self: center;
}

.send-result-polzunok_wrap label {
  position: absolute;
  right: -3rem;
  top: 20%;
  font-size: 1.6rem;
  color: #999999;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.btn--wrap {
    margin-top: 20px;
    float: inherit;
    position: relative;
    z-index: 100;
    margin: 20px auto 0;
    width: max-content;
}
button.btn-test:focus {
    outline: none;
}

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

.btn-wrap .btn {
  padding: 2rem 5rem;
  text-align: center;
}

.form-shield-final {
  margin: 1rem 0;
}

.form-shield-final .price-shield-text {
  width: auto;
}

button.btn-test.next-test, .btn_quiz {
    border: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    color: #ffffff;
    font-weight: 500;
    width: 220px;
    margin: 0 16px;
    border-radius: 0px;
    padding: 15px 0;
    cursor: pointer;
    font-size: 17px;
    background: #5ba321;
    font-family: 'Oswald', sans-serif;
}

button.btn-test.next-test {
    width: 150px;
}

.btn_quiz {
    width: 100%;
	margin: 0;
}
.fullwidth50 {
    width: 50%;
    margin: 0 auto;
}
button.btn-test.prev-test {
    background: #5ba321;
    border-radius: 0;
    width: 150px;
    height: 54px;
    cursor: pointer;
    border: 0;
    opacity: 1;
    color: #fff;
    font-size: 17px;
    background: #5ba321;
    font-family: 'Oswald', sans-serif;

}
.prev-test:disabled {
  color: #222;
  border: 2px solid #222;
  opacity: 0.4;
}

.next-test:not(:disabled) {
  background-color: #4781b1;
  color: #ffffff;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  position: relative;
}

.next-test:not(:disabled):after {
  margin-left: -30px;
  content: " ";
  width: 14px;
  height: 300px;
  background: #fff;
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  position: absolute;
  left: -40px;
  top: -150px;
  top-animation-timing-function: ease-in-out;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.prev-test:not(:disabled) {
  color: #222222;
  border: 2px solid #222222;
  opacity: 1;
}

.next-test:disable {
  color: #fec009;
  border: 2px solid #fec009;
}

.main-input__inner:focus {
    outline: none !important;
}

.test-slider_item {
  margin: 0 0.5rem;
}

.test-circle {
width: 3rem;
    height: 1rem;
    position: relative;
    border-radius: 100%;
    margin: 0 8px;
}

.test-circle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 3rem;
  height: 1rem;
  background-color: #f3f3f3;
  border-radius: 10px;
  -webkit-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}
.test-circle-active:before {
    opacity: 1;
    background-color: #5ba321;
}
.test-block {
  height: 1rem;
  width: 70px;
  -webkit-box-shadow: inset -1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset -1px 1px 1px rgba(0, 0, 0, 0.05);
  background: -webkit-repeating-linear-gradient(135deg, #e5e5e5 0px, #e5e5e5 1px, #f2f6f9 2px, #f2f6f9 5px);
  background: -o-repeating-linear-gradient(135deg, #e5e5e5 0px, #e5e5e5 1px, #f2f6f9 2px, #f2f6f9 5px);
  background: repeating-linear-gradient(-45deg, #e5e5e5 0px, #e5e5e5 1px, #f2f6f9 2px, #f2f6f9 5px);
  position: relative;
  z-index: 17;
  display:none;
}

.test-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.test-block-active:before {
  width: 100%;
  background: -webkit-repeating-linear-gradient(-45deg, #f1c20c 0%, #f9ca0c 1%, #f9ca0c 7%);
  background: -o-repeating-linear-gradient(-45deg, #f1c20c 0%, #f9ca0c 1%, #f9ca0c 7%);
  background: -webkit-repeating-linear-gradient(135deg, #f1c20c 0%, #f9ca0c 1%, #f9ca0c 7%);
  background: -o-repeating-linear-gradient(135deg, #f1c20c 0%, #f9ca0c 1%, #f9ca0c 7%);
  background: repeating-linear-gradient(-45deg, #f1c20c 0%, #f9ca0c 1%, #f9ca0c 7%);
  background: #4781b1;
}

#testForm {
  position: relative;
  z-index: 32;
}

.test-slider_item {
  position: relative;
  z-index: 17;
}

img.bordrad {
    border-radius: 16px;
}

.customRadio_label {
position: relative;
    font-size: 15px;
    color: #000000;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 16px 16px 16px 2px;
}
.customRadio_radio:checked ~ .customRadio_label .customRadio_label-cirkle, .customRadio_radio:checked ~ .customRadio_label .checkbox-item {
    background-color: rgba(206, 226, 41, 0.1);
    border: none;
    -webkit-box-shadow: inset 0px 3px 15px 2px rgba(0, 0, 0, 0.13);
    box-shadow: inset 0px 3px 15px 2px rgba(0, 0, 0, 0.13);
}

.customRadio_radio:checked ~ .customRadio_label span {
    color: #222222;
}
.customRadio_label-cirkle {
    position: relative;
    width: 22px;
    height: 22px;
    background-color: #ffffff;
    border: 2px solid #4e4c4c;
    border-radius: 100%;
    display: inline-block;
    margin-right: 6px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    top: 5px;
}
.customRadio_radio:checked ~ .customRadio_label .customRadio_label-cirkle:after, .customRadio_radio:checked ~ .customRadio_label .checkbox-item:after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.customRadio_label-cirkle:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    width: 8px;
    height: 8px;
    background-color: #ffc107;
    border-radius: 100%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.customRadio_radio {
    display: none;
}
.vopros {
    font-size: 20px;
}

@media (max-width: 991px) {
.test-item__progress {
    width: 100%;
}
.test-circle {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.inputs_form {
    width: 74%;
	margin-bottom: 30px;
}
.main-input__inner {
padding: 1rem;
    font-size: 1.2rem;
}
.inputs_form button.btn_quiz.btn {
    margin-top: 20px;
}
}

@media (max-width: 767px) {
	.col-lg-6.mobsto {
    width: 50%;
}
.test-slider__item-end__title {
    font-size: 18px;
    font-weight: 400;
}
.test-item__progress {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.test-item__number {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0;
    margin-bottom: 20px;
}

.test__content {
    margin-top: 16px;
}
.test-block {
    width: 25px;
	height: 8px;
}
.test-circle {
    width: 20px;
    height: 20px;
}

.customRadio_label {
    font-size: 16px;
	line-height: 20px;
}

.first-test-item .customRadio_label {
	    height: 34px;
}

.test-slider-title {
    font-size: 20px;
	margin-bottom: 20px;
    margin-top: 20px;
}
.test-item__content {
    padding: 0;
}
.customRadio_label-cirkle {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.btn--wrap {
    margin-top: 20px;
}
.inputs_form {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
}
}

@media (max-width: 440px) {
.final-label__img, .test-circle {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.main-input__inner {
    font-size: 14px;
}
.test-circle:before {
    width: 30px;
}
.inputs_form button.btn_quiz.btn {
    margin-top: 0;
}
}

@media (max-width: 320px) {
.customRadio_label {
    font-size: 15px;
    line-height: 18px;
}
button.btn-test.next-test, .btn_quiz {
    width: 180px;
}
.test-slider__item-end__title {
    font-size: 15px;
    font-weight: 400;
}
}
