.popup {
  display: none;
  opacity: 0;
  line-height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: 100vw;
  height: 100%;
  max-height: -webkit-fill-available;
  background: url('../img/bg4.jpg') center / cover;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 2vh 2vw;
}
.popup.active {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
.popup.err .hdr {
  color: #E93B2A;
}
.popup.err .hdr svg {
  color: #E93B2A;
}
.popup-win {
  width: 100%;
  max-width: 550px;
  padding: 40px;
  border: 1px solid #262626;
  border-radius: 20px;
  backdrop-filter: blur(50px);
  background: rgba(20, 20, 20, 0.9);
}
.popup-win .hdr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
}
.popup-win .hdr div {
  padding-right: 10px;
}
.popup-win .hdr svg {
  width: 20px;
  height: 20px;
}
.popup-win .hdr svg:hover {
  color: #f59a1b;
}
.popup-win .cont {
  padding: 2vmax 0;
  box-shadow: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
}
.popup-win .cont img {
  max-width: 100%;
  max-height: 75vh;
}
.popup-win .cont .zoom-title {
  text-align: center;
  margin-top: 10px;
  font-weight: 400;
}
.popup-win .cont p {
  margin: 15px 0;
}
.pup-zoom .popup-win .cont {
  overflow: hidden;
  text-align: center;
}
.pup-utp {
  display: flex;
  justify-content: space-between;
  max-width: 640px;
  margin-top: 20px;
}
.pup-utp li {
  width: 33%;
  padding-left: 1%;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}
.pup-utp .im img {
  height: 60px;
}
@media screen and (min-width: 1025px) {
  .popup .auth-form {
    width: 400px;
  }
}
@media screen and (max-width: 1024px) {
  .popup {
    padding: 0;
  }
  .pup-wrp {
    padding-left: 8px;
    padding-right: 8px;
  }
  .popup-win .hdr {
    height: 5vh;
  }
  .popup-win .hdr svg {
    width: 20px;
    height: 20px;
  }
  .popup-win .cont {
    padding: 10px;
  }
  .popup-win .cont img {
    max-height: 50vh;
  }
}
@media screen and (max-width: 600px) {
  .popup {
    padding: 0;
  }
  .pup-utp {
    flex-wrap: wrap;
  }
  .pup-utp li {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 10px 0;
    font-size: 14px;
  }
  .pup-utp .im {
    width: 50px;
  }
  .pup-utp .im img {
    width: 32px;
    height: 32px;
  }
  .pup-utp span {
    flex: 1;
  }
}
.popup-login .field {
  position: relative;
  margin-bottom: 25px;
}
.popup-login .field.captcha input[type='text'] {
  width: calc(100% - 220px);
  border: none;
}
.popup-login .field.captcha .refresh {
  width: 24px;
  background: url('../img/refresh.svg') no-repeat center;
}
.popup-login .field input {
  width: 100%;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: #2e2d2d;
  padding: 0 15px;
  font-size: 18px;
}
.popup-login .field input:focus {
  border: 1px solid #f59a1b;
}
.popup-login .field .eye {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 24px;
  height: 24px;
  background: url('../img/eye.svg');
  z-index: 3;
}
.popup-login .field .eye.view {
  background: url('../img/eye2.svg');
}
.popup-login .buttons {
  text-align: center;
}
.popup-login .buttons button {
  background: #f59a1b;
  border: 2px solid transparent;
  height: 54px;
  padding: 0 20px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.popup-login .buttons button:hover {
  border: 2px solid #f59a1b;
  background: rgba(245, 154, 27, 0.6);
}
.popup-login .buttons button span {
  background: url('../img/btn2.svg');
  width: 24px;
  height: 24px;
}
.popup-reg .captcha {
  display: flex;
  align-items: center;
  gap: 20px;
}
.popup-reg .captcha span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 54px;
  background: #2e2d2d;
  border-radius: 10px;
}
.popup-reg .captcha span img {
  object-fit: contain;
}
.popup-reg .captcha input {
  flex: 1;
}
.popup-reg .captcha .refresh {
  width: 25px;
  height: 25px;
  background: url('../img/refresh.svg') no-repeat center;
}
.index-txt {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 40px;
  font-size: 16px;
  padding-bottom: 10vh;
}
.index-txt img {
  border-radius: 10px;
}
.index-txt h1,
.index-txt h2 {
  margin-bottom: 20px;
}
.index-txt p {
  margin-bottom: 20px;
  color: #cccccc;
}
.page-block-name {
  margin-bottom: 80px;
  font-size: 64px;
  font-weight: 600;
  line-height: 82px;
  text-align: center;
}
.last-news-wrap {
  padding-bottom: 10vh;
}
.last-news {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 20px;
}
.last-news > * {
  height: 300px;
  overflow: hidden;
  border-radius: 25px;
  position: relative;
}
.last-news > * img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 200ms ease;
}
.last-news > * .-inf {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  width: calc(100% - 40px);
  padding: 20px;
}
.last-news > * span {
  font-size: 110%;
}
.last-news > * p {
  margin: 10px 0 0 0;
}
.last-news > * p:hover {
  text-decoration: underline;
  color: #F59A1B;
}
.last-news > *:hover img {
  transform: scale(1.1, 1.1);
}
.last-news-all {
  text-align: center;
  margin-top: 20px;
}
.btn {
  display: inline-block;
  padding: 15px 25px;
  border-radius: 10px;
  background: #F59A1B;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  transition: all 200ms ease;
}
.btn:hover {
  background: #75511e;
  color: #fff;
}
article,
.text {
  font-size: 16px;
}
article p,
.text p {
  margin: 20px 0;
}
article ul,
.text ul {
  list-style: disc;
  padding-left: 20px;
}
article ul li,
.text ul li {
  margin: 10px 0;
}
article ol,
.text ol {
  list-style: decimal;
  padding-left: 20px;
}
article ol li,
.text ol li {
  margin: 10px 0;
}
.del-pay-item {
  display: flex;
  gap: 20px;
  margin-bottom: 60px;
  border: #F59A1B 2px solid;
  border-radius: 20px;
  padding: 20px;
  color: #cccccc;
}
.del-pay-item .ico {
  width: 20%;
  text-align: center;
}
.del-pay-item .ico img {
  max-width: 80px;
}
.del-pay-item .txt {
  flex: 1;
}
.del-pay-item .txt strong {
  color: #F59A1B;
}
.del-pay-item h2 {
  margin-bottom: 20px;
  color: #fff;
}
.field {
  position: relative;
}
.field .msg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 10px;
  background: #E93B2A;
  color: #fff;
  border-radius: 8px;
  display: none;
  transition: all 200ms ease;
}
.field .msg.active {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .index-txt {
    gap: 20px;
    font-size: 14px;
    line-height: 120%;
  }
  .last-news {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .last-news > * {
    font-size: 14px;
  }
  article,
  .text {
    font-size: 14px;
    line-height: 140%;
  }
}
@media screen and (max-width: 600px) {
  .index-txt {
    grid-template-columns: 1fr;
    hyphens: auto;
  }
  .page-block-name {
    margin-bottom: 40px;
    font-size: 48px;
  }
  .last-news {
    grid-template-columns: 1fr;
  }
  .last-news > * {
    height: 300px;
  }
  .del-pay-item {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .del-pay-item .ico {
    width: 100%;
  }
  .del-pay-item h2 {
    text-align: center;
  }
}
/*# sourceMappingURL=custom.css.map */