html, body {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
}
.content {
    width: 1152px;
    margin: 0 auto;
}
.first {
    width: 100%;
    background: center 0 url("../content/first.jpg") no-repeat;
    position: relative;
    height: 100vh;
}
@media only screen and (max-device-width: 1152px) {
    .first {
        height: 1000px;
    }
}
.first .header {
    float: left;
    width: 100%;
}
.first .header .logo {
    display: block;
    float: left;
    width: 115px;
    height: 40px;
    margin: 30px 0;
    text-indent: -99999px;
    background: 0 0 url("../img/logo.svg") no-repeat;
}
.first .header .book {
    float: right;
    background: #C95501;
    color: #fff;
    padding: 15px 25px;
    margin: 20px 20px 20px 0;
    font-size: 18px;
    font-weight: 100;
    text-decoration: none;
    border-radius: 10px;
}
.first .header .book:hover {
    opacity: 0.9;
}
.first .header .social {
    float: right;
    margin: 30px 0 0 0;
    background: 0 0 url("../img/social.svg") no-repeat;
}
.first .header .social a {
    float: left;
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 18px 0 0;
    text-indent: -99999px;
}
.first .header .social a.airbnb {
    margin: 0;
}
.first .header .phone {
    float: right;
    margin: 25px 35px 0 0;
    color: #ffffff;
    padding: 0 0 0 35px;
    background: 0 center url("../img/phone.svg") no-repeat;
}
.first .header .phone p {
    margin: 0;
    font-size: 15px;
}
.first .header .phone a {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}
.first .main {
    float: left;
    margin: 200px 0 0 0;
}
.first .main h1 {
    width: 650px;
    font-size: 48px;
    color: #ffffff;
    font-weight: 900;
    margin: 0;
}
.first .main p {
    color: #F8D098;
    font-size: 28px;
    margin: 5px 0;
    letter-spacing: 1px;
    font-weight: 100;
}
.first .main .book {
    float: left;
    background: #C95501;
    color: #fff;
    padding: 15px 25px;
    margin: 20px 0;
    font-size: 18px;
    font-weight: 100;
    text-decoration: none;
    border-radius: 10px;
}
.first .main .book:hover {
    opacity: 0.9;
}
.first .location {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    background: center 0 url("../img/location.svg") no-repeat;
}
.first .location p {
    width: 100%;
    color: #ffffff;
    text-align: center;
    margin: 5px 0;
}

.two {
    width: 100%;
    float: left;
    margin: 50px 0 0 0;
}
.two h2 {
    width: 100%;
    text-align: center;
    background: center 0 url("../img/sign.svg") no-repeat;
    padding: 50px 0 0 0;
    margin: 0;
    color: #000000;
    font-size: 22px;
}
.two p {
    width: 100%;
    text-align: center;
    margin: 5px 0;
    font-size: 15px;
}
.two .features {
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
}
.two .features .block {
    float: left;
    width: 276px;
    margin: 0 16px 0 0;
}
.two .features .block:last-child {
    margin: 0;
}
.two .features .block p {
    text-align: left;
    margin: 20px 0;
    line-height: 22px;
    font-size: 15px;
}

