.slider-wrapper .slick-dots{
    bottom: 5%;
}

.slider-wrapper .slick-dots li{
    margin: 0 5px;
    width: 20px;
    height: 20px;
    padding: 4px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.slider-wrapper .slick-dots li.slick-active{
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.slider-wrapper .slick-dots li.slick-active button{
    width: 20px;
    height: 20px;
    padding: 0;
}

.slider-wrapper .slick-dots li button{
    width: 12px;
    height: 12px;
    padding: 0;
    background-color: #fff;
}

.slider-wrapper .slick-dots li button::before{
    width: 12px;
    height: 12px;
    padding: 0;
    background-color: #fff;
    opacity: 0;
    color: #fff;
}

section{
    overflow: unset;
}

.menu-toggle-class{
    margin-right: 0;
}

footer{
    padding-top: 15px;
    border-top: 1px solid #eee;
    height: 100px;
    background-color: #fff;
}

.main-tours-left{
    padding-left: 0;
}

.main-tours-right{

}

.tours-slider{
    height: 400px;
}

.tours-slider-item{
    position: relative;
    overflow: hidden;
    height: 420px;
    background-color: #eee;
}

.tours-slider-item-image{
    height: 220px;
    width: 100%;
    z-index: 1;
}

.tours-slider-item-content{
    padding: 15px 15px 25px 15px;
}

.tours-slider-item-title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.tours-slider-item-text{
    overflow: hidden;
    margin-bottom: 30px;
    max-height: 73px;
}

.tours-slider-item-link{
    padding: 10px 15px;
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
}

.tours-slider-item-link:hover{
    background-color: transparent;
    color: #000;
}

.slider-wrapper .slick-dots{
    bottom: 5%;
}

.tours-slider .slick-dots li{
    margin: 0 3px;
    width: 16px;
    height: 16px;
    padding: 4px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.tours-slider .slick-dots li.slick-active{
    width: 16px;
    height: 16px;
    padding: 0;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.tours-slider .slick-dots li.slick-active button{
    width: 16px;
    height: 16px;
    padding: 0;
}

.tours-slider .slick-dots li button{
    width: 8px;
    height: 8px;
    padding: 0;
    background-color: #fff;
}

.tours-slider .slick-dots li button::before{
    width: 8px;
    height: 8px;
    padding: 0;
    background-color: #fff;
    opacity: 0;
    color: #fff;
}

.drivers-slider{

}

.drivers-slider-item{
    text-align: center;
    padding: 15px 15px 35px 15px;
    margin: 15px 35px;
    background-color: #eee;
    border-radius: 5px;
    height: auto;
}

.drivers-slider-item-image{
    margin-bottom: 15px;
}

.drivers-slider-item-img{
    margin: 10px auto;
    width: 100%;
    max-height: 240px;
    border-radius: 50%;
}

.drivers-slider-item-name{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
    height: 42px;
    max-height: 42px;
    overflow: hidden;
    padding: 0 15px;
}

.drivers-slider-item-car{
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 25px;
}

.drivers-slider-item-mark{
    margin-bottom: 25px;
}

.drivers-slider-item-mark i{
    color: #fa0;
}

.drivers-slider-item-link{
    padding: 10px 15px;
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
}

.drivers-slider-item-link:hover{
    background-color: transparent;
    color: #000;
}

.house-item-slider{
    overflow: hidden;
    height: 100%;
}

.house-item-slider .slick-list{
    height: 100%;
}

.house-item-slider .slick-track{
    height: 100%;
}

.house-item-slider .slick-dots{
    bottom: 5%;
}

.house-item-slider .slick-dots li{
    margin: 0 3px;
    width: 10px;
    height: 10px;
    padding: 2px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.house-item-slider .slick-dots li.slick-active{
    width: 10px;
    height: 10px;
    padding: 0;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.house-item-slider .slick-dots li.slick-active button{
    width: 10px;
    height: 10px;
    padding: 0;
}

.house-item-slider .slick-dots li button{
    width: 6px;
    height: 6px;
    padding: 0;
    background-color: #fff;
}

.house-item-slider .slick-dots li button::before{
    width: 6px;
    height: 6px;
    padding: 0;
    background-color: #fff;
    opacity: 0;
    color: #fff;
}

.house-item-slider-item{
    height: 100%;
    position: relative;
    overflow: hidden;
}

.house-item-slider-item-img{
    height: 100%;
    width: auto;
    position: absolute;
    left: 0;
    top: 0;
}

#houses-main-div .loading{
    width: 100%;
    height: 100px;
    text-align: center;
    font-size: 60px;
    padding-top: 25px;
}

/************************************ HOUSES FILTERS ***********************************/

.filter {
    width: 100%;
    height: auto;
    background-color: #fff;
    border-bottom: 1px solid  rgb(230,230,230);
    position: fixed;
    top: 60px;
    padding: 6px 20px;
    z-index: 15;
}

.filter .size2 {
    padding: 0 10px;
    height: 40px;
}

.filter-div{
    height: 40px;
    display: inline-block;
    position: relative;
    margin-right: 7px;
}

.filter-item {
    padding: 8px 10px;
    float: left;
    background-color: white;
    margin: 3px 0px;
    border: 1px solid rgb(230,230,230);
    border-radius: 5px;
    font-size: 14px;
    position: relative;
    touch-action: none;
}

.filter-item:hover {
    border: 1px solid rgb(55,58,81);
    cursor: pointer;
}

.filter-item.active{
    border: 1px solid #36394F;
    background-color: #36394F;
    color: #fff;
}

.filter-inner{
    display: none;
    position: absolute;
    top: 46px;
    left: 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0px 0px 3px 1px #ccc;
    padding: 25px;
    z-index: 15;
    background-color: #fff;
}

#filter-price-inner{
    width: 320px;
}

#filter-guests-count-inner{
    width: 380px;
}

#filter-date-input{
    display: block;
    margin-bottom: 300px;
    width: 100%;
}

.filter-inner-text{
    font-size: 14px;
    margin-bottom: 25px;
}

#filter-guests-count-inner .filter-inner-text{
    height: 30px;
    padding: 6px 0;
    position: relative;
}

.filter-minus, .filter-plus{
    position: absolute;
    top: 2px;
    padding: 4px 6px;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #36394F;
    color: #36394F;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.filter-minus{
    right: 80px;
}

.filter-plus{
    right: 0;
}

.filter-minus:hover, .filter-plus:hover{
    cursor: pointer;
}

.filter-minus.disabled, .filter-plus.disabled{
    color: #999;
    border-color: #999;
}

.filter-minus.disabled:hover, .filter-plus.disabled:hover{
    cursor: default;
}

.filter-guests{
    position: absolute;
    top: 5px;
    right: 25px;
    width: 25px;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    margin: 0 15px;
}

.filter-button-confirm{
    display: inline-block;
    color: #36394F;
    float: right;
    font-size: 14px;
    font-weight: bold;
}

.filter-button-confirm:hover{
    text-decoration: underline;
    cursor: pointer;
}

.filter-button-clear{
    display: inline-block;
    color: #000;
    float: left;
    font-size: 14px;
    font-weight: bold;
}

.filter-button-clear:hover{
    text-decoration: underline;
    cursor: pointer;
}

.filter-button-close{
    display: none;
}

.size2 .cover{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .9);
    left: 0;
    top: 0;
}

