@import url("https://fonts.googleapis.com/css2?family=Aleo:ital@0;1&family=Magra:wght@400;700&family=Red+Hat+Text:wght@400;700&display=swap");
.navigation a, .footer-social ul li a {
  transition: all 0.3sec ease-out;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 10px;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  margin: 0px;
  padding: 0px;
  font-family: "Aleo", sans-serif;
}

h1 {
  font-family: "Aleo", sans-serif;
  font-size: 8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 9.6rem;
  color: #FFFFFF;
  letter-spacing: 0.015em;
}
@media (max-width: 1439px) {
  h1 {
    font-size: 6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 9.6rem;
  }
}
@media (max-width: 768px) {
  h1 {
    text-align: center;
    font-size: 4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 4rem;
  }
}
@media (max-width: 768px) {
  h1 {
    display: none;
  }
}

h2 {
  font-family: "Red Hat Text", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 5.3rem;
  color: #F2785C;
  letter-spacing: 0.5px;
}
@media (max-width: 768px) {
  h2 {
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.5rem;
  }
}
@media (max-width: 391px) {
  h2 {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.9rem;
    letter-spacing: 0.02rem;
  }
}

h4 {
  font-family: "Aleo", sans-serif;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4.2rem;
  color: #0D606F;
}
@media (max-width: 1439px) {
  h4 {
    padding-top: 10px;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3rem;
  }
}
@media (max-width: 768px) {
  h4 {
    padding-top: 10px;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3rem;
  }
}
@media (max-width: 768px) {
  h4 {
    padding-top: 5px;
    letter-spacing: 0.2px;
  }
}

.btn {
  background: #0D606F;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 2px 3px rgba(13, 96, 111, 0.16);
  border-radius: 10px;
  padding: 10px 30px;
  color: #FFFFFF;
  border: none;
  font-family: "RedHatText", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.1rem;
  cursor: pointer;
  transition: all 0.3s;
  letter-spacing: 0.035em;
}
.btn:hover {
  background-color: #2fadc4;
}

.btn--arrow--wrapper {
  width: 228px;
  height: 59px;
  padding: 5px 20px;
  font-family: "RedHatText", sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3.2rem;
  align-items: center;
  column-gap: 10px;
  display: flex;
  margin: auto;
}
@media (max-width: 768px) {
  .btn--arrow--wrapper {
    width: 92px;
    height: 30px;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem;
    padding: 5px;
    column-gap: 0px;
  }
}
.btn--arrow--wrapper .btn--arrow {
  background: url(../assets/svg/Vector.svg) center no-repeat;
  width: 30%;
  height: 50%;
}
@media (max-width: 768px) {
  .btn--arrow--wrapper .btn--arrow {
    background: url(../assets/svg/Vector1.svg) center no-repeat;
  }
}

.ico {
  cursor: pointer;
  display: inline-block;
}

.ico_bike {
  background-image: url("../assets/svg/bycicle.svg");
  width: 50px;
  height: 45px;
}
@media (max-width: 391px) {
  .ico_bike {
    background-image: url("../assets/svg/bike-mini.svg");
    width: 35px;
    height: 31px;
  }
}

.ico_calc {
  background-image: url("../assets/svg/calc.svg");
  width: 52px;
  height: 52px;
}
@media (max-width: 391px) {
  .ico_calc {
    background-image: url("../assets/svg/calc-mini.svg");
    width: 35px;
    height: 35px;
  }
}

.ico_plane {
  background-image: url("../assets/svg/plane.svg");
  width: 60px;
  height: 45px;
}
@media (max-width: 391px) {
  .ico_plane {
    background: url("../assets/svg/plane-mini.svg") no-repeat center;
    width: 40x;
    height: 30px;
  }
}

.icon__square {
  justify-content: center;
  align-items: center;
  display: inline-flex;
  width: 100px;
  height: 100px;
  border-radius: 16px;
  background-color: #F2785C;
}
@media (max-width: 768px) {
  .icon__square {
    width: 70px;
    height: 70px;
  }
}

