body {
    margin: 0;
    padding: 0;
    min-width: 320px;
    font-family: 'RobotoLight', Arial;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
}

a:hover {
    text-decoration: none;
}

h1 {
    text-align: center;
    font-size: 42px;
}

h2, h3 {
    color: #434343;
    font-family: 'Poiret One', RobotoLight;
}

h2 {
    font-size: 40px;
    margin: 15px 0 40px;
    text-align: center;
}

h3 {
    font-size: 30px;
}

h4 {
    text-align: center;
    font-weight: bold;
}

p {
    font-size: 18px;
    padding: 10px;
}

/* IMPORT FONTS */
/* font-family: "RobotoLight"; */
@font-face {
    font-family: "RobotoLight";
    src: url("../fonts/RobotoLight/RobotoLight.eot");
    src: url("../fonts/RobotoLight/RobotoLight.eot?#iefix") format("embedded-opentype"),
    url("../fonts/RobotoLight/RobotoLight.woff") format("woff"),
    url("../fonts/RobotoLight/RobotoLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "Poiret One"; */
@font-face {
    font-family: 'Poiret One';
    font-style: normal;
    font-weight: 400;
    src: local('Poiret One'), local('PoiretOne-Regular'), url(../fonts/PoiretOne/PoiretOne-Regular.ttf) format("truetype");
}

/* cyrillic */
@font-face {
    font-family: 'Poiret One';
    font-style: normal;
    font-weight: 400;
    src: local('Poiret One'), local('PoiretOne-Regular'), url(../fonts/PoiretOne/PoiretOne-Regular-Cyr.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* latin-ext */
@font-face {
    font-family: 'Poiret One';
    font-style: normal;
    font-weight: 400;
    src: local('Poiret One'), local('PoiretOne-Regular'), url(../fonts/PoiretOne/PoiretOne-Regular-lat-ext.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Poiret One';
    font-style: normal;
    font-weight: 400;
    src: local('Poiret One'), local('PoiretOne-Regular'), url(../fonts/PoiretOne/PoiretOne-Regular-lat.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

.popover > * {
    color: black;
    font-family: "Roboto Light", sans-serif, "Arial";
}

.main-header {
    text-shadow: 1px 3px 1px rgba(0, 0, 0, 0.4);
    color: #434343;
}

/* Info-line (start) */
#info-line {
    background-color: #434343;
    color: white;
    text-align: center;
}

#info-line .container {
    padding: 15px 25px
}

#info-line i {
    margin: 0 5px;
    font-size: 25px;
    vertical-align: middle;
}

#info-line span {
    font-size: 15px;
    vertical-align: middle;
}

#info-line a {
    vertical-align: bottom;
    text-align: center;
    color: white;
}

#info-line a:hover {
    /*color: $distinctive;*/
}

#info-line a:focus {
    text-decoration: none;
}

#info-line a:active {
    /*color: $distinctive - 50;*/
    text-decoration: none;
}

#info-line .item {
    margin: 0;
}

#info-line span {
    margin-top: 10px;
}

/* Info-line (end) */

/* HEADER */
.header {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    overflow: auto;
}

.header .wrapper {
    width: 100%;
    display: block;
    max-width: 1280px;
    position: absolute;
    z-index: 10;
}

.header .logo {
    float: left;
}

.header .logo .img {
    display: block;
    width: 270px;
    height: 80px;
    margin: 30px 0px;
    margin-left: 50px;
    background-size: 100% 80px;
    background: url(../img/header/rashad-mini-two.png) no-repeat;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.header .logo .img:hover {
    opacity: 0.7;
}

.header .logo a {
    padding-top: 50px;
}

.header .nav-menu {
    display: table-cell;
    float: right;
    margin-top: 10px;
    padding: 0;
    list-style-type: none;
}

.header .nav-menu > li {
    float: left;
    display: inline-block;
    margin-top: 30px;
    padding: 10px;
}

.header .nav-menu > li > a {
    display: table-cell;
    padding: 0px 8px;
    margin: 0;
    font-weight: bold;
    font-size: 20px;
    font-family: 'Poiret One', RobotoLight, Arial;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    color: white;
    text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.55);
    cursor: pointer;
}

.header .nav-menu > li > a:hover {
    color: #e81f1f;
    text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.65);
}

