@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400&display=swap");
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

:focus, :active {
  outline: none; }

a:focus, a:active {
  outline: none; }

nav, footer, header, aside {
  display: block; }

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

input, button, textarea {
  font-family: inherit; }

input::-ms-clear {
  display: none; }

button {
  cursor: pointer; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

a, a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

ul li {
  list-style: none; }

img {
  vertical-align: top; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit; }

/*--------------------*/
body {
  font-family: Nunito Sans;
  font-size: 14px;
  color: #81858e; }

.wrapper {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%; }

/*--------------------*/
.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 50; }
  .header_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 130px; }
  .header_logo {
    position: relative;
    z-index: 5; }
  .header_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .header_button {
    margin: 0 10% 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 5; }
  .header_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header_list:last-child {
    margin: 0 4% 0 0; }
  .header_item {
    margin: 0 40px 0 0; }
  .header_link {
    font-family: Nunito;
    font-size: 13px;
    letter-spacing: 0.2px;
    color: #bab8b8; }

/*--------------------*/
.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.travel {
  padding: 190px 0 100px 0; }
  .travel_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .travel_content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 38%;
    flex: 0 1 38%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin: 0 0 100px 0; }
  .travel_image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 62%;
    flex: 0 1 62%;
    position: relative; }
  .travel_image img {
    max-width: 100%; }

.places {
  padding: 0 0 100px 0; }
  .places_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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; }
  .places_photos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 55%;
    flex: 0 1 55%;
    gap: 25px;
    margin: 0 0 0 0; }
  .places_content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
    position: relative;
    margin: 0 0 50px 0; }
  .places_block-text {
    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; }

.photos_maldives {
  position: relative;
  margin: 50px 0 0 90px; }

.photos_nepal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative; }

.photos_maldives img {
  max-width: 100%; }

.photos_maldives:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -90px;
  width: 90px;
  height: 100%;
  background-color: #a4f3c5; }

.photos_maldives:after {
  content: "Kuramathi, Maldives";
  position: absolute;
  top: 85%;
  left: -75px;
  width: 200%;
  height: 10%;
  letter-spacing: 0.23px;
  font-size: 14px;
  color: #fff; }

.photos_nepal img {
  max-width: 100%; }

.photos_nepal:before {
  content: "640$";
  position: absolute;
  top: 5%;
  left: 0px;
  width: 75px;
  height: 25px;
  letter-spacing: 0.23px;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  background-color: #3984f3;
  padding: 7.5px 18px; }

.photos_nepal:after {
  content: "Kathmandu, Nepal";
  position: absolute;
  top: 80%;
  left: 15px;
  width: 100%;
  height: 10%;
  letter-spacing: 0.23px;
  font-size: 14px;
  color: #fff; }

.photos_response {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 15%;
  flex: 1 1 15%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.photos_indonesia {
  position: relative;
  margin: 50px 0 0 0; }

.photos_indonesia img {
  max-width: 100%; }

.photos_indonesia:after {
  content: "Raja Ampat, Indonesia";
  position: absolute;
  top: 85%;
  left: 15px;
  width: 100%;
  height: 10%;
  letter-spacing: 0.23px;
  font-size: 14px;
  color: #fff; }

.photos_indonesia:before {
  content: "560$";
  position: absolute;
  top: 5%;
  left: 0px;
  width: 75px;
  height: 25px;
  letter-spacing: 0.23px;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  background-color: #3984f3;
  padding: 7.5px 18px; }

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

.response_star {
  margin: 0 -3px 7px 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.response_star img {
  max-width: 65%; }

.response_text {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.24px;
  text-align: left;
  color: #a0a0a0;
  margin: 0 0 7px 0; }

.videos {
  padding: 0 0 100px 0; }
  .videos_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .videos_block-videos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px; }

.block-videos_big {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 70%;
  flex: 0 1 70%; }

.block-videos_big iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover; }

.block-videos_small {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px; }

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

.block-videos_maldives_image {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 45%;
  flex: 0 1 45%; }

.block-videos_maldives_image img {
  max-width: 100%; }

.block-videos_maldives_text {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 55%;
  flex: 0 1 55%; }

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

.block-videos_tanzania_image {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 45%;
  flex: 0 1 45%; }

.block-videos_tanzania_image img {
  max-width: 100%; }

.block-videos_tanzania_text {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 55%;
  flex: 0 1 55%; }

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

.block-videos_kathmandu_image {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 45%;
  flex: 0 1 45%; }

.block-videos_kathmandu_image img {
  max-width: 100%; }

.block-videos_kathmandu_text {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 55%;
  flex: 0 1 55%; }

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

.block-videos_china_image {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 45%;
  flex: 0 1 45%; }

.block-videos_china_image img {
  max-width: 100%; }

.block-videos_china_text {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 55%;
  flex: 0 1 55%; }

.categories {
  padding: 0 0 100px 0; }
  .categories_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .categories_photos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px; }

.photos_1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.photos_1 img {
  max-width: 100%; }

.photos_2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  position: relative; }

.photos_2 img {
  max-width: 100%; }

.photos_3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: -35px 0 0 0;
  position: relative; }

