html {
	padding: 0;
	margin: 0;
}
body {
	margin: 0;
	padding: 0;
    font-family: 'Lora', serif;
    font-family: 'Poppins', sans-serif;
}
header {
	height: 5vh;
}
.ha1 {
    font-size:30px;
}
.fa-whatsapp {
    font-size: 35px;
    color: green;
}
.topline {
	width: 100%;
	position: fixed;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	background-color: #fff;
	/*border-bottom: 1.5px solid black;*/
	z-index: 30;
}
.first {
	height: 95vh;
	background: url(img/iback1.jpg) no-repeat center ;
	background-size: cover;
	z-index: 20;
}
.first hr {
	color: #fff;
	margin-top: -10px;
	height: -2px;
}
.first h2 {
	text-align: center;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	/*margin-top: 150px;*/
	font-weight: 200;
	font-size: 42px;
	font-weight: lighter;
	letter-spacing: 5px;
}
.first h1 {
	text-align: center;
	color: #fff;
	font-family: 'Lora', serif;
	/*margin-top: 150px;*/
	font-weight: 400i;
	font-size: 47px;
	letter-spacing: 5px;
	text-transform: uppercase;
	
}
nav {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	width: 99%;
}
.menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 80%;
	padding: 0;
	justify-content: flex-end;


} li {
	list-style-type: none;
	margin-right: 25px;
	margin-left: 10px;
	padding: 10px;
	font-size: 22px;
}
.menu a {
	display: block;
	text-decoration: none;
	color: #979997;
	text-transform: uppercase;
	font-family: "Poppins" sans-serif;
	font-size: 22px;
	letter-spacing: 5px;
	transition: all 1s;
}
.menu a:hover {
	color: #000;
	transition: all 1s;
}
.block0 {
	height: 80vh;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.linee a {
	font-size: 25px;
}
.second  , .fourth{
	height: 100%;
}
.second h2 {
	text-align: center;
	color: #000;
	font-family: 'Lora', serif;
	margin-top: 100px;
	font-weight: 400i;
	font-size: 37px;
	letter-spacing: 5px;
}
.second h3 {
	text-align: center;
}
.block1 {
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	margin-top: 150px;
  margin-bottom:50px;
}
.text2 {
	width: 40%;
	height: 90%;
	margin-left: 50px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin-top: -100px;
}
.text2 p {
	width: 90%;
	font-size: 20px;
	text-align: justify;
	padding-top: -100px;
	flex-direction: column;
	justify-content: center;
}
.img2 {
	/*width: 50%;*/
	margin-top: -120px;
}
.img2 img {
	/*width: 100%;*/
	margin-bottom: 50px;
	padding-bottom: 50px;
	/*height: 90%;*/
}
.third {
	background-color: #f5f5f5;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.block2 {
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
      margin-top: 100px;
}
.text3{
	width: 40%;
	margin-left: 50px;
	/*display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	align-items: center;*/
}
.text3 p {
	font-size: 20px;
	text-align: justify;
}
.img3 {
	/*width: 50%;
	height: 100%;*/
}
.img3 img {
	/*width: 100%;*/
}
.fourth h2 {
text-align: center;
margin-top: 50px;
}
.fourth h3 {
	text-align: left;
		color: #979997;
		margin-left: 20px;
		margin-right: 20px;
} 
.block3 {
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	margin-top: 150px;
}
.text4{
	height: 50%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: flex-start;
	width: 40%;
	margin-left: 50px;
	margin-top: -130px;
	align-items: center;
}
.text4 p {
	width: 90%;
	padding-top: -100px;
	font-size: 20px;
	text-align: justify;
}
.img4 {
	/*width: 50%;*/
	margin-top: -110px;
	/*height: 100%;*/
}
.img4 img {
	/*width: 100%;*/
	/*height: 100%;*/
}
.btn-blog {
	background-color: #000;
	color: #fff;
	text-align: center;
	width: 280px;
	height: 40px;
	padding-top: 7px;
	padding-bottom: 5px;
	margin: 50px auto;
	border-radius: 3px;
	transition: all 1s ;
}
.btn-blog a {
	text-decoration: none;
	color: #fff;
	display: block;
	transition: all 1s;
}
.btn-blog:hover {
	background-color: #e6e6e6;
	transition: all 1s;
}
.btn-blog a:hover {
	color: #000;
	transition: all 1s;
}
.fifth {
	background-color: #f5f5f5;
	text-align: center;
}
.fifth h2 {
	text-align: center;
	padding-top: 100px;
	width: 70%;
	margin:0px auto;
}
.fifth p {
	font-size: 17px;
	width: 80%;
	margin:40px auto;
	font-weight: 500;
	padding-bottom: 100px;
	text-align: justify;

}

/*6*/
.block4 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	margin-top: 150px;
}
.text5{
	width: 40%;
	margin-left: 50px;
	align-items: center;
}
.text5 p {
	font-size: 20px;
	text-align: justify;
}
.img5 {
	/*width: 50%;*/
	margin-top: -110px;
	/*height: 100%;*/
}
.img5 img {
	/*width: 100%;*/
	/*height: 100%;*/
}
/*7*/
.seventh {
	background-color: #F5F5F5;
	padding-top: 100px;
	padding-bottom: 20px;
}
.seventh h2 {
	font-size: 30px;
	text-align: center;
	padding-top: 50px;
}
.text6 {
	width: 70%;
	margin: 0 auto;
	text-align: justify;
	margin-bottom: 100px;
}
.text6 p {
	font-size: 20px;
}
.sl {
	width: 70%;
	margin: 0px auto;
}
.sl img {
	width: 100%;
	height: 700px;
}

