/* Global =================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

body {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-variant: normal;
  font-size: 14px;
  line-height: 17px;
  background: #ccc; }

ul, li {
  margin: 0;
  padding: 0;
  list-style: none; }

fieldset {
  border: none;
  padding: 0;
  margin: 0; }

.clear {
  clear: both; }

.mobile {
  display: none; }

/* Wrapper ================================================================== */
#layout {
  will-change: blur; }
  #layout.contacts #body > section {
    display: flex;
    justify-content: space-between;
    background: url("/upload/000/u1/9/d/7bc9b328.png") center no-repeat;
    background-size: cover;
    height: auto;
    min-height: 100vh;
    padding: calc((100vh - 335px) / 2) 10% 0;
    box-sizing: border-box; }
  #layout.privatetour #body > section {
    background: url("/upload/000/u1/5/3/f532233c.png") center no-repeat;
    background-size: cover;
    min-height: 100vh; }

/* Header =================================================================== */
#layout > header {
  position: absolute;
  width: 100%;
  display: flex;
  top: 8vh;
  justify-content: space-between;
  z-index: 100;
  box-sizing: border-box;
  padding: 0 10%; }
  #layout > header.hide {
    display: none; }
  #layout > header #logo {
    display: flex; }
  #layout > header nav {
    padding: 0; }
    #layout > header nav .menu {
      z-index: 5;
      display: flex;
      justify-content: space-between; }
      #layout > header nav .menu > li {
        margin-left: 5vw; }
        #layout > header nav .menu > li:first-of-type {
          margin-left: 0; }
        #layout > header nav .menu > li > a {
          display: block;
          color: #fff;
          text-decoration: none;
          line-height: 35px; }
  #layout > header .userlang_swither {
    color: #fff;
    font-size: 24px;
    line-height: 35px; }
    #layout > header .userlang_swither a {
      text-decoration: none;
      color: #fff;
      font-weight: 700;
      margin: 0 10px;
      cursor: pointer; }
  #layout > header .main-burger {
    width: 40px;
    height: 35px;
    display: none;
    background: url(../images/main_burger.svg) center no-repeat;
    z-index: 100;
    margin-right: 25px; }
  #layout > header .main_menu_mobile {
    position: fixed;
    top: 0px;
    right: -100vw;
    height: 100vh;
    width: 100vw;
    z-index: 100;
    padding-bottom: 50px;
    padding-left: 10vw;
    box-sizing: border-box;
    display: none;
    background-color: #ffffff; }
    #layout > header .main_menu_mobile .head {
      height: 40px;
      display: flex;
      margin: 100px 0 40px;
      align-items: center; }
      #layout > header .main_menu_mobile .head .close {
        width: 20px;
        height: 20px;
        background: url(../images/main_menu_close.svg) center no-repeat;
        background-size: cover;
        right: 35px;
        top: 32px; }
      #layout > header .main_menu_mobile .head .mobile_logo {
        margin-left: 40px;
        width: 144px;
        height: 37px;
        background: url(../images/logo_blue.png);
        background-position: center;
        background-size: cover; }
        #layout > header .main_menu_mobile .head .mobile_logo a {
          display: block;
          width: 150px;
          height: 37px; }
    #layout > header .main_menu_mobile .foot button a {
      color: #4F4F4F;
      text-decoration: none; }
    #layout > header .main_menu_mobile .menu {
      display: flex;
      justify-content: space-around;
      flex-direction: column;
      align-content: center;
      height: calc(100% - 300px);
      margin-left: 60px; }
      #layout > header .main_menu_mobile .menu li {
        font-size: 36px;
        line-height: 33px; }
        #layout > header .main_menu_mobile .menu li.active a {
          color: #000; }
        #layout > header .main_menu_mobile .menu li a {
          text-decoration: none;
          color: #4F4F4F; }
        #layout > header .main_menu_mobile .menu li .inst {
          display: inline-block;
          width: 33px;
          height: 33px;
          background: url(../images/insta.svg) center no-repeat; }
        #layout > header .main_menu_mobile .menu li .wa {
          display: inline-block;
          width: 33px;
          height: 33px;
          background: url(../images/wa.svg) center no-repeat;
          margin-left: 20px; }
    #layout > header .main_menu_mobile .foot {
      height: 150px;
      margin-left: 60px;
      padding-top: 70px;
      box-sizing: border-box; }
      #layout > header .main_menu_mobile .foot button {
        padding: 15px 20px;
        border-radius: 50px;
        font-size: 18px;
        line-height: 10px;
        height: 50px;
        border: solid 1px #4F4F4F;
        color: #4F4F4F;
        background: none; }
  #layout > header.en .main_menu_mobile .head .mobile_logo {
    background: url(../images/logo_blue_en.png) no-repeat;
    background-position: center;
    background-size: contain; }

#layout > header #logo a, #layout > header #logo span {
  display: block;
  width: 150px;
  background-size: contain;
  height: 37px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: left center; }

#layout > header.en #logo a, #layout > header.en #logo span {
  background-image: url(../images/logo_en.png); }

/* Footer =================================================================== */
#layout footer {
  display: none;
  padding: 0 5%;
  clear: both;
  font-size: 14px;
  line-height: 17px;
  font-weight: 300; }
  #layout footer ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-basis: 0; }
  #layout footer > ul {
    padding: 20px 0;
    min-height: 50px;
    flex-wrap: wrap-reverse;
    justify-content: space-between; }
  #layout footer span.item {
    padding: 0 10px; }
  #layout footer #social li {
    margin-right: 20px; }
    #layout footer #social li a {
      display: block;
      width: 36px;
      height: 36px;
      border-radius: 19px; }
      #layout footer #social li a.fb {
        background: url(../images/icons/fb.svg) center no-repeat; }
      #layout footer #social li a.vk {
        background: url(../images/icons/vk.svg) no-repeat;
        background-position: 7px center; }
      #layout footer #social li a.instagram {
        background: url(../images/icons/instagram.svg) no-repeat;
        background-position: 8px center; }
      #layout footer #social li a.youtube {
        background: url(../images/icons/youtube.svg) no-repeat;
        background-position: 8px center; }
      #layout footer #social li a.tw {
        background: url(../images/icons/tw.svg) center no-repeat; }
      #layout footer #social li a.tg {
        background: url(../images/icons/tg.svg) no-repeat;
        background-position: 7px center; }
  #layout footer #nav ul li {
    padding: 5px 15px; }

