

/* Start:/local/templates/vodohodcity/components/bitrix/news.detail/fleet/style.css?17772964308416*/
/* ECOHOD */

/* section main */
.main {
  padding: 50px 0;
}

.main__content {
  display: grid;
  grid-template-areas:
    "desc ship"
    "swiper places";
  grid-template-columns: 66% auto;
  grid-template-rows: repeat(2, auto);
  gap: 60px 20px;
}

.main__content-swiper {
  grid-area: swiper;
}

/* --swiper-- */

.main__swiper-fleet {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  height: 100%;
}

.swiper-slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main__swiper-navigation {
  margin: 30px auto 0;
  display: flex;
  gap: 15px;
  width: 50%;
}

.main__swiper-nav-800 {
  display: none;
}

/* ---- */

.main__places-list {
  grid-area: places;
  display: grid;
  gap: 1px;
}

.main__places-item {
  background: var(--main);
  max-width: 600px;
  width: 100%;
  padding: 40px 80px;
  display: grid;
  gap: 4px;
  grid-template-columns: 1fr;
}

.main__places-title {
  color: var(--bg);
  font-size: 32px;
}

.main__places-details {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 50px;

  & > * {
    color: var(--bg);
    font-size: 32px;
  }
}

.main__places-quantity {
  color: var(--bg);
}

.main__ship {
  margin-top: auto;
  grid-area: ship;
}

.main__ship-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.main__ship-item {
  grid-area: desc;
}

.main__ship-title {
  line-height: 120%;
  margin-bottom: 8px;
  font-size: 16px;
}

.main__ship-quantity {
  font-size: 30px;
}

.main__desc {
  margin-left: 9.8vw;
  max-width: 710px;
  display: grid;
  gap: 20px;
}

.main__desc-text {
  display: grid;
  gap: 20px;
  font-size: 16px;
  line-height: 130%;
}

.main__info {
  margin-left: 9.8vw;
  width: 50%;
  margin-top: 40px;
}

/* section comfort */

.comfort {
  padding: 50px 0;
}

.comfort__title {
  margin-bottom: 44px;
  margin-left: 9.8vw;
}

.comfort__content {
  margin-left: 9.8vw;
  display: flex;
  align-items: start;
  gap: 177px;
  width: max-content;
}

.comfort__text {
  display: grid;
  gap: 30px;
  max-width: 520px;
}

.comfort__text-item {
  display: grid;
  gap: 10px;
}