#filter-price-slider-range{
    margin-bottom: 20px;
}

#date{
    margin-bottom: 25px;
}

.datepicker{
    border: none;
}

/***************************************************************************************/

/************************************* HOUSE PAGE **************************************/

.guest-house-gallery-slider{
    margin-top: 60px;
    width: 100%;
    height: 300px;
}

.guest-house-gallery-slider-item{
    height: 300px;
    overflow: hidden;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.guest-house-gallery-slider-item-image{
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
}

/***************************************************************************************/

/******************************* DRIVERS PAGE ******************************************/

.main-of-page{
    margin-top: 100px;
}

.drivers-advantages{

}

.drivers-advantages-title{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}

.drivers-advantages-item{
    padding-top: 15px;
    padding-bottom: 15px;
}

.drivers-advantage-item-icon{
    text-align: center;
    font-size: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.drivers-advantages-item-text{
    text-align: center;
    font-size: 14px;
}

.big-title{
    font-size: 30px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: bold;
}

.drivers-choose-direction{
    margin-top: 10px;
    margin-bottom: 10px;
}

.drivers-choose-direction.can-delete{

}

.choose-direction{
    border: 3px solid #fff;
    padding: 25px 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 6px 3px #ccc;
    -moz-box-shadow: 0 0 6px 3px #ccc;
    box-shadow: 0 0 6px 3px #ccc;
}

.choose-direction:hover{
    -webkit-box-shadow: 0 0 6px 3px #888;
    -moz-box-shadow: 0 0 6px 3px #888;
    box-shadow: 0 0 6px 3px #888;
    cursor: pointer;
}

.choose-direction.active{
    border-color: #36394F;
    background-color: #c8cad7;
}

.drivers-choose-direction-from{
    margin-right: -10px;
}

.drivers-choose-direction-to{
    margin-left: -10px;
}

.drivers-choose-direction.can-delete .drivers-choose-direction-to{
    margin-right: -10px;
}

.choose-direction-delete{
    border: 3px solid #fff;
    padding: 20px 5px;
    background-color: #fff;
    margin-left: -10px;
    font-size: 30px;
    text-align: center;
    line-height: 1;
    box-shadow: 0 0 6px 3px #ccc;
}

.choose-direction-delete:hover{
    -webkit-box-shadow: 0 0 6px 3px #888;
    -moz-box-shadow: 0 0 6px 3px #888;
    box-shadow: 0 0 6px 3px #888;
    cursor: pointer;
}

.add-direction-button{
    border: 3px solid #fff;
    padding: 25px 15px;
    background-color: #fff;
    text-align: center;
    margin-bottom: 10px;
    box-shadow: 0 0 6px 3px #ccc;
}

.add-direction-button:hover{
    -webkit-box-shadow: 0 0 6px 3px #888;
    -moz-box-shadow: 0 0 6px 3px #888;
    box-shadow: 0 0 6px 3px #888;
    cursor: pointer;
}

.choose-trip-date{
    border: 3px solid #fff;
    padding: 25px 15px;
    background-color: #fff;
    box-shadow: 0 0 6px 3px #ccc;
}

.choose-trip-date.active{
    border-color: #36394F;
    background-color: #c8cad7;
}

.choose-trip-date:hover{
    -webkit-box-shadow: 0 0 6px 3px #888;
    -moz-box-shadow: 0 0 6px 3px #888;
    box-shadow: 0 0 6px 3px #888;
    cursor: pointer;
}

.trip-length-and-duration{
    margin-top: 30px;
    margin-bottom: 50px;
}

.route-length, .trip-duration-hours, .trip-duration-minutes{
    font-weight: bold;
}

.drivers-filter{

}

.drivers-filter-item{
    margin-bottom: 10px;
}

.drivers-filter-select{
    border: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 5px 0;
    color: #36394F;
    background-color: #fff;
    font-weight: bold;
}

.drivers-filter-select::-ms-expand{
    display: none;
}

@-moz-document url-prefix(){
    .drivers-filter-select{
        width: 110%;
        background-position: right 30px center !important;
        border: none !important;
    }
}

.drivers-filter-select:hover{
    outline: none;
    cursor: pointer;
}

.drivers-filter-select:focus{
    outline: none;
}

.drivers-list{
    padding-top: 25px;
    padding-bottom: 25px;
}

.drivers-list .loading{
    width: 100%;
    height: 100px;
    text-align: center;
    font-size: 60px;
    padding-top: 25px;
}

.drivers-list-item{
    background-color: #eee;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.drivers-list-item-header{
    margin-bottom: 5px;
}

.driver-image{
    width: 60px;
    height: 60px;
    margin-right: 15px;
    float: left;
    border-radius: 50%;
}

.driver-header-main-info{
    position: relative;
}

.driver-name{
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
}

.driver-ratings{
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
}

.driver-ratings-star{
    color: #FFC107;
}

.driver-car-type{
    position: absolute;
    right: 0;
    top: 5px;
    text-align: center;
}

.driver-car-type-img{
    width: 60px;
}

.driver-car-type-name{
    text-align: center;
    font-size: 14px;
}

.drivers-list-item-main{

}

.driver-languages{
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 14px;
}

.driver-language{
    font-weight: bold;
}

.driver-car-image{
    height: 250px;
    overflow: hidden;
    margin-bottom: 15px;
}

.driver-car-img{
    width: 100%;
    height: 100%;
}

.driver-other-info{

}

.driver-car-name{
    font-weight: bold;
    margin-bottom: 5px;
}

.driver-car-fuel-type{
    margin-bottom: 5px;
}

.driver-car-number-of-seats{
    margin-bottom: 5px;
}

.driver-rent-price{
    font-weight: bold;
    color: #36394F;
    margin-bottom: 5px;
}

.driver-rent-price-desc{
    font-weight: bold;
    color: #36394F;
    margin-bottom: 5px;
}

.driver-other-comment{
    font-size: 14px;
    margin-bottom: 5px;
}

.driver-book{

}

.driver-book-button{
    display: inline-block;
    padding: 10px 20px;
    background-color: #36394F;
    color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius:8px ;
    border-radius: 8px;
}

.driver-book-button:hover{
    cursor: pointer;
}

#all-places{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 25;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .9);
}

.all-places{
    width: 330px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    height: 100%;
}

.all-places-header{
    padding: 15px;
    position: relative;
}

.all-places-header-title{
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
}

.all-places-close{
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 20px;
}

.all-places-search{

}

#all-places-input{
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    border: none;
    border-bottom: 1px solid #eee;
    margin-top: 5px;
    margin-bottom: 5px;
}

