/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/* 400 */
@font-face {
  font-family: "Panton Regular";
  src: url("./assets/fonts/Panton-Regular.eot");
  src: url("./assets/fonts/Panton-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("./assets/fonts/Panton-Regular.woff") format("woff"),
    url("./assets/fonts/Panton-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* 600 */
@font-face {
  font-family: "Panton Semibold";
  src: url("./assets/fonts/Panton-SemiBold.eot");
  src: url("./assets/fonts/Panton-SemiBold.eot?#iefix")
      format("embedded-opentype"),
    url("./assets/fonts/Panton-SemiBold.woff") format("woff"),
    url("./assets/fonts/Panton-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* 700 */
@font-face {
  font-family: "Panton Bold";
  src: url("./assets/fonts/Panton-Bold.eot");
  src: url("./assets/fonts/Panton-Bold.eot?#iefix") format("embedded-opentype"),
    url("./assets/fonts/Panton-Bold.woff") format("woff"),
    url("./assets/fonts/Panton-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* 800 */
@font-face {
  font-family: "Panton ExtraBold";
  src: url("./assets/fonts/Panton-ExtraBold.eot");
  src: url("./assets/fonts/Panton-ExtraBold.eot?#iefix")
      format("embedded-opentype"),
    url("./assets/fonts/Panton-ExtraBold.woff") format("woff"),
    url("./assets/fonts/Panton-ExtraBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

.header {
  width: 100%;
}

.header__container {
  padding-top: 30px;
  margin: 0 245px 0 360px;
}

.header__elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__elements > a {
  margin-right: 103px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 2;
}

.header__menu {
  font: 600 16px/19px Panton Semibold;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  margin-top: 22px;
}

.header__menu-item {
  margin-right: 51px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 1rem;
}

.header__menu-item-text:hover {
  cursor: pointer;
  color: #ee1c25;
}

.header__menu-item-text:hover::after {
  width: 100%;
}

.header__menu-item-text::after {
  content: "";
  display: block;
  height: 1px;
  width: 0;
  background-color: #ee1c25;
  -webkit-transition: width 0.1s linear;
  -o-transition: width 0.1s linear;
  transition: width 0.1s linear;
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 360px;
  margin-bottom: -3px;
  border-bottom: 2px solid #2e3552;
}

.links-container a:first-child {
  margin-right: 6px;
}

.main__section {
  min-height: 10rem;
}

.title-font {
  font: normal 800 43px/52px Panton Semibold;
  color: #000000;
}

.text-font {
  font: normal 400 18px/22px Panton Regular;
}

.footer {
  /* border-top: 2px solid #2e3552; */
  height: auto;
}

.footer .text-font {
  font-size: 16px;
  line-height: 19px;
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 360px;
  margin-right: 576px;
  padding-top: 52px;
}

.addresses {
  margin-right: 10px;
}

.addresses p:first-child {
  display: none;
}

.addresses > p {
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 19px;
  margin-block-end: 19px;
}

.addresses p span {
  display: block;
}

.resort-data {
  padding-top: 1px;
}

.resort-data > div:first-child {
  margin-bottom: 24px;
}

.ads {
  height: 585px;
  /* background-size: 638px 280px, 900px 369px;
  background-position: 86% 53px, right 162px;
  background-repeat: no-repeat, no-repeat;
  background-image: url("./assets/icons-for-ads.svg"),
    url("./assets/persons_4.svg"); */
  margin-right: 209px;
  position: relative;
  bottom: 71px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ads__title-container {
  padding-top: 140px;
  margin-bottom: 51px;
  max-width: 580px;
}

.ads__text-container {
  margin-bottom: 15px;
}

.ads__images-container {
  position: relative;
  width: 60%;
}

@-webkit-keyframes adds-img-animation-moving {
  from {
    top: 40%;
  }
  to {
    top: 9%;
  }
}

@keyframes adds-img-animation-moving {
  from {
    top: 40%;
  }
  to {
    top: 9%;
  }
}

@-webkit-keyframes adds-img-animation-appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes adds-img-animation-appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes element-appears {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes element-appears {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.ads__images-container img:first-child {
  width: 638px;
  height: 280px;
  position: absolute;
  right: 13%;
  top: 40%;
  opacity: 0;
  -webkit-animation: 0.4s linear forwards adds-img-animation-appear,
    0.7s linear forwards adds-img-animation-moving;
  animation: 0.4s linear forwards adds-img-animation-appear,
    0.7s linear forwards adds-img-animation-moving;
}

.ads__images-container img:last-child {
  width: 899px;
  height: 374px;
  position: absolute;
  top: 27%;
  right: 0%;
}

.info {
  width: 100%;
  padding-right: 461px;
  margin-top: -76px;
  padding-left: 127px;
  margin-bottom: 52px;
}

#how-works {
  opacity: 0;
  -webkit-animation: 0.3s 0.7s linear forwards element-appears;
  animation: 0.3s 0.7s linear forwards element-appears;
}

.info .title-font {
  font-family: Panton Semibold;
  font-size: 40px;
  line-height: 48px;
}

.info__title-container {
  width: 98%;
  text-align: center;
  margin-bottom: 21px;
}

.info__main-container {
  display: -ms-grid;
  display: grid;
  grid-template-areas:
    "first-step second-step third-step"
    "sixth-step fifth-step fourth-step";
  gap: 0px 181px;
}

.info__element {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.info__element--number {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font: normal 800 40px/48px Panton ExtraBold;
  color: #ffffff;
  z-index: 1;
  position: relative;
}

.info__element--arrow {
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.info__element--caption {
  font: 400 18px/23px Panton Regular;
  text-align: center;
}

.info__element--number > span {
  position: relative;
}

.info__element--number > span {
  text-align: center;
  width: 58px;
  display: inline-block;
  border-bottom: 3px solid #ffffff;
}

#first-step {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: first-step;
  right: 5px;
}

#first-step > .info__element--number {
  background: center/contain no-repeat url("./assets/blob_1-5.svg");
  width: 147px;
  height: 118px;
  top: 19px;
  left: 1px;
  margin-bottom: 39px;
  opacity: 0;
  -webkit-animation: 0.5s 1s forwards element-appears;
  animation: 0.5s 1s forwards element-appears;
}

#first-step > .info__element--number > span {
  right: 2px;
  top: -1px;
}

#first-step .info__element--arrow {
  background-image: url("./assets/arrow-1to2.jpg");
  width: 226px;
  height: 114px;
  left: 183px;
  bottom: 111px;
  opacity: 0;
  -webkit-animation: 0.5s 1.5s forwards element-appears;
  animation: 0.5s 1.5s forwards element-appears;
}

#first-step .info__element--caption {
  width: 97%;
  opacity: 0;
  -webkit-animation: 0.5s 1s forwards element-appears;
  animation: 0.5s 1s forwards element-appears;
}

#second-step {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  top: -2px;
  left: 4px;
  grid-area: second-step;
}

#second-step > .info__element--number {
  background: center/contain no-repeat url("./assets/blob_2-4.svg");
  width: 152px;
  height: 118px;
  margin-bottom: 16px;
  bottom: 2px;
  opacity: 0;
  -webkit-animation: 0.5s 2s forwards element-appears;
  animation: 0.5s 2s forwards element-appears;
}

#second-step .info__element--caption {
  width: 108%;
  padding-left: 8px;
  opacity: 0;
  -webkit-animation: 0.5s 2s forwards element-appears;
  animation: 0.5s 2s forwards element-appears;
}

#second-step .info__element--arrow {
  background-image: url("./assets/arrow-2to3.jpg");
  width: 210px;
  height: 108px;
  left: 151px;
  bottom: 101px;
  opacity: 0;
  -webkit-animation: 0.5s 2.5s forwards element-appears;
  animation: 0.5s 2.5s forwards element-appears;
}

#third-step {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: third-step;
  right: 14px;
  bottom: 11px;
}

#third-step > .info__element--number {
  background: center/contain no-repeat url("./assets/blob_3-6.svg");
  width: 196px;
  height: 188px;
  left: 4px;
  top: 4px;
  opacity: 0;
  -webkit-animation: 0.5s 3s forwards element-appears;
  animation: 0.5s 3s forwards element-appears;
}

#third-step > .info__element--number > span {
  bottom: 7px;
}

#third-step .info__element--caption {
  width: 61%;
  position: relative;
  left: 8px;
  bottom: 17px;
  opacity: 0;
  -webkit-animation: 0.5s 3s forwards element-appears;
  animation: 0.5s 3s forwards element-appears;
}

