#iframe8925, #iframe8924 {
    width: -webkit-fill-available;
    margin: 4px 0;
    background-color: #004f8f;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px 10px 18px 10px;
    border-radius: 8px;
    color: #ea8207;
    font-size: 20px;
    font-weight: 300;
    cursor: pointer;
    transition: 0.4s;
    text-shadow: 2px 2px 2px #000;
    font-weight: 700;
}
#iframe8925:hover, #iframe8924:hover {
    background-color: #003f6f;
    box-shadow: #003f6f 0px 0px 14px 0px;
    color: #аa9200;
}
#ifr1 {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #dddd;
    z-index: 1000;
    flex-direction: column;
}
#ifr {
    width: 1300px;
    height: 800px;
    border: 1px solid #fff;
    border-radius: 36px;
    background-color: #fff;
    max-width: calc(100vw - 20px);
    max-height: calc(100vh - 20px);
}
.ifrnov {
   display:none!important;
}
#ifr2 {
    border-radius: 100%;
    position: absolute;
    right: 36px;
    top: 10px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #000;
    cursor: pointer;
    z-index: 2000;
    font-weight: bold;
}

#ifr2:before {
    content: "\2573";
    padding: 20px;
}
#ifr3 {
    position: relative;
}