/* ================================================================== */
/* registration ================================================================== */
#registration {
  max-width: 600px;
  margin: 30px auto 0;
  /*
	&::before{
		content: url(../images/registration.svg);
		display: block;
		text-align: center;
	}
	*/ }
  #registration h1 {
    text-align: center;
    font-size: 32px;
    line-height: 42px; }
  #registration .buttons {
    text-align: center; }
    #registration .buttons .btn {
      margin-right: 0 !important; }

#pass_recovery {
  text-align: center;
  max-width: 600px;
  margin: 30px auto 0;
  /*
	&::before{
		
		content: url(../images/recovery_pass.svg);
		display: block;
		
	}
	*/ }
  #pass_recovery h1 {
    font-size: 32px;
    line-height: 42px;
    margin: 0 0 10px; }
  #pass_recovery p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    margin: 0; }
  #pass_recovery label {
    text-align: left; }

#reg_verify {
  max-width: 600px;
  margin: 30px auto;
  text-align: center;
  /*
	&::before{
		
		content: url(../images/recovery_pass.svg);
		display: block;
		
	}
	*/ }
  #reg_verify #reg_resubmit_timer {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px; }
    #reg_verify #reg_resubmit_timer strong {
      font-weight: normal;
      margin-left: 5px; }
  #reg_verify .field {
    text-align: left; }
  #reg_verify .message_info {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px; }
  #reg_verify h1 {
    font-size: 32px;
    line-height: 42px; }

/* ================================================================== */
#fullpage > .section {
  min-height: 100vh; }

#fullpage .image {
  min-height: 100vh; }

.section {
  color: #efefef;
  text-align: center;
  font-size: 24px;
  line-height: 29px;
  background-size: cover; }
  .section h1 {
    text-align: center;
    font-size: 36px;
    line-height: 44px;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    text-shadow: 1px 1px 14px rgba(0, 0, 0, 0.35);
    padding: 0 15%; }
  .section h2, .section h3, .section h4, .section h5, .section h6 {
    font-size: 24px;
    line-height: 29px;
    color: #efefef;
    font-style: normal;
    font-weight: normal;
    text-shadow: 1px 1px 14px rgba(0, 0, 0, 0.35);
    margin: 0 auto;
    max-width: 900px;
    padding: 0 15%; }
    .section h2 + h6, .section h3 + h6, .section h4 + h6, .section h5 + h6, .section h6 + h6 {
      margin-top: 10vh; }
  .section p {
    padding: 0 15%;
    font-weight: 300; }
  .section .footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 5vh;
    width: 100%;
    padding: 0 10%;
    box-sizing: border-box;
    z-index: 1000; }
    .section .footer button {
      background: none;
      border: solid 2px #fff;
      font-weight: normal;
      color: #fff;
      font-family: 'Montserrat', sans-serif; }
      .section .footer button a {
        color: #fff;
        text-decoration: none; }
      .section .footer button:first-of-type {
        padding: 15px 20px;
        border-radius: 50px;
        font-size: 18px;
        line-height: 10px;
        height: 50px; }
      .section .footer button:nth-child(2) {
        width: 72px;
        height: 72px;
        border-radius: 36px;
        font-size: 12px;
        line-height: 15px;
        text-align: center; }
        .section .footer button:nth-child(2) a {
          text-decoration: none;
          color: #fff;
          display: block;
          margin-top: 10px; }
          .section .footer button:nth-child(2) a::after {
            content: url(../images/arrowdown.svg);
            margin-top: 3px;
            display: block; }
    .section .footer ul.social {
      display: flex;
      align-items: center; }
      .section .footer ul.social li {
        margin-left: 20px; }
        .section .footer ul.social li a {
          display: block;
          width: 32px;
          height: 32px; }
          .section .footer ul.social li a.instagram {
            background: url(../images/instagram.svg) center no-repeat;
            background-size: contain; }
          .section .footer ul.social li a.whatsapp {
            background: url(../images/whatsapp.svg) center no-repeat;
            background-size: contain; }

.tours_list h2, .tour__teaser h2 {
  font-size: 48px;
  line-height: 59px;
  font-weight: normal;
  width: auto; }

.tours_list button, .tour__teaser button {
  margin: 60px 40px 0;
  background: none;
  border: solid 2px #fff;
  color: #fff;
  padding: 7px 20px;
  border-radius: 20px;
  font-size: 18px;
  line-height: 22px;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal; }
  .tours_list button a, .tour__teaser button a {
    color: #fff;
    text-decoration: none; }

