hotel_slider_img.logo > a > img

/*********************************Start FONTS****************************************/
@font-face {
    font-family: Roboto;
    src: url('fonts/Roboto.ttf');
}

@font-face {
    font-family: Robotoblack;
    src: url('fonts/Robotoblack.ttf');
}

@font-face {
    font-family: RobotoLight;
    src: url('fonts/Robotolight.ttf');
}

@font-face {
    font-family: RobotoItalic;
    src: url('fonts/Robotoitalic.ttf');
}

@font-face {
    font-family: Robotolightitalic;
    src: url('fonts/Robotolightitalic.ttf');
}

@font-face {
    font-family: Robotomedium;
    src: url('fonts/Robotomedium.ttf');
}

@font-face {
    font-family: Robotomediumitalic;
    src: url('fonts/Robotomediumitalic.ttf');
}

@font-face {
    font-family: Robotobold;
    src: url('fonts/Robotobold.ttf');
}

/*********************************Finish FONTS****************************************/


/*********************************Start STATIC STYLE****************************************/
input {
    font-family: RobotoLight;
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */

    font-family: RobotoLight;
}

input::-moz-placeholder { /* Firefox 19+ */

    font-family: RobotoLight;
}

input:-ms-input-placeholder { /* IE 10+ */

    font-family: RobotoLight;
}

input:-moz-placeholder { /* Firefox 18- */

    font-family: RobotoLight;
}

.country {
    font-family: RobotoLight;
}

a {
    outline: none;
    text-decoration: none;
    color: inherit;
}

a:hover {
    outline: none;
    text-decoration: none;
    color: inherit;
}

a:focus {
    outline: none;
    text-decoration: none;
    color: inherit;
}

.sort_tour {
    display: flex;
    list-style: none;
}

.sort_tour > li {
    margin-right: 15px;
    margin-bottom: 5px;
    background: #ff6b00;
    padding: 5px;
    color: #fff;
    cursor: pointer;
    transition: .4s;
    border-radius: 3px;
}

.sort_tour > li:hover {
    background: #142a38;
}

.mob_wrap_btn_filtr {
    display: none;
}

.sort_activeT {
    background: #142a38 !important;
}

.sting_title_bottom {
    box-shadow: 0px 3px 26px -13px #142a38;
    margin-bottom: 19px;
    margin-left: 15px;
    margin-right: 15px;
}

.multy_tour_icon {
    position: absolute;
    right: 21px;
    top: 5px;
    width: 56px;
    opacity: 0.8;
}

/*.tour_day {*/
/*    position: absolute;*/
/*    right: 10%;*/
/*}*/



/*new-style*/

.new-btn-class{
    height: 40px;
    width: 364px;
    background: #87929A;
    color: #fff;
    border: none;
    margin: 30px 0 0 5px;
    font-weight: bold;
    border-radius: 5px;
    font-size: 16px;

}

.new-btn-class:hover{
    color: #000;
}

.btn-for-book{
    width: 100%;
}

.btn-for-book input:hover{
    background: #ff6b00;
    color: #fff;
}

.about-photo{
    width: 100% !important;
    max-width: 500px;
}











.container{
    max-width: 1440px;
    padding: 0 15px;
}




.price_style {
    font-size: 18px;
    font-weight: bold;
    font-family: RobotoLight;
    color: #ff6b00;
}

.info_Cookie {
    background: #000000c4;
    width: 100%;
    padding: 20px;
    position: fixed;
    bottom: 0;
    z-index: 10000000;
    display: none;
}

.ok_cookie {
    background: #ff6b00;
    padding: 4px;
    border-radius: 3px;
    font-size: 13px;
    transition: 0.4s;
    cursor: pointer;
}

.ok_cookie:hover {
    background: #142a38;
}

.info_Cookie > p {
    text-align: center;
    color: #fff;
}

.info_Cookie > p > a {
    color: orange;
    margin-left: 5px;
    transition: 0.5ms;
}

.info_Cookie > p > a:hover {
    color: orange;
    text-decoration: underline;
}

.clode_cookie_info {
    position: absolute;
    right: 10px;
    top: 5px;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}

.title_cook {
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #ff6b00;
    font-family: RobotoLight;
    font-weight: bold;
}

.text_cook {
    font-family: RobotoLight;
    font-size: 16px;
}

.step_cook {
    list-style-type: none;
    margin-top: 5px;
    margin-bottom: 30px;
}

.step_cook > li {
    font-family: RobotoLight;
    font-size: 16px;
    margin-top: 5px;
}

.wrapper_cookie {
    margin-bottom: 100px !important;
}

.icon_cook {
    font-size: 16px;
    color: #00cf1d;
    margin-right: 5px;
}

.wrap_tour {
    box-shadow: 0px 0px 6px -3px black;
    margin-bottom: 15px;
    transition: 0.7s;
    cursor: pointer;
    padding-bottom: 30px;
    height: 370px;
}

.wrap_tour:hover {
    box-shadow: 0px 0px 8px -2px black;
}

.img_tour img {
    height: 100%;
    width: 100%;
}

.tour_name {
    display: -webkit-box;
    font-size: 18px;
    font-family: RobotoLight;
    font-weight: bold;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 26px;
}

.info_tour {
    padding: 5px;
}

.tour_date {
    font-size: 12px;
    font-family: RobotoLight;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

.tour_durenshn {
    font-size: 12px;
    font-family: RobotoLight;
    margin-bottom: 5px;
    color: #828282;
}

.tour_persion {
    font-size: 14px;
    font-family: RobotoLight;
}

.tour_persion > span {
    font-family: RobotoLight;
    color: #ff6b00;
    margin-left: 5px;

}

.tour_price {
    font-size: 14px;
    font-family: RobotoLight;
    font-weight: bold;
}

.main_tour_info {
    margin-top: 40px;
}

.slide_info-tour {
    height: 400px;
}

.info_tour_title {
    font-size: 18px;
    font-family: RobotoBold, sans-sans-serif;
    color: #31708f;
    text-align: center;
    /*font-weight: bold;*/
    /*margin-left: 15px;*/
}

.info-tour_date {
    font-size: 16px;
    font-family: RobotoLight, sans-serif;
    font-weight: bold;
    margin-left: -30px;
    margin-bottom: 15px;
}

.info-tour_date > span {
    font-size: 14px;
    font-family: RobotoBold, sans-serif;
    /*font-weight: bold;*/
    color: #ff6b00;
    /*color: #fff;*/
    /*padding: 5px 14px;*/
    /*border-radius: 4px;*/
}

.info_tour_description > p {
    font-family: RobotoLight, sans-serif;
    margin-top: 15px;
}

.box_book {
    box-shadow: 0px 0px 3px black;
    /*border-top:2px solid black;*/
    padding: 15px;
}

.info_tour_description ul li em {
    font-size: 15px;
}

.price_text_info {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #d4d4d4;
    font-family: Robotomedium, sans-serif;
}

.price_text_info > span {
    color: #ff6b00;
    padding-left: 5px;
}
.person_price span{
    color: #ff6b00;
}
.from {
    font-family: RobotoLight, sans-serif;
    font-weight: bold;
    border-top: 1px solid #d4d4d4;
}

.info_tour_price {
    font-family: RobotoLight, sans-serif;
    /*float: left;*/
}

.btn_book {
    display: inline-block;
    float: right;
    background: #ff6b00;
    padding: 4px 20px;
    border-radius: 4px;
    margin-top: 10px;
    color: #fff;
    cursor: pointer;
    font-family: RobotoLight, sans-serif;
    transition: 0.4s;
    font-weight: bold;
}

.btn_book:hover {
    background: #142a38;
}

.list_people_book {
    list-style-type: none;
    margin-top: 20px;
    cursor: pointer;
}

.list_people_book > li {
    border: 1px solid #6e6e6e;
    margin-bottom: 5px;
    padding-left: 5px;
    font-size: 16px;
    font-family: RobotoLight, sans-serif;
    padding: 5px;
    position: relative;
}

.check_people {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-left: 3px solid #6e6e6e;
    width: 35px;
    text-align: center;
    padding: 8px;
}

.papular_tour {
    margin-top: 40px;
    margin-bottom: 15px;
}

.title_papular_tour {
    text-align: center;
    font-family: RobotoLight, sans-serif;
    font-weight: bold;
    font-size: 27px;
    margin-top: 35px;
    margin-bottom: 28px;
    word-spacing: -2px;
}

.all_carriers {

    margin-bottom: 30px;
}

.title_carriers {
    font-size: 18px;
    font-weight: bold;
    font-family: RobotoLight, sans-serif;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #ff6b00;

}

.carriers_text {

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

.carriers_text > p > img {
    margin-bottom: 30px;
}

.carers_info_title {
    font-size: 18px;
    font-weight: bold;
    font-family: RobotoLight, sans-serif;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #142a38;
    padding-left: 10px;
}

.carers_info_title > img {
    width: 25px;
    margin-right: 8px;
}

.total_price {
    margin-top: 40px;
    padding: 30px;
    border: 1px solid #cccccc;
}

.total {
    font-size: 18px;
    font-weight: bold;
    font-family: RobotoLight, sans-serif;
    color: #ff6b00;
}

.check_out {
    background: #ff6b00;
    padding: 15px;
    border-radius: 3px;
}

.total_text {
    font-size: 16px;
    font-family: RobotoLight, sans-serif;

}

.check_out {
    font-size: 16px;
    font-weight: bold;
    font-family: RobotoLight, sans-serif;
    padding: 8px 27px;
    color: #fff;
    /* text-align: right; */
    /* float: right; */
    margin-top: 5px;
    display: inline-block;
    width: 100%;
    text-align: center;

}

.font {
    font-family: RobotoLight, sans-serif;

}

.price_book {
    position: relative;
}

.delet_book {
    position: absolute;
    top: 6px;
    right: 0;
    font-size: 20px;
    color: #ff00005c;
    transition: 0.4s;
    cursor: pointer;
}

.delet_book:hover {
    color: red;
}

.order_id {
    position: absolute;
    top: 7px;
    right: 22px;
    background: #ff6b00;
    padding: 1px 10px;
    font-size: 13px;
    color: #fff;
    font-family: RobotoLight, sans-serif;
}

/*.activ_persion {*/
/*    border-color: #ff6b00 !important;*/
/*    color: #ff6b00;*/
/*}*/

/*.activ_persion > .check_people {*/
/*    border-color: #ff6b00 !important;*/
/*}*/

.tours_list_image {
    overflow: hidden;
    height: 140px;
    position: relative;
}

.tours_list_image > img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
}

.leyer_go {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    bottom: 0;
    background: #00000060;
    color: #fff;
    border-radius: 5px;
}

.Tititle_ {
    display: inline-block;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 28px;
    margin-top: 11%;
    text-shadow: 0px 0px 17px black;
}

.social {
    list-style-type: none;
}

.social > li {
    display: inline-block;
    transition: 0.4s;
}

.social > li > a {
    color: #fff;
    font-size: 18px;
    transition: 0.4s;
}

.social > li > a:hover {
    color: #ff6b00;

}

.lnew_ck img {
    width: 45%;
    border-radius: 5px;
}

.lnew_ck > p > a {
    color: blue;
    text-decoration: underline;
}

.lnew_ck > strong > a {
    color: blue !important;
    text-decoration: underline !important;
}

.lnew_ck {
    text-align: justify;
}

.btn_cancel_tour {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: #ff6b00;
    border: 1px solid #ff6b00;
    color: #fff;
    transition: 0.4s;
}

.btn_cancel_tour:hover {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: #bb5e00;
    border: 1px solid #bb5e00;
    color: #fff;
}

* {
    box-sizing: border-box;
    outline: none
}

body {
    margin: 0px
}

p {
    margin: 0px
}

ul {
    margin: 0px;
    padding: 0px
}

header {
    position: relative;
    padding: 0px 0px;
}

.pointer {
    cursor: pointer
}

.center {
    float: none;
    margin: 0px auto;
    overflow: hidden;
}

.nopadd {
    padding: 0px
}

.rightNopadd {
    padding-right: 0px
}

.leftNopadd {
    padding-left: 0px
}

.left {
    float: left
}

.right {
    float: right
}

.bor {
    border: 1px solid red
}

.clear:after {
    content: " ";
    display: block;
    clear: both
}

.noceneter.center {
    overflow: visible;
}

/*********************************Finis STATIC STYLE****************************************/
.mobWhater {
    display: none;
}

.checkemail {
    text-align: center;
}

.checkemail > p {
    position: absolute;
    color: #142a38;
    font-family: Robotolightitalic, sans-serif;
    left: 0;
    right: 0;
}

.imgBlocks {
    height: 200px;
    overflow: hidden;
    margin-bottom: 15px;
}

.WrapperHead {
    background: #142a38;
}

.headerNav > .headerNavright {
    text-align: right;

}

.headerNav > .headerNavLeft {
    text-align: left;
    float: left;
}

.headerNavright > li {
    display: inline-block;
    color: #fff;
    border-bottom: 2px solid #181818;
    border-top: 2px solid #303030;
    position: relative;
}

.headerNavright > li > a {
    padding: 3px 6px;
    display: inherit;
}

.headerNavLeft > li {
    display: inline-block;
    color: #fff;
    padding: 7px 5px;
}


.headerNavright a {
    text-decoration: none;
    color: #fff;
}

.headerNavright li:hover {
    background-color: #1c1c1c;

}

.headerNavright li:hover > a {
    color: #ff6b00;
}

.submenu {
    left: 0;
    max-height: 0;
    position: absolute;
    top: 100%;
    z-index: 100000000 !important;
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;
    width: 125px;
    text-align: left;
    list-style: none;

}

.submenu li {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;
    background: #142a38;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
}

.headerNavright > li:hover .submenu, .headerNavright > li:focus .submenu {

    z-index: 10;
}

.headerNavright > li:hover .submenu li, .headerNavright > li:focus .submenu li {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.submenu li:nth-child(1) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}

.submenu li:nth-child(2) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.submenu li:nth-child(3) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}

.logo {
    /*width: 13%;*/
    /*margin-top: -30px;*/
}

.logo > a > img {
    width: 100%;
    margin-top: 14px;
}

.nav {

    margin-top: 23px;
    margin-bottom: 15px;
    float: left;

}

.headers {
    padding: 10px 0;
    box-shadow: 0px -3px 10px -1px black;
}

.nav > ul > li {
    display: inline-block;
    margin-left: 20px;
    font-size: 16px;
    font-family: Robotomedium, sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.nav > ul > li > a {
    text-decoration: none;
    color: #142a38;
    transition: 0.3s;
}

.nav > ul > li > a:hover {
    color: #ff6b00;
}


/*.info-tour_date span img {*/
/*    width: 16px;*/
/*    height: auto;*/
/*}*/

.mainslide {
    overflow: hidden;
    position: relative;
    height: 550px;

}

.tour_date_icon {
    width: 22px;
}


.mainSlide_images {
    overflow: hidden;
    position: relative;
}

.mainSlide_images img {
    /*position: absolute;*/
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;

}
.close-btn{
    display: flex;
    justify-content: end;
    padding-right: 15px;
    margin-top: 15px;
}

.close-btn button{
    border: 1px solid #ff6b00;
}

.mainSlide_images {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 1;
}

.opacty {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: #0000005e;
    z-index: 2;
    border-radius: 5px;
}

#myCarousel {
    background: #0000006e;
    padding: 10px 20px;
    width: 80%;
    margin: 0 auto;
    border-left: 5px solid #ff6b00;
}


.top-to-bottom .carousel-inner {
    height: 100%;
}

.carousel.top-to-bottom .item {
    -webkit-transition: 0.6s ease-in-out top;
    -moz-transition: 0.6s ease-in-out top;
    -ms-transition: 0.6s ease-in-out top;
    -o-transition: 0.6s ease-in-out top;
    transition: 0.6s ease-in-out top;
}

.carousel.top-to-bottom .active {
    top: 0px;
    margin-top: 5px;
}

.carousel.top-to-bottom .next {
    top: 400px;
}

.carousel.top-to-bottom .prev {
    top: -400px;
}

.carousel.top-to-bottom .item {
    left: 0;
    font-size: 56px;


}

#my_text_slider {
    /*text-transform: uppercase;*/
    color: #fff;
    font-size: 5em;
    height: auto;

}

.carousel-indicators {
    width: auto;
    margin-left: auto;
    left: auto;
    right: 15px;
    top: 30%;
    bottom: auto;
}

.carousel-indicators > li {
    display: block;
    margin-top: 5px;

}

.infoSlide {
    position: absolute;
    top: 5%;
    z-index: 10;
}

.uptext {
    font-size: 18px;
    font-family: RobotoLight;
}

.downtext {
    font-family: Robotobold;
    font-size: 25px;
    /*text-align: center;*/
}

.sectionTitile {
    text-align: center;
    /*margin-top: 30px;*/
    margin-bottom: 30px;
    font-size: 25px;
    color: #142a38;

}

.imgBlock {
    position: relative;
    overflow: hidden;
    height: 150px;
}

.imgBlock img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.contentCountry .imgBlock img {
    position: absolute;
    width: 100%;
    height: auto !important;
    /*left: 0;*/
    /*right: 0;*/
    /*top: 0;*/
    /*bottom: 0;*/
    margin: 10px 0;
}

.infoTour {
    padding: 10px;
}

.travelTo {
    margin-top: 10px;
}

.price {
    display: inline-block;
    float: left;
    width: 50%;
    padding-left: 12%;
    position: relative;
    line-height: 14px;
}

.MoreTrevel {
    /*display: block;*/
    text-align: right;
    width: 50%;
    float: left;
}

.priceAmd {
    font-size: 13px;
    font-family: Roboto;


}

.transver {
    font-size: 11px;
    color: #708796;
    font-family: Robotomediumitalic;

}

.price i {
    position: absolute;
    left: 1%;
    top: 13%;
    font-size: 25px;
    color: #a51f4d
}

.mainTravel {
    box-shadow: 0px 0px 11px -3px black;
}

.trevlPrice {
    padding: 10px;
}

.MoreTrevel > span {
    background: #ff6b00;
    color: #fff;
    padding: 6px 15px;
    font-family: Robotolightitalic;
    display: inline-block;
}

.country {
    color: #222425;
    font-size: 16px;
    font-family: Roboto;
}

.travelTo, .travelDate {
    color: #708796;
    font-family: Robotomediumitalic;
}

.wrapperTravel {
    padding: 5px;
    margin-bottom: 5px;
}

.section1 {
    margin-bottom: 30px;
}

.section2 {
    position: relative;
    /*margin-bottom: 300px;*/
    /*height: 300px;*/
    background: url(../images/content/bgcountry.png);
    background-size: cover;
    border-radius: 5px;
}

.titleCountry {
    /*background: #0000008a;*/
    color: #fff;
    z-index: 20;
    /*border-left: 5px solid #ff6b00;*/
    margin-top: 15px;
    padding: 15px;
}

.country-slider {
    z-index: 30;
    /*border:1px solid red;*/
    margin-top: 5%;
    margin-bottom: 1%;
    height: 250px;
}

.contry-items {
    height: 200px;
}

.countryImg {
    overflow: hidden;
    height: 200px;
    position: relative;
    border-radius: 5px;
}

.countryImg > a > img {
    /*position: absolute;*/
    height: 100%;
    /*left: -40%;*/
    /*right: 0;*/
    /*top: 0;*/
    /*bottom: 0;*/
    margin: auto;

}

.contact-item{
    /*box-shadow: 0px 0px 3px black;*/
    border-radius: 10px;
    padding: 20px 30px 50px;
    /* margin: auto; */
    display: flex;
    flex-direction: column;
}

.contact-svg svg{
    width: 20px;
    margin-right: 10px;
    fill: #142a38;
    stroke: #142a38;
}

.contact-svg{
    display: flex;
    align-items: center;
}


.nameCountry {
    font-family: Robotomedium;
    color: #fff;
    font-size: 18px;
}

.titleHotels {
    text-align: center;
    font-size: 25px;
    /* margin-top: 30px; */
    /* margin-bottom: 30px; */
    color: #142a38;
    font-family: Robotomediumitalic;
    padding: 20px;

}

.subHotels {
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
    color: black;
    font-family: Robotolightitalic;
}

.HotelBlock {

    height: 220px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
}

.HotelBlock > a > img {
    /*position: absolute;*/
    width: 100%;
    height: 100%;
    /*left: 0;*/
    /*right: 0;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*margin: auto;*/
    border-radius: 5px;
    /*-webkit-filter: blur(2px);*/
    /*filter: blur(2px);*/

}

.textHotel {
    position: absolute;
    color: #fff;
    font-family: Robotolightitalic;
    font-size: 18px;
    left: 8%;
    top: 14%;
    text-shadow: 0px 0px 5px black;
}

.namehotel {
    position: absolute;
    color: #fff;
    font-family: Robotomediumitalic;
    top: 28%;
    left: 7%;
    font-size: 22px;
    text-shadow: 0px 0px 5px black;
}
.nameHotel{
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    font-weight: bold;
}

.priceHotel {
    position: absolute;
    bottom: 5%;
    right: 7%;
    color: #fff;
    font-family: Robotomediumitalic;
    font-size: 16px;
    text-shadow: 0px 0px 5px black;
}


.Whater {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#temperature {
    margin-top: 11px;
    font-size: 28px;
    color: grey;
    font-family: Robotomediumitalic;
}