.header .nav-menu > li > a:active {
    color: white;
    text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.55);
    -moz-transition: all 0.01s ease-out;
    -o-transition: all 0.01s ease-out;
    -webkit-transition: all 0.01s ease-out;
}

.header .mini_menu_btn {
    width: 48px;
    height: 48px;
    background-image: url(../img/icons/menu.png);
    background-size: 100% 100%;
    float: right;
    margin-right: 15px;
    margin-top: 20px;
    cursor: pointer;
    display: none;
    opacity: 0.9;
    -webkit-filter: opacity(90%);
    -moz-opacity: 0.9;
    -o-opacity: 0.9;
    filter: alpha(opacity=90);
}

.header .mini_menu_btn:hover {
    opacity: 0.8;
    -webkit-filter: opacity(80%);
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
}

.header .mini_menu_btn:active {
    opacity: 1;
    -webkit-filter: opacity(100%);
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}

.header_mini_menu {
    display: none;
}

#li_apart {
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
}

#li_apart:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    -webkit-box-shadow: 50px 50px 50px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 12px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 12px -5px rgba(0, 0, 0, 0.75);
}

#li_apart > ul {
    display: none;
    margin-top: 10px;
}

#li_apart > ul > li {
    font-family: RobotoLight, Arial;
    list-style-type: none;
    margin-left: -30px;
    padding: 4px 0;
    padding-left: 15px;
}

#li_apart > ul > li > a {
    color: white;
    font-size: 20px;
    text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.55);
}

#li_apart > ul > li > a:hover {
    color: #e81f1f;
}

/* END HEADER */

.apartments-top .main-top ul {
    display: none;
}

.main-top {
    position: relative;
    min-width: 250px;
    background: url(../img/main.jpg) no-repeat center;
    margin: 0 auto;
    z-index: 1;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.main-top .wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: -1;
}

.main-top .menu {
    margin: 0 auto;
    padding-top: 0;
    height: 50%;
    width: 100%;
}

/* Логотип Рашад */
.main-top .rashad-logo {
    margin: 0 auto;
    margin-top: 130px;
    background-image: url(../img/top/rashad-logo.png);
    background-size: 100% 100%;
    width: 80%;
    max-width: 600px;
    height: 200px;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}

.main-top .rashad-logo:hover {
    opacity: 0.9;
}

/* Заголовок секции */
.main-top .menu .menu-header {
    margin: 50px auto;
    color: white;
    display: block;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.55);
}

.main-top .menu .menu-header:hover {
    color: #FFDEDE;
}

/* Заголовок для мобильных устройств */
.menu-header-mob {
    position: fixed;
    display: none;
    margin: 0 auto;
    color: white;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.55);
}

.main-top .menu .menu-header-mob:hover {
    color: #FFDEDE;
}

/* Навигационный список апартаментов */
.main-top .menu > ul {
    margin: 50px auto;
    padding: 0;
    text-align: center;
}

.main-top .menu > ul > li {
    display: inline-block;
    list-style-type: none;
    padding: 0;
    border: 1px solid #414141;
    background-color: #414141;
    border-radius: 2px;
    cursor: pointer;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    margin: 5px 0;
}

.main-top .menu > ul > li:hover {
    border-color: #c73838;
    background-color: #c73838;
    color: white;
}

.main-top .menu > ul > li:active {
    -webkit-box-shadow: inset 0px 0px 22px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 22px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 22px 0px rgba(0, 0, 0, 0.75);
    -moz-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    -webkit-transition: all 0s ease-out;
}

.main-top .menu > ul > li > a {
    padding: 8px 20px;
    margin: 0;
    display: block;
    color: white;
    font-size: 18px;
}

.main-top .menu > ul > li > a:hover {
    color: white;
}

/* Кнопка наверх */
.up_btn {
    position: fixed;
    background-image: url(../img/icons/up.png);
    background-size: 100% 100%;
    width: 64px;
    height: 64px;
    float: right;
    bottom: 0;
    right: 0;
    margin-bottom: 10px;
    margin-right: 15px;
    z-index: 99999;
    opacity: 0.9;
    -webkit-filter: opacity(90%);
    -moz-opacity: 0.9;
    filter: alpha(opacity=90);
}