#third-step .info__element--arrow {
  background-image: url("./assets/arrow-3to4.jpg");
  width: 100px;
  height: 212px;
  left: 164px;
  top: 104px;
  opacity: 0;
  -webkit-animation: 0.5s 3.5s forwards element-appears;
  animation: 0.5s 3.5s forwards element-appears;
}

#fourth-step {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  right: 10px;
  top: -5px;
  grid-area: fourth-step;
}

#fourth-step > .info__element--number {
  background: center/contain no-repeat url("./assets/blob_2-4.svg");
  width: 152px;
  height: 118px;
  bottom: 2px;
  margin-bottom: 17px;
  opacity: 0;
  -webkit-animation: 0.5s 4s forwards element-appears;
  animation: 0.5s 4s forwards element-appears;
}

#fourth-step .info__element--caption {
  width: 92%;
  opacity: 0;
  -webkit-animation: 0.5s 4s forwards element-appears;
  animation: 0.5s 4s forwards element-appears;
}

#fourth-step .info__element--arrow {
  background-image: url("./assets/arrow-4to5.jpg");
  width: 219px;
  height: 113px;
  right: 174px;
  bottom: 111px;
  opacity: 0;
  -webkit-animation: 0.5s 4.5s forwards element-appears;
  animation: 0.5s 4.5s forwards element-appears;
}

#fifth-step {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  bottom: 6px;
  grid-area: fifth-step;
}

#fifth-step > .info__element--number {
  background: center/contain no-repeat url("./assets/blob_1-5.svg");
  width: 147px;
  height: 118px;
  margin-bottom: 19px;
  left: 4px;
  top: 0;
  opacity: 0;
  -webkit-animation: 0.5s 5s forwards element-appears;
  animation: 0.5s 5s forwards element-appears;
}

#fifth-step > .info__element--number > span {
  right: 2px;
}