#locations {
    color: grey;
    /*font-family: Roboto;*/
    font-size: 22px;
    font-family: Robotomediumitalic;
}

#weather {
    color: grey;
    font-family: Robotomediumitalic;
    /*margin-top: 14px;*/
}

#animate {
    position: absolute;
    right: 10px;
    top: 5px;
}

.imgNews {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.imgNews a img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.imgNews > img {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.NewsContent {
    padding: 15px;
    background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.newsText {
    margin-left: 10px;
    text-align: justify;
    font-family: Roboto;
    background: #fff;
    height: 83px;
    overflow: hidden;
    font-family: RobotoLight;
}

.newsName {
    /*height: 25px;*/
    overflow: hidden;
    margin-bottom: 10px;
    color: #142a38;
    font-family: Robotomediumitalic;
    font-size: 17px;
}

.moree {
    color: #97101a;
    font-family: Robotomediumitalic;
    font-size: 17px;
    text-align: right;
    margin-top: 10px;

}

.mainNews {
    background: #efefef;
}

.NewsContentRight {
    padding: 15px;
    background: #fff;
    margin-bottom: 15px;
    border-radius: 5px;
}

.wrapperNews {
    /*margin-top: 15px;*/
    margin-bottom: 30px;
}

.footer {
    background: #142a38;
    margin-top: 10px;
}

.wrapperfooter {
    margin-top: 15px;
}

.fotterCatName {
    color: #fff;
    font-family: Robotomediumitalic;
    font-size: 18px;
}

.fotterSubName {
    color: #fff;
    font-family: RobotoLight;
    font-size: 17px;

}

.footerBlockList {
    margin-bottom: 10px;
}

.footerBlockList > ul {
    list-style-type: none;
}

.footerBlockListContact > ul {
    list-style-type: none;
}

.footerBlockList > ul > li {
    font-family: RobotoLight;
    color: #fff;
    display: -webkit-inline-box;
    justify-content: space-between;
    flex: 1;
    flex-direction: row;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 200px;
}

.footerBlockListContact > ul > li {
    font-family: RobotoLight;
    color: #fff;
    padding-left: 5px;
    /*padding-right: 20px;*/
    margin-top: 5px;
    margin-bottom: 5px;

}

.listFooter {
    margin-top: 15px;
}

/*****************ANIM************/
.wheather {
    padding-right: 9%;
}

.sub-wheather {
    width: 100px;
    height: 100px;
}

/*---cloudy----*/

.cloudy {
    height: 30px;
    width: 90px;
    background: #fff;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    border: 2px solid #ddd;
    position: relative;
    margin-top: 20px;
    margin-left: -110px;
}

.cloudy:before {
    content: "";
    position: absolute;
    top: -10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
    width: 30px;
    left: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #ddd;
    border-bottom-color: transparent;
    border-right-color: transparent;
    background: #fff;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg);
}

.cloudy:after {
    content: "";
    position: absolute;
    height: 50px;
    width: 50px;
    top: -20px;
    left: 32px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #ddd;
    border-bottom-color: transparent;
    background: #fff;
    border-right-color: transparent;
    -webkit-transform: rotate(55deg);
    -moz-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    -o-transform: rotate(55deg);
    transform: rotate(55deg);
}

.cloudy .shadow {
    background-color: #F7F7F7;
    height: 20px;
    width: 100px;
    position: absolute;
    margin-top: 80px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

/*---rainy----*/


@-webkit-keyframes rippleX {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    75% {
        -webkit-transform: scale(1.75);
        -moz-transform: scale(1.75);
        -ms-transform: scale(1.75);
        -o-transform: scale(1.75);
        transform: scale(1.75);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    100% {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

@keyframes rippleX {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    75% {
        -webkit-transform: scale(1.75);
        -moz-transform: scale(1.75);
        -ms-transform: scale(1.75);
        -o-transform: scale(1.75);
        transform: scale(1.75);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    100% {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

.rain {
    padding-left: 30px;
    margin-top: -10px;
}

.droplet {
    width: 2px;
    height: 10px;
    margin-top: 0px;
    background: -webkit-radial-gradient(center, farthest-corner, #C4EDFF, #C4EDFF);
    background: -moz-radial-gradient(center, farthest-corner, #C4EDFF, #C4EDFF);
    background: -ms-radial-gradient(center, farthest-corner, #C4EDFF, #C4EDFF);
    background: -o-radial-gradient(center, farthest-corner, #C4EDFF, #C4EDFF);
    background: radial-gradient(center, farthest-corner, #C4EDFF, #C4EDFF);
    background: -webkit-radial-gradient(center, farthest-corner, #A4DDF5, #76CBF1);
    background: -moz-radial-gradient(center, farthest-corner, #A4DDF5, #76CBF1);
    background: -ms-radial-gradient(center, farthest-corner, #A4DDF5, #76CBF1);
    background: -o-radial-gradient(center, farthest-corner, #A4DDF5, #76CBF1);
    background: radial-gradient(center, farthest-corner, #A4DDF5, #76CBF1);
    background: -webkit-radial-gradient(center, farthest-corner, #A4DDF5, #76CBF1);
    background: -moz-radial-gradient(center, farthest-corner, #A4DDF5, #76CBF1);
    background: -ms-radial-gradient(center, farthest-corner, #A4DDF5, #76CBF1);
    background: -o-radial-gradient(center, farthest-corner, #A4DDF5, #76CBF1);
    background: radial-gradient(center, farthest-corner, #A4DDF5, #76CBF1);
    position: absolute;
    -webkit-border-radius: 10px 10px 10px 10px / 30px 30px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px / 30px 30px 10px 10px;
    -ms-border-radius: 10px 10px 10px 10px / 30px 30px 10px 10px;
    -o-border-radius: 10px 10px 10px 10px / 30px 30px 10px 10px;
    border-radius: 10px 10px 10px 10px / 30px 30px 10px 10px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.droplet2,
.droplet5 {
    margin-left: 20px;
}

.droplet3,
.droplet6 {
    margin-left: 40px;
}

.droplet1,
.droplet2,
.droplet3 {
    -webkit-animation: rain2 linear 1.5s infinite .75s;
    -moz-animation: rain2 linear 1.5s infinite .75s;
    -ms-animation: rain2 linear 1.5s infinite .75s;
    -o-animation: rain2 linear 1.5s infinite .75s;
    animation: rain2 linear 1.5s infinite .75s;
    -webkit-animation: rain2 linear 1.5s infinite .75s;
    -moz-animation: rain2 linear 1.5s infinite .75s;
    -ms-animation: rain2 linear 1.5s infinite .75s;
    -o-animation: rain2 linear 1.5s infinite .75s;
    animation: rain2 linear 1.5s infinite .75s;
    -webkit-animation: rain2 linear 1.5s infinite .75s;
    -moz-animation: rain2 linear 1.5s infinite .75s;
    -ms-animation: rain2 linear 1.5s infinite .75s;
    -o-animation: rain2 linear 1.5s infinite .75s;
    animation: rain2 linear 1.5s infinite .75s;
}

.droplet4,
.droplet5,
.droplet6 {
    -webkit-animation: rain linear 1.5s infinite;
    -moz-animation: rain linear 1.5s infinite;
    -ms-animation: rain linear 1.5s infinite;
    -o-animation: rain linear 1.5s infinite;
    animation: rain linear 1.5s infinite;
    -webkit-animation: rain linear 1.5s infinite;
    -moz-animation: rain linear 1.5s infinite;
    -ms-animation: rain linear 1.5s infinite;
    -o-animation: rain linear 1.5s infinite;
    animation: rain linear 1.5s infinite;
    -webkit-animation: rain linear 1.5s infinite;
    -moz-animation: rain linear 1.5s infinite;
    -ms-animation: rain linear 1.5s infinite;
    -o-animation: rain linear 1.5s infinite;
    animation: rain linear 1.5s infinite;
}

@-webkit-keyframes rain {
    0% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    90% {
        -webkit-transform: translate(0, 40px);
        -moz-transform: translate(0, 40px);
        -ms-transform: translate(0, 40px);
        -o-transform: translate(0, 40px);
        transform: translate(0, 40px);
        -webkit-transform: translate(0, 40px);
        -moz-transform: translate(0, 40px);
        -ms-transform: translate(0, 40px);
        -o-transform: translate(0, 40px);
        transform: translate(0, 40px);
        -webkit-transform: translate(0, 40px);
        -moz-transform: translate(0, 40px);
        -ms-transform: translate(0, 40px);
        -o-transform: translate(0, 40px);
        transform: translate(0, 40px);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);

    }
    100% {
        -webkit-transform: translate(0, 60px);
        -moz-transform: translate(0, 60px);
        -ms-transform: translate(0, 60px);
        -o-transform: translate(0, 60px);
        transform: translate(0, 60px);
        -webkit-transform: translate(0, 60px);
        -moz-transform: translate(0, 60px);
        -ms-transform: translate(0, 60px);
        -o-transform: translate(0, 60px);
        transform: translate(0, 60px);
        -webkit-transform: translate(0, 60px);
        -moz-transform: translate(0, 60px);
        -ms-transform: translate(0, 60px);
        -o-transform: translate(0, 60px);
        transform: translate(0, 60px);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);

    }
}

@-moz-keyframes rain {
    0% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    90% {
        -webkit-transform: translate(0, 40px);
        -moz-transform: translate(0, 40px);
        -ms-transform: translate(0, 40px);
        -o-transform: translate(0, 40px);
        transform: translate(0, 40px);
        -webkit-transform: translate(0, 40px);
        -moz-transform: translate(0, 40px);
        -ms-transform: translate(0, 40px);
        -o-transform: translate(0, 40px);
        transform: translate(0, 40px);
        -webkit-transform: translate(0, 40px);
        -moz-transform: translate(0, 40px);
        -ms-transform: translate(0, 40px);
        -o-transform: translate(0, 40px);
        transform: translate(0, 40px);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    100% {
        -webkit-transform: translate(0, 60px);
        -moz-transform: translate(0, 60px);
        -ms-transform: translate(0, 60px);
        -o-transform: translate(0, 60px);
        transform: translate(0, 60px);
        -webkit-transform: translate(0, 60px);
        -moz-transform: translate(0, 60px);
        -ms-transform: translate(0, 60px);
        -o-transform: translate(0, 60px);
        transform: translate(0, 60px);
        -webkit-transform: translate(0, 60px);
        -moz-transform: translate(0, 60px);
        -ms-transform: translate(0, 60px);
        -o-transform: translate(0, 60px);
        transform: translate(0, 60px);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

@-webkit-keyframes rain2 {
    0% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);

    }
    90% {
        -webkit-transform: translate(0, 40px);
        -moz-transform: translate(0, 40px);
        -ms-transform: translate(0, 40px);
        -o-transform: translate(0, 40px);
        transform: translate(0, 40px);
        -webkit-transform: translate(0, 40px);
        -moz-transform: translate(0, 40px);
        -ms-transform: translate(0, 40px);
        -o-transform: translate(0, 40px);
        transform: translate(0, 40px);
        -webkit-transform: translate(0, 40px);
        -moz-transform: translate(0, 40px);
        -ms-transform: translate(0, 40px);
        -o-transform: translate(0, 40px);
        transform: translate(0, 40px);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    100% {
        -webkit-transform: translate(0, 60px);
        -moz-transform: translate(0, 60px);
        -ms-transform: translate(0, 60px);
        -o-transform: translate(0, 60px);
        transform: translate(0, 60px);
        -webkit-transform: translate(0, 60px);
        -moz-transform: translate(0, 60px);
        -ms-transform: translate(0, 60px);
        -o-transform: translate(0, 60px);
        transform: translate(0, 60px);
        -webkit-transform: translate(0, 60px);
        -moz-transform: translate(0, 60px);
        -ms-transform: translate(0, 60px);
        -o-transform: translate(0, 60px);
        transform: translate(0, 60px);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);

    }
}

@-moz-keyframes rain2 {
    0% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    90% {
        -webkit-transform: translate(0, 40px);
        -moz-transform: translate(0, 40px);
        -ms-transform: translate(0, 40px);
        -o-transform: translate(0, 40px);
        transform: translate(0, 40px);
        -webkit-transform: translate(0, 40px);
        -moz-transform: translate(0, 40px);
        -ms-transform: translate(0, 40px);
        -o-transform: translate(0, 40px);
        transform: translate(0, 40px);
        -webkit-transform: translate(0, 40px);
        -moz-transform: translate(0, 40px);
        -ms-transform: translate(0, 40px);
        -o-transform: translate(0, 40px);
        transform: translate(0, 40px);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    100% {
        -webkit-transform: translate(0, 60px);
        -moz-transform: translate(0, 60px);
        -ms-transform: translate(0, 60px);
        -o-transform: translate(0, 60px);
        transform: translate(0, 60px);
        -webkit-transform: translate(0, 60px);
        -moz-transform: translate(0, 60px);
        -ms-transform: translate(0, 60px);
        -o-transform: translate(0, 60px);
        transform: translate(0, 60px);
        -webkit-transform: translate(0, 60px);
        -moz-transform: translate(0, 60px);
        -ms-transform: translate(0, 60px);
        -o-transform: translate(0, 60px);
        transform: translate(0, 60px);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

/*================== Stormy ========================*/
.stormy {
    background-color: #989898;
    z-index: 10;
}

.stormy:after {
    background-color: #989898;
}

.stormy:before {
    background-color: #989898;
}

.thunder {
    position: absolute;
    position: absolute;
    height: 50px;
    width: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-left: 30px;
    margin-top: 0px;
    -webkit-animation: stormy_thunder 2s steps(1, end) infinite;
    -moz-animation: stormy_thunder 2s steps(1, end) infinite;
    -ms-animation: stormy_thunder 2s steps(1, end) infinite;
    -o-animation: stormy_thunder 2s steps(1, end) infinite;
    animation: stormy_thunder 2s steps(1, end) infinite;
}

.thunder:after,
.thunder:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0%;
    left: 0%;
}

.thunder:before {
    background: -webkit-linear-gradient(transparent 0%, yellow 0%), linear-gradient(to top left, #ffff00 43%, #ffff00 43%, #ffff00 44%, transparent 44%), linear-gradient(to top left, transparent 56%, #ffff00 56%, #ffff00 57%, #ffff00 57%), linear-gradient(transparent 0%, #ffff00 0%), linear-gradient(to top left, #ffff00 51%, transparent 51%), linear-gradient(to top left, transparent 49%, #ffff00 49%);
    background: -moz-linear-gradient(transparent 0%, yellow 0%), linear-gradient(to top left, #ffff00 43%, #ffff00 43%, #ffff00 44%, transparent 44%), linear-gradient(to top left, transparent 56%, #ffff00 56%, #ffff00 57%, #ffff00 57%), linear-gradient(transparent 0%, #ffff00 0%), linear-gradient(to top left, #ffff00 51%, transparent 51%), linear-gradient(to top left, transparent 49%, #ffff00 49%);
    background: -ms-linear-gradient(transparent 0%, yellow 0%), linear-gradient(to top left, #ffff00 43%, #ffff00 43%, #ffff00 44%, transparent 44%), linear-gradient(to top left, transparent 56%, #ffff00 56%, #ffff00 57%, #ffff00 57%), linear-gradient(transparent 0%, #ffff00 0%), linear-gradient(to top left, #ffff00 51%, transparent 51%), linear-gradient(to top left, transparent 49%, #ffff00 49%);
    background: -o-linear-gradient(transparent 0%, yellow 0%), linear-gradient(to top left, #ffff00 43%, #ffff00 43%, #ffff00 44%, transparent 44%), linear-gradient(to top left, transparent 56%, #ffff00 56%, #ffff00 57%, #ffff00 57%), linear-gradient(transparent 0%, #ffff00 0%), linear-gradient(to top left, #ffff00 51%, transparent 51%), linear-gradient(to top left, transparent 49%, #ffff00 49%);
    background: linear-gradient(transparent 0%, yellow 0%), linear-gradient(to top left, #ffff00 43%, #ffff00 43%, #ffff00 44%, transparent 44%), linear-gradient(to top left, transparent 56%, #ffff00 56%, #ffff00 57%, #ffff00 57%), linear-gradient(transparent 0%, #ffff00 0%), linear-gradient(to top left, #ffff00 51%, transparent 51%), linear-gradient(to top left, transparent 49%, #ffff00 49%);
    -webkit-background-size: 20% 40%, 22% 42%, 22% 42%, 23% 42%, 23% 42%, 23% 42%;
    -moz-background-size: 20% 40%, 22% 42%, 22% 42%, 23% 42%, 23% 42%, 23% 42%;
    -ms-background-size: 20% 40%, 22% 42%, 22% 42%, 23% 42%, 23% 42%, 23% 42%;
    -o-background-size: 20% 40%, 22% 42%, 22% 42%, 23% 42%, 23% 42%, 23% 42%;
    background-size: 20% 40%, 22% 42%, 22% 42%, 23% 42%, 23% 42%, 23% 42%;
    background-position: 50% 50%, 32% 5%, 70% 100%, 50% 50%, 33% 7%, 69% 98%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: skewY(-30deg) skewX(-30deg);
    -moz-transform: skewY(-30deg) skewX(-30deg);
    -ms-transform: skewY(-30deg) skewX(-30deg);
    -o-transform: skewY(-30deg) skewX(-30deg);
    transform: skewY(-30deg) skewX(-30deg);
    z-index: 2;
}

@keyframes stormy_thunder {
    0% {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);

    }
    5% {
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        transform: rotate(-3deg);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    10% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-opacity: 0.5;
        -moz-opacity: 0.5;
        -ms-opacity: 0.5;
        -o-opacity: 0.5;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }
    15% {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

/*============== Snowy ===================*/
.snowy {
    z-index: 10;
    background-color: #fff;
}

.snowy:after {
    background-color: #fff;
}

.snowy:before {
    background-color: #fff;
}

.snowy .shadow {
    background-color: #F7F7F7;
    height: 20px;
    width: 100px;
    position: absolute;
    margin-top: 80px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    z-index: -10;
}

.snowy .shadow:after {
    display: none;
}

.snowy .shadow:before {
    display: none;
}

.snowy-sub-wheather .droplet {
    width: 8px;
    height: 8px;
    margin-top: 0px;
    background: #fff !important;
    border: 1px solid #F4F4F4;
}

/*=========== Suny ================*/

.suny {
    margin-top: 20px;
    margin-left: -120px;
}

.sun {
    width: 50px;
    height: 50px;
    -webkit-box-shadow: 0px 0px 113px 23px #fcfc14;
    -moz-box-shadow: 0px 0px 113px 23px #fcfc14;
    -ms-box-shadow: 0px 0px 113px 23px #fcfc14;
    -o-box-shadow: 0px 0px 113px 23px #fcfc14;
    box-shadow: 0px 0px 50px 9px #fcfc14;
    background: #f9db62;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    margin-left: 20px;

}

.mount {
    width: 0;
    height: 0;

    position: absolute;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 60px solid #12CC5C;
}

.mount1 {
    margin-left: 30px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 40px solid #08BF51;
    margin-top: 20px;
}

.mount2 {
    margin-left: 60px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 40px solid #2BA01C;
    margin-top: 20px;
}

/*======== Mostly Suny ============*/

.mostly-suny .cloudy {
    position: absolute;
    margin-top: -20px;
    -webkit-animation: moveclouds 10s linear infinite;
    -moz-animation: moveclouds 10s linear infinite;
    -ms-animation: moveclouds 10s linear infinite;
    -o-animation: moveclouds 10s linear infinite;
    animation: moveclouds 10s linear infinite;
    -webkit-animation: moveclouds 10s linear infinite;
    -moz-animation: moveclouds 10s linear infinite;
    -ms-animation: moveclouds 10s linear infinite;
    -o-animation: moveclouds 10s linear infinite;
    animation: moveclouds 10s linear infinite;
    -webkit-animation: moveclouds 10s linear infinite;
    -moz-animation: moveclouds 10s linear infinite;
    -ms-animation: moveclouds 10s linear infinite;
    -o-animation: moveclouds 10s linear infinite;
    animation: moveclouds 10s linear infinite;
}

@-webkit-keyframes moveclouds {
    0% {
        margin-left: 25px;
    }
    100% {
        margin-left: -25px;
    }
}

@-moz-keyframes moveclouds {
    0% {
        margin-left: 25px;
    }
    100% {
        margin-left: -25px;
    }
}

@-o-keyframes moveclouds {
    0% {
        margin-left: 25px;
    }
    100% {
        margin-left: -25px;
    }
}

/*============ Hazy ================*/

.hazy {
    -webkit-animation: moveclouds 10s linear infinite;
    -moz-animation: moveclouds 10s linear infinite;
    -ms-animation: moveclouds 10s linear infinite;
    -o-animation: moveclouds 10s linear infinite;
    animation: moveclouds 10s linear infinite;
    -webkit-animation: moveclouds 10s linear infinite;
    -moz-animation: moveclouds 10s linear infinite;
    -ms-animation: moveclouds 10s linear infinite;
    -o-animation: moveclouds 10s linear infinite;
    animation: moveclouds 10s linear infinite;
    -webkit-animation: moveclouds 10s linear infinite;
    -moz-animation: moveclouds 10s linear infinite;
    -ms-animation: moveclouds 10s linear infinite;
    -o-animation: moveclouds 10s linear infinite;
    animation: moveclouds 10s linear infinite;
}

.hazy,
.hazy:after,
.hazy:before {
    background-color: #ddd;
    -webkit-box-shadow: 0px 0px 80px 23px #ddd;
    -moz-box-shadow: 0px 0px 80px 23px #ddd;
    -ms-box-shadow: 0px 0px 80px 23px #ddd;
    -o-box-shadow: 0px 0px 80px 23px #ddd;
    box-shadow: 0px 0px 80px 23px #ddd;
}

/*============= Tornado ================*/


.tornado .cloudy {
    background-color: #ddd;
}

.tornado .cloudy:after {
    background-color: #ddd;
}

.tornado .cloudy:before {
    background-color: #ddd;
}

.tornado .wind {
    margin-top: 5px;
    margin-left: 10px;
    background-color: #ddd;
    width: 80px;
    height: 2px;
    -webkit-border-radius: 20%;
    -moz-border-radius: 20%;
    -ms-border-radius: 20%;
    -o-border-radius: 20%;
    border-radius: 20%;
    -webkit-animation-name: spinner;
    -moz-animation-name: spinner;
    -ms-animation-name: spinner;
    -o-animation-name: spinner;
    animation-name: spinner;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: spinner;
    -moz-animation-name: spinner;
    -ms-animation-name: spinner;
    -o-animation-name: spinner;
    animation-name: spinner;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

div#close_mobnav {
    position: absolute;
    right: 29px;
    top: 10px;
    cursor: pointer;
    font-size: 22px;
}

.tornado .wind2 {
    width: 60px;
    margin-left: 10px;
}

.tornado .wind3 {
    width: 40px;
    margin-left: 30px;
}

.tornado .wind4 {
    width: 20px;
    margin-left: 30px;
}

@-webkit-keyframes spinner {
    from {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    to {
        -webkit-transform: rotateY(-360deg);
        -moz-transform: rotateY(-360deg);
        -ms-transform: rotateY(-360deg);
        -o-transform: rotateY(-360deg);
        transform: rotateY(-360deg);
    }
}

@keyframes spinner {
    from {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    to {
        -webkit-transform: rotateY(-360deg);
        -moz-transform: rotateY(-360deg);
        -ms-transform: rotateY(-360deg);
        -o-transform: rotateY(-360deg);
        transform: rotateY(-360deg);
        -webkit-transform: rotateY(-360deg);
        -moz-transform: rotateY(-360deg);
        -ms-transform: rotateY(-360deg);
        -o-transform: rotateY(-360deg);
        transform: rotateY(-360deg);
        -webkit-transform: rotateY(-360deg);
        -moz-transform: rotateY(-360deg);
        -ms-transform: rotateY(-360deg);
        -o-transform: rotateY(-360deg);
        transform: rotateY(-360deg);
    }
}

/*==================== Toggle On Off ======================*/

.onoffswitch {
    position: relative;
    width: 99px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 36px;
    padding: 0;
    line-height: 36px;
    border: 2px solid #CCCCCC;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    -ms-border-radius: 36px;
    -o-border-radius: 36px;
    border-radius: 36px;
    background-color: #FFFFFF;
    -webkit-transition: background-color 0.3s ease-in;
    -moz-transition: background-color 0.3s ease-in;
    -ms-transition: background-color 0.3s ease-in;
    -o-transition: background-color 0.3s ease-in;
    transition: background-color 0.3s ease-in;
}

.onoffswitch-label:before {
    content: "";
    display: block;
    width: 36px;
    margin: 0px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 61px;
    border: 2px solid #CCCCCC;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    -ms-border-radius: 36px;
    -o-border-radius: 36px;
    border-radius: 36px;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #FBFBFB;
}

.onoffswitch-checkbox:checked + .onoffswitch-label,
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    border-color: #F4F4F4;
}

.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 0px;
}

/*=========== on off switch default ==============*/

.mini-onoffswitch {
    position: relative;
    width: 60px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mini-onoffswitch .onoffswitch-checkbox {
    display: none;
}

.mini-onoffswitch .onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 20px;
    padding: 0;
    line-height: 36px;
    border: 1px solid #CCCCCC;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    background-color: #FFFFFF;
    -webkit-transition: background-color 0.3s ease-in;
    -moz-transition: background-color 0.3s ease-in;
    -ms-transition: background-color 0.3s ease-in;
    -o-transition: background-color 0.3s ease-in;
    transition: background-color 0.3s ease-in;
}

.mini-onoffswitch .onoffswitch-label:before {
    content: "";
    display: block;
    width: 30px;
    margin: 0px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 31px;
    border: 1px solid #CCCCCC;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.mini-onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #FBFBFB;
}

.mini-onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-label,
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    border-color: #F4F4F4;
}

.mini-onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 0px;
}

.onoffswitch-primary .onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #1c84c6;
}

.onoffswitch-info .onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #73CAEF;
}

.onoffswitch-warning .onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #ff6b00;
}

.onoffswitch-success .onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #20C572;
}

.onoffswitch-danger .onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #FF6656;
}

.registr_block {
    margin-top: 60px;
    margin-bottom: 30px;
    padding-top: 25px;
    background: #132734;
}

.input_reg {
    width: 100%;
    margin-bottom: 15px;
    height: 30px;
    border: 1px solid #fff;
    padding: 5px;
}

.select_reg {
    width: 100%;
    margin-bottom: 15px;
    height: 30px;
    border: 1px solid #fff;
}

.button_reg {
    width: 100%;
    margin-bottom: 20px;
    background: #053775;
    border: 1px solid #053775;
    color: #fff;
    padding: 8px;
    transition: 0.4s;
    text-transform: uppercase;
    /*font-family: Roboto;*/

}

.button_reg:hover {
    background: #ff6b00;
    /*border:1px solid orange;*/
}

.imgreg {
    margin-top: 30px;
}

.imgreg > img {
    width: 70%;
}

.block_login {
    margin-top: 50px;
    padding: 25px 40px;
    width: 80%;
    margin: 0 auto;

}

.block_login > button {
    border: none;
    color: #fff;
    transition: 0.4s;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    background: #053775;

}

.block_login > button:hover {
    background: #ff6b00;

}

.slesh {
    color: #fff;
}

.cover {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.cover > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 10;
}

.titleCountres {
    position: absolute;
    color: #fff;
    font-family: Robotomedium;
    left: 0;
    right: 0;
    font-size: 29px;
    top: 35%;
    display: inline-block;
    width: 100%;
    text-align: center;
    z-index: 25;
}

.titleabout {
    position: absolute;
    color: #fff;
    font-family: Robotomedium;
    left: 25%;
    right: 0;
    font-size: 36px;
    top: 35%;
    display: inline-block;
    width: 50%;
    text-align: center;
    text-shadow: 0px 0px 3px black;
    z-index: 25;
}

.contact-page-block{
    display: flex;
    justify-content: space-between;
}

.contact-item .titleabout{
    position: unset;
    color: #868686;
    left: 40%;
    right: 0;
    font-size: 25px;
    top: 35%;
    display: flex;
    width: 100%;
    text-align: left;
    text-shadow: none;
    z-index: 25;
}

.contact-item{
    width: 50%;
}

.AlfaBet {
    text-transform: uppercase;
    margin-left: 25px;
    font-size: 22px;
    color: gray;
}

.filtrCountryBlock {
    box-shadow: 0px 2px 4px -3px grey;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 5px;

}

.btntypeFiltr {
    border: 1px solid #222e3a;
    padding: 3px;
    display: inline-block;
    margin-left: 10px;
    font-size: 13px;
}

.btntypeFiltr_Active {
    background: #222e3a;
    color: #fff;
}

.listCountry li {
    list-style-type: none;
    margin-bottom: 20px;
}

.blockCountryList {
    margin-bottom: 15px;
    /*padding-top: 20px;*/
}

.wrapperListCountry {
    /*margin-bottom: 30px;*/
}

.contentCountry {
    margin-top: 30px;
    margin-bottom: 30px;
}

.navigation > a {
    color: grey;
    font-family: Roboto;
    text-decoration: none;
}

.navigation {
    color: grey;
    font-family: Roboto;
}

.Flag {
    position: absolute;
    bottom: 30px;
    left: 8.33%;
}

.sublist {
    list-style-type: none;
}

.sublist li {
    border: 1px solid #d8d5d5;

    margin-top: 5px;
    color: grey;
    position: relative;
}

.sublist > li > a {
    text-decoration: none;
    display: inherit;
    color: grey;
    padding: 5px;
    transition: 0.2s;

}

.sublist > li > a:hover {
    color: #fff;
    background: #053775;
}

.support_main {
    margin-bottom: 35%;
}

.nextSub {
    position: absolute;
    right: 15px;
    top: 7px;
}

.activeNav {
    color: #ff6b00;
    cursor: no-drop;
}

.activ_sub > a {
    /*border-left: 5px solid #053775 !important;*/
    background: grey !important;
    color: #fff !important;
}

.rightNopadd strong{
    font-size: 18px;
    font-weight: bold;
    font-family: RobotoLight, sans-serif;
}



.footerlogo > a > img {
    width: 55%;
    margin-left: 15%;
    margin-top: 15px;
}


.master > img {
    width: 65%;
    margin-left: 23%;
}

.visa > img {
    width: 90%;
    margin-top: 10%;
}

.paypal > img {
    margin-top: 2%;
    margin-left: 6%;
    width: 82%;
}

.copyRight {
    font-size: 12px;
    text-align: center;
    color: grey;
    margin-bottom: 19px;
    padding-top: 27px;
}

.paymanttype {
    margin-top: 17px;
}

.modal_registraton {
    position: fixed;
    width: 30%;
    height: 200px;
    background: #142a38;
    top: 30%;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    display: none;
    z-index: 1000;
    padding: 20px;
    border-radius: 5px;
}

.modal_registraton > p {
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-family: Robotomedium;
}

.group_btn {
    text-align: center;
    margin-top: 35px;
}

.book_reg_btn {
    width: 100px;
    background: #ff6b00;
    border: 1px solid #ff6b00;
    color: #fff;
    padding: 5px;
    transition: 0.4s;
}

.book_reg_btn:hover {
    background: orange;
    border: 1px solid orange;
}

.myhotel {
    margin-top: 30px;
    margin-bottom: 30px;
}

.titleFooter {
    margin-top: 30px;
    font-family: Roboto;
    font-size: 17px;
    color: black;
}

.addressFooter {
    font-family: Roboto;
    font-size: 17px;
    color: grey;
}

.phoneFooter {
    font-family: Roboto;
    font-size: 17px;
    color: grey;
}

.mailFooter {
    font-family: Roboto;
    font-size: 17px;
    color: grey;
}

.openFooter {
    font-family: Roboto;
    font-size: 17px;
    color: grey;
}

.infolistFooter {
    list-style-type: none;
}

.infolistFooter > li {
    font-family: Roboto;
    color: grey;
}

.titlelogin {
    color: #fff;
    margin-bottom: 15px;
}

.titleReg {
    color: #fff;
    margin-bottom: 15px;
}

.mainGallery {
    margin-top: 15px;
}

.imgBlock {
    /*width: 24%;*/
    /*float: left;*/
    /*margin-left: 1%;*/

}

.imgBlock img {
    width: 100%;
    padding: 5px;

}

.abouttext {
    margin-top: 20px;
    margin-bottom: 40px;
}

.imgBlocks img {
    width: 100%;
    padding: 5px;
}

.selectAlph {
    padding: 2.5px;
    border: 2px solid #222e3a;
    margin-top: 0px;
}

.flags {
    display: inline-block;
    width: 30px;
    margin-right: 7px;
    margin-bottom: 15px;
}

.flags > img {
    width: 100%;
}

.title_partners {
    text-align: center;
    font-size: 22px;
    font-family: Robotobold;
    margin-top: 15px;
    color: #707070;

}

.text_partners {
    text-align: center;
    font-family: Roboto;

}

.img_block_partner {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;


}

.img_partners {
    background: #F4F4F4;
    height: 90px;
    overflow: hidden;
    position: relative;

}

.img_partners > img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    padding: 15px;
}

.wraper_parters {
    margin-top: 40px;
    margin-bottom: 60px;
}

.title_login {
    text-align: center;
    margin-top: 40px;
    font-family: Roboto;
    font-size: 32px;
    color: #053775;
    font-family: RobotoLight;

}

.text_login {
    text-align: center;
    font-family: Roboto;
    font-size: 22px;

}

.red {
    color: red;
}

.login, .pass {
    width: 100%;
    font-family: "Ubuntu Light";
    vertical-align: middle;
    margin: 0;
    margin-bottom: 15px;
    height: 40px;
    padding-left: 8px;
    font-size: inherit;
    border: 2px solid #D3D3D4;
    border-radius: 2px;
    opacity: 1;
    outline: none;
    background-color: #fff;
    transition: border 0.16s ease-out;
    -webkit-appearance: none;
}

.loginbtn {
    font-weight: bold;
}

.remember {
    font-family: RobotoLight;
    font-size: 14px;
    color: grey;
    margin-right: 7px;
}

.loginreg {
    text-align: center;
    margin-top: 30px;
    font-family: Robotobold;
}

.loginreg > span {
    background: #142a38;
    color: #fff;
    padding: 8px;
    border-radius: 5px;
    font-family: Roboto;
}

.wraperogin {
    margin-top: 100px;
    margin-bottom: 270px;

}

.wrapperAcount {
    margin-top: 50px;
    margin-bottom: 500px;
}

.acoun_item {
    padding-top: 5px;
    font-family: Robotobold;
}

.block_acount_item {
    box-shadow: 1px 1px 3px grey;
    padding-top: 15px;
    padding-bottom: 15px;
}

.news_img {
    height: 220px;
    position: relative;
}

.new-img-style{
    float: left;
    margin: 0 20px 5px 0;
}
.new-img-style img{
    max-width: 500px;
    border-radius: 5px;
}

.news_img img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.news_date {
    position: absolute;
    width: 200px;
    bottom: 25px;
    background-color: #ff6b00;
    color: #FFFFFF;
    font-family: RobotoLight;
    padding: 8px 0px;
    padding-left: 15px;
    font-size: 18px;
    text-align: center;
}

.news_title {
    height: 50px;
    overflow: hidden;
}

.news_title p {
    font-family: RobotoLight;
    font-size: 18px;
    padding: 11px 5px 0px 5px;
    text-align: center;
    color: #142a38;
    font-weight: bold;
}

.news_text {
    height: 51px;
    overflow: hidden;
}

.news_text p {
    font-family: Roboto;
    font-size: 12px;
    color: #868686;
    padding: 0px 5px 0px 5px;
}

.tinfo_a {

}

.news_mains {
    margin-top: 60px;
    margin-bottom: 60px;
}

.news_m {
    margin-bottom: 30px;
}

.read_more_news {
    text-align: right;
    margin-top: 10px;
}

.read_more_news span {
    font-size: 16px;
    font-family: Robotobold;
    cursor: pointer;
    padding: 5px 10px;
    cursor: pointer;
    background-color: #ff6b00;
    color: #FFFFFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.read_more_news a:hover {
    text-decoration: none;
}

.lnew_title {
    font-size: 32px;
    font-family: Robotobold;
    margin-bottom: 18px;
    color: #142a38;

}

.lnew_date {
    width: 200px;
    bottom: 25px;
    background-color: #ff6b00;
    color: #FFFFFF;
    font-family: RobotoLight;
    padding: 8px 0px;
    padding-left: 15px;
    font-size: 18px;
    text-align: center;
}

.lnew_title span {
    color: #142a38;

}

.lnew_img {
    width: 80px;
    height: 60px;
    /*border: 3px solid #e2e2e2;*/
    float: left;
}

.lnew_img img {
    width: 100%;
    height: 100%;
    object-fit: unset;
    border-radius: 5px;
}

.lnew_props {
    float: left;
    margin-left: 8px;
    width: 77%;
}

.lnews_titles {
    font-size: 18px;
    font-family: Robotobold;
    margin-top: 3px;
    margin-bottom: 3px;
    height: 46px;
    overflow: hidden
}

.lnews_dates {
    font-size: 14px;
    font-family: RobotoLight;
}

.lnew_items {
    margin-top: 20px;
}

.lnew_items:first-child {
    margin-top: 30px;
}

.contact_map {
    height: 450px;
    overflow: hidden;
}

.cont_inps {
    margin-top: 15px;
}

.cont_inps input {
    width: 100%;
    border: 1px solid #aeafaf;
    padding: 15px;
    font-size: 16px;
    font-family: RobotoLight;
    outline: none;
}

.title_verification {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 24px;
    font-family: Roboto;
    font-weight: 600;
    text-decoration: underline;
}

.cont_texts {
    margin-top: 15px;
}

.cont_texts textarea {
    width: 100%;
    border: 1px solid #aeafaf;
    padding: 15px;
    font-size: 16px;
    font-family: RobotoLight;
    outline: none;
    resize: none;
}

.cont_submit {
    margin-top: 22px;
}

.cont_submit button {
    background-color: #142a38;
    color: #FFFFFF;
    cursor: pointer;
    padding: 8px 30px;
    font-family: Robotobold;
    font-size: 18px;
    border: none;
}

.cont_tst span {
    font-size: 24px;
    font-family: Robotomedium;
    color: #142a38;
}

.cont_tst {
    margin-top: 15px;
}

.cont_tst p {
    font-family: Roboto;
    font-size: 12px;
    color: #868686;
    margin-top: 13px;
}

.g_reqs {
    margin-top: 17px;
}

.g_reqs p {

    font-family: Roboto;
    font-size: 12px;
    color: #868686;
    margin-top: 5px;
}

.g_reqs span {
    font-size: 16px;
    font-family: Robotomedium;
    color: #142a38;
}

.pcnone {
    display: none;
}

.search_api {
    position: relative;
    z-index: 100;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    left: 0%;
    top: 32%;
    right: 0;
    width: 49%;
}

.swiper-button-prev {

}

.swiper-button-next {


}

.prevslideBtn {
    position: absolute;
    left: 2px !important;
    z-index: 1000000;
    cursor: pointer;
    color: #fff;
    font-size: 50px;
    top: 45%;
}

.nextslideBtn {
    position: absolute;
    right: 2px !important;
    z-index: 1000000;
    cursor: pointer;
    color: #fff;
    font-size: 50px;
    top: 45%;
}

.nav_acount {
    margin-top: 50px;
}

.list_account {
    list-style-type: none;
    padding: 0;
}


.list_account li {
    background: #fdfeff;
    margin-bottom: 7px;
    padding: 10px;
    color: #ff6b00;
    border: 1px solid #ff6b00;
    transition: 0.4s;
    cursor: pointer;
    text-align: center;
    border-radius: 30px;
}

.list_account li:hover {
    background: #ff6b00;
    color: #fff;
}

.acountactive {
    background: #ff6b00 !important;
    color: #fff !important;
}

.disable {
    background: #FFFFFF !important;
    border: 1px solid #142a38 !important;
    cursor: no-drop !important;
    color: #142a38 !important;
}

.info_tour_description > ul {
    margin-left: 15px;
}

.contact_page_social_icon {
    position: absolute;
    width: 30%;
    z-index: 30;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    bottom: 30px;
}

.contact_page_social_icon ul {
    list-style-type: none;

}

.contact_page_social_icon ul > li {
    width: 50px;
    height: 50px;
    border: 1px solid #142a38;
    border-radius: 25px;
    display: inline-block;
    font-size: 28px;
    color: #ff6b00;
    padding-top: 9px;
    background: #142a38;
    margin-right: 15px;
    transition: 0.4s;
}

.contact_page_social_icon ul > li:hover {
    box-shadow: 0px 0px 67px 8px #ffff;
}

.option_icon {
    width: 30px;
}

.all_option {
    border-top: 1px solid #ccc;
    margin-top: 10px
}

.form-group .col-sm-12{
    padding-left: 0;
}
.for-padding{
    margin-bottom: 15px;
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {

    .headers {
        height: 60px;
    }

    .logo > a > img {
        height: 40px;
        margin-top: 11px;
    }

    .titleabout {
        position: absolute;
        color: #fff;
        font-family: Robotomedium;
        left: 20%;
        right: 0;
        font-size: 29px;
        top: 24%;
        display: inline-block;
        width: 60%;
        text-align: center;
        text-shadow: 0px 0px 3px black;
    }

    #myCarousel {
        width: 100%;
        margin-left: 7%;
    }

    .cover {
        position: relative;
        height: auto;
        min-height: 230px;
        overflow: hidden;
    }

    .price_text_info {

        font-size: 13px;
    }

    .img_tour {
        height: 145px !important;
        overflow: hidden;
    }

    .logo > a > img {
        height: 30px;
        margin-top: 18px;
    }

    .downtext {
        font-size: 35px;
    }

    .Tititle_ {
        margin-top: 17%;
    }

    .wrap_tour {
        height: 310px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .wrap_tours_col {
        flex: none;
    }

    .mainSlide_images img {
        max-width: 100%;
        max-height: 100%;
    }

    .mainslide {
        height: 480px;
    }

    .logo > a > img {
        width: 100%;
        margin-top: 12px;
    }

    #myCarousel {
        width: 100%;
    }

    .infoSlide {
        position: absolute;
        width: 95%;
        top: 5%;
        left: 0;
        right: 0;
        margin-right: auto;
        margin-left: auto;
        z-index: 10;

    }

    .search_api {
        position: relative;
        z-index: 100;
        height: 100px;
        margin-left: auto;
        margin-right: auto;
        left: 0%;
        top: 35%;
        right: 0;
        width: 70%;
    }

    .uptext {
        font-size: 17px;
        font-family: RobotoLight;
    }

    .downtext {
        font-family: Robotobold;
        font-size: 30px;
    }

    .prevslideBtn {
        left: 5px !important;
    }

    .nextslideBtn {
        right: 5px !important;
    }

    .lnew_props {
        width: 70%;
    }

    .lnews_titles {
        font-size: 13px;
    }

    .lnew_img {
        width: 70px;
    }

    .lnew_img img {
        width: 100%;
        height: 100%;
    }

    .titleabout {
        font-size: 22px;
    }

    .imgBlocks {
        position: relative;
        height: 200px;
    }

    .imgBlocks img {
        position: absolute;
        height: 100%;
    }

    .block_login {
        margin-top: 50px;
        padding: 25px 40px;
        width: 100%;
        margin: 0 auto;
    }

    .cover {
        position: relative;
        height: 215px;
        overflow: hidden;
        position: relative;
    }
}


@media screen and (min-width: 481px) and (max-width: 780px) {
    .hotel_content {
        width: 100% !important;
    }

    .searc_h {
        width: 680px !important;
    }

    .btn_search > p {
        margin-bottom: 0;
        color: #fff;
        width: 100px;
        display: flex;
        justify-content: center;
    }

    .item_result_h {
        width: 228px !important;
        margin-right: -5px !important;

    }

    .treck {
        margin-bottom: 15px;
    }

    .mainslide {
        height: 290px;
    }

    .search_api {
        position: relative;
        z-index: 100;
        height: 100px;
        margin-left: auto;
        margin-right: auto;
        left: 0%;
        top: 9px;
        right: 0;
        width: 85%;
    }

    .search_api {
        position: relative;

        width: 85%;
    }

    .downtext {
        font-size: 26px;
    }

    #myCarousel {
        width: 100%;
        margin-left: 15%;
        display: none;
    }

    .nextslideBtn {
        right: 7px !important;
    }

    .prevslideBtn {
        left: 7px !important;
    }

    .footerlogo {
        text-align: center;
    }

    .footerlogo > a > img {
        width: 40%;
        margin-left: 0;
    }

    .paymanttype {
        display: block;
    }

    .copyRight {
        margin-top: 0 !important;
    }

    .sublist {
        list-style-type: none;
        padding-left: 15px;
    }

    .filtrCountryBlock {
        margin-top: 0px;
    }

    .sublist {

        margin-bottom: 16px;
    }

    .text {
        text-align: justify;
        padding-right: 15px;
    }

    .news_mains {
        margin-top: 20px;
    }

    .lnew_title {
        font-size: 29px;
        font-family: Roboto;
        margin-bottom: 15px;
        margin-top: 10px;
    }

    .lnew_ck {
        text-align: justify;
    }

    .lnew_img {
        width: 70px;
        height: 55px;
        border: 3px solid #e2e2e2;
        float: left;
        overflow: hidden;
    }

    .lnew_items {
        margin-top: 20px;
        width: 50%;
        float: left;
        float: left;
    }

    .imgBlocks {
        overflow: hidden;
        height: 200px;
    }

    .titleabout {
        left: 10%;
        font-size: 22px;
        top: 10%;
        width: 80%;
    }

    .logo > a > img {
        width: 100%;
        margin-top: 18px;
    }

    .cover {
        position: relative;
        height: 106px;
        overflow: hidden;
    }

    .mobpadleft {
        padding-left: 15px;
    }

    .mobpadd {
        padding: 0 !important;
    }
    .contact-page-block{
    flex-direction: column-reverse;
}
    .contact-item {
        padding: 20px 15px;
        width: 100%;
    }
    .contact-item .titleabout {
        font-size: 20px;
    }

}

@media (max-width: 480px) {
    .ticket-block {
        flex-direction: column;
        padding-bottom: 10px;
    }

    .ticket-block .text-info {
        display: flex;
        flex-direction: column;
    }

    .ticket-block .text-info .title {
        order: 1;
    }

    .ticket-block .text-info .location-info {
        order: 2;
    }

    .ticket-block .text-info .description {
        order: 3;
    }

    .ticket-block .text-info .price-block {
        order: 4;
    }

    .ticket-block .text-info .price-block button {
        align-self: flex-end;
    }
    .contact-page-block{
        flex-direction: column-reverse;
    }
    .contact-item {
        padding: 0 15px;
        width: 100%;
    }
    .contact-item .titleabout {
        font-size: 20px;
    }
}

.mainSlide_images_name {
    position: absolute;
    z-index: 50000;
    top: 45%;
    cursor: pointer;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: white;
    font-size: 22px;
    font-family: Robotomedium;
    text-transform: uppercase;
}

.first_news {
    height: 160px;
}

.slide_image {
    height: 100vh !important;
}

.titlesupport {
    font-size: 24px;
    font-family: RobotoLight;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 25px;
    text-transform: uppercase;
    text-align: center;
    display: block;
}

.support_main {

}

.support_item {

}

.support_question {
    border: 1px solid #c3c3c3;
    padding: 10px;
    font-family: RobotoLight;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    background: #142a38;
    color: #fff;
    position: relative;
}

.icon_question {
    position: absolute;
    right: 25px;
    top: 15px;
    font-size: 18px;
    color: #fff;
}

.icen_pay {
    height: 30px;
    overflow: hidden;
}

.support_answer {
    font-size: 14px;
    border: none;
    padding: 0px;
    margin-bottom: 10px;
    font-family: RobotoLight;
    height: 0px;
    overflow: hidden;
    transition: 0.2s;
}

.support_answer_active {
    border: 1px solid #c3c3c3;
    padding: 10px;
    height: auto;
    overflow: auto;
    border-top: none;
}

.acc_resave {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.acc_resave button {
    padding: 5px 50px;
    display: block;
    background: #ff6b00;
    border: 1px solid #ff6b00;
    color: #ffffff;
    font-family: Ubuntu;
    font-size: 16px;
    cursor: pointer;
    border-radius: 3px;
    transition: 0.2s;
}

.acc_resave button:hover {
    border: 1px solid #053775;
    background: #053775;
}

.wraperoginLogin {
    margin-top: 200px;
    padding-left: 30px;
    padding-right: 30px;
}

.borderRight {
    border-left: 1px solid #cccccc;
}

.imglang {
    width: 22px;
    margin-right: 5px;
}

.activelang {
    /*border: 1px solid #ff6b00;*/
    padding: 3px;
    color: #ff6b00 !important;
}

.error_regs {
    color: #9c0000;
    font-size: 18px;
    font-family: Ubuntu;
    text-align: center;
}

@media screen and (min-width: 1024px) and (max-width: 1366px) {
    .footerlogo > a > img {
        width: 250px;
    }

    .logo {
        width: 270px;
    }

    .hotel_content {
        width: 100% !important;
    }

    .item_result_h {
        width: 226px !important;
        margin-right: 0 !important;
        margin-left: 23px !important;
    }

}

.listCountry a:hover {
    text-decoration: underline;
}

.footerBlockList a:hover {
    text-decoration: underline;
}

.cover_layer {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
    z-index: 15;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.send_cont_success {
    color: #009c07;
    font-size: 24px;
    text-align: center;
}

.active_h_pages {
    color: #ff6b00 !important;
}

.information > li {
    display: block !important;
}

.img_tour {
    height: 185px;
    overflow: hidden;
}

.num_people {
    list-style-type: none;
    margin: 12px 0px;
}

.num_people li {
    display: block;
    float: left;
    user-select: none;
}

.num_pe_title {
    font-family: Robotomedium;
    margin-right: 10px;
    padding-top: 2px;
}

.num_pe_plus {
    border: 2px solid #9a9a9a;
    border-left: none;
    padding: 0px 5px;
    background: #9a9a9a26;
    color: #7f7e7e;
    cursor: pointer;
}

.num_pe_count {
    font-weight: bold;
    border: 2px solid #9a9a9a;
    border-left: none;
    border-right: none;
    padding: 0px 5px;
    background: #9a9a9a26;
    color: #000000;

}

.num_pe_min {
    cursor: pointer;
    border: 2px solid #9a9a9a;
    border-right: none;
    padding: 0px 5px;
    background: #9a9a9a26;
    color: #7f7e7e;
}


.num_pe_plus_c {
    border: 2px solid #9a9a9a;
    border-left: none;
    padding: 0px 5px;
    background: #9a9a9a26;
    color: #7f7e7e;
    cursor: pointer;
}

.num_pe_count_c {
    font-weight: bold;
    border: 2px solid #9a9a9a;
    border-left: none;
    border-right: none;
    padding: 0px 5px;
    background: #9a9a9a26;
    color: #000000;

}

.num_pe_min_c {
    cursor: pointer;
    border: 2px solid #9a9a9a;
    border-right: none;
    padding: 0px 5px;
    background: #9a9a9a26;
    color: #7f7e7e;
}


.option_addeds {
    list-style: none;
}

.option_addeds li {
    color: #161616;
}

.option_addeds span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px !important;
    padding-right: 5px;
}

.mewtwo-widget .mewtwo-hotels-guests .mewtwo-hotels-guests__text {
    top: 16px !important;
}

.blissey-widget .blissey-widget-footer {
    display: none;
}

.blissey-widget-tabs {
    margin-top: 60px;
}

.page_tit_tour_g {
    text-transform: uppercase;
}

.img_apitude_wrap {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
}

.tude_image {
    width: 100px;
    height: 100px;
    /*display: flex;*/
    float: left;
}

.all_hotel {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}

.item_h {
    width: 32%;
    height: 315px;
    margin-left: 1.32%;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 3px;

}

.api_h_stars {
    color: gold;
}

.img_hotel_api > img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.img_hotel_api {
    height: 200px;
    position: relative;
    overflow: hidden;
}

/*.item_h:nth-of-type(3n+1) {*/
/*margin-left: 0;*/
/*}*/
.info_api_h {
    padding: 5px 10px;
}

.api_h_title {
    font-size: 17px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 3px;
}

.api_h_desc {
    font-size: 13px;
    max-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
}

.hotels_a_cover {
    height: 300px;
    background-image: url("../images/content/hcover.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.hotels_a_black {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    z-index: 50;
    width: 100%;
    height: 100%;
}

.hotels_a_info {
    position: absolute;
    display: flex;
    height: 100%;
    flex: 1;
    align-items: center;
    justify-content: center;
    z-index: 51;
    flex-direction: column;
}

.hotels_a_text {
    text-align: center;
    width: 65%;
}

.hotels_a_title {
    color: #FFFFFF;
    font-size: 20px;
    font-family: Robotomedium;
    margin-bottom: 10px;
}

.hotels_a_infos {
    color: #FFFFFF;
    font-family: Robotolightitalic;
    font-size: 14px;
    margin-bottom: 10px;
}

.layer_opacity {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000052;
    left: 0;
}

.form_search_hotel {
    width: 70%;
    background: #0000009c;
    margin: 0 auto;
    height: 100px;
    display: flex;
    align-items: center;
    padding: 30px;
    border-radius: 4px;
    position: relative;
    margin-top: 35px;
}

#search {
    background: #ff6b00;
    border: 1px solid #ff6b00;
    color: #fff;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 3px;
}

#search > img {
    width: 25px;
    margin-right: 5px;
}

.form_country {
    display: flex;
    width: 200px;
    padding-right: 10px;
    position: relative;
    height: 40px;

}

.form_country > select {
    height: 40px;
}

#des_list_s {
    width: 100%;
    font-family: Robotolight;
}

#count_list_s {
    width: 100%;
    font-family: Robotolight;
}

.form_country > input {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    padding-right: 35px;
    border: 1px solid #fff;

}

.form_country > img {
    position: absolute;
    width: 25px;
    right: 20px;
    top: 10px;
}

.center_h {
    float: none;
    margin: 0 auto;
}

.result_country_h {
    position: absolute;
    background: white;
    top: 100%;
    width: 220px;
    overflow-y: scroll;
    max-height: 260px;
    box-shadow: 0px 5px 27px -10px black;
    display: none;
    z-index: 99999;

}

.result_country_h > ul {
    list-style-type: none;
    padding: 7px 15px;

}

.result_country_h > ul > li {
    margin-bottom: 3px;

}

.result_country_h::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.result_country_h::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.result_country_h::-webkit-scrollbar-thumb {
    background-color: #ff6b00;
    border: 2px solid #ff6b00;
}

.hotel_slider {
    height: 600px;
    width: 800px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;

}

.hotel_slider_nav {
    height: 160px;
}

.hotel_slider_nav_img {
    height: 130px;
    overflow: hidden;
    position: relative;
    border: 1px solid red;
}

.hotel_slider_nav_img img {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;

}

.nav_img_sl {
    /*border:1px solid red;*/
    padding: 5px;
    margin-bottom: 3px;
    height: 130px;
    overflow: hidden;
    box-sizing: border-box;
}

.nav_img_sl > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hotel_slider_img > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.slick-prev_h {
    position: absolute;
    top: 45%;
    left: 5px;
    z-index: 9999;
    background: #ff6b00;
    border: 1px solid #ff6b00;
    width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 15px;
}

.slick-next_h {
    position: absolute;
    top: 45%;
    right: 5px;
    z-index: 9999;
    background: #ff6b00;
    border: 1px solid #ff6b00;
    width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 15px;
}

.hotel_name_a {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.hotel_title_a {
    font-size: 22px;
}

.star_hotel {
    margin-left: 10px;
}

.star_hotel > span {
    font-size: 22px;
    color: gold;
}

.desc_hotel_a {
    margin-top: 25px;
    text-align: justify;
    margin-bottom: 25px;
    font-family: Robotolightitalic;
    padding: 0px;
}

.hd_tabs {
    /*display: flex;*/
    /*flex-direction: row;*/
    margin: 30px 0px;
}

.hd_tabs > div {
    padding: 0px 2px;
}

.hd_tabs > div > span {
    background: #063f63;
    width: 100%;
    color: #ffffff;
    text-align: center;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    font-family: Robotomedium;
}
.content-container-narrow h1{
    font-size: 18px;
    font-weight: bold;
}

.hd_tab_m {

}

.hd_book_tab {

}

.hd_tab_s {
    display: none;
}

.active_hd_tabs {
    display: flex !important;
    background: #ff6b00 !important;
}

.active_hd_tab_s {
    display: block;
    background-color: #ffffff;
    /*margin-bottom: 1000px;*/
}

.facilities_title {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 15px;
}

.t-dates{
    justify-content: center !important;
}

.facilities_list {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

.facilities_list > li {
    background: #ff6b00;
    color: #fff;
    margin-right: 5px;
    padding: 3px 5px;
    margin-bottom: 5px;
    border-radius: 3px;
}

.interestPoints {
    flex: 1;
    padding: 15px;
    border: 1px solid #efefef;
}

.interestPoints > ul {
    margin-bottom: 3px;
    vertical-align: middle;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
}

.interestPoints > ul > li {

}

.interestPoints_f {
    font-family: Robotolightitalic;
    font-size: 13px;
    color: #636363;
    display: flex;
    flex: 0 0 auto;
    padding: 1px 4px;
}

.interestPoints_s {
    font-family: Robotolightitalic;
    font-size: 13px;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    border-bottom: 1px dotted #969494;
    height: 15px;
}

.interestPoints_t {
    font-family: Robotolightitalic;
    font-size: 13px;
    color: #636363;
    padding-right: 8px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 4px;
}

.interestPoints_t > .fa-times {
    color: #636363;
}

.interestPoints_t > .fa-check {
    color: #ff6b00;
}

.list_rooms {
    display: flex;
    list-style-type: none;
    margin-top: 30px;
}

.hd_books_main_g {
    display: flex;
    flex-direction: row;
    position: relative;
}

.input_g_calendar {
    display: flex;

}

.input_g_calendar > input {
    display: flex;
    flex: 1;
    padding: 10px;
    border-radius: 3px;
    border: none;
    outline: none;
}

.hd_members_all_g {
    display: flex;
    flex-direction: row;
    flex: 1;
}

.hd_member_g {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.hd_member_g_section {
    display: flex;
    flex-direction: row;
    flex: 1;
    margin: 10px 2px 10px 2px;
    position: relative;
}

.hd_member_g_title {
    font-size: 14px;
    color: #FFFFFF;
}

.hd_member_g_main {
    display: flex;
    flex: 1;
    flex-direction: row;
    background: #ffffff;
    padding: 10px;
    border-radius: 3px;
    align-items: center;
    justify-content: space-between;
    /*position: relative;*/
    cursor: pointer;
}

.hd_member_num {
    font-size: 14px;
}

.hd_member_arr {

}

.select_rooms_g {
    position: absolute;
    top: 65px;
    background-color: #ffffff;
    color: #000000;
    flex: 1;
    left: 0;
    width: 200px;
    height: 40px;
    align-items: center;
    display: none;
    flex-direction: row;
    justify-content: space-around;
}

.active_select_rooms_g {
    display: flex;
}

.select_rooms_g_nums_text {
    font-size: 14px;
    font-family: Robotoitalic;
    display: flex;
    color: #282828;
    flex: 0.7;
    font-weight: 600;
}

.select_rooms_g_nums_minus {
    cursor: pointer;
    user-select: none;
    font-size: 14px;
    display: flex;
    color: #282828;
    font-family: RobotoLight;
}

.select_rooms_g_nums_num {
    user-select: none;
    font-size: 14px;
    display: flex;
    font-family: Robotoblack;
    color: #282828;
}

.select_rooms_g_nums_plus {
    cursor: pointer;
    user-select: none;
    font-size: 14px;
    display: flex;
    color: #282828;
    font-family: RobotoLight;
}


.select_adults_g {
    position: absolute;
    top: 65px;
    background-color: #ffffff;
    color: #000000;
    flex: 1;
    left: 0;
    width: 200px;
    height: 40px;
    align-items: center;
    display: none;
    flex-direction: row;
    justify-content: space-around;
}

.active_select_adults_g {
    display: flex;
}

.select_adults_g_nums_text {
    font-size: 14px;
    font-family: Robotoitalic;
    display: flex;
    color: #282828;
    flex: 0.7;
    font-weight: 600;
}

.select_adults_g_nums_minus {
    cursor: pointer;
    user-select: none;
    font-size: 14px;
    display: flex;
    color: #282828;
    font-family: RobotoLight;
}

.select_adults_g_nums_num {
    user-select: none;
    font-size: 14px;
    display: flex;
    font-family: Robotoblack;
    color: #282828;
}

.select_adults_g_nums_plus {
    cursor: pointer;
    user-select: none;
    font-size: 14px;
    display: flex;
    color: #282828;
    font-family: RobotoLight;
}

.hd_kids_g_main {
    display: flex;
    flex-direction: row;
    background: #ffffff;
    height: 40px;
    border-radius: 3px;
    align-items: center;
    justify-content: space-around;
}

.select_kids_g_nums_minus {
    user-select: none;
    font-size: 18px;
    display: flex;
    font-family: Robotoblack;
    color: #282828;
    cursor: pointer;
}

.select_kids_g_nums_num {
    user-select: none;
    font-size: 16px;
    display: flex;
    font-family: Robotoblack;
    color: #282828;
}

.select_kids_g_nums_plus {
    cursor: pointer;
    user-select: none;
    font-size: 18px;
    display: flex;
    font-family: Robotoblack;
    color: #282828;
}

.appended_kids {
    display: flex;
    flex-direction: column;
    flex: 1;
    background: #ffffff;
    position: absolute;
    top: 120px;
    width: 100%;
    left: 2px;
    z-index: 999999;
}

.appended_k_rows {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 8px;
    border-bottom: 1px solid #7d7d7d;
    background: whitesmoke;
}

.appended_k_rows:last-child {
    border: none;
}

.age_k_change {
    display: flex;
    flex-direction: row;
    flex: 0.3;
}

.age_k_ch_minus {
    justify-content: center;
    flex: 1;
    user-select: none;
    font-size: 18px;
    display: flex;
    font-family: Robotoblack;
    color: #282828;
}

.age_k_ch_age {
    justify-content: center;
    flex: 1;
    user-select: none;
    font-size: 18px;
    display: flex;
    font-family: Robotoblack;
    color: #282828;
}

.age_k_ch_plus {
    justify-content: center;
    flex: 1;
    user-select: none;
    font-size: 18px;
    display: flex;
    font-family: Robotoblack;
    color: #282828;
}

.age_k_title {
    font-family: RobotoItalic;
    display: flex;
    flex-direction: row;
    flex: 1;
}


.room_item {
    background: #ff6b00;
    color: #fff;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    margin-left: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.room_item:hover {
    background: #b05700;
}

.room_title {
    background: #142a38;
    color: #fff;
    height: 25px;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;


}

.roomModal {
    display: none;
}

.roomActive {
    background: #142a38;
}

.product_prop_ul {
    list-style-type: none;
    display: flex;
    flex-direction: row;
}

ul.product_prop_ul li {
    font-size: 16px;
}

li.prop_ul_name {
    flex: 0 0 auto;
    color: #737373;
}

li.prop_ul_bord {
    border-bottom: 2px dotted #737373;
    flex: 1 0 auto;
    margin: 6px 5px;
}

li.prop_ul_type {
    flex: 0 0 auto;
    color: #161616;
    width: 50%;
}

.forgot_password_wrap {
    height: 300px;
    margin-top: 25%;
    margin-bottom: 40%;
    border-radius: 4px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.7);
    padding: 30px;
    position: relative;
}

.title_f_p {
    font-size: 22px;
    text-align: center;
    margin-bottom: 40px;
    color: #ff6b00;
}

.f_p_input > input {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.send_btn_f_p {
    text-align: center;
    padding-top: 90px;
}

.send_f_p {
    width: 175px;
    height: 40px;
    background: #142a38;
    color: #fff;
    border: 1px solid #142a38;
    border-radius: 3px;
    transition: 0.3s;

}

.send_f_p:hover {
    background: #ff6b00;
    border: 1px solid #ff6b00;
}

.error_input {
    box-shadow: 0px 0px 4px red !important;
}

.emai_incorect {
    position: absolute;
    top: 0;
    left: 0;
    background: red;
    color: #fff;
    width: 100%;
    display: none;
    padding: 2px;
    text-align: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.nat_user {
    position: absolute;
    top: 0;
    left: 0;
    background: red;
    color: #fff;
    width: 100%;
    display: none;
    padding: 2px;
    text-align: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}


.new_password_wrap {
    height: 300px;
    margin-top: 25%;
    margin-bottom: 40%;
    border-radius: 4px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.7);
    padding: 30px;
    position: relative;
}

.title_n_p {
    font-size: 22px;
    text-align: center;
    margin-bottom: 40px;
    color: #ff6b00;
}

.n_p_input > input {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 15px;
}

.send_btn_n_p {
    text-align: center;
    padding-top: 90px;
}

.send_n_p {
    width: 175px;
    height: 40px;
    background: #142a38;
    color: #fff;
    border: 1px solid #142a38;
    border-radius: 3px;
    transition: 0.3s;

}

.send_n_p:hover {
    background: #ff6b00;
    border: 1px solid #ff6b00;
}

.sendemail {
    font-size: 20px;
    color: green;
    margin-top: 18px;
    display: none;
}

.remember {
    float: left;
}

.f_pass {
    float: right;
    font-family: RobotoLight;
}

#checkFmail {
    color: green;
    text-align: center;
    font-size: 22px;
    margin-top: 15px;
    font-family: RobotoLight;
    display: none;
}

.done_reg {
    display: inline-flex;
}

.done_reg > span {
    margin-left: 5px;
}

.checkbox_reg {
    margin-right: 5px;
}

select.login {
    font-family: RobotoLight;
}

.send_ok {
    display: none;
    background: green;
    border: 1px solid green;
    cursor: no-drop;
}

.send_ok:hover {
    background: green;
    border: 1px solid green;
}

.form_date {
    padding: 14px;
    background: #142a38;
    display: flex;
    flex-direction: column;
}

.col_form_1 {
    display: flex;
    box-sizing: border-box;
    height: 30px;
}

.input_from {
    display: flex;
    flex: 1;
}

.input_from > input, .input_to > input {
    font-size: 12px;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 3px;
}

.input_to {
    display: flex;
    flex: 1;

}

._form_string {
    display: flex;
    height: 20px;
    justify-content: center;
    align-items: center;
    margin-right: 3px;
    margin-left: 3px;
}

.col_form_2 {
    display: flex;
    height: 45px;
    margin-top: 10px;
}

.input_rooms {
    display: flex;
    flex: 1;
    flex-direction: column;

}

.input_rooms > input, .auth_count > input, .kids_count > input {
    width: 100%;
    padding-left: 5px;
    border: 1px solid #fff;
    border-radius: 3px;
}

.input_rooms > span, .auth_count > span, .kids_count > span {
    font-size: 12px;
    color: #a4a4a4;
}

.auth_count {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding-left: 5px;
    padding-right: 5px;
}

.kids_count {
    display: flex;
    flex: 1;
    flex-direction: column;

}

.col_form_3 {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.col_form_3 > button {
    width: 100px;
    background: #ff6b00;
    border: 1px solid #ff6b00;
    color: #fff;
    border-radius: 3px;
}

.result_room {
    margin-top: 15px;
    background: #142a387a;

}

.api_load {
    display: none;
    justify-content: center;
    align-items: center;
    padding: 15px;
    text-align: center;
    height: auto;
    transition: height 0.4s;
}

.api_load > img {
    width: 40px;
}

.find_room_list {
    list-style-type: none;
    padding: 5px;

}

.find_room_list > li {
    border: 1px solid #142a38;
    padding: 5px;
    background: #142a38;
    color: #fff;
    border-radius: 2px;
    margin-bottom: 5px;
    display: flex;
}

.type_r {
    display: flex;
    flex: 1;
}

.text_no_found {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    color: #fff;
}

.api_load_all {
    text-align: center;
}

.slick-current {
    /*border:1px solid red!important;*/
}

.fact_room {
    border-right: 1px solid #ccc;
    display: flex;

}

.fact_room > div:nth-child(1) {
    flex: 1;

}

.fact_room > div:nth-child(2) {
    width: 30px;
    /*border-left:1px solid #ccc;*/
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.green {
    color: green;
}

.rate_wrap {
    width: 100%;
    /*height: 200px;*/
    background: #fff;
    border: 1px solid #ccc;

}

.rate_head_col {
    height: 40px;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    padding-left: 15px;
    background: #142a38;
    color: #fff;

}

.rate_type_room {
    display: flex;
}

.type_room_col {
    width: 250px;
    position: relative;

}

.type_room_flex {
    flex: 1;

}

.type_room_col > ul {
    list-style-type: none;

}

.type_room_col > ul > li {
    height: 30px;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    padding-left: 15px;

}

.type_room_col > ul > li:last-child {
    height: 30px;
    border-bottom: 0px solid #ccc;
}

.type_room_flex > ul {
    list-style-type: none;
}

.type_room_flex > ul > li {
    display: flex;
    height: 30px;
    border-bottom: 1px solid #ccc;
}

.type_room_flex > ul > li > div {
    display: flex;
    flex: 1;
    align-items: center;
    padding-left: 5px;
    border-right: 1px solid #ccc;
    justify-content: center;
    color: #4f4f4f;
}

.type_room_flex > ul > li > div:last-child {
    justify-content: flex-end;
    padding-right: 15px;
}

.h_type_room > p {
    background: #ff6b00;
    padding: 1px 11px;
    border-radius: 2px;
    color: #fff;
    font-family: Robotobold;
    box-sizing: border-box;
    padding-top: 4px;
    cursor: pointer;
    transition: 0.2s;
}

.h_type_room:nth-child(1) {
    font-size: 12px;
    line-height: 13px;
}

.h_type_room:nth-child(2) {
    font-size: 12px;
    line-height: 13px;
}

.h_type_room > p:hover {
    background: green;
}

.room_type_nofound {
    position: absolute;
    background: #ff000014;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #ccc;
}

.go_back_result {
    margin-top: 10px;
    /*font-family: 18px;*/
    color: #ff6b00;
}

@media screen and (min-width: 1650px) and (max-width: 1930px) {
    .hotel_slider {
        height: 700px;
        position: relative;
        overflow: hidden;
    }

    .hotel_slider_nav {
        height: 205px;
    }

    .nav_img_sl {
        height: 200px;
    }

}

.hotel_slider_nav .slick-current {
    border: 2px solid #ff6b00;
    overflow: hidden;
    box-sizing: border-box;
    padding: 5px;
    display: flex;

}

.box_fact {
    margin-top: 10px;
}

.select2-container--default .select2-selection--single {

    border-radius: 0px;
}

.select2-container .select2-selection--single {

    height: 40px;

}

.select2-container--default .select2-selection--single .select2-selection__rendered {

    line-height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 64%;

}

.type_serach_btn {
    position: absolute;
    bottom: 100%;
    left: 0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    overflow: hidden;
}

.type_serach_btn > ul {
    list-style-type: none;
    display: flex;
}

.type_serach_btn > ul > li {
    color: #fff;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid black;
    cursor: pointer;
    background: #ff6b00ba;
}

.type_serach_btn > ul > li:nth-child(2) {
    border-right: 0px;
}

.type_serach_btn_active {
    background: #0000009c !important;
}

.search_id_wrap {
    display: none;
    flex: 1;
    padding-right: 10px;
    position: relative;
    height: 40px;
}

.search_id_wrap > input {
    width: 100%;
    padding-left: 15px;
}

@media screen and (max-width: 480px) {
    .section_one {
        flex-direction: column !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .item_h {
        width: 100%;
    }

    .hotels_a_text {
        display: none;
    }

    .api_load_all {
        width: 100%;
    }

    .form_search_hotel {
        flex-direction: column;
        padding: 30px;
        width: auto;
        height: auto;

    }

    #count_list_s {
        height: 35px;
        margin-bottom: 10px;
        width: 190px;
    }

    #des_list_s {
        height: 35px;
        margin-bottom: 10px;
        width: 190px;
    }

    #search {
        margin-left: -10px;
        margin-top: 10px;
        width: 190px;
    }

    .hotel_slider {
        height: 252px;
        width: 100%;
    }

    .slick-next_h, .slick-prev_h {
        top: 14%;
    }

    .hotel_slider_nav {
        height: 80px;
    }

    .nav_img_sl {
        height: 80px;
    }

    .active_hd_tab_s {
        display: block;
        background-color: #ffffff;
        /* margin-bottom: 1000px; */
    }

    .form_date {
        margin-top: 15px;

    }

    .rom_non {
        display: none !important;
    }

    .type_room_flex > ul > li > div {
        font-size: 11px;
    }

    .type_room_col {
        width: auto;
        position: relative;
    }

    .rate_type_room {
        display: flex;
        flex: auto;
        flex-direction: column;
    }

    .type_room_col {
        width: auto;
        position: relative;
        flex: auto;
        display: flex;
    }

    .type_room_flex {
        flex: auto;
        display: flex;
    }

    .type_room_col > ul {
        list-style-type: none;
        width: 100%;
    }

    .type_room_flex > ul {
        list-style-type: none;
        width: 100%;
        margin-top: 7px;
    }

    .type_room_col > ul > li {
        height: 30px;
        border-bottom: 1px solid #ccc;
        display: flex;
        align-items: center;
        padding-left: 10px;
    }

    .type_room_flex > ul > li {
        display: flex;
        height: 40px;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
    }

    .hotel_name_a {
        font-size: 16px;
        flex-direction: column;
    }

    .input_g_calendar {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
    }

    .item_result_h {
        margin-left: 0 !important;
    }

}

.wrap_filtr {
    margin-top: 30px;
    width: 300px;
    height: auto;
    display: flex;
    /* background: orange; */
    flex-direction: column;
    margin-bottom: 30px;
}

.star_filtr > p {
    color: #fff;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.star_filtr > ul {
    list-style-type: none;
}

.star_filtr > ul > li {
    color: gold;
    cursor: pointer;
    margin-bottom: 3px;
}

.star_filtr > ul > li > label {
    font-size: 20px;
    cursor: pointer;
}


input[type=radio]:checked {
    background: #0DFF92;
}

input[type=radio]:checked ~ label {
    color: #1004e5;
}

._star_ {
    display: none;
}

.all_star {
    font-size: 16px !important;
}


/*----------------------------------------------------------------------------*/


.hotel_content {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;

}

.wrap_tours {
    display: flex;
    flex: 1;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 30px;

}

.all_popular_tour {
    display: inherit;
    border: 1px solid red;
}

.wrap_tours_m {
    display: flex;
    flex: 1;
    flex-direction: column;
    margin-top: 15px;

}

.head_popular {
    background: #142a38;
    margin-left: 24px;
    margin-right: 24px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
}

.wrap_tours_col {
    display: flex;
    flex: 1;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 15px;

}

.wrap_filtr {
    margin-top: 30px;
    width: 300px;
    height: auto;
    display: flex;
    /* background: orange; */
    flex-direction: column;
    margin-bottom: 30px;

}

.item_result_h {
    width: 250px;
    height: 300px;
    box-sizing: border-box;
    margin-bottom: 15px;
    box-shadow: 0 0 11px -7px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-right: 24px;
    margin-left: 24px;
}

.item_result_img {
    height: 200px;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;

}

.item_result_img > img {
    object-fit: cover;
    height: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.item_result_info {
    /*border:1px solid red;*/
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
   padding: 0 10px;
    margin-top: 10px;
    font-weight: bold;
    color: #142a3882;
    text-align: center;

}

.item_result_info > p {
    margin-bottom: 0;
    line-height: 16px;
}

.item_result_price {
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: flex-end;

}

.item_result_price > p {
    margin-bottom: 3px;
    font-size: 19px;
}

.item_result_star {
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
    background: black;
    position: absolute;
    padding-right: 10px;
    top: 0;
    width: 100%;
    height: 100px;
    /* background: red; */
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 7.21, 0.9)), to(rgba(77, 72, 48, 0)));
}

.item_result_star > span {
    color: #fff;
    font-size: 17px;
}

.item_result_star > span > i {
    color: #ff6b00;
}

.cover_serach {
    position: relative;
}

.cover_serach img {
    width: 100%;
}

.leyer_Serach {
    background: #00000060;
    position: absolute;
    z-index: 10;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.searc_h {
    position: relative;
    width: 800px;
    height: 40px;
    background: #fff;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}

.calendar {
    position: relative;
    width: 200px;
    border-bottom: 1px solid #ccc;
}

.search_keyword {
    height: 40px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    position: relative;

}

.keyword_input > input {
    width: 100%;
    height: 38px;
    border: none;
    box-sizing: border-box;
    outline: none;
    padding-left: 30px;
}

.icon_keyword {
    position: absolute;
    left: 0;
    width: 30px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.adults_room_ch {
    border-left: 1px solid #ccc;
    display: flex;
    /*align-items: center;*/
    flex-direction: column;
    position: relative;
    padding: 0 5px !important;
    min-width: 200px;
}

.flex_div_s > p {
    margin-bottom: 0;
}

.flex_div_s {
    padding-left: 30px;
    display: flex;
    align-items: center;
    height: 40px;
    justify-content: center;
    cursor: pointer;
    /*border:1px solid red;*/
    background: #fff;

}

.modal_count {
    width: 100%;
    /*height: 150px;*/
    background: #fff;
    position: absolute;
    padding: 15px 0;
    top: 40px;
    left: 0;
    display: none;
    z-index: 100;
    border: 1px solid #e4e4e4;
    box-shadow: 0px 0px 3px #e4e4e4;

}

.wrap_adults {
    display: flex;
    /*border:1px solid red;*/
    height: 35px;
    margin-top: 10px;
}

.wrap_adults_title {
    display: flex;
    flex: 1;
    /*border:1px solid red;*/
    align-items: center;
    padding-left: 15px;

    height: 35px;
}

.wrap_adults_title > p {
    margin-bottom: 0;
}

.count_group {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    padding-right: 15px;
}

.count_group > ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.count_group > ul > li {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ff6b00;
}

.count_group > ul > li:nth-child(2) {
    border: none;
}

.btn_search {
    background: #ff6b00;
    height: 40px;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bold;
}

.btn_search:hover {
    background: #142a38;
}

.btn_search > p {
    margin-bottom: 0;
    color: #fff
}

.age_select {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
}

#age_ch {
    display: flex;
    flex-wrap: wrap;
}

.age_select > select {
    border: 1px solid orange;
    width: 89%;
}

.age_select_ad {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
}
.age_select select,.age_select_ad select{
    padding: 5px;
}

#age_ch {
    display: flex;
    flex-wrap: wrap;
}

#age_ad {
    display: flex;
    flex-wrap: wrap;
}

.age_select_ad > select {
    border: 1px solid orange;
    width: 89%;
}


/*----------------------*/
/*.autocomplete {*/
/*position: relative;*/
/*display: inline-block;*/
/*}*/

/*input {*/
/*border: 1px solid transparent;*/
/*background-color: #f1f1f1;*/
/*padding: 10px;*/
/*font-size: 16px;*/
/*}*/

/*input[type=text] {*/
/*background-color: #f1f1f1;*/
/*width: 100%;*/
/*}*/

/*input[type=submit] {*/
/*background-color: DodgerBlue;*/
/*color: #fff;*/
/*cursor: pointer;*/
/*}*/

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
    overflow-y: scroll;
    max-height: 294px;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
    font-size: 12px;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
    background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.autocomplete-active > span {
    color: #fff;
}

.icon_c_d {
    /*border:1px solid red;*/
    width: 25px;
    height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: #868585;

}

.s_info {

    margin-bottom: 5px;
    display: flex;
    flex: 1;
    align-items: center;

}

.s_info > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
}

.s_info > ul li {
    display: flex;
    /*border:1px solid green;*/
    width: 30px;
    height: 25px;
    margin-right: 5px;
    justify-content: center;
    align-items: center;
    padding: 3px;
    border-radius: 3px;
    background: #ff6b00;
    color: #fff;

}

.s_info > ul li span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.s_info > ul li:nth-child(1) span i {
    font-size: 11px;
}

.wrab_b {
    display: flex;
    flex: 1;
}

.date_r {
    padding: 0  10px;
    margin-top: 5px;
}
.wrab_b{
    padding: 0 10px;
    height: 40px;
}

.alert_typing, .alert_date {
    position: absolute;
    bottom: 50px;
    background: #fff;
    height: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 190px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 5px;

}

.alert_typing span:nth-child(2) {
    position: absolute;
    top: 10px;
    font-size: 28px;
    color: #fff;

}

.alert_date {
    position: absolute;
    bottom: 60px;
    background: #fff;
    height: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 154px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 5px;

}

.alert_date span:nth-child(2) {
    position: absolute;
    top: 10px;
    font-size: 28px;
    color: #fff;

}

/*................................................................................*/


#slider-range {
    width: 90%;
    margin: 0 auto;
}

#time-range {
    width: 300px;
    border-radius: 3px;
    height: 70px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 3px;

}

.price_range {
    display: flex;
    flex: 1;
    margin-bottom: 15px;
}

.input_prace_range {
    display: flex;
    flex: 1;
    margin-top: 5px;

}

.input_prace_range > input {
    width: 100%;
    padding-left: 7px;
    padding-right: 7px;
    border: 1px solid #142a3810;
    background: #fff;
    height: 30px;
    border-radius: 3px;

}

.input_prace_range:nth-child(1) {
    margin-right: 15px;
}

.filtr_star_wrap {
    width: 300px;
    border-radius: 3px;
    height: 70px;
    /*background: #e8a52a;*/
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 3px;
}

.filtr_star_wrap > ul {
    display: flex;
    flex: 1;
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 5px;
    justify-content: space-between;
}

.filtr_star_wrap > ul > li {
    display: flex;
    width: 30px;
    height: 30px;
    align-items: baseline;
    justify-content: center;
    margin-left: 18px;
    border-radius: 3px;
    /*border: 1px solid #000;*/
    transition: 0.4s;
    cursor: pointer;
    color: #000;
}

.filtr_star_wrap > ul > li:nth-child(1) {
    margin-left: 0;
}

.filtr_star_wrap > ul > li:hover {
    background: #ff6b00;
    color: #fff;
    border: 1px solid #ff6b00;
}

/*___________________BOARDS________________________*/
.boards_wrap {
    /*background:#e8a52a;*/
    margin-top: 15px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 3px;
    border-radius: 5px;
}

.boards_wrap > ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 140px;
    overflow: hidden;
    transition: 1s;

}

.boards_wrap > ul > li > label {
    font-size: 12px;
    font-weight: normal;
    color: #161616;
}

.boards_wrap > ul > li > input {
    margin: 0;
    margin-right: 3px;
    cursor: pointer;
}

.boards_wrap > ul > li > label {
    margin: 0;
    cursor: pointer;
}

.filtr_title {
    margin: 0;
    padding: 0;
    color: #161616;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.accom > ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 130px;
    overflow: hidden;

}

.accom > ul > li > label {
    font-size: 12px;
    font-weight: normal;

}

.animate_see {
    height: auto !important;
}

.show_all_filtr {
    color: #ff6b00;
    cursor: pointer;
    border-bottom: 1px solid #ff6b00;
    display: inline-flex;
}

.show_all_filtr_two {
    color: #ff6b00;
    cursor: pointer;
    border-bottom: 1px solid #ff6b00;
    display: inline-flex;
    margin-bottom: 15px;
}

.btn_search_filtr {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #ff6b00;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #ff6b00;

}

.btn_search_filtr > p {
    margin-bottom: 0;
}


.hotel_cotet {
    /*width: 1200px;*/
    margin: 0 auto;
    /*border:1px solid red*/
}

.slider {
    width: 800px;
}

.section_one {
    display: inline-flex;
}

.hotel_maps {
    width: 100%;
    /*margin-bottom: 30px;*/
    margin-top: 30px;
}

.fancybox-slide--iframe .fancybox-content {
    width: 800px;
    height: 600px;
    max-width: 80%;
    max-height: 80%;
    margin: 0;
}

.slick_prev_nav {
    position: absolute;
    background: #e0ad1c91;
    left: 0;
    top: 0;
    z-index: 10;
    height: inherit;
    bottom: 0;
    border: 0;
    color: #fff;
    border-radius: 5px;
}

.slick_next_nav {
    position: absolute;
    background: #e0ad1c91;
    right: 0;
    top: 0;
    z-index: 10;
    height: inherit;
    bottom: 0;
    border: 0;
    border-radius: 5px;
    color: #fff;
}

.slider-nav {

}

.desc_hotel {
    margin-top: 15px;
    margin-bottom: 15px;
}

.fancybox-slide .fancybox-content {
    width: 800px;
    height: 600px;
    max-width: 80%;
    max-height: 80%;
    margin: 0;
}

.open-gallery {
    background: #ffffff;
    border: 1px solid #87929A;
    color: #87929A;
    height: 30px;
    width: 30px;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrap_change_def {
    width: 900px;
    margin: 0 auto;
}

.wrap_change_def > p {
    margin: 0
}

.change_def_body {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 21px 15px;
    margin-bottom: 16px;
    border-radius: 2px;
    display: flex;
}

.row_def {
    display: flex;
    flex: 1;
    /*border: 1px solid #e0e0e0;*/
    /*height: 60px;*/
}

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

.block_from {
    margin-right: 40px
}

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

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

.cahange_button {
    display: flex;
    justify-content: flex-end;
    flex: 1
}

.cahange_button p {
    background: #ff6b00;
    color: #fff;
    padding: 8px;
    border-radius: 3px;
    cursor: pointer;
    margin: 0;
}

.g_av_title {
    width: 364px;
    padding: 15px 15px;
    margin: 0px 15px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
    display: flex;
    flex-direction: column;
    border-radius: 5px;
}

.g_av_title_m {
    color: #ff6b00;
    font-size: 24px;
    font-family: Robotomedium;
}

.check_in_dates {
    margin-top: 20px;
}

.butt_res {
    text-align: right;
    margin-top: 30px;
}

.butt_res > span {
    background: #87929A;
    color: #ffffff;
    font-size: 18px;
    /* padding: 8px 10px 8px 10px; */
    cursor: pointer;
    border-radius: 3px;
    font-family: Robotomedium;
    box-sizing: border-box;
    height: 30px;
    width: 120px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
}

.butt_res > span:hover{
    background: #ff6b00;
}

.t_check_members {
    display: flex;
    flex-direction: row;
}

.t_check_m_one {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.t_check_m_one_title {
    display: flex;
    color: #ff6b00;
    font-size: 24px;
    font-family: Robotomedium;
    margin-top: 15px;
}

.t_check_m_one_m {
    display: flex;
    flex: 1;
    flex-direction: row;
    padding: 5px 18px 5px 0px;
}

.t_check_m_one_tit {
    display: flex;
    color: #161616;
    font-size: 14px;
    font-family: Robotomedium;
}

.t_check_m_one_ns {
    display: flex;
    flex: 1;
    justify-content: space-around;
    background: #9a9a9a1f;
    align-items: center;
    height: 34px;
    cursor: pointer;
}

.t_check_m_one_t {
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: space-around;
    background: #ffffff;
    height: 34px;
}

.mg_comment {
    /*width: 67%;*/
    margin-bottom: 30px;
    font-size: 14px;
    font-family: RobotoLight;
    margin-top: 30px;
    line-height: 27px;
    font-weight: 600;
}

.rooms_table_body_s_name {
    font-family: RobotoLight;
    font-size: 13px;
    color: #161616;
}

.rooms_table_body_s_item {
    display: flex;
    flex-direction: row;
    margin-right: 20px;
}

.r_t_h_item_b_now {
    display: flex;
    flex: 1;
    background: #87929A;
    font-size: 14px;
    font-family: RobotoLight;
    cursor: pointer;
    color: #ffffff;
    height: 35px;
    align-items: center;
    justify-content: space-around;
    border-radius: 5px;
    cursor: pointer;
}
.r_t_h_item_b_now:hover{
    background: #ff6b00;
    color: #fff;
}


.r_t_b_item_comment {
    display: flex;
    width: 28%;
    font-family: RobotoLight;
    font-size: 12px;
    color: #161616;
    padding: 0 10px;
    font-weight: 600;
}

.r_t_b_item {
    display: flex;
    width: 12%;
    font-family: RobotoLight;
    font-size: 12px;
    color: #161616;
    padding: 0 10px;
    font-weight: bold;
}

.rooms_table_body_s {
    display: flex;
    flex-direction: row;
    margin-top: 15px;
    margin-bottom: 5px;
}

.rooms_table_body_f {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
}

.list_rooms_ch_ad {
    list-style-type: none;
    display: flex;
    width: 70px;
    height: 30px;

    align-items: baseline;
}

.list_rooms_ch_ad > li:nth-child(1) {
    margin-right: 5px;
    font-size: 18px;
}

.rooms_table_body {
    display: flex;
    flex-direction: column;
    padding: 10px;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
    margin-bottom: 35px;
    border-radius: 5px;
}

.r_t_h_item {
    display: flex;
    width: 12%;
    font-family: RobotoLight;
    font-size: 12px;
    color: #c3c3c3;
    font-weight: 600;
}

.r_t_h_item_comment {
    display: flex;
    width: 28%;
    font-family: RobotoLight;
    font-size: 12px;
    color: #c3c3c3;
    font-weight: 600;
}

.rooms_table {
    display: flex;
    flex-direction: column;
    width: 800px;
    /*margin-bottom: 20px;*/
}

.input-block{
    width: 364px;
    margin: 0 0  0 10px;

}

.rooms_table_head {
    display: flex;
    flex-direction: row;
    margin-bottom: 25px;
    padding: 10px;
}

.mobile_rooms_g {
    display: none;
    flex-direction: column;
}

.mob {
    display: none;
}


@media screen and (max-width: 320px) {
    .mobBtn {
        padding-top: 5px !important;
    }
}

.pay_content {
    margin-top: 30px;
}

.check_room_pay {

    background: #fff;
    margin: 0 auto;
    border: 1px solid #142a38;
    border-radius: 5px;
}

.check_total_pay {
    background: #fff;
    box-shadow: 0 0 9px -7px black;
    padding-bottom: 10px;
}

.title_pay {
    color: #fff;
    background: #142a38;
    text-align: center;
    font-size: 16px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;

}

.total_pay_list {
    padding: 10px;
}

.total_pay_list > ul {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    padding-top: 10px;
}

.you_payed {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: center;
}

.you_payed > p {
    color: forestgreen;
    font-size: 18px;
    font-weight: bold;
}

.you_payed > p:nth-child(1) {
    margin-right: 10px;
}

.wrap_check_hotel {
    display: flex;
}

.pay_check_img {
    /*width: 300px;*/
    height: 200px;
    /*background: red;*/
    margin: auto 20px;
}

.pay_check_img > img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 5px;

}

.pay_check_info {
    display: flex;
    flex: 1;
    /*background: orange;*/
    flex-direction: column;
    min-height: 200px;
}

.chec_day_pay {
    display: flex;
    padding: 5px;
    border-bottom: 1px solid #ccc;
}

.chec_day_pay > ul {
    list-style-type: none;
    margin-right: 40px;
}

.chec_day_pay > ul:nth-child(2) > li {
    text-align: center;
}

.tr_pay {
    padding: 5px;
    border-bottom: 1px solid #ccc;
}

.tr_pa_cancel {
    padding: 15px 5px 15px 0;
}

.tr_pa_cancel > p {
    color: #fff;
    background: #142a38;
    font-size: 16px;
    padding: 4px;
    text-align: center;
}

.tr_pa_cancel > p > span {
    color: green;
}

.tr_pa_cancel ul{
    padding-left: 20px;
}

.contact_info_pay {
    padding: 5px;
}

.contact_info_pay > ul {
    list-style-type: none;
    display: flex;

}

.contact_info_pay > ul > li {
    display: flex;
    align-items: center;
}

.contact_info_pay > ul > li:nth-child(1) {
    width: 150px;
}

.contact_info_pay > ul > li:nth-child(2) > input {
    width: 200px;
    height: 30px;
    border: 1px solid #ccc;
    padding-left: 5px;
}

.contact_info_pay > ul > li:nth-child(3) {
    padding-left: 15px;
    font-size: 12px;
}

.room_info_pay {
    padding: 5px;
}

.room_info_pay > ul {
    list-style-type: none;
    display: flex;

}

.room_info_pay > ul > li {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.room_info_pay > ul > li > input {
    width: 200px;
    height: 30px;
    border: 1px solid #ccc;
    padding-left: 5px;
}

.room_info_pay > ul > li > select {
    width: 200px;
    height: 30px;
    border: 1px solid #ccc;
    padding-left: 5px;
}

.conditions {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 5px;
}

.pay_btn_section {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.paymant_go {
    width: 250px;
    height: 40px;
    background: forestgreen;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
}

.wrap_bookink_hotelbeds {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    overflow-x: scroll;

}

.booking_hotelbeds {

    width: 325px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.75);
    border-radius: 5px;
}

.booking_hotelbeds > ul {
    list-style-type: none;

}

.hotelbeds_name {
    color: #FF6B01;
    font-weight: bold;
    font-size: 13px;
    height: 40px;
}

.h_b_id {
    display: flex;
    flex-direction: row;
}

.h_b_id > p:nth-child(1) {
    width: 90px;
    border-right: 1px solid #ececec;
    margin-right: 10px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #000;
    font-size: 13px;
}

.cancell_group {
    border-top: 1px solid #ececec;
    margin-top: 5px;
    display: flex;
}

.cancel_info_b {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.wrap_btn > a {
    background: #FF6B01;
    color: #fff;
    width: 80px;
    display: inline-flex;
    height: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    margin-top: 6px;
}

.wrap_btn > p {
    background: #ccc;
    color: #fff;
    width: 80px;
    display: inline-flex;
    height: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    margin-top: 6px;
}

.wrap_ss {
    width: 100%;

    position: relative;
    overflow: hidden;
}

.wrap_ss > img {
    width: 100%;
    object-fit: cover;
}

.layer_succ {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000000b3;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.info_succ {
    width: 450px;
    /*height: 335px;*/
    background: #fff;
    position: relative;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.75);
    padding: 10px;
}

.chek_icon {
    position: absolute;
    width: 60px;
    height: 60px;
    background: #04f104;
    border-radius: 30px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: -30px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.75);
    color: #fff;
}

.status_succ {
    display: flex;
    justify-content: center;
    margin-top: 45px;
    font-size: 22px;
    color: #04f104;
    font-weight: bold;
}

.chek_list {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    margin-top: 10px;
}

.chek_list > li:nth-child(2) {
    display: flex;
    flex: 1;
    border-bottom: 1px dotted #ccc;
}

.go_to_my_bookink {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.go_to_my_bookink > a {
    background: #FF6B01;
    width: 170px;
    color: #fff;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    font-weight: bold;
}

.factli_list {
    list-style-type: none;
    border: 1px solid red;
}

.outer-block {
    /*display: flex;*/
    flex: 1;
    margin: 30px 0 20px 5px;
    /* padding: 15px; */
    max-width: 100%;
}

.items {
    /*display: inline-block;*/
    /*margin: 0 0 1em;*/
    width: 100%;
    list-style-type: none;
    /*margin-bottom: 5px;*/
}

.fact_btn {
    position: absolute;
    font-size: 24px;
    top: 3px;
    right: 10px;
}

.title_fact {
    color: #fff;
    background: #142a38;
    padding: 15px;
    width: 364px;
    display: inherit;
    /*border-top-left-radius: 3px;*/
    /*border-top-right-radius: 3px;*/
    border-radius: 5px;
    position: relative;

}

.show_hide {
    transition: 0.4s;
    height: auto !important;
    padding: 5px !important;
}

.big_image_mob_s {
    height: 600px;
}

.big_image_mob_s > img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-bottom: 5px solid #fff;
    border-radius: 5px 5px 8px 8px;
}

.nav_img_hotel_page {
    height: 100px;
}

.nav_img_hotel_page > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.filtr_head_mod {
    display: none;
}

.accom {
    padding-left: 8px;
    padding-right: 8px;
}


.for-block{
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
    padding: 10px;
    margin-bottom: 30px;
}

@media screen and (min-width: 320px) and (max-width: 480px) {
    .new-btn-class {
        width: 100%;
    }
    .title_fact{
        width: 100% !important;
    }
    .pay_check_info {
        flex: none !important;
    }

    .btn_search_filtr {
        width: 96%;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        background: #ff6b00;
        border-radius: 3px;
        cursor: pointer;
        border: 1px solid #ff6b00;
        margin-left: 8px;
        margin-right: 8px;
        box-sizing: border-box;
        margin-bottom: 30px;
    }

    .accom {
        padding-left: 8px;
        padding-right: 8px;
    }

    .close_filtr {
        color: #fff;
        margin-right: 18px;
        font-size: 28px;
        cursor: pointer;
    }

    .not_result {
        width: 100%;
    }

    .not_result > img {
        width: 100%;
    }

    .filtr_head_mod {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        height: 40px;
        width: 100%;
        background: #132734;
    }

    #time-range {
        width: 100%;
    }

    .mob_wrap_btn_filtr {
        display: flex;
        height: 40px;
        width: 100%;
        margin-top: 15px;
        padding-left: 15px;
        padding-right: 15px;

    }

    .wrap_tours_m {
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
        width: 100%;
    }

    .item_result_img > img {
        width: 100%;
    }
    .item_result_h {
        width: 100%;
        margin-right: 0;
    }
    .wrap_tours {
        display: unset;
    }

    .head_popular {
        margin-left: 0px;
        margin-right: 0px;
        height: auto;
        font-size: 16px;
        padding: 15px 10px;
    }

    .hotel_content .btn_search_filter{
        margin-left: 10px;
        padding: 10px 40px;
    }

    .wrap_tours_col {
        flex: none;
        flex-direction: column;
    }

    .wrap_check_hotel {
        display: flex;
        flex-direction: column;
    }

    .chec_day_pay > ul {
        list-style-type: none;
        margin-right: 25px;
    }

    .contact_info_pay > ul > li:nth-child(3) {
        display: none;
    }

    .room_info_pay > ul > li > input {
        width: 100%;
    }
    #_booking-page #_event-block {
        padding: 0 !important;
    }
    #_booking-page #_event-block .text-wrapper .title {
        margin: 20px 0 20px !important;
    }
    #_booking-page #_event-block .warning-block {
        margin-top: 0 !important;
    }
    #_booking-page #_event-block .text-wrapper{
        padding: 0 !important;
    }
    .highlights-block {
        margin: 20px 0 !important;
    }
    .highlights-block .addinfo-title {
        padding: 0 !important;
    }


    .pay_check_img {
        max-width: 100%;
        height: 200px;
        margin: 10px;
    }
    .main_tour_info {
        margin-top: 20px;
    }
    .list_people_book > li {
        margin-bottom: 20px;
    }
    .btn_book {
        margin-top: 0;
    }
        .paymant_go {
            width: 100%;
        }

        .big_image_mob_s {
            height: 200px;
            width: 345px;

        }

        .big_image_mob_s > img {
            height: 100%;
            object-fit: cover;
            width: 100%;
        }

        .nav_img_hotel_page {
            height: 100px;
        }

        .nav_img_hotel_page > img {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

        .all_option {
            border-top: 1px solid #ccc;
            margin-top: 50px
        }

        .contact_page_social_icon {
            display: none;
        }

        .AlfaBet {
            display: none;
        }

        .modal_registraton {
            width: 95%;
        }

        .modal_registraton > p {
            font-size: 16px;
        }

        .namehotel {
            font-size: 22px;
        }

        .mobnone {
            display: none !important;
        }

        .titleHotels {
            font-size: 16px;
        }

        .mobpadd {
            padding: 0;
        }

        #weather {
            margin-top: 3px;
            font-size: 11px;
        }

        #temperature {
            margin-top: -3px;
            font-size: 29px;
            color: grey;
            font-family: Robotomediumitalic;
        }

        #locations {
            color: grey;
            font-family: Roboto;
            font-size: 20px;
        }

        .mobBtn {
            display: block;
            width: 35px;
            height: 35px;
            font-size: 35px;
            /* padding-top: 10px; */
        position: absolute;
        right: 15px;
        /* left: 0px; */
        top: 0px;
        bottom: 0px;
        margin: auto;
    }

    .text {
        text-align: justify;
        padding-right: 15px;
    }

    .mainGallery {

        padding-right: 15px;
    }

    .imgBlock {
        height: 110px;
    }

    .news_mains {
        margin-top: 15px;

    }

    .lnew_title {
        font-size: 24px;
        font-family: Roboto;
        margin-bottom: 10px;
    }

    .lnew_ck {
        text-align: justify;
    }

    .lnew_props {
        width: 74%;
    }

    .lnew_img {
        width: 80px;
        height: 60px;
        border: 3px solid #e2e2e2;
        float: left;
        overflow: hidden;
    }

    .lnew_title {
        font-size: 24px;
        font-family: Roboto;
        margin-bottom: 10px;
        margin-top: 15px;
    }

    .pcnone {
        display: inline-block;
    }

    .mobnav {
        position: fixed;
        height: 100%;
        background: #142a38;
        right: -500px;
        top: 0px;
        z-index: 10000000;
        width: 100%;
        text-align: right;
        padding: 10px;
        color: #fff;
        transition: 0.4s;
    }

    .titleabout {
        left: 15%;
        font-size: 12px;
        width: 70%;
        top: 0 !important;
    }

    .singla_page_room_title{
        margin-bottom: 15px;
    }

    .openNavMob {
        right: 0;
    }

    .mobnav > ul {
        list-style-type: none;
        margin-top: 15%;
    }

    .mobnav > ul > li {
        margin-top: 10px;
        text-align: center;
        font-size: 22px;
        border-bottom: 1px solid #cccccc2e;
        padding-bottom: 10px;
    }

    .titleCountres {
        font-size: 20px;
        top: 0 !important;
    }

    .Flag {
        position: absolute;
        bottom: 9px;
        left: 2.33%;
    }

    .Flag > img {
        width: 40%;
    }

    /*.slick-slider{*/
    /*display: none;*/
    /*}*/
    .search_api {
        top: 0%;
        width: 100%;
        z-index: 1;
    }

    .mainslide {
        overflow: hidden;
        position: relative;
        height: 395px;
    }

    .treck {
        margin-top: 10px;
        padding: 0;
    }

    .downtext {
        font-family: Robotobold;
        font-size: 28px;
    }

    .uptext {
        font-size: 16px;
        font-family: RobotoLight;
    }

    .newsbig {
        margin-bottom: 10px;
    }

    .swiper-button-prev {
        display: none
    }

    .swiper-button-next {
        display: none

    }

    .logo > a > img {
        width: 100%;
        margin-top: 6px;
        margin-bottom: 5px;
    }

    .listCountry li {
        list-style-type: none;
        margin-bottom: 8px;
    }

    .headerNav > .headerNavright {
        text-align: right;

        padding-right: 15px;
    }

    .paymanttype {
        display: block;
        margin-bottom: 20px;
        margin-top: 0;
    }

    .footerlogo {
        text-align: center;
    }

    .footerlogo > a > img {
        width: 50%;
        margin-left: 0;
    }

    .copyRight {
        font-size: 12px;
        text-align: center;
        color: grey;
        margin-bottom: 19px;
        padding-top: 5px;
    }

    .footer {
        background: #142a38;
        padding-top: 1px;
        padding-bottom: 6px;
    }

    .filtrCountryBlock {
        box-shadow: 0px 2px 4px -3px grey;
        margin-top: 0px;
        margin-bottom: 0;
        padding: 5px;
    }

    .sublist {
        list-style-type: none;
        margin-left: 15px;
        margin-bottom: 20px;
    }

    .contentCountry {
        margin-top: 15px;

    }

    .imgBlocks {
        overflow: hidden;
        height: 120px;
        position: relative;
        padding-left: 6px;
    }

    .imgBlocks a > img {
        position: absolute;
        height: 100%;
    }

    .Whater {
        display: none;
    }

    .mobWhater {
        position: absolute;
        left: 20px;
        display: block;
    }

    #weather {
        margin-top: -3px;
        font-size: 11px;
        color: #ff6b00;
    }

    #locations {
        color: #ff6b00;
        font-family: Roboto;
        font-size: 15px;
        margin-top: 2px;
    }

    .wraperogin {
        margin-top: 32px;
        margin-bottom: 20px;
    }

    .block_login {
        margin-top: 50px;
        padding: 25px 40px;
        width: 100%;
        margin: 0 auto;
    }

    .title_login {
        text-align: center;
        margin-top: 20px;
        font-size: 18px;
        color: #053775;
        font-family: RobotoLight;
    }

    .borderRight {
        border-left: 1px solid #FFFFFF !important;
    }

    .cover {
        position: relative;
        height: 150px;
        overflow: hidden;
        position: relative;

    }

    .mobpadleft {
        padding-left: 15px;
    }

    .send_cont_success {
        color: #009c07;
        font-size: 15px;
        text-align: center;
    }

    .slide_info-tour {
        height: 250px;
    }

    .slide-inner {
        height: 250px !important;
    }

    .info_tour_description {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .info_tour_description > ul {
        margin-left: 15px;
    }

    .text > p > img {
        width: 100% !important;
        height: auto !important;
        margin: 0 !important;
    }

    /*.text > p {*/
    /*    overflow: hidden;*/
    /*}*/

    .hotel_cotet {
        width: 100%;
        /*padding-left: 15px;*/
        /*padding-right: 15px;*/
    }

    .hotel_cotet > h1 {
        font-size: 19px;
    }

    .section_one {
        flex-direction: column;
    }

    .slider {
        width: 350px !important;
        margin: 0 auto !important;
    }

    .g_av_title {
        width: 100%;
        margin: 15px 0px;
    }

    .big_image_mob_s {
        height: 215px;
    }


    .mg_comment {
        /*width: 100%;*/
        text-align: justify;
    }

    .mobile_rooms_g {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
        /*padding: 0 20px;*/
    }
    .changed_sizes_checkbox{
        margin: 4px 0 0;
        line-height: normal;
        width: 20px;
        height: 20px;
    }
    .pc_rooms_g {
        display: none;
    }

    .rooms_table_m {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
        box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.16);
        padding: 5px;
    }

    .rooms_table_row_m {
        display: flex;
        flex-direction: row;
        border-bottom: 1px solid #f2f2f2;
        padding: 10px 0px;
    }

    .room_t_m {
        display: flex;
        width: 30%;
        font-family: Roboto;
    }

    .room_t_s {
        display: flex;
        flex: 1;
        color: #636363;
        font-family: RobotoLight;
        cursor: pointer;
    }

    .hotels_a_cover {
        height: auto;
    }

    .searc_h {
        width: 300px;
        flex-direction: column;
    }

    .cover_serach {
        position: relative;
        height: 300px;


    }

    .search_keyword {
        width: 100%;
    }

    .calendar {
        position: relative;
        width: 100%;
        height: 50px;
        background: #fff;
        margin-top: 5px;
    }

    .adults_room_ch {
        width: 100%;
        border-left: 1px solid #ccc;
        /*display: flex;*/
        /* align-items: center; */
        /*flex-direction: column;*/
        position: relative;
        background: #fff;
        margin-top: 3px;
        margin-bottom: 20px;
        background: #fff !important;

        min-height: 40px;
    }

    .flex_div_s {
        justify-content: flex-start;
    }

    .hotel_content {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    /*.item_result_h {*/
    /*    width: 100%;*/

    /*}*/

    .leyer_Serach {
        align-items: start;
        padding: 60px 30px;
    }

    .btn_search {
        display: block;
        background: #ff6b00;
        height: 40;
        text-align: center;

    }
    .filtr_title{
        padding-top: 15px;
    }

    .btn_search > p {
        margin-bottom: 0;
        color: #fff;
        padding: 10px;
    }

    .wrap_filtr {
        display: block;
        position: fixed;
        background: #fff;
        left: -1000px;
        transition: 0.4s;
        top: -30px;
        z-index: 99999;
        width: 100%;
        height: 100vh;
        overflow-y: scroll;
    }

    .wrap_filtr_anim {
        left: 0px;
    }

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

    .nav_img_hotel_page {
        height: 74px;
    }

    .nav_img_hotel_page > img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .open_f {
        background: #142a38;
        padding: 5px;
        right: 0;
        width: 100%;
        border-radius: 3px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        font-size: 16px;
        color: #fff;
    }

    .big_image_mob_s {
        height: 200px;
    }


    #rooms_list_paxs .t_check_members{
    display: block;
        position: relative;

    }
    .remove_paxs_singl_page{
        position: absolute;
        top: -15px;
        right: 0;
    }
    .t_check_members .t_check_m_one_m:not(:first-child){
        border-bottom: 1px solid #ebe3e3;
    }
    .t_check_m_one{
        border-bottom: 1px solid #fff;
    }
    /*.for-text-down .text{*/
    /*    margin-top: 400px;*/
    /*}*/
}

.hotel_flexing {
    display: flex;
    /*width: 95%;*/
    /*margin-bottom: 20px;*/
}

.items > span {
    background: #fff;
    display: inherit;
    padding: 0px;
    border-bottom: 1px dashed #ccc;
    border-right: 1px dashed #ccc;
    border-left: 1px dashed #ccc;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    height: 0px;
    overflow: hidden;
    position: relative;

}

/*.show_all{*/
/*    position: absolute;*/
/*    bottom:0;*/
/*    left: 0;*/
/*}*/
.phone_hotel {
    border: 1px solid orangered;
}

.phone_hotel > ul {
    list-style-type: none;
}

.rooms_fa {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

.rooms_fa > li {
    background: #ffffff;
    color: #142a38;
    font-size: 14px;
    padding: 3px;
    margin-right: 3px;
}

.wrap_room_fact {
    padding-top: 10px;
}

.error_room {
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.error_room_info {
    width: 600px;
    height: 150px;
    background: white;
    border-radius: 5px;
    box-shadow: 0px 0px 6px -3px red;
    padding: 10px;

}

.error_room_info > p {
    text-align: center;
    margin-bottom: 15px;
}

.error_room_info > p > a {
    background: red;
    padding: 6px 20px;
    color: #fff;
}

.remark_box {
    padding: 5px;

}

.remark_textarea {
    resize: none;


}

.modal_info_reg > ol {
    padding: 0;
    margin-left: 15px;
}

.title_modal_reg {
    font-weight: bold;
    font-size: 16px;
}

.text_modal_reg > a {
    color: mediumblue;
}

.modal_info_reg {
    overflow: hidden;
    height: 100%;
    position: fixed;
    top: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #fff;
    width: 100%;
    /*margin: auto;*/
    border: 1px solid #142a38;
    display: none;
}

.scrolling_modal {
    overflow-y: scroll;
    height: 90%;
    padding: 10px;
}

.modal_info_reg_head {
    background: #142a38;
    height: 30px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 15px;
    color: #fff;
}

.btn_reg_modal {
    height: 40px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.btn_reg_modal > span {
    background: darkgreen;
    color: #fff;
    width: 120px;
    height: 30px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.multyroom_btn {
    position: absolute;
    top: 43px;
    right: 0;
    color: #fff;
    font-size: 10px;
    width: 95px;
    display: flex;
    align-items: center;
    height: 30px;
    justify-content: space-between;
}

.ios_style_btn {
    margin-top: 3px;
}

.switch-wrap {
    cursor: pointer;
    background: #15273b;
    padding: 3px;
    width: 40px;
    height: 20px;
    border-radius: 15px;
}

.switch-wrap input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.switch {
    height: 100%;
    display: grid;
    grid-template-columns: 0fr 1fr 1fr;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch::after {
    content: '';
    border-radius: 50%;
    background: #ccc;
    grid-column: 2;
    -webkit-transition: background .2s;
    transition: background .2s;
}

input:checked + .switch {
    grid-template-columns: 1fr 1fr 0fr;
}

input:checked + .switch::after {
    background-color: #52cf71;
}

.pax_multy {
    width: 250px;
    height: auto;
    position: absolute;
    top: 45px;
    right: 100px;
}

.add_paxx_multy {
    width: 100%;
    height: 40px;
    background: #132936c9;
    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f9f9f973;
    font-size: 24px;
    transition: 0.4s;
    cursor: pointer;
}

.add_paxx_multy:hover {
    background: #ffa500;
    color: #fff;
}


/*_____________________________*/
.multy {
    height: auto;;
    display: flex;
    justify-content: flex-end;
}

.box_multy {
    width: 350px;
    height: auto;
    justify-content: flex-end;
    display: flex;

}

.wrap_multy {
    display: none;
    flex: 1;
    flex-direction: column;
}

.type_multy {
    width: 100px;
    height: 40px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #fff;
    font-size: 12px;
}


.multy_room_list {
    width: 250px;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 5px
}

.item_multy_room {
    display: flex;
    width: 100%;
    height: 40px;
    border: 1px solid #615555;
    background: #fff;
    flex-direction: row;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 5px;
}

.icon_pax {
    width: 40px;
    height: 40px;
    border-right: 1px solid #615555;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}

.num_pax_multy {
    display: flex;
    flex: 1;

    height: 40px
}

.pax_send {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 40px;
    align-items: center;
    flex: 1;
    justify-content: space-around;
}

.pax_send > li {
    font-size: 14px
}

.pax_send > li > span {
    margin-left: 3px;
}

.add_count_pax {
    position: absolute;
    width: 100%;
    height: auto;
    padding-bottom: 5px;
    padding-top: 5px;
    border: 1px solid red;
    left: 0;
    top: 100%;
    right: 0;
    box-sizing: border-box;
    display: none;
    background: #fff;
    z-index: 1000;
}

.multy_ad {
    display: flex;
    flex-direction: row;
    height: 30px;
}

.multy_ad_title {
    display: flex;
    flex: 1;
    align-items: center;
    padding-left: 10px;
}

.num_pax {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
}

.nums_p {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.nums_p > li {
    width: 25px;
    height: 25px;
    border: 1px solid orange;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nums_p > li:nth-child(2) {
    border: none;
}

.add_multy {
    width: 240px;
    margin-left: 5px;
    height: 40px;
    background: #f1b42c;
    border: none;
    color: #fff;
    outline: none;
    cursor: pointer;
}

.remove_multy_item {
    position: absolute;
    left: 100%;
    width: 18px;
    height: 35px;
    display: flex;
    align-items: center;
    color: red;
    justify-content: center;

}

.remove_multy {
    cursor: pointer;
}

.check_multy {
    margin: 0 !important;
    margin-right: 5px !important;
}

.room_count_v {
    margin-top: 10px;
    text-align: center;
}

.voucher_wrap {
    width: 600px;
    height: 300px;
    background: #fff;
    padding: 15px;
    border-radius: 3px;
}

.v_tr {
    border: 1px solid red
}

.v_td {
    float: left;
}

.d_pdf_wrap {
    display: flex;
    justify-content: flex-end;
    /*width: 690px;*/
    margin-top: 15px;
    margin-bottom: 15px;
}

.payment-new-class{
    max-width: 600px;
}



.d_pdf_wrap > button, .d_pdf_wrap > a.button, .d_pdf_wrap > a {
    display: inline-block;
    background: #00a65a;
    border: 1px solid #00a65a;
    color: #fff;
    padding: 8px 10px;
}

.split_rooms {
    border-bottom: 1px solid orange;
    height: 21px;
    position: relative;
    text-align: center;
}

.split_rooms > span {
    position: absolute;
    top: 8px;
    background: #fff;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
}

.group_rooms {

}

.group_rooms_items {
    border: 1px solid #dcd8d8;
    margin-bottom: 10px;
    border-radius: 3px;
    position: relative;
}

.group_rooms_item {

    display: flex;
    align-items: baseline;
    padding: 5px;
}
.for-flex{
    display: flex;
    width: 88%;
}

.group_book {
    border: 1px solid #ff6b00;
    background: #ff6b00;
    color: #fff;
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 2px 15px;
    border-radius: 3px;
}

.group_fact {
    border-top: 1px solid #dcd8d8;
}

.singla_page_room_title {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.add_room_single_page {
    background: #142a3882;
    height: 40px;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.4s;
}

.add_room_single_page:hover {
    background: #ff6b00;
}

.ac_more_book {
    background: #ff6b00;
    width: 55px;
    display: flex;
    font-size: 14px;
    height: 25px;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.3s;
}

.ac_more_book:hover {
    background: #132936;
    color: #fff;
}

.ac_filtr_date {
    display: flex;
    height: 40px;
    align-items: center;
    margin-bottom: 20px;
}
@media(max-width: 578px){
    .ac_filtr_date{
        flex-direction: column;
        height: auto;
    }
    .ac_filtr_date .ac_checin,.ac_filtr_date .ac_checout{
        justify-content: center;
    }
}
.ac_checin {
    width: 200px;
    height: 40px;
    display: flex;
    align-items: center;
}

.ac_checout {
    width: 200px;

    height: 40px;
    display: flex;
    align-items: center;
}

.ac_string {
    width: 60px;

    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.ac_border {
    height: 1px;
    width: 100%;
    display: inline;
    background: #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.ac_border_to {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 25px;
    height: 25px;

    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 15px;
    font-size: 12px;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.ac_button_search {
    height: 34px;
    background: #ff6b00;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-left: 10px;
    border-radius: 3px;
    border: none;
}

.ac_button_search:hover {
    background: #132936;
}

.wrap_ac_noresult {
    width: 400px;
    margin: 0 auto;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    padding: 15px;
    border-radius: 5px;
    margin-top: 60px;
}

.ac_no_result_icon {
    display: flex;
    justify-content: center;
}

.ac_noresult_test > p {
    text-align: center;
    font-size: 16px;
    color: #5a5656;
}

.ac_go_to_book {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.ac_go_to_book > a {
    height: 30px;
    width: 130px;
    background: #ff6b00;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    transition: 0.4s;
}

.ac_go_to_book > a:hover {
    background: #132936;
}

.ac_cancel {
    background: red;
    align-items: center;
    display: flex;
    width: 150px;
    justify-content: center;
    margin-left: 15px;
    color: #fff;
}

.ac_cancel_go {
    background: #ff6b00;
    align-items: center;
    display: flex;
    width: 150px;
    justify-content: center;
    margin-left: 15px;
    color: #fff;
}

.remove_paxs_singl_page {
    width: 30px;
    /*border: 1px solid red;*/
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    /*background: red;*/
    color: #ff6b00;
    margin-top: 27px;
}

.monb_room_wrap > ul {
    list-style-type: none;
    display: flex;
}

.monb_room_wrap > ul > li {
    display: flex;
    flex: 1;
    border: 1px solid red;
}

.contanier_room_mob {
    margin-bottom: 15px;
}

.wrap_approvd {
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.title_pay_status {
    font-size: 18px;
}

.wrap_approvd > a {
    width: 120px;
    height: 40px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #ff6b00;
    margin-top: 30px;
}

.names_input {
    margin-bottom: 10px;
    margin-left: 5px;
}

.t_room_b {
    margin-left: 5px;
}

._chngeCurs_ {
    cursor: pointer;
}

.remove_paxs_singl_page {
    cursor: pointer;
}

@media screen and (max-width: 330px) {
    .slider {
        width: 290px !important;
    }
}

.newsText p {
    font-size: 14px;
}

.newsText > h2 {
    font-size: 14px;
}

.newsText > h3 {
    font-size: 14px;
}

.close_modal_reg {
    cursor: pointer;
}


/*_______________/\____ACIVITI STYLE______________________*/

.content-container {
    position: relative;
    max-width: 1920px;
    /*border: 1px solid green;*/
    min-width: 320px;
    margin: 0 auto;
}

.content-container-narrow {
    position: relative;
    max-width: 1152px;
    min-width: 320px;
    margin: 0 auto;
}

.background-img-block {
    overflow: hidden;
    display: inline-flex;
}

.background-img-block img {
    width: 100%;
}

#_search-section {
    position: relative;
}

#_search-section .background-img-block {
    max-height: 314px;
}

#_search-block {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border: 1px solid red;
    max-width: 573px;
    font-size: 16px;
}

/*#_search-block > div {*/
/*    background-color: #ffffff;*/
/*    width: 100%;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*}*/
/*#_search-block #_search-info-block {*/
/*    display: flex;*/
/*    flex: 1;*/
/*    !*justify-content: space-between;*!*/
/*    align-items: center;*/
/*    border: 1px solid #76795A;*/
/*    padding: 0 30px 0 10px;*/
/*}*/
/*#_search-info-block #_search-date {*/
/*    padding: 0 0 0 20px;*/
/*    border-left: 1px solid #cdcdcd;*/
/*    height: 100%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/
/*#_search-block #_search-date span {*/
/*    color: #767676;*/
/*}*/
/*#_search-block button {*/
/*    background-color: #FFA700;*/
/*    color: #ffffff;*/
/*    border: none;*/
/*    padding: 10px 30px;*/
/*    font-size: 16px;*/
/*    font-style: italic;*/
/*}*/
/*#_search-info-block i {*/
/*    margin-right: 5px;*/
/*}*/
/*#_search-info-block input {*/
/*    border: none;*/
/*}*/
/*#_search-info-block label {*/
/*    display: flex;*/
/*    flex: 1;*/
/*}*/
/*#_search-info-block input::-webkit-input-placeholder { !* Chrome/Opera/Safari *!*/
/*    font-size: 16px;*/
/*}*/
/*#_search-info-block input::-moz-placeholder { !* Firefox 19+ *!*/
/*    font-size: 16px;*/
/*}*/
/*#_search-info-block input:-ms-input-placeholder { !* IE 10+ *!*/
/*    font-size: 16px;*/
/*}*/
/*#_search-block input:-moz-placeholder { !* Firefox 18- *!*/
/*    font-size: 16px;*/
/*}*/

#_title-section {
    color: #142A38;
    text-align: center;
}

#_title-section h3 {
    font-size: 23px;
    margin: 31px 0 21px 0;
}

#_title-section p {
    margin: 0 0 27px 0;
    font-family: RobotoLight;
}

.ticket-block {
    display: flex;
    min-height: 224px;
    margin: 0 0 31px 0;
    box-shadow: 0 3px 10px 0 #E4E4E4;
}

.ticket-block .img-info {
    position: relative;
    flex: 0.27;
    overflow: hidden;
    max-height: 200px;
    padding: 12px;
}

.ticket-block .img-info img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.ticket-block .text-info {
    flex: 0.73;
    padding: 13px 22px 0;
}

.ticket-block .text-info p {
    margin: 0;
}

.ticket-block .text-info .title {
    font-size: 18px;
    font-family: Robotobold;
    max-width: 595px;
}

.ticket-block .text-info .price-block {
    float: right;
    flex-direction: column;
}

.ticket-block .text-info .price-block .price-info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #FD7213;
    font-size: 17px;
    font-family: RobotoBold, sans-serif;
}

.ticket-block .text-info .price-block .price-info i {
    font-size: 16px;
    margin: 0 5px 0 0;
}

.ticket-block .text-info .price-block button {
    background-color: #142A38;
    font-size: 16px;
    border: none;
    color: #fff
}

.ticket-block .text-info .price-block button a {
    display: inline-block;
    height: 100%;
    color: inherit;
    text-decoration: none;
    padding: 7px 3px 7px;
    font-size: 14px;
    font-family: Roboto;
}

.ticket-block .text-info p.location-info {
    font-size: 14px;
    font-family: Roboto;
    color: #7E7E7E;
    margin: 12px 0;
}

.ticket-block .text-info .location-info i {
    margin: 0 5px 0 0;
    font-size: 14px;
}

.ticket-block .text-info .date-info {
    color: #FD7213;
    font-size: 18px;
    font-family: Roboto;
    margin: 0 0 10px 0;
}

.ticket-block .text-info .description {
    color: #2E2E2E;
    font-size: 15px;
    /* padding: 0 0 20px 0; */
    max-width: 646px;
    margin: 15px 0 0 0;
    font-family: 'RobotoLight', sans-sans-serif;
    justify-content: center;
}

.filters-form {
    display: flex;
    flex-direction: column;
    max-width: 320px;
    margin: 0 33px 0 0;
}

.filters-block {
    border: 1px solid #E5E5E5;
    box-shadow: 0 3px 6px 0 #E4E4E4;
    margin: 0 0 15px 0;
    /*padding: 0 15px;*/
}

.filters-block .filter-title {
    color: #012636;
    font-size: 16px;
    font-weight: bold;
    margin: 21px 0 15px;
    font-family: RobotoBold;
}

.filter-search-btn {
    background-color: #FF6B00;
    color: #ffffff;
    font-size: 18px;
    padding: 12px 17px 12px;
    align-self: flex-end;
    border: none;
    border-radius: 5px;
}

.filter-search-btn i {
    margin: 0 20px 0 0;
}

#_filter-location-block,
#_filter-price-block,
#_filter-keyword-block {
    padding: 0 0 15px;
    border-bottom: 1px solid #CCCCCC;
}

#_filter-location-block > div {
    display: flex;
}

#_filter-location-block #_filter-location {
    /*position: relative;*/
    /*-moz-appearance:none; !* Firefox *!*/
    /*-webkit-appearance:none; !* Safari and Chrome *!*/
    /*appearance:none;*/
    padding: 17px 35px 17px 11px;
    background: #ffffff;
}

/*.filters-block #_filter-location::before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    width: 5px;*/
/*    height: 5px;*/
/*    border-right: 3px solid transparent;*/
/*    border-left: 3px solid transparent;*/
/*    border-bottom: 4px solid black;*/
/*}*/
#_filter-location-block #_filter-location:focus,
#_filter-location-block #_filter-location:active {
    outline: none;
}

#_filter-location-block #_filter-location option {
    background-color: #ffffff;
}

#_filter-location-block #_filter-location option:disabled {
    color: #A1A1A1;
}

.filters-block .filter-field {
    border: 1px solid #CCCCCC;
    border-radius: 3px;
}

#_filter-location-block #_filter-country-code {
    width: 100%;
    padding: 17px 0 17px 11px;
    margin: 0 0 0 7px;
}

#_filter-price-block .filter-title {
    margin: 30px 0 25px;
}

#_filter-keyword-block textarea {
    max-width: 100%;
    min-height: 120px;
    resize: vertical;
}

#_filter-keyword-block {
    padding: 0 0 25px;
}

#_filter-segment-block .filter-title {
    margin: 25px 0 30px;
}

.filters-block .filter-title-thin {
    color: #012636;
    font-size: 14px;
    font-family: RobotoLight;
    /* font-weight: 100; */
    margin: 0;
}

#_tour-cat-accordion-block .accordion-item .accordion-sub-cat {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #CCCCCC;
}

#_tour-cat-accordion-block .accordion-item .accordion-sub-cat span {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #656565;
    font-size: 13px;
    text-decoration: none;
    font-family: RobotoLight;
}

#_tour-cat-accordion-block .accordion-item .accordion-sub-cat span:hover,
#_tour-cat-accordion-block .accordion-item .accordion-sub-cat span:focus,
#_tour-cat-accordion-block .accordion-item .accordion-sub-cat span:active {
    color: #142a38;
    text-decoration: none;
}

#_tour-cat-accordion-block .accordion-item .accordion-heading-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 20px 0;
    margin: 0;
    cursor: pointer;
}

#_tour-cat-accordion-block .accordion-body {
    display: none;
   height: -webkit-min-content;
    position: relative;
    cursor: pointer;

}

#_filters-page {
    display: flex !important;
    flex-direction: row;
    /*justify-content: space-around;*/
}