.photos_3 img {
  max-width: 100%;
  -webkit-box-shadow: 2px 5px 20px black;
  box-shadow: 2px 5px 20px black; }

.photos_4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  position: relative; }

.photos_4 img {
  max-width: 100%; }

.photos_2:after, .photos_3:after, .photos_4:after {
  content: "";
  font-size: 18px;
  letter-spacing: 0.25px;
  text-align: left;
  color: #fff;
  bottom: 6%;
  left: 6%;
  position: absolute; }

.photos_2:after {
  content: "Backpacking"; }

.photos_3:after {
  content: "Beaches, coast and island";
  bottom: 16%;
  left: 6%; }

.photos_4:after {
  content: "Art and culture"; }

.photos_5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.photos_5 img {
  max-width: 100%; }

.experiences {
  padding: 0 0 100px 0; }
  .experiences_container {
    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; }
  .experiences_traveller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

.traveller_image {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  text-align: center;
  padding: 0 0 30px 0;
  position: relative; }

.traveller_image:before {
  content: url("../img/left.png");
  position: absolute;
  left: 30%;
  bottom: 10px; }

.traveller_image:after {
  content: url("../img/right.png");
  position: absolute;
  right: 30%;
  bottom: 10px; }

.traveller_image img {
  border-radius: 50%;
  max-width: 100%; }

.see-you {
  background: url("../img/mountains.png") 0 0/cover no-repeat; }
  .see-you_block-text {
    padding: 220px 0 55px 0; }
  .see-you_interaction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 35px;
    padding: 0 115px 200px 115px; }

.interaction_destinations {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%; }

.interaction_package {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%; }

