@media only screen and (max-width: 600px) {

body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    margin: auto;
    padding:0;
}

header {
    height: 750px;
}

.header-wrap {
    width: 90%;
    padding: 0 0 20px 0;
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}

.header-menu{
    display: none;
}

.logo {
    width: 50%;
    margin-top: 8px;
    margin-left: 0px;
}

.logo-text {
    width: 50%;
    padding-top: 10px;
    margin-top: 15px;
    font-size: 12px;
    font-weight: 700;
}

.one{
    display: none;
}

.header-wrap a{
    margin: 0 auto;
    text-align: center;
}

.header-button {
    margin-right: 0px;
}

.georgia{
    display: none;
}

.banner-title {
    padding-top: 100px;
    font-size: 32px;
    text-align: center;
    line-height: 40px;
    width: 100%;
}

.banner-sm-title {
    padding-top: 20px;
    font-family: Gotham-Light;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    text-align: center;
}

.banner-button-wrap {
    width: 100%;
    justify-content: center;
    margin-top: 0px;
}

.about{
    padding: 30px 0 60px 0;
}

.about .right {
    width: 100%;
    padding-left: 0px;
}

.about .left {
    width: 100%;
}

.about .left img {
    width: 100%;
    border-radius: 12px;
}

.georgia-2{
    display: none;
}

.about-title {
    font-size: 66px;
    width: 100%;
}

.about-bottom-item {
    width: 100%;
    height: 250px;
    margin: 20px 0 0 0;
}

.about-bottom-item img {
    width: 60px;
    padding-top: 20px;
}

.about-bottom-item p {
    font-size: 15px;
}

.priem-bottom-text {
    width: 100%;
    font-size: 22px;
}

.services-item {
    width: 100%;
}

.priem-title {
    font-size: 38px;
    text-align: center;
}

.priem {
    padding: 0px 0 80px 0;
}

.priem-title {
    font-size: 28px;
}

.priem-item {
    width: 100%;
    height: 150px;
    margin-top: 40px;
    justify-content: space-around;
}

.priem-item .right {
    width: 60%;
    font-weight: 700;
    font-size: 15px;
    padding-top: 30px;
}

.rew-title {
    font-size: 38px;
    text-align: center;
    padding-bottom: 10px;
}

.rew-item {
    width: 48%;
    height: auto;
    padding: 10px 0 10px 0;
}

.offer {
    height: 550px;
}

.offer .left {
    width: 100%;
}

.offer-title {
    font-size: 20px;
    line-height: 30px;
    padding-top: 70px;
}

.offer p {
    font-size: 18px;
    line-height: 25px;
}

.offer form > label {
    width: 100%;
}

.offer-button {
    width: 100%;
}

.footer-text_2{
    display: none;
}

.tour-item {
    width: 100%;
}

.tour-ul {
    height: auto;
}

.page-wrap {
    padding: 100px 0 80px 0;
}

.page-top .left {
    width: 100%;
}

.page-top-img {
    width: 100%;
    height: 250px;
    border-radius: 16px;
}

.page-top .right {
    width: 100%;
    margin: 20px 0 0 0;
}


}