

/* Start:/local/templates/main/css/excursion.css?17556114049511*/
/***** EXCURSION START *****/
.excursion {
  position: relative;
  overflow: hidden;
  padding-top: 5.8rem;
  padding-bottom: 26rem;
  margin-top: -5.8rem;
}
.excursion ._decor-1 {
  top: 0;
  left: 0;
  z-index: -1;
}
.excursion ._decor-2 {
  top: 0;
  right: 0;
  z-index: -1;
}
.excursion ._decor-3 {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: -1;
}
.excursion ._decor-4 {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 0;
  background-color: #F0F6FF;
  width: 75rem;
  height: 74rem;
  border-radius: 50%;
  z-index: -2;
}
.excursion ._decor-5 {
  background-color: #F0F6FF;
  width: 56rem;
  height: 56rem;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  right: 0;
  z-index: -2;
}
.excursion ._decor-6 {
  bottom: 0;
  left: 0;
  z-index: -1;
}
.excursion__title {
  color: var(--primary-main);
  max-width: 96.4rem;
  margin-bottom: 3.6rem;
}
.excursion__text {
  max-width: 64.3rem;
}
.excursion__list {
  margin-top: 12rem;
  position: relative;
  height: 92rem;
}
.excursion__item {
  position: absolute;
  background: radial-gradient(53.19% 53.19% at 32.27% 43.56%, #3179D8 0%, #0D4DA1 100%);
  color: var(--text-white);
  padding: 3rem 3.4rem;
  border-radius: 2rem;
  width: 100%;
  max-width: 62rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.excursion__item._item-1 {
  top: 0;
  right: 0;
  -webkit-transform: translate(0, -50%) rotate(5deg);
      -ms-transform: translate(0, -50%) rotate(5deg);
          transform: translate(0, -50%) rotate(5deg);
}
.excursion__item._item-2 {
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0) rotate(-5deg);
      -ms-transform: translate(0, 0) rotate(-5deg);
          transform: translate(0, 0) rotate(-5deg);
}
.excursion__item._item-3 {
  top: 34rem;
  right: 0;
  -webkit-transform: translate(0, 0) rotate(5deg);
      -ms-transform: translate(0, 0) rotate(5deg);
          transform: translate(0, 0) rotate(5deg);
}
.excursion__item._item-4 {
  top: 38rem;
  left: 0;
  -webkit-transform: translate(0, 0) rotate(-5deg);
      -ms-transform: translate(0, 0) rotate(-5deg);
          transform: translate(0, 0) rotate(-5deg);
}
.excursion__item-last {
  position: absolute;
  padding: 6.7rem 3.1rem;
  border-radius: 2rem;
  background-color: var(--bg-color);
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-68%, 50%);
      -ms-transform: translate(-68%, 50%);
          transform: translate(-68%, 50%);
  width: 100%;
  max-width: 64rem;
}
.excursion__list-line {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -10%);
      -ms-transform: translate(-50%, -10%);
          transform: translate(-50%, -10%);
  height: 100%;
  width: 117.6rem;
}
.excursion__item-icon {
  width: 9.2rem;
  height: 9.2rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.excursion__item-text {
  opacity: 0.8;
  text-align: center;
}
.excursion__item-text p {
  font-weight: 300;
}
.excursion__item-text ._opacity {
  color: var(--text-secondary-dark);
  margin-top: 0.6rem;
}
.excursion__bottom-img {
  position: absolute;
  bottom: 4rem;
  right: 25rem;
  width: 37.1rem;
}

@media (max-width: 1440px) {
  .excursion ._decor-1 {
    display: none;
  }
  .excursion__bottom-img {
    right: 10rem;
  }
}
@media (max-width: 1024px) {
  .excursion__list-line {
    display: none;
  }
  .excursion__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6rem;
    height: auto;
    margin-top: 2rem;
  }
  .excursion__item {
    position: static;
    max-width: 100%;
  }
  .excursion__item._item-1, .excursion__item._item-2, .excursion__item._item-3, .excursion__item._item-4 {
    -webkit-transform: translate(0, 0) rotate(0deg);
        -ms-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
    top: 0;
    right: 0;
  }
  .excursion__item-last {
    position: static;
    max-width: 100%;
    -webkit-transform: translate(0, 0) rotate(0deg);
        -ms-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
    top: 0;
    right: 0;
  }
  .excursion__item-last p {
    max-width: 50%;
  }
}
@media (max-width: 600px) {
  .excursion ._decor-2 {
    width: 6rem;
  }
  .excursion ._decor-6 {
    display: none;
  }
  .excursion {
    padding-bottom: 4rem;
  }
  .excursion__title {
    margin-bottom: 1.6rem;
  }
  .excursion__item {
    padding: 2rem 1.6rem;
  }
  .excursion__item-last {
    padding: 2rem 1.6rem;
  }
  .excursion__item-last p {
    max-width: 100%;
  }
  .excursion__bottom-img {
    display: none;
  }
}
/***** EXCURSION END ******/
/***** PREPARATION START  *****/
.preparation {
  position: relative;
  overflow: hidden;
  margin-bottom: 8rem;
}
.preparation ._decor-1 {
  top: 0;
  right: 0;
}
.preparation ._decor-bg {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: -2;
  -o-object-fit: fill;
     object-fit: fill;
}
.preparation__container {
  padding-top: 20rem;
  padding-bottom: 12.6rem;
  color: var(--text-white);
}
.preparation__title {
  margin: 0 auto 4.4rem;
  text-align: center;
  max-width: 56.2rem;
}
.preparation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5rem;
}
.preparation__item {
  width: 100%;
  max-width: 40.5rem;
}
.preparation__item-num {
  opacity: 0.5;
  font-size: 10rem;
  font-weight: 600;
  margin-bottom: 3.8rem;
  text-align: center;
  position: relative;
}
.preparation__item:nth-child(1) .preparation__item-num::before, .preparation__item:nth-child(2) .preparation__item-num::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -20rem;
  width: 80%;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(75%, #fff), color-stop(75%, transparent), to(transparent));
  background-image: linear-gradient(90deg, #fff, #fff 75%, transparent 75%, transparent 100%);
  background-size: 20px 2px;
  border: none;
  opacity: 0.5;
}
.preparation__item-title {
  margin-bottom: 2.4rem;
  text-align: center;
}
.preparation__item-text {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 300;
  margin-bottom: 2.4rem;
}
.preparation__item-text p {
  margin-bottom: 0.4rem;
}
.preparation__item-text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6rem;
}
.preparation__item-text li {
  position: relative;
  padding: 0 2rem;
}
.preparation__item-text li::before {
  position: absolute;
  content: "";
  top: 0.9rem;
  background-color: var(--text-white);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  left: 1.6rem;
}
.preparation__item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
}
.preparation__item-wrap .doc {
  background-color: rgba(240, 246, 255, 0.4);
}
@media (min-width: 1024px) {
  .preparation__item-wrap .doc:hover {
    background-color: rgba(192, 202, 218, 0.4);
  }
}
.preparation__item-wrap .doc__text {
  color: var(--text-white);
}