#_search-result {
    width: 100%;
}

.ticket-details-block {
    min-height: auto;
    margin-top: 30px;
    padding: 15px 0;
}

.ticket-block.ticket-details-block .text-info {
    display: flex;
    align-items: center;
    padding: 21px 20px 34px;
}

.ticket-block.ticket-details-block .detailed-price-info {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.ticket-block .detailed-price-info {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-items: center !important;
}

.ticket-block.ticket-details-block .detailed-price-info .price {
    display: flex;
    align-items: center;
    color: #FD7213;
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 0 0;
}

.ticket-block.ticket-details-block .detailed-price-info .price i {
    font-size: 16px;
    margin: 0 5px 0 0;
}

.ticket-block.ticket-details-block .detailed-price-info .travelers-quantity {
    color: #686868;
    font-size: 14px;
    margin-top: 4px;
}

.ticket-block.ticket-details-block .ticket-details-title {
    font-size: 18px;
    font-family: RobotoBold;
}

.detailed-block {
    display: flex;
    align-items: start;
    padding: 15px 14px 19px;
    margin: 0 0 30px;
    box-shadow: 0 3px 10px 0 #E4E4E4;
}

.carousel-block {
    max-width: 640px;
    margin: 0 auto;
}

.carousel-block > .sliderActivity {
    width: 640px;
}

/*...... slider-for ......*/
.carousel-block .slider-for {
    height: 480px;
}

.carousel-block .slider-for .single-item {
    height: 465px;
    overflow: hidden;
    margin: 0 0 15px 0;
}

.carousel-block .slider-for .single-item img {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    object-fit: cover;
}

/*...... slider-nav...... */
.carousel-block .slider-nav {
    overflow: hidden;
    height: 90px;
}

.carousel-block .slider-nav .single-item {
    height: 90px;
    display: flex;
    align-items: center;
    margin: 0 0 0 10px;
}

.carousel-block .slider-nav .single-item img {
    width: 100%;
}

.slick-slide {
    outline: none;
}

.slick-prev {
    left: 5px;
    z-index: 1;
    display: none !important;
}

.slick-next {
    right: 5px;
}

.tickets-inner-details-block {
    flex: 1;
    padding: 31px 24px 32px;
    margin: 0 0 0 18px;
    box-shadow: 0 3px 10px 0 #E4E4E4;
}

.tickets-inner-details-block .details-cat-block {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 0 0 19px 0;
}

.tickets-inner-details-block .details-cat-block p {
    margin: 0 0 0 20px;
    color: #142A38;
    font-size: 15px;
}

.highlights-block {
    /*margin: 15px 0 40px 20px;*/
    /*overflow-y: scroll;*/
    max-height: 250px;
    overflow-x: auto;
}

.highlights-block .highlights-title {
    font-size: 18px;
    color: #FD7213;
    margin: 15px 0 24px 0;
    font-weight: bold;
}

.highlights-block .addinfo-title {
    color: #2E2E2E;
    line-height: 1.8;
    /*max-height: 255px;*/
    /*overflow-x: auto;*/
    font-family: Robotolight, sans-sans-serif;
    font-size: 15px;
    padding: 20px;
}


.highlights-block p {
    color: #2E2E2E;
    line-height: 1.8;
    /*max-height: 300px;*/
    overflow-x: auto;
    font-family: Robotolight, sans-sans-serif;
    font-size: 15px;
}

.detailed-block .details-title {
    color: #142A38;
    font-size: 20px;
    margin: 0 0 29px;
}

.exact-details-bordered-block {
    display: flex;
}

.exact-details-bordered-block,
.exact-details {
    padding: 0 0 30px;
    border-bottom: 1px solid #CCCCCC;
}

.exact-details:last-child {
    border: none;
    margin: 0 0 30px;
}

.exact-details-bordered-block .exact-details-bordered {
    padding: 9px 16px 8px;
    border: 1px solid #717273;
    border-radius: 3px;
    margin: 0 7px 0 0;
}

.exact-details-bordered-block .exact-details-bordered p {
    margin: 0 0 5px;
    color: #2E2E2E;
    font-size: 12px;
    font-weight: bold;
}

input[type="radio"] {
    margin: 0;
}

.exact-details-bordered .exact-details-colored {
    color: #1B74B6;
}

.exact-details-bordered-block .exact-details-bordered label,
.exact-details-bordered-block .exact-details-bordered span {
    font-size: 20px;
    margin: 0 0 0 5px;
    color: inherit;
}

.exact-details {
    display: flex;
    align-items: baseline;
}

.exact-details p {
    flex: 0.3;
    color: #2E2E2E;
    font-size: 20px;
    font-family: Roboto;
}

.exact-details .options-block {
    flex: 0.7;
    display: flex;
    flex-wrap: wrap;
    min-height: 60px;
}

.exact-details .options-block input[type="radio"] {
    margin: 0 12px 0 0;
}

.exact-details .options-block label {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    margin: 0 21px 0 12px;
    font-family: Roboto;
    font-weight: unset;
}

.exact-details-main-price-block {
    display: flex;
    flex-direction: column;
    width: 290px;
    align-self: center;
}

.exact-details-price-block {
    display: flex;
    justify-content: space-between;
    margin: 0 0 5px 0;
    font-size: 16px;
}

.exact-details-price-block > div {
    display: flex;
    align-items: flex-end;
    line-height: 2;
    font-weight: bold;
}

.exact-details-price-block > div > span {
    margin: 0 0 0 5px;
}

.exact-details-total-price {
    display: flex;
    justify-content: space-between;
}

.exact-details-wrapper {
    display: flex;
}

.main-total-price-block {
    display: flex;
    justify-content: space-between;
    color: #FD7213;
    font-size: 17px;
    font-weight: bold;
    margin: 15px 0 0 0;
    padding: 15px 0 0 0;
    border-top: 1px solid #CCCCCC;
}

.main-total-price-block span {
    color: inherit;
}

.detailed-block.detailed-block-align > div:first-child {
    max-width: 60%;
}

.detailed-block.detailed-block-align {
    justify-content: space-between;
}

.page_to_top {
    margin-top: 30px;
}

.head_search_activiti {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.head_search_activiti > p {
    font-family: RobotoBold;
    font-size: 32px;
    color: #fff;
}

.activiti-title{
    margin-top: 60px;
}

/*_________activity book____________*/

#_booking-page #_event-block {
    display: flex;
    padding: 0 0 20px 0;
}

#_booking-page #_event-block .img-wrapper {
    max-width: 640px;
    height: 480px;
    flex: 1.4;
}

