.vidget__btn {
  z-index: 5;
  cursor: pointer;
  width: 200px;
  position: fixed;
  bottom: 2%;
  left: 1%;
}
.vidget__btn img {
  width: 100%;
}
.vidget {
  width: 100%;
  height: 100%;
  position: fixed;
  top: -100%;
  opacity: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 0.5s;
}
.vidget.active {
  z-index: 5;
  top: 0;
  opacity: 1;
  transition: opacity 0.5s;
}
.vidget__body {
  position: relative;
  max-width: 780px;
  min-height: 480px;
  margin: 10% auto;
  padding: 35px 50px 35px;
  color: white;
  background: url('/local/templates/auto/img/azbuka_desc_bg.png') center center/contain no-repeat;
}
.vidget__close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 5%;
  top:  5%;
  cursor: pointer;
}
.vidget__close span {
  pointer-events: none;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.vidget__close span::before,
.vidget__close span::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  height: 2px;
  background: white;
}
.vidget__close span::before {
  transform: rotate(45deg);
}
.vidget__close span::after {
  transform: rotate(-45deg);
}
.vidget__header {
  /* padding: 0 49px; */
}
.vidget__ttl {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  /* color: #000000; */
}
.vidget__ttl span {
  font-weight: 800;
  font-size: 36;
  line-height: 40px;
  color: #EB1123;
  text-transform: uppercase;
}
.vidget__subttl {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 15px;
  /* color: #000000; */
}
.vidget__subttl span {
  font-weight: 800;
  font-size: 30.5659px;
  line-height: 37px;
  /* color: #EB1123; */
  text-transform: uppercase;
}
.vidget__price {
  /* margin-left: 45px; */
  font-weight: 700;
  font-size: 48px;
  line-height: 40px;
  margin-bottom: 35px;
  /* color: #EB1123; */
}
.vidget__content {
  margin-bottom: 35px;
}
.vidget__benef {
  position: relative;
  column-gap: 10px;
  display: flex;
  align-items: baseline;
  font-weight: 400;
  font-size:  16px;
  line-height: 16px;
  /* color: #000000; */
}
.vidget__benef span {
  font-weight: 900;
  font-size: 21.695px;
  line-height: 26px;
  color: #EB1123;
}
/* .vidget__benef::before {
  content:"";
  width: 10px;
  height: 10px;
  background: #FFD81E;
  border-radius: 50%;
  position: absolute;
  left: -20px;
  top: 38%;
  box-shadow: 0px 3.96098px 2.97073px rgba(0, 0, 0, 0.25);
} */
.vidget__benef img {
  width: 30px;
}
.vidget__form {
  margin-top: 10px;
  width: max-content;
}
.vidget__form form input {
  /* padding: 6px 14px;
  border: 0.936768px solid #AAAAAA;
  border-radius: 44.0281px; */
  margin-bottom: 5px;
  height: 40px;
}
.vidget__form form button {
  /* width: 100%;
  background: #EB1123;
  border-radius: 44.0281px;
  padding: 8px 51px;
  font-weight: 700;
  line-height: 12px;
  text-align: center;
  color: #FFFFFF;
  border: none; */
  margin-bottom: 10px;
  height: 40px;
}
.vidget__price-only-mob {
  display: none;
}

@media(max-width:425px) {
  .vidget__price-only-mob {
    display: inline-block;
  }
  .vidget__price-only-desc {
    display: none;
  }
  .vidget__form form button {
    height: 40px;
    width: 325px;
  }

  .vidget__btn {
    width: 100px;
  }
  .vidget__body {
    margin: 40% auto;
    background: url('/local/templates/auto/img/azbuka_mob_bg.png') center center/cover no-repeat;
    padding: 215px 20px 40px;
    max-width: 360px;
    width: 360px;
    max-height: 640px;
  }
  .vidget__close  {
    top: 0;
    right: 0;
  }
  .vidget__ttl,
  .vidget__subttl {
    width: 100%;
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;
  }
  .vidget__ttl span,
  .vidget__subttl span {
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;
  }
  .vidget__price {
    width: max-content;
    /* margin-left: 32px; */
    font-weight: 900;
    font-size: 41.7919px;
    line-height: 51px;
  }
  .vidget__benef {
    font-weight: 700;
    font-size: 16px;
    line-height: 17px;
  }
  .vidget__body .checkbox-label {
    max-width: 325px;
  }
  .vidget__form .form-top {
    margin-bottom: unset;
    display: unset;
  }
  .vidget__form .form-top .input-wrap {
    margin-right: unset;
  }
  .vidget__benef span {
    font-weight: 900;
    font-size: 14.7402px;
    line-height: 18px;
  }
  .vidget__form form input {
    width: 325px;
    height: 40px;
    padding: 6px;
  }
}
@media(max-width:375px) {
  .vidget__ttl span,
  .vidget__subttl span {
    line-height: 20px;
  }
  .vidget__price {
    margin-left: 10px;
    font-size: 30px;
    line-height: 37px;
  }
  .vidget__form form input {
    margin-bottom: 5px;
  }
}