html,
body {
    height: 100%;
}
.site-index {

    background: #fff;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

.body-content {

    font-family: 'Roboto';

}

.container { 

    max-width:1200px;
    margin: 0 auto;
    width: 100%;
    padding: 0;
}

.top-header {

    display: table;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.logo-block {

    display: table-cell;
    vertical-align: middle;
}

.tel-block {

    display: table-cell;
    vertical-align: middle;
    text-align: right;
}
.bokn-logo {

    max-width: 200px;
    height: auto;
}

.tel-container {

    text-align: right;
    float: right;
    display: table;
}

.tel-description {

    display: table-cell;
    color: #000;
    vertical-align: middle;
    white-space: nowrap;
    font-family: 'Roboto', Areal, sans-serif;
    font-size: 14px;
}

.tel-description a {
    
    color: #000;
    text-decoration: none;
}
.main-slide {

}

.slide-cover, .hotel-cover {

    position: relative;
    height: 80vh;
    background-image: -webkit-linear-gradient(top, #ccc, #777);
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    text-align: center;
    vertical-align: middle;
}

.img-cover {
    
    height: 80vh;
    background-image: url(../images/background.jpg);
    width: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.cover-filter {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80vh;
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0.30), rgba(0,0,0,0.30));
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.30), rgba(0,0,0,0.30));
    background-image: -o-linear-gradient(top, rgba(0,0,0,0.30), rgba(0,0,0,0.30));
    background-image: -ms-linear-gradient(top, rgba(0,0,0,0.30), rgba(0,0,0,0.30));
    background-image: linear-gradient(top, rgba(0,0,0,0.30), rgba(0,0,0,0.30));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#b2000000', endColorstr='#b2000000');
}
.page-container {

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 1200px;
    margin: 0 auto;
}
.block_width {
    margin: 0 auto;
    max-width: 960px;
}
.block_middle {

    display: table-cell;
    width: 1200px;
    height: 80vh;
    vertical-align: middle;
}
.title_desktop {
    position: absolute;
    color: #fff;
    top: 80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2.5;
    font-family: 'Roboto', Areal;
}

.main-text {

    margin-bottom: 80px;
    font-size: 60px;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;

}

.block-between {
    padding-top: 60px;
    padding-bottom: 60px;
}
/*   форма   */

.form_box {

    display: table;
    padding: 20px 25px;
  -webkit-transition: max-height 0.3s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3s linear;
  transition: max-height 0.3s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3s linear;
}
.block-top_plagin {

}
.search-container {

    position: absolute;
    bottom: -97px;
    left: 0;
    right: 0;
    margin: auto;

    max-width: 1140px;
}

.bottom_corp-text {
    width: calc(60% - 25px);

    font-size: 20px;
    text-align: left;
    color: #fff;
    line-height: 20px;
    font-family: 'Roboto';
}

.bottom_corp-button {
    
    outline: none;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 24%;
    border: 0;
    font-size: 16px;
    height: 56px;
    line-height: 18px;
    padding: 9px 10px;
    background-color: #fff;
    border-radius: 2px;
    color: #000;
    box-sizing: border-box;
    box-shadow: inset 0 -5px 0 rgba(132,132,132,1);
  /*  background: linear-gradient(-80deg, #fff 74%, #fff 74%, #e0e0e0 26%, #e0e0e0 26%);*/
    transition: 0.1s linear;
}
.bottom_corp-button:hover {
    background-color: #ebebeb;
}
.bottom_corp-button:hover img {
    fill: #fff;
    stroke: #fff;
}
.bottom_corp-button b {

    font-size: 18px;
}
.main-bottom_corp {
    
    display: flex;
    flex-direction: row;
   /* justify-content: space-evenly;*/
    align-items: center;
    padding: 20px 25px;
    background-color: #3d324f;

}
.bottom_corp-img {

    height: 31px;
    margin-right: 20px;
}

.btn-corp_text {
    display: inline-block;
    vertical-align: middle;
}
.search-tab-tour {
    display: none;
}

.page-search-content {
    
    border-radius: 0 0 2px 2px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .1);

}
.main-form-content {

    max-width: 1140px;


    font-size: 0;
    line-height: 0;
    letter-spacing: 0;

    z-index: 5;
}

.main-form_search { 

    position: relative;

    display: table-cell;
    vertical-align: middle;
    width: 22%;

    margin-right: 2.7%;

    box-sizing: border-box;
    text-align: left;
    font-family: 'Arial';

    font-size: 12px;
    line-height: 32px;
    letter-spacing: normal;
}
.main-form_input {

    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 13%;

    margin-right: 2.7%;

    box-sizing: border-box;

    font-size: 18px;
    line-height: 54px;
    letter-spacing: normal;

    cursor: pointer;
}