.hamburger__menu {
  transform: translateX(-100%);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(80, 80, 80, 0.6);
  z-index: 1;
  display: flex;
  justify-content: end;
  transition: all 0.5s;
}
.hamburger__menu.active {
  transform: translateX(0);
}
.hamburger__menu .hamburger__navigation {
  position: relative;
  background: #F2785C;
  box-shadow: 0px 4px 3px rgba(13, 96, 111, 0.25);
  border-radius: 1rem;
  width: 165px;
  height: 250px;
  overflow: auto;
}
.hamburger__menu .hamburger__navigation .navigation {
  display: flex;
  flex-direction: column;
  padding: 0px;
  text-align: right;
  padding: 45px 20px 0px 0px;
}
.hamburger__menu .hamburger__navigation .navigation .navigation__link {
  padding: 0;
  padding-bottom: 1rem;
  font-family: "RedHatText", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.1rem;
}

.hamburger {
  display: none;
  position: relative;
  width: 25px;
  height: 15px;
  z-index: 2;
}
@media (max-width: 768px) {
  .hamburger {
    display: inline-block;
  }
}
.hamburger.active {
  position: absolute;
  width: 18px;
  top: 15px;
  right: 127px;
}
.hamburger.active .hamburger__line:nth-of-type(1) {
  opacity: 0;
}
.hamburger.active .hamburger__line:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.hamburger.active .hamburger__line:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.hamburger__line {
  display: inline-block;
  position: absolute;
  content: "";
  background-color: #FFFFFF;
  height: 2px;
  width: 100%;
  top: 50%;
  transition: all 0.5s;
}
.hamburger__line:nth-of-type(2) {
  top: calc(50% - 5px);
}
.hamburger__line:nth-of-type(3) {
  top: calc(50% + 5px);
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(80, 80, 80, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal {
  position: relative;
  background: #F2785C;
  box-shadow: 0px 4px 3px rgba(13, 96, 111, 0.25);
  border-radius: 10px;
  width: 165px;
  min-height: 250px;
  max-height: 90%;
  overflow: auto;
}

.modal__close-icon {
  position: absolute;
  top: 8px;
  right: 127px;
  cursor: pointer;
}
.modal__close-icon svg {
  pointer-events: none;
}

.wrapper {
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 391px) {
  .wrapper {
    padding: 0 15px;
  }
}

header {
  position: relative;
  background: rgba(242, 120, 92, 0.7);
  box-shadow: 0px 4px 4px rgba(13, 96, 111, 0.5);
  margin: auto;
}
@media (max-width: 391px) {
  header {
    background: none;
    box-shadow: none;
  }
}
header .header__wrapper {
  padding: 24px 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1439px) {
  header .header__wrapper {
    padding: 24px;
  }
}
@media (max-width: 391px) {
  header .header__wrapper {
    padding: 45px 25px 0 16px;
  }
}
header .header__wrapper .logo {
  font-family: "Magra", sans-serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3.9rem;
  color: #FFFFFF;
  text-decoration: none;
}
@media (max-width: 391px) {
  header .header__wrapper .logo {
    font-size: 0;
    line-height: 0;
  }
}
header .header__wrapper .logo .logo__img {
  padding-right: 5px;
}
header .header__wrapper .header__navigation {
  padding-left: 10px;
}
@media (max-width: 768px) {
  header .header__wrapper .header__navigation {
    display: none;
  }
}
@media (max-width: 768px) {
  header .header__wrapper .header__button {
    display: none;
  }
}

footer {
  margin: auto;
}

.footer__wrapper .footer__content {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 13px 100px;
}
@media (max-width: 768px) {
  .footer__wrapper .footer__content {
    justify-content: center;
  }
}

.footer__title {
  font-family: "Red Hat Text", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.1rem;
  color: #FFFFFF;
  letter-spacing: 0.3px;
}
@media (max-width: 768px) {
  .footer__title {
    display: none;
  }
}

.footer-social {
  padding-left: 328px;
}
@media (max-width: 768px) {
  .footer-social {
    padding-left: 0px;
  }
}
@media (max-width: 391px) {
  .footer-social {
    margin-left: 10px;
  }
}
.footer-social ul {
  display: flex;
}
@media (max-width: 391px) {
  .footer-social ul {
    column-gap: 20px;
  }
}
.footer-social ul li {
  list-style: none;
  padding-right: 20px;
}
@media (max-width: 391px) {
  .footer-social ul li {
    padding-right: 0px;
  }
}
.footer-social ul li a {
  text-decoration: none;
  color: #FFFFFF;
}
.footer-social ul li a:hover {
  color: #2fadc4;
}
.footer-social ul li:hover {
  box-shadow: -10px 0px 5px #2fadc4;
}

.preview {
  background: url("../assets/img/1bg.jpg") no-repeat center;
}
@media (max-width: 391px) {
  .preview {
    background: url("../assets/img/bg1-mini.jpg") no-repeat center;
  }
}

@media (max-width: 391px) {
  .wrapper__preview {
    padding: 0;
    background: linear-gradient(180deg, #0D606F 0%, rgba(13, 96, 111, 0) 25.1%);
  }
}

.preview__content {
  padding: 30px 120px;
  margin-right: 310px;
}
@media (max-width: 1439px) {
  .preview__content {
    margin-right: auto;
    padding: 30px 70px;
  }
}
@media (max-width: 768px) {
  .preview__content {
    margin-right: auto;
    padding: 30px;
  }
}
@media (max-width: 391px) {
  .preview__content {
    padding: 67px 15px 61px;
  }
}

.preview__description {
  padding-top: 35px;
  color: #FFFFFF;
  font-family: "Aleo", sans-serif;
  letter-spacing: 0.03em;
  line-height: 2.4rem;
  font-size: 2rem;
  font-style: italic;
  font-weight: 0;
  line-height: 2.4rem;
}
@media (max-width: 768px) {
  .preview__description {
    display: none;
  }
}

.search {
  padding-bottom: 180px;
}
@media (max-width: 1439px) {
  .search {
    padding-bottom: 50px;
  }
}
@media (max-width: 391px) {
  .search {
    padding-bottom: 0px;
  }
}

form {
  display: flex;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.7);
  border: none;
  border-radius: 16px;
  margin: 46px 0;
  height: 95px;
}
@media (max-width: 768px) {
  form {
    height: 48px;
  }
}
@media (max-width: 391px) {
  form {
    margin: 0;
  }
}

input {
  border: none;
  background: none;
  padding: 43px 45px 41px 41px;
  font-family: "Aleo", sans-serif;
  font-size: 2.4rem;
  font-style: italic;
  font-weight: 400;
  line-height: 2.9rem;
  width: 50%;
}
@media (max-width: 768px) {
  input {
    font-size: 1.4rem;
    font-style: italic;
    font-weight: 400;
    line-height: 1.7rem;
    padding: 17px;
  }
}
@media (max-width: 391px) {
  input {
    width: 45%;
  }
}

input::-webkit-input-placeholder {
  color: #F2785C;
}

.search__btn {
  font-family: "Red Hat Text", sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3.2rem;
  margin: 17px 20px;
  text-align: center;
}
@media (max-width: 1439px) {
  .search__btn {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .search__btn {
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem;
    padding: 10px;
    margin: 9px;
  }
}
@media (max-width: 391px) {
  .search__btn {
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem;
    padding: 9px;
    margin: 8px 9px;
  }
}

.wrapper__steps {
  padding: 80px 131px 60px;
}
@media (max-width: 1439px) {
  .wrapper__steps {
    padding: 80px 60px 60px;
  }
}
@media (max-width: 768px) {
  .wrapper__steps {
    padding: 50px 30px;
  }
}
@media (max-width: 768px) {
  .wrapper__steps {
    padding: 20px 15px 0px;
  }
}

.steps__content {
  text-align: center;
}

.layout-3-column {
  padding: 37px 130px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1439px) {
  .layout-3-column {
    padding: 37px 10px;
  }
}
@media (max-width: 768px) {
  .layout-3-column {
    column-gap: 50px;
    padding: 37px 10px;
  }
}
@media (max-width: 391px) {
  .layout-3-column {
    padding: 20px 0;
    column-gap: 0px;
    display: flex;
  }
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 391px) {
  .step {
    width: 30%;
  }
}

.step:nth-child(2) {
  padding-left: 60px;
}
@media (max-width: 768px) {
  .step:nth-child(2) {
    padding: 0px;
  }
}

@media (max-width: 768px) {
  .step:nth-child(1) {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .step:nth-child(3) {
    align-items: flex-end;
  }
}

.step__icon {
  margin: auto;
  width: 100px;
  height: 100px;
  background: #F2785C;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .step__icon {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 391px) {
  .step__icon {
    margin: 0;
  }
}

@media (max-width: 391px) {
  .icon2 {
    margin: 0 30px;
  }
}

.step__title {
  font-family: "Aleo", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  color: #0D606F;
  margin: auto;
  text-align: center;
  margin-top: 30px;
  letter-spacing: 0.01rem;
}
@media (max-width: 768px) {
  .step__title {
    margin-top: 15px;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2rem;
  }
}
@media (max-width: 391px) {
  .step__title {
    margin: 0;
    margin-top: 20px;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2rem;
  }
}

.navigation {
  padding: 0;
  display: flex;
}
.navigation a {
  text-decoration: none;
  color: #FFFFFF;
}
.navigation a:hover {
  color: #2fadc4;
}

.navigation__link {
  font-family: "RedHatText", sans-serif;
  font-size: 1.6rem;
  line-height: 2.1rem;
  list-style: none;
  padding-right: 42px;
  letter-spacing: 0.025em;
}

.destinations__wrapper {
  text-align: center;
  margin-bottom: 82px;
}
@media (max-width: 391px) {
  .destinations__wrapper {
    margin-bottom: 20px;
  }
}

.carusel-wrapper {
  width: 1440px;
  overflow: hidden;
  padding: 50px 0 20px;
}
@media (max-width: 1439px) {
  .carusel-wrapper {
    display: flex;
    width: auto;
  }
}
@media (max-width: 768px) {
  .carusel-wrapper {
    padding: 15px 0 12px;
  }
}

.carusel {
  display: flex;
  column-gap: 60px;
  position: relative;
  left: -1400px;
}
@media (max-width: 1439px) {
  .carusel {
    column-gap: 40px;
    left: calc(-100vw + 30px);
  }
}
@media (max-width: 768px) {
  .carusel {
    column-gap: 10px;
    left: calc(-200vw + 5px);
  }
}
@media (max-width: 391px) {
  .carusel {
    column-gap: 0px;
    left: calc(-200vw + 10px);
  }
}

.card {
  width: 800px;
  height: 800px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-shrink: 0;
}
@media (max-width: 1439px) {
  .card {
    width: 57vw;
    height: 57vw;
    border-radius: 16px;
  }
}
@media (max-width: 768px) {
  .card {
    width: calc(100vw - 10px);
    align-items: flex-start;
  }
}
@media (max-width: 391px) {
  .card {
    width: calc(100vw - 10px);
  }
}
.card span {
  font-family: "RedHatText", sans-serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 4.2rem;
  color: #FFFFFF;
  padding-left: 15px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .card span {
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.6rem;
    padding: 15px 25px;
  }
}

.card1 {
  background: url("../assets/img/spain.jpg") no-repeat center;
}
@media (max-width: 391px) {
  .card1 {
    background: url("../assets/img/spain_mini.jpg") no-repeat center;
  }
}

.card2 {
  background: url("../assets/img/japan.jpg") no-repeat center;
}
@media (max-width: 391px) {
  .card2 {
    background: url("../assets/img/japan_mini.jpg") no-repeat center;
  }
}

.card3 {
  background: url("../assets/img/usa.jpg") no-repeat center;
}
@media (max-width: 391px) {
  .card3 {
    background: url("../assets/img/usa_mini.jpg") no-repeat center;
  }
}

.paginationBtn {
  display: flex;
}

.btn__arrow {
  display: none;
}
@media (max-width: 768px) {
  .btn__arrow {
    display: flex;
    background: url("../assets/svg/arrow.svg") no-repeat center;
    width: 30px;
    height: 30px;
  }
}
.btn__arrow:hover {
  background-color: #2fadc4;
  border-radius: 50%;
}

.arrow--left {
  margin-top: -200px;
  transform: rotate(180deg);
  padding-left: 10px;
}
@media (max-width: 391px) {
  .arrow--left {
    margin-top: -140px;
  }
}

.arrow--right {
  margin-top: -200px;
  z-index: 9;
  padding-right: 10px;
}
@media (max-width: 391px) {
  .arrow--right {
    margin-top: -140px;
  }
}

.item-none .card {
  filter: contrast(50%);
}

.destinations__button {
  margin-top: -10px;
}

@keyframes move-left {
  from {
    left: -1440px;
  }
  to {
    left: -540px;
  }
}
@keyframes move-left-l {
  from {
    left: -100vw;
  }
  to {
    left: -40vw;
  }
}
@keyframes move-left-t {
  from {
    left: -150vw;
  }
  to {
    left: -100vw;
  }
}
@keyframes move-left-m {
  from {
    left: calc(-200vw + 10px);
  }
  to {
    left: -100vw;
  }
}
.transition-left {
  animation-name: move-left;
  animation-duration: 2s;
  transition-timing-function: linear;
}
@media (max-width: 1439px) {
  .transition-left {
    animation-name: move-left-l;
  }
}
@media (max-width: 768px) {
  .transition-left {
    animation-name: move-left-t;
  }
}
@media (max-width: 391px) {
  .transition-left {
    animation-name: move-left-m;
  }
}

@keyframes move-right {
  from {
    left: -1440px;
  }
  to {
    left: -2300px;
  }
}
@keyframes move-right-l {
  from {
    left: -100vw;
  }
  to {
    left: -160vw;
  }
}
@keyframes move-right-t {
  from {
    left: -200vw;
  }
  to {
    left: -300vw;
  }
}
@keyframes move-right-m {
  from {
    left: calc(-200vw + 10px);
  }
  to {
    left: -300vw;
  }
}
.transition-right {
  animation-name: move-right;
  transition-timing-function: linear;
  animation-duration: 2s;
}
@media (max-width: 1439px) {
  .transition-right {
    animation-name: move-right-l;
  }
}
@media (max-width: 768px) {
  .transition-right {
    animation-name: move-right-t;
  }
}
@media (max-width: 391px) {
  .transition-right {
    animation-name: move-right-m;
  }
}

.destinations__pagination {
  margin: auto;
  text-align: center;
}
@media (max-width: 391px) {
  .destinations__pagination {
    margin-top: -40px;
  }
}

.pagination__dot {
  position: relative;
  width: 20px;
  height: 20px;
  background: rgba(242, 120, 92, 0.5);
  border: none;
  border-radius: 100px;
  display: inline-block;
  cursor: pointer;
  margin: 0 3px 45px;
  transition: 0.3s;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.pagination__dot.active {
  background: #F2785C;
}
@media (max-width: 391px) {
  .pagination__dot {
    width: 8px;
    height: 8px;
    margin: 0 2px 17px;
  }
}

.stories {
  background: url(../assets/img/2bg.jpg) no-repeat center;
  text-align: center;
  overflow: hidden;
  background-position-y: 95%;
}
@media (max-width: 391px) {
  .stories {
    background: url(../assets/img/bg2-mini.jpg) no-repeat center;
    background-position-y: 95%;
  }
}

.stories__wrapper {
  background-color: rgba(255, 255, 255, 0.7);
}

.stories__cards {
  margin-top: 35px;
  padding: 45px 115px 40px;
}
@media (max-width: 1439px) {
  .stories__cards {
    padding: 45px;
  }
}
@media (max-width: 768px) {
  .stories__cards {
    padding: 35px 10px;
  }
}
@media (max-width: 391px) {
  .stories__cards {
    padding: 20px 0px 14px;
    margin-top: 0px;
  }
}

.story {
  display: flex;
  padding-bottom: 25px;
}
@media (max-width: 391px) {
  .story {
    padding-bottom: 15px;
  }
}
.story:nth-child(4) {
  padding-bottom: 35px;
}
@media (max-width: 391px) {
  .story:nth-child(4) {
    padding-bottom: 10px;
  }
}
.story .img__wrapper {
  padding: 0 5px;
}
@media (max-width: 768px) {
  .story .img__wrapper {
    width: 30%;
    flex-shrink: 0;
  }
}
@media (max-width: 391px) {
  .story .img__wrapper {
    width: 155px;
    height: 130px;
    flex-shrink: 0;
    padding: 0;
  }
}
.story .story__image {
  filter: drop-shadow(0px 4px 4px #0D606F);
  border-radius: 16px;
}
@media (max-width: 1439px) {
  .story .story__image {
    width: 300px;
  }
}
@media (max-width: 768px) {
  .story .story__image {
    display: none;
  }
}
.story .story__content {
  padding-left: 35px;
  text-align: left;
}
@media (max-width: 768px) {
  .story .story__content {
    padding-left: 5px;
  }
}
@media (max-width: 768px) {
  .story .story__content {
    padding-left: 10px;
  }
}
.story .story__description {
  padding-top: 24px;
  font-family: "Aleo", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  color: #0D606F;
}
@media (max-width: 1439px) {
  .story .story__description {
    padding-top: 10px;
    height: 140px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 768px) {
  .story .story__description {
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1rem;
    padding-top: 10px;
    height: 100px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 768px) {
  .story .story__description {
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1rem;
    padding-top: 10px;
    height: 90px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
  }
}
.story .readm {
  font-family: "Aleo", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.4rem;
  color: #0D606F;
  text-decoration: underline;
  font-weight: bold;
}
@media (max-width: 768px) {
  .story .readm {
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1rem;
  }
}
@media (max-width: 768px) {
  .story .readm {
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1rem;
  }
}

@media (max-width: 768px) {
  .story--thailand .img__wrapper {
    background: url("../assets/img/thailand-mini.jpg") no-repeat center;
    filter: drop-shadow(0px 4px 4px #0D606F);
    border-radius: 16px;
  }
}

@media (max-width: 768px) {
  .story--utah .img__wrapper {
    background: url("../assets/img/utah-mini.jpg") no-repeat center;
    filter: drop-shadow(0px 4px 4px #0D606F);
    border-radius: 16px;
  }
}

@media (max-width: 768px) {
  .story--mount .img__wrapper {
    background: url("../assets/img/mount-mini.jpg") no-repeat center;
    filter: drop-shadow(0px 4px 4px #0D606F);
    border-radius: 16px;
  }
}

@media (max-width: 768px) {
  .story--canion .img__wrapper {
    background: url("../assets/img/canion-mini.jpg") no-repeat center;
    filter: drop-shadow(0px 4px 4px #0D606F);
    border-radius: 16px;
  }
}

.popup {
  transform: translateX(-100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(80, 80, 80, 0.6);
  transition: all 0.5s;
  z-index: 10;
}
.popup.active {
  transform: translateX(0);
}

.wrapper__popup.popup2 {
  display: none;
}

.wrapper__popup {
  position: relative;
  width: 650px;
  height: 660px;
  margin-top: 10%;
  margin: auto;
  margin-top: 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(177.09deg, #FFFFFF 6.15%, #0D606F 202.69%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
}
@media (max-width: 768px) {
  .wrapper__popup {
    width: 76vw;
    height: auto;
    margin-top: 10%;
    margin: auto;
    margin-top: 5%;
  }
}

.popup__title {
  padding: 25px 0px 30px;
  font-family: "Aleo", sans-serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.8rem;
  color: #0D606F;
  letter-spacing: 0.01em;
}
@media (max-width: 768px) {
  .popup__title {
    padding: 15px 0px;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3.8rem;
  }
}
@media (max-width: 391px) {
  .popup__title {
    padding: 10px 0px;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2rem;
  }
}

.popup__form {
  padding: 0 23%;
  margin: 0 0 20px;
  height: 56px;
  display: flex;
  justify-content: space-around;
  background: #FFFFFF;
  border: none;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .popup__form {
    padding: 0 5%;
    margin: 1% 5%;
  }
}
@media (max-width: 391px) {
  .popup__form {
    padding: 0;
    margin: 1% 5%;
    height: auto;
  }
}
.popup__form input::-webkit-input-placeholder {
  color: #0D606F;
}
.popup__form input {
  padding: 0;
  border: none;
  background: none;
  font-family: "Red Hat Text", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.6rem;
  width: auto;
}
@media (max-width: 391px) {
  .popup__form input {
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }
}

.popup__form.active {
  background: #1877F2;
}
.popup__form.active input::-webkit-input-placeholder {
  color: #FFFFFF;
}

.hidden {
  display: none;
}

.popup__ico--fsb {
  background: url("../assets/svg/fsb.svg") center no-repeat;
  width: 24px;
  height: 24px;
  padding: 15px;
}
@media (max-width: 391px) {
  .popup__ico--fsb {
    width: 15px;
    height: 15px;
    padding: 10px;
  }
}

.popup__ico--google {
  background: url("../assets/svg/google.svg") center no-repeat;
  width: 24px;
  height: 24px;
  padding: 15px 30px 15px 0px;
}
@media (max-width: 391px) {
  .popup__ico--google {
    width: 15px;
    height: 15px;
    padding: 10px;
  }
}

.title--or {
  padding: 10px;
}
@media (max-width: 768px) {
  .title--or {
    padding: 5px 10px;
  }
}

.title span {
  display: inline-block;
  vertical-align: middle;
  color: rgba(13, 96, 111, 0.5);
  font-family: "Aleo", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.4rem;
}
@media (max-width: 391px) {
  .title span {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2rem;
  }
}

.title:before,
.title:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 2px;
  background-color: rgba(13, 96, 111, 0.5);
  position: relative;
}

.title:before {
  margin-left: -100%;
  left: -5px;
}

.title:after {
  margin-right: -100%;
  right: -5px;
}

.registr__group {
  display: flex;
  flex-direction: column;
  width: inherit;
}
.registr__group label {
  margin: 0 45px;
  color: #0D606F;
  font-family: "Aleo", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.9rem;
}
@media (max-width: 768px) {
  .registr__group label {
    margin: 0 20%;
  }
}
@media (max-width: 391px) {
  .registr__group label {
    margin: 0 10%;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.9rem;
  }
}
.registr__group input {
  padding: 0 18%;
  margin: 7px 45px 20px;
  height: 50px;
  display: flex;
  background: #FFFFFF;
  border: none;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .registr__group input {
    padding: 0 5%;
    margin: 1% 20%;
  }
}
@media (max-width: 391px) {
  .registr__group input {
    padding: 0 15%;
    margin: 1% 13%;
    height: 30px;
  }
}

.popup__button {
  margin: 10px;
}
.popup__button .popup__btn {
  font-family: "RedHatText", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.6rem;
  padding: 12px 245px;
}
@media (max-width: 768px) {
  .popup__button .popup__btn {
    padding: 5px 50px;
  }
}
@media (max-width: 391px) {
  .popup__button .popup__btn {
    padding: 0px 20px;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }
}

.hr {
  margin: 25px 0;
  border: none;
  background: rgba(13, 96, 111, 0.5);
  height: 2px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 85%;
}
@media (max-width: 768px) {
  .hr {
    margin: 5px 0;
  }
}

.popup__text1, .popup__text2 {
  font-family: "Aleo", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8rem;
  color: rgba(13, 96, 111, 0.5);
  text-shadow: 0px 2px 3px rgba(255, 255, 255, 0.16);
}
@media (max-width: 391px) {
  .popup__text1, .popup__text2 {
    padding: 5px;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2rem;
  }
}
.popup__text1 a, .popup__text2 a {
  color: #0D606F;
}

/*# sourceMappingURL=style.css.map */
