body {
    background: url('/images/bg.jpg');
    font-family: 'PT Sans', sans-serif;
}

a {
    /* color: #286aa5; */
    color: #004c8f;
    text-decoration: none;
}

a:hover {
    color: #0fca98;
}

h1 {
    font-size: 2rem;
}

.btn-primary, .btn-primary:focus {
    background-color: #004c8f;
    border-color: #004c8f;
}

.btn-primary:hover {
    background-color: #0fca98;
    border-color: #00c18e;
}

.btn-corner {
    /* border-top: 1px solid rgba(0,0,0,.125); */
    /* border-left: 1px solid rgba(0,0,0,.125); */
    border-radius: .25rem 0 .25rem 0;
}

.btn-corner:hover {
    color: #fff;
    background-color: #0fca98!important;
}

.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
    color: #fff;
    background-color: #004c8f;
    border-color: #004c8f;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #00c18e;
    border-color: #00c18e;
}

.w-130 {
    width: 130px;
}

.bg-1d3041 {
    background-color: #1d3041!important;
    color: #fff;
}

.bg-f0f8ff {
    background-color: #f0f8ff!important;
}

.bg-0db98b {
    background-color: #0db98b!important;
}

.bg-primary {
    background-color: #1d3041!important;
}

.shadow-block {
    box-shadow: 0 0 10px 1px #8f8f8f!important;
}

.zindex-2 {
    z-index: 2;
}

.fixedtop-20 {
    top: 20px;
}

.heading-line {
    overflow: hidden;
}

.heading-line > * {
    display: inline-block;
    position: relative;
}

.heading-line>::before {
    right: 100%;
    margin-right: calc(5px + 0.3em);
}

.heading-line>::after {
    left: 100%;
    margin-left: calc(5px + 0.3em);
}

.heading-line>::after, .heading-line>::before {
    content: "";
    position: absolute;
    top: calc(50% - (calc(0.2px + 0.05em)/ 2));
    width: 2000px;
    border-bottom: calc(0.2px + 0.05em) solid #0fca98;
}

/* pagination */

.page-link {
    color: #004c8f;
}

.page-link:hover {
    color: #fff;
    background-color: #0fca98;
    border-color: #0fca98;
}

.page-item.active .page-link {
    background-color: #004c8f;
    border-color: #004c8f;
}

/* navbar */

.navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar .nav-item {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #0fca98;
}

/* header */

header .bg-image {
    height: 300px;
    width: 100%;
    /* background-image: url('/images/logo-ileck-400.jpg') center center no-repeat; */
    background-image: url('/images/logo-ileck-400.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 130%;
    border: none;
}

header .translate-middle {
    width: calc(100% - 40px);
}

header a, header a:focus, header a:hover {
    color: #fff;
}

header .text1 {
    font-size: 1.5rem;
}

header .text2 {
    font-size: 5rem;
    font-weight: 600;
}

@media (max-width: 992px) {
    header .bg-image {
        height: 230px;
        background-size: cover;
    }

    header .text1 {
        font-size: 1.2rem;
    }
    
    header .text2 {
        font-size: 3.8rem;
    }
}

@media (max-width: 768px) {
    header .bg-image {
        height: 200px;
    }

    header .text1 {
        font-size: 1.5rem;
    }
    
    header .text2 {
        font-size: 3rem;
    }
}

@media (max-width: 576px) {
    header .bg-image {
        height: 180px;
    }

    header .text1 {
        font-size: 1.5rem;
    }
    
    header .text2 {
        font-size: 2.5rem;
    }
}

/* .sortblock  */

.sortblock a {
    text-decoration: none;
}

.sortblock a:hover {
    color: #0fca98!important;
}

.sortblock a.active {
    text-decoration: none;
    font-weight: 600;
    color: #000;
}

/* .hotel-block */

/* .hotel-block .card:hover {
    border: 1px solid #d4fff4;
} */

.hotel-block .title {
    font-size: 1.25rem;
    line-height: 1.25rem;
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.hotel-block .title:hover {
    color: #0fca98!important;
}

.hotel-block .cover {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .hotel-block .cover {
        position: relative!important;
        height: 240px;
    }
}

.hotel-block .price {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.25rem;
}

/* .hotel-page */

.hotel-page .block {
    position: relative;
    border: 1px solid transparent;
}

.hotel-page .block::after{
    position: absolute;
    content: '';
    pointer-events: none;
    bottom: -5px;
    z-index: 10;
    background: inherit;
    left: 50%;
    width: 10px;
    height: 10px;
    -webkit-transform: translateX(-50%) rotate(
45deg);
    transform: translateX(-50%) rotate(
45deg);
}

.hotel-page .title h1 {
    font-size: 2rem;
}

/* .number-block */

.number-block .price {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.25rem;
}

.number-block .collapse, .number-block .collapsing {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* footer */

footer {
    header: 60px;
}


/* gallery */

#gallery .gallery {
    height: 450px;
    border-radius: 0px 0px .25rem .25rem;
}

#gallery .gallery .swiper-slide {
    background-color: #f0f8ff;
}

#gallery .gallery img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    /* object-fit: cover; */
    /* border-radius: 5px; */
}
#gallery .gallery .page{
    background-color: #ffffffbf;
    width: 80px;
    margin: auto;
    border-radius: 5px;
    padding: 6px;
    font-weight: 600;
}
/* #gallery .gallery .swiper-button-next {
    background-color: #ffffffbd;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding-left: 2px;
}
#gallery .gallery .swiper-button-next::after {
    font-size: 20px;
    font-weight: 800;
    color: #004c8f;
}
#gallery .gallery .swiper-button-next:hover::after {
    color: #01a579;
}
#gallery .gallery .swiper-button-prev {
    background-color: #ffffffbd;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding-right: 2px;
}
#gallery .gallery .swiper-button-prev::after {
    font-size: 20px;
    font-weight: 800;
    color: #004c8f;
}
#gallery .gallery .swiper-button-prev:hover::after {
    color: #01a579;
}
#gallery .gallery .swiper-button-disabled {
    display: none;
} */