.main-input_search {

    padding: 0 15px;

    width: 100%;

    font-size: 18px;
    line-height: 54px;

    outline: 0;

    border: 1px solid #C6C6C6;
    border-radius: 2px;
    box-sizing: border-box;
    background-color:#ffffff; 
    border-radius: 0px; 
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px;

    cursor: pointer;
}

.main-input_search:focus, .main-input_search:hover {
    border:#35a5e5 1px solid;
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    -webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    -moz-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}
.main-form_date::focus .main-input_date {
    
    border:1px solid #6dbbd8;
}

.main-form_date, .main-hotel_date {

    padding: 0 0 0 15px;
    display: inline-block;
    width: 49%;

    font-size: 18px;
    line-height: 54px;

    outline: 0;
    border-radius: 2px;
    border: 0;
    text-transform: lowercase;
    box-sizing: border-box;


    cursor: pointer;
}
#ui-datepicker-div .ui-datepicker-title {
    font-weight: 600;
}
.ui-datepicker .selected-start:not(.selected-end) a, .ui-datepicker .selected-end:not(.selected-start) a {
    background: rgba(90, 197, 252, .3)!important;
}

.ui-datepicker td .ui-state-active {
    background: #ebebeb;
}

.main-form_date:last-child {
    background-image: url('../images/datepick.png'); 
    background-position: 90% center;
    background-repeat: no-repeat;
    background-size: 16px;

}
.main-hotel_date:last-child {
    background-image: url('../images/datepick.png'); 
    background-position: 92% center;
    background-repeat: no-repeat;
    background-size: 16px;

}
.main-input_date {

    position: relative;
    display: flex;

    border: 1px solid #c6c6c6;
    border-radius: 2px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.date-line {

    position: absolute;
    height: 2px;
    background: #bdbdbd;
    width: 10px;
    left: 43%;
    top: 50%;
}
#main-hotel_date:after{
    content: '';
    position: absolute;
    height: 1.5px;
    background: #bdbdbd;
    width: 10px;
    left: 100%;
    margin-left: -5px;
    top: 50%;
    z-index: 2;
}
.main-form-content .ui-datepicker-append {

    display: block;
    position: absolute;
    top: 0;
    left: 85px;
    color: #000;
    font-weight: 300;
    font-family: 'Roboto';
    font-size: 18px;
    line-height: 58px;
    z-index: 3;
    cursor: pointer;
}

.booking__input-wrap {

    position: relative;
}


.main-form_people {

    position: relative;

    display: table-cell;

    vertical-align: middle;

    width: 12%;
    padding-right: 20px;
    text-align: left;
    font-family: 'Arial';
    box-sizing: border-box;
    font-size: 18px;
    line-height: 54px;
    letter-spacing: normal;

    cursor: pointer;
}
.main-form_people  .fa-genderless {
    font-size: 9px;
    margin: 0 5px;
}

.main-form_people .guests-age {

    width: calc(100% - 20px) !important;
}
.main-form_people .adults-number, .main-form_people .children-number, .main-form_people .age-container {
    margin: 10px 15px;
}
.main-form_people .adults-number p, .main-form_people  .children-number p, .main-form_people .value-input {
    font-size: 18px;
}
 .main-form_people .children-number .children-i {
    font-size: 12px;
 }
 .main-form_people .value-input {
    width: 30px;
 }
.main-form_people .minus-button {
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 20px;
    background: transparent;
    border: 1px solid #c6c6c6;
    color: #000;
    font-weight: 100;

}
.main-form_people .left-block {
    width: calc(100% - 78px);
}
.main-form_people .plus-minus {
    width: 78px;
}
 .main-form_people .plus-button {
      width: 24px;
    height: 24px;
    font-size: 20px;
    line-height: 22px;  
}
.main-form_people .active-plusminus {
    
    background: transparent;
    border: 1px solid #4dacff;
    color: #000;
    font-weight: 100;
}
.main-form_people .select-children {
    width: 78px;
    height: 30px;
    border-radius: 2px;
    font-size: 12px;
    padding: 0 0 0 10px;
}

.main-guests-block {
    
    display: flex;
    border: 1px solid #C6C6C6;
    border-radius: 2px;
    background: #fff;
    margin: 0;
    flex-direction: row;
    align-items: center;
}

.active_guest {

    border:1px solid #6dbbd8;
}
.corp-form_datein {

    display: block;

    height: 48px;

    font-size: 16px;
    line-height: 48px;

    background-position: 100% center;
}

.corp-form_dateout {

    display: block;
    height: 48px;

    font-size: 16px;
    line-height: 48px;

    background-position: 100% center;
}

.corp-form_input .ui-datepicker-append {

    font-size: 16px;
    line-height: 48px;

    left: 125px;
}

.corp-form_input .ui-datepicker-append {

    font-size: 16px;
    line-height: 48px;

    left: 125px;
}

.main-guests-block {

    padding: 0 15px;
}