#_booking-page #_event-block .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

#_booking-page #_event-block .text-wrapper {
    padding: 0 0 20px 27px;
    flex: 1;
    height: 480px;
    box-shadow: 0 3px 12px -8px #000000;
}

#_booking-page #_event-block .text-wrapper .title {
    margin: 8px 0 35px;
}

#_booking-page #_event-block .text-wrapper .paragraph {
    margin: 0 0 26px;
}

#_booking-page .title {
    font-family: RobotoBold, sans-sans-serif;
    color: #31708f;
    font-size: 22px;
    margin: 0;
}

#_booking-page label.subtitle {
    display: block;
    font-family: RobotoMedium, sans-sans-serif;
    font-size: 16px;
    color: #444040;
    margin: 0 0 11px;
}

#_booking-page .paragraph {
    font-family: Roboto, sans-sans-serif;
    font-size: 16px;
    color: #2E2E2E;
}

#_booking-page #_event-block .warning-block {
    background: #142A38;
    padding: 10px 11px 9px;
    margin-top: 40px;
    border-radius: 5px;
}

#_booking-page #_event-block .warning-block > div {
    border: 1px dashed #ffffff;
    padding: 26px 32px;
    color: #ffffff;
    border-radius: 5px;
}

#_booking-page #_event-block .warning-block h3 {
    font-family: RobotoBold, sans-sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0 0 14px;
}