.swiper-button-next {
    background-color: #ffffffbd;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding-left: 2px;
}
.swiper-button-next::after {
    font-size: 20px;
    font-weight: 800;
    color: #004c8f;
}
.swiper-button-next:hover::after {
    color: #01a579;
}
.swiper-button-prev {
    background-color: #ffffffbd;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding-right: 2px;
}
.swiper-button-prev::after {
    font-size: 20px;
    font-weight: 800;
    color: #004c8f;
}
.swiper-button-prev:hover::after {
    color: #01a579;
}
.swiper-button-disabled {
    display: none;
}

#gallery .galThumb {
    height: 80px;
}
#gallery .galThumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    cursor: pointer;
}
#gallery .galThumb .swiper-slide-visible {
    background-color: #fff;
}
#gallery .galThumb .swiper-slide-visible img{
    opacity: 0.7;
}
#gallery .galThumb .swiper-slide-thumb-active img{
    opacity: 1;
}

.numberGallery img {
    height: 120px;
    width: 100%;
    object-fit: cover;
    cursor: pointer;
}
.numberGallery .swiper-button-next {
    background-color: #ffffffbd;
    border-radius: 50% 0 0 50%;
    width: 40px;
    height: 40px;
    padding-right: 15px;
    right: -20px;
}
.numberGallery .swiper-button-next::after {
    font-size: 15px;
    font-weight: 800;
}
.numberGallery .swiper-button-prev {
    background-color: #ffffffbd;
    border-radius: 0 50% 50% 0;
    width: 40px;
    height: 40px;
    padding-left: 15px;
    left: -20px;
    /* margin-top: calc(10px - (var(--swiper-navigation-size)/ 2)); */
}
.numberGallery .swiper-button-prev::after {
    font-size: 15px;
    font-weight: 800;
}
.numberGallery .swiper-button-disabled {
    display: none;
}

@media (max-width: 768px) {
    .numberGallery img {
        height: 240px;
    }
}

@media (max-width: 576px) {
    .numberGallery img {
        height: 180px;
    }
}


@media (max-width: 576px) {
    .numbers .button {
        position: relative!important;
    }

    .numbers .button .btn {
        width: 100%;
        text-align: center!important;
        border-radius: 0.25rem;
    }
}

/* lightGallery */

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #0fca98;
}

/* slider */

.slider.slider-horizontal {
    width: calc(100% - 20px);
    margin-left: 10px;
    height: 20px;
}

.slider-selection {
    background: #0fca98;
}
.slider-track-low {
    background: #ffecec;
}
.slider-track-high {
    background: #ffecec;
}

.slider-handle.round {
    background: #004c8f;
}

/* 404 */

.page404 h1{
    font-size: 4rem;
    color: #004c8f;
    font-weight: 600;
}

.page404 p{
    font-size: 1.2rem;
    margin-bottom: 0.3rem;
}