.down-click {

    display: block;

    width: 15px;
    height: 15px;

    position: absolute;

    top: 20px;
    right: 30px;
}

.main-form_people p {

    margin-bottom: 0;
}

.input-block {

    height: 100%;
    width: 100%;
    padding-right: 20px;
    box-sizing: border-box;
}

.main-form_people .guests-age {

    display: none;

    width: 242px;

    position: absolute;

    top: 60px;
    left: 0;

    background: #fff;

    z-index: 7;

    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .1);
}

.adults-number {

    height: 30px;

    margin: 5px 10px;
    box-sizing: border-box;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.children-number {

    height: 40px;

    margin: 5px 10px;
    box-sizing: border-box;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.age-container {

    height: 40px;

    margin: 5px 10px;
    box-sizing: border-box; 
}

.adults-number p {

    font-size: 14px;
    line-height: 30px;

    margin-bottom: 0;
}

.children-n {

    font-size: 14px;
    line-height: 20px;

    margin-bottom: 0;
}

.children-i {

    color: #BDBDBD;

    font-size: 8px;
    line-height: 10px;
}

/* Плюс-минус */

.plus-minus {

    width: 62px;

    float: right;

    font-size: 0;
    line-height: 0;
    line-height: 0;

    padding-top: 5px;
}

.left-block {

    width: calc(100% - 62px);

    float: left;

    margin-bottom: 0;
}

.minus-button {
    
    display: inline-block;
    vertical-align: middle;

    font-size: 20px;
    line-height: 20px;

    text-align: center;

    color: #fff;

    width: 20px;
    height: 20px;

    border-radius: 50%;

    background: #D3D3D3;

    cursor: pointer;
}

.value-input {

    display: inline-block;
    vertical-align: middle;

    font-size: 14px;
    line-height: 20px;

    text-align: center;

    color: #000;

    border: 0!important;
    outline: 0!important;

    width: 20px;
    height: 20px;
}

.plus-button {

    display: inline-block;
    vertical-align: middle;

    font-size: 16px;
    line-height: 20px;

    text-align: center;

    color: #fff;

    width: 20px;
    height: 20px;

    border-radius: 50%;

    background: #D3D3D3;

    cursor: pointer;
}

.active-plusminus {

    background: #1973E1;

    background-image: -webkit-linear-gradient(#4dacff, #3d9cf6, #2e8cec, #227be1, #1a6bd6);
    background-image: -o-linear-gradient(#4dacff, #3d9cf6, #2e8cec, #227be1, #1a6bd6);
    background-image: linear-gradient(#4dacff, #3d9cf6, #2e8cec, #227be1, #1a6bd6);
}

.minus-button,
.plus-button,
.value-input {

  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none; 
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.select-children {

    display: block;
    float: right;

    width: 50px;
    height: 26px;

    margin: 7px 0;

    cursor: pointer;
}

.children-age-info {

    display: none;
}

/* Плюс-минус */

/* Количество людей */



/* Количество людей */


.main-form_submit {

    display: table-cell;
    vertical-align: middle;

    width: 10%;
    box-sizing: border-box;
    letter-spacing: normal;
}

.button-submit {

    width: 100%;
    background: #F9BA17;
    border-radius: 2px;

    border: 0;
    outline: 0;

    color: #000;

    text-transform: uppercase;

    font-weight: bold;

    font-size: 18px;
    line-height:54px;
    background-image: -webkit-linear-gradient(#fde649, #fcd93a, #fbcb2c, #fabe1d, #f8b00b);
    background-image: -o-linear-gradient(#fde649, #fcd93a, #fbcb2c, #fabe1d, #f8b00b);
    background-image: linear-gradient(#fde649, #fcd93a, #fbcb2c, #fabe1d, #f8b00b);


}
.button-submit:hover.button-submit:focus {
    box-shadow: 0 0 5px rgba(132,132,132,0.35);
}
.hotel-list {
    display: none;
    position: absolute;
    z-index: 100;
    top: 60px;
    left: 0;
    width: calc(100% - (20px));
    margin: 0px;
    padding: 5px 20px;
    background: #fff;
    border: none;
    box-sizing: border-box;
    color: #000;
    border-radius: inherit;
    list-style: none;
    text-align: left;
    font-family: 'Arial';    
    max-height: 300px;
    overflow-y: scroll;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .1);
}
.hotel-list li {
    padding: 5px 0;
    overflow: hidden;
    color: #858585;
    cursor: pointer;
}
.hotel-list li:hover {
    color: #000;
}
.ui-datepicker {

    font-family: Roboto, Areal, sans-serf; 
    width: 300px;
    margin-top: 5px;
}
.ui-datepicker td {
    cursor: pointer;
}
.ui-datepicker-calendar {
    margin: 0 auto;
}

.page-search-tab {

    width: auto;
    height: 54px;
}
.search-container {

}
.search-tab.active {

    background: #fff;
    color: #000;
    cursor: pointer;
}

.search-tab {

    height: 54px;
    padding: 18px 70px;
    margin: 0 3px 0 0;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Roboto';
    background: #000;
}

.block-top-cl {
    
    padding-top: 60px;
}

.background_img {
    width: 50px;
    margin: 0 auto;
}

.nav-left {

    float: left;
    width: 100%;
    margin-right: 20px;
    margin-left: 20px;
}

.nav-right {

    float: left;
    text-align: left;
    width: 100%;
    margin-right: 20px;
    margin-left: 20px;
}
.block-description {


}

.block-images {

    max-width: 160px;
}
.tours-vid-block {
    max-width: 1100px;
    margin: 0 auto;
}
#hot-tours-data-view .tours{
    display: flex !important; 
    justify-content: space-between !important; 
    flex-direction: row !important; 
    flex-wrap: wrap !important;
}
.bokn-img {

    padding-bottom: 10px;
    padding-top: 4px;
    width: 100%;
}

.img-bottom-text {

    font-size: 15px;
    line-height: 20px;
    padding: 5px 0;
    text-align: left;
}

.text-contain {

    font-size: 20px;
    line-height: 1.55;
    font-family: 'Roboto', Areal, sans-serf;
    color: #000;
    font-weight: 100;
}
.container-title {
    text-align: center;
}

.main-h2 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 15px;
}

.main-text-title {

    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 10px;
}

.card-image-block {

    max-width: 560px;
}

.block-securite {
    box-sizing: content-box;
    max-width: 460px;
    padding-left: 100px;
}

.block-image-container {

    display: flex;
    font-size: 0;
}

.img-left {
    
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    width: 60%;
    padding-right: 10px;
}

.img-right {

    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    width: 40%;
    padding-left: 10px;

}

.images-card {
    
    background-image: url('../images/mastercard.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;    
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 15px 0px;
    padding-bottom: 135%;
}

.images-card-two {

    background-image: url('../images/money.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;    
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 15px 0px;
    padding-bottom: 135%;
}
.block-top_position {
    position: relative;
    margin-top: 40%;
}
.block-bottom_position {
    position: relative;
    margin-top: 20px;
    width: 100%;
    padding-bottom: 100%;
}
.images-card-third {
    
    position: absolute;
    right: 50%;
    width: 160%;
    background-image: url('../images/visa.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;    
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 15px 0px;
    padding-bottom: 100%;
}
.hotel-container {
    width: 100%;
}
.hotel-cover {
    height: 680px;
}

.hotel-img-cover {
    height: 680px;
    background-image: url(../images/cream-phot.jpg);
    width: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    vertical-align: middle;
    position: relative;
    background-attachment: fixed;
}

.hotel-cover-filter{
    
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 680px;
background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.70), rgba(255,255,255,0.70));
    background-image: -o-linear-gradient(top, rgba(255,255,255,0.70), rgba(255,255,255,0.70));
    background-image: -ms-linear-gradient(top, rgba(255,255,255,0.70), rgba(255,255,255,0.70));
    background-image: linear-gradient(top, rgba(255,255,255,0.70), rgba(255,255,255,0.70));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4cffffff', endColorstr='#4cffffff');
}

.hotel-cover .block_middle {
    height: 680px;
}

.main-h1 {
    font-size: 40px;
    margin-bottom: 40px;
    font-weight: 600;
}
.hotelcompany-img {
    display: inline-block;
    max-width: 160px;
    margin: 20px 18px;
}

.hotelcompany_block {
    margin-top: 25px;
}

.hotelcompany-img img {

    width: 160px;
}

.main-corp-text {
    text-align: center;
}
.main-corp-block {

    margin-top: 90px;
}

.corp-row-block {

    max-width: 360px;
}

.main-h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.corp-row-block p {
    font-size: 16px;
}
.img-conf-block {

    display: block;

    background: url('../images/paananen.jpg') center center no-repeat;
    background-size: cover;
    padding-bottom: 75%;
}

.img-corp-block {

    display: block;

    background: url('../images/warman.jpg') center center no-repeat;
    background-size: cover;
    padding-bottom: 75%;

}

.img-team-block {
    
    display: block;

    background: url('../images/plla.jpg') center center no-repeat;
    background-size: cover;
    padding-bottom: 75%;

}

.text-row-block {
    display: table;
}

.main-partner-block {
    margin-top: 30px;
    margin-bottom: 120px;
}
.main-partner-block img {
    height: auto;
    max-width: 160px;
}
.main-partner-block .partner-block{
    align-items: center;
    -webkit-box-align: center;
}

.main-form-container {
    height: 890px;
}
.form-cover {
    position: relative;
    height: 890px;
}

.form-img-cover {
    height: 890px;
    background-image: url(../images/untitl.jpg);
    width: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    vertical-align: middle;
    position: relative;
    background-attachment: fixed;
}

.form-cover-filter{
    
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 890px;
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0.20), rgba(0,0,0,0.20));
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.20), rgba(0,0,0,0.20));
    background-image: -o-linear-gradient(top, rgba(0,0,0,0.20), rgba(0,0,0,0.20));
    background-image: -ms-linear-gradient(top, rgba(0,0,0,0.20), rgba(0,0,0,0.20));
    background-image: linear-gradient(top, rgba(0,0,0,0.20), rgba(0,0,0,0.20));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#cc000000', endColorstr='#cc000000');
}

.form-cover .block_middle {
    height: 890px;
}

.mainwrapper-form {
    
    width: 100%;
}
.from-cont-block {
    background-color: #ffe100;
    padding: 60px 45px 70px;
}

.form-title-text {

    text-align: center;
    margin-bottom: 75px;
}

.corpmain-container {

    display: table;
}
.maincorp-input-block {

    display: table-cell;
    width: 33.33%;

}

.maincorp-btn-block {

    display: table-cell;
    height: 100%;
}

.maincorp-input-style {

    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-right: 20px; 
}

.row-input-style {

    height: 56px;
    font-size: 16px;
    line-height: 1.3;
    padding: 0;
    box-sizing: border-box;

    background: transparent;
    outline: none !important;
    border: none; 
    border-bottom: 1px solid #000;
}

.maincorp-submit {

    height: 56px;
    font-size: 16px;
    line-height: 1.3;
    padding: 0 40px;
    border: none;
    box-sizing: border-box;
    color: #fff;
    background: #000;
    outline: none !important;
}

.main-footer {

    background-color: #000;
    width: 100%;
}
.main-h1s {

    font-size: 62px;
    font-family: 'Georgia';
}
.form-title-text p{
    font-size: 30px;
    font-family: 'Georgia';
    padding-top: 20px;
}
.main-footer p,
.main-footer a {

    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 10px;
}
.footer-text {
    margin: 50px 0;
}
.corp-row-block:last-child {
    margin-right: 0;
}

#ui-datepicker-div {

    width: auto !important;
    border-radius: 4px;    
    box-shadow: 0 2px 16px rgba(0,0,0,0.15);
}
.ui-datepicker-calendar th {
    color: #bdbdbd !important;
    font-weight: normal !important;
    text-transform: lowercase;
}
.ui-datepicker-group-first, .ui-datepicker-group-last {
    display: inline-block;
    padding: 0 10px;
}
.ui-datepicker .selected-start:not(.selected-end) a,
.ui-datepicker .selected-end:not(.selected-start) a {
  background: #F3FDD5;
}
#ui-datepicker-div .ui-state-disabled .ui-icon-circle-triangle-w{
    display: none;
}

.ui-datepicker .selected.first-of-month:not(.selected-start) a {
  border-left: 2px dotted #D4E7F6;
  padding-left: 1px;
}

.ui-datepicker .selected.last-of-month:not(.selected-end) a {
  border-right: 2px dotted #D4E7F6;
  padding-right: 1px;
}


/* Блок для всплывающего календаря на мобильнике */

.calc_overlay {

    background: rgba(0, 0, 0, .5);
    z-index: 999999;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow: auto;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, .35);
}

