.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 50px 15px;
  -webkit-transition: all 0.4s ease 0ms;
  -o-transition: all 0.4s ease 0ms;
  transition: all 0.4s ease 0ms;
  visibility: hidden;
  pointer-events: none;
  z-index: 150;
}

.popup-enter .popup__content {
  overflow: hidden;
  padding: 0 !important;
}

.popup_show {
  z-index: 150;
  visibility: visible;
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.4);
  overflow: auto;
}

.popup_show::-webkit-scrollbar {
  display: none;
}

.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup__wrapper {
  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;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
}

.popup__content {
  visibility: hidden;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  background-color: #fff;
  width: 100%;
  max-width: 900px;
  border-radius: 12px;
  position: relative;
}

._lock .popup__content {
  visibility: visible;
}

.popup__close {
  position: absolute;
  background-color: transparent;
}

.popup__close path {
  -webkit-transition: all 0.25s ease 0ms;
  -o-transition: all 0.25s ease 0ms;
  transition: all 0.25s ease 0ms;
  fill: #0f2750;
}

.popup__close:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.popup__close:before {
  -webkit-transition: all 0.25s ease 0ms;
  -o-transition: all 0.25s ease 0ms;
  transition: all 0.25s ease 0ms;
}

.popup-enter__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.popup-enter__description {
  font-weight: 600;
  line-height: 150%;
}

.popup-enter__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 15px;
}

@media (min-width: 768.98px) {
  .popup-enter__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .popup-enter__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
  }

  .popup-enter__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

@media (min-width: 1496.98px) {

  .popup__content {
    padding-top: 50px;
  }

  .popup__content {
    padding-bottom: 50px;
  }

  .popup__content {
    padding-left: 70px;
  }

  .popup__content {
    padding-right: 70px;
  }

  .popup__close {
    top: 20px;
  }

  .popup__close {
    right: 20px;
  }

  .popup-enter__content {
    padding-top: 50px;
  }

  .popup-enter__content {
    padding-bottom: 50px;
  }

  .popup-enter__content {
    padding-left: 40px;
  }

  .popup-enter__content {
    padding-right: 40px;
  }

  .popup-enter__title {
    margin-bottom: 15px;
  }

  .popup-enter__text {
    row-gap: 15px;
  }

  .popup-enter__text {
    margin-bottom: 40px;
  }

  .popup-enter__description {
    margin-bottom: 25px;
  }

  .popup-enter__description {
    font-size: 16px;
  }
}

@media (max-width: 768.98px) {
  .popup-enter__image {
    display: none;
  }
}

@media (max-width: 320px) {
  .popup__content {
    padding-top: 35px;
  }

  .popup__content {
    padding-bottom: 25px;
  }

  .popup__content {
    padding-left: 20px;
  }

  .popup__content {
    padding-right: 20px;
  }

  .popup__close {
    top: 15px;
  }

  .popup__close {
    right: 15px;
  }

  .popup-enter__content {
    padding-top: 20px;
  }

  .popup-enter__content {
    padding-bottom: 20px;
  }

  .popup-enter__content {
    padding-left: 15px;
  }

  .popup-enter__content {
    padding-right: 15px;
  }

  .popup-enter__title {
    margin-bottom: 10px;
  }

  .popup-enter__text {
    row-gap: 10px;
  }

  .popup-enter__text {
    margin-bottom: 15px;
  }

  .popup-enter__description {
    margin-bottom: 20px;
  }

  .popup-enter__description {
    font-size: 14px;
  }
}

@media (min-width: 320px) and (max-width: 1496.98px) {

  .popup__content {
    padding-top: calc(35px + 15 * (((100vw - 320px)) / ((1176.98))));
  }

  .popup__content {
    padding-bottom: calc(25px + 25 * (((100vw - 320px)) / ((1176.98))));
  }

  .popup__content {
    padding-left: calc(20px + 50 * (((100vw - 320px)) / ((1176.98))));
  }

  .popup__content {
    padding-right: calc(20px + 50 * (((100vw - 320px)) / ((1176.98))));
  }

  .popup__close {
    top: calc(15px + 5 * (((100vw - 320px)) / ((1176.98))));
  }

  .popup__close {
    right: calc(15px + 5 * (((100vw - 320px)) / ((1176.98))));
  }

  .popup-enter__content {
    padding-top: calc(20px + 30 * (((100vw - 320px)) / ((1176.98))));
  }

  .popup-enter__content {
    padding-bottom: calc(20px + 30 * (((100vw - 320px)) / ((1176.98))));
  }

  .popup-enter__content {
    padding-left: calc(15px + 25 * (((100vw - 320px)) / ((1176.98))));
  }

  .popup-enter__content {
    padding-right: calc(15px + 25 * (((100vw - 320px)) / ((1176.98))));
  }

  .popup-enter__title {
    margin-bottom: calc(10px + 5 * (((100vw - 320px)) / ((1176.98))));
  }

  .popup-enter__text {
    row-gap: calc(10px + 5 * (((100vw - 320px)) / ((1176.98))));
  }

  .popup-enter__text {
    margin-bottom: calc(15px + 25 * (((100vw - 320px)) / ((1176.98))));
  }

  .popup-enter__description {
    margin-bottom: calc(20px + 5 * (((100vw - 320px)) / ((1176.98))));
  }

  .popup-enter__description {
    font-size: calc(14px + 2 * (((100vw - 320px)) / ((1176.98))));
  }
}

@media (min-width: 768.98px) and (max-width: 850.98px) {
  .popup-enter__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
  }
}

@media (any-hover: hover) {
	
  .popup__close:hover path {
    fill: #ef4d58;
  }

}

form{
	position: relative;
	
}

form input.cc{
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
}

sup {
  line-height: 0;
}

.fl{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 15px;
}

.quiz__item._active{
	display: block !important;
}