#_booking-page #_event-block .warning-block p {
    font-family: Roboto, sans-sans-serif;
    font-size: 16px;
    margin: 0;
}

#_booking-page .customer-information-block {
    padding: 23px 33px 10px;
    box-shadow: 0 3px 12px -8px #000000;
    border-radius: 5px;
    margin: 0 0 42px;
}

#_booking-page .customer-information-block .title {
    margin: 0 0 18px;
}

#_booking-page .to-fill-in-block {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid rgba(112, 112, 112, .35);
    padding: 25px 0 0;
}

#_booking-page .to-fill-in-block:not(:nth-child(2)) {
    margin: 0px 0 0 0;
}

#_booking-page .input-wrapper input {
    box-shadow: 0 4px 12px -8px #3B3939;
    color: #000000;
    font-size: 16px;
    padding: 17px 20px;
    border: none;
    margin: 0 0 34px;
    width: 100%;
}

#_booking-page .input-wrapper input:focus,
#_booking-page .input-wrapper input:active {
    outline: none;
}

#_cancellation-block {
    padding: 31px 35px 15px;
    box-shadow: 0 4px 12px -8px #3B3939;
    margin: 0 0 41px;
    display: flex;
    width: 100%;
    align-items: flex-end;
}

.activites_books_button {
    height: 40px;
    width: 100px;
    background: #fc6d06;
    border: 1px solid #fc6d06;
    color: #fff;
    border-radius: 3px;
}