.three {
    float: left;
    width: 100%;
    margin: 50px 0 0 0;
}
.three .frame {
    float: left;
    position: relative;
}
.three .block {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
.three .block .item {
    width: 192px;
    float: left;
    margin: 0 0 30px 0;
    text-align: center;
    color: #ffffff;
}
.three .block .item span {
    font-size: 42px;
    font-weight: 900;
}
.three .block .item p {
    margin: 0;
}
.three .benefits {
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
}
.three .benefits div {
    float: left;
    width: 144px;
    padding: 40px 0 0 0;
    text-align: center;
    font-size: 14px;
}
.three .benefits .item1 {
    background: center 0 url("../img/benefit1.svg") no-repeat;
}
.three .benefits .item2 {
    background: center 0 url("../img/benefit2.svg") no-repeat;
}
.three .benefits .item3 {
    background: center 0 url("../img/benefit3.svg") no-repeat;
}
.three .benefits .item4 {
    background: center 0 url("../img/benefit4.svg") no-repeat;
}
.three .benefits .item5 {
    background: center 0 url("../img/benefit5.svg") no-repeat;
}
.three .benefits .item6 {
    background: center 0 url("../img/benefit6.svg") no-repeat;
}
.three .benefits .item7 {
    background: center 0 url("../img/benefit7.svg") no-repeat;
}
.three .benefits .item8 {
    background: center 0 url("../img/benefit8.svg") no-repeat;
}

.four {
    float: left;
    width: 100%;
    margin: 70px 0 0 0;
    border-top: 1px solid #EAA81B;
}
.four .sign {
    float: left;
    background: #fff center 0 url("../img/sign.svg") no-repeat;
    width: 28px;
    height: 40px;
    padding: 0 10px;
    margin: -22px 0 0 552px;
}
.four h2 {
    width: 100%;
    text-align: center;
    padding: 50px 0 0 0;
    margin: 0;
    color: #000000;
    font-size: 22px;
}
.four .block {
    width: 100%;
    margin: 30px 0 50px 0;
    float: left;
}
.four .block .item {
    float: left;
    width: 288px;
    font-size: 15px;
}
.four .block .item p {
    font-weight: 900;
    font-size: 18px;
}
.four .block .item ul {
    margin: 0;
    padding: 0 40px 0 20px;
    line-height: 18px;
}
.four .block .item ul li {
    margin: 15px 0 0 0;
}
.four .price {
    width: 100%;
    float: left;
    margin: 30px 0 50px 0;
}
.four .price div {
    float: left;
    width: 566px;
    margin: 0 20px 0 0;
    background: #F2F2F2;
}
.four .price div img {
    float: left;
}
.four .price div:last-child {
    margin: 0;
}
.four .price div p {
    float: left;
    margin: 25px 0 0 30px;
    font-size: 15px;
}
.four .price div p:first-of-type {
    padding: 40px 0 0 0;
}
.four .price div span {
    float: left;
    font-size: 21px;
    font-weight: 900;
    width: 100%;
    padding: 5px 0;
}
.four .price .discount span {
    color: #C95501;
}

.five {
    float: left;
    width: 100%;
    margin: 50px 0 0 0;
}
.five .gallery {
    float: left;
    width: 100%;
}
.five .gallery .menu {
    display: block;
    float: left;
    width: 100%;
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 30px 0;
}
.five .gallery .menu li {
    float: left;
    display: block;
    width: 20%;
    text-align: center;
    padding: 10px 0;
    font-size: 15px;
}
.five .gallery .menu li.show,
.five .gallery .menu li:hover {
    border-bottom: 2px solid #003E21;
    cursor: pointer;
    padding: 10px 0 8px 0;
}
.five .gallery div {
    display: none;
    cursor: pointer;
}
.five .gallery div img:hover {
    opacity: 0.9;
}
.five .gallery div span {
    overflow: hidden;
    vertical-align: middle;
    display: block;
}
.five .gallery div span.vert img {
    margin: -100px 0 0 0;
}
.five .gallery div span.vert2 img {
    margin: -300px 0 0 0;
}
.five .gallery div span img {
    width: 100%;
    display: inline-block;
}
.five .gallery div span:first-of-type {
    width: 768px;
    height: 505px;
    float: left;
}
.five .gallery div span:nth-child(2) {
    width: 379px;
    height: 250px;
    margin: 0 0 0 5px;
    float: left;
}
.five .gallery div span:nth-child(3) {
    width: 379px;
    height: 250px;
    margin: 5px 0 0 5px;
    float: left;
}
.five .gallery div.show,
.five .popup.show {
    display: block;
}
.five .popup {
    display: none;
    position: relative;
}
.five .popup .layout {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000000;
    opacity: 0.6;
}
.five .popup img {
    position: absolute;
    top: 100px;
    width: 760px;
    left: 50%;
    margin: 0 0 0 -380px;
    border-radius: 5px;
    border: 2px solid #ffffff;
}
.five .media {
    float: left;
    width: 100%;
    text-align: center;
    margin: 70px 0 0 0;
}
.five .media .title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: 900;
    margin: 0 0 30px 0;
}
.five .media img {
    margin: 0 20px;
}

.six {
    width: 100%;
    float: left;
    background: #F2F2F2;
    margin: 50px 0 0 0;
    padding: 0 0 30px 0;
}
.six .title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: 900;
    margin: 30px 0;
}
.six h2 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: 900;
    margin: 30px 0;
}
.six h3 {
    float: left;
    margin: 10px 0 10px 100px;
}
.six .block {
    float: left;
    width: 817px;
    padding: 10px 35px 5px 0;
    margin: 0 150px;
    line-height: 20px;
    background: right 0 url("../img/plus.svg") no-repeat;
}
.six .block.show {
    background: right 0 url("../img/minus.svg") no-repeat;
}
.six .block p {
    margin: 0;
}
.six .block .question {
    float: left;
    width: 100%;
    font-weight: 700;
    cursor: pointer;
    margin: 0;
}
.six .block .answer {
    float: left;
    width: 100%;
    padding: 10px 0 10px 0;
    font-size: 15px;
    display: none;
}
.six .block .answer ul {
   margin: 0;
}
.six .block.show .answer {
    display: block;
}

.footer {
    float: left;
    width: 100%;
    text-align: center;
    background: #003E21;
}
.footer .title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 22px;
    padding: 60px 0 0 0;
    font-weight: 900;
    margin: 40px 0 0 0;
    color: #ffffff;
    background: center 0 url("../img/logo_footer.svg") no-repeat;
}
.footer .book {
    display: inline-block;
    clear: both;
    background: #C95501;
    color: #fff;
    padding: 15px 25px;
    margin: 20px 0 0 0;
    font-size: 18px;
    font-weight: 100;
    text-decoration: none;
    border-radius: 10px;
}
.footer .book:hover {
    opacity: 0.9;
}
.footer .phone {
    display: inline-block;
    margin: 0;
    color: #ffffff;
    padding: 0 0 0 35px;
    background: 0 center url("../img/phone.svg") no-repeat;
}
.footer .phone p {
    margin: 0;
    font-size: 15px;
}
.footer .phone a {
    font-size: 20px;
    color: #ffffff;
    text-decoration: none;
}
.footer .clear {
    width: 100%;
    display: inline-block;
}
.footer .social {
    display: inline-block;
    margin: 20px 0 0 0;
    background: 0 0 url("../img/social.svg") no-repeat;
}
.footer .social a {
    float: left;
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 18px 0 0;
    text-indent: -99999px;
}
.footer .social a.airbnb {
    margin: 0;
}
.footer .location {
   display: inline-block;
    width: 100%;
    margin: 10px 0 0 0;
}
.footer .location p {
    width: 100%;
    color: #ffffff;
    text-align: center;
    margin: 5px 0;
    font-size: 15px;
}
.footer .copy {
    color: #F8D098;
    font-size: 14px;
    margin: 20px 0;
}