.comfort__list {
  width: max-content;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.comfort__list-item {
  display: flex;
  gap: 10px;
  align-items: center;
  width: max-content;
  max-width: 304px;
}

.comfort__list-title {
  font-size: 24px;
}

.comfort__text-desc {
  display: grid;
  gap: 10px;
}

/* section scheme */
.scheme {
  padding: 50px 0;
}

.scheme__title {
  margin-bottom: 40px;
  margin-left: 9.8vw;
}

.scheme__scheme {
  display: grid;
  gap: 40px;
}

.scheme__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.scheme__name {
  margin-left: 9.8vw;
  margin-right: auto;
  font-size: 30px;
  color: var(--main);
  font-weight: 600;
}

/* --MEDIA-- */
@media screen and (max-width: 1800px) {
  /* section main */
  .main__places-item {
    padding: 25px 60px;
  }

  .main__places-title {
    font-size: 24px;
  }

  .main__places-details {
    & > * {
      font-size: 24px;
    }
  }

  .main__places-quantity {
    font-size: 40px;
  }

  .main__ship-list {
    gap: 16px;
  }

  .main__ship-quantity {
    font-size: 26px;
  }

  .main__desc {
    margin: 0;
  }

  .main__info {
    width: 66%;
    margin-left: 0;
  }

  /* section comfort */
  .comfort__title {
    margin-left: 0;
  }

  .comfort__content {
    margin-left: 0;
    gap: 0;
    justify-content: space-between;
    width: auto;
  }

  .comfort__text {
    max-width: 1100px;
  }

  .comfort__content {
    flex-direction: column;
    gap: 40px;
  }

  /* section scheme */
  .scheme__title {
    margin-left: 0;
  }

  .scheme__content {
    margin-left: 0;
    align-items: start;
  }

  .scheme__name {
    margin: 0;
  }
}

@media screen and (max-width: 1200px) {
  /* section main */
  .main {
    padding: 40px 0;
  }

  .main__places-item {
    padding: 25px 60px;
  }
}

@media screen and (max-width: 1100px) {
  /* section main */
  .main__content {
    grid-template-columns: 60% auto;
    gap: 40px 10px;
  }

  .main__ship-title {
    font-size: 16px;
  }

  .main__ship-quantity {
    font-size: 26px;
  }

  .main__desc-text {
    gap: 10px;
    font-size: 14px;
  }

  .main__places-item {
    padding: 20px 25px;
  }

  .main__places-title {
    font-size: 16px;
  }

  .main__places-quantity {
    font-size: 26px;
  }

  .main__places-details {
    & > * {
      font-size: 16px;
    }
  }

  /* --swiper-- */
  .main__swiper-navigation {
    margin-top: 20px;
  }

  /* ---- */

  .main__info {
    width: 100%;
    margin-top: 30px;
  }

  /* section comfort */
  .comfort__list-title {
    font-size: 18px;
  }

  .comfort__content {
    flex-direction: column;
    gap: 40px;
  }

  .comfort__list {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }

  .comfort__list-item {
    max-width: 230px;
  }

  .comfort__list-img {
    width: 60px;
  }

  /* section scheme */
  .scheme__scheme {
    gap: 20px;
  }

  .scheme__title {
    margin-bottom: 30px;
  }

  .scheme__name {
    font-size: 24px;
  }
}

@media screen and (max-width: 800px) {
  p {
    font-size: 16px;
  }

  /* section main */
  .main {
    padding: 30px 0;
  }

  .main__content {
    display: grid;
    grid-template-rows: repeat(3, auto);
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .main__desc {
    grid-area: 1/1/2/3;
    margin: 0;
  }

  /* --swiper-- */

  .main__swiper-fleet {
    height: auto;
  }

  .main__content-swiper {
    grid-area: 2/1/3/3;
  }

  .main__swiper-navigation {
    width: max-content;
  }

  .main__swiper-nav-800 {
    display: flex;
  }

  .main__swiper-nav-oth {
    display: none;
  }

  /* ---- */
  .main__places-title {
    font-size: 14px;
  }

  .main__places-list {
    margin-top: 50px;
    grid-area: 3/1/4/2;
  }

  .main__ship {
    margin-top: 50px;
    grid-area: 3/2/4/3;
  }

  .main__ship-list {
    padding: 8px 0;
  }

  /* section comfort */
  .comfort {
    padding: 30px 0;
  }

  .comfort__title {
    margin-bottom: 30px;
  }

  .comfort__text {
    gap: 20px;
  }

  .comfort__text-title {
    font-size: 16px;
  }

  .comfort__list-text {
    font-size: 14px;
  }

  .comfort__list-item {
    max-width: 140px;

    & > img {
      width: 40px;
    }
  }

  .comfort__list-title {
    font-size: 12px;
  }

  /* section scheme */
  .scheme {
    padding: 30px 0;
  }

  .scheme__title {
    margin-bottom: 20px;
  }

  .scheme__name {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

@media screen and (max-width: 600px) {
  /* section main */
  .main__content {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
    gap: 30px 0;
  }

  .main__places-list {
    grid-area: 3/1/4/2;
  }

  .main__ship {
    margin-top: 0;
    grid-area: 4/1/5/2;
  }

  .main__ship-list {
    gap: 16px;
  }

  .main__ship-title {
    margin-bottom: 2px;
  }

  /* section comfort */
  .comfort__list {
    flex-direction: column;
    gap: 10px;
  }

  /* section scheme */
  .scheme__scheme {
    display: block;
  }

  .scheme__content {
    align-items: center;
  }

  .scheme__name {
    margin: 0;
  }

  .scheme__img {
    width: 400px;
    overflow: hidden;
    height: 400px;
    transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    display: flex;
  }

  .scheme__img-img {
    width: 100%;
    margin: 0 auto;
    object-fit: contain;
  }
}

@media screen and (max-width: 480px) {
  /* section main */
  .main__places-quantity {
    font-size: 24px;
  }

  .main__ship-quantity {
    font-size: 24px;
  }
}

@media screen and (max-width: 400px) {
  /* section scheme */
  .scheme__img {
    width: 300px;
    height: 300px;
  }
}

/* End */
/* /local/templates/vodohodcity/components/bitrix/news.detail/fleet/style.css?17772964308416 */