#fifth-step > .info__element--caption {
  width: 107%;
  opacity: 0;
  -webkit-animation: 0.5s 5s forwards element-appears;
  animation: 0.5s 5s forwards element-appears;
}

#fifth-step .info__element--arrow {
  background-image: url("./assets/arrow-5to6.jpg");
  width: 214px;
  height: 89px;
  right: 158px;
  bottom: 121px;
  opacity: 0;
  -webkit-animation: 0.5s 5.5s forwards element-appears;
  animation: 0.5s 5.5s forwards element-appears;
}

#sixth-step {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: sixth-step;
  bottom: -1px;
  left: 3px;
}

#sixth-step > .info__element--number {
  background: center/contain no-repeat url("./assets/blob_3-6.svg");
  width: 194px;
  height: 188px;
  right: 6px;
  opacity: 0;
  -webkit-animation: 0.5s 6s forwards element-appears;
  animation: 0.5s 6s forwards element-appears;
}

#sixth-step > .info__element--number > span {
  position: relative;
  right: 5px;
  bottom: 7px;
}

#sixth-step .info__element--caption {
  width: 65%;
  position: relative;
  right: 9px;
  bottom: 21px;
  opacity: 0;
  -webkit-animation: 0.5s 6s forwards element-appears;
  animation: 0.5s 6s forwards element-appears;
}

.bottom {
  height: 405px;
  background: left bottom / 710px 395px no-repeat url("./assets/persons_2.jpg");
  margin-left: -130px;
  margin-right: 347px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bottom__caption--container {
  width: 574px;
  margin-top: 59px;
}

.bottom__caption--container p:first-child {
  margin-bottom: 22px;
}

.bottom__caption--container p:nth-child(2) {
  width: 93%;
  margin-bottom: 39px;
}

.bottom__caption--container p:nth-child(3) {
  margin-bottom: 9px;
}

@media screen and (max-width: 160rem) and (min-width: 140rem) {
  .header__container {
    margin: 0 26%;
  }

  .main {
    padding-left: 26%;
    padding-right: 20%;
  }

  .ads {
    margin-right: 3%;
  }

  .info {
    padding-right: 21%;
  }

  .footer__container {
    margin-left: 26%;
    margin-right: 34%;
  }

  .bottom {
    margin-right: 12%;
  }
}

@media screen and (max-width: 86rem) {
  .header__container {
    margin-left: 7rem;
  }

  .main {
    padding-left: 7rem;
  }

  .ads {
    margin-right: 5rem;
  }

  .info {
    padding-right: 13rem;
    padding-left: 5rem;
  }

  .bottom {
    margin-right: 5rem;
    margin-left: 0;
  }

  .footer__container {
    margin-left: 3rem;
    margin-right: 5rem;
  }
}

@media screen and (max-width: 80rem) {
  .header__container {
    margin: 0 410px 0 60px;
  }

  .header__menu {
    min-width: 300px;
  }

  .header__menu-item:last-child {
    margin-right: 0;
  }

  .main {
    padding-left: 60px;
    margin-bottom: 5px;
  }

  .ads {
    /* background-size: 820px 338px;
    background-position-y: 171px; */
    margin-right: 63px;
    bottom: 76px;
  }

  .ads__title-container {
    padding-top: 125px;
    margin-bottom: 54px;
  }

  .ads__text-container {
    margin-bottom: 10px;
  }

  .ads__images-container {
    width: 10%;
  }

  .ads__images-container img:first-child {
    width: 582px;
    height: 298px;
    right: 74%;
  }

  .ads__images-container img:last-child {
    width: 816px;
    height: 363px;
    top: 27%;
  }

  .info {
    margin-top: -109px;
    padding-left: 99px;
    padding-right: 89px;
    margin-bottom: 20px;
  }

  .info .title-font {
    font-size: 36px;
    line-height: 43px;
  }

  .info__title-container {
    width: 93%;
    margin-bottom: 17px;
  }

  .info__main-container {
    -webkit-column-gap: 150px;
    -moz-column-gap: 150px;
    column-gap: 150px;
  }

  .info__element--caption {
    font-size: 20px;
    line-height: 24px;
  }

  #first-step {
    right: 0px;
  }

  #first-step > .info__element--number > span {
    right: 4px;
    top: 0px;
  }

  #first-step .info__element--caption {
    width: 74%;
  }

  #first-step .info__element--arrow {
    left: 205px;
    bottom: 113px;
  }

  #second-step {
    top: 11px;
    left: -5px;
  }

  #second-step .info__element--number > span {
    right: 2px;
    bottom: 1px;
  }

  #second-step .info__element--arrow {
    left: 174px;
    bottom: 116px;
  }

  #second-step .info__element--caption {
    width: 93%;
  }

  #third-step {
    right: 39px;
  }

  #third-step .info__element--number {
    top: 2px;
    left: 1px;
  }

  #third-step .info__element--number > span {
    bottom: 4px;
    right: 2px;
  }

  #third-step .info__element--arrow {
    left: 186px;
    top: 105px;
  }

  #third-step .info__element--caption {
    width: 56%;
  }

  #sixth-step {
    left: 8px;
    bottom: 1px;
  }

  #sixth-step > .info__element--number {
    bottom: 2px;
    right: 2px;
  }

  #sixth-step > .info__element--number > span {
    bottom: 4px;
    right: 8px;
  }

  #fifth-step {
    right: 11px;
    bottom: 8px;
  }

  #fifth-step > .info__element--number {
    margin-bottom: 20px;
  }

  #fifth-step > .info__element--number > span {
    right: 1px;
  }

  #fifth-step > .info__element--arrow {
    right: 181px;
    bottom: 124px;
  }

  #fourth-step {
    right: 35px;
    top: 5px;
  }

  #fourth-step .info__element--caption {
    width: 79%;
  }

  #fourth-step > .info__element--arrow {
    right: 198px;
    bottom: 126px;
  }

  .bottom {
    height: 331px;
    background-size: 580px 323px;
    margin-left: -20px;
    margin-right: 82px;
  }

  .bottom .text-font {
    font-size: 16px;
    line-height: 19px;
  }

  .bottom__caption--container {
    margin-top: 46px;
    padding-right: 10px;
    width: 538px;
  }

  .bottom__caption--container p:first-child {
    margin-bottom: 19px;
  }

  .bottom__caption--container p:nth-child(2) {
    width: 89%;
    margin-bottom: 32px;
  }

  .bottom__caption--container p:nth-child(3) {
    margin-bottom: 13px;
  }

  .footer__container {
    padding-top: 45px;
    margin-left: 60px;
    margin-right: 270px;
  }

  .resort-data > div:first-child {
    margin-bottom: 22px;
  }
}

