.modal__subtitle,.modal__title{font-family:inherit;font-weight:700;text-transform:uppercase;text-align:center}.modal{display:flex;position:fixed;z-index:6000;left:0;top:0;opacity:0;visibility:hidden;width:100%;height:100%;overflow:auto;padding:0 5px;transition:.8s;background-color:rgba(0,0,0,.65)}.modal__content,.promo{position:relative;width:100%;display:flex}.modal_show{visibility:visible;opacity:1}.modal__content{flex-direction:column;margin:auto;min-width:310px;max-width:600px;min-height:500px;color:#000;background:url('./wp-content/uploads/modal/modal-girl-bg.png') center bottom/600px no-repeat #fff}.modal__header{display:flex;align-items:center;height:50px;padding:0 16px;background-color:#dc1f00;color:#fff}.promo,.promo__label{background-color:#fff}.modal__title{margin:0;flex:1;font-size:calc(14px + 6 * ((100vw - 320px) / (768 - 320)));color:#fff}.modal__promo,.modal__subtitle{margin-bottom:16px}.modal__close{color:#fff;font-size:32px;cursor:pointer}.modal__body{display:flex;flex:1;flex-direction:column;justify-content:flex-end;align-items:center;padding:0 5px 26px}.promo{box-sizing:border-box;align-items:center;justify-content:space-between;padding:1px 1px 1px 12px;max-width:402px;border:1px solid #a9a8a8;border-radius:5px}.promo__label{position:absolute;top:-8px;left:17px;padding:0 4px;color:rgba(112,112,112,.8);border-radius:4px;font-size:12px;line-height:16px}.promo__input{width:118px!important;margin-right:12px;border:none!important;outline:0;padding:0!important;font-size:16px;line-height:19px}.promo__btn{border:none;font-size:16px;line-height:22px;color:#fff;background-color:#24ba9d;padding:7px 12px;border-radius:4px}.promo__tooltip{visibility:hidden;opacity:0;display:flex;width:max-content;color:#fff;text-align:center;background-color:rgba(0,0,0,.65);border-radius:3px;font-size:16px;padding:5px;position:absolute;top:-33px;left:50%;transform:translateX(-50%);transition:.3s}.promo__tooltip_show{visibility:visible;opacity:1}.promo__tooltip::after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:rgba(0,0,0,.65) transparent transparent}.modal__subtitle{font-size:calc(24px + 10 * ((100vw - 320px) / (768 - 320)));line-height:1.2}.modal__action{color:#fff;background-color:#dc1f00;font-size:16px;line-height:22px;padding:7px 24px;border-radius:4px;text-decoration:none}.modal__action:hover{color:#fff;text-decoration:none}@media (min-width:768px){.modal__title{font-size:20px}.modal__subtitle{font-size:34px}}