.calc_overlay_white {

    display: none;

    background: rgb(255, 255, 255);
    z-index: 999999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow: auto;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, .35);

    min-height: 370px;
}

.calc_overlay_white .ui-datepicker-calendar {

    width: 100%;
}

.adults_and_children_calc {

    width: 100%;
    min-height: 200px;

    background: rgb(255, 255, 255);

    position: relative;
    margin: 0 auto 150px auto;

}

.calc-title {

    position: relative;

    background: #0763DA;
    color: #fff;
    text-align: center;
    font-family: 'Arial';
    font-size: 18px;
    line-height: 30px;

    padding: 10px 30px;

    box-sizing: border-box;

    font-weight: bold;
}

.calc-close {

    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
}

.calc-wrapp {

    padding: 15px 25px;
    box-sizing: border-box;
}

.guests-text {

    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #000;
}

.guests-child-text {
    
    font-size: 16px;
    line-height: 30px;
}

.guests-text-dop {

    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    color: #aaa;
}

.calc-pass {

    position: relative;
    margin-bottom: 30px;

    padding-right: 90px;
    box-sizing: border-box;
}

.calc-children {

    margin-bottom: 20px;
    min-height: 30px;
}

.guests-calc {

    position: absolute;
    top: 0;
    right: 0;

    font-size: 0;
    line-height: 0;
    letter-spacing: 0;

    width: 90px;
    height: 30px;
}

