@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-Medium.woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-Regular.woff2");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
.catcher * {
  box-sizing: border-box;
}
.catcher html {
  width: 100%;
  overflow-x: hidden;
}

.catcher {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: 100%;
  box-sizing: border-box;
  font-family: "Onest", sans-serif;
  color: #fff;
}
.catcher__underlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-animation: fadein 0.5s;
          animation: fadein 0.5s;
}
.catcher__block {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  max-width: 600px;
  padding: 0;
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
}
.catcher__content {
  position: relative;
  width: 100%;
}
.catcher__tag {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  background: #FF4119;
  padding: 6px 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
}
.catcher__tag:before {
  display: flex;
  content: "";
}
.catcher__close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  z-index: 3;
  background: #1E283C;
}
.catcher__close:before {
  content: "";
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  width: 26px;
  height: 26px;
  background: url(../images/catcher/icons.svg) -15px -1px no-repeat;
  background-size: auto 28px;
}
.catcher__close:hover:before {
  width: 26px;
  height: 26px;
  background: url(../images/catcher/icons.svg) -43px -1px no-repeat;
  background-size: auto 28px;
}
.catcher__top {
  position: relative;
}
.catcher__image-wrapper {
  width: 100%;
  margin-bottom: -30px;
}
.catcher__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 400px;
}
.catcher__wrapper {
  background: #FF4119;
  display: flex;
  flex-direction: column;
  padding: 40px 50px;
  position: relative;
  border-radius: 20px;
}
.catcher__title {
  color: #fff;
  font-size: 39px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 20px;
  text-align: center;
}
.catcher__action {
  display: flex;
  flex-wrap: wrap;
}
.catcher__input-label {
  width: calc(50% - 8px);
  margin-right: 12px;
  flex-shrink: 0;
  display: flex;
}
.catcher__input {
  outline: none;
  padding-left: 20px;
  width: 100%;
  height: 50px;
  font-size: 18px;
  border-radius: 30px;
  background: #FFFFFF;
  border: 1px solid #fff;
  font-family: "Onest", sans-serif;
}
.catcher__input.-error {
  background: #FF9191;
  color: #fff;
}
.catcher__input.-error::-webkit-input-placeholder {
  color: #fff;
}
.catcher__input.-error:-ms-input-placeholder {
  color: #fff;
}
.catcher__input.-error::-ms-input-placeholder {
  color: #fff;
}
.catcher__input.-error::placeholder {
  color: #fff;
}
.catcher__input::-webkit-input-placeholder {
  opacity: 0.5;
  font-family: "Onest", sans-serif;
}
.catcher__input:-ms-input-placeholder {
  opacity: 0.5;
  font-family: "Onest", sans-serif;
}
.catcher__input::-ms-input-placeholder {
  opacity: 0.5;
  font-family: "Onest", sans-serif;
}
.catcher__input::placeholder {
  opacity: 0.5;
  font-family: "Onest", sans-serif;
}
.catcher__btn {
  font-family: "Onest", sans-serif;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  padding: 3px 30px;
  border: none;
}
.catcher__btn_main {
  background: #1E283C;
  border-radius: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #FFF;
  height: 50px;
  width: 100%;
}
.catcher__btn_main:hover {
  background: #263A60;
}
.catcher__button {
  width: calc(50% - 8px);
  font-family: "Onest", sans-serif;
  z-index: 2;
  display: flex;
}
.catcher__checkbox {
  display: block;
  margin: 10px 0 0;
}
.catcher__checkbox.-error .catcher__checkbox-wrapper:before {
  background: #FF9191;
}
.catcher__check {
  z-index: -1;
  opacity: 0;
  position: absolute;
}
.catcher__check:checked + .catcher__checkbox-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 7px;
  width: 12px;
  height: 9px;
  background: url(../images/catcher/icons.svg) -1px -1px no-repeat;
  background-size: auto 28px;
}
.catcher__checkbox-wrapper {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  position: relative;
}
.catcher__checkbox-wrapper:before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  border: 1px solid #CECCCA;
  margin-right: 12px;
  cursor: pointer;
  flex-shrink: 0;
}
.catcher__text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: initial;
}
.catcher__data {
  color: #fff;
  margin-left: 3px;
  text-decoration: underline;
}

@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-Medium.woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-Regular.woff2");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}