/*
#widget_wrapper_30{ 
	
	width: 80%;
    min-height: 70vh;
	position: absolute;
	top: calc(15vh + 40px);
	left: 10%;
	background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0.46) 100%);
	z-index: 10000000;
	display: none;
	
	.iforms_basic{
		
		& > p{
		
		font-size: 14px;
		line-height: 26px;
		text-align: center;
		color: #5E2712;
			
		}
		
	.iforms_container{
		
		width: 60%;
		margin: 0 auto;
		
		.field{
			
			margin-top: 28px;
			
			label{

				display: none;
			}

			input{

				border: 1px solid #5E2712;
				height: 50px;
				color: #5E2712;
				font-size: 18px;
				line-height: 22px;
				font-weight: normal;

				&::placeholder{

					color: #5E2712;
				}
			
			}
			
			.chosen-container-single .chosen-single{
				
				color: #5E2712;
				font-size: 18px;
				line-height: 22px;
				background: none;
				border: 1px solid #5E2712;
				height: 50px;
				padding-left: 0;
				
				span{
					
					margin-top: 12px;
					padding: 0 25px;
				}
				
			}
		
		}
		
		.buttons{
					
			.button{ 

				border: 2px solid #5E2712;
				margin: 20px auto 10px;
				color: #5E2712;
			}
				
		}
	}
	
	}


}
*/
.feelings_list .section {
  text-align: left; }
  .feelings_list .section > div {
    visibility: visible;
    opacity: 1; }
  .feelings_list .section p {
    padding: 0 10%;
    width: 70%; }
  .feelings_list .section h2 {
    padding: 0 10%;
    margin: 10vh 0 5vh;
    font-size: 36px;
    line-height: 44px;
    max-width: 700px; }
  .feelings_list .section.page1 > div {
    visibility: hidden;
    opacity: 0; }
    .feelings_list .section.page1 > div.active {
      visibility: visible;
      opacity: 1; }
  .feelings_list .section.page4 .h2-bg {
    background-position: center !important; }
  .feelings_list .section .row {
    display: flex;
    min-height: 100vh; }
    .feelings_list .section .row .image {
      width: 56%;
      position: relative; }
      .feelings_list .section .row .image .go-tours a {
        border: 2px solid #5E2712;
        color: #5E2712; }
      .feelings_list .section .row .image .go-top {
        border: solid 2px #5E2713;
        right: 50px; }
        .feelings_list .section .row .image .go-top a {
          color: #5E2713; }
          .feelings_list .section .row .image .go-top a::before {
            content: url(../images/arrowtop-gray.svg);
            margin-bottom: 5px;
            display: block; }
    .feelings_list .section .row .row-content {
      width: 44%;
      color: #5E2712;
      font-weight: normal;
      font-size: 18px;
      line-height: 22px;
      vertical-align: bottom;
      text-align: left;
      padding-top: 10vh;
      position: relative; }
      .feelings_list .section .row .row-content > div {
        visibility: hidden;
        opacity: 0;
        transition: all 1.5s ease;
        position: absolute; }
        .feelings_list .section .row .row-content > div.active {
          visibility: visible;
          opacity: 1; }
      .feelings_list .section .row .row-content .h2-bg {
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text !important;
        color: #fff;
        margin-left: -20vw; }
        .feelings_list .section .row .row-content .h2-bg h2 {
          font-size: 80px;
          padding: 0;
          display: block;
          width: 50vw;
          line-height: 80px;
          font-weight: bold;
          text-shadow: none;
          margin: auto;
          text-transform: uppercase; }
      .feelings_list .section .row .row-content .teaser {
        font-size: 36px;
        line-height: 33px;
        color: #5E2712;
        font-weight: 400;
        margin-top: 5px; }
      .feelings_list .section .row .row-content p {
        padding: 0 10% 0; }
      .feelings_list .section .row .row-content .page_number {
        position: absolute;
        top: 10vh;
        right: 10%;
        font-size: 18px; }
        .feelings_list .section .row .row-content .page_number span {
          font-size: 14px; }

.autor_list > div.page2 .row .content p {
  font-size: 18px;
  line-height: 24px; }

.autor_list > div .row {
  display: flex;
  padding: 150px 10% 0; }
  .autor_list > div .row .avatar {
    width: 30%;
    min-width: 200px;
    max-width: 300px; }
    .autor_list > div .row .avatar img {
      border-radius: 1000px; }
  .autor_list > div .row .content {
    width: 70%;
    max-width: 800px;
    text-align: left; }
    .autor_list > div .row .content p {
      padding: 0 0 0 10%;
      font-weight: 300;
      text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.75); }
    .autor_list > div .row .content h2, .autor_list > div .row .content h3, .autor_list > div .row .content h4, .autor_list > div .row .content h5, .autor_list > div .row .content h6 {
      padding: 0 10%;
      margin: 0;
      width: 90%;
      text-shadow: 1px 1px 14px rgba(0, 0, 0, 0.35); }
    .autor_list > div .row .content h2 {
      font-size: 48px;
      line-height: 59px; }
    .autor_list > div .row .content h3 {
      font-size: 28px;
      line-height: 38px;
      font-weight: 400; }

.autor_list > div button {
  background: none;
  border: none; }
  .autor_list > div button a {
    width: 36px;
    height: 36px;
    display: block; }
    .autor_list > div button a.down-button {
      background: url(../images/scroll-down-small.svg); }
    .autor_list > div button a.up-button {
      background: url(../images/scroll-up-small.svg); }

.privatetour_list > div {
  min-height: 100vh;
  height: auto; }

.lebanon_list > .section {
  min-height: 110vh !important;
  text-align: left; }
  .lebanon_list > .section.teaser {
    display: flex;
    align-items: center;
    min-height: 110vh;
    visibility: visible !important;
    opacity: 1 !important;
    justify-content: center; }
    .lebanon_list > .section.teaser h2 {
      padding: 0 10%;
      max-width: none;
      text-align: left; }
  .lebanon_list > .section .row {
    display: flex;
    min-height: 110vh; }
    .lebanon_list > .section .row .image {
      width: 56%;
      position: relative; }
      .lebanon_list > .section .row .image .go-tours a {
        border: 2px solid #5E2712;
        color: #5E2712; }
      .lebanon_list > .section .row .image .go-top {
        border: solid 2px #5E2713;
        right: 50px; }
        .lebanon_list > .section .row .image .go-top a {
          color: #5E2713; }
          .lebanon_list > .section .row .image .go-top a::before {
            content: url(../images/arrowtop-gray.svg);
            margin-bottom: 5px;
            display: block; }
    .lebanon_list > .section .row .row-content {
      width: 44%;
      color: #5E2712;
      font-weight: normal;
      font-size: 18px;
      line-height: 22px;
      vertical-align: bottom;
      text-align: left;
      padding-top: 20vh;
      position: relative; }
      .lebanon_list > .section .row .row-content > div {
        visibility: visible !important;
        opacity: 1 !important;
        display: table-cell;
        vertical-align: middle; }
        .lebanon_list > .section .row .row-content > div.active {
          visibility: visible;
          opacity: 1; }
      .lebanon_list > .section .row .row-content .h2-bg {
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text !important;
        color: #fff;
        margin-left: -20vw; }
        .lebanon_list > .section .row .row-content .h2-bg h2 {
          font-size: 80px;
          padding: 0;
          display: block;
          width: 50vw;
          line-height: 80px;
          font-weight: bold;
          text-shadow: none;
          margin: auto;
          text-transform: uppercase; }
      .lebanon_list > .section .row .row-content .teaser {
        font-size: 36px;
        line-height: 33px;
        color: #5E2712;
        font-weight: 400;
        margin-top: 5px; }
      .lebanon_list > .section .row .row-content p {
        padding: 0 10% 0; }
      .lebanon_list > .section .row .row-content .page_number {
        position: absolute;
        top: 10vh;
        right: 10%;
        font-size: 18px; }
        .lebanon_list > .section .row .row-content .page_number span {
          font-size: 14px; }
  .lebanon_list > .section p {
    padding: 0 15%; }
  .lebanon_list > .section.page1 div {
    width: 100%; }
    .lebanon_list > .section.page1 div p {
      padding: 0 10%;
      max-width: 700px; }
    .lebanon_list > .section.page1 div h2 {
      font-size: 48px;
      line-height: 59px;
      padding: 0 20% 0 10%;
      max-width: 1000px;
      margin: 0; }
  .lebanon_list > .section .author {
    display: flex;
    padding: 150px 10% 0;
    align-items: center;
    padding: 150px 0 150px; }
    .lebanon_list > .section .author .avatar {
      width: 30%;
      min-width: 200px;
      max-width: 300px; }
      .lebanon_list > .section .author .avatar img {
        border-radius: 1000px; }
    .lebanon_list > .section .author .content {
      width: 70%;
      max-width: 800px;
      text-align: left; }
      .lebanon_list > .section .author .content p {
        padding: 0 0 0 10%;
        font-weight: 300;
        text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.75); }
      .lebanon_list > .section .author .content h2, .lebanon_list > .section .author .content h3, .lebanon_list > .section .author .content h4, .lebanon_list > .section .author .content h5, .lebanon_list > .section .author .content h6 {
        padding: 0 10%;
        margin: 0;
        width: 90%;
        text-shadow: 1px 1px 14px rgba(0, 0, 0, 0.35); }
      .lebanon_list > .section .author .content h2 {
        font-size: 48px;
        line-height: 59px; }
      .lebanon_list > .section .author .content h3 {
        font-size: 28px;
        line-height: 34px;
        font-weight: 400;
        margin-top: 20px; }

.fullpagemenu-cont {
  position: fixed;
  width: 100vw;
  bottom: 7vh;
  left: 0;
  padding: 0 10%; }

#fullpagemenu {
  max-width: 80vw;
  z-index: 100;
  color: #fff;
  display: flex;
  width: 100%;
  align-items: center;
  box-sizing: border-box;
  visibility: hidden; }
  #fullpagemenu li {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin: 0 10px; }
    #fullpagemenu li a {
      color: #fff;
      text-decoration: none;
      display: block;
      padding: 20px;
      transition: font-size 0.7s; }
    #fullpagemenu li.active {
      font-size: 30px;
      line-height: 37px; }
      #fullpagemenu li.active a {
        border: solid 2px #fff;
        width: 80px;
        height: 80px;
        border-radius: 40px;
        box-sizing: border-box;
        text-align: center; }

