.modal-chrstms {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999999;
}
.modal-chrstms .modal-wrap-zz {
  position: relative;
  display: flex;
  top: 0;
  left: 0;
  width: 100vw;
  max-width: 100vw;
  min-width: 100vw;
  height: 100vh;
  max-height: 100vh;
  min-height: 100vh;
}
.modal-chrstms .modal-wrap-zz .modal-dialog-zz {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  width: 660px;
}
@media screen and (max-width: 660px) {
  .modal-chrstms .modal-wrap-zz .modal-dialog-zz {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 575px) {
  .modal-chrstms .modal-wrap-zz .modal-dialog-zz {
    margin-top: 30px;
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 480px) {
  .modal-chrstms .modal-wrap-zz .modal-dialog-zz {
    margin-top: 10px;
    width: calc(100% - 10px);
  }
}
.modal-chrstms .modal-wrap-zz .modal-dialog-zz .modal-content-zz {
  position: relative;
  overflow-y: auto;
  height: 100%;
}
.modal-chrstms .modal-wrap-zz .modal-dialog-zz .modal-content-zz img.modal-header-img {
  position: relative;
  width: 100%;
  height: auto;
}
.modal-chrstms .modal-wrap-zz .modal-dialog-zz .modal-content-zz button.close {
  position: absolute;
  right: 20px;
  top: 20px;
  background: transparent url(../img/modal-chrstms/close.png) no-repeat 0 0;
  width: 17px;
  height: 17px;
  background-size: 17px 17px;
}
.modal-chrstms .modal-wrap-zz .modal-dialog-zz .modal-content-zz .modal-body-zz {
  position: relative;
  display: block;
  background-color: #f8f8f8;
  text-align: center;
  padding: 40px 30px;
}
.modal-chrstms .modal-wrap-zz .modal-dialog-zz .modal-content-zz .modal-body-zz h1 {
  font-size: 1.375em;
  color: #3867a9;
  letter-spacing: 0.001em;
  line-height: 1.3636363636em;
  font-weight: 400;
  margin-bottom: 25px;
}
.modal-chrstms .modal-wrap-zz .modal-dialog-zz .modal-content-zz .modal-body-zz p {
  font-size: 1em;
  line-height: 1.5em;
  letter-spacing: 0.001em;
  color: #909091;
  margin-bottom: 35px;
}
.modal-chrstms .modal-wrap-zz .modal-dialog-zz .modal-content-zz .modal-body-zz img {
  position: relative;
  width: 190px;
  height: 47px;
}
.modal-chrstms .modal-wrap-zz .modal-dialog-zz .modal-content-zz a.btn-cls {
  text-decoration: none;
  padding: 8px 15px;
  margin-top: 25px;
  background-color: #3867a9;
  color: #ffffff;
}

body.noscroll {
  overflow: hidden !important;
}

html.noscroll {
  overflow: hidden !important;
}

.modal-new {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  max-height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999999;
  overflow: hidden;
}
.modal-new .modal-wrp {
  position: relative;
  display: flex;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  overflow-y: auto;
}
.modal-new .modal-wrp .mdl-dialog {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  width: calc(100% - 30px);
}
@media screen and (min-width: 768px) {
  .modal-new .modal-wrp .mdl-dialog {
    width: 700px;
    margin-top: 52px;
  }
}
.modal-new .modal-wrp .mdl-dialog .mdl-content {
  position: relative;
  display: block;
  height: auto;
}
.modal-new .modal-wrp .mdl-dialog .mdl-content .mdl-body {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  background-color: #f8f8f8;
  text-align: center;
}
.modal-new .modal-wrp .mdl-dialog .mdl-content .mdl-body .modal-header-img {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .modal-new .modal-wrp .mdl-dialog .mdl-content .mdl-body .modal-header-img {
    height: 267px;
  }
}
.modal-new .modal-wrp .mdl-dialog .mdl-content .mdl-body .modal-header-img img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal-new .modal-wrp .mdl-dialog .mdl-content .mdl-body .mdl-rte {
  padding: 40px 30px;
}
.modal-new .modal-wrp .mdl-dialog .mdl-content .mdl-body .mdl-rte h1, .modal-new .modal-wrp .mdl-dialog .mdl-content .mdl-body .mdl-rte h2, .modal-new .modal-wrp .mdl-dialog .mdl-content .mdl-body .mdl-rte h3, .modal-new .modal-wrp .mdl-dialog .mdl-content .mdl-body .mdl-rte h4, .modal-new .modal-wrp .mdl-dialog .mdl-content .mdl-body .mdl-rte h5 {
  font-weight: bold;
  letter-spacing: 0px;
  color: #001628;
}
.modal-new .modal-wrp .mdl-dialog .mdl-content .mdl-body .mdl-rte h1 {
  font-size: 45px;
  line-height: 55px;
}
.modal-new .modal-wrp .mdl-dialog .mdl-content .mdl-body .mdl-rte h2 {
  font-size: 25px;
  line-height: 35px;
}
.modal-new .modal-wrp .mdl-dialog .mdl-content .mdl-body .mdl-rte h3 {
  font-size: 20px;
  line-height: 30px;
}
.modal-new .modal-wrp .mdl-dialog .mdl-content .mdl-body .mdl-rte p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #001628;
}
.modal-new .modal-wrp .mdl-dialog .mdl-content .mdl-body .mdl-rte .btnwrp {
  display: flex;
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.modal-new .modal-wrp .mdl-dialog .mdl-content .mdl-body .mdl-rte a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #97c146;
  text-decoration: underline;
}
.modal-new .modal-wrp .mdl-dialog .mdl-content .mdl-body .mdl-rte a.btn-cls {
  width: auto;
  color: #fff;
  background-color: #97c146;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 50px;
  margin-left: auto;
  margin-right: auto;
}
.modal-new .modal-wrp .mdl-dialog .mdl-content .mdl-body .mdl-rte a.btn-cls:hover {
  text-decoration: underline;
}
.modal-new .modal-wrp .mdl-dialog .mdl-content .mdl-body2 {
  position: relative;
  display: block;
  width: 100%;
  background-color: transparent;
  height: 30px;
}
@media screen and (min-width: 768px) {
  .modal-new .modal-wrp .mdl-dialog .mdl-content .mdl-body2 {
    height: 52px;
  }
}/*# sourceMappingURL=christmaspopup.css.map */