@font-face {
    font-family: arsenal_f;
    src: url(../fonts/arsenal-regular.woff2);
}

body:target {
    overflow: hidden;
}

.popup {
    font-family: arsenal_f;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.3s ease 0s;

}
.popup:target {
    opacity: 1;
    visibility: visible;
} 

.popup:target .popup__content {
    transform: perspective(600px) translate(0px, 0%) rotateX(0deg);
    opacity: 1;
}

.popup__area {
    cursor:alias;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.popup__body {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 10px;
    line-height: 25px;
}
.popup__content {
    background-color: #272121;
    color: #d89a35;
    max-width: 800px;
    padding: 30px;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 0;
    transform: perspective(600px) translate(0px, -100%) rotateX(45deg);
    border: 1px solid #d89a35;
    border-radius: 18px;
}
.popup__close {
    color: #d89a35;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
}
.popup__close:hover {
    color: coral;
}
.popup__title {
    text-align: center;
    font-size: 2vw;
    margin: 0 0 0.5em 0;
    line-height: 30px;
}
.popup__text {
    font-size: 1vw;
}
.popup__title_span {
    font-weight: 700;
}
/* ------------------------------------ */
.popup_2 {
    font-family: arsenal_f;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.3s ease 0s;
    z-index: 100;
}
.popup_2:target {
    opacity: 1;
    visibility: visible;
} 
.popup_2:target .popup_2__content {
    transform: perspective(600px) translate(0px, 0%) rotateX(0deg);
    opacity: 1;
}
.popup_2__area {
    cursor:alias;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.popup_2__body {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 10px;
}
.popup_2__content {
  
    background: url(../img/virtual_office.webp) no-repeat center top / cover;
    background-color: #000000;
    color: #d89a35;
    max-width: 800px;
    padding: 30px;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 0;
    transform: perspective(600px) translate(0px, -100%) rotateX(45deg);
    border: 1px solid #d89a35;
    border-radius: 18px;
}
.popup_2__close {
    color: #d89a35;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
}
.popup_2__close:hover {
    color: coral;
}
.popup_2__title {
    text-align: center;
    font-size: 3vw;
    margin: 0 0 0.5em 0;
    /* line-height: 60px; */
}
.popup_2__text {
    font-size: 1.3vw;
}
.popup_2__title_span {
    font-weight: 700;
}
.popup_2-btn {
    display: flex;
    justify-content: space-around;
    /* text-align: center; */
    
    margin-top: 30px;
}
.popup_2-btn a{
    position: relative;
    z-index: 1000;
    text-transform: uppercase;
    color:#d89a35;
    text-decoration: none;
    font-size: 1.1vw;
    background-color: #272121;
    padding: 7px 14px;
    border-radius: 5px;
}
.popup_2-btn a{
    color:#d89a35;
}
.popup_2-btn a:hover {
    background-color:  #423d2f;
}




.popup_2-a-virtualOffice-1office {
    margin-left: 20px;
   position: absolute;
    color: #d89a35;
    text-decoration: underline;
}
.popup_2-a-virtualOffice-1office:hover {
    color: #e4c188;
}

.popup_2-a-virtualOffice-2office {
    margin-left: 20px;
    position: absolute;
     color: #d89a35;
     text-decoration: underline;
 }
 .popup_2-a-virtualOffice-2office:hover {
     color: #e4c188;
 }