.edit_wlinks {
  display: none; }

.contacts_list > div {
  font-size: 30px;
  line-height: 37px;
  color: #ffffff;
  text-align: left; }
  .contacts_list > div a {
    color: #ffffff;
    text-decoration: none; }
  .contacts_list > div ul {
    margin-top: 35px; }
    .contacts_list > div ul li {
      padding-left: 50px;
      position: relative;
      margin-bottom: 37px; }
      .contacts_list > div ul li.phone::before {
        content: url("../images/phone.svg");
        position: absolute;
        left: 0; }
      .contacts_list > div ul li.email::before {
        content: url("../images/email.svg");
        position: absolute;
        left: 0; }
      .contacts_list > div ul li.inst::before {
        content: url("../images/inst.svg");
        position: absolute;
        left: 0; }
  .contacts_list > div .more-info {
    font-size: 16px;
    line-height: 18px; }
    .contacts_list > div .more-info p {
      margin: 5px 0; }
    .contacts_list > div .more-info a {
      text-decoration: underline; }

#widget_wrapper_27 form .buttons .button {
  margin: 20px auto 20px; }

#fp-nav.fp-right {
  right: 5% !important; }

#fp-nav li {
  margin-bottom: 12px; }
  #fp-nav li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
    position: relative;
    width: 23px;
    display: block; }
    #fp-nav li a .paging-point {
      display: block;
      width: 10px;
      height: 10px;
      position: absolute;
      right: 1px;
      top: 4px; }
      #fp-nav li a .paging-point span {
        display: block;
        width: 4px;
        height: 4px;
        border-radius: 5px;
        background: #ffffff;
        margin: 3px; }
    #fp-nav li a .page-number {
      visibility: hidden; }
  #fp-nav li.active a .page-number {
    visibility: visible; }
  #fp-nav li.active a .paging-point {
    border: solid 1px #ffffff;
    border-radius: 10px;
    top: 3px;
    right: 0px; }

#fp-nav.feel.fp-right {
  right: 2% !important; }

#fp-nav.feel li a {
  color: #5E2712; }
  #fp-nav.feel li a > span span {
    background: #5E2712; }

#fp-nav.feel li.active a > span {
  border: solid 1px #5E2712; }

.login_form {
  max-width: 600px;
  margin: 100px auto; }
  .login_form fieldset {
    margin: 0 auto; }

/* Forms and Inputs ========================================================= */
.sess_messages {
  position: absolute;
  width: 100vw;
  z-index: 50000;
  text-align: right;
  padding: 10px 10%;
  color: #ffffff;
  box-sizing: border-box; }