@media screen and (max-width: 64rem) {
  .header__container {
    margin-right: 9rem;
  }

  .ads {
    margin-right: 1.5rem;
  }

  .ads__images-container img:first-child {
    width: 28rem;
  }

  .ads__images-container img:last-child {
    width: 38rem;
  }

  .info {
    padding-left: 2rem;
    margin-top: -9rem;
  }

  #first-step .info__element--caption {
    width: 100%;
  }

  #first-step .info__element--arrow {
    left: 173px;
    width: 164px;
  }

  #second-step .info__element--arrow {
    left: 141px;
    width: 147px;
  }

  #third-step .info__element--arrow {
    left: 149px;
    height: 212px;
    top: 113px;
  }

  #fourth-step {
    right: 20px;
  }

  #fourth-step > .info__element--arrow {
    right: 159px;
    width: 175px;
  }

  #fifth-step > .info__element--caption {
    width: 119%;
  }

  #fifth-step > .info__element--arrow {
    right: 133px;
    width: 168px;
  }

  #sixth-step .info__element--caption {
    width: 72%;
  }

  .bottom {
    margin-right: 1rem;
  }

  .footer__container {
    margin-right: 12rem;
  }
}

@media screen and (max-width: 60rem) {
  .title-font {
    font-size: 40px;
    line-height: 48px;
  }

  .text-font {
    font-size: 16px;
    line-height: 19px;
  }

  .header__container {
    margin: 0 140px 0 25px;
  }

  .header__elements > a {
    margin-right: 88px;
  }

  .main {
    padding-left: 25px;
    margin-bottom: -10px;
  }

  .ads {
    bottom: 124px;
    background-size: 594px 245px;
    background-position-y: 205px;
    margin-right: 13px;
  }

  .ads__title-container {
    max-width: 345px;
    padding-top: 173px;
    margin-bottom: 37px;
  }

  .ads__text-container {
    margin-bottom: 13px;
  }

  @-webkit-keyframes icons-for-ads-animate-60rem {
    from {
      top: 40%;
    }
    to {
      top: 13%;
    }
  }

  @keyframes icons-for-ads-animate-60rem {
    from {
      top: 40%;
    }
    to {
      top: 13%;
    }
  }

  .ads__images-container img:first-child {
    width: 410px;
    top: 40%;
    -webkit-animation: 0.5s linear forwards adds-img-animation-appear,
      0.5s linear forwards icons-for-ads-animate-60rem;
    animation: 0.5s linear forwards adds-img-animation-appear,
      0.5s linear forwards icons-for-ads-animate-60rem;
  }

  .ads__images-container img:last-child {
    width: 594px;
    top: 25%;
  }

  .info {
    margin-top: -223px;
    padding-left: 32px;
    padding-right: 49px;
  }

  .info__title-container {
    width: 99%;
    margin-bottom: 8px;
  }

  .info .title-font {
    font-size: 32px;
    line-height: 38px;
  }

  .info__main-container {
    gap: 0 128px;
  }

  .info__element--number {
    font-size: 35px;
    line-height: 42px;
  }

  .info__element--number > span {
    width: 50px;
  }

  .info__element--caption {
    font-size: 16px;
    line-height: 19px;
  }

  #first-step {
    right: 0px;
    left: 1px;
  }

  #first-step > .info__element--number {
    width: 127px;
    margin-bottom: 24px;
    top: 16px;
    left: -10px;
  }

  #first-step > .info__element--number > span {
    right: 1px;
  }

  #first-step > .info__element--arrow {
    width: 195px;
    left: 159px;
    bottom: 92px;
  }

  #first-step > .info__element--caption {
    width: 80%;
  }

  #second-step {
    top: -5px;
    left: -5px;
  }

  #second-step > .info__element--number {
    width: 131px;
    bottom: 0;
    top: 9px;
  }

  #second-step > .info__element--number > span {
    bottom: -1px;
  }

  #second-step > .info__element--arrow {
    left: 145px;
    bottom: 81px;
    width: 181px;
  }

  #third-step {
    right: 23px;
    bottom: 17px;
  }

  #third-step > .info__element--number {
    top: 13px;
    left: 3px;
    width: 170px;
  }

  #third-step > .info__element--number > span {
    bottom: 2px;
    right: 1px;
  }

  #third-step > .info__element--arrow {
    height: 181px;
    width: 90px;
    left: 154px;
    top: 115px;
  }

  #third-step .info__element--caption {
    width: 54%;
  }

  #sixth-step {
    left: 6px;
    bottom: 29px;
  }

  #sixth-step > .info__element--number {
    right: 10px;
    bottom: -9px;
    width: 166px;
  }

  #sixth-step > .info__element--number > span {
    right: 5px;
    bottom: 6px;
  }

  #fifth-step {
    bottom: 35px;
    right: 8px;
  }

  #fifth-step > .info__element--number {
    width: 128px;
    top: 11px;
    left: 1px;
  }

  #fifth-step > .info__element--number > span {
    right: 2px;
  }

  #fifth-step > .info__element--arrow {
    right: 151px;
    bottom: 97px;
    width: 183px;
  }

  #fifth-step > .info__element--caption {
    width: 106%;
  }

  #fourth-step {
    right: 20px;
    top: -24px;
  }

  #fourth-step > .info__element--number {
    width: 131px;
    bottom: -10px;
  }

  #fourth-step > .info__element--number > span {
    bottom: 1px;
  }

  #fourth-step > .info__element--arrow {
    right: 160px;
    top: 34px;
    width: 196px;
  }

  #fourth-step .info__element--caption {
    width: 75%;
  }

  .bottom {
    background-size: 465px 257px;
    margin-right: 1px;
    margin-top: -57px;
    margin-left: 0;
  }

  .bottom .text-font {
    font-size: 16px;
    line-height: 19px;
  }

  .bottom__caption--container {
    width: 437px;
    padding-right: 22px;
  }

  .bottom__caption--container p:first-child {
    margin-bottom: 19px;
  }

  .bottom__caption--container p:nth-child(2) {
    margin-bottom: 27px;
  }

  .bottom__caption--container p:nth-child(3) {
    margin-bottom: 10px;
  }

  .bottom .links-container {
    right: 7px;
  }

  .footer__container {
    padding-top: 50px;
    margin-left: 25px;
    margin-right: 121px;
  }

  .addresses {
    margin-right: 20px;
  }
}

