
.test {
    padding-bottom: 2.5vw;
  }
  
  .test-wrapper {
    -webkit-box-shadow: 0 0 30px rgba(152, 152, 152, 0.1);
    box-shadow: 0 0 30px rgba(152, 152, 152, 0.1);
    border-radius: 10px;
    background-color: #fcfcfc;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  
  .test-wrapper.predfinals {
    overflow: unset;
  }
  
  .test__main {
    width: 77%;
    padding: 2vw 1.5vw;
    position: relative;
  }
  
  .test__main.final {
    width: 100%;
  }
  
  body .left-block {
    width: 23%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 3vw 2vw;
    background: no-repeat center;
    background-size: cover;
    background-image: url("../media/test-bg.png") !important;
    min-height: 34vw;
    text-align: center;
    border-radius: 10px 0 0 10px;
  }
  
  .left-block-subtitle {
    color: #6d7779;
    font-size: 0.82vw;
    font-weight: 400;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 1vw;
  }
  
  .left-block-title {
    color: #2a2a2a;
    font-size: 1.35vw;
    font-weight: 700;
    text-transform: uppercase;
  }
  
  .left-block-title .trigger {
    color: #0a57b2;
    font-style: italic;
    font-weight: 700;
  }
  
  .left-block.no-show {
    overflow: hidden;
    width: 0;
    padding: 0;
  }
  
  .center {
    text-align: center;
  }
  
  .right {
    text-align: right;
  }
  
  .link-paradigma {
    color: #a8a3a1;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  
  .link-paradigma:hover {
    color: #0a57b2;
  }
  
  .footer__cont {
    padding: 2vw 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;
  }
  
  .footer__item {
    color: #a8a3a1;
    font-size: 0.8vw;
  }
  
  .footer__item a {
    color: #a8a3a1;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  
  .footer__item a:hover {
    color: #0a57b2;
  }
  
  .test {
    padding: 5vw 0;
  }
  
  .progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 75%;
    margin: 0 auto;
    margin-bottom: 3vw;
  }
  
  .progress-bar__title {
    color: #a8a3a1;
    font-size: 0.97vw;
    font-weight: 500;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 0.8vw;
  }
  
  .progress-bar__line {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 19%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: inset 0 0 20px rgba(233, 184, 49, 0.2);
    box-shadow: inset 0 0 20px rgba(233, 184, 49, 0.2);
    background-color: #0a57b2;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(27, 0, 255, 0.8)), to(rgba(255, 194, 0, 0))), repeating-linear-gradient(-55deg, #296DBC, transparent 6px, #296DBC 5px, #296DBC 5px);
    background-image: -webkit-linear-gradient(left, rgba(27, 0, 255, 0.8) 0%, rgba(255, 194, 0, 0) 100%), -webkit-repeating-linear-gradient(145deg, #296DBC, transparent 6px, #296DBC 5px, #296DBC 5px);
    background-image: -o-linear-gradient(left, rgba(27, 0, 255, 0.8) 0%, rgba(255, 194, 0, 0) 100%), -o-repeating-linear-gradient(145deg, #296DBC, transparent 6px, #296DBC 5px, #296DBC 5px);
    background-image: linear-gradient(to right, rgba(27, 0, 255, 0.8) 0%, rgba(255, 194, 0, 0) 100%), repeating-linear-gradient(-55deg, #296DBC, transparent 6px, #296DBC 5px, #296DBC 5px);
    -webkit-animation: progres 2.8s linear infinite;
    animation: progres 2.8s linear infinite;
    -webkit-transition: width 0.4s;
    -o-transition: width 0.4s;
    transition: width 0.4s;
  }
  
  .progress-bar__line-wrap {
    height: 8px;
    -webkit-box-shadow: 0 0 30px rgba(183, 193, 199, 0.1);
    box-shadow: 0 0 30px rgba(183, 193, 199, 0.1);
    border-radius: 5px;
    background-color: #e7e7e7;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  
  @-webkit-keyframes progres {
    from {
      background-position: 0 0, 0 0;
    }
  
    to {
      background-position: 0 0, 60px 30px;
    }
  }
  
  @keyframes progres {
    from {
      background-position: 0 0, 0 0;
    }
  
    to {
      background-position: 0 0, 60px 30px;
    }
  }
  
  .checkbox-psevdo {
    width: 1.3vw;
    height: 1.3vw;
    border-radius: 3px;
    border: 1px solid #a8a3a1;
    background-color: #ffffff;
    padding: 0.2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0.7vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  
  .checkbox-psevdo-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .checkbox-psevdo-active img {
    width: 140%;
    max-width: 140%;
    -ms-flex-item-align: center;
    align-self: center;
  }
  
  .checkbox-inp:checked ~ .radio-label {
    color: #2a2a2a;
  }
  
  .checkbox-inp:checked ~ label .checkbox-psevdo-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  
  .radio-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-top: 2vh;
    margin-bottom: 3vh;
    width: 100%;
    font-weight: 500;
  }
  
  .radio-item {
    width: 45%;
    text-align: left;
  }
  
  .radio-label {
    color: #000000;
    font-size: 0.9vw;
    display: inline-block;
    margin-left: 0.6vw;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
  }
  
  .radio-psevdo {
    border: 1px solid #a8a3a1;
    background-color: #ffffff;
    width: 1.2vw;
    height: 1.2vw;
    border-radius: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 0.6vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  
  .radio-psevdo-active {
    width: 0.64vw;
    height: 0.64vw;
    background-color: #0a57b2;
    border-radius: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .radio-block {
    width: 100%;
  }
  
  .radio-btn {
    display: none;
  }
  
  .radio-btn:checked ~ .radio-label {
    color: #2a2a2a;
  }
  
  .radio-btn:checked ~ label .radio-psevdo-active {
    opacity: 1;
  }
  
  .test-item-block {
    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;
  }
  
  .test-item__title {
    color: #212121;
    font-size: 1.2vw;
    font-weight: 700;
    margin-bottom: 1.7vw;
  }
  
  .test-item__title span {
    color: #ffd535;
  }
  
  .img-label {
    height: 6.4vw;
    width: 100%;
    display: inline-block;
    border-radius: 10px;
    cursor: pointer;
  }
  
  .test_elem {
    -webkit-transform: all 0.4s;
    -ms-transform: all 0.4s;
    transform: all 0.4s;
    border-radius: 4px;
    padding: 1vw;
    width: 30%;
    margin: 0 1.5% 1.5vw 1.5%;
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  
  .test_elem-t2 {
    padding: 0;
    border-radius: 10px;
    text-align: center;
    display: block;
  }
  
  .test_elem-t2 .bg-qw1 {
    border-radius: 10px;
    background: transparent;
  }
  
  .test_elem-t2 .checkbox-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.5vw 0;
  }
  
  .test_elem:hover .bg-qw1 {
    border: 1px solid #0a57b2 !important;
    -webkit-box-shadow: 0 0 40px rgba(13, 59, 209, 0.2);
    box-shadow: 0 0 40px rgba(13, 59, 209, 0.2);
  }
  
  .bg-qw1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 4px;
    border: 1px solid #a8a3a1;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  
  .checkbox-inp:checked + .bg-qw1 {
    border: 1px solid #0a57b2 !important;
    -webkit-box-shadow: 0 0 30px rgba(250, 185, 21, 0.15);
    box-shadow: 0 0 30px rgba(250, 185, 21, 0.15);
  }
  
  .test-elem-big {
    width: 47%;
    margin: 1vw 1.5% 1.5vw 1.5%;
  }
  
  .test-elem-big span {
    color: #000000;
    font-size: 1vw;
    font-weight: 500;
  }
  
  .test-elem-4 {
    border-radius: 10px;
    min-height: 6.5vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 36%;
  }
  
  .test-elem-4 .bg-qw1 {
    border-radius: 10px;
    background: transparent;
  }
  
  .test-elem-5 {
    min-height: 5.5vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .test-elem-5 .bg-qw1 {
    border-radius: 10px;
    background: transparent;
  }
  
  .test-elem-6 {
    position: relative;
    min-height: 6vw;
    width: 36%;
    margin: 1.7vw 1.5% 1.7vw 1.5%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .test-elem-6 .bg-qw1 {
    border-radius: 10px;
    background: transparent;
  }
  
  .qw6-img-1 {
    position: absolute;
    right: 0;
    top: -0.7vw;
    width: 9vw;
    max-height: none;
    z-index: 33;
  }
  
  .qw6-img-1-1 {
    right: -1vw;
  }
  
  .qw6-img-1-2 {
    top: -2.1vw;
  }
  
  .qw6-img-1-3 {
    width: 11vw;
    top: -2vw;
  }
  
  .qw6-img-1-4 {
    width: 8vw;
    top: -1vw;
  }
  
  .qw6-img-2 {
    position: absolute;
    right: -1.2vw;
    top: -1.7vw;
    width: 5vw;
    max-height: none;
    z-index: 44;
  }
  
  .name-inp {
    width: 40%;
    text-align: right;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-block;
  }
  
  .checkbox-wrap {
    padding: 0.5vw;
  }
  
  .test-text-wrap {
    width: 100%;
    text-align: center;
    margin-bottom: 2vw;
  }
  
  .test__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .test__qwiz {
    width: 75%;
  }
  
  .test__qwiz.active {
    width: 100%;
  }
  
  .test__gifts {
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: center;
    width: 23%;
    padding: 2vw;
    -webkit-box-shadow: inset 0 -2px 3px rgba(255, 255, 255, 0.16);
    box-shadow: inset 0 -2px 3px rgba(255, 255, 255, 0.16);
    border-radius: 4px;
    background-color: #0a57b2;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.4)));
    background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
    background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  }
  
  .test__gifts.not-active {
    width: 0;
  }
  
  .test__gifts-subtitle {
    text-shadow: 0 1px 0 rgba(255, 251, 233, 0.8);
    color: #000000;
    font-size: 1vw;
    margin-bottom: 0.4vw;
    font-weight: 900;
  }
  
  .test__gifts-title {
    text-shadow: 0 1px 0 rgba(255, 251, 233, 0.8);
    color: #000000;
    font-size: 2.1vw;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 2vw;
    line-height: 1.2;
  }
  
  .test__gifts-img {
    margin-bottom: 0.6vw;
  }
  
  .test-inp-wrap {
    width: 21%;
    margin-right: 3%;
  }
  
  .test-inp {
    margin-bottom: 1.1vw;
  }
  
  .test-block-img {
    width: 67%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 19.2vw;
  }
  
  .test-block-img img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  
  .q-4 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 2px solid #96c3e6;
    border-radius: 4px;
    padding: 3vw 2vw;
  }
  
  .inp-hiden {
    display: none;
  }
  
  .test-inp-wrap-big {
    width: 47%;
  }
  
  .test-file-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .file-link {
    color: #000000;
    font-size: 0.9vw;
    border-radius: 25px 0 0 25px;
    border: 2px solid #ecf1f9;
    padding: 1vw;
    overflow-x: hidden;
    min-height: 3.6vw;
    width: 60%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  
  .file-btn {
    color: #ffffff;
    font-size: 0.9vw;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    border-radius: 0 25px 25px 0;
    background-color: #166aac;
    min-height: 3.6vw;
    padding: 1vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40%;
    margin-left: -2px;
    cursor: pointer;
  }
  
  .q-5 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    border: 2px solid #96c3e6;
    height: 26.4vw;
    padding: 3vw;
  }
  
  .test-block-proc {
    width: 52%;
    text-align: center;
  }
  
  .test-big-num {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(22, 106, 172, 0)), to(#166aac));
    background-image: -webkit-linear-gradient(bottom, rgba(22, 106, 172, 0) 0%, #166aac 100%);
    background-image: -o-linear-gradient(bottom, rgba(22, 106, 172, 0) 0%, #166aac 100%);
    background-image: linear-gradient(to top, rgba(22, 106, 172, 0) 0%, #166aac 100%);
    color: #ffffff;
    font-size: 11vw;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -1vw;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .test-big-num span {
    font-size: 8vw;
  }
  
  .test-big-num-title {
    color: #000000;
    font-size: 0.9vw;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.8px;
  }
  
  .test-elem-lg {
    width: 30.1%;
  }
  
  .img-label-gift {
    width: 100%;
    border-radius: 4px 4px 0 0;
    background-color: #edf7fd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .test-elem-lg .img-label-gift {
    height: 16vw;
  }
  
  .text-price {
    color: #166aac;
    font-size: 1vw;
    font-weight: 900;
    white-space: nowrap;
  }
  
  .test-gift-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .test-gift-price {
    margin-left: 2vw;
    text-align: right;
  }
  
  .load-text {
    color: #212121;
    font-size: 1.2vw;
    font-weight: 600;
  }
  
  .troe {
    white-space: nowrap;
    overflow-x: hidden;
    display: inline-block;
  }
  
  .load-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: opas 2.5s infinite linear;
    animation: opas 2.5s infinite linear;
  }
  
  .load {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .load-img {
    width: 4vw;
    margin-bottom: 1vw;
    -webkit-animation: deg 2.5s infinite linear;
    animation: deg 2.5s infinite linear;
  }
  
  .q-7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .q-7 .test-block-img {
    width: 46%;
  }
  
  .q-7 .test-inp-wrap-big {
    width: 41%;
  }
  
  .final-label {
    border-radius: 32px;
    border: 2px solid #ecf1f9;
    padding: 0.8vw;
    margin-bottom: 1vw;
    margin-left: 0;
  }
  
  .inp-final {
    position: relative;
    padding-left: 3vw;
  }
  
  .inp-final:focus {
    border: 2px solid #96c3e6;
  }
  
  .final-inp-be {
    position: relative;
    z-index: 7;
  }
  
  .final-inp-be:before {
    content: "";
    position: absolute;
    left: 1vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.4vw;
    height: 0.9vw;
    background: url("../img/test/Phone_copy.png") no-repeat center;
    background-size: 100% 100%;
    z-index: 2;
  }
  
  .final__btn-wrap {
    position: relative;
  }
  
  .final__btn-wrap:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translate(130%, -50%);
    -ms-transform: translate(130%, -50%);
    transform: translate(130%, -50%);
    width: 7vw;
    height: 7vw;
    background: url("../img/test/Shape.png") no-repeat center;
    background-size: 100% 100%;
    z-index: 2;
  }
  
  .final__btn-wrap .btn-text {
    color: #000000;
  }
  
  .final__btn-wrap .btn {
    width: 100%;
    min-height: 4.5vw;
    padding: 1vw;
    margin-top: 1.5vw;
  }
  
  .test__gifts-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .test__gifts-price .text-price {
    color: #000000;
  }
  
  .test__gifts-price .text-small {
    color: #000000;
  }
  
  .test__gifts-name {
    text-shadow: 0 1px 0 rgba(255, 251, 233, 0.8);
    color: #000000;
    font-size: 1vw;
    font-weight: 500;
    text-align: left;
    line-height: 1.4;
  }
  
  .btn-test {
    border-radius: 50px;
    width: 15vw;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    min-height: 4.1vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  
  
  .btn-arr {
    font-size: 1.7vw;
    display: inline-block;
    line-height: 0.8;
    margin-left: 0.7vw;
    font-weight: 700;
    color: #fff;
    margin-top: -3px;
  }
  
  .test__btn-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 3vw;
  }
  
  .test__numbers {
    position: absolute;
    bottom: 0;
    left: 2vw;
    color: #f3f3f3;
    font-size: 9vw;
    font-weight: 900;
    -webkit-transform: translateY(38%);
    -ms-transform: translateY(38%);
    transform: translateY(38%);
  }
  
  .test__qwiz {
    position: relative;
  }
  
  .gift-block {
    background: url("../img/test/gift-border.png") no-repeat center;
    background-size: 100% 100%;
    padding: 6vw 1vw 2vw 1vw;
    width: 100%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    margin-top: 15.5vw;
  }
  
  .gift-img {
    height: 11vw;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: none;
    max-height: none;
  }
  
  .gift-block-title {
    color: #6d7779;
    font-size: 0.75vw;
    font-weight: 400;
    font-style: italic;
    text-transform: uppercase;
  }
  
  .test-elem-7 {
    width: 100%;
    margin: 0;
    height: auto;
    min-height: 1vw;
    line-height: 1.1;
    padding: 0;
  }
  
  .predfinal {
    width: 73%;
    padding-left: 5vw;
  }
  
  .predfinal .test-text-wrap {
    text-align: left;
  }
  
  .predfinal .left-block-title {
    color: #a8a3a1;
  }
  
  .big-title-test {
    color: #424242;
    font-size: 1.7vw;
    font-weight: 400;
    margin-bottom: 1vw;
  }
  