.contacts-form {
  width: 500px; }
  .contacts-form .button {
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    border: solid 2px #ffffff;
    background: none;
    font-weight: 400;
    text-transform: lowercase;
    font-family: 'Montserrat', sans-serif;
    padding: 8px 20px;
    border-radius: 50px;
    margin: 35px auto 0;
    display: block; }
    .contacts-form .button:hover {
      background: none;
      cursor: pointer; }
  .contacts-form input, .contacts-form input::placeholder,
  .contacts-form textarea, .contacts-form textarea::placeholder {
    color: #535E96; }

.privatetour-form {
  padding: calc((100vh - 400px) / 2) 0 20px;
  width: 100%; }
  .privatetour-form .iforms_basic {
    width: 70%;
    max-width: 800px;
    margin: 0 auto; }
    .privatetour-form .iforms_basic > p {
      color: #ffffff;
      font-size: 24px;
      line-height: 29px;
      position: relative;
      text-align: center;
      margin-bottom: 0;
      font-weight: 400; }
  .privatetour-form form {
    max-width: 600px;
    margin: 0 auto; }
    .privatetour-form form .buttons .button {
      font-size: 18px;
      line-height: 22px;
      color: #ffffff;
      border: solid 2px #ffffff;
      background: none;
      font-weight: 400;
      text-transform: lowercase;
      font-family: 'Montserrat', sans-serif;
      padding: 8px 20px;
      border-radius: 50px;
      margin: 20px auto 0;
      display: block; }
      .privatetour-form form .buttons .button:hover {
        background: none;
        cursor: pointer; }
    .privatetour-form form input, .privatetour-form form input::placeholder {
      color: #ffffff; }
    .privatetour-form form textarea, .privatetour-form form textarea::placeholder {
      color: #5E2712; }

.lebanon.privatetour-form {
  background: url(../images/lebanon_form_bg.png) center no-repeat;
  background-size: cover;
  box-sizing: border-box;
  min-height: 110vh !important; }

.flex-content #controller_wrap > form {
  padding-right: 10%; }

form .form-error {
  color: #f00;
  margin-top: -18px;
  margin-right: 5px;
  text-align: right;
  display: block;
  font-size: 12px; }

form input[type="submit"], form input[type="button"] {
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  border: solid 2px #ffffff;
  background: none;
  font-weight: 400;
  text-transform: lowercase;
  font-family: 'Montserrat', sans-serif;
  padding: 8px 20px;
  border-radius: 50px;
  display: block;
  cursor: pointer; }

form .hint {
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  color: #ACACAC;
  margin-top: 5px; }

form .buttons {
  margin: 30px 0 30px;
  display: flex; }
  form .buttons .button {
    margin: 0 10px 20px; }

form .field {
  margin-top: 25px; }
  form .field:last-child {
    margin-bottom: 0; }
  form .field label {
    display: block;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase; }

form fieldset legend {
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  padding-top: 40px; }
  form fieldset legend + .field {
    margin-top: 20px; }

form .label {
  padding: 5px 0; }

form .field_error .error_text {
  font-size: 12px;
  color: #F63F17;
  float: right; }

form #f_slug.field_error .error_text {
  float: none; }

form .input, form select {
  line-height: normal;
  border: 1px solid #e84323;
  box-sizing: border-box;
  height: 50px;
  width: 100%;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid #ffffff;
  font-weight: 300;
  font-size: 18px;
  padding: 0px 25px;
  font-family: 'Montserrat', sans-serif; }
  form .input:focus, form select:focus {
    background: none;
    outline: none; }

form .ft_image .upload, form .ft_images .upload {
  height: 44px;
  width: 177px;
  box-sizing: border-box;
  border-radius: 6px;
  border: solid 1px #e84323;
  padding: 15px 20px; }
  form .ft_image .upload .qq-uploader, form .ft_images .upload .qq-uploader {
    position: relative; }
    form .ft_image .upload .qq-uploader::before, form .ft_images .upload .qq-uploader::before {
      content: url(../images/icons/upload_clip.svg);
      margin-right: 5px;
      position: absolute;
      left: 0;
      top: -3px; }
    form .ft_image .upload .qq-uploader .qq-upload-button, form .ft_images .upload .qq-uploader .qq-upload-button {
      font-weight: 300;
      font-size: 12px;
      line-height: 14px;
      color: #e84323;
      border-bottom: 1px dashed #e84323; }

form .ft_image .preview, form .ft_images .preview {
  width: 84px;
  height: 58px;
  margin-right: 15px;
  position: relative; }
  form .ft_image .preview img, form .ft_images .preview img {
    object-fit: cover;
    border-radius: 5px;
    height: 100%;
    width: 100%; }
  form .ft_image .preview a::after, form .ft_images .preview a::after {
    content: "";
    background: #e84323 url(../images/icons/del_img.svg) center no-repeat;
    width: 22px;
    height: 22px;
    position: absolute;
    border-radius: 11px;
    top: -10px;
    right: -10px; }

form .widget_image_multi .previews_list {
  display: flex; }
  form .widget_image_multi .previews_list .preview {
    margin: 5px 8px 15px; }

form .widget_image_single .preview {
  margin-top: 5px; }

form textarea {
  width: 100%;
  height: 120px;
  background: rgba(255, 255, 255, 0.74);
  border: solid 1px #ffffff;
  padding: 15px;
  box-sizing: border-box;
  font-weight: 300;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif; }
  form textarea:focus {
    border: solid 1px #ffffff; }
  form textarea + .form-error {
    margin-top: -23px; }

form select, form select option {
  font-weight: 300; }

form .city-input {
  border: solid 1px #ACACAC;
  border-radius: 6px;
  padding: 10px 25px;
  height: 45px;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 14px;
  position: relative;
  display: inline-block; }
  form .city-input .city_clear_link {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/icons/del.svg) 3px 1px no-repeat;
    position: absolute;
    right: -30px;
    top: 12px; }
  form .city-input .ajax-modal {
    text-decoration: none;
    padding-left: 25px;
    font-weight: 300;
    color: #ACACAC;
    background: url(../images/icons/search.svg) 0 2px no-repeat;
    margin-left: 20px;
    float: right; }

form .ft_radio > label {
  padding-bottom: 12px !important; }

form .ft_radio .input_radio_list label {
  cursor: pointer;
  position: relative; }
  form .ft_radio .input_radio_list label input + span {
    font-size: 14px;
    line-height: 22px;
    text-transform: none;
    text-transform: none;
    padding-left: 35px; }
    form .ft_radio .input_radio_list label input + span span {
      font-weight: 300;
      font-size: 16px;
      line-height: 19px;
      float: right;
      color: #ACACAC; }
    form .ft_radio .input_radio_list label input + span:before {
      width: 20px;
      height: 20px;
      content: " ";
      position: absolute;
      background: #ffffff;
      vertical-align: middle;
      box-sizing: border-box;
      left: 0;
      top: 0;
      border: solid 1px #ACACAC;
      border-radius: 10px; }
  form .ft_radio .input_radio_list label input {
    visibility: hidden;
    position: absolute; }
    form .ft_radio .input_radio_list label input:checked + span::after {
      width: 12px;
      height: 12px;
      content: " ";
      position: absolute;
      background: #e84323;
      vertical-align: middle;
      box-sizing: border-box;
      left: 4px;
      top: 4px;
      border-radius: 7px; }
    form .ft_radio .input_radio_list label input:checked + span::before {
      border: solid 1px #e84323; }
    form .ft_radio .input_radio_list label input:disabled + span {
      color: #ACACAC; }
      form .ft_radio .input_radio_list label input:disabled + span::after {
        display: none; }
      form .ft_radio .input_radio_list label input:disabled + span::before {
        border: solid 1px #D3D3D3;
        background: #F6F6F6; }

form .ft_age input,
form .ft_date input,
form .ft_date select,
form .ft_iformsdatetime input {
  height: 45px;
  border: solid 1px #ACACAC;
  border-radius: 6px;
  padding: 0 25px;
  font-size: 14px; }
  form .ft_age input:focus,
  form .ft_date input:focus,
  form .ft_date select:focus,
  form .ft_iformsdatetime input:focus {
    background: none;
    border: 1px solid #e84323 !important;
    outline: none; }

form .ft_date a {
  color: #ACACAC;
  font-size: 14px;
  font-weight: 300; }

form .ft_parent a {
  color: #202124;
  text-decoration: none;
  position: relative;
  padding-left: 20px; }
  form .ft_parent a::before {
    content: url("../images/icons/parent_plus.svg");
    position: absolute;
    left: 0;
    top: 0; }

form .symbols_count {
  font-size: 14px;
  font-weight: 300; }
  form .symbols_count .symbols_num {
    color: #e84323;
    margin-right: 5px; }

form .ft_hidden {
  margin: 0 !important;
  padding: 0 !important;
  display: none !important; }

.ft_checkbox label, .ft_iformscheckbox label, .ft_absent label, .input_checkbox_list label {
  cursor: pointer;
  position: relative; }
  .ft_checkbox label input + span, .ft_iformscheckbox label input + span, .ft_absent label input + span, .input_checkbox_list label input + span {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    text-transform: none;
    text-transform: none;
    padding-left: 27px; }
    .ft_checkbox label input + span:before, .ft_iformscheckbox label input + span:before, .ft_absent label input + span:before, .input_checkbox_list label input + span:before {
      width: 17px;
      height: 17px;
      content: " ";
      position: absolute;
      background: #ffffff;
      vertical-align: middle;
      box-sizing: border-box;
      left: 0;
      top: 1px;
      border: solid 1px #ACACAC;
      border-radius: 2px; }
  .ft_checkbox label input, .ft_iformscheckbox label input, .ft_absent label input, .input_checkbox_list label input {
    visibility: hidden;
    position: absolute; }
    .ft_checkbox label input:checked + span::before, .ft_iformscheckbox label input:checked + span::before, .ft_absent label input:checked + span::before, .input_checkbox_list label input:checked + span::before {
      content: url("../images/icons/checkbox.svg");
      border: none; }

.ft_telephone a {
  text-decoration: none; }

.qq-upload-drop-area {
  position: absolute;
  top: -16px;
  left: -21px;
  width: 177px;
  height: 100%;
  min-height: 45px;
  z-index: 2;
  background: #2ecc71;
  text-align: center;
  color: #FFF;
  display: block; }
  .qq-upload-drop-area span {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -8px;
    font-size: 14px; }

.upload .qq-upload-drop-area span {
  top: 12px;
  font-size: 12px;
  line-height: 18px; }

.qq-upload-drop-area-active {
  background: #3498db; }

.qq-upload-list {
  margin: 15px 0 0 0;
  padding: 0; }

.qq-upload-list li {
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 15px;
  font-size: 13px;
  list-style: none; }

.qq-upload-file,
.qq-upload-spinner,
.qq-upload-size,
.qq-upload-cancel,
.qq-upload-failed-text {
  margin-right: 7px; }

.qq-upload-list:empty {
  display: none; }

.qq-upload-size,
.qq-upload-cancel {
  font-size: 11px; }

.qq-upload-failed-text {
  display: none; }

.qq-upload-fail .qq-upload-failed-text {
  display: inline; }

.style-svg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  vertical-align: middle;
  transition: fill 0.3s ease; }

.go-tours {
  position: absolute;
  left: 0;
  bottom: 10vh;
  text-align: center;
  width: 100%; }
  .go-tours a {
    border: 2px solid #fff;
    box-sizing: border-box;
    border-radius: 500px;
    color: #fff;
    text-decoration: none;
    padding: 7px 20px;
    font-size: 18px;
    line-height: 22px;
    font-weight: normal; }

.go-top {
  width: 72px;
  height: 72px;
  border-radius: 36px;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  background: none;
  border: solid 2px #fff;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  bottom: calc(10vh - 23px);
  right: 10%;
  padding: 0; }
  .go-top a {
    text-decoration: none;
    color: #fff;
    display: block;
    width: 68px;
    height: 68px;
    padding-top: 7px;
    box-sizing: border-box; }
    .go-top a::before {
      content: url(../images/arrowtop.svg);
      margin-bottom: 5px;
      display: block; }

input, textarea, select {
  -webkit-appearance: none; }

.reguired_field label::after {
  content: '*';
  color: #f00;
  margin-left: 3px; }

#content_bind_form {
  box-sizing: border-box; }
  #content_bind_form #item-find-field {
    width: 35%;
    height: 50px;
    border-right: solid 1px #EDEDED;
    border-top: none;
    border-bottom: none;
    border-left: none;
    padding: 10px 20px;
    box-sizing: border-box;
    color: #979797;
    font-size: 12px;
    -webkit-appearance: listbox; }
  #content_bind_form #item-find-input {
    width: 65%;
    border-left: none;
    min-width: 300px;
    height: 50px;
    border: none;
    padding: 20px;
    box-sizing: border-box;
    color: #979797;
    font-size: 12px; }
  #content_bind_form .find {
    overflow: hidden;
    margin: 0; }
    #content_bind_form .find .field {
      display: flex;
      border-bottom: solid 1px #EDEDED; }
  #content_bind_form .pills-menu {
    display: flex;
    margin-left: 20px; }
    #content_bind_form .pills-menu li a {
      text-decoration: none;
      color: #ACACAC; }
    #content_bind_form .pills-menu li.active a {
      color: #202124; }
  #content_bind_form .filter-tabs {
    margin-top: 10px; }
    #content_bind_form .filter-tabs ul {
      margin-bottom: 10px; }
      #content_bind_form .filter-tabs ul li {
        font-size: 12px;
        padding: 4px 6px;
        height: 16px;
        line-height: 16px;
        margin-right: 2px; }
  #content_bind_form .result-pane {
    height: 180px;
    padding: 2px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative; }
  #content_bind_form .spinner {
    display: none; }
  #content_bind_form .spinner.show {
    display: block; }
  #content_bind_form .spinner.show + .result-pane {
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -ms-filter: blur(1px);
    -o-filter: blur(1px);
    filter: blur(1px); }
  #content_bind_form .result-pane ul,
  #content_bind_form .result-pane ul li {
    list-style: none;
    margin: 0;
    padding: 0; }
  #content_bind_form .result-pane ul li {
    padding: 20px;
    border-bottom: solid 1px #EDEDED;
    position: relative; }
    #content_bind_form .result-pane ul li::last-child {
      border-bottom: none; }
    #content_bind_form .result-pane ul li .title {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 4px; }
      #content_bind_form .result-pane ul li .title a {
        color: #202124; }
    #content_bind_form .result-pane ul li .details {
      font-size: 11px;
      color: #ACACAC; }
      #content_bind_form .result-pane ul li .details .user {
        margin-right: 4px;
        display: inline-block;
        height: 16px;
        line-height: 16px; }
      #content_bind_form .result-pane ul li .details a {
        color: #202124; }
    #content_bind_form .result-pane ul li .add {
      position: absolute;
      right: 10px;
      top: 20px; }
      #content_bind_form .result-pane ul li .add input {
        background: #e84323;
        border: none;
        color: #ffffff;
        border-radius: 3px; }
  #content_bind_form .buttons {
    margin: 20px;
    visibility: hidden; }
    #content_bind_form .buttons input {
      background: #e84323;
      border: none;
      color: #ffffff;
      border-radius: 3px;
      padding: 5px; }