.interaction_dates {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.interaction_button {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  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; }

.dates_text {
  padding: 0 0 0 25px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 80%;
  flex: 0 1 80%; }

.dates_icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.dates_icon img {
  max-width: 100%; }

/*--------------------*/
.footer {
  padding: 70px 0 50px 0; }
  .footer_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .footer_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .footer_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .footer_list:last-child {
    margin: 0 0 27px 0; }
  .footer_item {
    margin: 0 27px 0 0; }
  .footer_link {
    font-size: 18px;
    letter-spacing: 0.3px;
    color: #2b323a; }
  .footer_text {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #2b323a;
    text-align: center;
    margin: 0 0 17px 0; }
  .footer_text span {
    color: #c6c6c6; }
  .footer_icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .footer_icon {
    background-color: #3984f3;
    display: inline-block;
    width: 33px;
    height: 32px;
    border-radius: 50%;
    margin: 0 15px 0 0; }
  .footer_icons:last-child {
    margin: 0px; }
  .footer_icon img {
    max-width: 100%; }

/*--------------------*/
[class*="_container"] {
  max-width: 1250px;
  margin: 0px auto;
  padding: 0 15px; }

[class*="_link"]:hover {
  text-decoration: underline; }

.button {
  color: #3984f3;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.2px;
  padding: 11px 30px;
  border: solid 2px #3984f3;
  display: inline-block; }

.first-link {
  color: #4497f3;
  font-weight: 600; }

.text-block_title {
  font-size: 44px;
  font-weight: 800;
  letter-spacing: 2px;
  text-align: left;
  color: #091e40;
  max-width: 320px;
  margin: 0 0 52px 0; }

.text-block_text {
  line-height: 1.5;
  letter-spacing: 0.16px;
  text-align: left;
  max-width: 300px;
  margin: 0 0 66px 0; }

.text-block_button {
  padding: 14px 29px;
  background-color: #3984f3;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-align: left;
  color: #fff; }

.last-item {
  margin: 0px; }

.icon-menu {
  display: none; }

.close-icon-menu {
  display: none; }

.icon1 img {
  margin: 9px 6px; }

.icon2 img {
  margin: 7px 11.5px; }

.icon3 img {
  margin: 9.5px 7.5px; }

.icon4 img {
  margin: 10px 7.5px; }

.title2 {
  font-size: 27px;
  font-weight: 600;
  letter-spacing: 0.64px;
  margin: 0 auto 65px;
  max-width: none;
  position: relative;
  text-align: center; }

.title2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 45%;
  width: 45px;
  height: 3px;
  background-color: #3984f3; }

.text2 {
  line-height: 2.1;
  margin: 0 0 40px 0;
  max-width: 700px;
  font-size: 13px;
  text-align: center; }

.button2 {
  padding: 12px 40px;
  margin: 0 300px;
  text-align: center; }

.text-video {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  padding: 0 0 0 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 0.85;
  letter-spacing: 0.2px;
  text-align: left;
  color: #091e40; }

.text-video p {
  font-size: 13px;
  letter-spacing: 0.15px;
  color: #81858e;
  padding: 7px 0 0 0; }

.title3 {
  margin: 0px auto 65px;
  max-width: 400px;
  text-align: center;
  font-size: 27px;
  font-weight: 600;
  letter-spacing: 0.64px;
  position: relative; }

.title3:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 45%;
  width: 45px;
  height: 3px;
  background-color: #3984f3; }

.text3 {
  margin: 0px auto 75px;
  max-width: 750px;
  text-align: center;
  line-height: 2.1;
  font-size: 13px; }

.title4 {
  font-size: 28px;
  max-width: 330px;
  font-weight: 600;
  letter-spacing: 0.7px;
  margin: 0px auto 80px;
  position: relative;
  text-align: center; }

.title4:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 45%;
  width: 45px;
  height: 3px;
  background-color: #3984f3; }

.text4 {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.2px;
  color: #091e40;
  max-width: 655px;
  text-align: center;
  margin: 0px auto 55px; }

.title5 {
  font-size: 15px;
  text-align: center;
  color: #2b323a;
  letter-spacing: normal;
  margin: 0px auto 10px;
  position: relative; }

.title5:before {
  content: "";
  position: absolute;
  width: 35px;
  height: 2px;
  bottom: -55px;
  left: 95px;
  background-color: #3984f3; }

.title5:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 2px;
  bottom: -55px;
  left: 140px;
  opacity: 0.7;
  background-color: #7185de; }

.text5 {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: normal;
  margin: 0px auto;
  text-align: center;
  color: #2b323a;
  position: relative; }

.text5:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 2px;
  bottom: -25.2px;
  left: 162px;
  opacity: 0.7;
  background-color: #7185de; }

.text5:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 2px;
  bottom: -25.2px;
  left: 194px;
  opacity: 0.7;
  background-color: #7185de; }

.title6 {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin: 0px auto 20px; }

.text6 {
  font-size: 37px;
  font-weight: 800;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  max-width: 520px;
  margin: 0px auto; }

.select-container {
  background-color: rgba(0, 0, 0, 0.3);
  text-align: left;
  padding: 10px 0 10px 0;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.24px;
  color: #fff; }

.select {
  background-color: rgba(0, 0, 0, 0.1);
  text-align: left;
  padding: 0 0 0 25px;
  width: 100%;
  color: #fff;
  font-size: 15px;
  font-weight: 600; }

.button3 {
  padding: 15px 100px 15px 100px; }

/*--------------------*/
/*PC */
@media (max-width: 1057px) {
  [class*="_container"] {
    max-width: 970px; }
  .travel {
    padding: 170px 0 90px 0; }
  .text-block_title {
    max-width: none;
    margin: 0 0 50px 0; }
  .text-block_text {
    margin: 0 0 60px 0; }
  .places {
    padding: 0 0 900px 0; }
  .title2 {
    margin: 0 0 55px 0; }
  .title2:after {
    bottom: -25px;
    left: 47%; }
  .text2 {
    margin: 0 0 35px 0; }
  .title3 {
    margin: 0px auto 60px; }
  .title3:after {
    bottom: -25px;
    left: 47%; }
  .text3 {
    margin: 0px auto 65px; }
  .videos {
    padding: 0 0 90px 0; }
  .categories {
    padding: 0 0 90px 0; }
  .photos_2:after, .photos_3:after, .photos_4:after {
    font-size: 16px;
    letter-spacing: 0.25px;
    text-align: left;
    color: #fff;
    bottom: 6%;
    left: 6%;
    position: absolute; }
  .photos_3:after {
    bottom: 18%;
    left: 6%; }
  .title4 {
    margin: 0px auto 70px; }
  .title4:after {
    bottom: -35px;
    left: 47%; }
  .text4 {
    margin: 0px auto 50px; }
  .title5 {
    max-width: 320px;
    margin: 0px auto 10px; }
  .text5 {
    margin: 0px auto;
    text-align: center; }
  .see-you_block-text {
    padding: 200px 0 50px 0; }
  .title6 {
    margin: 0px auto 15px; }
  .text6 {
    margin: 0px auto; }
  .button3 {
    padding: 15px 70px 15px 70px; } }

/* TABLET */
@media (max-width: 991.98px) {
  [class*="_container"] {
    max-width: 750px; }
  .header_container {
    min-height: 90px; }
  .header_button {
    margin: 0 5% 0 0; }
  .travel {
    padding: 150px 0 80px 0; }
  .text-block_title {
    max-width: none;
    margin: 0 0 40px 0; }
  .text-block_text {
    max-width: none;
    margin: 0 0 50px 0; }
  .places {
    padding: 0 0 80px 0; }
    .places_content {
      margin: 0 0 40px 0; }
  .photos_maldives {
    margin: 50px 0 0 70px; }
  .photos_maldives:before {
    left: -70px;
    width: 70px; }
  .photos_maldives:after {
    left: -55px; }
  .title2 {
    margin: 0 0 45px 0; }
  .title2:after {
    bottom: -20px; }
  .text2 {
    margin: 0 0 30px 0; }
  .title3 {
    max-width: none;
    margin: 0px auto 40px; }
  .title3:after {
    bottom: -20px; }
  .text3 {
    max-width: none;
    margin: 0px auto 55px; }
  .videos {
    padding: 0 0 80px 0; }
  .block-videos_small {
    gap: 10px; }
  .categories {
    padding: 0 0 80px 0; }
  .photos_2:after, .photos_3:after, .photos_4:after {
    font-size: 13px;
    letter-spacing: 0.25px;
    text-align: left;
    color: #fff;
    bottom: 6%;
    left: 6%;
    position: absolute; }
  .photos_3:after {
    bottom: 22%;
    left: 6%; }
  .title4 {
    margin: 0px auto 50px; }
  .title4:after {
    bottom: -30px; }
  .text4 {
    margin: 0px auto 40px; }
  .traveller_image:before {
    left: 20%;
    bottom: 10px; }
  .traveller_image:after {
    right: 20%; }
  .title5 {
    margin: 0px auto 5px;
    max-width: 320px; }
  .text5 {
    max-width: 300px;
    margin: 0px auto; }
  .text5:before {
    bottom: -30.2px; }
  .text5:after {
    bottom: -30.2px; }
  .title6 {
    margin: 0px auto 15px; }
  .see-you_interaction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .see-you_block-text {
    padding: 150px 0 0 0; }
  .see-you_interaction {
    gap: 30px;
    padding: 0 115px 150px 115px; }
  .button3 {
    padding: 15px 90px 15px 90px; } }

/* MOBILE */
@media (max-width: 767.98px) {
  [class*="_container"] {
    max-width: none; }
  .header_button {
    margin: 0 0 0 0px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 200px;
    flex: 1 1 200px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .header_menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transition: left 0.3s ease 0s;
    -o-transition: left 0.3s ease 0s;
    transition: left 0.3s ease 0s;
    overflow: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .header_list {
    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;
    margin: 0px auto; }
  .header_item {
    margin: 0 auto 25px; }
  .header_item:last-child {
    margin: 0 0 0 0; }
  .header_link {
    font-size: 20px; }
  .close-icon-menu,
  .icon-menu {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    height: 18px;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 0 20px; }
  .icon-menu:before,
  .icon-menu:after {
    content: "";
    background-color: #000;
    height: 2px; }
  .icon-menu span {
    background-color: #000;
    height: 2px; }
  .close-icon-menu {
    display: none; }
  .close-icon-menu:before,
  .close-icon-menu:after {
    content: "";
    background-color: #000;
    height: 2px;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0; }
  .close-icon-menu:before {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg); }
  .close-icon-menu:after {
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg); }
  .header:target .icon-menu {
    display: none; }
  .header:target .close-icon-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header:target .header_menu {
    left: 0px; }
  .header:target .header_menu:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    height: 80px;
    width: 100%;
    background-color: #fff; }
  .travel {
    padding: 100px 0 70px 0; }
    .travel_container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .travel_content {
      margin: 0 0 50px 0; }
  .text-block_title {
    max-width: none;
    margin: 0 0 25px 0; }
  .text-block_text {
    max-width: none;
    margin: 0 0 35px 0; }
  .places {
    padding: 0 0 70px 0; }
    .places_content {
      margin: 0 0 30px 0; }
  .photos_maldives {
    margin: 50px 0 0 50px; }
  .photos_maldives:before {
    left: -50px;
    width: 50px; }
  .photos_maldives:after {
    top: 75%;
    left: -47px;
    font-size: 11px;
    color: #fff; }
  .photos_nepal:before {
    width: 50px;
    height: 20px;
    font-size: 10px;
    padding: 6.5px 14px; }
  .photos_nepal:after {
    top: 55%;
    left: 5px;
    font-size: 11px; }
  .photos_indonesia:after {
    top: 75%;
    left: 5px;
    font-size: 10px; }
  .photos_indonesia:before {
    width: 50px;
    height: 20px;
    font-size: 10px;
    padding: 6.5px 14px; }
  .response_star {
    margin: 0 -5px 7px 0; }
  .response_text {
    font-size: 9px;
    letter-spacing: 0.14px;
    text-align: center;
    margin: 0 0 0 5px; }
  .title2 {
    margin: 0 0 35px 0; }
  .title2:after {
    bottom: -15px;
    left: 46%; }
  .text2 {
    margin: 0 0 20px 0; }
  .button2 {
    margin: 0 200px; }
  .title3 {
    margin: 0px auto 30px; }
  .title3:after {
    bottom: -15px;
    left: 46%; }
  .text3 {
    max-width: none;
    margin: 0px auto 35px; }
  .videos {
    padding: 0 0 70px 0; }
    .videos_block-videos {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
  .block-videos_big {
    padding: 0 0 60% 0; }
  .block-videos_small {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 15px; }
  .block-videos_maldives {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .block-videos_maldives_image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%; }
  .block-videos_maldives_image img {
    max-width: 100%; }
  .block-videos_maldives_text {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    font-size: 12px;
    padding: 10px 0 0 0; }
  .block-videos_tanzania {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .block-videos_tanzania_image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%; }
  .block-videos_tanzania_image img {
    max-width: 98.2%; }
  .block-videos_tanzania_text {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    font-size: 12px;
    padding: 10px 0 0 0; }
  .block-videos_kathmandu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .block-videos_kathmandu_image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%; }
  .block-videos_kathmandu_image img {
    max-width: 100%; }
  .block-videos_kathmandu_text {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    font-size: 12px;
    padding: 10px 0 0 0; }
  .block-videos_china {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .block-videos_china_image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%; }
  .block-videos_china_image img {
    max-width: 100%; }
  .block-videos_china_text {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    font-size: 12px;
    padding: 10px 0 0 0; }
  .categories {
    padding: 0 0 70px 0; }
    .categories_photos {
      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; }
  .photos_1 {
    display: none; }
  .photos_3 {
    margin: 0px 0 0 0; }
  .photos_2:after, .photos_3:after, .photos_4:after {
    font-size: 18px;
    bottom: 6%;
    left: 6%; }
  .photos_5 {
    display: none; }
  .title4 {
    margin: 0px auto 40px; }
  .title4:after {
    bottom: -25px;
    left: 46%; }
  .text4 {
    margin: 0px auto 30px; }
  .traveller_image:before {
    left: 13%;
    bottom: 10px; }
  .traveller_image:after {
    right: 13%; }
  .title5 {
    margin: 0px auto 5px; }
  .title5:before {
    bottom: -55px;
    left: 37%; }
  .title5:after {
    bottom: -55px;
    left: 47%; }
  .text5:before {
    bottom: -30.2px;
    left: 54%; }
  .text5:after {
    bottom: -30.2px;
    left: 61%; }
  .title6 {
    margin: 0px auto 10px; }
  .see-you_block-text {
    padding: 100px 0 0 0; }
  .see-you_interaction {
    gap: 25px;
    padding: 0 85px 100px 85px; }
  .button3 {
    padding: 15px 60px 15px 60px; }
  .footer {
    padding: 50px 0 40px 0; }
    .footer_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;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 10px; }
    .footer_list:last-child {
      margin: 0 0 20px 0; }
    .footer_item {
      margin: 0px auto; } }

/* MOBILE SMALL*/
@media (max-width: 576px) {
  .button2 {
    margin: 0 100px; } }

@media (max-width: 479.98px) {
  .header_logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    overflow: hidden; }
  .button2 {
    margin: 0 50px; }
  .photos_maldives {
    margin: 50px 0 0 30px; }
  .photos_maldives:before {
    left: -30px;
    width: 30px; }
  .photos_maldives:after {
    top: 75%;
    left: -27px;
    font-size: 11px;
    color: #fff;
    max-width: 100%; }
  .photos_indonesia:after {
    max-width: 90%; }
  .photos_nepal:after {
    max-width: 90%; }
  .title5:before {
    bottom: -55px;
    left: 30%; }
  .title5:after {
    bottom: -55px;
    left: 43%; }
  .text5:before {
    bottom: -30.2px;
    left: 53%; }
  .text5:after {
    bottom: -30.2px;
    left: 63%; }
  .block-videos_maldives_text {
    font-size: 10px;
    padding: 10px 0 0 0; }
  .block-videos_tanzania_text {
    font-size: 10px;
    padding: 10px 0 0 0; }
  .block-videos_kathmandu_text {
    font-size: 10px;
    padding: 10px 0 0 0; }
  .block-videos_china_text {
    font-size: 10px;
    padding: 10px 0 0 0; }
  .see-you_block-text {
    padding: 70px 0 0 0; }
  .see-you_interaction {
    gap: 25px;
    padding: 0 55px 70px 55px; }
  .button3 {
    padding: 15px 60px 15px 60px; }
  .footer {
    padding: 30px 0 30px 0; }
    .footer_list {
      gap: 8px; }
    .footer_list:last-child {
      margin: 0 0 15px 0; } }