.calc-elem {

    display: inline-block;
    vertical-align: middle;

    font-size: 18px;
    line-height: 30px;
    letter-spacing: normal;

    cursor: pointer;
}

.calc-plus {

    width: 30px;
    height: 30px;
    border: 0;
    background: 0;
    text-align: center;

    font-size: 26px;
    line-height: 30px;
    letter-spacing: normal;

    background: #0763DA;
    border-radius: 50%;
    color: #fff;
}

.calc-minus {

    width: 30px;
    height: 30px;
    border: 0;
    background: 0;
    text-align: center;

    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: normal;

    background: #0763DA;
    border-radius: 50%;
    color: #fff;
}

.calc-value {

    width: 30px;
    height: 30px;
    border: 0;
    background: 0;
    text-align: center;
    font-weight: bold;
}

.calc-elem-empty {

    background: #ccc;
}

.onepxblackhr {

    display: block;
    margin-bottom: 10px;

    width: 100%;
    height: 1px;
    border: 0;
    outline: 0;
    color: #000;
    background-color: #000;
 }

.guests-calc-ready {

    width: 100%;
    font-size: 20px;
    line-height: 50px;
    color: #fff;
    background: #0763DA;
    text-align: center;
    outline: 0;
    border: 0;
}

.children-hidden-calc {

    position: relative;
}