#controller_wrap h1 {
  margin-top: 120px;
  margin-left: 10%; }

#controller_wrap > form {
  margin: 0 10%; }
  #controller_wrap > form input {
    background: #eee !important;
    border-color: #999 !important;
    color: #999; }

.fp-section > div.active {
  visibility: visible;
  opacity: 1;
  z-index: 1; }

.fp-section > div {
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  transition: all 1s ease-in-out; }

.privatetour {
  background: url(/upload/privatetour_bg.jpg) top center no-repeat;
  background-size: cover; }

.contacts {
  background: url(/upload/contacts_bg.jpg) top center no-repeat;
  background-size: cover; }

.tour {
  font-size: 18px;
  line-height: 23px; }
  .tour table {
    border-collapse: collapse; }
    .tour table td {
      padding: 15px;
      border: solid 1px #000; }
  .tour__feedback {
    text-align: center; }
  .tour button.last {
    margin: 70px 10px;
    background: none;
    border: solid 2px #000;
    color: #000;
    padding: 7px 20px;
    border-radius: 20px;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal; }
    .tour button.last a {
      color: #000;
      text-decoration: none; }
  .tour__teaser {
    min-height: 100vh;
    background-size: cover;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #fff; }
    .tour__teaser > div {
      padding: 0 15%; }
    .tour__teaser h1 {
      margin: 0 !important;
      font-size: 48px;
      line-height: 59px;
      font-weight: normal;
      width: auto; }
  .tour__imagetext {
    display: flex;
    min-height: 70vh; }
    .tour__imagetext > div {
      width: 50%;
      box-sizing: border-box; }
      .tour__imagetext > div p:first-of-type {
        margin-top: 0; }
  .tour__firsttext, .tour__lasttext {
    padding: 60px 0; }
  .tour__righttext {
    padding: 0 0 50px 50px; }
  .tour__lefttext {
    padding: 50px 50px 50px 0; }
  .tour .container {
    max-width: 1200px;
    margin: 0 auto; }

.row {
  display: flex;
  flex-wrap: wrap; }

.w-50 {
  width: 50%;
  box-sizing: border-box;
  padding: 0 30px; }

.w-100{
	
	 width: 100%;
  	box-sizing: border-box;
  	padding: 0 30px;
}
.w-100 li{
	
	margin-bottom: 5px;
}
@media screen and (max-width: 1440px) {
	
  .lebanon_list .h2-bg h2 {
	  
    font-size: 70px; 
	  
  } 
	
  #layout > header nav .menu > li {
        margin-left: 4vw; 
  }
	
	.lebanon_list > .section .row .row-content .h2-bg h2{
		
		font-size: 60px;
	}


}

@media screen and (max-width: 1200px) {
  #layout > header nav .menu > li {
    margin-left: 3vw; }
  .feelings_list .section .row .row-content .h2-bg {
    margin-left: calc(-500px + 10vw); }
    .feelings_list .section .row .row-content .h2-bg h2 {
      width: 70%; }
  .lebanon_list .section .row .row-content .h2-bg {
    margin-left: calc(-700px + 10vw); }
    .lebanon_list .section .row .row-content .h2-bg h2 {
      width: 70%; }
  .lebanon_list .author {
    flex-direction: column; }
    .lebanon_list .author .avatar, .lebanon_list .author .content {
      width: 80% !important; }
      .lebanon_list .author .avatar h2, .lebanon_list .author .avatar h3, .lebanon_list .author .avatar p, .lebanon_list .author .content h2, .lebanon_list .author .content h3, .lebanon_list .author .content p {
        padding: 0 !important; } }