@media screen and (max-width: 40rem) {
  .title-font {
    font-size: 32px;
    line-height: 38px;
  }

  .header__container {
    margin-left: 10px;
    margin-right: 0;
    padding-top: 20px;
  }

  .header__elements > a {
    margin-right: 50px;
  }

  .header__elements > a > img {
    width: 204px;
    height: 61px;
  }

  .header__menu {
    margin-top: 15px;
    font-size: 14px;
    line-height: 17px;
  }

  .header__menu-item {
    margin-right: 34px;
  }

  .main {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ads {
    height: 527px;
    /* background-size: 620px 256px;
    background-position-x: center;
    background-position-y: bottom; */
    bottom: 0;
    margin-right: 0;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ads__title-container {
    padding-top: 21px;
    max-width: 99%;
    margin-bottom: 16px;
  }

  .ads__text-container {
    max-width: 100%;
    margin-bottom: 12px;
  }

  .ads__text-container .text-font {
    font-size: 14px;
    line-height: 17px;
  }

  @-webkit-keyframes icons-for-ads-animate-40rem {
    from {
      top: -50%;
    }
    to {
      top: -92%;
    }
  }

  @keyframes icons-for-ads-animate-40rem {
    from {
      top: -50%;
    }
    to {
      top: -92%;
    }
  }

  .ads__images-container {
    width: 100%;
    height: 200px;
  }

  .ads__images-container img:first-child {
    width: 425px;
    right: 13%;
    top: -70%;
    -webkit-animation: 0.4s linear forwards adds-img-animation-appear,
      0.4s linear forwards icons-for-ads-animate-40rem;
    animation: 0.4s linear forwards adds-img-animation-appear,
      0.4s linear forwards icons-for-ads-animate-40rem;
  }

  .ads__images-container img:last-child {
    width: 617px;
    height: 256px;
    top: -28%;
  }

  .info {
    margin-top: 31px;
    padding-left: 7px;
    padding-right: 0;
  }

  .info .title-font {
    font-size: 28px;
    line-height: 36px;
  }

  .info__title-container {
    width: 98%;
    margin-bottom: 36px;
  }

  .info__main-container {
    gap: 0 20px;
  }

  .info__element {
    width: 150px;
    height: 168px;
  }

  .info__element--caption {
    font-size: 12px;
    line-height: 14px;
  }

  .info__element--number > span {
    font-size: 25px;
    line-height: 30px;
    width: 35px;
  }

  #first-step {
    top: -41px;
  }

  #first-step > .info__element--number {
    top: 22px;
    left: -8px;
    margin-bottom: 11px;
    width: 89px;
  }

  #first-step > .info__element--number > span {
    top: 1px;
  }

  #first-step > .info__element--arrow {
    left: 113px;
    bottom: 41px;
    width: 139px;
  }

  #first-step > .info__element--caption {
    width: 94%;
  }

  #second-step {
    top: -42px;
    left: 13px;
  }

  #second-step > .info__element--number {
    top: 23px;
    margin-bottom: 11px;
    left: 1px;
    width: 92px;
  }

  #second-step > .info__element--number > span {
    bottom: 0;
  }

  #second-step > .info__element--arrow {
    left: 117px;
    bottom: 38px;
    width: 126px;
  }

  #second-step .info__element--caption {
    width: 81%;
  }

  #third-step {
    right: 0;
    left: 16px;
    bottom: 39px;
  }

  #third-step > .info__element--number {
    top: 9px;
    left: 6px;
    width: 122px;
  }

  #third-step > .info__element--number > span {
    bottom: 4px;
    right: 3px;
  }

  #third-step .info__element--caption {
    width: 56%;
  }

  #third-step .info__element--arrow {
    height: 181px;
    width: 37px;
    left: 125px;
    top: 58px;
  }

  #fourth-step {
    right: -20px;
    top: -62px;
  }

  #fourth-step > .info__element--number {
    width: 93px;
    bottom: -24px;
  }

  #fourth-step > .info__element--number > span {
    bottom: -2px;
  }

  #fourth-step > .info__element--arrow {
    right: 113px;
    top: 19px;
    width: 138px;
  }

  #fifth-step {
    bottom: 75px;
    right: -10px;
  }

  #fifth-step > .info__element--number {
    width: 91px;
    top: 32px;
    left: 3px;
  }

  #fifth-step > .info__element--arrow {
    right: 117px;
    bottom: 35px;
    width: 133px;
  }

  #fifth-step > .info__element--caption {
    width: 72%;
  }

  #sixth-step {
    left: 1px;
    bottom: 41px;
  }

  #sixth-step > .info__element--number {
    right: 4px;
    bottom: 5px;
    width: 119px;
  }

  #sixth-step > .info__element--number > span {
    right: 6px;
    bottom: 0;
  }

  .bottom {
    height: 264px;
    margin-left: -4px;
    margin-right: 3px;
  }

  .bottom .text-font {
    font-size: 12px;
    line-height: 127.3%;
  }

  .bottom__caption--container {
    margin-top: 39px;
    padding-right: 7px;
    width: 273px;
  }

  .bottom__caption--container p:first-child {
    margin-bottom: 15px;
  }

  .bottom__caption--container p:nth-child(2) {
    margin-bottom: 19px;
    width: 100%;
  }

  .bottom__caption--container p:nth-child(2) > span {
    display: inline;
  }

  .bottom__caption--container p:nth-child(3) {
    margin-bottom: 4px;
  }

  .bottom .links-container {
    right: 39px;
  }

  .bottom .links-container a img {
    width: 96px;
    height: 29px;
    border-radius: 5px;
  }

  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 39px;
    margin-right: 27px;
    text-align: center;
  }

  .footer .resort-data div a img {
    width: 327px;
    height: 98px;
  }

  .resort-data div:first-child {
    margin-bottom: 17px;
  }

  .resort-data div:nth-child(2) {
    font-size: 20px;
    line-height: 24px;
  }

  .resort-data div:nth-child(3) {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .addresses {
    font-size: 14px;
    line-height: 17px;
    margin-right: 0;
  }

  .addresses p:first-child {
    display: block;
    -webkit-margin-after: 0;
    margin-block-end: 0;
  }

  .addresses p:nth-child(2) {
    -webkit-margin-after: 17px;
    margin-block-end: 17px;
  }

  .addresses p:nth-child(2) > span {
    display: inline;
  }

  .addresses p:nth-child(3) {
    width: 84%;
    margin-left: 37px;
    margin-bottom: 17px;
  }
}