.up_btn:hover {
    -webkit-filter: opacity(80%);
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
}

.up_btn:active {
    opacity: 1;
    -webkit-filter: opacity(100%);
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}

/* Кнопка наверх */

/* Значения для всех секций */
section {
    min-width: 250px;
}

/* #Секция "О нас */
#about-us {
    overflow: hidden;
    width: 100%;
    margin: 70px 0;
}

#about-us .wrapper {
    margin: 0 auto;
    max-width: 900px;
    width: 100%;
    color: black;
}

#about-us h3 {
    text-align: center;
    margin: 0;
}

#about-us p {
    font-size: 20px;
    text-align: center;
}

/* Рамка для заголовка */
#about-us .separator {
    margin: 0 auto;
    background-color: blue;
    opacity: 0.3;
    width: 20%;
    height: 3px;
}

#about-us .wrapper .separator.one, .two {
    margin-top: 20px;
    width: 120px;
    height: 2px;
}

#about-us .wrapper .separator.two {
    margin-bottom: 20px;
    width: 120px;
    height: 2px;
}

/* Конец рамки*/

/* #Секция "О комплексе Рашад" */
#rashad {
    width: 100%;
    overflow: hidden;
    background: #fff4f4;
}

/* Оболочка секции */
#rashad .wrapper {
    margin: 0 auto;
    width: 100%;

}

/* Фотография комплекса */
#rashad .photo {
    width: 35%;
    margin-top: 10px;
    float: left;
    background-image: url(../img/top/rashad.jpg);
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    height: 600px;
    border-radius: 2px;
}

/* Текст о комплексе Рашад */
#rashad .rashad-header-mob {
    display: none;
    margin: 40px;
    text-align: center;
}

#rashad .text {
    float: left;
    width: 65%;
    padding: 0 25px;
}

#rashad .text h3 {
    text-align: center;
    margin-left: 50px;
}

#rashad .text p {
    font-size: 16px;
}

#rashad .text .sell {
    font-size: 20px;
    margin-top: 25px;
    padding-left: 20px;
    border-left: 3px solid #B3C0FF;
}

#rashad .panel-group .p {
    margin: 0;
}

/* Конец текста в секции "О комплексе Рашад" */
/* Конец секции */

/* ===================================
   Start slick carousel
   =================================== */
.slick-next:before, .slick-prev:before {
    color: #ff5359;
    font-size: 25px;
}

.slick-dots li button::before {
    font-size: 11px;
    color: #ff0006;
}

.slick-dots li.slick-active button:before {
    color: #ff0006;
}

.slick-next {
    right: -55px;
}

.slick-prev {
    left: -55px;
}

/* ===================================
   End slick carousel
   =================================== */

/* #Секция "Наши апартаменты" */
.apartments {
    margin-bottom: 55px;
}

.apartments__carousel {
    margin: 0 auto;
    width: 85%;
}

.apartments__title {
    text-align: center;
}

.apartment {
    margin: 0 5px 40px;
    text-align: center;
    border-radius: 2px;
    padding-bottom: 10px;
    position: relative;
    background-color: #fff4f4;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.1);
}

.apartment:hover, .apartment:active {
    transform: translate(0, 20px);
    box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
    background-color: #ededed;
    z-index: 1;
}

.apartment__link {
    color: black;
    outline: none;
}

.apartment__link:hover {
    color: black;
    text-decoration: none;
    outline: none;
}

.apartment__link:focus {
    outline: none;
    text-decoration: none;
}

.apartment__image {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.apartment__name {
    margin: 0;
    padding: 3px;
    margin-top: 10px;
    font-size: 20px;
    letter-spacing: 5px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

.apartment__info {
    margin: 5px 5px;
    padding: 0;
    margin-bottom: 10px;
}

.apartment__description {
    color: #868686;
}

.apartment__separator {
    margin: 0 auto;
    background-color: red;
    opacity: 0.3;
    width: 50%;
    height: 3px;
}

.apartment__price {
    text-align: center;
    text-transform: uppercase;
}

.apartment__price {
    font-size: 25px;
    font-weight: bold
}

/* Секция #карта */
#map {
    height: 550px;
}

/* Страница отелей */

/* TOP Section*/
.hotel-top {
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 600px;
}

.hotel-top img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.hotel-top .wrapper {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.hotel-top h1 {
    text-align: center;
    color: white;
    padding-top: 130px;
    font-size: 100px;
    font-weight: 400;
    letter-spacing: 20px;
    text-transform: uppercase;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.7);
}

.hotel-top h3 {
    color: white;
    margin-top: 20px;
    font-weight: 400;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.7);
}