/*8*/
.eighth {
	height: 100%;
	padding-top: 100px;
	padding-bottom: 50px;
	}
.block6 {
	padding-top: 50px;	
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
}
.text9 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 30%;
	justify-content: center;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.text9 p {
font-size:25px;
  text-align: justify;
}
.img9 {
	/*width: 50%;*/
}
.img9 img {
	/*width: 100%;*/
	/*height: 100%;*/
}

/* 9 */
.ninth {
	background-color: #F5F5F5;
	padding: 50px auto;
  text-align:center;
	}
.ninth h2 {
	width: 100%;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
		padding-top: 50px;
	padding-bottom: 50px;
	

}

/* 10 */
.tenth h2 {
	padding-top: 50px;
	text-align: center;
}
.block7 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	/*height: 100%;*/
	justify-content: space-around;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

}
.iss {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	/*width: 100%;*/
	text-align: center;
	width: 30%;
}
.iss:hover {
	background-color: rgba(0, 76 ,63 , 0.5);
}
.iss p {
 margin-top: 0px;
}
.is1 , .is2 , .is3 , .is4 , .is5 , .is6 , .is7 , .is8 , .is9 ,
 .is10 , .is11 , .is12 , .is13 , .is14 , .is15 , .is16 , .is17 , .is18 , .is19 , .is20 , .is21 , .is22 , .is23 , .is24{
	width: 100%;
	height: 600px;
}
 
.is1 {
	background: url(img/nn3.jpg) no-repeat center center;
	background-size: cover 100%;
} 
.is2 {
	background: url(img/olga2450.jpg) no-repeat center center;
	background-size: cover 100%;
} 
.is3 {
	background: url(img/nt3450.jpg) no-repeat center center;
	background-size: cover 100%;
} 
.is4 {
	background: url(img/mn1.jpg) no-repeat center center;
	background-size: cover 100%;
} 
.is5 {
	background: url(img/bianka2450.jpg) no-repeat center center;
	background-size: cover 100%;
} 
.is6 {
	background: url(img/masha1450.jpg) no-repeat center center;
	background-size: cover 100%;
} 
.is7 {
	background: url(img/nn2.jpg) no-repeat top center;
	background-size: cover 100%;
} 
.is8 {
	background: url(img/nn1.jpg) no-repeat top center;
	background-size: cover 100%;
} 

.is9 {
	background: url(img/nn4.jpg) no-repeat top center;
	background-size: cover 100%;
} 
.is10 {
	background: url(img/olga450.jpg) no-repeat center center;
	background-size: cover 100%;
} 
.is11 {
	background: url(img/olganorm450.jpg) no-repeat center center;
	background-size: cover 100%;
} 