@media screen and (max-width: 30rem) {
  .header__elements > a {
    margin-right: 20px;
  }

  .header__elements > a > img {
    width: 140px;
    height: 42px;
  }

  .header__menu {
    margin-top: 10px;
    font-size: 12px;
    line-height: 14px;
  }

  .header__menu-item {
    margin-right: 23px;
  }

  .title-font {
    font-size: 26px;
    line-height: 31px;
  }

  .text-font {
    font-size: 14px;
    line-height: 17px;
  }

  @-webkit-keyframes icons-for-ads-animate-40rem {
    from {
      top: -35%;
    }
    to {
      top: -60%;
    }
  }

  @keyframes icons-for-ads-animate-40rem {
    from {
      top: -35%;
    }
    to {
      top: -60%;
    }
  }

  .ads {
    /* background-size: 460px 188px; */
    height: 416px;
  }

  .ads__title-container {
    padding-top: 14px;
  }

  .ads__images-container img:first-child {
    width: 317px;
    right: 11%;
    top: -40%;
  }

  .ads__images-container img:last-child {
    width: 460px;
    height: 217px;
    top: -2%;
  }

  .info {
    margin-top: 25px;
  }

  .info .title-font {
    font-size: 24px;
    line-height: 29px;
  }

  .info__title-container {
    margin-bottom: 33px;
  }

  .info__main-container {
    gap: 0 39px;
    grid-template-areas:
      "first-step second-step"
      "third-step fourth-step"
      "fifth-step sixth-step";
  }

  .info__element {
    width: 140px;
    height: 165px;
  }

  .info__element--number {
    font-size: 25px;
    line-height: 30px;
  }

  .info__element--caption {
    font-size: 14px;
    line-height: 17px;
  }

  #first-step {
    top: -31px;
    left: 38px;
  }

  #first-step > .info__element--number {
    width: 88px;
    top: 16px;
    -webkit-animation: 0.6s 1s forwards element-appears;
    animation: 0.6s 1s forwards element-appears;
  }

  #first-step > .info__element--number > span {
    top: -1px;
  }

  #first-step > .info__element--arrow {
    left: 107px;
    bottom: 50px;
    -webkit-animation: 0.6s 1s forwards element-appears;
    animation: 0.6s 1s forwards element-appears;
  }

  #first-step > .info__element--caption {
    width: 95%;
    -webkit-animation: 0.6s 1s forwards element-appears;
    animation: 0.6s 1s forwards element-appears;
  }

  #second-step {
    top: -32px;
  }

  #second-step > .info__element--number {
    top: 15px;
    left: 7px;
    -webkit-animation: 0.6s 1s forwards element-appears;
    animation: 0.6s 1s forwards element-appears;
  }

  #second-step > .info__element--number > span {
    bottom: -3px;
    right: 0px;
  }

  #second-step > .info__element--arrow {
    left: -72%;
    bottom: -70%;
    -webkit-animation: 0.6s 1.6s forwards element-appears;
    animation: 0.6s 1.6s forwards element-appears;
  }

  #second-step .info__element--caption {
    width: 86%;
    -webkit-animation: 0.6s 1s forwards element-appears;
    animation: 0.6s 1s forwards element-appears;
  }

  #third-step {
    left: 22px;
    bottom: 33px;
  }

  #third-step > .info__element--number {
    top: 5px;
    left: 9px;
    width: 119px;
    -webkit-animation: 0.6s 1.6s forwards element-appears;
    animation: 0.6s 1.6s forwards element-appears;
  }

  #third-step > .info__element--number > span {
    bottom: 5px;
  }

  #third-step .info__element--caption {
    width: 61%;
    -webkit-animation: 0.6s 1.6s forwards element-appears;
    animation: 0.6s 1.6s forwards element-appears;
  }

  #third-step .info__element--arrow {
    display: none;
  }

  #fourth-step {
    top: -42px;
  }

  #fourth-step > .info__element--number {
    bottom: -18px;
    -webkit-animation: 0.6s 1.6s forwards element-appears;
    animation: 0.6s 1.6s forwards element-appears;
  }

  #fourth-step > .info__element--arrow {
    display: none;
  }

  #fourth-step > .info__element--caption {
    -webkit-animation: 0.6s 1.6s forwards element-appears;
    animation: 0.6s 1.6s forwards element-appears;
  }

  #fifth-step {
    bottom: 71px;
    right: -34px;
  }

  #fifth-step > .info__element--number {
    top: 25px;
    left: -5px;
    -webkit-animation: 0.6s 2.1s forwards element-appears;
    animation: 0.6s 2.1s forwards element-appears;
  }

  #fifth-step > .info__element--arrow {
    right: -79%;
    bottom: 39px;
    -webkit-transform: rotateY(0.5turn);
    transform: rotateY(0.5turn);
    -webkit-animation: 0.6s 2.1s forwards element-appears;
    animation: 0.6s 2.1s forwards element-appears;
  }

  #fifth-step > .info__element--caption {
    width: 91%;
    -webkit-animation: 0.6s 2.1s forwards element-appears;
    animation: 0.6s 2.1s forwards element-appears;
  }

  #sixth-step {
    left: 23px;
    bottom: 32px;
  }

  #sixth-step > .info__element--number {
    right: 1px;
    bottom: 9px;
    -webkit-animation: 0.6s 2.1s forwards element-appears;
    animation: 0.6s 2.1s forwards element-appears;
  }

  #sixth-step > .info__element--number > span {
    right: 2px;
    bottom: 3px;
  }

  #sixth-step .info__element--caption {
    width: 68%;
    -webkit-animation: 0.6s 2.1s forwards element-appears;
    animation: 0.6s 2.1s forwards element-appears;
  }

  .bottom {
    background-position-y: top;
    background-size: 460px 256px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: 0;
    margin-right: 0;
    margin-top: -59px;
    height: 499px;
  }

  .bottom .links-container a img {
    width: auto;
    height: auto;
  }

  .bottom .text-font {
    font-size: 14px;
    line-height: 127.3%;
    margin-bottom: 30px;
  }

  .bottom__caption--container {
    width: 100%;
    text-align: center;
    padding-right: 0;
    margin-bottom: 38px;
  }

  .bottom__caption--container p:first-child {
    width: 93%;
    margin-left: 16px;
    margin-bottom: 21px;
  }

  .bottom__caption--container p:nth-child(2) {
    margin-left: 23px;
    margin-bottom: 27px;
    width: 90%;
  }

  .addresses p:nth-child(3) {
    width: 90%;
    margin-left: 22px;
  }

  .footer__container {
    padding-top: 41px;
  }

  #first-step {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #second-step {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #third-step {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #fourth-step {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #fifth-step {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }

  #sixth-step {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
}

