body{
  min-width:0;
  position:static;
}
img{
  max-width:100%;
  height:auto;
}
.container{
  width:min(1000px, calc(100% - 32px));
}
.top-nav .container{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.top-nav ul{
  float:none;
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  margin-left:auto;
}
.top-nav ul li{
  float:none;
  position:relative;
}
.top-nav ul li ul{
  left:0;
}
.header-background{
  background-size:cover;
}
.home-page .tour-pointer{
  display:inline-block;
}
.home-page .tour-pointer::before{
  content:"👉";
}

.home-page #book-a-tour-home.lwa-form-wrap{
  margin-top:0;
}
.home-page #book-a-tour-home .lwa-form{
  background:transparent;
  padding:0;
  border-radius:0;
  display:flex;
  flex-wrap:wrap;
  column-gap:10px;
  row-gap:8px;
}
.home-page #book-a-tour-home .lwa-form-hint{
  display:none;
}
.home-page #book-a-tour-home .lwa-form em{
  color:#fff;
}
.home-page #book-a-tour-home .lwa-form-row{
  margin-bottom:0;
}
.home-page #book-a-tour-home .lwa-form-row-half{
  flex:0 0 calc(50% - 5px);
}
.home-page #book-a-tour-home .lwa-form-row-full{
  flex:0 0 100%;
}
.home-page #book-a-tour-home .lwa-form-row label{
  margin-bottom:4px;
  font-size:14px;
}
.home-page #book-a-tour-home .lwa-form-row input,
.home-page #book-a-tour-home .lwa-form-row select{
  background:rgba(255,255,255,0.22);
  border:1px solid rgba(255,255,255,0.35);
  color:#fff;
  padding:8px 10px;
  font-size:13px;
}
.home-page #book-a-tour-home .lwa-form-row input::placeholder{
  color:rgba(255,255,255,0.78);
}
.home-page #book-a-tour-home .lwa-form-row input:focus,
.home-page #book-a-tour-home .lwa-form-row select:focus{
  outline:none;
  box-shadow:none;
  border-color:transparent;
}
.home-page #book-a-tour-home .lwa-form-row select option{
  color:#1a1a1a;
}
.home-page #book-a-tour-home .lwa-form-submit{
  flex:0 0 100%;
  width:200px;
  margin:4px auto 0;
  padding:10px 14px;
  background:#ffe6dc;
  color:#f6a93d;
}
.home-page #book-a-tour-home .lwa-form-submit:hover{
  background: #ffd5c6;
}
.home-page #book-a-tour-home .lwa-form-submit:focus{
  outline:none;
  box-shadow:none;
}

@media (max-width:560px){
  .home-page #book-a-tour-home .lwa-form-row-half{
    flex:0 0 100%;
  }
}

@media (min-width:1025px){
  .home-page .info{
    display:flex;
    align-items:stretch;
    height:auto;
    min-height:340px;
    overflow:visible;
  }
  .home-page .info > .a{
    display:flex;
    flex:1 1 0;
    min-width:0;
  }
  .home-page .info > .a > .col-1{
    display:block;
    float:none;
    width:100%;
    height:auto;
    min-height:340px;
  }
}