.is12 {
	background: url(img/olga2450.jpg) no-repeat center center;
	background-size: cover 100%;
} 
.is13 {
	background: url(img/nt3450.jpg) no-repeat center center;
	background-size: cover 100%;
} 
.is14 {
	background: url(img/nt450.jpg) no-repeat center center;
	background-size: cover 100%;
} 
.is15 {
	background: url(img/nt4450.jpg) no-repeat center center;
	background-size: cover 100%;
} 
.is16 {
	background: url(img/mn2.jpg) no-repeat center center;
	background-size: cover 100%;
} 
.is17 {
	background: url(img/mn3.jpg) no-repeat center center;
	background-size: cover 100%;
} 
.is18 {
	background: url(img/mn4.jpg) no-repeat center center;
	background-size: cover 100%;
} 
.is19 {
	background: url(img/bianka450.jpg) no-repeat center center;
	background-size: cover 100%;
} 
.is20 {
	background: url(img/bianka3450.jpg) no-repeat center center;
	background-size: cover 100%;
} 
.is21 {
	background: url(img/bianka4450.jpg) no-repeat center center;
	background-size: cover 100%;
} 
.is22 {
	background: url(img/masha450.jpg) no-repeat center center;
	background-size: cover 100%;
} 
.is23 {
	background: url(img/masha2450.jpg) no-repeat center center;
	background-size: cover 100%;
} 
.is24 {
	background: url(img/masha1450.jpg) no-repeat center center;
	background-size: cover 100%;
} 

/*11*/
.eleventh {
	text-align: center;
	background-color: #F5F5F5;
	padding-top: 100px;
	padding-bottom: 200px;
}

