@font-face {
    font-family: "RenaultLife-Regular";

}

@font-face {
    font-family: "RenaultLife-Bold";

}

@font-face {
    font-family: "RenaultLife-Light";

}

.hidden {
    display: none;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.popup__service {
    position: absolute;
    width: 800px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "RenaultLife-Regular";
    color: #010101;
    background-color: #ffffff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.popup__service .close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: url("/img/popup/close.png") center center no-repeat;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #d0d0d0;
    cursor: pointer;
    z-index: 1010;
}

.popup__service .head {
    background: url("/img/popup/logo.png") left center no-repeat;
    padding-left: 227px;
    margin: 35px 35px 30px;
}

.popup__service .head span {
    display: inline-block;
    font-size: 18px;
    color: #010101;
    line-height: 62px;
    opacity: 0.3;
}

.popup__service .content {
    background: url("/img/popup/bg.png") bottom center no-repeat;
    margin: 0 35px 15px;
    padding-bottom: 275px;
}

.popup__service .content__title p {
    font-size: 40px;
    margin: 0 0 25px;
    line-height: normal;
}

.popup__service .content__title p span {
    font-family: "RenaultLife-Bold";
}

.popup__service .content__title > span {
    display: inline-block;
    font-size: 18px;
    color: #303030;
    line-height: 42px;
    background-color: #ffcd00;
    padding: 0 20px;
}

.popup__service .footer {
    font-size: 14px;
    color: #010101;
    padding: 0;
    margin: 0 35px 35px;
}