@media only screen and (max-width : 1300px) {
    .banner__slide-nav {
        top: 60%;
    }
    .banner__slide-nav-prev {
        left:30px;
        margin: 0;
    }
    .banner__slide-nav-next {
        right:30px;
        margin: 0;
        left:auto;
    }
}

@media only screen and (max-width : 1200px) {
    .banner__box {
        left:auto;
        margin: 0;
        /* right:15%; */
        /* right:30px; */
    }
}
@media only screen and (max-width : 1100px) {
    .banner .picker {
        left: 30px;
        margin-left: 0;
    }
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 1040px) {
    .header__nav-link {
        padding: 11px 10px;
    }
    .footer__left .social {
        margin-left: 0;
    }
    .footer__left .logo svg {
        margin-left: 0;
    }
    .map__map #map {
        width: calc(100vw - 75px);
    }
    .hide-lg {
        display: none !important;
    }
    .hotel__slider-fix {
        display: block;
        margin: 0 auto;
    }
    .restoran__gallery {
        width:100%;
    }
    .restoran__gallery-item-link {
        width:80%;
        float: left;
        padding:0px 10px;
        box-sizing: border-box;
    }
    .restoran__menu {
        width:100%;
    }
}
/* Small Devices, Tablets */
@media only screen and (max-width : 920px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .header__nav-first > .header__nav-list:first-child .header__nav-link {
        padding-left: 5px;
    }
    .header__nav-first > .header__nav-list:last-child .header__nav-link {
        padding-right: 5px;
    }
    .header__nav-link {
        padding: 11px 6px;
    }
    .footer__nav-column:last-child {
        margin-left: 30px;
    }
    .footer__nav {
        margin-left: -85px;
    }
    .map__map #map {
        width: calc(100vw - 45px);
    }

}
@media only screen and (max-width : 825px) {
    .header__nav-link {
        font-size: 14px;
    }
    .footer__nav-column:last-child {
        margin-left: 10px;
    }
    .footer__nav {
        margin-left: -32px;
    }
    .banner .picker {
        margin-top:85px;
    }
    .content__item-4 {
        width:50%;
        margin: 5px 0px !important;
        padding: 10px !important;
        float: left;
    }
    .content__item-2,
    .content__item-3 {
        width:49%; 
        margin: 10px 0px !important;
        padding: 0 !important;
    }
    .content__item-right {
        float: inherit;
    }
    .no_margin {
        margin: -2px 0px !important;
    }
    .no_padding {
        padding: 0 !important;
    }
    .hide-md {
        display: none !important;
    }
    .page__section-mainside {
        margin-left: 0;
        width:100%;
    }

    .uslugi__icon {
        max-width:300px;
        margin-left:auto;
        margin-right:auto;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .uslugi__desc {
        margin-top:50px;
        margin-bottom: 15px;
    }
    .special__image img {
        width:100%;
    }
    .hotel__slider-fix {
        width:750px;
    }
}

@media only screen and (max-width : 768px) {
    .header__nav-list {
        display: inline;
        text-align: left;
    }
    .header__nav--second {
        position: inherit;
        top:0;
    }
    .header__nav--second .header__nav-list {
        width:auto;
    }
    
    .navLG {
        display: none;
    }
    .navXS {
        display: block;
    }
    .footer__right {
        float: inherit;
    }
    .sxema {
        margin-left: 0;
        text-align: center;
    }
    .sxema p {
        width:100%;
    }
    .header__top {
        display: none;
    }
    .map__desc {
        width:40%;
    }
    .banner__slide-item {
        min-height: 600px;
        height: 600px;
    }
    .banner__slide-nav {
        /*display: none !important;*/
        top: 67%;
    }
    .banner__box {
        top: 23%;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
        right: unset;
        margin: 0;
    }
    .banner__box-text {
        font-size: 6em;
    }
    .banner .picker {
        width:100%;
        position: relative;
        left:auto;
        top:auto;
        margin: 0;
    }
    .picker__box-area label input {
        width:50%;
    }
    .hotel__slider-fix {
        width:600px;
    }
    .hotel__slider-zoom {
        display: none;
    }
	.rightbar {
		max-width: 50px;
		max-height: 50px;
	}
	.rightbar__item img {
		width: 100%;
	}
	.rightbar__item {
		padding: 2px 2px;
		width: 100% 
	}
}



/* Extra Small Devices, Phones */
@media only screen and (max-width : 650px) {
    .banner__box .button {
        top: 13.5em;
    }
    .rightbar {
        display: none;
    }
    .footer__left {
        width: 100%;
        text-align: left;
    }
    .footer__left .logo {
        margin-left: 38px;
    }
    .footer__nav {
        margin-left: 0;
    }
    .map__desc {
        display: none;
    }
    .content__item-4 {
        width:100%;
    }
    .banner__box {
        top: 40%;
        /* display: none; */
    }
    .banner__box-text {
        font-size: 4em;    
    }
    .page__section-text-title {
        font-size: 16px;
        width: 40%;
        margin-left:auto;
        margin-right:auto;
    }
    .special {
        height: 130px;
    }
    .special:after {
        content:'';
        display: block;
        width:100%;
        height:100%;
        background: -webkit-linear-gradient(bottom, black 0%, transparent 100%);
        background: linear-gradient(to top, black 0%, transparent 100%);
        position: absolute;
        top:0;
        left:0;
    }
    .special__desc-text {
        display: inline-block;
        float: left;
        line-height: 20px;
    }
    .special__desc-link {
        position: absolute;
        right: -60px;
        bottom: 0;
    }
    .special__image img {
        /*margin-top: -50%;*/
    }
    .special__desc-link a {
        color: transparent;
    }
    .special__desc-price {
        bottom: 55px;
    }
    .hide-sm {
        display: none !important;
    }
    .number p {
        padding:0px 10px;
    }
    .number .picker {
        width:100%;
    }
    .footer__left .social {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .footer__left .social__link {
        display: inline-table;
        width: 30%;
        text-align: center;
    }
    .footer__left .social__link svg {
        -webkit-transform: scale(1.5);
                transform: scale(1.5);
    }
    .footer__left .social__link a {
        display: inline-block;
    }
    .slick-prev, .slick-next {
        display: none !important;
    }
    .hotel__slider-fix {
        width:400px;
    }
    .hotel__gallery-head ul li span {
        font-size: 15px;
    }
    .hotel__desc-text {
/*      padding:0px 10px; */
        padding:0px 0px;
		margin-left: 15px;
    }
    .hotel__desc-service ul {
        margin-right: 65px;
    }
    .hotel__desc-service ul:last-child {
        margin-right: 19px;
    }
    .restoran__gallery-item-link {
        width:100%;
        float: left;
    }
    .restoran__menu-book {
        padding-left: 10px;
        padding-right: 45px;
    }
    .restoran .menu-item:first-child .menu-cell-name {
        line-height: 25px;
    }
    .restoran__menu-book_footer {
        left:auto;
        right:0px;
        width:200px;
    }

}
@media only screen and (max-width : 545px) {
    .banner__slide-item > img {
        object-fit: fill;
        height: initial;
     /* top: 312px;  */
    }
    .banner__box {
        top: 270px;    
    }
    .banner__box .button {
        top: 14.5em;    
    }
    .banner__slide-dots {
        display: none!important;
     /* bottom: 2.4em;
        left: unset;
        transform: translateX(0%);  */
    }
}
@media only screen and (max-width : 450px) {
    .banner__box {
        top: 50%; 
    }
    .banner__box-text {
        font-size: 3.2em;
    }
    .banner__box .button {
        top: 9.8em;
    }
    .banner__slide-nav-next {
        right: .5em;
    }
    .banner__slide-nav-prev {
        left: .5em;
    }
    .footer__nav-column:last-child {
        margin-left: 0px;
    }
    .page__section-text-decorate {
        font-size: 15px;
    }
    .page__section-text-decorate span {
        font-size: 40px;
    }
    .page__section-text-title {
        width: 80%;
    }
    .banner__slide-item {
        min-height: 300px;
        height: 560px;    
    }
    .container {
        padding: 0 !important;
    }
    .map__map #map {
        width:calc(100vw - 15px);
    }
    .no_margin-XS {
        margin: 0 !important;
    }
    .picker__box-area label input {
        margin-right: 0;
    }
    .picker__box-area label > label.cal {
        right: 10px;
    }
    .hotel__slider-fix {
        width:300px;
    }
    .hotel__gallery-head ul {
        margin: 0;
    }
    .hotel__gallery-head ul li {
        width: 50%;
    }
    .hotel__gallery-head ul li:first-child,
    .hotel__gallery-head ul li:nth-child(2) {
        border-bottom: 1px solid #e5e5e5;
    }
    .hotel__gallery-head ul li.hotel__gallery-head-active:after {
        display: none;
    }
    .restoran__menu-list ul:first-child {
        margin-right: 0;
    }
    body {
        overflow-x: hidden;
    }
    .picker {
        height:270px;
    }
    .picker__box-area label input {
        width:100%;
        margin-top: 10px;
    }
    .picker__box-area label > label.cal {
        top: 36px;
    }
    .picker__box-btn {
        margin-top: 60px;
    }
    #colorbox,#cboxOverlay {
        display: none !important;
    }
}