.all-places-main{
    height: calc(100% - 104px);
    padding-bottom: 15px;
    overflow-y: scroll;
}

.all-places-item{
    padding: 15px;
}

.all-places-item:hover{
    background-color: #eee;
    cursor: pointer;
}

.all-places-item:nth-last-child(1){

}

.driver-page-main{

}

.driver-page-main-info{

}

.driver-page-main-info-image{
    float: left;
    margin-right: 30px;
}

.driver-page-main-info-img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

.driver-page-main-info-name{
    font-size: 30px;
    font-weight: bold;
    margin-top: 40px;
}

.driver-page-main-info-rating{
    margin-top: 10px;
    font-size: 20px;
}

.driver-page-main-info-rating-star{
    color: #ffc107;
}

.driver-page-main-info-languages{
    margin-top: 40px;
}

.driver-page-main-info-language{
    font-weight: bold;
}

.driver-page-car-info{
    text-align: center;
}

.driver-page-car-info span{
    font-weight: bold;
}

.driver-page-car-info-image{

}

.driver-page-car-info-img{
    max-width: 100%;
}

.driver-page-car-info-main{

}

.driver-page-car-info-name{
    font-size: 26px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 30px;
}

.driver-page-car-info-car-type{
    margin-bottom: 15px;
}

.driver-page-car-info-fuel-type{
    margin-bottom: 15px;
}

