#menu_categoty a, .cabin__head-buttons a{
cursor:pointer;
}

.palub__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
/*
.blocks_content{
 display:none;
}
*/
.img_palubs{ 
  display: flex;
    flex-direction: column;
    width: 300px;
    height: 1100px;
    background-position: center center;
    background-repeat:no-repeat;
    background-size: cover;

}

.iframes {
  width: 1200px;
  height: 600px;
}

.liners-list {
  background: #EDEDED;
  padding: 0px 0 70px;
  margin-bottom: 0;
}

.liner-card__image {
  width: 100%;
  aspect-ratio: 1;
  margin-bottom: 12px;
}

.liner-card__content h3 {
  font-size: 20px;
  line-height: 1.25;
  color: var(--colorBlue);
  font-weight: 700;
  margin-bottom: 3px;
}

.liner-card__rate {
  margin-bottom: 6px;
}

.liner-card ul {
  color: #4e4e4e;
}

.liner-card ul li {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
}

.packages__text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}

.packages__text > p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.packages__text a {
  align-self: end;
}

.packages__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 8px 0 5px;
}

.package-item {
  display: flex;
  gap: 20px;
}

.package-item__image {
  flex: 0 0 240px;
  height: 150px;
}

.package-item__content {
  flex: 1 1 auto;
}

.package-item__content h4 {
  font-weight: 700;
  margin-bottom: 6px;
}

.onboard-guide {
  background: #EDEDED;
  margin-bottom: 0;
  padding: 30px 0 60px;
}

.onboard-guide__wrap {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.onboard-guide__wrap h1 {
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: var(--colorBlue);
  margin-bottom: 20px;
}

.onboard-guide__wrap h3 {
  color: var(--colorBlue);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 3px;
}

.onboard-guide__wrap ul li {
  list-style: disc;
  margin-left: 26px;
}

.onboard-guide__wrap b span {
  color: #FF5407;
}

.visa-region {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.visa-region h2 {
  margin-bottom: 22px;
}

.visa-region .link-arrow {
  align-self: end;
}

.visa-region .grid-4 {
  margin-top: 20px;
}

.spoiler__body p {
  text-align:left;
}

.spoiler__body img {
  margin: auto;
  max-width:100%;
}

.text-clamp > div p {
  line-height: 24px;
}

@media (max-width: 576px) {
.menu_categoty{
  padding-top:0px;
}

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

  .head__banner h1{
    flex: 0 0 70%;
  }
  .head-nav-tab{
    top:71px;
  }

}