@import url("https://fonts.googleapis.com/css?family=Playfair+Display+SC&display=swap&subset=cyrillic");
@import url("https://fonts.googleapis.com/css?family=Rubik:400,500,700&display=swap&subset=cyrillic");
html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-family: 'Playfair Display SC', serif;
  font-family: 'Rubik', sans-serif;
}

.wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 100%;
}

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

.section {
  height: 100vh;
}

.container {
  margin: 0 auto;
  max-width: 1200px;
  width: 95vw;
  height: 100%;
}

ul {
  -webkit-padding-start: rem(0px);
          padding-inline-start: rem(0px);
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

li {
  list-style-type: none;
}

h2 {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

img {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #fff;
}

p {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

input {
  text-decoration: none;
  border-width: 0px;
  width: inherit;
  outline: 0;
  outline-offset: 0;
}

textarea {
  outline: 0;
  outline-offset: 0;
}

button {
  border: none;
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

span {
  display: initial;
}

@font-face {
  font-family: Hagin Caps Medium;
  src: url(../fonts/HaginCapsMedium.ttf);
}

@font-face {
  font-family: Elowen;
  src: url(../fonts/KatsiaJazwinskaElowen.otf);
}

.general {
  background: url("./../img/bg_header.png") no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}

.general__content {
  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;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80%;
}

.general__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Hagin Caps Medium;
  font-weight: 500;
  font-size: 47px;
  line-height: 60px;
  color: #fff;
  margin-top: 15%;
  margin-bottom: 4%;
  width: 80%;
}

@media screen and (max-width: 768px) {
  .general__title {
    width: 100%;
    font-size: 40px;
    margin-top: 27%;
  }
}

@media screen and (max-width: 650px) {
  .general__title {
    font-size: 38px;
    margin-bottom: 15%;
  }
}

@media screen and (max-width: 480px) {
  .general__title {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 11%;
    margin-top: 51%;
  }
}

.general__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 34px;
  color: #fff;
  width: 80%;
}

@media screen and (max-width: 768px) {
  .general__text {
    width: 100%;
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  .general__text {
    line-height: 24px;
    font-size: 17px;
  }
}

.general__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  opacity: 0.8;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-left: transparent;
  border-top: transparent;
}

.general__caption {
  font-family: Hagin Caps Medium;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  opacity: 0.8;
  white-space: nowrap;
  position: absolute;
  top: 100%;
  left: -80%;
}

.header {
  margin: 0 auto;
  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;
  width: 100%;
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Playfair Display SC;
  font-weight: normal;
  font-size: 27px;
  line-height: 50px;
  color: #FFFFFF;
  margin-top: 2%;
  margin-bottom: 1%;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 480px) {
  .header__logo {
    font-size: 24px;
  }
}

.header__logo:before {
  content: "\2764";
  position: absolute;
  font-size: 8px;
  right: 186px;
  top: -11px;
  color: #F78E84;
}

@media screen and (max-width: 480px) {
  .header__logo:before {
    top: -10px;
    right: 165px;
    font-size: 7px;
  }
}

.header__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.header__block_logo {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  font-family: Hagin Caps Medium;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  color: #FFFFFF;
  width: 100%;
}

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

.header__list_active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  width: 100%;
  background: url("./../img/bg_header.png") no-repeat;
  position: fixed;
  -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-size: 30px;
}

.header__list_active .header__item {
  margin-bottom: 5vh;
  opacity: 0.9;
}

.header__item {
  display: inline-block;
  opacity: 0.7;
}

.header__item:hover {
  opacity: 1;
}

.invite {
  margin-bottom: 7%;
}

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

.invite__img {
  max-width: 40%;
}

@media screen and (max-width: 650px) {
  .invite__img {
    max-width: 80%;
  }
}

@media screen and (max-width: 480px) {
  .invite__img {
    max-width: 90%;
  }
}

@media screen and (max-width: 650px) {
  .invite__part {
    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;
  }
}

.invite__zone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 60%;
  padding-left: 4vw;
  margin-top: 2%;
}

