@media only screen and (min-width: 1400px) and (max-width: 4000px) {

}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .rooms a img {
        max-height: 550px;
    }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {

    header nav ul li {
        margin: 0 10px;
        font-size: 10px;
    }

    .voucher .heading {
        margin-bottom: 70px;
    }

    .special-intro-img {
        margin-bottom: -150px;
    }

    header nav ul li a {
        font-size: 10px;
    }

    .space {
        padding: 50px 0;
    }

    .heading {
        font-size: 18px;
        line-height: 18px;
        padding: 32px 0;
        margin: 0 0 30px 0;
        background-size: 70%;
    }

    .rooms a img {
        max-height: 370px;
    }

    .home .contacts {
        padding-bottom: 150px;
    }

    .rooms a {
        display: block;
    }

    .rooms a .normal {
        display: none;
    }

    .rooms a .hover {
        display: block;
    }

    .send-question {
        margin: 0 100px;
    }

    .voucher .text {
        background: url(../imgs/special-voucher.png) center center no-repeat;
        background-size: 120%;
        min-height: 630px;
        text-align: center;
        color: #fff;
        font-size: 20px;
        line-height: 26px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 120px 0px;
        margin: -170px 0 -120px;
    }

    .send-question button {
        margin: 10px auto 0;
    }

    .voucher {
        padding-bottom: 0;
    }

    .special-tb-img {
        margin: -150px 0 -100px;
    }

    .team-buildings {
        padding-bottom: 0;
    }

    .contacts .contact-form {
        margin: 40px 100px 0 100px;
    }

    .it {
        padding-bottom: 50px;
    }

    .salem-intro .room-timer {
        width: 450px;
    }

    .salem-intro .room-timer {
        font-size: 18px;
        line-height: 22px;
    }

    .salem-intro .room-timer .years {
        font-size: 28px;
    }

    .salem-intro .room-logo {
        margin: 0px auto 0;
    }

    .salem-intro .room-logo {
        max-height: 150px;
    }

    .salem .reservation {
        margin: -50px 0 0 0;
    }

    .salem-intro .logo {
        display: none;
    }

    .salem-intro .logo.room-logo {
        display: block;
    }

    .special .special-intro {
        padding: 100px 0 0 0;
    }

    .special .special-intro .logo {
        margin: 0 auto -70px;
        display: block;
        max-height: 150px;
    }

    .salem .prices img {
        margin: -30px auto 0;
    }

    .salem {
        padding-bottom: 50px;
    }

    .it-intro .logo {
        display: none;
    }

    .it-intro .logo.room-logo {
        display: block;
    }

    .it-intro .room-logo {
        margin: 0px auto 50px;
        max-height: 150px;
    }

    .it .room-timer {
        font-size: 20px;
        line-height: 28px;
        color: #fff;
        text-align: center;
        font-weight: bold;
        padding: 10px 170px;
        background: url(../imgs/room-timer.png) center right no-repeat;
        width: 420px;
        height: 110px;
        position: absolute;
        bottom: -100px;
        right: 0;
        background-size: 100%;
        z-index: 5;
    }

    .it-intro .room-timer .years {
        font-size: 28px;
        color: #e10202;
        width: 240px;
        display: block;
        margin: 0;
    }

    .it .prices img {
        margin-left: 25px;
        margin-top: 90px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {


    .nav-btn {
        z-index: 105;
        width: 40px;
        height: 40px;
        cursor: pointer;
        position: relative;
        top: 10px;
        float: right;
        background-color: #AF0404;
        padding: 10px;
        border-radius: 100%;
        display: block;
        margin: 10px 15px 0 0;
    }

    .nav-btn span {
        display: block;
        border-radius: 20%;
        height: 3px;
        background-color: #000;
        margin: 3px 0;

        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);

        -webkit-transition: .1s ease-in-out;
        -moz-transition: .1s ease-in-out;
        -o-transition: .1s ease-in-out;
        transition: .1s ease-in-out;

        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    .nav-btn span:nth-child(1) {
        width: 100%;
    }

    .nav-btn span:nth-child(2) {
        width: 100%;
        top: 7px;
    }

    .nav-btn span:nth-child(3) {
        width: 100%;
        top: 14px;
    }

    .nav-btn:hover span:nth-child(2) {
        width: 100%;
    }

    .nav-btn:hover span:nth-child(3) {
        width: 100%;
    }

    .nav-btn.open {
        transition-duration: .3s;
    }

    .nav-btn.open span {
        box-shadow: none;
        background-color: #fff;
        right: -5px;
        margin: 0;
        position: absolute;
    }

    .nav-btn.open span:nth-child(1) {
        width: 70%;
        transform: rotate(45deg);
        top: 8px;
        left: 10px;
    }

    .nav-btn.open span:nth-child(2) {
        opacity: 0;
    }

    .nav-btn.open span:nth-child(3) {
        width: 70%;
        transform: rotate(-45deg);
        top: 28px;
        right: 3px;
    }

    nav {
        display: none;
    }

    nav.open {
        display: block;
    }


    header nav {
        padding: 5px 0 0 0;
    }

    header nav ul li {
        display: block;
        margin: 0 0 3px 0;
    }

    header nav ul li a {
        display: block;
        font-size: 16px;
    }

    .salem .prices img {
        margin: -40px auto 0;
    }

    .salem .prices {
        padding-bottom: 0;
    }

    .home {
        background-size: initial;
    }

    .special .special-intro {
        padding: 50px 0 0 0;
        margin-bottom: 0;
    }

    .special .special-intro .logo {
        margin: 0 auto -30px;
        display: block;
        max-height: 250px;
        padding: 0 50px;
    }

    header nav {
        display: none;
    }

    .space {
        padding: 50px 0;
    }

    .heading {
        font-size: 18px;
        line-height: 18px;
        padding: 20px 0;
        margin: 0 0 30px 0;
        background-size: 90%;
    }

    .rooms {
        padding: 50px 0 0;
    }

    .rooms a.room-01 {
        margin-right: 30px;
    }

    .rooms a.room-02 {
        margin: 0 30px 20px;
    }

    .rooms a {
        display: block;
    }

    .rooms a .normal {
        display: none;
    }

    .rooms a .hover {
        display: block;
    }

    .faq {
        padding-bottom: 0;
    }

    .accordion .question {
        position: relative;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 30px 15px 20px;
    }

    .accordion .question:after {
        float: none;
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -11px;
    }

    .contacts .contact-info {
        font-size: 14px;
        line-height: 18px;
    }

    .contacts .contact-form {
        padding: 30px 20px;
        margin: 40px 0 0 0;
    }

    .home .contacts {
        padding-bottom: 100px;
    }

    footer ul {
        margin: 0 0 30px 0;
    }

    .copyright {
        margin: 0 0 0 0;
    }

    .it {
        padding-bottom: 0;
    }

    .it-intro {
        padding: 50px 0 0 0;
    }

    .it .logo {
        display: none;
    }

    .it .logo.room-logo {
        display: block;
        margin: 0 0 110px 0;
        padding: 0 50px;
    }

    .it .room-timer {
        font-size: 14px;
        line-height: 18px;
        padding: 13px 110px;
        width: 300px;
        height: 90px;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .it-intro .room-timer .years {
        font-size: 18px;
        width: 150px;
    }

    .it-intro .room-timer .time {
        width: 150px;
    }

    .table td, .table th {
        font-size: 14px;
    }

    .salem {
        padding-bottom: 0;
    }

    .salem-intro {
        padding: 50px 0 0 0;
    }

    .salem .reservation {
        margin: -40px 0 0 0;
    }

    .salem-intro .logo {
        display: none;
    }

    .salem-intro .logo.room-logo {
        display: block;
        margin: 0 0 110px 0;
        padding: 0 50px;
    }

    .salem-intro .room-timer {
        font-size: 14px;
        line-height: 18px;
        padding: 13px 100px;
        width: 270px;
        height: 90px;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .salem-intro .room-timer .years {
        font-size: 18px;
        width: 150px;
    }

    .salem-intro .room-timer .time {
        width: 150px;
    }

    .it .prices img {
        margin-left: 0;
    }

    .reservation {
        padding-bottom: 0;
    }

    .reservation .heading {
        margin-bottom: 10px;
        background: none;
    }

    .voucher .text {
        min-height: inherit;
        background: none;
        font-size: 14px;
        line-height: 20px;
        padding: 0 0 0;
        margin: 0 0 0 0;
    }

    .send-question h5 {
        font-size: 18px;
        line-height: 24px;
        margin: 30px 0 5px;
    }

    .special-intro-img {
        margin-bottom: -80px;
    }

    .send-question button {
        margin: 10px auto 0;
    }

    .voucher {
        padding-bottom: 0;
    }

    .team-buildings .text {
        font-size: 14px;
        line-height: 20px;
    }

    .special-tb-img {
        margin: -60px 0 -60px 0;
    }

    .team-buildings .heading {
        margin-bottom: 30px;
    }

    .team-buildings {
        padding-bottom: 0;
    }

    .next-week.next {
        margin: 30px 0 10px 0;
        font-size: 10px;
    }

    .next-week.previous {
        margin: 30px 0 10px 0;
        font-size: 10px;
    }

}

@media screen and (orientation: landscape)
and (min-device-width: 0)
and (max-device-width: 767px) {
    .rooms:before {
        top: -150px;
    }

    .rooms a {
        margin: 0 auto;
        display: block;
    }

    .rooms a img {
        max-height: 250px;
    }

    .rooms a.room-02 {
        margin: 0 0 20px;
    }

    .rooms a.room-01 {
        margin-right: 0;
    }

    .salem .prices img {
        margin: 0px auto 0;
    }

    .it .logo.room-logo {
        margin: 0 auto 110px auto;
        padding: 0 100px;
    }

    .reservation {
        padding-top: 0;
    }

    .it .prices img {
        margin-left: 20px;
    }
}