.guests-select-children {

    width: 90px;
    height: 30px;

    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    color: #000;
}

.children-hidden-calc {

    display: none;
}


.calc-datepicker .ui-datepicker-calendar td a {

    border-radius: 0;
    padding: 0!important;
}

.calc-datepicker .ui-datepicker-title {
    
    text-align: center;
    font-weight: bold;
    line-height: 60px;
    font-size: 20px;
}

.calc-datepicker .ui-datepicker .ui-datepicker-header {

    position: relative;
}

.main-tour-filter {

    display: none;
    margin-top: 150px;
}

.tour-filter-block {

    display: flex;
    justify-content: start;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1140px;
    margin: 0 auto;
    padding: 14px 10px 0;
    font-family: 'Roboto Light', sans-serif;
    background-color: #fff;
    font-size: 12px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
}

.check-service {
    
    width: 16.6%;
    line-height: 16px;
    margin-bottom: 10px;
}
.serv_quantity {
    vertical-align: top;
}
.tour-filter-block label {
    position: relative;
    cursor: pointer;
}
.tour-filter-block input[type=checkbox] {
    display: none;
}
.tour-filter-block label:before {

    content: '';
    display: inline-block;
    top: 30%;
    left: 0;
    width: 16px;
    height: 16px;
    background-color: #FFF;
    border-radius: 3px;
    border: 1px solid #bababa;
    /*box-shadow: inset 1px 2px 3px 0px rgba(0,0,0,0.3), 0px 1px 0px 0px rgba(255,255,255,0.5);*/
}
.check-service-text {

    padding-left: 7px;
    vertical-align: top;
}
.tour-filter-block input[type=checkbox]:checked + label:before {
    content: '\f00c';
    font-family: FontAwesome;
    font-size: 12px;
    color: #000;
    text-align: center;
    line-height: 16px;
    box-shadow: inset 1px 1px 3px rgba(0,0,0,.2), 0px 1px 0px 0px rgba(255, 255, 255, .4);
}

.find-hotel-block {

    display: flex;
    justify-content: start;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1140px;
    margin: 0 auto;
    padding: 10px;
    font-family: 'Roboto Light', sans-serif;
    background-color: #fff;
    font-size: 14px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0,0,0,0.15);

}