@media screen and (max-width: 768px) {
  .invite__zone {
    padding-left: 1vw;
  }
}

@media screen and (max-width: 650px) {
  .invite__zone {
    width: 90%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 480px) {
  .invite__zone {
    width: 100%;
  }
}

.invite__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Hagin Caps Medium;
  font-weight: 500;
  font-size: 55px;
  line-height: 50px;
  color: #222222;
  padding-bottom: 4%;
}

@media screen and (max-width: 768px) {
  .invite__block {
    font-size: 45px;
  }
}

@media screen and (max-width: 480px) {
  .invite__block {
    -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;
    font-size: 38px;
    line-height: 45px;
  }
}

.invite__name {
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.84%, #F6A6A6), color-stop(83.12%, #EFBC8E));
  background: linear-gradient(90deg, #F6A6A6 -0.84%, #EFBC8E 83.12%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.invite__text {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #444444;
  padding-bottom: 4%;
}

@media screen and (max-width: 480px) {
  .invite__text {
    text-align: center;
    line-height: 28px;
  }
}

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

@media screen and (max-width: 480px) {
  .invite__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.invite__input {
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.84%, #F6A6A6), color-stop(83.12%, #EFBC8E));
  background: linear-gradient(90deg, #F6A6A6 -0.84%, #EFBC8E 83.12%);
  width: 200px;
  height: 55px;
  border-radius: 36px;
  color: #fff;
  text-transform: uppercase;
  font-family: Rubik;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.1em;
  cursor: pointer;
}

.invite__input_no {
  background: -webkit-gradient(linear, left top, right top, from(#aabd97d4), to(#c8d47fd4));
  background: linear-gradient(90deg, #aabd97d4, #c8d47fd4);
  margin-left: 50px;
}

@media screen and (max-width: 768px) {
  .invite__input_no {
    margin-left: 25px;
  }
}

@media screen and (max-width: 480px) {
  .invite__input_no {
    margin-left: 0;
    margin-top: 8px;
  }
}

.location {
  background: url(../img/lake.png) no-repeat;
  background-position: right;
  background-size: contain;
  height: 100%;
  padding-bottom: 10vh;
}

@media screen and (max-width: 650px) {
  .location {
    background-position: right top;
    background-size: 65%;
    padding-top: 20vh;
    padding-bottom: 3vh;
  }
}

@media screen and (max-width: 480px) {
  .location {
    background-size: 80%;
    padding-top: 66%;
  }
}

.location__content {
  width: 50%;
  padding-bottom: 3vh;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  padding-right: 2vw;
}

@media screen and (max-width: 768px) {
  .location__content {
    width: 60%;
  }
}

@media screen and (max-width: 650px) {
  .location__content {
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
  }
}

.location__preview {
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.84%, #F6A6A6), color-stop(83.12%, #EFBC8E));
  background: linear-gradient(90deg, #F6A6A6 -0.84%, #EFBC8E 83.12%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.8;
  font-family: Elowen;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 60px;
  margin-bottom: 1vh;
}

@media screen and (max-width: 480px) {
  .location__preview {
    font-size: 28px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 650px) {
  .location__preview {
    padding-right: 10px;
    background-color: rgba(255, 255, 255, 0.4);
  }
}

.location__title {
  font-family: Hagin Caps Medium;
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
  line-height: 60px;
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 3vh;
}

@media screen and (max-width: 768px) {
  .location__title {
    font-size: 46px;
  }
}

@media screen and (max-width: 650px) {
  .location__title {
    font-size: 42px;
    line-height: 55px;
  }
}

@media screen and (max-width: 480px) {
  .location__title {
    font-size: 35px;
    line-height: 47px;
  }
}

.location__title_green {
  color: #9DAE7D;
}

@media screen and (max-width: 650px) {
  .location__title {
    margin-bottom: 0;
    padding-bottom: 3vh;
  }
}

@media screen and (max-width: 650px) {
  .location__title {
    background-color: rgba(255, 255, 255, 0.4);
    width: 82%;
    padding-right: 1vh;
  }
}

@media screen and (max-width: 480px) {
  .location__title {
    width: 100%;
  }
}

.location__text {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #3D3D3D;
  margin-bottom: 6vh;
}

@media screen and (max-width: 650px) {
  .location__text {
    margin-bottom: 3vh;
  }
}

@media screen and (max-width: 480px) {
  .location__text {
    line-height: 28px;
  }
}

.location__info {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #666666;
  margin-bottom: 4vh;
}

@media screen and (max-width: 650px) {
  .location__info {
    text-align: center;
  }
}

.location__input {
  padding-top: 3%;
  padding-left: 6%;
  display: block;
}

@media screen and (max-width: 768px) {
  .location__input {
    padding-top: 4%;
    padding-left: 7%;
  }
}

@media screen and (max-width: 650px) {
  .location__input {
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (max-width: 480px) {
  .location__input {
    padding-top: 5%;
    padding-left: 9%;
  }
}

.dress {
  height: 100%;
  margin-bottom: 5vh;
}

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

@media screen and (max-width: 650px) {
  .dress__content {
    -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;
  }
}

.dress__left {
  width: 50%;
  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;
  margin-top: 8vh;
}

@media screen and (max-width: 650px) {
  .dress__left {
    display: none;
  }
}

.dress__left_mobile {
  display: none;
}

@media screen and (max-width: 650px) {
  .dress__left_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
  }
}

.dress__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
}

.dress__part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
}

.dress__list {
  margin-bottom: 5vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dress__pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 11px;
}

.dress__pic_img {
  border-radius: 16px;
}

.dress__control {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px 2px #D5CFC6;
          box-shadow: 0 0 5px 2px #D5CFC6;
  position: absolute;
  color: #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
}

@media screen and (max-width: 768px) {
  .dress__control {
    width: 35px;
    height: 35px;
  }
}

.dress__control_prev {
  left: -20px;
}

.dress__control_next {
  right: -10px;
}

.dress__color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-bottom: 3vh;
  width: 80%;
}

@media screen and (max-width: 480px) {
  .dress__color {
    width: 100%;
  }
}

.dress__item {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .dress__item {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 650px) {
  .dress__item {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 480px) {
  .dress__item {
    width: 40px;
    height: 40px;
  }
}

.dress__block {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #666666;
  opacity: 0.5;
  text-align: center;
  width: 80%;
}

@media screen and (max-width: 768px) {
  .dress__block {
    width: 90%;
  }
}

@media screen and (max-width: 650px) {
  .dress__block {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .dress__block {
    width: 100%;
  }
}

.dress__right {
  width: 50%;
  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: 3vw;
}

@media screen and (max-width: 650px) {
  .dress__right {
    width: 100%;
  }
}

.dress__preview {
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.84%, #F6A6A6), color-stop(83.12%, #EFBC8E));
  background: linear-gradient(90deg, #F6A6A6 -0.84%, #EFBC8E 83.12%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.8;
  font-family: Elowen;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 60px;
  margin-bottom: 1vh;
}

@media screen and (max-width: 480px) {
  .dress__preview {
    font-size: 28px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .dress__preview {
    margin-bottom: 0;
  }
}

.dress__title {
  font-family: Hagin Caps Medium;
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
  line-height: 60px;
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 3vh;
}

@media screen and (max-width: 768px) {
  .dress__title {
    font-size: 46px;
  }
}

@media screen and (max-width: 650px) {
  .dress__title {
    font-size: 42px;
    line-height: 55px;
  }
}

@media screen and (max-width: 480px) {
  .dress__title {
    font-size: 35px;
    line-height: 47px;
  }
}

@media screen and (max-width: 768px) {
  .dress__title {
    font-size: 40px;
    line-height: 50px;
  }
}

@media screen and (max-width: 480px) {
  .dress__title {
    font-size: 35px;
    line-height: 47px;
  }
}

.dress__title_green {
  color: #9DAE7D;
}

.dress__text {
  font-family: Rubik;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  color: #3D3D3D;
}

@media screen and (max-width: 480px) {
  .dress__text {
    line-height: 28px;
  }
}

.welcome {
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(239, 188, 142, 0.1);
}

.welcome__content {
  width: 50%;
  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;
  text-align: center;
  -webkit-animation: myanimation 1.5s .2s;
          animation: myanimation 1.5s .2s;
}

@media screen and (max-width: 768px) {
  .welcome__content {
    width: 65%;
  }
}

@media screen and (max-width: 650px) {
  .welcome__content {
    width: 90%;
  }
}

@media screen and (max-width: 480px) {
  .welcome__content {
    width: 97%;
  }
}

.welcome__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: Playfair Display SC;
  font-weight: normal;
  font-size: 27px;
  line-height: 50px;
  color: #333;
  margin-top: 2%;
  margin-bottom: 8%;
  position: relative;
}

@media screen and (max-width: 650px) {
  .welcome__logo {
    margin-bottom: 5%;
  }
}

@media screen and (max-width: 480px) {
  .welcome__logo {
    font-size: 25px;
  }
}

.welcome__logo:before {
  content: "\2764";
  position: absolute;
  font-size: 8px;
  right: 187px;
  top: -11px;
  color: #F78E84;
}

@media screen and (max-width: 480px) {
  .welcome__logo:before {
    font-size: 7px;
    right: 172px;
    top: -10px;
  }
}

.welcome__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 270px;
  right: -94%;
  top: -266%;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

@media screen and (max-width: 768px) {
  .welcome__img {
    right: -88%;
    top: -287%;
  }
}

@media screen and (max-width: 650px) {
  .welcome__img {
    width: 220px;
    right: -54%;
    top: -277%;
  }
}

@media screen and (max-width: 480px) {
  .welcome__img {
    right: 8%;
    top: -368%;
  }
}

.welcome__text {
  font-family: Elowen;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 8%;
  color: #9DAE7D;
}

@media screen and (max-width: 650px) {
  .welcome__text {
    margin-bottom: 6%;
  }
}

.welcome__block {
  font-family: Playfair Display SC;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

@media screen and (max-width: 480px) {
  .welcome__block {
    width: 100%;
  }
}

.welcome__tel {
  width: 200px;
  border: 1px solid #d6d6d6;
  border-radius: 20px;
  text-align: center;
  display: inline-block;
  padding: 2% 4%;
}

@media screen and (max-width: 480px) {
  .welcome__tel {
    width: 170px;
  }
}

.welcome__input {
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.84%, #F6A6A6), color-stop(83.12%, #EFBC8E));
  background: linear-gradient(90deg, #F6A6A6 -0.84%, #EFBC8E 83.12%);
  width: 150px;
  padding: 2% 4%;
  border-radius: 20px;
  text-align: center;
  cursor: pointer;
  margin-left: 3px;
}

@-webkit-keyframes myanimation {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  70% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  85% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes myanimation {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  70% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  85% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.route {
  margin-bottom: 10%;
}

.route__content {
  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;
}

.route__preview {
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.84%, #F6A6A6), color-stop(83.12%, #EFBC8E));
  background: linear-gradient(90deg, #F6A6A6 -0.84%, #EFBC8E 83.12%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.8;
  font-family: Elowen;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 60px;
  margin-bottom: 1vh;
}

@media screen and (max-width: 480px) {
  .route__preview {
    font-size: 28px;
    margin-bottom: 0;
  }
}

.route__title {
  font-family: Hagin Caps Medium;
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
  line-height: 60px;
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 3vh;
  width: 56%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .route__title {
    font-size: 46px;
  }
}

@media screen and (max-width: 650px) {
  .route__title {
    font-size: 42px;
    line-height: 55px;
  }
}

@media screen and (max-width: 480px) {
  .route__title {
    font-size: 35px;
    line-height: 47px;
  }
}

@media screen and (max-width: 768px) {
  .route__title {
    width: 80%;
  }
}

@media screen and (max-width: 650px) {
  .route__title {
    width: 95%;
    margin-bottom: 1vh;
  }
}

.route__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5vh;
}

@media screen and (max-width: 768px) {
  .route__list {
    margin-bottom: 3vh;
  }
}

@media screen and (max-width: 650px) {
  .route__list {
    -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;
    margin-bottom: 1vh;
  }
}

.route__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 31%;
  padding: 3%;
  background: #F4F7EE;
  border-radius: 20px;
}

@media screen and (max-width: 650px) {
  .route__item {
    width: 95%;
    margin-bottom: 2vh;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.route__item_train {
  padding-top: 0;
}

.route__img {
  padding-bottom: 10%;
  max-height: 65%;
}

@media screen and (max-width: 650px) {
  .route__img {
    width: 50%;
    max-height: auto;
    padding-bottom: 2%;
  }
}

.route__caption {
  font-family: Hagin Caps Medium;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  color: #333333;
  padding-bottom: 5%;
}

@media screen and (max-width: 768px) {
  .route__caption {
    font-size: 22px;
  }
}

@media screen and (max-width: 650px) {
  .route__caption {
    padding-bottom: 2%;
  }
}

.route__unit {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}

@media screen and (max-width: 650px) {
  .route__unit {
    text-align: center;
  }
}

.route__link {
  font-family: Rubik;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  padding-top: 3%;
  color: #333333;
  text-decoration: underline;
}

.route__text {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  width: 60%;
  text-align: center;
  color: #666;
}

@media screen and (max-width: 768px) {
  .route__text {
    width: 80%;
  }
}

@media screen and (max-width: 480px) {
  .route__text {
    width: 95%;
  }
}

.route__text_bold {
  color: #333;
  font-weight: bold;
  line-height: 28px;
}

.plan {
  height: 550px;
}

@media screen and (max-width: 650px) {
  .plan {
    height: 850px;
    margin-top: 15%;
  }
}

@media screen and (max-width: 480px) {
  .plan {
    height: 805px;
  }
}

.plan__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}

@media screen and (max-width: 480px) {
  .plan__content {
    margin-top: 23vh;
  }
}

.plan__preview {
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.84%, #F6A6A6), color-stop(83.12%, #EFBC8E));
  background: linear-gradient(90deg, #F6A6A6 -0.84%, #EFBC8E 83.12%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.8;
  font-family: Elowen;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 60px;
  margin-bottom: 1vh;
}

@media screen and (max-width: 480px) {
  .plan__preview {
    font-size: 28px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .plan__preview {
    background-color: rgba(255, 255, 255, 0.7);
  }
}

.plan__title {
  font-family: Hagin Caps Medium;
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
  line-height: 60px;
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 3vh;
  width: 70%;
  margin-bottom: 7%;
}

@media screen and (max-width: 768px) {
  .plan__title {
    font-size: 46px;
  }
}

@media screen and (max-width: 650px) {
  .plan__title {
    font-size: 42px;
    line-height: 55px;
  }
}

@media screen and (max-width: 480px) {
  .plan__title {
    font-size: 35px;
    line-height: 47px;
  }
}

@media screen and (max-width: 768px) {
  .plan__title {
    background: rgba(255, 255, 255, 0.7);
  }
}

@media screen and (max-width: 480px) {
  .plan__title {
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
  }
}

.plan__list {
  color: #fff;
  width: 100%;
  height: 600px;
  position: relative;
  display: block;
}

@media screen and (max-width: 650px) {
  .plan__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.plan__item {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 20px;
  padding: 3%;
  height: auto;
}

@media screen and (max-width: 650px) {
  .plan__item {
    width: 85%;
  }
}

@media screen and (max-width: 480px) {
  .plan__item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 2%;
    padding-left: 5%;
    width: 95%;
    height: 200px;
  }
}

.plan__item_1 {
  background: #DBDFD3;
  position: absolute;
  z-index: 1;
  left: 2%;
}

@media screen and (max-width: 650px) {
  .plan__item_1 {
    left: 0%;
    top: 0%;
  }
}

.plan__item_2 {
  background: #FFD1A7;
  position: absolute;
  z-index: 2;
  left: 34%;
  top: -25px;
}

@media screen and (max-width: 650px) {
  .plan__item_2 {
    left: 5%;
    top: 170px;
  }
}

@media screen and (max-width: 480px) {
  .plan__item_2 {
    top: 185px;
    height: 220px;
  }
}

.plan__item_3 {
  background: #FFDCD1;
  position: absolute;
  z-index: 3;
  left: 66%;
}

@media screen and (max-width: 650px) {
  .plan__item_3 {
    left: 0%;
    top: 387px;
    z-index: 1;
  }
}

@media screen and (max-width: 480px) {
  .plan__item_3 {
    top: 390px;
  }
}

.plan__caption {
  font-family: Hagin Caps Medium;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 2%;
}

@media screen and (max-width: 480px) {
  .plan__caption {
    font-size: 28px;
    margin-bottom: 1%;
  }
}

.plan__day {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  opacity: 0.8;
  margin-bottom: 12%;
}

@media screen and (max-width: 768px) {
  .plan__day {
    margin-bottom: 10%;
  }
}

@media screen and (max-width: 650px) {
  .plan__day {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 480px) {
  .plan__day {
    margin-bottom: 15px;
  }
}

.plan__text {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .plan__text {
    padding-left: 8px;
  }
}

.plan__line {
  height: 31px;
}

.plan__time {
  font-family: Hagin Caps Medium;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  margin-right: 8px;
}

@media screen and (max-width: 480px) {
  .plan__time {
    font-size: 22px;
  }
}

.plan__img {
  max-width: 450px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  position: absolute;
  z-index: 4;
  left: 64%;
  margin-top: -4%;
}

@media screen and (max-width: 768px) {
  .plan__img {
    max-width: 400px;
    left: 60%;
  }
}

@media screen and (max-width: 650px) {
  .plan__img {
    max-width: 320px;
    left: 50%;
    z-index: -1;
    margin-top: -10%;
  }
}

@media screen and (max-width: 480px) {
  .plan__img {
    max-width: 260px;
    left: 40%;
    margin-top: -170px;
    z-index: -1;
  }
}

.interesting {
  margin-top: 5%;
  margin-bottom: 5%;
}

@media screen and (max-width: 650px) {
  .interesting {
    margin-bottom: 0;
  }
}

.interesting__content {
  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;
}

.interesting__preview {
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.84%, #F6A6A6), color-stop(83.12%, #EFBC8E));
  background: linear-gradient(90deg, #F6A6A6 -0.84%, #EFBC8E 83.12%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.8;
  font-family: Elowen;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 60px;
  margin-bottom: 1vh;
}

@media screen and (max-width: 480px) {
  .interesting__preview {
    font-size: 28px;
    margin-bottom: 0;
  }
}

.interesting__title {
  font-family: Hagin Caps Medium;
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
  line-height: 60px;
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 3vh;
  margin-bottom: 2vh;
}

@media screen and (max-width: 768px) {
  .interesting__title {
    font-size: 46px;
  }
}

@media screen and (max-width: 650px) {
  .interesting__title {
    font-size: 42px;
    line-height: 55px;
  }
}

@media screen and (max-width: 480px) {
  .interesting__title {
    font-size: 35px;
    line-height: 47px;
  }
}

@media screen and (max-width: 480px) {
  .interesting__title {
    text-align: center;
  }
}

.interesting__block {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #3D3D3D;
  margin-bottom: 5vh;
  width: 60%;
}

@media screen and (max-width: 768px) {
  .interesting__block {
    margin-bottom: 2vh;
    width: 80%;
  }
}

@media screen and (max-width: 480px) {
  .interesting__block {
    width: 98%;
  }
}

.interesting__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 650px) {
  .interesting__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.interesting__item {
  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;
  width: 30%;
}

@media screen and (max-width: 650px) {
  .interesting__item {
    width: 100%;
    margin-bottom: 12%;
  }
}

@media screen and (max-width: 650px) {
  .interesting__link {
    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;
  }
}

.interesting__img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 278px;
}

@media screen and (max-width: 650px) {
  .interesting__img {
    width: 80%;
    height: auto;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  .interesting__img {
    width: 60%;
  }
}

.interesting__caption {
  font-family: Hagin Caps Medium;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 3vh;
}

@media screen and (max-width: 768px) {
  .interesting__caption {
    margin-bottom: 2vh;
  }
}

@media screen and (max-width: 480px) {
  .interesting__caption {
    font-size: 22px;
    margin-bottom: 1vh;
  }
}

.interesting__description {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}

@media screen and (max-width: 480px) {
  .interesting__description {
    text-align: center;
  }
}

.later {
  background: url(../img/girl.png) no-repeat;
  background-position: left;
  background-size: contain;
  height: 100%;
  padding-bottom: 15vh;
  padding-top: 5vh;
}

@media screen and (max-width: 768px) {
  .later {
    padding-top: 0;
  }
}

@media screen and (max-width: 650px) {
  .later {
    background-position: left 30%;
    background-size: 75%;
    padding-bottom: 3vh;
  }
}

@media screen and (max-width: 480px) {
  .later {
    background-size: 85%;
    background-position: left 32%;
  }
}

.later__content {
  width: 50%;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgba(255, 255, 255, 0.7);
  padding-top: 8vh;
  padding-left: 2vw;
  padding-bottom: 8vh;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .later__content {
    width: 60%;
    padding-top: 6vh;
  }
}

@media screen and (max-width: 650px) {
  .later__content {
    background-color: rgba(255, 255, 255, 0);
    padding-top: 3%;
    width: 100%;
  }
}

.later__preview {
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.84%, #F6A6A6), color-stop(83.12%, #EFBC8E));
  background: linear-gradient(90deg, #F6A6A6 -0.84%, #EFBC8E 83.12%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.8;
  font-family: Elowen;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 60px;
  margin-bottom: 1vh;
}

@media screen and (max-width: 480px) {
  .later__preview {
    font-size: 28px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 650px) {
  .later__preview {
    margin-left: auto;
    text-align: right;
    line-height: 35px;
    padding-right: 3vw;
  }
}

.later__title {
  font-family: Hagin Caps Medium;
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
  line-height: 60px;
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 3vh;
}

@media screen and (max-width: 768px) {
  .later__title {
    font-size: 46px;
  }
}

@media screen and (max-width: 650px) {
  .later__title {
    font-size: 42px;
    line-height: 55px;
  }
}

@media screen and (max-width: 480px) {
  .later__title {
    font-size: 35px;
    line-height: 47px;
  }
}

.later__title_green {
  color: #9DAE7D;
}

@media screen and (max-width: 650px) {
  .later__title {
    width: 80%;
    margin-left: auto;
    text-align: right;
    padding-right: 3vw;
    margin-bottom: 57%;
  }
}

@media screen and (max-width: 650px) and (max-width: 480px) {
  .later__title {
    width: 93%;
    margin-bottom: 84%;
  }
}

.later__text {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #3D3D3D;
}

.hamburger {
  z-index: 2;
  height: auto;
  position: relative;
  display: none;
  width: 24px;
  height: 24px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hamburger:before {
  bottom: 100%;
  margin-bottom: 5px;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  top: 0;
  background: #ffffff;
  position: absolute;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hamburger:after {
  bottom: 0;
  margin-top: 5px;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #ffffff;
  position: absolute;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hamburger__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 10%;
}

.hamburger__menu {
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  border-radius: 10px;
  display: block;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hamburger_active {
  z-index: 2;
}

.hamburger_active:before {
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hamburger_active:after {
  content: "";
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 11px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hamburger_active .hamburger__menu {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/*# sourceMappingURL=style.css.map */