@media (max-width: 1440px) {
  .preparation ._decor-1 {
    width: 26rem;
    top: 14rem;
  }
}
@media (max-width: 1024px) {
  .preparation__list {
    gap: 1rem;
  }
  .preparation__item:nth-child(1) .preparation__item-num::before,
  .preparation__item:nth-child(2) .preparation__item-num::before {
    position: absolute;
    content: "";
    top: 50%;
    right: -10rem;
    width: 60%;
    height: 2px;
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(75%, #fff), color-stop(75%, transparent), to(transparent));
    background-image: linear-gradient(90deg, #fff, #fff 75%, transparent 75%, transparent 100%);
    background-size: 20px 2px;
    border: none;
    opacity: 0.5;
  }
}
@media (max-width: 600px) {
  .preparation ._decor-1 {
    display: none;
  }
  .preparation ._decor-bg {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .preparation__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6rem;
  }
  .preparation__item:nth-child(1) .preparation__item-num::before,
  .preparation__item:nth-child(2) .preparation__item-num::before {
    display: none;
  }
  .preparation__item-num {
    margin-bottom: 1.6rem;
    line-height: 1;
  }
}
/***** PREPARATION END  *****/

/*# sourceMappingURL=excursion.css.map */
/* End */
/* /local/templates/main/css/excursion.css?17556114049511 */