.hotel-picture {
    float: left;
    margin-right: 10px;
    width: 295px;
    height: 205px;
    overflow: hidden;
    cursor: pointer;

}
.hotel-img {
    
    position: relative;
    width: 295px;
    height: 205px;
}
.hotel-info {

    float: left;
    width: 645px;
    border-right: 1px solid #d6d6d6;
}
.hotel-info .block-title-info {
    padding-bottom: 0;
}
.hotel-info .yellow-hr {
    margin-top: 0;
}
.hotel-info .block-title-desc {
    height: auto;
}
.service_icon-block {
    height: 25px;
    margin-top: 6px;
}
.service_icon {
    float: left;
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin-right: 10px;
}
.service_icon img {
     width: 25px;
    height: 25px;
}
.hotel-price {
    float: left;
}
.more-hotel-button {
    width: 128px;
    margin: 0 25px;
    font-family: 'Roboto';
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-image: -webkit-linear-gradient(#46a4fb, #3193f4, #1d83ec, #0b71e2, #0660d8);
    background-image: -o-linear-gradient(#46a4fb, #3193f4, #1d83ec, #0b71e2, #0660d8);
    background-image: linear-gradient(#46a4fb, #3193f4, #1d83ec, #0b71e2, #0660d8);
    border: 0;
    outline: 0;
}

.contact-map {
    width: 100%;
    height: 800px;
    background-color: rgb(229,227,223);
}
/*контакты*/
.main-contact {
    width: 100%;
}
.main-contact_block {
    position: relative;
    margin: auto;
}

.contact-card {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 1140px;
    z-index: 1;
}
.contact-card_block {
    max-width: 460px;
    position: absolute;
    padding: 60px;
    min-height: 300px;
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
}
/*контакты*/

@media  (min-width: 961px) and (max-width: 1200px) {
    
    .container {
        max-width: 960px;
    }

    .contact-card {
        max-width: 960px;
    }
    .nav-right {}
    .block-description{
        padding-left: 80px;
        max-width: 620px
    }
    .check-service {
        width: 20%;
    }
    .card-image-block {
        
        max-width: 380px;
    }
    .block-securite {
    
        max-width: 420px;
        padding-left: 80px;
    }
    .main-form_input .ui-datepicker-append {
        display: none;
    }
    .corp-row-block {
        max-width: 300px;
    }
    .nav-left {
        margin-right: 10px;
        margin-left: 10px;
    }

}
@media  (min-width: 961px) and (max-width: 1050px) {

    .main-form_search {
        width: 20%;
    }
    .main-form_input {
        width: 15%;
    }
.bottom_corp-text {
    width: calc(60% - 40px);}
    .bottom_corp-button {
        width: 27%;
    }

}

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

    .block-top_plagin {

        margin-top: 50px;
    }
}


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

    .ui-datepicker-append {
        display: block;
    }
    .contact-card {
        max-width: 640px;
    }
    .nav-left, .nav-right {
        margin-right: 10px;
        margin-left: 10px;
    }
    .container {
        max-width: 640px;
    }
    .check-service {
        width: 25%;
    }
    .main-form-content {
        max-width: 640px;
    }
    .form_box {
        display: block;
        padding: 0 15px;
    }
    .title_desktop {
        display: none;
    }
    .search-container {
        max-width: 540px;
        top: 200px;
    }

    .main-form_input, .main-form_search, .main-form_submit {
        
        display: flex;
        width: 100%;
        margin-bottom: 25px;
    }

    .main-form_people p {
        padding-left: 0;
        padding-right: 30px;
    }
    .main-input_search, .button-submit {

        border-radius: 2px;
    }
    .main-form_date:first-child {
        background-image: url(../images/datepick.png);
        background-position: 90% center;
        background-repeat: no-repeat;
        background-size: 16px;
    }
    .main-hotel_date:first-child {
        background-image: url(../images/datepick.png);
        background-position: 90% center;
        background-repeat: no-repeat;
        background-size: 16px;
    }
    .hotel-list {
        top: 105px;
        font-size: 18px;
    }

    .main-text {

        position: absolute;
        top: 40px;
        left: 0;
        right: 0;
        margin: 0 auto;
        font-size: 28px;
    }
    .main-input_search, .main-form_date, .main-form_submit, .main-hotel_date {
        line-height: 68px;
    }

    .button-submit {

        line-height: 70px;    
    }
     .main-guests-block {
        line-height: 67px;
     }

    .main-form_search {

        padding-top: 30px;
    }
    .corpmain-form {
        width: 100%;
    }
    .block-between {
        padding-top: 10px;
    }
    .corpmain-container {
        display: block;
    }
    .maincorp-input-block {
        display: block;
    }
    .row-input-style {
        width: 100%;
    }
    .maincorp-btn-block {
        display: block;
        padding-top: 25px;
    }
    .block_middle {
        height: 30vh;
        padding: 0 20px;
    }
    .maincorp-input-block {

        width: 100%;
    }
    .main-form_input:last-child {

        margin-right: 0;
    }
    .block-description {
        padding: 0;
    }
    .block-securite {
        max-width: 100%;
        padding: 0;
    }
    .main-form_people {

        display: flex;
        width: 100%;
        margin-bottom: 20px;
    }

    .main-guests-block, .guests-age {
        width: 100%;
    }
    .hotel-list {
    width: 100%;}

    .main-corp-block {
        display: table;
        vertical-align: middle;
        margin: 0 auto;
    }

    .corp-row-block {
        display: table;
        text-align: left;
        width: 100%;
        max-width: 100%;
        float: none;
        margin-bottom: 30px;

    }
    .page-search-tab {
        display: flex;
        flex-direction: row;
        justify-content: left;
        align-items: baseline;

    }

    .search-tab {
        width: 50%;
    padding: 18px 0 0 0;
    }
    .search-tab:last-child{
        margin-right: 0;
    }
    .text-row-block {
        display: table-cell;
        width: 50%;
        vertical-align: top;
        padding-left: 15px;

    }
    .main-h3 {

        margin-top: 0;
    }

    .bottom_corp-text {
        display: none;
    }

    .btn-corp_text br {

        display: none;
    }

    .main-bottom_corp {

        border-radius: 0 0 2px 2px;
        padding: 20px 15px;
    }

    .bottom_corp-button {

        display: flex;
        justify-content: space-around;
        height: auto;
        width: 100%;
        line-height: 46px;
        box-shadow: 0 5px 0 rgba(132,132,132,1);
       /* background: linear-gradient(-70deg, #fff 78%, #fff 78%, #e0e0e0 22%, #e0e0e0 22%);*/

    }
    .input-block, .main-form_people {
        padding-right: 0;
    }
    .down-click {
        display: none;
    }
    .main-guests-block {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: baseline;
    }
    .date-line {
        display: none;
    }

    .main-input_date {
        border: 0;    
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: baseline;
    }

    .main-form_date, .main-hotel_date {

        width: 48%;
        border: 1px solid #c6c6c6;
    }
    .main-form_date:first-child {
        margin-right: 4%;
    }
    .main-hotel_date:first-child {
        margin-right: 4%;
    }
    .bottom_corp-img {
        height: 41px;
    }
    .footer-text {
        padding-left: 20px;
    }
}

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

.slide-cover {

    height: 60vh;
}

.img-cover {

    height: 60vh;
}

.cover-filter {

    height: 60vh;   
}

}


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


