.window {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 84.4%;
    min-width: 240px;
    max-width: 312px;
    margin: auto;
    background-color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 33px 43px rgba(0, 0, 0, .1), 0 9.94853px 12.9632px rgba(0, 0, 0, .0651589), 0 4.13211px 5.38427px rgba(0, 0, 0, .05), 0 1.4945px 1.94738px rgba(0, 0, 0, .0348411)
}

.content {
    padding: 23px 40px 26px 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.heads {
    font-family: 'Roboto';
    padding: 0 10px 0 0;
    font-size: 24px;
    line-height: 30.94px;
    font-weight: 700;
}

.close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0' mask-type='alpha' maskUnits='userSpaceOnUse' x='13' y='13' width='14' height='14'%3E%3Cpath d='M27 14.41L25.59 13L20 18.59L14.41 13L13 14.41L18.59 20L13 25.59L14.41 27L20 21.41L25.59 27L27 25.59L21.41 20L27 14.41Z' fill='%235F5F5F'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Crect width='40' height='40' fill='%235F5F5F'/%3E%3C/g%3E%3C/svg%3E%0A")
}

.buttons {
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
}

.buttons a {
    text-decoration: none !important;
    width: 100%;
    padding: 16px 0;
    text-align: center;
    border-top: 1px solid #E4E4E4;
}

.button {
    padding: 10px 0 !important;
}

.install {
    font-weight: 700;
}

.cancel {
    color: #ED1B34;
}