.nowrap{
  text-wrap: nowrap;
}
.btn100{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 440px;
  min-height: 100px;
  padding: 0.2em 30px 0.1em;
  border-radius: 40px;
  box-shadow: 0px 0px 57.04px 4.96px rgba(127, 239, 82, 0.63);
  background: var(--color-main);
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.157;
  font-size: 20px;
  font-family: CodecPro, sans-serif;
  transition: 0.3s box-shadow;
  border: 0;
  cursor: pointer;
}
.btn100 .btn-arrow{
  margin: 0 0 0 10px;
  transition: 0.3s transform;
  background: url(../img/icons/btn.svg) no-repeat;
  background-size: contain;
  width: 25px;
  aspect-ratio: 25/27;
}
.btn100__text{
  display: block;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-skip-ink: none;
  text-decoration-color: transparent;
  text-underline-offset: 0.2em;
  transition: 0.3s text-decoration-color;
}
.btn100:active,
.btn100:focus{
  color: #fff;
}
@media (hover:hover) {
  .btn100:hover{
    color: #fff;
  }
  .btn100:hover .btn100__text{
    text-decoration-color: #fff;
  }
  .btn100:hover .btn-arrow{
    transform: translateX(10px);
  }
}
.top-desc{
  margin-top: 75px;
  position: relative;
}
.messengers{
  margin-left: auto;
  margin-right: auto;
}
.messenger-email {
  min-width: 39px;
  height: 39px;
  background: #FFBF35;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}
.messenger-email span {
  width: 23px;
  aspect-ratio: 1/1;
  background: url(../img/icons/mail.svg) no-repeat;
  background-size: contain;
}
.form-submits{
  margin-top: 34px;
  text-align: center;
}

.widget{
  display: block;
  position: fixed;
  z-index: 90;
  right: 4rem;
  bottom: 4rem;
  transform: translate(0,50vh);
  opacity: 0;
  transition: 0.5s opacity, 0.5s transform;
}
.widget.show{
  opacity: 1;
  transform: translate(0,0);
}
.widget__link{
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 106px;
  height: 60px;
  border-radius: 50%;
  background: #10A02B;
}
.widget__link svg{
  display: block;
  position: relative;
  z-index: 1;
}
.widget__link::before, .widget__link::after{
  content: '';
  display: block;
  inset: 0;
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  animation: 2s outer-ripple linear infinite;
  background: var(--color-main);
  pointer-events: none;
}
.widget__link::after{
  animation-name: inner-ripple;
}
.widget__link:hover+.widget__label{
  transform: translate(0, -50%) scaleX(1);
}
.widget__label{
  display: block;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translate(0, -50%) scaleX(0);
  transform-origin: 100% 50%;
  margin-right: 25px;
  width: max-content;
  padding: 14px 31px 10px;
  background: #fff;
  font-weight: 300;
  font-size: 18px;
  transition: 0.5s transform, 0.5s opacity;
  line-height: 1.5;
}
.widget__label strong{
  font-weight: 500;
  color: var(--color-main);
}
.widget__close{
  position: absolute;
  top: 10px;
  right: 10px;
}
.grecaptcha-badge{
  transform: translateX(100vw);
}
[role="button"]{
  cursor: pointer;
}

.link-back{
  display: flex;
  margin-right: 50px;
  align-items: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}
.link-back .btn-arrow{
  background: url(../img/icons/btn-back.svg) no-repeat;
  background-size: contain;
  width: 25px;
  aspect-ratio: 1/1;
  margin-right: 14px;
  transform: rotate(180deg);
}
.link-back:hover span{
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.push{
  position: fixed;
  transform: translateX(-50vh);
  opacity: 0;
  z-index: 90;
  left: 40px;
  bottom: 40px;
  width: 170px;
  padding: 13px 13px 13px;
  background: #fff;
  box-shadow: 0 4px 33px 0 #e1e0e2;
  transition: 0.3s opacity, 0.3s transform;
}
.push.show{
  opacity: 1;
  transform: translateX(0);
}
.push p{
  margin-top: 16px;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.3;
}
.push img{
  width: 100%;
}
.push p strong{
  font-weight: 500;
  color: var(--color-main);
}
.push__close{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 100%;
  bottom: 100%;
}
.push__close svg{
  fill: #959494;
  transition: 0.3s fill;
}
.push__close:hover svg{
  fill: var(--color-main);
}

.modal-title.modal-title_v2{
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0;
}
.economy-block .messengers{
  margin-left: 0;
  margin-right: 0;
}
.quiz-slider .item{
  padding-bottom: 50px;
}

.sert-slider{
  margin-top: 40px;
  position: relative;
}
.sert-slider img{
  margin: 0 auto;
}
.sert-slider .slick-arrow{
  position: absolute;
  z-index: 5;
  background: none;
  border: 0;
  cursor: pointer;
  outline: none;
  top: 50%;
  transform: translateY(-50%);
}
.sert-slider .slick-arrow.slick-prev{
  left: 0;
}
.sert-slider .slick-arrow.slick-next{
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
.sert-slider .slick-arrow .arrow{
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: block;
  background: url(../img/icons/arrow.png) no-repeat;
  background-size: contain;
  width: 68px;
  height: 40px;
}
@media (hover: hover) {
  .sert-slider .slick-arrow:hover .arrow {
      -webkit-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      background: url(../img/icons/arrow-active.png) no-repeat;
  }
}

.form-submit{
  margin-top: 40px;
}
.help .btn100{
  margin-top: 15px;
}

.economy .form input{
  margin-bottom: 20px;
}
.economy .messengers{
  margin: 0 0 0;
  display: flex;
  align-items: center;
}


@media (max-width: 1200px) {
  
}



@media (max-width: 992px) {
  .btn100{
    min-width: 280px;
    min-height: 70px;
    border-radius: 20px;
    font-size: 16px;
  }
  .help .btn100{
    position: relative;
    left: 0;
    bottom: 0;
    transform: none;
    margin-top: 20px;
  }

  .widget{
    right: 20px;
    bottom: 30px;
  }
  .widget__link{
    width: 80px;
    height: 50px;
  }
  .widget__link svg{
    width: 30px;
    height: auto;
  }
  .widget__label{
    display: none;
    transform: translate(0, -50%) scaleX(1);
    font-size: 12px;
    padding: 10px 20px;
  }
}




@media (max-width: 760px) {
  .top-desc{
    display: block;
  }
  .link-back{
    margin-right: 0;
    margin-top: 20px;
    font-size: 12px;
  }
  .quiz .item-info svg{
    width: 18px;
    flex: 0 0 18px;
    margin-right: 10px;
  }
  .title br{
    display: none;
  }
  .form-submit{
    margin-top: 20px;
  }
}

@media (min-width: 760.1px) {
  .modal.modal_w672{
    width: 672px;
  }
}


@keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  80% {
    transform: scale(2);
    filter: alpha(opacity=0);
    opacity: 0;
  }
  100% {
    transform: scale(2);
    filter: alpha(opacity=0);
    opacity: 0;
  }
}
@keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
  }
}