._cancellation-block_width {
    width: 100%;
}

#_cancellation-block .title {
    text-transform: uppercase;
    color: #C90101;
    margin: 0 0 34px;
}

#_cancellation-block h5 {
    font-family: RobotoBold, sans-sans-serif;
    color: #2E2E2E;
    margin: 0 0 5px;
    text-transform: uppercase;
}

#_cancellation-block > div {
    font-family: Roboto, sans-sans-serif;
    font-size: 16px;
    color: #636363;
    margin: 0;
}

#_cancellation-block > div .price-wrapper {
    font-family: Roboto, sans-sans-serif;
    font-weight: bold;
}

#_cancellation-block .amount-block {
    display: flex;
    justify-content: space-between;
    max-width: 50%;
}

.openModal {
    display: block !important;
}

.modal-block {
    position: fixed;
    z-index: 10;
    background: rgba(20, 42, 56, .86);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
}

.modal-block .modal {
    max-width: 450px;
    padding: 28px 30px 16px;
    border-radius: 5px;
    box-shadow: 0 4px 12px -8px #3B3939;
    background: #ffffff;
    height: 390px;
    margin: auto;
    overflow-y: auto;
}

.modal-block .modal form h3 {
    font-family: RobotoBold, sans-sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: #142A38;
    margin: 0;
}

