.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #0094ea;
  text-decoration:  underline;
}

.navbar-light .navbar-nav .nav-link {
  color: #656565;
  font-size: 18px;
  font-weight: initial;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
  color: #0094ea;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  /*color: #0094ea;*/
}

.card-title {
  margin-bottom: .5rem;
  text-align: left;
  color: var(--bs-gray-dark);
}

.card-title-spec {
  margin-bottom: .2rem;
  text-align: left;
  color: var(--bs-gray-dark);
}

.fs-5 {
  font-size: 1.25rem!important;
  line-height: 28px;
}

.sanlist {
  padding: 24px;
}

.price {
  margin-top: 0;
  color: #ff2a52;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 2.2rem;
  line-height: 28px;
}

.price_spec {
  margin-top: 0;
  color: #ff2a52;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0.5rem;
  line-height: 16px;
}

.sanname {
  font-family: Adamina, serif;
  font-style: italic;
  font-weight: normal;
}

.resort {
  font-size: 14px;
  letter-spacing: 0px;
  color: #787491;
  line-height: 14px;
  font-style: italic;
  margin: 0px;
  margin-bottom: 6px;
  font-weight: bold;
}

.sanimg {
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: center;
}

.txt1 {
  font-size: 14px;
  color: var(--bs-gray-dark);
  line-height: 18px;
}

.sanh1 {
  font-family: Adamina, serif;
  font-style: italic;
  font-size: 44px;
  padding-bottom: 12px;
}

.z1 {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 6px;
  padding-right: 6px;
}

:root {
  --bs-blue: #0094ea;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: rgb(0,148,234);
  --bs-secondary: #6c757d;
  --bs-success: #23bab0;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc823;
  --bs-danger: rgb(220,53,69);
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 0,148,234;
  --bs-secondary-rgb: 108,117,125;
  --bs-success-rgb: 25,135,84;
  --bs-info-rgb: 13,202,240;
  --bs-warning-rgb: 255,193,7;
  --bs-danger-rgb: 220,53,69;
  --bs-light-rgb: 248,249,250;
  --bs-dark-rgb: 33,37,41;
  --bs-white-rgb: 255,255,255;
  --bs-black-rgb: 0,0,0;
  --bs-body-color-rgb: 33,37,41;
  --bs-body-bg-rgb: 255,255,255;
  --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient: linear-gradient(180deg, rgb(255,255,255), rgb(211,233,255));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  font-family: Montserrat, sans-serif;
}

.fit-cover {
  object-fit: cover;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
  padding-left: 6px;
  font-size: 14px;
  font-style: italic;
  height: 30px;
}

.navbar-collapse {
  flex-grow: 1;
  margin-bottom: .5rem;
  margin-top: .5rem;
}

.mainicon {
  width: 84px;
}

.carousel {
  position: relative;
  max-width: 1320px;
  margin: auto;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: var(--bs-primary);
}

@media (min-width:992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.card-body {
  flex: 1 1 auto;
  padding: 0.1rem 0.1rem;
}

p {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  font-family: Montserrat, sans-serif;
  line-height: 20px;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #37362a!important;
}

.link-secondary:focus, .link-secondary:hover {
  color: #0d6efd;
}

.link-secondary {
  color: #37362a;
}

@media (min-width:992px) {
  .py-lg-5 {
    padding-top: 6rem!important;
    padding-bottom: 3rem!important;
  }
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: .5rem;
  padding-bottom: 0rem;
}

.mintab {
  min-width: 110px;
  max-width: 110px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: var(--bs-nav-tabs-link-active-color);
  border-color: var(--bs-nav-tabs-link-active-border-color);
  background: linear-gradient(#d9ecff 0%, white), var(--bs-nav-tabs-link-active-bg);
}

.nav-tabs {
  --bs-nav-tabs-border-width: 0px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.5rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #656565 #656565 #ffffff;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

.nav-pills {
  --bs-nav-pills-border-radius: 0rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #ebf4ff;
}

.nopad {
  padding-right: 0px;
  padding-left: 0px;
}

.star {
  color: #048f83;
}

fs-7 {
}

.fs-7 {
  font-size: 12px;
  line-height: 16px;
  color: #000000;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
  border: 2px solid #ff2a52 ;
  border-radius: 3px;
  box-shadow: 0px 0px 8px #c4d4e3;
}

.dates {
  margin-bottom: 0px;
  font-size: 12px;
  color: rgb(128,128,128);
}

@media (min-width: 576px) {
  .dates {
    margin-bottom: 0px;
    font-size: 14px;
    color: rgb(128,128,128);
  }
}

.adates {
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: bold;
}

@media (min-width: 576px) {
  .adates {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: bold;
  }
}

.rowp {
  padding-top: 10px;
}

.rowline {
  border-bottom: 1px dashed rgb(218,218,218);
}

.rowhead {
  font-size: 20px;
  color: var(--bs-primary);
}

.si {
  font-size: 13px;
  font-style: italic;
  color: #939393;
}

.mi {
  font-size: 15px;
  color: #579bff;
  font-style: italic;
  margin-top: 1rem;
}

.podborki {
  max-width: 150px;
  margin: auto;
  padding: 14px;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0);
  padding-left: calc(var(--bs-gutter-x) * 0);
  margin-right: auto;
  margin-left: auto;
}

.tagbar {
  list-style: none;
  display: flex;
  color: #0d6efd;
  padding-left: 0px;
  flex-wrap: wrap;
}

.taglist {
  padding-right: 12px;
  font-style: italic;
  font-size: 10px;
}

@media (min-width: 576px) {
  .taglist {
    padding-right: 12px;
    font-style: italic;
    font-size: 12px;
  }
}

.tabicon {
  width: 28px;
}

li {
  padding-bottom: 0px;
}

.location {
  font-style: italic;
  font-size: 14px;
  letter-spacing: 2px;
  color: #579bff;
}

div.jumbotron.carousel-hero {
  color: #fff;
  text-align: center;
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 0;
  background-repeat: no-repeat;
  height: 290px;
}

div.jumbotron.hero-1 {
  background-image: url('../../assets/img/banners/yalta.jpg');
}

div.jumbotron.hero-2 {
  background-image: url('../../assets/img/banners/aipe.jpg');
}

div.jumbotron.hero-3 {
  background-image: url('../../assets/img/banners/wave.jpg');
}

h1.hero-title, h2.hero-title, h3.hero-title {
  text-shadow: 0 3px 3px rgba(0,0,0,0.4);
  color: #fff;
}

p.hero-subtitle {
  max-width: 600px;
  margin: 25px auto;
  padding: 6px 6px;
  color: #fff;
}

.plat {
  border-radius: 0px;
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0 #048f83!important;
}

.btn-primary:hover {
  color: #fff;
  background-color: #016090;
  border-color: #016090;
}

.btn.btn-primary {
  background-color: var(--bs-link-color)!important;
  border-color: #579bff!important;
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
}

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  box-sizing: inherit;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

.obicon {
  width: 36px;
  margin-right: 6px;
}

.simple-slider .swiper-slide {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
  width: 50px;
  margin-left: 20px;
  margin-right: 20px;
}

@media (max-width:767px) {
  .simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
    display: none;
  }
}

@media (max-width:767px) {
  .simple-slider .swiper-slide {
    height: 360px;
  }
}