.hotel-top .price > * {
    display: inline-block;
    color: white;
    margin-top: 20px;
    padding: 0 5px;
    font-size: 80px;
    text-shadow: 2px 5px 2px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
}

.hotel-top .wrap {
    margin: 0 auto;
    max-width: 300px;
    display: inline-block;
}

.hotel-top .block1 {
    vertical-align: top;
}

.services .thumbnail img {
    width: 150px;
}

.services p {
    font-size: 16px;
    margin: 0;
}

.services .service {
    margin-bottom: 25px;
}

.services .service:last-child {
    margin-bottom: 0;
}

.amenities {
    margin-bottom: 25px;
}

.amenities .panel {
    box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.19), 0 4px 4px rgba(0, 0, 0, 0.23);
}

.amenities h3 {
    font-family: 'RobotoLight', Arial;
    text-align: center;
}

.amenities ul > li {
    font-size: 20px;
    font-family: 'RobotoLight', Arial;
    list-style-image: url(../img/hotels/block_list_style_type.png);
    padding: 3px 0px;
    cursor: default;
}

.amenities__img {
    margin: 0 auto;
    background-size: 100% 120px;
    width: 120px;
    height: 120px;
    margin-top: 15px;
}

.amenities__img_media {
    background-image: url(../img/hotels/block_imgs/tv.png);
}

.amenities__img_interior {
    background-image: url(../img/hotels/block_imgs/interior.png);
}

.amenities__img_services {
    background-image: url(../img/hotels/block_imgs/services.png);
}

.amenities__img_equipment {
    background-image: url(../img/hotels/block_imgs/equimpent.png);
}

.main-top.apartments {
    height: 1200px;
}

.main-top.apartments .menu {
    height: 300px;
}

/* Конец страницы с отелями */

/* Цветной разделитель */
.block_separator {
    background-color: black;
    opacity: 0.2;
    height: 4px;
    width: 40%;
    margin: 15px auto;
}

.block_separator.red {
    background-color: #FF0000;
}

.block_separator.blue {
    background-color: #009B80;
}

.block_separator.orange {
    opacity: 0.3;
    background-color: #FFC000;
}

.block_separator.orange {
    opacity: 0.3;
    background-color: #FFC000;
}

/* Конец цветного разделителя */

/* FOOTER */
.footer {
    overflow: hidden;
    background-color: #333333;
    color: #ECECEC;
    font-family: 'Poiret One';
    font-size: 20px;
    text-align: center;
}

.footer .stars {
    margin-top: 80px;
    margin-bottom: 0;
}

.footer .rashad {
    margin: 0 auto;
    background-image: url(../img/header/rashad-mini-two.png);
    background-size: 100% 100%;
    width: 180px;
    height: 59px;
}

.footer .phones {
    font-size: 30px;
}

.footer .phones > a {
    color: white;
}

.footer .copyright {
    font-size: 14px;
    margin-bottom: 80px;
}

.booking-btn {
    position: fixed;
    z-index: 999;
    bottom: 15px;
    left: 15px;
}

.fotorama {
    background-color: #444444;
}