.modal-block .modal form > .title-block {
    display: flex;
    justify-content: space-between;
    padding: 0 0 16px;
    margin: 0 0 19px;
    border-bottom: 1px solid rgba(112, 112, 112, .35);
}

.modal-block .modal form > .title-block a {
    display: inline-block;
    width: 32px;
    height: 32px;
    color: #142A38;
}

.modal-block .modal form > .title-block i {
    width: 100%;
    font-size: 32px;
    color: inherit;
    text-align: center;
}

.modal-block .modal form p {
    font-family: Roboto, sans-sans-serif;
    font-size: 19px;
    color: #142A38;
    margin: 0 0 23px;
}

.modal-block .modal form .age-category {
    font-family: Roboto, sans-sans-serif;
    margin: 0 0 24px;
    color: #73848F;
}

.modal-block .modal form .number-of-people-block h3 span i {
    font-size: 20px;
    margin: 5px;
}

.modal-block .modal form .changePax {
    color: #ffffff;
    background: #142A38;
    padding: 5px 0;
    width: 100%;
    border-radius: 5px;
    border: none;
}

.modal-block .modal form .changePax div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    color: inherit;
    text-decoration: none;
}

.modal-block .modal form .changePax div p {
    margin: 0;
    text-align: center;
    color: #ffffff;
}

