@charset "UTF-8";
/*
Theme Name: Трускавець Лендінг
Theme URI:
Author: bearlog.ua
Author URI: https://wordpress.org/
Description: Готельно-курортний комплекс “Карпати” - Трускавець
Version: 1.0
*/
body{
    padding: 0;
    margin: 0;
    font-size: 16px;
    background-color: #fff;
}
a{
    outline: none;
}
.btn-primary{
    border-radius: 0;
    background: #009dff;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid transparent;
    color: #fff;
    transition-duration: 0.5s;
}
.btn-coral{
    border-radius: 5px;
    background: #b36b24;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid transparent;
    color: #fff;
    transition-duration: 0.5s;
}
.btn-lg{
    padding: 15px 25px;
    font-size: 1.2rem;
}
.btn-primary:hover{
    background: #fff;
    border: 1px solid #009dff;
    color: #009dff;
}
.logo{
    height: 80px;
    width: auto;
    top: 15px;
    right: 50%;
    margin-right: -47px;
    display: none;
}
.logo img{
    height: 100%;
    width: auto;
    float: left;
}
.header{
    padding: 30px 0px;
    height: 110px;
    width: 100%;
    position: absolute;
    z-index: 11;
}
.menu{
    font-size: 18px;
}
.menu .page_item{
    position: relative;
    transition-duration: 0.5s;
}
.menu>.page_item>a{
    color: #ffffff!important;
}
.menu .page_item:hover::after{
    width: calc(100% - 10px);
}
.menu .page_item::after{
    width: 0px;
    height: 2px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 5px;
    background-color: #fff;
    transition-duration: 0.5s;
}
.menu li:nth-child(4){
    font-size: 0px;
    width: 150px;
    position: relative;
}
.menu li:nth-child(4)::after{
    font-size: 0px;
    height: 80px;
    width: 100px;
    background-color: transparent;
    top: 0;
    left: 0;
    pointer-events: none;
}
.menu li:nth-child(4) a{
    position: absolute;
    width: 100px;
    height: 80px;
    margin-left: 25px;
    margin-top: -20px;
    background-image: url("https://booking.alkorhotel.com.ua/wp-content/themes/hotel/assets/brand/logo.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
}
.menu li:nth-child(4):hover::after{
    width: 100px;
}
.sub-menu{
    font-size: 18px;
}
.sub-menu li a{
    color: #404044;
}
.header .container-xl .navbar-toggler{
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 13px;
}
.social-links{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-right: 15px;
}
.social-links li{
    display: inline-block;
}
.social-links li a{
    font-size: 18px;
    padding: 3px;
    color: #fff;
    opacity: 0.7;
}
.social-links li a img{
    width:19px;
	height: auto;
	
}
.social-links li a:hover{
    opacity: 1;
}
.slider{
    height: 820px;
    padding: 0px 0px 100px 0px;
    overflow: hidden;
    position: relative;
}
.slider .owl-carousel{
}
.slider .owl-carousel{
}
.slider .owl-carousel .item{
    position: relative;
    height: 820px;
    overflow: hidden;
}
.slide-info{
    position: absolute;
    max-width: 400px;
    height: auto;
    top: 60%;
    left: 30%;
    transform: translate(-50%, -50%);
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    color: #fff;
    z-index: 3;
}
.slide-info h2{
    font-size: 56px;
}
.slide-info a{
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 10px 20px;
    position: relative;
    top: 15px;
    border-radius: 20px;
    transition-duration: 0.5s;
}
.slide-info a:hover{
    color: #333333;
    background-color: #ffffff;

}
.slider .owl-carousel .item img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.slider .owl-carousel .item::after{
    content: '';
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), 40%, rgba(0, 0, 0, 0.0));
    top: 0;
    left: 0;
}
.booking-box{
    background-color: #fff;
    width: 30%;
    min-width: 300px;
    max-width: 450px;
    height: auto;
    bottom: 100px;
    left: 70%;
    transform: translate(-50%, 0%);
    z-index: 2;
    border-radius: 3px;
}
.pt-10{
    padding-top: 100px;
}
.pb-10{
    padding-bottom: 100px;
}
.my-light-bg{
    background-color: #f8faff;
}
.light-bg{
    background-color: #f8faff;
}
.my-box-bg{
    background: linear-gradient(to right, #b36b24 50%, #f8faff 50%);
}
.coral-bg{
    background-color: #b36b24;
    position: relative;
}
.coral-bg button{
    width: 100%;
    font-size: 18px;
    background-color: transparent!important;
    color: #fff!important;
    position: relative;
    text-align: left;
    opacity: 0.7;
    transition-duration: 0.5s;
}
.coral-bg button img{
    width: 35px;
    height: 35px;
    margin-right: 15px;
}
.coral-bg button::after{
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    background-color: #b36b24;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right:15px solid #f8faff;
    opacity: 0;
    transition-duration: 0.5s;
}
.coral-bg button:hover::after{
    opacity: 1;
}
.coral-bg button:hover{
    opacity: 1;
    font-weight: bold;
}
.coral-bg button.active::after{
    opacity: 1;
}
.coral-bg button.active{
    opacity: 1;
    font-weight: bold;
}
.pr-0{
    padding-right: 0;
}
.my-light-bg .tab-pane{
    padding: 0px 50px;
}
.my-light-bg .tab-pane img{
    width: 100px;
    height: 100px;
}
.my-light-bg .tab-pane h3{
    padding: 15px 0px;
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    font-size: 36px;
}
.my-light-bg .tab-pane h6{
    padding: 15px 0px;
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    font-size: 24px;
}
.my-light-bg .tab-pane p{
    font-size: 18px;
}

@media (max-width: 990px) {
    .logo{
        top: 15px;
		right: calc(50% - 38px);
        height: 60px;
        margin: 0;
        display: block;
    }
    .header{
        padding: 30px 0px;
        height: 90px;
        background-color: #404044;
    }
    .logo img{
        float: right;
    }
    .navbar-collapse{
        background-color: #404044;
        position: relative;
        top: 45px;
        padding: 0px 15px;
        text-align: center;
    }
    .navbar-collapse button{
        margin-bottom: 15px;
        margin-top: 15px;
        width: 100%;
    }
    .container-xl.minpad0{
        padding: 0px;
    }
    .booking-box{
        width: 90%;
        left: 50%;
        transform: translate(-50%, 0%);
    }
    .slide-info{
        width: 90%;
        top: unset;
        bottom: 470px;
        left: 50%;
        transform: translate(-50%, 0%);
    }
    .slide-info h2{
        font-size: 46px;
    }
    .my-light-bg .tab-pane{
        padding: 0px 0px;
    }
    .sub-menu{
        text-align: center;
    }
    .booking-box{
        bottom: 20px;
    }
    .menu li:nth-child(4){
    display: none;
    }
}
.page-content{
    padding: 30px 15px;
    font-size: 18px;
}
.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6{
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
}
.wp-block-image img {
    height: auto!important;
}
.page-content p{
    padding: 15px 0px;
}
.page-content .wp-block-table.is-style-stripes table{
    outline: 1px solid red;
    font-size: 18px;
    border: 1px solid #eaeaea;
    overflow: visible;
    position: relative;
}
.page-content .wp-block-table.is-style-regular table{
    outline: 1px solid red;
    font-size: 18px;
    border: 2px solid #000;
}
.page-content .wp-block-table.is-style-stripes table tr td{
    padding: 10px 15px;
}
.page-content .wp-block-table.is-style-stripes table thead tr th{
    padding: 10px 15px;
}
.page-content .wp-block-table.is-style-regular table thead tr th{
    border-bottom: 2px solid #000;
    padding: 10px 15px;
}
.page-content .wp-block-table.is-style-regular table tr td{
    padding: 10px 15px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
}
.owl-dots{
    display: block;
    text-align: center;
}
.owl-dots.disabled{
    display: block!important;
}
.owl-dots .owl-dot{
    background-color: #b36b24!important;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin-right: 10px;
}
.star-rating{
    color: #b36b24;
    font-size: 13px;
}
.appartments .item .card .card-body{
    font-size: 18px;
}
.appartments .item a{
    text-decoration: none;
    color: #000;
}
.appartments .item .card .card-body ul{
    list-style: none;
    padding: 0px 0px 10px 0px;
}
.appartments .item .card .card-body ul li{
    width: 100%;
    padding-bottom: 5px;
}
.appartments .item .card .card-body ul li img{
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 10px;
}
.appartments .item .card .card-body h5{
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    font-size: 24px;
    padding-bottom: 20px;
}
.price{
    color: #b36b24;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    font-weight: bold;
    opacity: 0.7;
}
.uptitle{
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    opacity: 0.3;
    letter-spacing: 2px;
}
.maintitle{
    width: 100%;
    text-align: center;
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    font-size: 36px;
    padding-bottom: 50px;
}
.card{
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin: 15px;
    border: 1px solid #f4f4f5;
}
.owl-prev{
    width: 30px;
    height: 60px;
    position: absolute;
    top: 45%;
    left: -15px;
    font-size: 60px!important;
    line-height: 60px!important;
}
.owl-prev span{
    position: relative;
    top: -5px;
}
.owl-next{
    width: 30px;
    height: 60px;
    position: absolute;
    top: 45%;
    right: -15px;
    font-size: 60px!important;
    line-height: 60px!important;
}
.owl-next span{
    position: relative;
    top: -5px;
}
.owl-nav{
    opacity: 0;
}
.owl-carousel .owl-nav{
    opacity: 0;
    transition-duration: 0.5s;
}
.owl-carousel:hover .owl-nav{
    opacity: 0.6;
}
.review .item .card img{
    width: 150px;
    height: 150px;
    border-radius: 80px;
    margin: 50px 0px;
    display: block;
}
.card-body{
    font-size: 18px;
}
.rew-photo{
    position: relative;
}
.rew-photo::after{
    border-radius: 25px;
    width: 50px;
    height: 50px;
    content: '';
    position: absolute;
    background-color: #b36b24;
    bottom: 50px;
    margin-left: 20px;
    background-image: url("https://booking.alkorhotel.com.ua/wp-content/themes/hotel/assets/brand/quote-left.svg");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
}
.review .item .card .card-body h6{
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    font-size: 26px;
    padding-top: 15px;
}
.review .item .card .card-body .guest{
    font-size: 12px;
    text-transform: uppercase;
    opacity: 0.6;
    letter-spacing: 1px;
}
.special .item .card img{
    height: auto;
    width: 100%;
}
.special .item a{
    color: #000;
    text-decoration: none;
}
.blog-title{
    padding-top: 15px;
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: bold;
}
.date{
    opacity: 0.6;
}
.gallery{
    background-color: #2c2727;
    height: auto;
}
footer{
    background-color: #2c2727;
    height: auto;
    color: #fff;
    font-size: 16px;
}
footer h3{
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    font-size: 26px;
    padding-bottom: 20px;
}
footer p{
    opacity: 0.5;
}
.foter-social-links{
    list-style: none;
    padding:0;
}
.foter-social-links li{
    display: inline-block;
    margin-right: 5px;
}
.foter-social-links li a{
    width: 70px;
    height: 70px;
    display: block;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50px;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
}
.foter-social-links li a img{
    width: 35px;
    height: auto;
	margin-top: -2px;
	margin-left: -2px;
}
.foter-menu-links ul{
    list-style: none;
    padding: 0;
    font-size: 18px;
}
.foter-menu-links ul li a{
    text-decoration: none;
    color: #fff;
    opacity: 0.5;
}
.foter-menu-links ul li a:hover{
    opacity: 1;
}
.foter-contact{
    list-style: none;
    padding: 0;
}
.foter-contact li a{
    color: #fff;
    text-decoration: none;
    opacity: 0.5;
}
.foter-contact li a:hover{
    opacity: 1;
}
.foter-contact li a i{
    font-size: 20px;
    margin-right: 10px;
}
footer input{
    background-color: transparent!important;
    border: 1px solid #fff;
    opacity: 0.5;
    color: #fff!important;
    border-radius: 0px;
    padding: 15px !important;
    outline: none;
}
.gallery .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item{
    margin: 0!important;
    opacity: 0.7;
    transition-duration: 0.5s;
}
.gallery .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item:hover{
    opacity: 1;
    cursor: zoom-in;
}
.wpcf7-form{
    padding: 15px;
    font-size: 16px;
}
.wpcf7-form input{
    width: 100%;
    padding: 7px 10px;
    outline: none;
    margin-bottom: 10px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
}
.wpcf7-form input[type=date]{
    width: calc(50% - 5px);
		background: #fff;
}
.wpcf7-form input[name=date-488]{
    margin-left: 10px;
}
.wpcf7-form input[name=text-326]{
    width: calc(50% - 5px)
}
.wpcf7-form select{
    width: 100%;
}
.wpcf7-form select[name=menu-30]{
    width: calc(50% - 5px);
    margin-left: 10px;
    height: 40px;
    line-height: 10px;
    padding: 10px 8px;
    border: 1px solid #eaeaea;
    outline: none;
    border-radius: 5px;
}
.wpcf7-form select[name=menu-31]{
    height: 40px;
    line-height: 10px;
    padding: 10px 8px;
    border: 1px solid #eaeaea;
    outline: none;
    border-radius: 5px;
    margin-bottom: 10px;
}
.wpcf7 .ajax-loader{
    position: absolute;
    right: 15px;
    margin-top: 7px;
}
.wpcf7 p{
    margin: 0!important;
}
.wpcf7-response-output{
    margin: 0!important;
}
.wpcf7-form input[type=submit]{
    background-color: #b36b24;
    border: 2px solid #b36b24;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    padding: 10px;
    transition-duration: 0.5s;
}
.wpcf7-form input[type=submit]:hover{
    background-color: #fff;
    border: 2px solid #ff5230;
    color: #ff5230;
}
.wpcf7-not-valid-tip{
    position: absolute;
    right: 5px;
    z-index: 2;
    margin-top: 5px;
    font-size: 10px;
}
.invalid .wpcf7-response-output{
    border: none!important;
    outline: none;
    background-color: #ffdd8f;
    border-radius: 5px;
    padding: 15px;
}
.wpcf7 form.sent .wpcf7-response-output{
    border: none!important;
    outline: none;
    background-color: #a4ff91;
    border-radius: 5px;
    padding: 15px;
}
.sidebar-poslugy{
    list-style: none;
    padding: 15px;
}
.sidebar-poslugy li a h2{
    font-size: 24px;
    padding: 10px 0px;
}
.sidebar-poslugy li a img{
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.sidebar-poslugy li a{
    text-decoration: none;
    color: #000;
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
}
.sidebar-poslugy li a:hover{
    text-decoration: none;
    color: #b36b24;
}
.infographic{
	background-color: #f8faff;
	border-radius: 50px 50px 50px 0%;
	border: 5px solid #b36b24;
}
.infographic p{
	font-size: 14px;
}
.infographic img{
	width: 100px;
	height: auto;
	margin-left: calc(50% - 50px);
	padding: 15px 0px;
}
.acord-cont{
    background-color: #b36b24;
}
.accordion-button {
    background-color: #b36b24;
    color: #fff;
    padding: 0.6rem 1rem;
}
.accordion-item{
    border: none!important;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #b36b24;
    box-shadow: none;
}
.accordion-body{
    background-color: #f8faff;
    padding: 50px 50px;
}
.accordion-button img{
    width: 35px;
    height: 35px;
    margin-right: 15px;
}
.accordion-body img{
    width: 100px;
    height: 100px;
}
.accordion-body h3{
    padding: 15px 0px;
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    font-size: 36px;
}
.accordion-body h6{
    padding: 15px 0px;
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    font-size: 24px;
}
.accordion-body p{
    font-size: 18px;
}
.mobile{
    display:none;
}
.laptop{
    display: block;
}
.abs-tr{
    position: absolute;
    top: 30px;
    right: 15px;
    width: auto;
}
.abs-tr .social-links{
    margin-top: 10px;
    width: 86px;
    display: inline-block;
}
.abs-tr button{
    display: inline-block;
}
@media (max-width: 990px) {
	.wpcf7-form input[type=date]{
	background-image: url(https://image.flaticon.com/icons/png/512/747/747310.png);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: 85% 7px;
	}
    .abs-tr{
        position: relative;
        top: 0;
        right: 0;
    }
    .mobile{
        display:block;
    }
    .laptop{
        display: none;
    }
    .card-body button{
        width: 100%;
    }
    .infographic{
        text-align: center;
    }
    .infographic img{
        margin-left:0px;
    }
}
.homeslider .owl-nav .owl-prev{
    width: 80px;
}
.homeslider .owl-nav .owl-next{
    width: 80px;
}
.homeslider .owl-nav{
    opacity: 1;
    color: #fff;
}
.app-num{
    padding: 25px 25px;
}
.app-num ul li img{
    width: 30px!important;
    height: 30px!important;
    float: left!important;
    margin-right: 10px!important;
}
.app-num ul li{
    width: 100%;
    height: 35px;
}
.app-num ul{
    list-style: none;
    padding: 5px 0px;
}
.owl-carousel .owl-item img {
    height: auto;
}
.svipe{
    width: 55px;
    height: 55px;
    display: none;
	margin: 0 auto;
}
.paybtn{
    background-color: rgb(141, 198, 65);
    position: absolute;
    top: 30px;
    left: 15px;
}
.paybtn2{
    background-color: rgb(141, 198, 65);
    display: none;
    margin-bottom: 15px;
}
.lang-mobile{
	display: none;
}
.lang{
	list-style: none;
	}
.lang{
	display: inline-flex;
	}
.lang a{
	text-decoration: none;
	color: #fff;
	padding: 10px;
	}
@media (max-width: 990px) {
    .appartment{
    height: calc(100vh + 600px);
    }
    .app-num{
    bottom: 70px;
    }
    .svipe{
    display: block;
    }
    .paybtn{
    display:none;
    }
    .paybtn2{
    display: block;
    }.lang{
	display: none;
	}
	.lang-mobile{
	display: block;
	position: absolute;
	right: 15px;
	top: 32px;
	}
}
#lang_choice_1{
	background-color: transparent;
	color:#fff;
	outline: none;
	border: none;
}
.navbar.scrolled{
	background-color: #404044;
    transition-duration: 0.5s;
}
.pb-none{
	padding-bottom:0!important;
}