@media screen and (max-width: 1100px) {
  #layout > header nav {
    padding: 0; }
    #layout > header nav .menu {
      display: none; }
  #layout > header .main-burger {
    display: block; }
  #layout.contacts #body > section {
    flex-direction: column;
    padding-top: 150px; }
  .autor_list .section p {
    font-size: 18px;
    line-height: 22px; }
  .autor_list > div .row {
    flex-direction: column;
    padding: 100px 10% 0; }
    .autor_list > div .row .content {
      width: 100%; }
      .autor_list > div .row .content h2 {
        padding: 0;
        font-size: 32px;
        line-height: 39px;
        width: 100%; }
      .autor_list > div .row .content h3 {
        padding: 0;
        font-size: 18px;
        line-height: 22px;
        width: 100%; }
      .autor_list > div .row .content p {
        padding: 0; }
  .fullpagemenu-cont {
    overflow-x: auto;
    padding: 0;
    width: 100vw;
    box-sizing: border-box;
    padding: 10px 5%; }
  #fullpagemenu li a {
    padding: 10px; }
  #fullpagemenu li.active a {
    width: 60px;
    height: 60px; }
  .mCSB_dragger_bar {
    opacity: 0; } }

@media screen and (max-width: 800px) {
  .w-50 {
    width: 100%;
    margin: 30px 0; 
	padding: 0 10px;
	}
	
	.w-100{
		
		padding: 0 10px;
		
	}
  .row {
    display: flex;
    flex-wrap: wrap; }
  .contacts-form {
    width: 100%; }
  .tour__teaser {
    padding-top: 150px; }
    .tour__teaser > div {
      padding: 0; }
  .tour__firsttext, .tour__lasttext {
    padding: 30px; }
  .tour__righttext, .tour__lefttext {
    padding: 30px;
    height: auto !important; }
  .tour__imagetext {
    display: flex;
    flex-direction: column; }
    .tour__imagetext.last {
      flex-direction: column-reverse; }
    .tour__imagetext > div {
      width: 100%;
      }
	.tour__imagetext .tour__image {
      width: 100%;
      min-height: 80vh; }
  .privatetour-form {
    padding: 100px 5% 20px;
    box-sizing: border-box; }
    .privatetour-form .iforms_basic {
      width: 100%;
      margin: 0 auto; }
      .privatetour-form .iforms_basic > p {
        font-size: 18px;
        line-height: 22px; }
  .tours_list h2, .tour__teaser h2 {
    font-size: 32px;
    line-height: 39px;
    padding: 0 5%; }
  .tours_list button, .tour__teaser button {
    margin: 40px 20px 0; }
  .feelings_list .section h2 {
    font-size: 32px;
    line-height: 40px; }
  .feelings_list .section p {
    font-size: 18px;
    line-height: 22px; }
  .feelings_list .section .row {
    flex-direction: column; }
    .feelings_list .section .row .image {
      width: 100%;
      height: 40vh;
      background-position: top center !important; }
    .feelings_list .section .row .row-content {
      width: 100%;
      height: 60vh;
      padding-top: 5vh;
      font-size: 16px;
      line-height: 20px; }
      .feelings_list .section .row .row-content .h2-bg {
        margin-left: 5%; }
        .feelings_list .section .row .row-content .h2-bg h2 {
          width: 100%;
          font-size: 76px;
          line-height: 70px; }
      .feelings_list .section .row .row-content .teaser {
        width: 60%; }
      .feelings_list .section .row .row-content p {
        padding-left: 12%; }
      .feelings_list .section .row .row-content .page_number {
        top: auto;
        right: auto;
        left: 10px;
        bottom: 15px; }
  .lebanon_list .section h2 {
    font-size: 32px;
    line-height: 40px; }
  .lebanon_list .section p {
    font-size: 18px;
    line-height: 22px;
    padding: 0 10%; }
  .lebanon_list .section .row {
    flex-direction: column; }
    .lebanon_list .section .row .image {
      width: 100%;
      height: 40vh;
      min-height: auto !important;
      background-position: top center !important; }
    .lebanon_list .section .row .row-content {
      width: 100%;
      min-height: 60vh;
      padding-top: 5vh;
      font-size: 16px;
      line-height: 20px; }
      .lebanon_list .section .row .row-content .h2-bg {
        margin-left: 0; }
        .lebanon_list .section .row .row-content .h2-bg h2 {
          width: 90%;
          font-size: 60px;
          line-height: 70px;
          text-align: center; }
      .lebanon_list .section .row .row-content .teaser {
        width: 60%; }
      .lebanon_list .section .row .row-content p {
        padding-left: 12%; }
      .lebanon_list .section .row .row-content .page_number {
        top: auto;
        right: auto;
        left: 10px;
        bottom: 15px; }
  .lebanon_list > .section.page1 div h2 {
    font-size: 28px;
    line-height: 35px; } }