.modal-block .modal form .changePax div p:first-child {
    font-family: RobotoBold, sans-sans-serif;
    font-weight: bold;
    font-size: 17px;
}

.modal-block .modal form .changePax div p:last-child {
    font-family: Roboto, sans-sans-serif;
    font-size: 13px;
}

.price-block {
    display: flex;
    flex: 0.27;
    justify-content: center;
    align-items: center;
    padding-right: 15px;
}

.desc_activity {
    flex-direction: column;
}

.map_activites {
    display: flex;
    flex: 1;
}

.map_activitis_text {
    display: flex;
    flex: 1;
    padding-left: 15px;
}

.map_title_activites {
    font-size: 22px;
    color: #FD7213;
    margin-top: 15px;
    margin-bottom: 10px;
}

.last_update_activiti {
    background: #FD7213;
    color: #fff;
    display: inline-flex;
    padding: 9px 16px;
    border-radius: 15px;
    margin-bottom: 15px;
    margin-left: 10px;
}

.activites_h_search {
    width: 650px;
}

.calendar_activites {
    width: 250px;
    padding-top: 3px;
}

.serchin_activites {
    background: #012636;
    padding: 15px;
}

.serchin_activites {
    flex-direction: column;
}

.filtr_padding {
    padding: 0 15px;
}

.search_activitis_res {
    width: 100%;
    border: none;
}

.calendar_activites_res {
    width: 100%;
    background: #fff;
    height: 40px;
    margin-top: 4px;
}

.book_activites {
    position: absolute;
    right: 15px;
    bottom: 18px;
    background: #fe8813;
    color: #fff;
    width: 120px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.open_pax_modal_a {
    cursor: pointer;
}

.activiti_cange_pax_box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.activiti_cange_pax_box select {
    display: inline-block;
    margin: 0 5px 5px 0;
}

.number-of-people-block {
    flex: 1;
}

.activiti_pax_count {
    display: flex;
    align-items: center;
}

.activiti_pax_count > ul {
    display: flex;
    list-style-type: none;
}

.activiti_pax_count > ul > li {
    font-size: 18px;
    width: 30px;
    display: flex;
    justify-content: center;
    font-family: RobotoBold;
}


.price-slider {
    width: 100%;
    margin: auto;
    text-align: center;
    position: relative;
    height: 6em;
}

.price-slider svg,
.price-slider input[type=range] {
    position: absolute;
    left: 0;
    bottom: 0;
}

.price-slider input[type=number] {
    border: 1px solid #ddd;
    text-align: center;
    font-size: 1.6em;
    -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type=number]:invalid,
input[type=number]:out-of-range {
    border: 2px solid #e60023;
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #E2E2E2;
}

input[type=range]:focus::-ms-fill-lower {
    background: #E2E2E2;
}

input[type=range]:focus::-ms-fill-upper {
    background: #E2E2E2;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: #012636;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}

input[type=range]::-webkit-slider-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid #707070;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #FFFFFF;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7px;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: #1da1f2;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}

input[type=range]::-moz-range-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid #1da1f2;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #a1d0ff;
    cursor: pointer;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

input[type=range]::-ms-fill-lower,
input[type=range]::-ms-fill-upper {
    background: #1da1f2;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}

input[type=range]::-ms-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid #1da1f2;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #a1d0ff;
    cursor: pointer;
}

[class*="activitDate_"] {
    display: none;
}

.activeDateModal {
    display: block;
}

.boxallmodal {
    flex: 0.7
}

.activitiMount {
    font-size: 12px;
    font-family: Roboto;
}

.f_group_flex {
    display: flex;
    flex-direction: row;
    grid-row-gap: 20px;
    flex-wrap: wrap;
}

.f_group {
    margin-right: 50px;
}

.f_group > p {
    color: black;
    /*font-weight: bold;*/
    font-family: Roboto, sans-sans-serif;
    font-size: 16px;
}

.fgroup_new{
    width: 33%;
    margin: 0 !important;
}

.f_group > ul {
    list-style-type: none;
    font-family: Roboto, sans-sans-serif;
    font-size: 16px;
}


.f_group-new > p {
    /*color: black;*/
    font-weight: bold;
    font-family: Roboto, sans-sans-serif;
    font-size: 15px;
}


.f_group-new > ul {
    list-style-type: none;
    font-family: Roboto, sans-sans-serif;
    font-size: 15px;
}


/*.f_group-new > p {*/
/*    color: #FD7213;*/
/*    font-weight: bold;*/
/*}*/

/*.f_group-new > ul {*/
/*    list-style-type: none;*/
/*}*/



.check_segment_ {
    position: absolute;
    right: 6px;
    display: none;
    top: 0px
}

.account-phone-number {
    display: flex;
    justify-content: space-between;
}

.country-code {
    height: 40px;
    width: 60px;
    background: #ff6b00;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
}



.font-15 {
    font-size: 15px;
}


@media (max-width: 700px) {
    .head_search_activiti {
        position: static !important;
        align-items: flex-start !important;
        height: 25% !important;
    }

    .searc_h {
        flex-direction: column !important;
    }

    .btn_search p {
        padding: 10px;
    }

    .calendar {
        width: 100%;
    }

    .detailed-block.detailed-block-align {
        flex-direction: column;
    }

    .exact-details {
        flex-direction: column;
    }

    .book_activites {
        position: static;
        margin-top: 20px;
    }

    .exact-details-main-price-block {
        align-self: flex-start;
    }

    .detailed-block {
        flex-direction: column-reverse;
    }

    .map_activites, .map_activites iframe {
        width: 100%;
    }

    #_booking-page #_event-block {
        flex-direction: column;
    }
    .activiti-title{
        margin-top: 160px;
    }
}

body {
    overflow: hidden;
    overflow-y: auto;
}

.box-container {
    padding: 23px 33px 30px;
    box-shadow: 0 3px 12px -8px #000000;
    border-radius: 5px;
}

.box-amounts h3.price-text {
    font-weight: bold;
    margin: 0 0 3px 0;
    padding: 0;
    font-size: 16px;
}


.cancelCost h2 {
    font-weight: bold;
    padding: 0;
    font-size: 16px !important;
}

.price-styles {
    color: #FD7213;
    font-size: 17px;
    font-family: RobotoBold;
    display: inline-block;
}


.box-amounts p.box-help-text {
    font-size: 12px;
}

.box-divider {
    width: 100%;
    height: 1px;
    background: rgba(112, 112, 112, .40);
    margin: 15px 0;
}
.flex{
    display: flex;
    flex-wrap: wrap;
}
.flex img{
    max-width: 100%;
}
.col{
    flex-basis: 50%;
    padding: 0 5px;
    margin-bottom: 20px;
}
.small-images {
    display: flex;
    margin-top: 10px;
    overflow-x: auto;
    grid-column-gap: 10px;
}
/* width */
.small-images::-webkit-scrollbar {
  width: 10px;
  height: 5px;
}

/* Track */
.small-images::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.small-images::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.small-images::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.small-images img{
    width: 135px;
}
.small-image{
    width: 120px;
}
.for-size{
    max-width: 750px;
}

@media(max-width: 1700px) {
    .highlights-block {
        max-height: 210px;
    }
}
@media(max-width: 1500px) {
    .highlights-block {
        max-height: 200px;
    }
}

@media(max-width: 1200px) {
    .section_one {
        flex-direction: column;
    }

    .hotel_flexing {
        flex-direction: column;
    }
    .for-flex{
        flex-direction: column;
        margin-bottom: 20px;
    }

    .new-for-mobile {
        width: 100%;
        margin-top: 20px;
    }

    /*.rooms_table {*/
    /*    width: 100%;*/

    /*}*/
    .outer-block {
        max-width: 100%;
    }
    @media(max-width: 900px) {
        .highlights-block {
            max-height: 170px;
            padding:  0 15px 0 30px;
        }
    }
}

@media(max-width: 768px) {
    .col {
        flex-basis: 100%;
    }
    .payment-new-class tbody tr{
        display: flex;
        flex-direction: column;
        max-width: 300px;
    }
    .wrap_ss {
        position: unset;
    }
    .for-size{
        max-width: 600px;
    }
    .addinfo-title ul{
        padding-left: 15px;
    }
}
@media(max-width: 575px) {
    .new-btn-class {
        /*width: 130px;*/
        margin: 10px 0 0;
    }
    .input-block{
        flex-direction: column;
        width: 100%;
        margin: 0;
    }
    .r_t_b_item{
        padding: 0;

    }
    .rooms_table_m{
     display: block;
    }
    .for-flex {
        display: flex;
        width: 100%;
    }
    .layer_succ {
         position: unset;
        margin-top: -200px;
        background: #fff;
    }
    .outer-block {
        margin: 30px 0 20px 0;
    }
    .rooms_fa > li {
        padding: 8px;
    }
    .mobile_rooms_g p{
        text-align: center;
    }
    .activiti-title {
        margin-top: 200px;
    }



    }

@media(max-width: 480px){
    .group_fact{
        border-top: none;
        padding-bottom: 15px;
        border-bottom: 1px solid #3b3a3a;
        margin-bottom: 20px;
    }
    .for-block {

        padding: 10px 0;
    }
    .rooms_table_m{
        box-shadow: none;
    }
}

@media(max-width: 374px) {
    .price_text_info{
        flex-direction: column;
    }
    .person_price{
        margin-left: 0;
    }
}

input.main-datepicker {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    text-align: center;
}

.bg-color-brand {
    background-color: #ff6b00 !important;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #ff6b00 !important;
}