@charset "UTF-8";
body {
  height: 100%;
  display: flex;
  flex-direction: column;
}
body main {
  flex: 1;
}
body.menuOpened {
  overflow-y: hidden;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1258px;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .notablet {
    display: none;
  }
}

body, html {
  height: 100%;
}

body, form, table, td {
  margin: 0;
  padding: 0;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, main, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}

body {
  font-family: Arial, Tahoma, sans-serif;
  line-height: 1;
  background-color: #fff;
  position: relative;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before {
  content: "";
  content: none;
}

q:after, q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-width: 0;
}

html {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

input, textarea {
  color: #333;
  outline: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

button {
  cursor: pointer;
  -webkit-appearance: none;
  outline: 0;
}

input[type=button], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  outline: 0;
}

a {
  color: #000100;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-decoration: none;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}

*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #1C1C1C;
}

.text-underlined {
  text-decoration: underline;
}

.lang {
  position: relative;
  cursor: pointer;
}
.lang__inner {
  display: flex;
  align-items: center;
  padding: 0 20px 0 7px;
  pointer-events: none;
}
.lang__item {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.lang__item .lang__hint {
  color: #1C1C1C;
}
.lang__icon {
  height: 15px;
  width: 21px;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.lang__icon img {
  width: 100%;
}
.lang__hint {
  display: inline-flex;
  font-weight: 300;
  font-size: 15px;
  line-height: 120%;
  color: #FFFFFF;
}
.lang:after {
  content: "";
  display: block;
  position: absolute;
  height: 12px;
  width: 12px;
  right: 0;
  top: 50%;
  margin-top: -6px;
  background: url("../img/icons/chevron-down-white.svg") no-repeat center;
  background-size: contain;
  transition: all 0.3s ease;
  pointer-events: none;
}
.lang__toggle {
  position: absolute;
  width: 100%;
  right: 0;
  top: 130%;
  background: #F3F3F3;
  box-shadow: 0px 2px 4px rgba(0, 24, 83, 0.08);
  padding: 10px;
  gap: 7px;
  flex-direction: column;
  display: none;
}
.lang.active:after {
  transform: rotate(180deg);
}
.lang.active .lang__toggle {
  display: flex;
}
.lang--dark .lang__hint {
  color: #1C1C1C;
}
.lang--dark:after {
  filter: invert(1);
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.logo__phone {
  display: none;
  color: white;
  font-family: "PT Serif", sans-serif;
  font-weight: bold;
  font-size: 20px;
  text-decoration: underline;
}
@media (max-width: 980px) {
  .logo__phone {
    display: flex;
  }
}
@media (max-width: 360px) {
  .logo__phone {
    font-size: 14px;
    margin-top: 10px;
  }
}
.logo__img {
  height: 36px;
  width: 36px;
}
.logo__img svg {
  width: 100%;
}
.logo__text {
  font-family: "PT Serif", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  position: relative;
}
.logo__text:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 2px;
  height: 1px;
  background: #EAE440;
}
@media (max-width: 980px) {
  .logo__text-hidable {
    display: none;
  }
}
.logo--dark .logo__text {
  color: #001853;
}
.logo--dark svg path {
  stroke: #001853;
}

.stars {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.stars__rate {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #001853;
}
.stars__view {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.stars__item {
  height: 14px;
  width: 14px;
}
.stars__item svg {
  width: 100%;
  height: 100%;
}
.stars[data-rate="1"] .stars__item:nth-child(1) svg path {
  fill: #EAE440;
  stroke: #EAE440;
}
.stars[data-rate="2"] .stars__item:nth-child(1) svg path {
  fill: #EAE440;
  stroke: #EAE440;
}
.stars[data-rate="2"] .stars__item:nth-child(2) svg path {
  fill: #EAE440;
  stroke: #EAE440;
}
.stars[data-rate="3"] .stars__item:nth-child(1) svg path {
  fill: #EAE440;
  stroke: #EAE440;
}
.stars[data-rate="3"] .stars__item:nth-child(2) svg path {
  fill: #EAE440;
  stroke: #EAE440;
}
.stars[data-rate="3"] .stars__item:nth-child(3) svg path {
  fill: #EAE440;
  stroke: #EAE440;
}
.stars[data-rate="4"] .stars__item:nth-child(1) svg path {
  fill: #EAE440;
  stroke: #EAE440;
}
.stars[data-rate="4"] .stars__item:nth-child(2) svg path {
  fill: #EAE440;
  stroke: #EAE440;
}
.stars[data-rate="4"] .stars__item:nth-child(3) svg path {
  fill: #EAE440;
  stroke: #EAE440;
}
.stars[data-rate="4"] .stars__item:nth-child(4) svg path {
  fill: #EAE440;
  stroke: #EAE440;
}
.stars[data-rate="5"] .stars__item:nth-child(1) svg path {
  fill: #EAE440;
  stroke: #EAE440;
}
.stars[data-rate="5"] .stars__item:nth-child(2) svg path {
  fill: #EAE440;
  stroke: #EAE440;
}
.stars[data-rate="5"] .stars__item:nth-child(3) svg path {
  fill: #EAE440;
  stroke: #EAE440;
}
.stars[data-rate="5"] .stars__item:nth-child(4) svg path {
  fill: #EAE440;
  stroke: #EAE440;
}
.stars[data-rate="5"] .stars__item:nth-child(5) svg path {
  fill: #EAE440;
  stroke: #EAE440;
}
@media (max-width: 768px) {
  .stars--mobonlyone .stars__item:nth-child(2) {
    display: none;
  }
  .stars--mobonlyone .stars__item:nth-child(3) {
    display: none;
  }
  .stars--mobonlyone .stars__item:nth-child(4) {
    display: none;
  }
  .stars--mobonlyone .stars__item:nth-child(5) {
    display: none;
  }
}
.stars--lg {
  gap: 15px;
}
.stars--lg .stars__rate {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
}
.stars--lg .stars__view {
  gap: 2px;
}
.stars--lg .stars__item {
  height: 24px;
  width: 24px;
}
.stars--sm {
  gap: 15px;
}
.stars--sm .stars__rate {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
.stars--sm .stars__view {
  gap: 2px;
}
.stars--sm .stars__item {
  height: 18px;
  width: 18px;
}
.stars--hover .stars__item {
  cursor: pointer;
}
.stars--hover .stars__item:hover svg path {
  fill: #EAE440;
  stroke: #EAE440;
}
.stars--hover .stars__item:hover ~ * svg path {
  fill: #ffffff !important;
  stroke: #E0E0E0 !important;
}

.stars-named .stars__item {
  width: 15px;
  height: 15px;
}
.stars-named .stars__rate {
  font-size: 38px;
  font-weight: bold;
}
.stars-named .stars__name {
  font-size: 14px;
}
.stars-named .stars__detail {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
@media (max-width: 480px) {
  .stars-named .stars__item {
    width: 12px;
    height: 12px;
  }
  .stars-named .stars__rate {
    font-size: 28px;
  }
  .stars-named .stars__detail {
    gap: 0;
  }
}
.stars-named__sm .stars__view {
  justify-content: flex-start;
}
.stars-named__sm .stars__item {
  width: 12px;
  height: 12px;
}
.stars-named__sm .stars__rate {
  font-size: 28px;
  font-weight: bold;
}
.stars-named__sm .stars__name {
  font-size: 12px;
}
.stars-named__sm .stars__detail {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px;
  padding: 25px 0;
}
@media (max-width: 768px) {
  .breadcrumbs {
    padding: 25px 0 20px;
  }
}
.breadcrumbs--pb0 {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .breadcrumbs--pb0 {
    padding-bottom: 10px;
  }
}
.breadcrumbs * {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: rgba(28, 28, 28, 0.6);
}
@media (max-width: 768px) {
  .breadcrumbs * {
    font-size: 10px;
  }
}
.breadcrumbs__link {
  display: inline-flex;
  align-items: center;
}
.breadcrumbs a:hover {
  color: #010D26;
}

.main {
  padding-top: 82px;
  padding-bottom: 100px;
}
.main--pb0 {
  padding-bottom: 0;
}

.section--p0-25 {
  padding: 0 0 25px 0;
}
@media (max-width: 768px) {
  .section--p0-25 {
    padding: 0 0 15px 0;
  }
}
.section--p25-0 {
  padding: 25px 0 0 0;
}
@media (max-width: 768px) {
  .section--p25-0 {
    padding: 15px 0 0 0;
  }
}
.section--p25-25 {
  padding: 25px 0;
}
@media (max-width: 768px) {
  .section--p25-25 {
    padding: 15px 0;
  }
}
.section--p30-30 {
  padding: 30px 0;
}
@media (max-width: 768px) {
  .section--p30-30 {
    padding: 15px 0;
  }
}
.section--p50-50 {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .section--p50-50 {
    padding: 25px 0;
  }
}
.section--p100-50 {
  padding: 100px 0 50px;
}
@media (max-width: 768px) {
  .section--p100-50 {
    padding: 50px 0 25px;
  }
}
.section--p50-100 {
  padding: 50px 0 100px;
}
@media (max-width: 768px) {
  .section--p50-100 {
    padding: 25px 0 50px;
  }
}
.section__update {
  display: flex;
  justify-content: flex-end;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: rgba(28, 28, 28, 0.6);
}
@media (max-width: 768px) {
  .section__update {
    justify-content: flex-start;
    margin-bottom: 10px;
  }
}
.section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .section__header {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
}
.section__header .section__title {
  margin-bottom: 0;
}
.section__title {
  line-height: 120%;
  margin-bottom: 20px;
}
.section__title:last-child {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .section__title {
    margin-bottom: 20px;
  }
  .section__title:last-child {
    margin-bottom: 30px;
  }
}
.section__hint {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.2px;
  color: #1C1C1C;
  margin-bottom: 20px;
}
.section__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding-top: 30px;
}
@media (max-width: 768px) {
  .section__nav {
    flex-direction: column;
    padding-top: 25px;
  }
  .section__nav .btn {
    width: 100%;
  }
}

.read__more {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #001853;
}
@media (max-width: 768px) {
  .read__more {
    font-size: 12px;
  }
}

.text-hidden {
  position: relative;
}
.text-hidden-inner {
  display: none;
}
.text-hidden-inner.active {
  display: inline;
}
.text-hidden-bg {
  display: inline-block;
  width: 1px;
  transform: translateY(5px);
}
.text-hidden-bg:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -2px;
  width: 50px;
  height: 21px;
  background: rgb(255, 255, 255);
  background: linear-gradient(270deg, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0) 100%);
}
.text-hidden.active .text-hidden-bg {
  display: none;
}
.text-hidden.active .text-hidden-inner {
  display: inline;
}
.text-hidden--grey .text-hidden-bg:after {
  background: #F3F3F3;
  background: linear-gradient(270deg, rgb(243, 243, 243) 10%, rgba(243, 243, 243, 0) 100%);
}

.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .mb-40 {
    margin-bottom: 30px;
  }
}

h1, h2, h3, h4 {
  font-family: "PT Serif", sans-serif;
  font-weight: 700;
  color: #010D26;
}

h1 {
  font-size: 38px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-size: 34px;
}
@media (max-width: 768px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 30px;
}
@media (max-width: 768px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 26px;
}
@media (max-width: 768px) {
  h4 {
    font-size: 16px;
  }
}

.btn {
  font-family: "Open Sans", sans-serif;
  padding: 10px 24px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 14px;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
  border: none;
}
.btn--grey {
  background: #F5F5F6;
  color: #001853;
}
.btn--grey:hover {
  background: #001853;
  color: #ffffff;
}
.btn--blue {
  background: #001853;
  color: #ffffff;
}
.btn--blue:hover {
  background: #010D26;
}
.btn--yellow {
  background: #EAE440;
  color: #001853;
}
.btn--yellow:hover {
  background: #001853;
  color: #ffffff;
}
.btn--trans {
  color: #001853;
  border: 1px solid #001853;
}
.btn--bold {
  font-weight: 600;
}

.link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #1C1C1C;
}
.link--bold {
  font-weight: 700;
}
.link--blue {
  color: #001853;
}
.link--underline {
  border-bottom: 1px solid #001853;
}

.classes-cards {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}

.classes-card {
  width: calc(25% - 12px);
  padding: 20px;
  display: flex;
  flex-direction: column;
  background-color: #f3f3f3;
  border-radius: 5px;
  gap: 16px;
}
@media (max-width: 768px) {
  .classes-card {
    width: calc(50% - 12px);
  }
}
@media (max-width: 480px) {
  .classes-card {
    width: 100%;
  }
}
.classes-card__name {
  font-size: 16px;
  font-weight: 700;
}
.classes-card__icon {
  width: 24px;
  height: auto;
}
.classes-card__price {
  margin-top: auto;
  font-size: 16px;
  font-weight: 600;
  color: #001853;
}
.classes-card__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.cruise-info-aggregate__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 24px;
}
.cruise-info-aggregate__item {
  min-height: 116px;
  width: calc(30% - 24px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
}
.cruise-info-aggregate__item__icon {
  width: 28px;
  height: auto;
}
.cruise-info-aggregate__item__desc {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cruise-info-aggregate__item__name {
  font-size: 16px;
  font-weight: 700;
}
.cruise-info-aggregate__item__value {
  margin-top: auto;
  font-size: 16px;
  font-weight: 600;
  color: #001853;
}
@media (max-width: 768px) {
  .cruise-info-aggregate__list {
    justify-content: space-between;
  }
  .cruise-info-aggregate__item {
    width: calc(50% - 24px);
  }
}
@media (max-width: 480px) {
  .cruise-info-aggregate__list {
    justify-content: space-between;
  }
  .cruise-info-aggregate__item {
    min-height: auto;
    width: calc(100% - 12px);
    flex-direction: row;
  }
  .cruise-info-aggregate__item__icon {
    width: 34px;
    height: auto;
  }
  .cruise-info-aggregate__item__name {
    font-size: 14px;
  }
  .cruise-info-aggregate__item__value {
    font-size: 14px;
  }
}

.months-price-aggregate {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 66%;
}
@media (max-width: 768px) {
  .months-price-aggregate {
    max-width: 100%;
  }
}

.month-aggregated {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.month-aggregated__name {
  min-width: 100px;
  padding: 16px 8px 16px 0;
  font-weight: bold;
}
.month-aggregated__price {
  padding: 8px;
  background-color: yellow;
  border-radius: 5px;
  color: #010D26;
  font-weight: bold;
  cursor: pointer;
}
.month-aggregated__cheapest-price {
  padding: 8px;
  background-color: #2FCB71;
  border-radius: 5px;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
}
.month-aggregated__progress {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  min-height: 50px;
  background-color: #f3f3f3;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.month-aggregated__progress-inner-pc {
  flex: 1;
  background-color: #c2c7d3;
}
@media (max-width: 768px) {
  .month-aggregated__progress-inner-pc {
    display: none;
  }
}
.month-aggregated__progress-inner-total {
  flex: 1;
  display: flex;
}
.month-aggregated__progress-inner {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 8px;
  min-width: 120px;
  background-color: #c2c7d3;
  border-radius: 0 5px 5px 0;
}

.faq-list {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.faq-list-grey {
  gap: 12px;
}
.faq-list-grey .faq-item {
  background-color: #f3f3f3;
}
.faq-list-grey .faq-item-active .faq-item__icon {
  transform: rotate(45deg);
}
.faq-list-light .faq-item {
  background-color: white;
  border-bottom: 2px solid #f9f8d1;
}
.faq-list-light .faq-item:last-child {
  border-bottom: none;
}
.faq-list-light .faq-item-active .faq-item__icon {
  transform: rotate(180deg);
}
.faq-list .faq-item {
  padding: 16px;
  width: 100%;
  min-height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 5px;
}
.faq-list .faq-item__icon {
  width: 24px;
  height: auto;
  margin-right: 12px;
  transform: rotate(0deg);
  transition-duration: 200ms;
}
.faq-list .faq-item__question {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.faq-list .faq-item__question-title {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
}
.faq-list .faq-item__answer-wrapper ul {
  margin: 0 16px;
}
.faq-list .faq-item__answer-wrapper {
  margin-top: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition-duration: 200ms;
  line-height: 150%;
  letter-spacing: 0.2px;
}
.faq-list .faq-item-active .faq-item__answer-wrapper {
  margin-top: 12px;
  height: 100%;
  opacity: 1;
  overflow: visible;
}

.nice-select {
  float: none;
  display: inline-block;
  border: none;
  padding: 0;
  padding-right: 25px;
  height: auto;
  line-height: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #001853;
}
.nice-select:after {
  border-color: #001853;
  height: 6px;
  width: 6px;
  border-width: 1px;
}
.nice-select .nice-select-dropdown {
  min-width: 107px;
  padding: 8px 0;
  background: #FFFFFF;
  box-shadow: 0px 4px 32px rgba(0, 24, 83, 0.08);
  border-radius: 0;
}
.nice-select .option {
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  color: #001853;
  padding: 4px 8px;
}
.nice-select .option.selected {
  font-weight: 400;
}
.nice-select .option:hover,
.nice-select .nice-select .option.focus,
.nice-select .nice-select .option.selected.focus {
  background: #F5F5F6;
}

.cruise__slider {
  width: 100%;
}
.cruise__slider--leftrounded img {
  border-radius: 10px 0px 0px 10px;
}
.cruise__slider--fullrounded img {
  border-radius: 10px;
}
.cruise__slide img {
  width: 100%;
  padding-bottom: 25px;
}
.cruise__wrapper {
  padding-bottom: 16px;
}

.swiper {
  height: 100%;
}
.swiper .swiper-wrapper {
  margin-top: 16px;
}

.swiper-pagination {
  margin-top: 8px;
  position: relative !important;
  bottom: 0 !important;
  align-items: center;
  justify-content: center;
  height: 8px;
}
.swiper-pagination .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  background: rgba(28, 28, 28, 0.3);
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #1c1c1c;
}

.search {
  padding-left: 26px;
  background-image: url("../img/icons/search.svg");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: left center;
}
.search__input {
  font-family: "Open Sans", sans-serif;
  border: none;
  padding: 5px 5px 5px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #010D26;
  border-bottom: 1px solid #F5F5F6;
  transition: all 0.3s ease;
}
.search__input::placeholder {
  color: rgba(28, 28, 28, 0.7);
}
.search__input:focus, .search__input:hover {
  border-color: #010D26;
}

.searchInput {
  display: flex;
  flex-direction: row;
  border: 1px solid grey;
  border-radius: 7px;
  overflow: hidden;
}
.searchInput__input {
  width: 100%;
  padding: 4px;
  border: none;
  font-size: 18px;
}
.searchInput__init {
  width: 100%;
  max-width: 100px;
  min-width: 100px;
  border-radius: 0 !important;
  cursor: pointer;
}

.form {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.form__hint {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #1C1C1C;
  margin-bottom: 8px;
}

.input {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 130%;
  color: #001853;
  width: 100%;
  padding: 16px 24px;
  background: #fff;
  border: 1px solid #CACACA;
  border-radius: 8px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
.input::placeholder {
  font-family: "Open Sans", sans-serif;
  color: rgba(28, 28, 28, 0.6);
}
.input:active, .input:focus {
  border-color: #001853;
}

.textfield {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 130%;
  color: #001853;
  width: 100%;
  height: 92px;
  padding: 16px 24px;
  background: #fff;
  border: 1px solid #CACACA;
  border-radius: 8px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  resize: vertical;
}
.textfield::placeholder {
  font-family: "Open Sans", sans-serif;
  color: rgba(28, 28, 28, 0.6);
}
.textfield:active, .textfield:focus {
  border-color: #001853;
}

.check-wrap {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 20px;
  min-height: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 5px 0 20px;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
}
.check-wrap__inp {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.check-wrap--serror {
  color: #E74C3C;
}
.check-wrap__check {
  position: absolute;
  top: -1px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: transparent;
  border: 1px solid #001853;
  border-radius: 4px;
  /* Create the checkmark/indicator (hidden when not checked) */
}
.check-wrap__check:after {
  content: "";
  position: absolute;
  display: none;
  /* Style the checkmark/indicator */
  right: 1px;
  top: 2px;
  width: 10px;
  height: 10px;
  background: url("../img/icons/check.svg") no-repeat center;
  background-size: contain;
}
.check-wrap__text {
  display: flex;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.2px;
  color: rgba(28, 28, 28, 0.6);
}
.check-wrap input:checked ~ .check-wrap__check {
  background: #001853;
}
.check-wrap input:checked ~ .check-wrap__check:after {
  display: block;
}
.check-wrap input:disabled ~ .check-wrap__check {
  background-color: rgba(189, 189, 189, 0.63);
  border-color: rgba(189, 189, 189, 0.63);
  /* Show the checkmark when checked */
}
.check-wrap input:disabled ~ .check-wrap__check:after {
  display: block;
}

.file {
  position: relative;
  cursor: pointer;
}
.file__inp {
  visibility: none;
  height: 0;
  width: 0;
  opacity: 0;
}
.file__inner {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #010D26;
}

.links {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 10px;
}
.links__item {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #001853;
}
.links__item:hover {
  text-decoration: underline;
}

.sreviews {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 980px) {
  .sreviews {
    gap: 10px;
    flex-direction: row;
    overflow-x: auto;
    margin: 0 -20px;
    padding: 20px;
  }
}
.sreviews__item {
  display: flex;
}
@media (max-width: 980px) {
  .sreviews__item {
    flex-shrink: 0;
    width: 150px;
    padding: 10px 22px 20px 22px;
    flex-direction: column;
    gap: 5px;
    background: #ffffff;
    box-shadow: 0px 4px 24px rgba(0, 24, 83, 0.08);
    border-radius: 3px;
  }
}
.sreviews__title {
  width: 40%;
}
@media (max-width: 980px) {
  .sreviews__title {
    width: 100%;
  }
}
.sreviews__title-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #001853;
}
.sreviews__title-link:hover {
  text-decoration: underline;
}
.sreviews__body {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
@media (max-width: 980px) {
  .sreviews__body {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
}
.sreviews__body-count {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: rgba(28, 28, 28, 0.6);
  white-space: nowrap;
  text-decoration: underline;
}
.sreviews__body-count:hover {
  text-decoration: underline;
}

.feedback {
  padding: 50px 0 0;
}
.feedback__title {
  font-family: "PT Serif", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .feedback__title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .feedback .form__trip-date select {
    padding: 8px !important;
  }
}
.feedback__form {
  max-width: 564px;
}
@media (max-width: 480px) {
  .feedback__form input {
    padding: 8px;
  }
}
.feedback__form-photos {
  margin: 20px 0;
}
.feedback__form-photos__optimizing {
  width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  background-color: gray;
}
.feedback__form-photos__hint {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #010D26;
  margin-bottom: 10px;
}
.feedback__form-photos__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.feedback__form-photos__item {
  display: flex;
  height: 75px;
  width: 75px;
  position: relative;
}
.feedback__form-photos__item:hover .feedback__form-photos__remove {
  opacity: 1;
}
.feedback__form-photos__item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.feedback__form-photos__remove {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #1C1C1C;
  opacity: 0;
  text-align: center;
}
.feedback__rate {
  max-width: 320px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 20px 0;
}
.feedback__rate-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: #010D26;
}
.feedback__rate-item {
  display: flex;
  width: 100%;
}
.feedback__rate-hint {
  width: 50%;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #1C1C1C;
}
.feedback__rate-body {
  width: 50%;
}
.feedback__total-rate {
  font-weight: bold;
  font-size: 16px;
}
.feedback__hint {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #001853;
}
.feedback__pick {
  max-width: 564px;
  width: 100%;
  margin: 15px 0 20px;
}
.feedback__pick-item {
  min-height: 80px;
  background: #F5F5F6;
  border: 1px solid #F5F5F6;
  border-radius: 10px 10px 0px 0px;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .feedback__pick-item {
    padding: 10px 20px;
  }
}
.feedback__pick-item__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.2px;
  color: #001853;
}
.feedback__pick-item__img {
  height: 60px;
  width: 60px;
  margin-left: auto;
}
.feedback__pick-item__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.feedback__pick-item__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
}
.feedback__pick-list {
  display: none;
}
.feedback__pick-list.active {
  display: block;
}
.feedback__pick-list .feedback__pick-item {
  background: #ffffff;
  border-radius: 0;
}
.feedback__pick-list .feedback__pick-item:not(:last-child) {
  border-bottom: 1px solid #E5E5E5;
}
.feedback__pick-list .feedback__pick-item:last-child {
  border-radius: 0 0 10px 10px;
}

.fancybox__button--thumbs {
  display: none;
}

.fancybox__button--fullscreen {
  display: none;
}

.fancybox__button--slideshow {
  display: none;
}

.fancybox__button--zoom {
  display: none;
}

.fancybox__counter {
  display: none;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-color: #EAE440;
  border-width: 2px;
}

@media (max-width: 768px) {
  .modal-gallery .fancybox__toolbar {
    height: 82px;
    background: #001853;
  }
  .modal-gallery .fancybox__toolbar:after {
    content: "Фотографии";
    display: block;
    position: absolute;
    font-family: "PT Serif", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #ffffff;
    top: 30px;
    left: 20px;
  }
  .modal-gallery .fancybox__toolbar .fancybox__button--close {
    position: absolute;
    top: 18px;
    right: 18px;
  }
  .modal-gallery .fancybox__counter {
    display: block;
    position: fixed;
    bottom: 17px;
    left: 21px;
    font-family: "PT Serif", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #1C1C1C;
    padding: 0;
    text-align: left;
  }
  .modal-gallery .fancybox__nav .carousel__button.is-next {
    top: auto;
    left: auto;
    right: 20px;
    bottom: 3px;
    transform: none;
    filter: invert(1);
  }
  .modal-gallery .fancybox__nav .carousel__button.is-prev {
    top: auto;
    left: auto;
    right: 86px;
    bottom: 3px;
    transform: none;
    filter: invert(1);
  }
  .modal-gallery .fancybox__thumbs {
    display: none;
  }
  .modal-gallery .fancybox__viewport:after {
    content: "";
    display: block;
    position: absolute;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: #ffffff;
    box-shadow: 0px 4px 24px rgba(0, 67, 101, 0.08);
    border-radius: 10px 10px 0px 0px;
  }
}
.modal-done {
  max-width: 450px;
  width: 100%;
  padding: 16px;
  text-align: center;
  display: none;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .modal-done {
    height: 100%;
    /*&:before {
      @include pseudo();
      top: 0;
      left: 0;
      right: 0;
      height: 92px;
      background: $clBlue;
    }*/
  }
}
.modal-done__header {
  font-family: "PT Serif", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 37px;
  color: #010D26;
  margin-bottom: 12px;
}
.modal-done__hint {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #1C1C1C;
}

.fancybox__content > .carousel__button.is-close {
  top: 20px;
  right: 20px;
  filter: invert(0.4);
}
@media (max-width: 768px) {
  .fancybox__content > .carousel__button.is-close {
    filter: none;
    top: 30px;
  }
}

@media (max-width: 768px) {
  .fancybox__slide.has-inline {
    padding: 0;
  }
}
.infocards__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
}
@media (max-width: 768px) {
  .infocards__list {
    row-gap: 15px;
  }
}
.infocards__item {
  width: 33.33%;
  display: flex;
  align-items: center;
}
@media (max-width: 980px) {
  .infocards__item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .infocards__item {
    width: 100%;
  }
}
.infocards__item-preview {
  height: 100px;
  width: 100px;
  opacity: 0.9;
  border-radius: 10px;
  flex-shrink: 0;
}
.infocards__item-preview img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0px 4px 24px rgba(1, 13, 38, 0.08);
}
.infocards__item-text {
  display: flex;
  flex-direction: column;
  padding: 8px 8px 8px 30px;
}
@media (max-width: 768px) {
  .infocards__item-text {
    padding: 4px 4px 4px 20px;
  }
}
.infocards__item-title {
  font-family: "PT Serif", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  color: #010D26;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .infocards__item-title {
    font-size: 18px;
  }
}
.infocards__item-price {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #001853;
}
.infocards__item-price span {
  font-weight: 600;
}
.infocards__item:hover .infocards__item-preview img {
  box-shadow: 0px 8px 24px rgba(1, 13, 38, 0.3);
}
.infocards__inner {
  position: relative;
  width: 100%;
}
.infocards__inner .swiper-button-next,
.infocards__inner .swiper-button-prev {
  background-color: #001853;
  border-radius: 100%;
  width: 55px;
  height: 55px;
  justify-content: center;
}
.infocards__inner .swiper-button-next:hover,
.infocards__inner .swiper-button-prev:hover {
  background-color: #010D26;
}
.infocards__inner .swiper-button-next:after,
.infocards__inner .swiper-button-prev:after {
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
}
.infocards__inner .swiper-button-next {
  right: -15px;
}
.infocards__inner .swiper-button-prev {
  left: -15px;
}
.infocards__wrapper {
  display: flex;
  flex-direction: row;
}
.infocards__slide {
  user-select: none;
  height: 180px;
  border-radius: 5px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}
.infocards__slide-title, .infocards__slide-price {
  font-weight: 700;
  line-height: 140%;
  color: #ffffff;
  text-shadow: 1px 1px 1px #1c1c1c;
  font-family: "PT Serif", sans-serif;
  font-size: 18px;
}
.infocards__slide-price {
  font-size: 16px;
}
.infocards__slide-cover {
  width: 100%;
  height: 100%;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: rgba(28, 28, 28, 0.1960784314);
}
.infocards__slide-cover:hover {
  background-color: rgba(241, 241, 241, 0.1960784314);
}

.cruisecards__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 10px;
  row-gap: 40px;
  padding: 30px 0 0;
}
.cruisecards__list--hasSlider {
  display: flex !important;
  position: relative;
}
@media (max-width: 768px) {
  .cruisecards__list--hasSlider:after {
    content: "";
    display: block;
    position: absolute;
    background: #000;
    top: 40px;
    left: 10px;
    right: 10px;
    bottom: 40px;
    background: #f1f1f1;
    border-radius: 10px;
    filter: blur(30px);
  }
}
@media screen and (max-width: 1140px) {
  .cruisecards__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 870px) {
  .cruisecards__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 580px) {
  .cruisecards__list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
  }
}
@media screen and (max-width: 580px) {
  .cruisecards__list--mobreduced .cruisecard__item:not(:first-child) {
    display: none;
  }
}
.cruisecards__list--mobreduced .cruisecard__item-more {
  display: none;
}
@media screen and (max-width: 580px) {
  .cruisecards__list--mobreduced .cruisecard__item-more {
    content: "";
    display: block;
    position: absolute;
    top: 166px;
    right: -10px;
    height: 42px;
    width: 42px;
    background: #ffffff url("../img/icons/arrow-right.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    border-radius: 10px;
    filter: drop-shadow(0px 4px 32px rgba(0, 24, 83, 0.2));
  }
}
@media (min-width: 769px) {
  .cruisecards__slider {
    overflow: visible !important;
  }
}
@media (max-width: 768px) {
  .cruisecards__slider {
    padding: 0 0 30px 0;
  }
}
@media (min-width: 769px) {
  .cruisecards__slider {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .cruisecards__slide {
    width: auto !important;
    margin: 0 !important;
  }
}
@media (max-width: 768px) {
  .cruisecards__slide {
    box-shadow: none !important;
  }
}
@media (min-width: 769px) {
  .cruisecards__pagination {
    display: none;
  }
}
@media (min-width: 769px) {
  .cruisecards__wrapper {
    width: 100%;
    display: grid !important;
    column-gap: 10px;
    row-gap: 40px;
    grid-template-columns: repeat(2, 1fr);
    transform: none !important;
  }
}
@media (min-width: 981px) {
  .cruisecards__wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cruisecards__item {
  background: #ffffff;
  box-shadow: 0px 4px 32px rgba(170, 170, 170, 0.25);
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.cruisecards__item-classname {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px 0px 10px;
  padding: 2px 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.cruisecards__item-choice {
  position: absolute;
  top: 0;
  left: 0;
  background: #2FCB71;
  border-radius: 10px 0px 3px;
  padding: 1px 5px 1px 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
}
.cruisecards__item-discount {
  position: absolute;
  right: 20px;
  top: -11px;
  background: #E74C3C;
  height: 64px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
.cruisecards__item-discount:after {
  content: "";
  display: block;
  position: absolute;
  height: 11px;
  width: 40px;
  left: -4px;
  top: 0;
  background: #d62c1a;
  transform: skew(-32deg);
  z-index: -1;
}
.cruisecards__item-discount__hint {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #ffffff;
}
.cruisecards__item-discount__num {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #ffffff;
}
.cruisecards__item-preview {
  width: 100%;
  height: 200px;
  padding: 12px 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px 10px 0px 0px;
}
.cruisecards__item-type {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  margin-bottom: 3px;
  color: #ffffff;
  position: absolute;
  top: 153px;
  left: 15px;
}
.cruisecards__item-title {
  font-family: "PT Serif", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #ffffff;
  position: absolute;
  top: 169px;
  left: 15px;
}
.cruisecards__item-body {
  padding: 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.cruisecards__item-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cruisecards__item-reviews {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}
.cruisecards__item-reviews__name {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-decoration: underline;
  color: #001853;
}
.cruisecards__item-reviews__more {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #1C1C1C;
}
.cruisecards__item-about {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #1C1C1C;
  min-height: 54px;
  margin: 18px 0;
  flex: 1;
}
.cruisecards__item-date {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #010D26;
}
.cruisecards__item-footer {
  border-top: 1px solid #F5F5F6;
  display: flex;
}
.cruisecards__item-price {
  width: 100%;
  padding: 10px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cruisecards__item-price__old {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #999999;
  position: relative;
}
.cruisecards__item-price__old:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #6B6B6B;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-190deg);
}
.cruisecards__item-price__new {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.1px;
  color: #E74C3C;
}
.cruisecards__item-btn {
  width: 125px;
  flex-shrink: 0;
  height: 50px;
}
.cruisecards__item-btn .btn {
  font-size: 12px;
  width: 100%;
  height: 100%;
  padding: 10px;
  border-radius: 0px 0px 10px 0px;
  white-space: nowrap;
}

.classname {
  background: #FC8233;
  color: #ffffff;
}
.classname-1 {
  background: #333333;
  color: #ffffff;
}
.classname-2 {
  background: #b3dd0a;
  color: #ffffff;
}
.classname-3 {
  background: #27e100;
  color: #ffffff;
}
.classname-6 {
  background: #4400c2;
  color: #ffffff;
}
.classname-7 {
  background: #ec5f00;
  color: #ffffff;
}

svg.classname {
  background: none;
  fill: #FC8233;
  color: #ffffff;
}
svg.classname-1 {
  background: none;
  fill: #333333;
  color: #ffffff;
}
svg.classname-2 {
  background: none;
  fill: #b3dd0a;
  color: #ffffff;
}
svg.classname-3 {
  background: none;
  fill: #27e100;
  color: #ffffff;
}
svg.classname-6 {
  background: none;
  fill: #4400c2;
  color: #ffffff;
}
svg.classname-7 {
  background: none;
  fill: #ec5f00;
  color: #ffffff;
}

.sort {
  flex-direction: row !important;
}
.sort__item {
  width: auto !important;
  font-size: 14px;
}
.sort__item .btn {
  font-size: 12px;
  cursor: pointer;
  background-color: #f6f6f6;
  color: #001853;
  border: 1px solid #001853;
  border-radius: 5px;
  box-shadow: 0 4px 32px rgba(0, 24, 83, 0.0784313725);
}
.sort select.filter {
  font-size: 14px;
  padding: 8px 12px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  box-shadow: 0px 4px 32px rgba(0, 24, 83, 0.0784313725);
  background-color: #f6f6f6;
}

.facilities {
  display: flex;
  flex-wrap: wrap;
}
.facilities__facility {
  display: flex;
  align-items: center;
  margin: 4px;
  margin-right: 8px;
}
.facilities__facility i {
  margin-right: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 24px;
  min-height: 24px;
  max-width: 24px;
  max-height: 24px;
  border-radius: 50%;
  background-color: #F3F3F3;
  background-position: 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.facilities--columns .facilities {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.facilities--columns .facilities__facility {
  width: calc(33% - 12px);
}
@media (max-width: 768px) {
  .facilities--columns .facilities__facility {
    width: calc(50% - 12px);
  }
}
@media (max-width: 480px) {
  .facilities--columns .facilities__facility {
    width: 100%;
  }
}

.cruises_filters {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #E0EDFA;
  border-radius: 10px;
}
@media (max-width: 480px) {
  .cruises_filters {
    padding: 0.8rem;
  }
}
.cruises_filters__row {
  width: 100%;
  display: grid;
  grid-gap: 0.5rem;
  grid-template-rows: 50px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 450px) {
  .cruises_filters__row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 650px) {
  .cruises_filters__row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 750px) {
  .cruises_filters__row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.cruises_filters__bottom_text {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
}
.cruises_filters__show_more {
  min-width: max-content;
  font-weight: bold;
  color: #010d26;
  cursor: pointer;
  text-decoration: underline;
}
.cruises_filters__right_text {
  min-width: max-content;
  text-align: right;
  font-weight: bold;
  color: #010d26;
}
.cruises_filters__item.btn {
  background-color: #001853;
}
.cruises_filters__item {
  background: white;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  min-height: 50px;
}
.cruises_filters__item select {
  background-color: transparent;
  -webkit-background-size: 14px auto;
  background-size: 14px auto;
  background-position: calc(100% - 18px) 50%;
  background-repeat: no-repeat;
  border: 1px solid #dddddd;
  border-radius: 8px;
  color: black;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  outline-width: 0;
  -webkit-appearance: none;
  -webkit-padding-start: 44px;
  padding-inline-start: 44px;
  -webkit-padding-end: 44px;
  padding-inline-end: 44px;
  padding: 20px 44px 0;
  position: relative;
  text-overflow: ellipsis;
  width: 100%;
  z-index: 2;
}
.cruises_filters__item label {
  border: 1px solid white;
  border-radius: 8px;
  bottom: 0;
  left: 0;
  color: black;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  overflow: hidden;
  padding-top: 4px;
  padding-right: 44px;
  padding-left: 44px;
  position: absolute;
  right: 0;
  text-overflow: ellipsis;
  top: 0;
  white-space: nowrap;
  z-index: 1;
}
.cruises_filters__item_icon {
  width: 32px;
  height: 32px;
  padding: 0.2rem;
  left: 5px;
  top: 10px;
  position: absolute;
}
.cruises_filters__item_more_icon {
  width: 32px;
  height: auto;
  padding: 0.5rem;
  right: 5px;
  top: 12px;
  position: absolute;
}
.cruises_filters__empty {
  visibility: hidden;
}
@media screen and (min-width: 450px) and (max-width: 650px) {
  .cruises_filters__empty:nth-last-child(2) {
    display: flex;
  }
  .cruises_filters__empty:nth-last-child(3) {
    display: flex;
  }
  .cruises_filters__empty:nth-last-child(4) {
    display: flex;
  }
}
@media screen and (max-width: 750px) {
  .cruises_filters__empty {
    display: none;
  }
}

.warp__btn {
  cursor: pointer;
  width: max-content;
  border-radius: 10px;
  border: 2px solid white;
  position: fixed;
  right: 25px;
  bottom: 25px;
  background-color: #2FCB71;
  z-index: 999;
}
@media (max-width: 480px) {
  .warp__btn {
    right: 10px;
    bottom: 12px;
  }
}

.promocode__inline {
  width: 100%;
  min-height: 40px;
  padding: 6px 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #001853;
  background-color: #E0EDFA;
  z-index: 999;
}
@media (max-width: 480px) {
  .promocode__inline {
    padding: 12px;
  }
}
@media (max-width: 1258px) {
  .promocode__inline {
    border-radius: 0;
  }
}
.promocode__inline__title {
  font-size: 13px;
  font-weight: bold;
}
.promocode__inline__button {
  font-size: 12px;
  cursor: pointer;
  padding: 6px 12px;
}
.promocode__inline img {
  z-index: 12;
}
.promocode__inline-absolute {
  position: absolute !important;
  z-index: 888 !important;
}
.promocode__inline-sticked {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 0;
}
.promocode__overlay__body {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 500px;
  height: 100%;
  max-height: 480px;
  overflow-y: auto;
  background-color: #ffffff;
  border-radius: 3px;
}
@media (max-width: 480px) {
  .promocode__overlay__body {
    margin: auto 12px;
  }
}
.promocode__overlay__body__inner {
  margin-top: 32px;
  padding: 20px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
}
.promocode__overlay__body__close {
  width: 100%;
  position: absolute;
  padding: 4px;
  display: flex;
  flex-flow: row;
  justify-content: right;
}
.promocode__overlay__body__close img {
  cursor: pointer;
}
.promocode__overlay__body__logo {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.promocode__overlay__body__logo-icon path {
  fill: #001853 !important;
}
.promocode__overlay__body__logo-text {
  color: #001853;
  font-family: "PT Serif", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  position: relative;
}
.promocode__overlay__body__logo-text:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 2px;
  height: 1px;
  background: #EAE440;
}
.promocode__overlay__body__title {
  font-family: "PT Serif", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #001853;
  text-align: center;
  line-height: 1.2;
}
.promocode__overlay__body__desc {
  text-align: center;
  line-height: 1.4;
}
.promocode__overlay__body__actions {
  display: flex;
  flex-flow: column;
  gap: 12px;
}
.promocode__overlay__body__actions input,
.promocode__overlay__body__actions .btn {
  cursor: pointer;
}
.promocode__overlay__body__actions input {
  width: 100%;
  max-width: fit-content;
  padding: 10px 24px;
  border: 1px dashed rgba(28, 28, 28, 0.3921568627);
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 120%;
  font-weight: bold;
  text-align: center;
}

.overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  background-color: rgba(28, 28, 28, 0.3921568627);
  z-index: 999;
}

.whatsapp_widget {
  padding: 8px;
  position: fixed;
  top: 50%;
  right: 0;
  background-color: #25D366;
  border-radius: 12px 0 0 12px;
  cursor: pointer;
  z-index: 888;
}

.pointer {
  cursor: pointer;
}

.contacts_widget {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  position: fixed;
  height: 100vh;
  top: 0;
  right: 0;
  z-index: 10;
}
.contacts_widget__contact {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 6px;
  border-radius: 12px 0 0 12px;
  cursor: pointer;
  width: calc(100% + 8px);
  transition-duration: 0.4s;
}
.contacts_widget__contact:hover {
  transform: translateX(-8px);
}
.contacts_widget__contact img {
  width: 24px;
  height: 24px;
}
.contacts_widget__contact__whatsapp {
  background-color: #25d366;
}
.contacts_widget__contact__viber {
  background-color: #59267c;
}
.contacts_widget__contact__telegram {
  background-color: #2aabee;
}
.contacts_widget__contact__callback {
  background-color: #001853;
}
@media screen and (max-width: 650px) {
  .contacts_widget__contact {
    padding: 6px;
  }
  .contacts_widget__contact img {
    width: 32px;
    height: 32px;
  }
  .contacts_widget__contact:hover {
    transform: none;
  }
}

.callback_form_widget {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 24, 83, 0.1960784314);
}
.callback_form_widget__close {
  position: absolute;
  right: 4px;
  top: 4px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.callback_form_widget__invalid_input {
  outline: 1px solid rgba(231, 76, 60, 0.5) !important;
}
.callback_form_widget__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 18px;
}
.callback_form_widget__header__title {
  font-size: 20px;
  font-weight: bold;
}
.callback_form_widget__body {
  position: relative;
  width: 100%;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 30px;
  border-radius: 4px;
  background-color: white;
}
.callback_form_widget__body label {
  font-size: 12px;
  color: rgba(231, 76, 60, 0.5);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.callback_form_widget__body input,
.callback_form_widget__body textarea {
  width: 100%;
  padding: 8px;
  border: none;
  border-radius: 4px;
  outline: 1px solid rgba(0, 24, 83, 0.5);
  font-size: 14px;
}
.callback_form_widget__body button {
  margin-top: 16px;
}

.integration__arrow {
  position: relative;
  display: flex;
  right: auto;
  left: auto;
  width: 30px;
  height: 30px;
  background-color: #001853;
  border-radius: 100%;
  box-sizing: content-box;
  margin-top: auto;
}
.integration__arrow:after {
  margin: 16px;
  font-size: 16px;
  color: white;
}
.integration__list {
  margin-bottom: 16px;
  width: 100%;
}
.integration__item {
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  min-width: 250px;
  height: 120px;
  border-radius: 10px;
  font-family: "PT Serif", sans-serif;
  background-color: #e0edfa;
  cursor: pointer;
}
.integration__header {
  margin-top: 12px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  font-size: 24px;
  font-weight: bold;
}
.integration__caption {
  display: flex;
  font-family: "PT Serif", sans-serif;
}
.integration__name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  color: #001853;
  font-weight: bold;
  border-bottom: 2px solid white;
}
.integration__body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.integration__price, .integration__date {
  color: #001853;
  font-size: 14px;
}
.integration__date {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  gap: 4px;
}
.integration__separator {
  width: 2px;
  height: 20px;
  background-color: white;
}
.integration__name, .integration__body {
  height: 50%;
}

.header {
  background: #001853;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.header--fixedScroll {
  position: fixed;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 980px) {
  .header__inner {
    gap: 32px;
  }
}
@media (max-width: 480px) {
  .header__inner {
    gap: 12px;
  }
}
.header__logo {
  min-width: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
@media (max-width: 360px) {
  .header__logo {
    gap: 16px;
  }
}
.header__phone {
  color: white;
  font-family: "PT Serif", sans-serif;
  font-weight: bold;
  font-size: 20px;
  text-decoration: underline;
}
@media (max-width: 980px) {
  .header__phone {
    display: none;
  }
}
.header__lang {
  width: 170px;
  display: flex;
  justify-content: flex-end;
}
.header__burger {
  display: none;
}
@media (max-width: 980px) {
  .header__burger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 55px;
}
@media (max-width: 980px) {
  .header__nav {
    margin-left: auto;
  }
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 35px;
}
@media (max-width: 980px) {
  .header__menu {
    position: fixed;
    top: 80px;
    right: -150%;
    width: 100%;
    bottom: 0;
    background: #ffffff;
    padding: 25px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    z-index: 999;
    transition: all 0.3s ease;
  }
  .header__menu.active {
    right: 0;
  }
}
.header__submenu {
  position: absolute;
  left: 0;
  right: 0;
  top: -200vh;
  background: #ffffff;
  box-shadow: 0px 4px 24px rgba(1, 13, 38, 0.08);
  padding: 25px 0 50px;
  z-index: 995;
}
.header__submenu-inner {
  display: flex;
  gap: 170px;
  overflow: auto;
}
@media (max-width: 980px) {
  .header__submenu-inner {
    gap: 35px;
  }
}
.header__submenu-header {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #010D26;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .header__submenu-header {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
  }
}
.header__submenu-nav {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .header__submenu-nav {
    gap: 10px;
    margin-bottom: 15px;
  }
}
.header__submenu-nav a {
  font-size: 18px;
  line-height: 150%;
  color: #1C1C1C;
}
@media (max-width: 768px) {
  .header__submenu-nav a {
    font-size: 14px;
  }
}
.header__submenu.active {
  top: 100%;
}
@media (max-width: 980px) {
  .header__lang {
    display: none;
  }
}
.header__mlang {
  display: none;
}
.header__mlang .lang__inner {
  padding-left: 0;
}
@media (max-width: 980px) {
  .header__mlang {
    display: block;
  }
}
.header__link {
  font-family: "PT Serif", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #ffffff;
  padding: 29px 0;
}
.header__link:hover {
  text-shadow: 1px 0 0 #fff;
}
@media (max-width: 980px) {
  .header__link {
    color: #001853;
    padding: 0;
  }
}
.header__slink-link {
  color: #ffffff;
}
@media (min-width: 981px) {
  .header__slink:hover .header__submenu {
    top: 100%;
  }
}
@media (max-width: 980px) {
  .header__slink {
    color: #ffffff;
    padding: 29px 0;
  }
}

.burger {
  width: 30px;
  height: 30px;
  position: relative;
  border-radius: 50%;
  z-index: 666;
  cursor: pointer;
}
.burger span {
  margin-top: 9px;
  margin-bottom: 9px;
  user-select: none;
  position: absolute;
  top: 5px;
  left: 2px;
  border-radius: 3px;
  display: block;
  width: 27px;
  height: 3px;
  background-color: #ffffff;
  outline: 1px solid transparent;
  transition-property: background-color, transform;
  transition-duration: 0.3s;
}
.burger span:before, .burger span:after {
  position: absolute;
  content: "";
  display: block;
  width: 27px;
  height: 3px;
  background-color: #ffffff;
  outline: 1px solid transparent;
  transition-property: background-color, transform;
  transition-duration: 0.3s;
  border-radius: 3px;
}
.burger span:before {
  top: -9px;
}
.burger span:after {
  top: 9px;
}
.burger.active span {
  background-color: transparent;
}
.burger.active span:before {
  background-color: #ffffff;
  transform: translateY(9px) rotate(45deg);
}
.burger.active span:after {
  background-color: #ffffff;
  transform: translateY(-9px) rotate(-45deg);
}

.footer {
  margin-top: 32px;
  background: #ffffff;
  box-shadow: 0px 8px 32px rgba(0, 67, 101, 0.08);
}
.footer__bottom {
  background: #F5F5F6;
  padding: 32px 0;
}
@media (max-width: 768px) {
  .footer__bottom {
    padding: 20px 0;
  }
}
.footer__inner {
  padding-top: 60px;
  gap: 50px;
  display: grid;
  grid-template-columns: 1.5fr repeat(4, 1fr);
}
@media (max-width: 980px) {
  .footer__inner {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .footer__inner {
    padding: 30px 0;
  }
}
.footer__item {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.footer__item:not(:first-child) {
  padding-top: 10px;
}
@media (max-width: 980px) {
  .footer__item:not(:first-child) {
    padding-top: 0;
  }
}
.footer__item .logo {
  margin-bottom: 20px;
}
.footer__header {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.2px;
  color: #001853;
}
.footer__menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  height: 100%;
  padding: 12px 0;
}
@media (max-width: 980px) {
  .footer__menu {
    padding-left: 40px;
  }
}
.footer__menu a {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #1C1C1C;
}
.footer__more {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
}
.footer__more span {
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  color: #001853;
}
@media (max-width: 980px) {
  .footer__ToggleMenu {
    position: relative;
  }
  .footer__ToggleMenu:after {
    content: "";
    display: block;
    position: absolute;
    height: 12px;
    width: 12px;
    top: 50%;
    right: 0;
    margin-top: -6px;
    background: url("../img/icons/chevron-down.svg") no-repeat center;
    background-size: contain;
    transition: all 0.3s ease;
  }
  .footer__ToggleMenu.active:after {
    transform: rotate(180deg);
  }
}
@media (max-width: 980px) {
  .footer__ToggledMenu {
    max-height: 0;
    overflow: hidden;
    padding: 0;
  }
  .footer__ToggledMenu.active {
    max-height: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.footer__copy {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: rgba(28, 28, 28, 0.6);
  padding: 20px 0;
  border-top: 1px solid #F3F3F3;
}
.footer__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
@media (max-width: 980px) {
  .footer__info {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
  }
}
.footer__info-nav {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 50px;
}
@media (max-width: 980px) {
  .footer__info-nav {
    gap: 12px;
  }
}
@media (max-width: 980px) {
  .footer__info-nav {
    flex-direction: column;
  }
}
.footer__info-nav a {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: rgba(28, 28, 28, 0.6);
}
.footer__info-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: rgba(28, 28, 28, 0.6);
  text-align: right;
}
@media (max-width: 980px) {
  .footer__info-text {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .footer__info-text {
    font-size: 9px;
  }
}

.widget__menu a:last-child {
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  color: #001853;
}
.widget__menu a:last-child::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8 5.9998L7.59999 2.7998M10.8 5.9998L7.59999 9.1998M10.8 5.9998H0.799988' stroke='%23001853'%3E%3C/path%3E%3C/svg%3E");
  display: inline-block;
  background-position-y: 2px;
  background-repeat: no-repeat;
  margin-left: 5px;
}

.sort {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 768px) {
  .sort {
    flex-direction: column;
    padding-right: 0;
  }
}
.sort__item {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 768px) {
  .sort__item {
    width: 100%;
  }
}
.sort__hint {
  font-family: "PT Serif", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #010D26;
}

.ships__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ships__item {
  background: #ffffff;
  box-shadow: 0px 4px 24px rgba(0, 24, 83, 0.08);
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.ships__item-mobtitle {
  display: none;
  font-family: "PT Serif", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  color: #010D26;
  margin-bottom: 15px;
  text-decoration: underline;
}
@media (max-width: 980px) {
  .ships__item-mobtitle {
    display: block;
  }
}
.ships__item-mobstars {
  display: none;
}
@media (max-width: 980px) {
  .ships__item-mobstars {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
  }
}
.ships__item-mobabout {
  display: none;
}
@media (max-width: 980px) {
  .ships__item-mobabout {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #1C1C1C;
  }
}
.ships__item-body {
  width: 77%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 980px) {
  .ships__item-body {
    flex-direction: column;
    width: 100%;
    padding: 20px 15px 0 15px;
  }
}
.ships__item-body__classname {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px 0px 10px;
  padding: 2px 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
}
.ships__item-body__foto {
  position: relative;
  width: 41%;
  padding-bottom: 20px;
}
.ships__item-body__foto img {
  width: 100%;
  border-radius: 10px 0px 10px;
}
@media (max-width: 980px) {
  .ships__item-body__foto {
    width: 100%;
    padding-bottom: 0;
  }
  .ships__item-body__foto img {
    border-radius: 10px;
  }
}
.ships__item-body__text {
  width: 59%;
  padding: 20px 30px 60px 30px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 980px) {
  .ships__item-body__text {
    width: 100%;
  }
}
.ships__item-body__title {
  font-family: "PT Serif", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 37px;
  color: #010D26;
  margin-bottom: 20px;
  text-decoration: underline;
}
@media (max-width: 980px) {
  .ships__item-body__title {
    display: none;
  }
}
.ships__item-body__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #1C1C1C;
}
@media (max-width: 980px) {
  .ships__item-body__text {
    display: none;
  }
}
.ships__item-info {
  width: 23%;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #F5F5F6;
}
@media (max-width: 980px) {
  .ships__item-info {
    width: 100%;
  }
}
.ships__item-info__body {
  padding: 16px 16px 16px 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 980px) {
  .ships__item-info__body {
    padding: 20px 15px;
    gap: 15px;
  }
}
.ships__item-info__stars {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 980px) {
  .ships__item-info__stars {
    display: none;
  }
}
.ships__item-info__details {
  font-size: 14px;
  line-height: 120%;
  color: #001853;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 768px) {
  .ships__item-info__details {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.ships__item-info__details a.pointer, .ships__item-info__details span.pointer {
  text-decoration: underline;
}
.ships__item-info__details a {
  text-decoration: underline;
}
.ships__item-info__details b {
  font-family: "PT Serif", sans-serif;
  color: #010D26;
  margin-right: 10px;
}
.ships__item-info__footer {
  margin-top: auto;
}
.ships__item-info__footer .btn {
  font-weight: 600;
  font-size: 16px;
  width: 100%;
  height: 49px;
  border-radius: 0px 0px 10px 0px;
}
@media (max-width: 980px) {
  .ships__item-info__footer .btn {
    border-radius: 0 0 10px 10px;
  }
}

.companies__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.companies__item {
  background: #ffffff;
  box-shadow: 0px 4px 24px rgba(0, 24, 83, 0.08);
  border-radius: 10px;
}
.companies__item-header {
  background: #F5F5F6;
  border-radius: 10px 10px 0px 0px;
  display: flex;
}
@media (max-width: 768px) {
  .companies__item-header {
    flex-wrap: wrap;
  }
}
.companies__item-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.companies__item-logo span {
  font-family: "PT Serif", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  text-decoration: underline;
  color: #001853;
  word-break: break-all;
}
@media (max-width: 768px) {
  .companies__item-logo span {
    font-size: 18px;
  }
}
.companies__item-logo > img {
  height: 35px;
}
.companies__item-info {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .companies__item-info {
    padding: 18px 20px;
  }
}
.companies__item-btn {
  width: 140px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .companies__item-btn {
    width: 100%;
  }
}
.companies__item-btn .btn {
  width: 100%;
  height: 100%;
  font-size: 16px;
  border-radius: 0px 10px 0px 0px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .companies__item-btn .btn {
    border-radius: 0;
    font-size: 12px;
  }
}
.companies__item-footer {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #1C1C1C;
  padding: 16px 30px;
}
@media (max-width: 768px) {
  .companies__item-footer {
    padding: 10px 15px;
    font-size: 12px;
  }
}

.error {
  text-align: center;
  padding: 100px 0 0;
}
.error img {
  max-width: 100%;
}
.error__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.error__header {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #010D26;
}

.banner {
  padding: 30px 0 0;
}
@media (max-width: 768px) {
  .banner {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .banner .container {
    padding: 0;
  }
}
.banner .swiper-wrapper {
  margin: 0;
}
.banner__slide {
  height: auto !important;
  max-height: 600px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.banner__slide-overlay {
  position: absolute;
  padding: 25px;
}
@media (max-width: 768px) {
  .banner__slide-overlay {
    padding: 12px;
  }
}
.banner__slide-background {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .banner__slide {
    border-radius: 0;
    background-position: right -320px center;
  }
}
.banner__slide-title {
  font-family: "PT Serif", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 64px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .banner__slide-title {
    font-size: 32px;
    line-height: 30px;
  }
}
@media (max-width: 480px) {
  .banner__slide-title {
    font-size: 26px;
    line-height: 24px;
  }
}
.banner__pagination {
  bottom: 20px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4px;
}
.banner__pagination .swiper-pagination-bullet {
  height: 4px;
  width: 100%;
  background: #F5F5F6;
  opacity: 1;
  border-radius: 2px;
}
.banner__pagination .swiper-pagination-bullet-active {
  background: #EAE440;
}

@media (max-width: 980px) {
  .details {
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .details {
    padding-bottom: 0px;
  }
}
.details__list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
}
@media (max-width: 980px) {
  .details__list {
    overflow-x: auto;
    grid-template-columns: repeat(3, 280px);
    margin: 0 -20px;
    padding: 0 20px 20px;
  }
}
.details__item {
  background: #F5F5F6;
  box-shadow: 0px 4px 32px rgba(170, 170, 170, 0.08);
  border-radius: 10px;
  padding: 25px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.details__item-header {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #001853;
  margin-bottom: 16px;
}
.details__item-list {
  width: 100%;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 16px;
}
.details__item-list-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px dotted rgba(28, 28, 28, 0.6);
  line-height: 1.5;
}
.details__item-list-item a {
  color: #001853;
}
.details__item-list-item-price {
  font-weight: bold;
  margin-left: 8px;
  white-space: nowrap;
  color: rgba(28, 28, 28, 0.8);
  font-weight: 700;
}
@media (max-width: 768px) {
  .details__item-list {
    margin-bottom: 20px;
  }
}
.details__item .link {
  margin-top: auto;
  color: #001853;
}

.partners {
  background: #F5F5F6;
  border-radius: 10px;
  margin: 0 20px;
}
@media (max-width: 768px) {
  .partners {
    border-radius: 0;
  }
}
.partners__wrapper {
  padding-bottom: 10px;
  /*@include respond-to("tablet-min") {

    display: grid;
    grid-template-columns: repeat(5, 1fr);
    transform: none !important;
  }*/
}
.partners__pagination {
  /*@include respond-to("tablet-min") {
    display: none;
  }*/
}
.partners__slide {
  text-align: center;
  /*@include respond-to("tablet-min") {
    width: auto !important;
  }*/
}
.partners__slide img {
  max-width: 100%;
  height: 120px;
}
.partners .swiper-pagination {
  bottom: 0;
}
.partners .section__nav {
  align-items: flex-end;
}

.advantages__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 768px) {
  .advantages__list {
    grid-template-columns: 1fr;
  }
}
.advantages__item-header {
  position: relative;
  font-weight: 700;
  font-size: 22px;
  line-height: 130%;
  color: #001853;
  min-height: 58px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .advantages__item-header {
    font-size: 20px;
    min-height: auto;
  }
}
.advantages__item-header:before {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  left: -13px;
  height: 42px;
  width: 42px;
  background: #EAE440;
  border-radius: 10px;
  z-index: -1;
}
@media (max-width: 768px) {
  .advantages__item-header:before {
    height: 32px;
    width: 32px;
    left: -7px;
  }
}
.advantages__item-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #1C1C1C;
}
@media (max-width: 768px) {
  .advantages__item-text {
    font-size: 14px;
  }
}

.home .section__hint {
  font-size: 16px;
}

.cruises__inner {
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  box-shadow: 0px 4px 24px rgba(0, 24, 83, 0.08);
  border-radius: 0px;
}
.cruises__table {
  width: 70%;
}
@media (max-width: 768px) {
  .cruises__table {
    width: 100%;
  }
}
.cruises__table-header {
  background: #F5F5F6;
  height: 50px;
  display: flex;
  gap: 70px;
  align-items: center;
  padding: 5px 20px;
}
@media (max-width: 480px) {
  .cruises__table-header {
    gap: 0;
    justify-content: space-between;
  }
}
.cruises__table-title {
  text-decoration: underline;
  font-family: "PT Serif", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  color: #001853;
}
.cruises__table-rate {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 480px) {
  .cruises__table-rate {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .cruises__table-rate .link span {
    width: 75px;
    white-space: nowrap;
    overflow: hidden;
  }
}
.cruises__table-text {
  padding: 25px 45px 25px 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.2px;
  color: #1C1C1C;
}
.cruises__table-body {
  padding: 5px;
}
.cruises__pick {
  width: 30%;
  padding-bottom: 4px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .cruises__pick {
    width: 100%;
  }
}
.cruises__pick-body {
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  border-left: 1px solid #EAE440;
  height: 100%;
}
@media (max-width: 768px) {
  .cruises__pick-body {
    padding: 20px 15px;
    border: none;
  }
}
.cruises__pick-header {
  font-family: "PT Serif", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
}
.cruises__pick-header--plus {
  color: #2FCB71;
}
.cruises__pick-header--minus {
  color: #E74C3C;
}
.cruises__pick-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  list-style: none;
}
.cruises__pick-list li {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #1C1C1C;
  padding-left: 30px;
  position: relative;
}
.cruises__pick-list li:after {
  content: "";
  display: block;
  position: absolute;
  height: 12px;
  width: 12px;
  top: 3px;
  left: 8px;
  background-size: contain;
}
.cruises__pick-list--plus li:after {
  background-image: url("@assets/img/icons/plus.svg");
}
.cruises__pick-list--minus li:after {
  background-image: url("@assets/img/icons/minus.svg");
}
.cruises__pick-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  color: #001853;
  text-decoration: underline;
  height: 50px;
  background: #EAE440;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  .cruises__pick-btn {
    border-radius: 0;
  }
}

.ctable {
  margin-top: 20px;
}
.ctable__head .ctable__row {
  background: #F5F5F6;
  border-radius: 10px 10px 0px 0px;
}
.ctable__head .ctable__item {
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: #001853;
  display: flex;
  align-items: center;
  gap: 3px;
  height: 60px;
}
.ctable__head .ctable__item:first-child {
  padding-left: 15px;
}
.ctable__body .ctable__row:not(:last-child) {
  border-bottom: 1px solid #F5F5F6;
}
.ctable__body .ctable__item {
  padding: 30px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #001853;
  padding-right: 30px;
}
.ctable__body .ctable__rate {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.ctable__body .ctable__name {
  display: flex;
  position: relative;
}
.ctable__body .ctable__name-best {
  position: relative;
  display: inline-flex;
  padding: 1px 5px 1px 15px;
  background: #FC8233;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #ffffff;
  border-radius: 0px 3px 3px 0px;
  position: absolute;
  top: 5px;
  left: 0;
}
.ctable__body .ctable__name-choice {
  position: relative;
  display: inline-flex;
  padding: 1px 5px 1px 15px;
  background: #2FCB71;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #ffffff;
  border-radius: 0px 3px 3px 0px;
  position: absolute;
  top: 5px;
  left: 0;
}
.ctable__body .ctable__name-img {
  height: 80px;
  width: 80px;
  flex-shrink: 0;
}
.ctable__body .ctable__name-img img {
  border-radius: 3px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 480px) {
  .ctable__body .ctable__name-img {
    display: none;
  }
}
.ctable__body .ctable__name-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 14px;
  gap: 12px;
}
@media (max-width: 480px) {
  .ctable__body .ctable__name-body {
    padding-left: 0;
  }
}
.ctable__body .ctable__name-title {
  font-family: "PT Serif", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #001853;
}
.ctable__body .ctable__name-link {
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  text-decoration: underline;
  color: #001853;
}
.ctable__body .ctable__cost {
  display: flex;
  padding-right: 12px;
}
.ctable__body .ctable__cost-body {
  width: 40%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 5px;
}
.ctable__body .ctable__cost-btn {
  width: 60%;
  display: flex;
  justify-content: flex-end;
}
.ctable__body .ctable__cost-btn .btn {
  font-weight: 700;
  padding: 10px 20px;
}
.ctable__body .ctable__price {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #001853;
}
.ctable__body .ctable__price span {
  font-weight: 600;
}
.ctable__item-mob {
  display: none;
}
.ctable__item-mob .btn {
  padding: 10px;
}
@media (max-width: 980px) {
  .ctable__item-mob {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
}
.ctable__name {
  width: 24%;
}
@media (max-width: 980px) {
  .ctable__name {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .ctable__name {
    width: 50%;
  }
}
.ctable__rate {
  width: 10%;
}
@media (max-width: 980px) {
  .ctable__rate {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .ctable__rate {
    width: 50%;
  }
}
.ctable__rate-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-decoration: underline;
  color: #001853;
}
.ctable__river {
  width: 10%;
}
@media (max-width: 980px) {
  .ctable__river {
    width: 10%;
  }
}
@media (max-width: 768px) {
  .ctable__river {
    display: none !important;
  }
}
.ctable__way {
  width: 22%;
}
@media (max-width: 980px) {
  .ctable__way {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .ctable__way {
    display: none !important;
  }
}
.ctable__date {
  width: 10%;
}
@media (max-width: 980px) {
  .ctable__date {
    display: none !important;
  }
}
.ctable__days {
  width: 7%;
}
@media (max-width: 980px) {
  .ctable__days {
    display: none !important;
  }
}
.ctable__cost {
  width: 20%;
}
@media (max-width: 980px) {
  .ctable__cost {
    display: none !important;
  }
}
.ctable__row {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.ctable2 {
  margin-top: 8px;
  font-size: 14px;
}
@media (max-width: 480px) {
  .ctable2 {
    font-size: 12px;
  }
}
.ctable2__head .ctable2__row {
  box-shadow: 0px 4px 32px rgba(170, 170, 170, 0.25);
  background-color: #ffffff;
  border-radius: 10px;
}
.ctable2__head .ctable2__item {
  line-height: 120%;
  color: #001853;
  display: flex;
  align-items: center;
  gap: 3px;
  height: 50px;
  padding-left: 10px;
}
.ctable2__head .ctable2__item:first-child {
  padding-left: 15px;
}
@media (max-width: 980px) {
  .ctable2__head {
    display: none;
  }
}
.ctable2__body {
  margin-top: 25px;
}
.ctable2__body .ctable2__row {
  flex-wrap: wrap;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #F5F5F6;
  box-shadow: 0px 4px 32px rgba(170, 170, 170, 0.25);
  background-color: #ffffff;
  overflow: hidden;
}
.ctable2__body .ctable2__item {
  padding: 8px;
  font-weight: 400;
  line-height: 150%;
  color: #001853;
}
@media (max-width: 980px) {
  .ctable2__body .ctable2__item {
    justify-content: center;
    text-align: center;
  }
}
.ctable2__body .ctable2__rate {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  margin: auto;
}
.ctable2__body .ctable2__rate .stars {
  gap: 4px !important;
}
.ctable2__body .ctable2__way__name, .ctable2__body .ctable2__way__water, .ctable2__body .ctable2__way__weekends, .ctable2__body .ctable2__way__novisa {
  font-weight: 600;
}
.ctable2__body .ctable2__way__weekends {
  margin-left: 4px;
  padding: 0 4px;
  background-color: #eae440;
  border-radius: 5px;
}
.ctable2__body .ctable2__way__novisa {
  margin-left: 4px;
  padding: 0 4px;
  background: #4400c2;
  color: #ffffff;
  border-radius: 5px;
}
.ctable2__body .ctable2__date {
  text-align: left;
}
.ctable2__body .ctable2__date .days {
  font-weight: 600;
}
.ctable2__body .ctable2__name {
  display: flex;
  position: relative;
  padding: 0;
  text-align: left;
}
.ctable2__body .ctable2__name-classname {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 0 10px;
  padding: 2px 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.ctable2__body .ctable2__name-title-wrapper {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 8px;
  bottom: 8px;
  text-shadow: 1px 1px 1px #1C1C1C;
}
.ctable2__body .ctable2__name-img {
  position: relative;
  width: 100%;
  max-height: 110px;
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .ctable2__body .ctable2__name-img {
    max-height: 180px;
  }
}
.ctable2__body .ctable2__name-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.ctable2__body .ctable2__name-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 14px;
  gap: 12px;
}
@media (max-width: 480px) {
  .ctable2__body .ctable2__name-body {
    padding-left: 0;
  }
}
.ctable2__body .ctable2__name-pretitle, .ctable2__body .ctable2__name-title {
  font-weight: 700;
  line-height: 120%;
  color: #ffffff;
}
.ctable2__body .ctable2__name-title {
  font-family: "PT Serif", sans-serif;
  font-size: 16px;
}
.ctable2__body .ctable2__cost {
  display: flex;
  padding-right: 8px;
}
.ctable2__body .ctable2__cost-body {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 5px;
}
@media (max-width: 980px) {
  .ctable2__body .ctable2__cost-body {
    flex-direction: row;
    gap: 12px;
  }
}
.ctable2__body .ctable2__cost-body .price {
  text-align: left;
  font-weight: 600;
  line-height: 150%;
  color: #001853;
  white-space: nowrap;
}
.ctable2__body .ctable2__cost-body .btn {
  font-size: 12px;
  width: min-content;
  font-weight: 700;
  padding: 10px 20px;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .ctable2__body .ctable2__cost-body .btn {
    white-space: normal;
  }
}
.ctable2__name {
  width: 20%;
}
@media (max-width: 980px) {
  .ctable2__name {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .ctable2__name {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .ctable2__name {
    width: 60%;
  }
}
.ctable2__rate {
  width: 16%;
  padding-left: 16px !important;
}
@media (max-width: 980px) {
  .ctable2__rate {
    width: auto;
    padding-right: 16px !important;
  }
  .ctable2__rate:after {
    content: "";
    width: 100%;
    order: 0;
  }
}
@media (max-width: 480px) {
  .ctable2__rate {
    width: 40%;
  }
}
.ctable2__rate-title {
  font-weight: 600;
  line-height: 16px;
  text-decoration: underline;
  color: #001853;
}
.ctable2__river {
  width: 14%;
}
@media (max-width: 980px) {
  .ctable2__river {
    width: 30%;
  }
}
.ctable2__way {
  flex: 1;
}
@media (max-width: 980px) {
  .ctable2__way {
    width: 70%;
    flex: auto;
  }
  .ctable2__way:after {
    content: "";
    width: 100%;
    order: 0;
  }
}
.ctable2__date {
  width: 14%;
}
@media (max-width: 980px) {
  .ctable2__date {
    width: 32%;
  }
}
.ctable2__cost {
  width: 16%;
}
@media (max-width: 980px) {
  .ctable2__cost {
    width: 68%;
  }
}
.ctable2__row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 8px;
}

.ctable3 {
  margin-top: 50px;
  font-size: 12px;
}
.ctable3__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ctable3__body .ctable3__row {
  display: flex;
  justify-content: flex-start;
  border-radius: 10px;
  border: 1px solid #F5F5F6;
  background-color: white;
  overflow: hidden;
}
.ctable3__body .ctable3__row-discounted {
  background-color: #E0EDFA;
}
@media (max-width: 480px) {
  .ctable3__body .ctable3__row {
    flex-direction: column;
  }
  .ctable3__body .ctable3__row__preview {
    min-height: 200px !important;
    width: 100% !important;
  }
  .ctable3__body .ctable3__row__preview, .ctable3__body .ctable3__row__content {
    width: 100% !important;
  }
}
.ctable3__body .ctable3__row__preview {
  position: relative;
  width: 30%;
  min-width: 200px;
  min-height: 200px;
  overflow: hidden;
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
}
.ctable3__body .ctable3__row__preview img {
  position: absolute;
  height: 100%;
  width: auto;
  min-width: 100%;
}
.ctable3__body .ctable3__row__classname {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 0 10px;
  padding: 2px 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.ctable3__body .ctable3__row__content {
  width: 70%;
  display: flex;
  flex-direction: column;
}
.ctable3__body .ctable3__row__content .ctable3__main {
  padding: 12px 20px;
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.ctable3__body .ctable3__row__content .ctable3__main__show-more {
  display: none;
  align-items: center;
  gap: 4px;
  font-weight: bold;
  color: #001853;
  cursor: pointer;
}
@media (max-width: 480px) {
  .ctable3__body .ctable3__row__content .ctable3__main__show-more {
    display: flex;
  }
}
.ctable3__body .ctable3__row__content .ctable3__main__show-more-chevron {
  width: 12px;
  height: 12px;
  fill: #001853;
}
.ctable3__body .ctable3__row__content .ctable3__main__show-more-chevron-active {
  rotate: 180deg;
}
.ctable3__body .ctable3__row__content .ctable3__main__col {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ctable3__body .ctable3__row__content .ctable3__main__col-active {
  display: flex !important;
}
.ctable3__body .ctable3__row__content .ctable3__main__col:nth-child(1) {
  width: 40%;
}
.ctable3__body .ctable3__row__content .ctable3__main__col:nth-child(3) {
  width: 40%;
}
@media (max-width: 480px) {
  .ctable3__body .ctable3__row__content .ctable3__main__col:nth-child(3) {
    display: none;
  }
}
.ctable3__body .ctable3__row__content .ctable3__main__col:nth-child(2) {
  display: none;
}
@media (max-width: 480px) {
  .ctable3__body .ctable3__row__content .ctable3__main__col:nth-child(2) {
    display: flex;
  }
}
.ctable3__body .ctable3__row__content .ctable3__main__col:nth-child(4) {
  width: 20%;
  justify-content: center;
}
@media (max-width: 480px) {
  .ctable3__body .ctable3__row__content .ctable3__main__col:nth-child(4) {
    display: none;
  }
}
@media (max-width: 480px) {
  .ctable3__body .ctable3__row__content .ctable3__main__col:nth-child(5) {
    display: none;
  }
}
@media (max-width: 480px) {
  .ctable3__body .ctable3__row__content .ctable3__main {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .ctable3__body .ctable3__row__content .ctable3__main {
    flex-direction: column;
  }
  .ctable3__body .ctable3__row__content .ctable3__main__col {
    width: 100% !important;
  }
}
.ctable3__body .ctable3__row__content .ctable3__footer {
  margin-top: auto;
  padding: 12px 20px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  background-color: #f3f3f3;
}
.ctable3__body .ctable3__row__content .ctable3__footer-discounted {
  background-color: #D2E9FD;
}
@media (max-width: 480px) {
  .ctable3__body .ctable3__row__content .ctable3__footer {
    display: none;
    flex-direction: column;
    background-color: #f3f3f3;
  }
  .ctable3__body .ctable3__row__content .ctable3__footer-discounted {
    background-color: #E0EDFA;
  }
}
.ctable3__body .ctable3__row__content .ctable3__footer-item:nth-child(1) {
  width: 100%;
}
.ctable3__body .ctable3__row__content .ctable3__footer .ctable3__waters {
  width: 100%;
}
.ctable3__body .ctable3__row__mobile-price {
  min-height: 45px;
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #001853;
  color: white;
}
@media (max-width: 480px) {
  .ctable3__body .ctable3__row__mobile-price {
    display: flex;
  }
}
.ctable3__body .ctable3__row__mobile-price-btn {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  font-weight: bold;
  border-right: 1px solid white;
}
.ctable3__body .ctable3__row__mobile-price-cost {
  font-size: 12px;
  line-height: 1;
  color: white;
}
.ctable3__body .ctable3__row__mobile-price-favorite {
  margin: 0 8px;
  width: 32px;
  height: 32px;
  stroke: white;
}
.ctable3__body .ctable3__row__mobile-price-favorite-active {
  stroke: none;
  fill: #E74C3C;
}
.ctable3__waters-title {
  margin-right: 8px;
  font-weight: bold;
  color: #001853;
}
.ctable3__waters-list {
  line-height: 1.5;
}
.ctable3__cruise-title {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.ctable3__cruise-route {
  line-height: 1.5;
}
.ctable3__cruise-meta {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 12px;
  line-height: 1.5;
}
.ctable3__cruise-meta-duration {
  display: flex;
  align-items: center;
}
.ctable3__cruise-meta-dates {
  width: 50%;
  display: flex;
}
.ctable3__cruise-meta-second {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.ctable3__cruise-meta-company {
  font-size: 12px;
  text-decoration: underline;
}
.ctable3__cruise-meta-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.ctable3__cruise-weekends {
  padding: 4px 8px;
  background-color: #eae440;
  border-radius: 5px;
}
.ctable3__cruise-novisa {
  padding: 4px 8px;
  background: #4400c2;
  color: #ffffff;
  border-radius: 5px;
}
.ctable3__cruise-caption {
  font-family: "PT Serif", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #001853;
}
.ctable3__ship-mobile-caption {
  display: none;
  font-family: "PT Serif", sans-serif;
  font-size: 20px;
  font-weight: bold;
  z-index: 999;
  left: 20px;
  bottom: 12px;
  position: absolute;
  color: white;
  text-shadow: 1px 1px 1px #1c1c1c;
}
@media (max-width: 480px) {
  .ctable3__ship-mobile-caption {
    display: block;
  }
}
.ctable3__ship-mobile-rating {
  display: none;
  gap: 12px;
}
.ctable3__ship-mobile-rating-link {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
@media (max-width: 480px) {
  .ctable3__ship-mobile-rating {
    display: flex;
  }
}
.ctable3__ship-main {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (max-width: 480px) {
  .ctable3__ship-main {
    display: none;
  }
}
.ctable3__ship-caption {
  font-family: "PT Serif", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #001853;
}
.ctable3__ship-rating {
  display: flex;
  gap: 12px;
}
.ctable3__ship-rating-link {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.ctable3__price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.ctable3__price-cost {
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #001853;
  white-space: nowrap;
}
.ctable3__specials {
  position: relative;
}
@media (min-width: 481px) {
  .ctable3__specials-items {
    position: absolute;
    bottom: 100%;
    background-color: white;
    min-width: 250px;
    right: 0;
    gap: 0 !important;
  }
  .ctable3__specials-item {
    padding: 8px;
  }
  .ctable3__specials-item:hover {
    background-color: #ccd1dd;
  }
}
.ctable3__specials-items {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ctable3__specials-item {
  color: #001853;
}
.ctable3__specials-title {
  display: flex;
  justify-content: flex-end;
  margin-right: 8px;
  gap: 4px;
  font-weight: bold;
  color: #FC8233;
  cursor: pointer;
}
@media (max-width: 480px) {
  .ctable3__specials-title {
    justify-content: flex-start;
  }
}
.ctable3__specials-chevron {
  width: 12px;
  height: 12px;
  fill: #FC8233;
}
.ctable3__favorite {
  width: 25px;
  height: 25px;
  stroke: #001853;
  fill: none;
  cursor: pointer;
}
.ctable3__favorite-active {
  stroke: none;
  fill: #E74C3C;
}

.heart-enter-active {
  animation-duration: 0.5s;
  animation-name: favorite-icon-animation;
}

@keyframes favorite-icon-animation {
  0% {
    opacity: 1;
    transform: scale(0.1);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  80% {
    opacity: 1;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.ktable__head {
  border-bottom: 1px solid #EAE440;
}
.ktable__head .ktable__item {
  padding: 10px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #001853;
}
.ktable__body .ktable__name {
  display: flex;
}
.ktable__body .ktable__name-img {
  height: 70px;
  width: 110px;
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .ktable__body .ktable__name-img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
}
.ktable__body .ktable__name-img img {
  border-radius: 3px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.ktable__body .ktable__name-body {
  padding: 4px 0;
  padding-left: 14px;
  gap: 3px;
}
@media (max-width: 480px) {
  .ktable__body .ktable__name-body {
    padding-left: 0;
  }
}
.ktable__body .ktable__name-title {
  font-family: "PT Serif", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #001853;
  text-decoration: underline;
}
.ktable__body .ktable__name-rate {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 14px;
}
.ktable__body .ktable__name-rate .stars {
  padding: 4px 0;
}
.ktable__body .ktable__name-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #001853;
  text-decoration: underline;
}
.ktable__body .ktable__row {
  padding: 10px 0;
}
.ktable__body .ktable__row:first-child {
  padding-top: 20px;
}
.ktable__body .ktable__row:last-child {
  padding-bottom: 20px;
}
.ktable__row {
  display: flex;
  justify-content: space-between;
}
.ktable__item {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #001853;
  display: flex;
  align-items: center;
}
.ktable__item:first-child {
  padding-left: 15px;
}
@media (max-width: 480px) {
  .ktable__item:first-child {
    padding-left: 5px;
  }
}
.ktable__name {
  width: 46%;
}
@media (max-width: 980px) {
  .ktable__name {
    width: 60%;
  }
}
@media (max-width: 480px) {
  .ktable__name {
    width: 70%;
  }
}
.ktable__constructed {
  width: 18%;
}
@media (max-width: 980px) {
  .ktable__constructed {
    display: none;
  }
}
.ktable__capacity {
  width: 22%;
}
@media (max-width: 980px) {
  .ktable__capacity {
    display: none;
  }
}
.ktable__cost {
  width: 16%;
}
@media (max-width: 980px) {
  .ktable__cost {
    width: 40%;
  }
}
@media (max-width: 480px) {
  .ktable__cost {
    width: 30%;
  }
}

.ship-info {
  padding: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .ship-info {
    flex-direction: column;
  }
}
.ship-info__gallery, .ship-info__info {
  width: 50%;
}
@media (max-width: 768px) {
  .ship-info__gallery, .ship-info__info {
    width: 100%;
  }
}

.reviews2-card .reviews__item-author__avatar {
  border-radius: 100%;
  overflow: hidden;
}

.reviews__inner {
  display: flex;
  flex-wrap: wrap;
}
.reviews__inner:not(:last-child) {
  margin-bottom: 25px;
}
.reviews__aside {
  width: 32%;
}
@media (max-width: 980px) {
  .reviews__aside {
    width: 100%;
  }
}
@media (max-width: 980px) {
  .reviews__company {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
}
.reviews__company .reviews__rate {
  display: flex !important;
}
@media (max-width: 980px) {
  .reviews__company .reviews__rate {
    order: 2;
  }
}
.reviews__company-logo {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
@media (max-width: 980px) {
  .reviews__company-logo {
    order: 3;
    margin-top: 20px;
    justify-content: flex-start;
    margin-bottom: 0;
  }
}
.reviews__company-logo img {
  width: 100%;
  max-height: 200px;
}
.reviews__company-title {
  font-family: "PT Serif", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 120%;
  color: #010D26;
  margin-bottom: 30px;
}
@media (max-width: 980px) {
  .reviews__company-title {
    order: 1;
  }
}
.reviews__mob {
  display: none;
  /*&-rate {
    display: flex;
    align-items: center;
    gap: 20px;
  }*/
}
@media (max-width: 980px) {
  .reviews__mob {
    display: block;
  }
}
.reviews__mob-title {
  font-size: 22px;
  margin-bottom: 0 !important;
}
@media (max-width: 980px) {
  .reviews__title {
    display: none;
  }
}
.reviews__rate {
  display: flex;
  align-items: center;
  gap: 20px;
  /*@include respond-to("tablet-wide") {
    display: none;
  }*/
}
.reviews__rate-count {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #1C1C1C;
}
.reviews__specs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 25px 0 20px;
  row-gap: 15px;
}
.reviews__specs-item {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .reviews__specs-item {
    width: 100%;
  }
}
.reviews__specs strong {
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  color: #010D26;
}
.reviews__specs span {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #001853;
}
.reviews__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #1C1C1C;
}
.reviews__pick {
  margin-top: 20px;
}
.reviews__info {
  background: #ffffff;
  box-shadow: 0px 4px 24px rgba(0, 24, 83, 0.08);
  border-radius: 3px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: sticky;
  top: 100px;
}
@media (max-width: 980px) {
  .reviews__info {
    box-shadow: none;
    padding: 0;
  }
}
.reviews__info-header {
  font-family: "PT Serif", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #010D26;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EAE440;
}
.reviews__info-body {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 480px) {
  .reviews__info-body .btn {
    width: 100%;
  }
}
.reviews__info-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: rgba(28, 28, 28, 0.6);
  margin-top: 10px;
}
@media (max-width: 980px) {
  .reviews__info-text {
    display: none;
  }
}
@media (max-width: 980px) {
  .reviews__info-links {
    display: none;
  }
}
@media (max-width: 980px) {
  .reviews__info-companies .reviews__info-header {
    margin-bottom: 0;
  }
}
.reviews__body {
  width: 68%;
  padding-left: 30px;
}
@media (max-width: 980px) {
  .reviews__body {
    width: 100%;
    padding-top: 10px;
    padding-left: 0;
  }
}
.reviews__sort {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 768px) {
  .reviews__sort {
    flex-direction: column-reverse;
    gap: 0;
  }
}
.reviews__sort-title {
  font-family: "PT Serif", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  color: #010D26;
}
.reviews__sort-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
}
@media (max-width: 768px) {
  .reviews__sort-inner {
    width: 100%;
    row-gap: 10px;
  }
}
.reviews__sort-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #001853;
}
.reviews__sort-nav {
  margin-left: auto;
}
@media (max-width: 768px) {
  .reviews__sort-nav {
    margin-left: 0;
    width: 100%;
    margin-bottom: 25px;
  }
}
.reviews__sort-nav .btn {
  padding: 6px;
}
@media (max-width: 480px) {
  .reviews__sort-nav {
    display: none !important;
  }
}
.reviews__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px 0 0;
}
.reviews__item {
  padding: 30px;
  border-radius: 10px;
  background: #F5F5F6;
}
@media (max-width: 768px) {
  .reviews__item {
    padding: 30px 20px;
  }
}
.reviews__item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  color: rgba(28, 28, 28, 0.6) !important;
  gap: 2px;
  font-size: 12px;
}
@media (max-width: 480px) {
  .reviews__item-header {
    flex-wrap: wrap;
    gap: 15px;
    align-items: flex-start;
  }
}
.reviews__item-right {
  display: flex;
  flex-direction: column;
  color: rgba(28, 28, 28, 0.6);
  text-align: right;
}
.reviews__item-link {
  font-family: "PT Serif", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  color: #010D26;
  text-decoration: underline;
  cursor: pointer;
}
.reviews__item-rating {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 2px;
  column-gap: 45px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .reviews__item-rating {
    grid-template-columns: 1fr;
  }
}
.reviews__item .reviews__rate {
  display: flex;
  align-items: center;
}
.reviews__item .reviews__rate-title {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #1C1C1C;
  width: 50%;
}
.reviews__item .reviews__rate-line {
  width: calc(50% - 30px);
  height: 4px;
  background: #E5E7EB;
}
.reviews__item .reviews__rate-line__inner {
  height: 4px;
  background: #EAE440;
}
.reviews__item .reviews__rate-rate {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #1C1C1C;
  width: 30px;
  text-align: right;
}
.reviews__item-author {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
.reviews__item-author__avatar {
  height: 32px;
  width: 32px;
  flex-shrink: 0;
  display: flex;
  border-radius: 100%;
  overflow: hidden;
}
.reviews__item-author__avatar img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.reviews__item-author__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 0.2px;
  color: rgba(28, 28, 28, 0.6);
}
.reviews__item-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #1C1C1C;
  margin-bottom: 10px;
}
.reviews__item-text {
  margin-top: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #1C1C1C;
  white-space: pre-line;
}
.reviews__item-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0 0;
}
.reviews__item-footer--end {
  justify-content: flex-end;
}
.reviews__item-rate {
  display: flex;
  align-items: center;
  gap: 20px;
}
.reviews__item-rate__up {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 400;
  font-size: 14px;
  color: #2FCB71;
}
.reviews__item-rate__down {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 400;
  font-size: 14px;
  color: #E74C3C;
}
.reviews__item-answer {
  padding: 20px 0 0 30px;
}
@media (max-width: 768px) {
  .reviews__item-answer {
    padding-left: 20px;
  }
}
.reviews__item-form {
  max-width: 564px;
  width: 100%;
  padding: 15px 0 0;
  display: none;
}
.reviews__item-form.active {
  display: block;
}
.reviews__item-photos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
}
.reviews__item-photos__item {
  height: 75px;
  width: 75px;
}
.reviews__item-photos__item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.wrap {
  overflow: hidden;
}

.about .container {
  padding: 0;
}
.about .breadcrumbs {
  padding-left: 20px;
  padding-right: 20px;
}
.about__inner {
  min-height: 500px;
  color: #ffffff;
  background-image: url("/wp-content/themes/unione/img/about/about-img.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  padding: 32px;
}
@media (max-width: 480px) {
  .about__inner {
    min-height: 650px;
  }
}
.about__icon {
  width: 56px;
  margin: 0 auto;
}
.about__icon img {
  width: 100%;
}
.about__title {
  text-align: center;
  font-size: 48px;
  line-height: 130%;
  font-weight: 700;
  margin-top: 12px;
  color: #ffffff;
}
.about__menu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
}
.about__link {
  text-align: center;
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
  color: #ffffff;
  margin: 16px;
}
.about__link:hover {
  opacity: 0.6;
}

.advantages__wrap {
  max-width: 1010px;
  margin: -260px auto 0 auto;
  background: #F3F3F3;
  border-radius: 10px;
}

.info__inner {
  background: #F3F3F3;
  padding: 60px 70px 100px;
  border-radius: 10px 10px 0 0;
}
.info__items {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 15px));
  gap: 30px;
}
.info__title {
  text-align: center;
  color: #001853;
}
.info__item p {
  font-size: 18px;
  line-height: 150%;
}

.advantage-top {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #ffffff;
  padding: 32px 74px;
}
.advantage-top__title {
  text-align: center;
  color: #ffffff;
}
.advantage-top__text {
  text-align: center;
  margin-top: 12px;
}
.advantage-top__text p {
  font-size: 18px;
  line-height: 150%;
  color: #ffffff;
}
.advantage__slider {
  padding: 50px 74px 100px;
}
.advantage .swiper-wrapper {
  padding-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .advantage .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 35px));
    gap: 40px 70px;
    transform: unset !important;
  }
  .advantage .swiper-slide {
    width: 100% !important;
  }
  .advantage .swiper-pagination {
    display: none;
  }
}
.advantage__item {
  max-width: 376px;
  text-align: center;
}
.advantage__item-icon {
  max-width: 64px;
  margin: 0 auto;
}
.advantage__item-icon img {
  max-width: 100%;
  height: auto;
}
.advantage__item-title {
  font-family: "PT Serif", sans-serif;
  font-size: 22px;
  line-height: 130%;
  font-weight: 700;
  color: #001853;
  margin-top: 8px;
}
.advantage__item-text {
  margin-top: 12px;
}
.advantage__item-text p {
  font-size: 18px;
  line-height: 130%;
}
@media screen and (min-width: 769px) {
  .advantage .big {
    margin: 0 auto !important;
    grid-column: 1/3;
  }
}

.certificates {
  padding: 100px 0 50px;
  overflow: hidden;
}
.certificates__inner {
  text-align: center;
}
.certificates__text {
  max-width: 862px;
  margin: 0 auto;
}
.certificates__text p {
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.2px;
}
.certificates__slider {
  position: relative;
  margin-top: 60px;
}
.certificates__swiper {
  overflow: unset;
}
.certificates__swiper-wrapper {
  align-items: stretch;
}
.certificates .swiper-slide {
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.certificates .swiper-slide-active, .certificates .swiper-slide-next, .certificates .swiper-slide-next + .swiper-slide, .certificates .swiper-slide-next + .swiper-slide + .swiper-slide {
  opacity: 1;
  pointer-events: all;
}
.certificates-card {
  height: auto;
  position: relative;
}
.certificates-card:after {
  content: "";
  position: absolute;
  top: -12px;
  left: -12px;
  width: 42px;
  height: 42px;
  background: #EAE440;
  border-radius: 10px;
}
.certificates-card img {
  width: 100%;
  position: relative;
  z-index: 2;
}
.certificates .swiper-pagination {
  bottom: -32px !important;
}

.partners2 {
  background: transparent;
}
.partners2 .section__title {
  text-align: center;
}

.reviews2 {
  padding: 50px 0;
}
.reviews2 .section__title {
  text-align: center;
}
.reviews2__slider {
  position: relative;
  margin-top: 48px;
}
.reviews2__swiper-wrapper {
  align-items: stretch;
}
.reviews2-card {
  height: auto;
  display: flex;
  flex-direction: column;
  background: #F3F3F3;
  border-radius: 10px;
  padding: 24px 16px;
}
.reviews2-card .reviews__item-author__name {
  font-size: 14px;
  color: #1C1C1C;
}
.reviews2-card__text {
  margin-top: 15px;
  margin-bottom: auto;
}
.reviews2-card__text p {
  font-size: 12px;
  line-height: 150%;
  color: #010D26;
}
.reviews2-card__link {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.reviews2-card__link span {
  font-size: 12px;
  line-height: 120%;
  color: #001853;
}
.reviews2-card__link i {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  max-width: 94px;
  margin-left: 4px;
}
.reviews2-card__link i img {
  max-width: 100%;
}
.reviews2 .swiper-pagination {
  bottom: -32px !important;
}

.team {
  padding-top: 50px;
}
.team__inner {
  text-align: center;
}
.team__text {
  max-width: 862px;
  margin: 0 auto;
}
.team__text p {
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.2px;
}
.team__slider {
  position: relative;
  margin-top: 60px;
}
@media screen and (min-width: 993px) {
  .team .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(5, calc(20% - 9.6px));
    gap: 80px 12px;
    transform: unset !important;
  }
  .team .swiper-slide {
    width: 100% !important;
  }
  .team .swiper-pagination {
    display: none;
  }
}
.team .swiper-slide img {
  width: 100%;
}
.team-card {
  display: flex;
  flex-direction: column;
}
.team-card__desc {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 12px;
}
.team-card__post {
  max-width: 225px;
  margin: 0 auto auto;
  font-family: "PT Serif", sans-serif;
  font-size: 22px;
  line-height: 120%;
  font-weight: 700;
  color: #001853;
}
.team-card__name {
  font-size: 18px;
  line-height: 130%;
  margin-top: 8px;
}
.team .swiper-pagination {
  bottom: -60px !important;
}
.team__btn {
  width: 200px;
  height: 40px;
  margin: 60px auto 0;
}

@media (max-width: 1200px) {
  .team .swiper-wrapper {
    grid-template-columns: repeat(4, calc(25% - 9px));
    gap: 60px 12px;
  }
}
@media (max-width: 992px) {
  .advantages__wrap {
    margin-top: -150px;
  }
  .info__inner {
    padding: 50px 32px;
  }
  .info__item p {
    font-size: 16px;
  }
  .certificates .swiper-slide-next + .swiper-slide + .swiper-slide {
    opacity: 0;
    pointer-events: none;
  }
  .team .swiper-wrapper {
    gap: unset;
  }
  .team__btn {
    margin-top: 112px;
  }
}
@media (max-width: 768px) {
  .about__title {
    font-size: 28px;
  }
  .info__inner {
    padding: 24px 24px 50px;
  }
  .info__items {
    grid-template-columns: 100%;
    gap: 24px;
  }
  .advantage-top {
    padding: 32px 24px;
  }
  .advantage-top__text p {
    font-size: 16px;
  }
  .advantage__slider {
    position: relative;
    padding: 24px 24px 50px;
  }
  .advantage__item {
    max-width: 100%;
  }
  .advantage__item-text p {
    font-size: 16px;
  }
  .advantage .swiper-pagination {
    bottom: 24px !important;
  }
  .certificates {
    padding: 50px 0;
  }
  .certificates__text p {
    font-size: 16px;
  }
  .certificates .swiper-slide-next + .swiper-slide {
    opacity: 0;
    pointer-events: none;
  }
  .partners2 {
    padding: 50px 0;
  }
  .partners2 .section__title {
    text-align: start;
  }
  .team__text p {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .about__menu {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .info__item p {
    font-size: 14px;
  }
  .advantage-top__text p {
    font-size: 14px;
  }
  .certificates__inner {
    text-align: start;
  }
  .certificates__text p {
    font-size: 14px;
  }
  .certificates__slider {
    margin-top: 36px;
  }
  .reviews2__slider {
    margin-top: 24px;
  }
  .team__text p {
    font-size: 14px;
  }
  .team__slider {
    margin-top: 24px;
  }
  .team-card__post {
    font-size: 18px;
  }
  .team-card__name {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .certificates .swiper-slide-next {
    opacity: 0;
    pointer-events: none;
  }
}
.contacts {
  font-family: "PT Serif", sans-serif;
  padding: 0 0 50px;
}
.contacts__items {
  display: grid;
  grid-template-columns: repeat(3, calc(33.3333333333% - 5px));
  gap: 15px;
  grid-auto-rows: 1fr;
}
.contacts__item {
  min-height: 187px;
  background: #ffffff;
  box-shadow: 0px 4px 24px 0px rgba(0, 24, 83, 0.04);
  border-radius: 15px;
  padding: 24px;
}
.contacts__item-title {
  font-size: 22px;
  line-height: 120%;
  font-weight: 700;
  color: #001853;
}
.contacts__item-text {
  font-size: 16px;
  line-height: 150%;
  margin-top: 24px;
}
.contacts__item-text a:hover {
  color: #001853;
}
.contacts__item .mail {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.contacts__item-link {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
.contacts__item-link span {
  font-size: 12px;
  line-height: 120%;
  color: #001853;
}
.contacts__item-link i {
  flex-shrink: 0;
  width: 10px;
  margin-left: 6px;
}
.contacts__item-link i svg {
  width: 100%;
  height: auto;
}

.schedule {
  font-family: "PT Serif", sans-serif;
  padding: 50px 0;
}
.schedule__content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background: #F3F3F3;
  border-radius: 10px;
}
.schedule__desc {
  width: 400px;
  padding: 50px 32px;
}
.schedule__text {
  display: grid;
  grid-template-columns: 100%;
  gap: 24px;
}
.schedule__text p {
  font-size: 22px;
  line-height: 130%;
}
.schedule__img {
  width: calc(100% - 400px);
}
.schedule__img img {
  width: 100%;
  height: 100%;
  border-radius: 0 10px 10px 0;
  object-fit: cover;
}

.address {
  font-family: "PT Serif", sans-serif;
  padding: 50px 0;
}
.address__text {
  border-radius: 10px 10px 0px 0px;
  background: #F3F3F3;
  padding: 32px;
}
.address__text p {
  font-size: 22px;
  line-height: 130%;
}
.address .map {
  width: 100%;
  height: 545px;
}
.address .map .ymaps-2-1-79-map {
  width: 100% !important;
  height: 100% !important;
  border-radius: 0 0 10px 10px;
}
.address .map .ymaps-2-1-79-inner-panes {
  border-radius: 0 0 10px 10px;
}

.connection {
  padding: 50px 0 0;
}
.connection__content {
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  background: #F3F3F3;
  padding: 80px 70px;
}
.connection__desc {
  width: calc(100% - 620px);
}
.connection__form {
  width: 520px;
  margin-left: 100px;
  display: grid;
  grid-template-columns: 100%;
  gap: 32px;
}
.connection__form-group span {
  display: block;
  font-size: 12px;
  line-height: 120%;
  color: #010D26;
  margin-bottom: 8px;
}
.connection__form-group input {
  width: 100%;
  height: 46px;
  font-size: 11px;
  line-height: 130%;
  background: #ffffff;
  border: 1px solid #CACACA;
  border-radius: 8px;
  padding: 5px 24px;
}
.connection__form-group input::placeholder {
  color: rgba(28, 28, 28, 0.5);
}
.connection__form-group input.wrong {
  border: 2px solid #E74C3C;
}
.connection__form-group textarea {
  width: 100%;
  height: 120px;
  font-size: 11px;
  line-height: 130%;
  background: #ffffff;
  border: 1px solid #CACACA;
  border-radius: 8px;
  padding: 24px;
  resize: none;
}
.connection__form-group textarea::placeholder {
  color: rgba(28, 28, 28, 0.5);
}
.connection__form-group textarea.wrong {
  border: 2px solid #E74C3C;
}
.connection__form-btn {
  width: 112px;
  height: 37px;
}
.connection__text p {
  font-size: 16px;
  line-height: 140%;
  color: #001853;
}

@media (max-width: 1200px) {
  .connection__content {
    padding: 50px 32px;
  }
  .connection__desc {
    width: calc(100% - 570px);
  }
  .connection__form {
    width: 520px;
    margin-left: 50px;
  }
}
@media (max-width: 992px) {
  .schedule__content {
    display: block;
  }
  .schedule__desc {
    width: 100%;
  }
  .schedule__img {
    width: 100%;
  }
  .schedule__img img {
    border-radius: 0 0 10px 10px;
  }
  .address .map {
    height: 450px;
  }
  .connection__desc {
    width: calc(100% - 412px);
  }
  .connection__form {
    width: 380px;
    margin-left: 32px;
  }
  .connection__form-group input {
    padding: 5px 16px;
  }
  .connection__form-group textarea {
    padding: 16px;
  }
}
@media (max-width: 768px) {
  .contacts {
    padding: 0 0 25px 0;
  }
  .contacts__items {
    grid-template-columns: repeat(2, calc(50% - 7.5px));
  }
  .schedule {
    padding: 25px 0;
  }
  .address {
    padding: 25px 0;
  }
  .address .map {
    height: 400px;
  }
  .connection {
    padding: 25px 0 0;
  }
  .connection__content {
    display: block;
    padding: 32px;
  }
  .connection__desc {
    width: 100%;
  }
  .connection__form {
    width: 100%;
    margin: 24px 0 0 0;
    gap: 16px;
  }
  .connection__text p {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .contacts__items {
    grid-template-columns: 100%;
  }
  .contacts__item-title {
    font-size: 18px;
  }
  .contacts__item-text {
    font-size: 14px;
  }
  .schedule__desc {
    padding: 32px;
  }
  .schedule__text p {
    font-size: 16px;
  }
  .schedule__img img {
    min-height: 260px;
  }
  .address__text p {
    font-size: 18px;
  }
  .address .map {
    height: 300px;
  }
  .connection__content {
    padding: 32px 16px;
  }
}
.nav {
  padding: 50px 0;
}
.nav li {
  list-style: none;
  font-size: 20px;
  line-height: 120%;
}
.nav li:not(:first-child) {
  margin-top: 15px;
}

@media (max-width: 360px) {
  .header .logo__img {
    width: 25px;
    height: 25px;
  }
  .header .logo__text {
    font-size: 18px;
  }
}
body > #content {
  margin-top: 85px;
  /*@include respond-to("tablet-wide") {
  	margin-top: 65px;
  }*/
}

#content-inside {
  padding: 0;
}

/*# sourceMappingURL=style.css.map */