@media screen and (max-width: 580px) {
  #layout > header {
    padding: 0 5px;
    top: 25px; }
    #layout > header .main_menu_mobile .head {
      margin-top: 35px; }
      #layout > header .main_menu_mobile .head .close {
        width: 16px;
        height: 16px; }
      #layout > header .main_menu_mobile .head img {
        width: 110px; }
    #layout > header .main_menu_mobile .menu li {
      font-size: 18px;
      line-height: 22px; }
  #layout.contacts #body > section {
    padding: 100px 5% 0; }
    #layout.contacts #body > section .contacts_list > div {
      font-size: 24px;
      line-height: 29px; }
  .section h1 {
    font-size: 32px;
    line-height: 39px; }
  .section p {
    padding: 0 5%; }
  .section .footer {
    flex-direction: column;
    bottom: 0; }
    .section .footer button {
      margin-bottom: 20px; }
    .section .footer ul.social {
      display: none; }
  #fp-nav.fp-right {
    display: none; }
  .autor_list .section p {
    font-size: 14px;
    line-height: 17px; }
  .autor_list > div .row {
    flex-direction: column;
    padding: 100px 5% 0; }
    .autor_list > div .row .avatar {
      width: 50%;
      margin: 0 auto 20px; }
    .autor_list > div .row .content {
      width: 100%; }
      .autor_list > div .row .content h2 {
        padding: 0;
        font-size: 24px;
        line-height: 29px; }
      .autor_list > div .row .content h3 {
        padding: 0;
        font-size: 18px;
        line-height: 22px; }
      .autor_list > div .row .content p {
        padding: 0; }
  .tours_list button, .tour__teaser button {
    margin: 20px 20px 0; }
    .tours_list button:first-of-type, .tour__teaser button:first-of-type {
      margin-top: 40px; }
  .feelings_list .section h2 {
    font-size: 24px;
    line-height: 30px; }
  .feelings_list .section p {
    font-size: 14px;
    line-height: 18px; }
  .feelings_list .section .row .image {
    height: 45vh; }
    .feelings_list .section .row .image .go-top {
      display: none; }
  .feelings_list .section .row .row-content {
    height: 65vh;
    font-size: 14px;
    line-height: 18px; }
    .feelings_list .section .row .row-content .h2-bg {
      margin-left: 5%; }
      .feelings_list .section .row .row-content .h2-bg h2 {
        font-size: 36px;
        line-height: 30px; }
    .feelings_list .section .row .row-content p {
      padding: 0 5%;
      width: auto; }
    .feelings_list .section .row .row-content .teaser {
      font-size: 18px;
      line-height: 20px;
      margin-left: 20%; }
  .lebanon_list .section.page1 {
    padding-top: 100px; }
    .lebanon_list .section.page1 h2 {
      font-size: 22px !important;
      line-height: 30px !important; }
  .lebanon_list .h2-bg h2 {
    font-size: 30px !important;
    line-height: 40px !important; }
	
	.tour__teaser h1 {

      font-size: 42px;
      line-height: 50px;
       }


}
