.promo-pop{position:fixed;left:0;top:0;z-index:99999;width:100%;padding:20px 0;height:100%;display:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:rgba(255,255,255,0.5);overflow-y:auto}.promo-pop__inner{width:90%;max-width:760px;position:relative}.promo-pop__img{display:block;width:100%}.promo-pop__bottom{background-color:#e5e8ea;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px 50px}@media screen and (max-width:991px){.promo-pop__bottom{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:20px}}.promo-pop__left{width:50%;padding-right:20px}@media screen and (max-width:991px){.promo-pop__left{padding-right:0;width:100%}}.promo-pop__right{width:50%;font-family:'montserrat';font-size:18px;font-weight:700;color:#002336;line-height:24px;padding-left:20px}@media screen and (max-width:991px){.promo-pop__right{width:100%;padding-left:0;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;padding-bottom:20px;text-align:center;font-size:16px;line-height:21px}}.promo-pop__link{display:block;width:100%;background:#f15d2a;color:#fff;font-size:24px;line-height:29px;font-weight:700;text-decoration:none;text-align:center;border-radius:34px;padding:17px 0 14px}.promo-pop__link:hover,.promo-pop__link:focus,.promo-pop__link:active{color:#fff;background:#002336;text-decoration:none}@media screen and (max-width:991px){.promo-pop__link{font-size:20px;line-height:25px;padding:14px 0 10px}}.promo-pop__bottom-text{font-weight:500}.promo-pop__close{position:absolute;right:15px;top:15px;cursor:pointer;-webkit-transition:all ease .3s;transition:all ease .3s;width:42px;height:42px}.promo-pop__close:hover,.promo-pop__close:active,.promo-pop__close:focus{opacity:.7}