@font-face {font-family: "EuphoriaScript"; src: url(fonts/EuphoriaScript-Regular.ttf);}
@font-face {font-family: "HistoryPro"; src: url(fonts/HistoryPro-Two.ttf); }
@font-face {font-family: "Miss_Katherine"; src: url(fonts/Miss_Katherine-Script.otf);}


* {
    margin: 0;
    padding: 0;
    border: 0;
}
body {
    font-size: 13px;
    line-height: 20px;
    font-family: "HistoryPro";
    color: #000;
}
.image {
    margin: auto;
    width: 500px;
    max-width: 100%; 
    position: relative;
    z-index: 1;
}
.image img {
    width: 100%;
}
.content {
    margin: auto;
    width: 500px;
    max-width: 100%; 
    padding-bottom: 120px;
    padding-top: 65px;
    margin-top: -105px;
    background-image: url(img/bg.png);
    background-position: top;
    background-size: cover;
    text-align: center;
}
.text_1 {
    margin-bottom: 85px;
}


.name {
    margin: 0 auto 40px auto;
    width: 337px;
    margin-bottom: 75px;
}
.name span {
    font-family: "Miss_Katherine";
    display: block;
}
.name .f {
    text-align: left;
    font-size: 120px;
    font-family: "Miss_Katherine";
    line-height: 20px;
    margin-bottom: 10px;
}
.name .m {
    font-size: 120px;
    text-align: right;
    font-family: "Miss_Katherine";
    line-height: 20px;
}
.name .i {
    font-size: 35px;
    text-align: center;
    font-family: "EuphoriaScript";
    line-height: 20px;
    margin-bottom: 25px;
}
.text_2 {
    margin-bottom: 30px;
}
.title_1 {
    font-size: 18px;
    margin-bottom: 50px;
}
.title_2 {
    font-size: 16px;
    margin-bottom: 20px;
}
.text_3 {
    margin-bottom: 75px;
}
.title_3 {
    font-size: 16px;
    margin-bottom: 20px;
}
.time {
    margin-bottom: 65px;
}
.time_1 {
    font-size: 24px;
    margin-bottom: 10px;
}
.time_1_ {
    margin-bottom: 10px;
}
.time_line {
    margin-bottom: 10px;
}
.time_line:before {
    content: "";
    background-color: #444444;
    width: 1px;
    height: 50px;
    margin: auto;
    display: block;
}
.title_4 {
    margin-bottom: 20px;
    font-size: 16px;
}

.btn {
    background: #d3d3d3;
    border: 1px solid #2B2B2B;
    border-radius: 30px; 
    position: relative;
    height: 40px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 330px;
    max-width: 100%;
    color: #000;
    margin-bottom: 20px;
    font-size: 14px;
    cursor: pointer;
}
.btn img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 18px;
}


.popup {
    position: fixed; 
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0,0, 0.6);
}
.popup.hidden {
    display: none;
}
.popup__close {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.popup img {
    max-width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}