@media (max-width:1024px){
  .home-page .tour-pointer::before{
    content:"👇";
  }
  body > header{
    height:auto;
  }
  .top-nav{
    height:auto;
    padding: 0;
  }
  .top-nav .logo{
    margin-top:0;
  }
  .top-nav ul li{
    width:auto;
    min-width:120px;
    padding:0 10px;
  }
  .top-nav ul li > a{
    line-height:50px;
  }
  .top-nav ul li ul li a{
    margin-top: 0;
  }
  .header-background{
    position:relative;
    top:0;
    height:auto;
    min-height:420px;
    padding:100px 0 30px;
  }
  .header-background img{
    position:static;
    display:block;
    width:min(520px, 84%);
    margin:0 auto 24px;
  }
  .header-background > p,
  .header-background > .p{
    position:static;
    width:min(680px, 88%);
    margin:0 auto;
    /* text-align:center; */
    line-height:1.8;
    text-shadow:0 1px 1px rgba(255,255,255,0.4);
  }
  .info{
    height:auto;
  }
  .col-1{
    float:left;
    width:50%;
    height:auto;
    min-height:260px;
    padding:36px 28px;
  }
  .col-1:last-child{
    width:100%;
  }
  .col-1 h2{
    font-size:24px;
    margin-bottom:24px;
  }
  .content-1 .container,
  .content-0 .container{
    display:flex;
    flex-wrap:wrap;
    gap:16px;
  }
  .content-1 .container > a,
  .content-0 .container > a{
    width:calc(50% - 8px);
    display:flex;
    align-items:stretch;
  }
  .part-0,
  .part-0-1,
  .part-1,
  .part-1-2{
    float:none;
    margin:0;
  }
  .part-0,
  .part-0-1{
    width:100%;
    height:auto;
    min-height:260px;
    background-size:cover;
    background-position:center;
  }
  .part-0-1 p{
    width:100%;
    max-width:620px;
  }
  .part-1,
  .part-1-2{
    width:100%;
    height:auto;
    display:flex;
    flex-direction:column;
  }
  .content-1 .container > a > .part-1,
  .content-1 .container > a > .part-1-2,
  .content-0 .container > a > .part-1,
  .content-0 .container > a > .part-1-2{
    height:100%;
  }
  .part-1 img,
  .part-1-2 img{
    width:100%;
    height:180px;
    object-fit:cover;
  }
  .part-1 p,
  .part-1-2 p{
    line-height:1.5;
    padding:0 10px;
  }
  .bottom-nav ul.container{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
  }
  .bottom-nav ul.container > li{
    float:none;
    width:calc(50% - 10px);
  }
  .part-1 h2, .part-1-2 h2 {
    margin: 10px 0 10px 0;
  }
  .info, .home-page .info{
    display:flex;
    flex-direction:column;
    height:auto;
  }
  .info .col-1,
  .info .col-2{
    width:100%;
    float:none;
    height:auto;
    min-height:160px;
  }
  .info .col-2,
  .info .col-2{
    padding:36px 28px;
  }
  .info .col-2 > div{
    position:static;
    transform:none;
  }
  .info .col-2 p{
    width:auto;
    line-height:1.7;
    text-indent:0;
  }
  .about-page .part-4{
    float:none;
    width:min(100%, 520px);
    margin:0 auto 14px;
  }
  .about-page .part-4.frist-part{
    margin-left:auto;
  }
  .about-page .content-0 .container{
    display:block;
    gap:0;
  }
  .about-page #book-a-tour{
    width:100%;
  }
  .about-page #book-a-tour .lwa-form{
    width:100%;
    box-sizing:border-box;
  }
  .course-page .content-0 .container{
    display:block;
    gap:0;
  }
  .course-page .part-2-grid{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    width:100%;
  }
  .course-page .part-2-grid > .part-2{
    float:none;
    margin:0;
    flex:0 0 calc((100% - 14px) / 2);
    max-width:calc((100% - 14px) / 2);
  }
  .course-page .part-2-grid > .part-2.frist-part{
    margin-left:0;
  }
}

@media (max-width:768px){
  .container{
    width:calc(100% - 24px);
  }
  .top-nav .container{
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;
  }
  .top-nav .logo{
    float:none;
    margin:6px 0;
    display:block;
  }
  .top-nav .container > ul{
    display:none;
    margin:0;
    float:none;
    width:100%;
  }
  .top-nav.is-open .container > ul{
    display:block;
  }
  .top-nav .container > ul > li{
    width:100%;
    text-align:left;
    border-bottom:1px solid rgba(0,0,0,0.08);
    min-width:0;
    padding:0;
  }
  .top-nav .container > ul > li > a{
    display:block;
    line-height:1.5;
    padding: 10px 8px 0;
  }
  .top-nav ul li ul{
    display:block;
    position:static;
    width:auto;
    padding:0 0 8px 20px;
    box-shadow:none;
    background:transparent;
  }
  .top-nav ul li ul li{
    margin-top:8px;
    width:auto;
  }
  .top-nav > .container > ul > li:hover{
    box-shadow:none;
    background:transparent;
    height:auto;
    border-bottom:1px solid rgba(0,0,0,0.08);
  }
  .header-background{
    min-height:0;
    padding:28px 15px 24px;
    box-sizing: border-box;
  }
  .header-background img{
    width:min(360px, 82%);
    margin:0 auto 16px;
  }
  .header-background > p,
  .header-background > .p{
    width:100%;
    text-align:left;
  }
  .col-1,
  .col-1:last-child{
    width:100%;
    min-height:0;
    padding:28px 20px;
  }
  .part-0,
  .part-0-1{
    padding:28px 22px;
    min-height:0;
  }
  .part-0 h2,
  .part-0-1 h2{
    margin:0 0 16px;
    font-size:32px;
  }
  .part-1,
  .part-1-2{
    width:100%;
    min-height:0;
    padding-bottom: 10px;
  }
  .content-1 .container > a,
  .content-0 .container > a{
    width:calc(50% - 8px);
  }
  .part-1 h2,
  .part-1-2 h2{
    font-size:22px;
  }
  .content-0,
  .content-1,
  .content-2{
    padding:15px 0;
  }
  .bottom-nav ul.container > li{
    width:calc(50% - 10px);
    text-align:left;
    overflow: hidden;
  }
  .bottom-nav ul li ul{
    margin-top:10px;
  }
   .bottom-nav ul li {
    text-align: left;
  }
  address .logo{
    width:auto;
    display:inline-block;
  }
  .footer-share{
    margin:0 auto 18px;
    padding:0 8px;
  }
  .footer-share-title{
    margin-bottom:8px;
    font-size:15px;
  }
  .phone{
    line-height:1.8;
    padding:0 8px;
  }

  .block {
    margin-bottom: 40px;
  }

  .header-background > p,
  .header-background > .p{
    /* text-align: center; */
    padding: 0 15px;
  }

  .about-page .content-1.bottom-nav {
    padding: 20px 0;
  }
  .about-page .container.last-row {
    justify-content: center;
  }

  .block h2 {
    width: 100%;
  }
}
