@media screen and (max-width: 1200px) {
  .rooms-nav {
    width: 100%;
  }
  .room-pic {
    width: 51.5%;
    margin-right: 20px;
  }
  .room-dsc {
    font-size: 84%;
    width: 46.5%;
  }
  .room-dsc__links {
    justify-content: flex-start;
  }
  .room-dsc__links a:nth-child(1) {
    display: none;
  }
  .room-dsc__links a:nth-child(2) {
    margin-right: 83px;
  }
}

@media screen and (max-width: 1000px) {
  .item-room{
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 30px;
    margin-bottom: 0;
    border-bottom: 1px dashed #047878;
  }
  .item-room:nth-child(1) {
    margin-top: 0;
  }
  .room-dsc {
    width: 100%;
    max-height: 100%;
    min-height: 348px;
    padding: 0 15px;
    position: static;
    font-size: 100%;
    margin-bottom: 30px;
  }
  .room-dsc h3 {
    margin-top: 19px;
    margin-bottom: 13px;
    font-size: 24px;
  }
  .room-dsc p {
    font-size: 20px;
  }
  .room-dsc__included-title,
  .room-dsc__time {
    font-size: 24px;
    margin-bottom: 3px;
  }
  .rooms-nav {
    padding: 0px 15px 22px;
  }
  .item-room {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
  }
  .room-pic {
    width: 100%;
  }
  .room-dsc__price {
    width: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .room__book_btn {
    width: 290px;
    height: 56px;
    margin-right: 23px;
    font-size: 24px;
  }
  .room-dsc__links {
    font-size: 24px;
  }
  .room-dsc__links {
    width: auto;
    align-self: flex-end;
  }
  .room-dsc artical:nth-child(3) {
    margin-right: 58px;
  }
  .room-title-mobile {
    display: block;
    position: absolute;
    top: 3%;
    width: 100%;
    font-family: 'robotolight';
    color: #fff;
    z-index: 99;
  }
  .room-title-mobile h3 {
    font-family: inherit;
    text-align: center;
    font-size: 48px;
    text-shadow: 0 2px 7px #000;
  }
  .room-title-mobile span {
    position: absolute;
    z-index: 100;
    display: inline-block;
    top: 17%;
    right: 1.5%;
  }
  .room-about-title-mobile {
    display: block;
  }
  .room-dsc .room-about-title {
    display: none;
  }
  .slider-room-pic .slick-prev, 
  .slider-room-pic .slick-next {
    width: 40px;
    height: 130px;
  }
  .slider-room-pic .slick-prev {
    left: 20px;
  }
  .slider-room-pic .slick-next {
    right: 20px;
  }
}

@media screen and (max-width: 750px) {
  .room-dsc article {
    margin-bottom: 14px;
  }
  .rooms-nav,
  .sunhotel-briefly,
  .maincontent-rooms .special-offers,
  .room-title-mobile .room-title-price {
    display: none;
  }
  .item-room:last-child {
    border-bottom: none;
  }
  .room-dsc__price {
    order: 0;

  }
  .room-dsc__links {
    padding: 6px 0 10px;
  }

  .room__book_btn {
    margin: 0 auto;
  }
  .room-dsc__price {
    padding: 14px 0 22px;
  }
  .room-title-mobile h3 {
    font-size: 36px;
  }
}


/* Выпадающее меню на странице Rooms при выборе номера и переходе на страницу бронирования */

.send-to-bron__block .guests-rooms {

    height: 35px;
    width: 100%;
    padding-left: 10px;
    cursor: pointer;
}

.rooms-click-target {

    position: relative;
}

.rooms-turndown-arrow {

    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.rooms-masked-checkboxes {

    display: none;

    box-sizing: border-box;
    border: 1px solid #c1c1c1;

    position: absolute;
    width: 230px;
    top: 60px;
    z-index: 999;
}

.rooms-plus-minus {

    height: 47px;
    position: relative;
    background: #fff;
    user-select: none;
}

.rooms-plus-minus__text {

    padding-left: 16px;
    font-size: 18px;
    line-height: 47px;
    font-weight: normal;
    color: #000;
    user-select: none;
}

.rooms-plus-minus__wrapper {

    float: right;
    height: 47px;
    margin-right: 20px;
}

.rooms-minus-value {

    display: inline-block;
    vertical-align: middle;

    text-align: center;

    font-size: 20px;
    line-height: 47px;
    font-weight: bold;

    padding: 0;
    margin: 0 5px 0 0;
    color: #057781;
    user-select: none;
}

.rooms-between-value {

    min-width: 20px;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    text-align: center;

    color: #000!important;

    font-size: 16px;
    line-height: 47px;
    color: #057781;
    user-select: none;
}

.rooms-plus-value {

    display: inline-block;
    vertical-align: middle;
    text-align: center;

    font-size: 25px;
    line-height: 47px;
    padding: 0;
    margin: 0 0 0 5px;
    padding-bottom: 3px;

    color: #057781;
    user-select: none;
}

.rooms-plus-minus__age {

    display: none;
    background: #CEE3E4;
    user-select: none;
}

.rooms-visible-age {

    display: none;
}

.rooms-top-guests {

    height: 47px;
    width: 230px;
    border: 0;
    outline: 0;
    padding: 0 20px;
    box-sizing: border-box;
    cursor: pointer;
    user-select: none;
}

.rooms-turndown-arrow__hover {

    transform: rotate(180deg);

    transition: all .3s; 
}


.send-to-bron {


    width: 100%;

    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
}

.send-to-bron__block {

    position: relative;

    display: inline-block;
    vertical-align: middle;

    width: 23.5%;

    margin-right: 2%;
}

.send-to-bron__block:nth-child(4){

    margin-right: 0;
    vertical-align: bottom;
}

.send-to-bron__block .booking__label {

    font-size: 14px;
    line-height: 1.333rem;
    letter-spacing: normal;

    margin-bottom: 0;
}

.send-to-bron__block .guests-rooms {

    border: 1px solid #ddd;
    outline: 0;
}

.send-to-bron__block .rooms-turndown-arrow {

    position: absolute;
    right: 10px;
    top: 5px;

    transition: all .3s; 
}

.send-to-bron__block:last-child {

    margin-right: 0;
    padding-top: 1.333rem;
}

.send-to-bron__input,
.send-to-bron__div,
.send-to-bron__button {

    width: 100%;
    max-width: 300px;
    height: 35px;

    padding-left: 10px;

    box-sizing: border-box;

    font-size: 14px;
    line-height: 1.333rem;
    letter-spacing: normal;

    border: 1px solid #ddd;
    outline: 0;
    cursor: pointer;
}

.send-to-bron__button {

    background: #025859;
    color: #fff;
    border: 0;
    padding: 0;
    text-align: center;
}

.send-to-bron__select {

    position: relative;
}

.send-to-bron__guests {

    width: 100%;
    max-width: 100%;

    padding-left: 10px;

    box-sizing: border-box;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 5;

    border: 0;
    outline: 0;

    cursor: pointer;
}

.send-to-bron__arrow {

    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;

    z-index: 10;
}

.send-to-bron__arrow__hover {

    transform: rotate(180deg);

    transition: all .3s; 
}

.send-to-bron__text {

    font-size: 14px;
    line-height: 1.333rem;
    letter-spacing: normal;

    font-weight: bold;
}


@media screen and (max-width: 480px) {

.send-to-bron {


}

.send-to-bron__block {

  display: block;
  float: left;
  width: 50%;
  margin-right: 0;
  padding: 5px;
  box-sizing: border-box;
}

.send-to-bron__block:nth-child(4) {
    margin-right: 0;
    padding-top: 1.55rem;
}

}



/* Выпадающее меню на странице Rooms при выборе номера и переходе на страницу бронирования, конец */