/* Mobile view */
@media screen and (max-width: 1024px) {
    body {
        font-family: 'RobotoLight', 'PT Sans', Arial;
    }

    .header .wrapper {
        position: fixed;
        top: 0;
        width: 0;
        right: 0;
    }

    .header_mini_menu {
        z-index: 99999;
    }

    .mini_menu_btn {
        z-index: 99999;
    }

    .header .logo {
        display: none;
    }

    .header .nav-menu {
        display: none;
    }

    .header .mini_menu_btn {
        display: block;
    }

    .header_mini_menu {
        display: block;
        top: 0;
        width: 200px;
        background-color: #3C3C3C;
        height: 100%;
        position: fixed;
        right: -250px;
        /*margin-top: 50px;*/
        margin-left: -150px;
        border-radius: 3px;
        z-index: 9999999999;
        -moz-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        -webkit-transition: all 0.4s ease-out;
    }

    .header_mini_menu .rashad_logo_text .rashad-mini {
        background-image: url(../img/header/rashad-mini.png);
        display: inline-block;
        background-size: 100% 100%;
        height: 65px;
        width: 120px;
        margin: 0 5px;
        float: left;
    }

    .header_mini_menu .rashad_logo_text > a {
        font-size: 35px;
        font-weight: 400;
    }

    .header_mini_menu .rashad_logo_text {
        display: block;
    }

    .header_mini_menu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .header_mini_menu ul > li {
        margin: 5px 0px;
        padding: 0;
    }

    .header_mini_menu ul > li > a {
        font-family: 'Poiret One', RobotoLight, Arial;
        color: white;
        font-size: 1.7em;
        padding: 5px 15px;
        display: block;
        cursor: pointer;
    }

    .header_mini_menu ul > li > a:hover {
        background: #8C8C8C;
        font-weight: bold;
    }

    .header_mini_menu .btn_wrapper {
        width: 100%;
        display: inline-block;
        cursor: pointer;
        background: red;
    }

    .header_mini_menu .btn_wrapper.mini_menu_btn {
        height: 48px;
        width: 48px;
        margin: 0 auto;
        background-size: 100% 100%;
        z-index: 9999999999;
    }

    .main-top h1 {
        padding-top: 0px;
    }
}

@media (max-width: 1100px) {
    #rashad .text .rashad-header {
        display: none;
    }

    #rashad .rashad-header-mob {
        display: block;
    }

    #rashad .text p {
        font-size: 14px;
    }

    #rashad .text .sell {
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 25px;
    }
}

@media (max-width: 860px) {
    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 28px;
    }

    .hotel-top {
        height: 450px;
    }

    .hotel-top h1 {
        font-size: 34px;
        padding-top: 10px;
    }

    .main-top.apartments {
        background-image: none;
        background-color: #f9f9f9;
        height: auto;
    }

    .main-top.apartments .menu {
        margin-top: -50px;
    }

    .main-top {
        background-image: url(../img/main_mob.jpg);
    }

    .main-top .menu .menu-header h1 {
        font-size: 25px;
    }

    #rashad .photo {
        width: 100%;
    }

    #rashad .text {
        width: 100%;
    }

    #rashad .text .rashad-header {
        display: none;
    }

    #rashad .rashad-header-mob {
        display: block;
    }

    #rashad .text p {
        font-size: 16px;
    }

    #rashad .text .sell {
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 25px;
    }

    .apartment {
        margin-bottom: 30px;
    }

    .slick-next {
        right: -25px;
    }

    .slick-prev {
        left: -30px;
    }
}

@media (max-width: 680px) {
    .hotel-top .price > * {
        font-size: 50px;
    }
}

@media (max-width: 560px) {
    #info-line span {
        white-space: nowrap;
        padding-top: 10px;
    }

    #map {
        height: 280px;
    }

    #rashad .text h3 {
        font-size: 22px;
    }

    #rashad .text p {
        font-size: 16px;
        margin: 20px;
    }

    #rashad .text .sell {
        margin: 0;
        margin-left: 30px;
    }
}

@media (max-width: 480px) {
    .main-top {
        background-image: url(../img/main_mobile.jpg);
    }

    .main-top .menu > ul > li {
        background-color: #3b3b3b;
        border-color: #3b3b3b;
        display: block;
        margin: 5px;
    }

    .main-top .menu {
        padding-top: 0;
        height: 65%;
    }

    .main-top.apartments .menu {
        display: none;
    }

    .main-top .rashad-logo {
        margin: 40px auto 0;
        display: block;
        width: 80%;
        height: 80px;
        background: url(../img/top/rashad-logo-mob.png) no-repeat;
        background-position: center;
        background-size: contain;
    }

    .main-top .button {
        font-size: 15px;
        padding: 15px;
        width: 150px;
    }

    .main-top .phone {
        width: 25px;
        height: 50px;
    }

    .up_btn {
        width: 48px;
        height: 48px;
    }
}

.booking-window {
    margin: 0 auto;
    width: 500px;
    height: 500px;
}