.block8 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	/*justify-content: space-between;*/
	padding-top: 100px;
}
.text7 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	font-size: 30px;
	width:49%;
	padding-left: 100px;
}
.text7 p {
	width: 100%;
}
.text7 a {
	color: #000;
}
form {
	width:50%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
input {
	width: 80%;
	border: 1.9px solid #000;
	margin-bottom: 10px;
	height: 40px;
	margin: 5px auto;
	font-family: "Poppins" , sans-serif;
	font-size: 15px;
	padding-left: 20px;
border-radius: 3px;
}
textarea {
	width: 80%;
	border: 1.9px solid #000;
	margin-bottom: 10px;
	margin: 5px auto;
	font-family: "Poppins" , sans-serif;
	color: #000;
	font-size: 15px;
	padding-left: 20px;
	border-radius: 3px;
}
button {
	background-color: #000;
	color: #fff;
	text-align: center;
	width: 83%;
	height: 40px;
	padding-top: 7px;
	padding-bottom: 5px;
	margin: 5px auto;
	border-radius: 3px;
	transition: all 1s ;
	text-transform: uppercase;
	font-family: "Poppins" , sans-serif;
	border: 0px solid #000;

}
button:hover {
background-color: #e6e6e6;
transition: all 1s ;
color: #000;
cursor: pointer;
border: 1px solid #000;
}
.go-top {
	width: 50px;
	height: 50px;
	background-color: #000;
	font-size: 29px;
	padding: 5px;
	position: fixed;
	bottom: 15px;
	right: 15px;
	cursor: pointer;
}
.go-top a {
	color: #fff;
	display: block;
}

/* BLOG*/

.cb1 {
	width: 100%;
	height: 95vh;
	background: url(img/bg2.jpg) no-repeat center;
	background-size: cover;

}
.text {
	width: 100%;
	height: 100%;
}
.block11 {
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	margin-top: 50px;
}
.tcb1 {
	width: 80%;
  text-align: justify;
}
.icb1 {
	width: 100%;
	height: 70%;
	padding-top: 70px;;
}
.text11{
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.img11 {
	width: 50%;
	height: 100%;
}
.iss a {
	text-decoration: none;
	color: #000;
}
.iss:hover {
	background-color: rgba(255, 255 ,255 , 0.9);
}
.ob1 {
	width: 100%;
	height: 95vh;
	background: url(img/bg3.jpg) no-repeat top center;
	background-size: cover;
}
.mb1 {
	width: 100%;
	height: 95vh;
	background: url(img/bg4.jpg) no-repeat top center;
	background-size: cover;
}
.nb1 {
	width: 100%;
	height: 95vh;
	background: url(img/bg5.jpg) no-repeat top center;
	background-size: cover;
}
.imgmb {
	width: 45%;
	margin-top: -110px;
}
.imgmb img {
	margin-bottom: 50px;
	padding-bottom: 50px;
	height: 70%;
}
.textmb {
	width: 40%;
	height: 90%;
	margin-left: 50px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin-top: -100px;
}
.textmb p{
	width: 80%;
	font-size: 20px;
	text-align: left;
	flex-direction: column;
	justify-content: center;
}
.secondmb {
	height: 50%;
}
.secondmb h2 {
	text-align: center;
	color: #000;
	font-family: 'Lora', serif;
	margin-top: 100px;
	font-weight: 400i;
	font-size: 37px;
	letter-spacing: 5px;
}
.secondmb h3 {
	text-align: center;
}
.blockmb {
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	margin-top: 150px;
}
.mbp {
	padding-top: 100px;
}
.nab1 {
width: 100%;
	height: 95vh;
	background: url(img/nab1.jpg) no-repeat top center;
	background-size: cover;
}
.ab1 {
	width: 100%;
	height: 95vh;
	background: url(img/bg6.jpg) no-repeat center center;
	background-size: cover;
}
.ma1 {
	width: 100%;
	height: 95vh;
	background: url(img/bb1.jpg) no-repeat center center;
	background-size: cover;
	color: #000;
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;

}
.ma1 a  {
	text-transform: uppercase;
	font-size: 30px;
	color: #000;
}

.ma1 h2 {
	font-size: 35px;
	margin-top: 90px;
}
.ma1 p {
	font-size: 20px;
	width: 70%;
	margin: 30px auto;
	/*color: */
}

.sl1 {
	width: 100%;
	margin: 0px auto;
	position: relative;
	text-align: center;
	height: 100%;
}
.sl1 img {
	width: 100%;
	height: 700px;
}
.sltext {
	position: absolute;
	bottom: 50%;
	color: #fff;
	text-align: center;
  width:100%;
}
.sltext h2 {
	width: 100%;
}
.sltext p {
font-size: 20px;
width: 90%;
/*padding: 5%;*/
text-align: justify;
margin: 0 auto;

}
.blog_it {
	background: #F5F5F5;
	margin: 0;
	padding: 50px;
}
.blog_it p {
	font-size: 20px;
margin: 0;
}

.fifth img {
	width: 70%;
	height: 600px;
}
footer {
	text-align: center;
	width: 100%; 
	background-color: #000; 
	color: #fff;
}
footer p {
	margin: 0;
  padding-top:50px;
}
.downline {
	width: 100%;
	background-color: #000;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
}
.downline a{
font-size: 30px;
color: #fff;
}
 





.area {
  text-align: center;
  font-size: 6.5em;
  color: #fff;
  letter-spacing: -7px;
  font-weight: 700;
  text-transform: uppercase;
  animation: blur 2s ease-out infinite;
  text-shadow: 0px 0px 2px #fff, 0px 0px 600px #000;
}

@keyframes blur {
  from {
    text-shadow:0px 0px 10px #fff,
      0px 0px 10px #000, 
      0px 0px 25px #000,
      0px 0px 25px #000,
      0px 0px 25px #000,
      0px 0px 25px #000,
      0px 0px 25px #000,
      0px 0px 25px #fff,
      0px 0px 50px #fff,
      0px 0px 50px #fff,
      0px 0px 50px #7B96B8,
      0px 0px 150px #7B96B8,
      0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px -10px 100px #7B96B8,
      0px -10px 100px #7B96B8;
  }
}
.submenu li {
	margin: 0;
}
/*.navBurger {
  position: fixed;
  left: 2%;
  top: 3%;
  cursor: pointer;
  background: #979997;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-clip: content-box;
  width: 30px;
  height: 24px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 100;
}*/
/*.navBurger:before, .navBurger:after {
  content: "";
  position: absolute;
  background: #979997;
  height: 2px;
  width: 100%;
  right: 0;
  will-change: rotate;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 100;
}*/
/*.navBurger:before {
  top: -10px;
}*/
/*.navBurger:after {
  bottom: -10px;
  width: 90%;
}*/
/*.navBurger.active {
  background: transparent;
  background-clip: content-box;
}
.navBurger.active:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 0;
  background: #eee;
  width: 110%;
}*/
/*.navBurger.active:after {
  bottom: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background: #eee;
  width: 110%;
}

.overlay {
  position: fixed;
  background: #000;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0);
          transform: scale(0);
  visibility: hidden;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  overflow: hidden;
}*/
/*.overlay.open {
  opacity: .99;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}*/
/*.overlay.open li {
  display: block;
  -webkit-animation: fadeInRight 0.4s cubic-bezier(0.42, 0.83, 0.7, 1.5) forwards;
          animation: fadeInRight 0.4s cubic-bezier(0.42, 0.83, 0.7, 1.5) forwards;
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: .7s;
          animation-delay: .7s;
}
.overlay.open li:nth-of-type(5) {
  -webkit-animation-delay: .8s;
          animation-delay: .8s;
}*/


/*.overlayMenu ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: block;
  position: relative;
  height: 100%;
}*/
/*.overlayMenu ul li {
  display: block;
  position: relative;
  opacity: 0;
  width: 100%;
}



.home {
  color: #fee700;
  font-size: 22px;
}
.models {
  color: red;
  font-size: 22px;
}
.hoe {
  color:#fff;
  font-size: 18px;
}
.cont {
  color: blue;
  font-size: 22px;
}
.massage {
  font-size: 22px;
  color: pink;
}



/*responsive*/
@media screen and (max-width:1100px) {
	.lineee{
		display: none;
		
	}
	.demo {
		/*display: block !important;*/
	}
.demo .drop-down {
   font-size: 15px !important;
}
.demo .drop-menu-main-sub a {

    font-size: 15px !important;

}
.demo .drop-menu-main-sub .title {
       font-size: 15px !important;
}
 .first h1 {
}
.first h2 {
	margin-top: 50px;
}
.first {
	height: 95vh;
	background: url(img/iback1.jpg) no-repeat right;
	background-size: cover;
	z-index: 20;
}
li {
	text-align: center;
}
.fourth h2  , .fifth h2 , .ninth h2 {
	font-size: 22px;
}
.fourth h3 {
	font-size: 18px;
}
.sl {
	width: 50%;
}
.sl img {
	height: 500px;
}
.iss {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	text-align: center;
	width: 45%;
}

.text2 p , .text3 p  , .text4 p , .fifth p , .text5 p , .text6 p{
	font-size: 15px;
}
}
@media screen and (max-width: 850px) { 
.block1 {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.text2 {
	width: 100%;
}
.img2 {
    width: 100%;
    margin-top:0px;
    text-align: center;
}
.img2 img {
    width: 80%;
  	margin: 0 auto;
}
.block2 {
	-webkit-flex-direction: column-reverse;
	-moz-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	-o-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.text3 {
	width: 80%;
}
.img3 {
    width: 100%;
    margin-top:0px;
    text-align: center;
}
.img3 img {
    width: 80%;
  	margin: 0 auto;
}
.block3 {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	margin-top: 30px;
}
.text4 {
	width: 80%;
	margin-top: 0;
}
.img4 {
    width: 100%;
    margin-top:0px;
    text-align: center;
}
.img4 img {
    width: 80%;
  	margin: 0 auto;
}
.block4 {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	margin-top: 30px;
}
.text5 {
	width: 80%;
	margin-top: 0;
}
.img5 {
    width: 100%;
    margin-top:0px;
    text-align: center;
}
.img5 img {
    width: 80%;
  	margin: 0 auto;
}
.block6 {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	margin-top: 30px;
}
.text9 {
	width: 80%;
	margin-top: 0;
	margin: 0 auto;
}
.text9 p {
    font-size: 20px;
    text-align: justify;
}
.img9 {
    width: 100%;
    margin-top:0px;
    text-align: center;
}
.img9 img {
    width: 80%;
  	margin: 0 auto;
}
}
@media screen and (max-width: 750px) {
	.menu a {
    font-size: 16px;
}
.sltext p {
    font-size: 20px;
    text-align: left;
    text-transform: uppercase;
}
	.ma1 p {
		display: none;
	}
	.block8 {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
	.text7 {
	width: 100%;
	padding-left: 0;
}
  .text9 p {
    font-size:18px;
  }
	form {
	width: 100%;
}
	.text2 p , .text3 p  , .text4 p , .fifth p , .text5 p , .text6 p{
	font-size: 15px;
}
.second h2 {
	font-size: 28px;
}
.fourth h3 {
	font-size: 17px;
}
.btn-blog {
	margin-top: 0px;
}
.fourth h2  , .fifth h2 , .ninth h2 {
	font-size: 20px;
}
.menu li {
	margin-left: 5px;
}
.lineee {
	font-size: 12px !important;
	/*display: none;*/
}
.linee a {
font-size: 17px;
}

.cb1 {
	width: 100%;
	height: 95vh;
	background-size: cover;
}
.text11{
	width: 100%;
	margin-left: 5px;
}
.img11 {
	width: 100%;
	height: 100%;
}
.icb1 {
	width: 100%;
	height: 100%;
}
.tcb1 {
	width: 100%;
	padding-right: 5px;
}
.block11 {
	-webkit-flex-direction: column-reverse;
	-moz-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	-o-flex-direction: column-reverse;
	flex-direction: column-reverse;
	margin-top: 100px;
    padding: 25px;
}
.is7 , .is8 , .is9{
	width: 100%;
	height: 300px;
	margin-top: 70px;
}
.sltext {
	bottom: 20%;
}
.sltext h2 {
	padding-top: 5%;
}
.sltext p {
font-size: 17px;
width: 100%;
}
}
@media screen and (max-width: 550px){
	.overlayMenu ul li a {
  display: inline-block;
  /*border: 2px solid #fff;*/
  color: #2D2E55;
  text-decoration: none;
  text-align: right;
  
  font-size: 60px !important;
  /*padding: 3px 5px 3px 5px;*/
  font-family: 'Staatliches', cursive;
 -webkit-transition: .8s;
  transition: ease-in-out .8s;
}
	.first h3 {
    font-size: 35px !important;
   
}
 .first h1 {
	font-size: 37px;
}
.first h2 {
	font-size: 25px;
}
.wrap {
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.text2 {
	width: 90%;
	margin-left: 0px;
	padding: 30px;
}
.text2 p {
	width: 100%;
	text-align: left;
}
.img2 {
	width: 100%;
	margin-top: 0;
}
.block1 {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.third {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.text3 {
	width: 90%;
	margin-left: 0;
    padding: 30px;
}
.img3 {
	width: 100%;
	margin: 0;
}
.block2 {
	-webkit-flex-direction: column-reverse;
	-moz-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	-o-flex-direction: column-reverse;
	flex-direction: column-reverse;
	margin-top: 50px;
}
.text3 {
	height: 100%;
}
.fourth h2 {
	font-size: 19px;
}
.fourth h3 {
	font-size: 17px;
}
.block3 {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	margin: 0;
}
.text4 {
	width: 100%;
	margin: 0;
}
.img4 {
	width: 100%;
	margin: 0;
}
.block4 {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.text5 {
	width: 90%;
    padding: 30px;
	margin: 0;
}
.img5 {
	width: 100%;
}
.sl {
	width: 100%;
}
.sl img {
	width: 100%;
}
.block6 {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.text9 {
	width: 90%;
    padding: 30px;
}
.img9 {
	width: 100%;
}
.iss {
	width: 70%;
}
.block8 {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.text7 {
	width: 100%;
	padding-left: 0;
}
form {
	width: 100%;
}
.lineee {
	font-size: 12px;
	/*display: none;*/
}
.linee a {
font-size: 17px;
}
}
@media screen and (max-width: 400px) {
.linee {
	font-size: 15px;
	text-align: right;
}
.linee a {
font-size: 15px;
letter-spacing: 1px	
}
.menu {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	text-align: right;
	justify-content: center;
}
li {
	padding: 0;
}
.btn-blog {
	width: 170px;
}
}
@media screen and (max-height: 500px) {
	.first h1 {
		font-size: 25px;
	}
	.first h2 {
		font-size: 20px;
	}
.topline {
	/*height: 11%;*/
}
	.text2 p , .text3 p  , .text4 p , .fifth p , .text5 p , .text6 p{
	font-size: 17px;
}
}
/*.moscow {
	position:fixed;
	top: 10%;
	left: 0%;
	width: 60px;
	height: 45vh;
	background: url(/images/escortmos.jpg) no-repeat center center;
	background-size: cover;
}
.moscow a {
	-ms-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-ms-transform-origin: left top 0;
-moz-transform-origin: left top 0;
-webkit-transform-origin: left top 0;
transform-origin: left top 0;
}
.ger {
	position: fixed;
	top: 55%;
	left: 0%;
	width: 60px;
	height: 45vh;
	background: url(/images/escortger.jpg) no-repeat center center;
	background-size: cover;
}*/
.submenu {
  position: absolute;
  /*left: 50%;*/
  top: 100%;
  width: 210px;
  /*margin-left: -105px;*/
  background: #fafafa;
  border: 1px solid #ededed;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  transform: scale(.8);
  transition: 0.8s ease-in-out;
}
.submenu li a {
  padding: 10px 0;
  margin: 0 10px;
  border-bottom: 1px solid #efefef;
  font-size: 18px;
  color: #484848;
  font-family: 'Kurale', serif;
  transition: all 1s;
}
.submenu li a {
 color:#c0a97a; 
 transition: all 1s;
}
.menu > li:hover .submenu {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.block0 h3 {
	font-size: 45px;
	color: #fff;
	text-transform: uppercase;
		font-family: 'Lora', serif;
		text-align: center;
		margin-top: -30px;
		letter-spacing: 5px;
}
.demo {
    /*width: 600px;*/
    /*margin: 20px auto;*/
    /*border: 1px solid #d4d4d4;*/
    padding: 10px;
    color: #4F6B72;
    /*font-family: "PT Sans", Verdana, Arial, sans-serif;*/
    font-size: 13px;
    display: none;
    z-index: 0 !important;
}

.demo .permalink{
    display: block;
    color:#4F6B72;
    text-decoration: none;
    margin: 10px 0;
}

.demo .permalink:hover{
    text-decoration: underline;
}

.demo ul, .demo li {
    margin: 0;
    padding: 0;
}

.demo .drop-menu-main a, .demo .drop-down, .demo .drop-menu-main-sub .title {
    text-decoration: none;
    color: #555555;
    padding: 0 10px 0 0;
}

.demo .drop-menu-main {
    padding: 4px;
    height: 20px;
    position: relative;
}

.demo .drop-menu-main li {
    float: left;
    margin-right: 40px;
}

.demo .drop-menu-main-sub {
    display: none;
    position: absolute;
    background: #FFFFFF;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
    /*z-index: 100;*/
    /*width: 130px;*/
    padding: 5px 0 5px;
    margin: -29px 0 0 -15px;
}

.demo .drop-menu-main-sub a {
	font-family: 'Kurale', serif;
    color: #c0a97a;
    display: block;
    font-size: 18px;
    padding: 6px 15px;
    cursor: pointer;
    text-decoration: none;
}

.demo .drop-menu-main-sub a:hover {
    background: #155FB0;
    color: #FFFFFF;
    text-decoration: none;
}

.demo .drop-menu-main-sub .title{
    display: block;
    padding: 6px 15px;
    cursor: pointer;
    border-bottom: 1px solid #DEDEDE;
}

.demo li {
    list-style: none;
    display: block;
}

.demo .drop-down {
    cursor: pointer;
}

.demo span.arrow{
    font-size: 8px;
}

.lineee {
    display:none;
}

.whatsapp-button {
    position: fixed;
    right: 13px;
    bottom: 90px;
    transform: translate(-50%, -50%);
    background: #25D366; /*цвет кнопки*/
    border-radius: 50%;
    width: 55px; /*ширина кнопки*/
    height: 55px; /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 53px; /*центровка иконки в кнопке*/
    font-size: 35px; /*размер иконки*/
    z-index: 9999;
}
.whatsapp-button a {
    color: #fff;
}
.whatsapp-button:before,
.whatsapp-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #25D366; /*цвет анимированных волн от кнопки*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden; 
}
 
.whatsapp-button:after{
    animation-delay: .5s;
}
 
@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}