.slide-cover {

    height: 30vh;
}

.img-cover {

    height: 30vh;
}

.cover-filter {

    height: 30vh;   
}





    .main-form_people .guests-age {
        top: 70px;
        width: 100% !important;
    }
    .main-form_people .children-n {
        font-size: 18px;
        line-height: 30px;
    }
    .main-form_people .adults-number p {
        line-height: 30px;
    }
    .main-form_people .plus-minus {
        padding-top: 0;
    }
}
@media screen and (max-width: 700px) {

    .main-h1s {
        font-size: 30px;}
    .nav-left, .nav-right {
        margin-right: 0;
        margin-left: 0;
    }

    .check-service {
        width: 33.3%;
    }
    .block-description, .block-images {
       /* padding: 0 20px;*/
    }
    .container {
       max-width: 540px;
    }
}

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

    .input-block, .main-form_people {
        padding-right: 0;
    }
    .bokn-logo {
        max-width: 100px;
    }
    .main-text {
        font-size: 30px;
    }
    .search-container {
        max-width: 450px;
    }
    .container {
       max-width: 450px;
    }
    #calc-datepicker-12, #calc-datepicker-22 {
        display: flex;
        justify-content: center;
    }
    .tour-filter-block {
        font-size: 16px;
    }
    .check-service {
        line-height: 1.4;
    }
    .contact-card_block {
        max-width: 100%;
    }
    .tour-filter-block label:before {
        width: 20px;
        height: 20px;
    }
    .tour-filter-block input[type=checkbox]:checked + label:before {
        font-size: 14px;
        line-height: 20px;
    }

    .contact-card {
        max-width: 100%;
    }
}
.tel-description_mob {
    display: none;
}
@media screen and (max-width: 480px) { 

    .container {
        padding: 0 10px;
        max-width: 100%;
    }

    .main-form-container {
        overflow: hidden;
    }
    
    .main-slide .search-container {
        padding: 0 10px;
    }
    .main-slide, .img-cover, .cover-filter, .slide-cover {
        height: 30vh;
    }
    .main-h1s {
        font-size: 24px;
    }
    .form-title-text p {
        font-size: 20px;
        padding-top: 10px;
    }

    .bottom_corp-button {
        padding: 10px 18px;
    }

    .bottom_corp-img {
        height: 41px;
        margin-right: 30px;
    }
    .text-row-block {
        display: block;
        width: auto;
        padding: 10px 20px;
    }
    .block-images {padding: 0 20px;}
    .main-h2 {
        text-align: center;
        font-size: 28px;
    }
    .text-contain {
        padding: 0 20px;
        font-size: 18px;
    }
    .tel-description {
        display: none;
    }
    .tel-description_mob {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    font-family: 'Roboto', Areal, sans-serif;
    font-size: 14px;
    color: #000;
    }
}

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

    .bottom_corp-img {

        margin-right: 15px;
    }
    
    .btn-corp_text {
        font-size: 14px;
    }

    .btn-corp_text b {
        font-size: 16px;
    }
     .bottom_corp-button {

        display: flex;
        justify-content: space-around;

        width: 100%;
        line-height: 46px;
        box-shadow: 0 5px 0 rgba(132,132,132,1);

    }
    .form-title-text {
        margin-bottom: 40px;
    }
    .hotelcompany-img img {
        max-width: 100px;
    }
 }

 @media screen and (max-width: 394px) {
    
    .btn-corp_text {
        line-height: 20px;
    }
    .bottom_corp-img {

        margin-right: 30px;
    }
    .btn-corp_text br {
        display: block;
    }
 }


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

.slide-cover {

    height: 30vh;
}

.img-cover {

    height: 30vh;
}

.cover-filter {

    height: 30vh;   
}
}