@media screen and (max-width: 20rem) {
  .title-font {
    font-size: 18px;
    line-height: 22px;
  }

  .text-font {
    font-size: 12px;
    line-height: 14px;
  }

  .header__container {
    padding-top: 13px;
    margin-left: 14px;
  }

  .header__elements > a > img {
    width: 80px;
    height: 24px;
  }

  .header__menu {
    font-size: 8px;
    line-height: 10px;
    min-width: 213px;
    margin-top: 3px;
  }

  .header__menu-item {
    margin-right: 12px;
  }

  .ads {
    /* background-size: 292px 121px; */
    height: 286px;
  }

  .ads__title-container {
    padding-top: 9px;
    max-width: 100%;
    text-align: center;
    margin-bottom: 13px;
  }

  .ads__text-container {
    margin-bottom: 6px;
  }

  .ads__text-container .text-font {
    font-size: 12px;
    line-height: 14px;
  }

  .ads .links-container a img {
    width: 97px;
    height: 28px;
  }

  @-webkit-keyframes icons-for-ads-animate-40rem {
    from {
      top: -10%;
    }
    to {
      top: -37%;
    }
  }

  @keyframes icons-for-ads-animate-40rem {
    from {
      top: -10%;
    }
    to {
      top: -37%;
    }
  }

  .ads__images-container img:first-child {
    width: 212px;
  }

  .ads__images-container img:last-child {
    width: 298px;
    top: 11%;
  }

  .info {
    margin-top: 20px;
  }

  .info .title-font {
    font-size: 16px;
    line-height: 19px;
  }

  .info__main-container {
    gap: 0 0;
    -ms-grid-rows: auto 0 auto 0 85px;
    grid-template-rows: auto auto 85px;
  }

  .info__title-container {
    margin-bottom: 0;
  }

  .info__element {
    width: 100%;
    height: 143px;
  }

  .info__element--number > span {
    font-size: 18px;
    line-height: 22px;
  }

  .info__element--caption {
    font-size: 12px;
    line-height: 14px;
  }

  .info__element--number > span {
    border-width: 2px;
    width: 27px;
  }

  #first-step {
    top: -18px;
    left: -19px;
  }

  #first-step > .info__element--number {
    width: 69px;
    height: 88px;
    top: 19px;
    left: -1px;
  }

  #first-step > .info__element--number > span {
    top: 0px;
    right: 2px;
  }

  #first-step > .info__element--arrow {
    width: 105px;
    bottom: 31px;
  }

  #first-step > .info__element--caption {
    width: 83%;
  }

  #second-step {
    top: -20px;
    left: 6px;
  }

  #second-step > .info__element--number {
    top: 21px;
    left: 2px;
    width: 69px;
  }

  #second-step > .info__element--arrow {
    left: -42%;
    bottom: -68%;
    width: 102px;
  }

  #second-step > .info__element--number > span {
    bottom: 0px;
    right: 0px;
  }

  #second-step .info__element--caption {
    width: 84%;
  }

  #third-step {
    left: -31px;
    bottom: 36px;
  }

  #third-step > .info__element--number {
    width: 91px;
    top: 6px;
    left: 10px;
  }

  #third-step > .info__element--number > span {
    right: 0px;
  }

  #third-step .info__element--caption {
    width: 57%;
  }

  #fourth-step {
    top: -47px;
    right: -13px;
  }

  #fourth-step > .info__element--number {
    top: 24px;
    width: 70px;
  }

  #fifth-step {
    bottom: 86px;
    right: 20px;
  }

  #fifth-step > .info__element--number {
    width: 72px;
    top: 29px;
    left: 2px;
  }

  #fifth-step > .info__element--arrow {
    width: 105px;
    right: -45%;
    bottom: 23px;
  }

  #sixth-step {
    left: 18px;
    bottom: 52px;
  }

  #sixth-step > .info__element--number {
    width: 87px;
    right: 6px;
    bottom: 4px;
  }

  .bottom {
    background-size: 292px 163px;
    margin-top: -22px;
    margin-left: 4px;
    height: 379px;
  }

  .bottom .text-font {
    font-size: 12px;
    line-height: 127.3%;
    margin-bottom: 17px;
  }

  .bottom__caption--container p:first-child {
    margin-left: 8px;
    margin-bottom: 15px;
  }

  .bottom__caption--container p:nth-child(2) {
    margin-left: 13px;
    margin-bottom: 21px;
  }

  .bottom__caption--container p:nth-child(3) {
    margin-bottom: 8px;
  }

  .bottom .links-container a img {
    width: 97px;
    height: 28px;
  }

  .footer__container {
    padding-top: 27px;
  }

  .addresses {
    font-size: 12px;
    line-height: 14px;
  }

  .resort-data div:first-child {
    margin-bottom: 14px;
  }

  .resort-data div:nth-child(2) {
    font-size: 14px;
    line-height: 17px;
  }

  .resort-data div:nth-child(3) {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 18px;
  }

  .addresses p:nth-child(2) {
    -webkit-margin-after: 14px;
    margin-block-end: 14px;
  }

  .addresses p:nth-child(3) {
    width: 102%;
    margin-left: -2px;
  }

  .footer .resort-data div a img {
    width: 194px;
    height: 57px;
  }
}