.driver-page-car-info-number-of-seats{
    margin-bottom: 15px;
}

.driver-page-price-list{
    font-size: 14px;
}

.driver-page-price-list span{
    font-weight: bold;
    font-size: 18px;
}

.driver-page-price-list-title{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}

.driver-page-price-list-item{
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #f5f5f5;
    text-align: center;

}

.driver-page-price-list-item-from{

}

.driver-page-price-list-item-to{

}

.driver-page-price-list-item-price{

}

.driver-page-book{

}

.driver-page-book-title{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}

.driver-page-book-calendar{

}

.driver-page-book-calendar-title{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

.driver-page-book-calendar-datepicker .datepicker{
    margin: 0 auto;
    width: 100%;
    font-size: 18px;
}

.driver-page-book-calendar-datepicker .datepicker--cell{
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 40px;
}

.driver-page-book-contacts{

}

.driver-page-book-contacts-title{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

.driver-page-book-contacts-input-group{
    background-color: #f0f0f0;
    padding: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.driver-page-book-contacts-input-group.no-padding{
    padding: 0;
}

.driver-page-book-contacts-select{
    width: 100%;
    background-color: transparent;
    border: none;
    padding: 15px;
}

.driver-page-book-contacts-select:focus{
    outline: none;
}

.driver-page-book-contacts-input{
    border: none;
    background-color: transparent;
    width: 100%;
}

.driver-page-book-contacts-input:focus{
    outline: none;
}

.driver-page-book-contacts-textarea{
    width: 100%;
    height: 100px;
    resize: none;
    background-color: transparent;
    border: none;
}

.driver-page-book-contacts-textarea:focus{
    outline: none;
}

.driver-page-book-contacts-book{
    text-align: center;
}

.driver-page-book-contacts-book-button{
    display: inline-block;
    padding: 15px 25px;
    background-color: #36394F;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 15px;
}

.driver-page-book-contacts-book-button:hover{
    cursor: pointer;
}

.driver-page-reviews{

}

.driver-page-reviews-item{
    padding: 15px;
    background-color: #f0f0f0;
    margin-top: 5px;
    margin-bottom: 5px;
}

.driver-page-reviews-item-header{
    position: relative;
}

.driver-page-reviews-item-name{
    font-size: 20px;
    font-weight: bold;
    padding: 15px 0;
}

.driver-page-reviews-item-rating{
    position: absolute;
    right: 0;
    top: -4px;
    font-size: 14px;
    line-height: 1;
}

.driver-page-reviews-item-star{
    color: #ffc107;
}

.driver-page-reviews-item-date{
    position: absolute;
    right: 0;
    top: 16px;
    padding-left: 5px;
    background-color: #f0f0f0;
}

.driver-page-reviews-item-text{

}

.driver-page-line{
    height: 1px;
    background-color: #eee;
    margin-top: 30px;
    margin-bottom: 30px;
}

/***************************************************************************************/

.tours-page-title{

}

.tours-page-item{
    margin-top: 15px;
    margin-bottom: 15px;
}

.tours-page-item-image{
    height: 300px;
    overflow: hidden;
    position: relative;
}

.tours-page-item-img{
    width: 100%;
    height: 100%;
}

.tours-page-item-name{
    position: absolute;
    left: 0;
    bottom: 20px;
    padding: 15px;
    background-color: rgba(255, 255, 255, .85);
    font-size: 14px;
    font-weight: bold;
    max-width: 80%;
}

.tours-page-item-desc{
    height: 100px;
    width: 100%;
    padding: 15px;
    background-color: #f0f0f0;
}

.tours-page-item-desc p{
    margin-top: 0;
    margin-bottom: 0;
    height: 64px;
    padding: 3px 0;
    overflow: hidden;
}

.tour-page-title{

}

.tour-page-info{
    margin-top: 25px;
}

.tour-page-info-image{

}

.tour-page-info-img{
    width: 100%;
}

.tour-page-info-text{

}

.tour-page-info-title{
    font-weight: bold;
}

.tour-page-info-paragraph{

}

.tour-page-info-paragraph-25{
    margin-top: 25px;
}

.guide-filter{
    margin-top: 50px;
}

.guides-filter-item{
    margin-bottom: 10px;
}

.guides-filter-item.date{

}

.guides-filter-select{
    border: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 5px 0;
    color: #36394F;
    background-color: #fff;
    font-weight: bold;
}

.guides-filter-select::-ms-expand{
    display: none;
}

@-moz-document url-prefix(){
    .guides-filter-select{
        width: 110%;
        background-position: right 30px center !important;
        border: none !important;
    }
}

.guides-filter-select:hover{
    outline: none;
    cursor: pointer;
}

.guides-filter-select:focus{
    outline: none;
}

#tour-date{
    /*padding: 15px;*/
    /*width: 130px;*/
    border: none;
    font-weight: bold;
    color: #36394F;
}

#tour-date:hover{
    cursor: pointer;
}

.tour-page-guides{
    font-size: 16px;
}

.tour-page-guides .loading{
    width: 100%;
    height: 100px;
    text-align: center;
    font-size: 60px;
    padding-top: 25px;
}

.tour-page-guides-item{
    background-color: #f0f0f0;
    border-radius: 5px;
    text-align: center;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.tour-page-guide-img{
    width: 200px;
    height: 200px;
    max-width: 200px;
    max-height: 200px;
    border-radius: 50%;
}

.tour-page-guide-name{
    font-weight: bold;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 40px;
}

.tour-page-guide-languages{
    margin-bottom: 10px;
    height: 72px;
}

.tour-page-guide-languages span{
    font-weight: bold;
}

.tour-page-guide-price{
    margin-bottom: 10px;
}

.tour-page-guide-price span{
    font-weight: bold;
}

.tour-page-guide-rating{
    margin-bottom: 15px;
}

.tour-page-guide-star{
    color: #ffc107;
}

.tour-page-guide-book{
    text-align: center;
}

.tour-page-guide-book-button{
    display: inline-block;
    padding: 10px 15px;
    background-color: #36394F;
    color: #fff;
    border-radius: 5px;
}

.tour-page-guide-book-button:hover{
    cursor: pointer;
}

#modals{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .9);
    width: 100%;
    height: 100%;
    z-index: 25;
}

.booking-modal{
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #fff;
    width: 700px;
    /*height: 100px;*/
    margin: -236px 0 0 -350px;
    padding: 15px 0;
}

.modal-close{
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 30px;
    font-weight: bold;
}

.modal-close:hover{
    cursor: pointer;
}

.login-page-label, .register-page-label{
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.enter-uncorrect, .register-uncorrect{
    text-align: center;
    margin-bottom: 10px;
    color: #ff0000;
    display: none;
}

.pc-title{
    margin-top: 100px;
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: bold;
}

.pc-mid-title{
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}

.pc-desc{
    font-size: 16px;
    margin-bottom: 10px;
}

.pc-input-group{
    margin: 0 0 20px;
}

.pc-input-group-label{
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.pc-input-group-label-span{
    font-weight: normal;
}

.pc-input{
    display: block;
    width: 100%;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid #e0dfe3;
}

#user-login{
    background-color: #e0dfe3;
}

.pc-input:focus{
    outline: none;
}

.pc-button{
    display: inline-block;
    padding: 10px 15px;
    margin: 15px 0;
    background-color: #000;
    border: 1px solid #000;
    font-weight: bold;
    color: #fff;
}

.pc-button:hover{
    cursor: pointer;
}

a.pc-button{
    float: right;
    background-color: transparent;
    color: #000;
}

.pc-book-item{
    background-color: #eee;
    padding: 0 15px;
    margin-top: 3px;
    margin-bottom: 3px;
    text-align: center;
    font-size: 16px;
}

.pc-book-item.header{
    font-weight: bold;
    font-size: 14px;
}

.pc-book-item-field{
    padding-top: 10px;
    padding-bottom: 10px;
}

.pc-book-item-field.left{
    text-align: left;
}

.pc-book-item-small-text{
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: left;
    display: none;
}

.pc-book-item-link{
    text-decoration: underline;
}

.booking-info{

}

.booking-info-small-text{
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: left;
}

.not-results{
    text-align: center;
    font-size: 26px;
    margin-top: 100px;
    margin-bottom: 100px;
}

@media screen and (min-width: 992px) and (max-width: 1200px){
    .house-item {
        height: 350px;
    }

    .house-item-image {
        height: 70%;
        width: 100%;
        background-color: rgb(245,245,245);
        border-radius: 5px;
    }

    .driver-car-image{
        height: 210px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px){
    .drivers-slider-item{
        margin: 15px 15px;
    }

    .house-item {
        height: 350px;
    }

    .house-item-image {
        height: 70%;
        width: 100%;
        background-color: rgb(245,245,245);
        border-radius: 5px;
    }

    .driver-car-image{
        height: 250px;
        margin-bottom: 15px;
    }

    .tours-page-item-image{
        height: 250px;
    }

    .tour-page-info-text{
        margin-top: 25px;
    }

    .pc-book-item.header{
        display: none;
    }

    .pc-book-item-small-text{
        display: block;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px){
    .main-tours-left{
        padding-right: 0;
        margin-bottom: 15px;
    }

    .drivers-slider-item{
        margin: 15px 10px;
    }

    .filter-inner{
        position: fixed;
        border: none;
        border-radius: 0;
        box-shadow: none;
        padding: 80px 25px 25px;
        width: 100% !important;
        height: 100%;
        top: 100px;
        opacity: 0;
    }

    .filter-inner-text{
        font-size: 18px;
    }

    .filter-button-confirm, .filter-button-clear{
        position: absolute;
        bottom: 15px;
        font-size: 20px;
        float: none;
        border-radius: 10px;
        padding: 15px;
        color: #fff;
    }

    .filter-button-confirm{
        right: 15px;
        border: 1px solid #28a745;
        background-color: #28a745;
    }

    .filter-button-confirm:hover{
        text-decoration: none;
        background-color: #218838;
        border-color: #1e7e34;
    }

    .filter-button-clear{
        left: 15px;
        background-color: #dc3545;
        border-color: #dc3545;
    }

    .filter-button-clear:hover{
        text-decoration: none;
        background-color: #c82333;
        border-color: #bd2130;
    }

    .filter-button-close{
        display: block;
        position: absolute;
        font-size: 40px;
        line-height: 1;
        padding: 20px;
        right: 0;
        top: 0;
        font-weight: bold;
    }

    .filter .size2 {
        padding: 0;
    }

    .datepicker-inline .datepicker{
        margin: 0 auto;
        width: 100%;
        font-size: 20px;
    }

    .datepicker-inline .datepicker--cell{
        margin-top: 5px;
        margin-bottom: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
        height: 40px;
    }

    .house-item{
        width: 48%;
        margin: 10px 1% 20px;
        height: 350px;
    }

    .house-item-image{
        height: 70%;
        width: 100%;
        background-color: rgb(245,245,245);
        border-radius: 5px;
    }

    .choose-direction{
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .drivers-choose-direction-from{
        margin-right: 0;
    }

    .drivers-choose-direction-to{
        margin-left: 0;
    }

    .choose-direction-delete{
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .add-direction-button{
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .choose-trip-date{
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .driver-car-image{
        max-height: 400px;
        height: auto;
        margin-bottom: 15px;
    }

    .driver-car-image .driver-car-img{
        height: auto;
    }

    .driver-page-price-list-item-price{
        margin-top: 10px;
    }

    .driver-page-book-contacts{
        margin-top: 20px;
    }

    .tour-page-info-text{
        margin-top: 25px;
    }

    .booking-modal{
        width: 330px;
        /*height: 100px;*/
        margin: -225px 0 0 -165px;
    }

    .booking-modal .driver-page-book-contacts-title{
        text-align: left;
        padding-left: 15px;
    }

    .booking-modal .col-12{
        width: 100%;
    }

    .booking-modal .col-6{
        width: 50%;
    }

    .booking-modal .driver-page-book-contacts-input-group{
        padding: 5px;
    }

    .booking-modal .driver-page-book-contacts-select{
        padding: 0px;
    }

    .booking-modal .driver-page-book-contacts-book-button{
        padding: 10px 15px;
        margin-bottom: 0;
    }

    .modal-close{
        right: 15px;
        top: 10px;
        font-size: 30px;
    }

    .pc-book-item.header{
        display: none;
    }

    .pc-book-item-small-text{
        display: block;
    }
}

@media screen and (max-width: 575px){
    .main-tours-left{
        padding-right: 0;
        margin-bottom: 15px;
    }

    .drivers-slider-item{
        margin: 15px 10px;
    }

    .filter{
        padding: 6px 10px;
    }

    .filter-div{
        margin-right: 3px;
    }

    .filter-item{
        padding: 8px 7px;
        font-size: 12px;
    }

    .filter-inner{
        position: fixed;
        border: none;
        border-radius: 0;
        box-shadow: none;
        padding: 80px 25px 25px;
        width: 100% !important;
        height: 100%;
        top: 100px;
        opacity: 0;
    }

    .filter-inner-text{
        font-size: 18px;
    }

    .filter-button-confirm, .filter-button-clear{
        position: absolute;
        bottom: 15px;
        font-size: 20px;
        float: none;
        border-radius: 10px;
        padding: 15px;
        color: #fff;
    }

    .filter-button-confirm{
        right: 15px;
        border: 1px solid #28a745;
        background-color: #28a745;
    }

    .filter-button-confirm:hover{
        text-decoration: none;
        background-color: #218838;
        border-color: #1e7e34;
    }

    .filter-button-clear{
        left: 15px;
        background-color: #dc3545;
        border-color: #dc3545;
    }

    .filter-button-clear:hover{
        text-decoration: none;
        background-color: #c82333;
        border-color: #bd2130;
    }

    .filter-button-close{
        display: block;
        position: absolute;
        font-size: 40px;
        line-height: 1;
        padding: 20px;
        right: 0;
        top: 0;
        font-weight: bold;
    }

    .filter .size2 {
        padding: 0;
    }

    .datepicker-inline .datepicker{
        margin: 0 auto;
        width: 100%;
        font-size: 18px;
    }

    .datepicker-inline .datepicker--cell{
        margin-top: 5px;
        margin-bottom: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
        height: 40px;
    }

    .choose-direction{
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 14px;
    }

    .drivers-choose-direction-from{
        margin-right: 0;
    }

    .drivers-choose-direction-to{
        margin-left: 0;
    }

    .choose-direction-delete{
        margin-top: 5px;
        margin-bottom: 5px;
        padding: 18px 5px;
    }

    .add-direction-button{
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 14px;
    }

    .choose-trip-date{
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .driver-car-image{
        height: auto;
        max-height: 400px;
        margin-bottom: 15px;
    }

    .driver-car-image .driver-car-img{
        height: auto;
    }

    .driver-page-main-info-image{
        float: none;
        text-align: center;
        margin-right: 0;
    }

    .driver-page-main-info-name{
        text-align: center;
        margin-top: 15px;
    }

    .driver-page-main-info-rating{
        text-align: center;
    }

    .driver-page-main-info-languages{
        margin-top: 15px;
        text-align: center;
    }

    .driver-page-price-list-item-to{
        margin-top: 5px;
    }

    .driver-page-price-list-item-price{
        margin-top: 5px;
    }

    .driver-page-book-contacts{
        margin-top: 20px;
    }

    .tours-page-item-image{
        height: 240px;
    }

    .tour-page-info-text{
        margin-top: 25px;
    }

    .big-title {
        font-size: 24px;
        margin-top: 30px;
        margin-bottom: 25px;
    }

    .booking-modal{
        width: 330px;
        /*height: 100px;*/
        margin: -225px 0 0 -165px;
    }

    .booking-modal .driver-page-book-contacts-title{
        text-align: left;
        padding-left: 15px;
    }

    .booking-modal .col-12{
        width: 100%;
    }

    .booking-modal .col-6{
        width: 50%;
    }

    .booking-modal .driver-page-book-contacts-input-group{
        padding: 5px;
    }

    .booking-modal .driver-page-book-contacts-select{
        padding: 0px;
    }

    .booking-modal .driver-page-book-contacts-book-button{
        padding: 10px 15px;
        margin-bottom: 0;
    }

    .modal-close{
        right: 15px;
        top: 10px;
        font-size: 30px;
    }

    .pc-book-item{
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .pc-book-item.header{
        display: none;
    }

    .pc-book-item-small-text{
        display: block;
    }

    .pc-book-item-small-text.info{
        display: none;
    }

    .pc-book-item-link.info{
        width: auto;
        display: inline-block;
        padding: 10px 15px;
        background-color: #000;
        border: 1px solid #000;
        font-weight: bold;
        color: #fff;
        text-decoration: none;
    }
}