* { -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 1; } input, button, *, a[href^="tel"] { -webkit-appearance: none; } body { margin: 0; font-family: "Arial", sans-serif; font-size: 14px; } .overlay-message { position: fixed; left: 0; top: 0; bottom: 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: -webkit-flexbox; display: flex; width: 100%; height: 100%; background-color: #0e0e0e; z-index: 9999; align-items: center; -webkit-align-items: center; -webkit-box-pack: center; -webkit-box-align: center; } .window-message { margin: auto; width: 450px; max-width: 95%; } .window-message__subtitle { color: #fff; } .window-message__header { padding: 8px 22px; background: -webkit-linear-gradient(90deg, rgb(255, 73, 0), rgb(255, 125, 41)); background: -moz-linear-gradient(90deg, rgb(255, 73, 0), rgb(255, 125, 41)); background: linear-gradient(90deg, rgb(255, 73, 0), rgb(255, 125, 41)); } .window-message__body { padding-top: 40px; padding-bottom: 20px; padding-left: 10px; padding-right: 10px; text-align: center; background-color: #fff; } .window-message__title, .window-message__text { color: #000; } .window-message__text { margin-bottom: 30px; font-size: 21px; font-weight: bold; } .window-message__title { font-size: 38px; font-weight: bold; margin-bottom: 50px; } .window-message__buttons { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } .window-message__button { margin-right: 50px; padding-top: 15px; padding-bottom: 15px; padding-left: 35px; padding-right: 35px; font-weight: bold; color: #fff; font-size: 24px; text-transform: uppercase; text-shadow: 1px -2px 2px rgba(0, 0, 0, 0.9); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius:5px; cursor: pointer; text-decoration: none; } .window-message__button:active { padding-top: 16px; padding-bottom: 14px; } .window-message__button--yes { background-color: #008006; border:1px solid #449455; box-shadow: 3px 7px 5px -3px rgba(171, 240, 159, 0.79) inset, -1px 7px 5px -3px rgba(34, 60, 80, 0.29); -webkit-box-shadow: 3px 7px 5px -3px rgba(171, 240, 159, 0.79) inset, -1px 7px 5px -3px rgba(34, 60, 80, 0.29); -moz-box-shadow: 3px 7px 5px -3px rgba(171, 240, 159, 0.79) inset, -1px 7px 5px -3px rgba(34, 60, 80, 0.29); } .window-message__button--no { background-color: #ff2021; border:1px solid #be201a; box-shadow: 3px 7px 5px -3px rgba(242, 153, 153, 0.79) inset, -1px 7px 5px -3px rgba(34, 60, 80, 0.29); -webkit-box-shadow: 3px 7px 5px -3px rgba(242, 153, 153, 0.79) inset, -1px 7px 5px -3px rgba(34, 60, 80, 0.29); -moz-box-shadow: 3px 7px 5px -3px rgba(242, 153, 153, 0.79) inset, -1px 7px 5px -3px rgba(34, 60, 80, 0.29); } .window-message__button:last-child { margin-right: 0; } @media only screen and (max-width: 575.9px) { .window-message__title { font-size: 27px; } .window-message__text { font-size: 16px; } .window-message__button { margin-right: 20px; font-size: 18px; } } @media all and (-webkit-min-device-pixel-ratio:0) { .window-message__body { padding-bottom: 35px; } }