.page-body{
	width: 100%;
	margin: auto;
	font-family: "PT Sans", "Arial",  sans-serif;
	font-size: 14px;
	line-height: 21px;
}
@media (min-width: 768px) {
	.page-body{
		background-color: #f2f2f2;
	}
	.wrapper{
	max-width: 1200px;
	margin: auto;
	background-color: #ffffff;
	  box-shadow:
 
   10px 0 10px 0px rgba(0, 0, 0, .1),
   -10px 0 10px 0px rgba(0, 0, 0, .1),
   0 0 10px rgba(0, 0, 0, .1) ;

	}
}



.visually-hidden{
	display: none;
}
.main-nav__list{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 18px;
	text-transform:uppercase;
	text-align: center;
	font-weight: 700;
	color: #ffffff;
	background-color: #81b3d2;
	line-height: 55px;
	position: relative;
	display: none;

}
.main-nav__list--show{
	display: block;
}
@media (min-width: 768px) {
	.main-nav{
	width: 90%;
	margin: 0 auto;

	}
    .main-nav__list {
    	flex-wrap: wrap;
        background-color: #ffffff;
        display: flex;
        flex-direction: row;
     	z-index: 20;
       	font-size: 14px;  
       	justify-content: space-between;	

       }
}
@media (min-width: 1200px){
	.main-nav{
		width: 85%;
	}
}
.main-nav__item {
	height: 55px;
	 border-top: 1px solid #678fa8;
     -webkit-box-shadow: inset 0px 1px 0px 1px #9ac2db);
-moz-box-shadow:    inset 0px 1px 0px 1px #9ac2db;
box-shadow:  inset 0px 1px 0px 1px #9ac2db;
}
@media (min-width: 768px) {
    .main-nav__item {
    	border:none;
    	box-shadow: none;
    	width: 20%;
         }
        
.main-nav__item:nth-child(3){
	margin-left: 20%;
	padding-left: 0px;
}
.main-nav__button--close-menu{
	display: none;
}
.main-nav__button--open-menu{
	display: none;
}

}

.main-nav__item:first-child {
	border-top: none;
	box-shadow: none;
	padding-left: 0;
}
.main-nav__link{
	text-decoration: none;
	color: #ffffff;
	 display: block; /* Ссылка как блочный элемент */
     height: 100%;    
     vertical-align: middle;       
}
@media (min-width: 768px) {
	.main-nav__link {
		color:#000000;
		
	}
	.main-nav__link:hover{
		color: #81b3d2;
	}
	.main-nav__link:active{
		color: #766357; 
	}
		
	}
}
@media (min-width: 1200px){
	
}
.main-nav__button--close-menu {
	position: absolute;
	top: 14px;
	right: 20px;
	font-size: 0px;
	border: 0;
	outline: 0;
	cursor: pointer;
	position: absolute;
	padding: 0px;
	margin: 0px;
	background-color: transparent;
	width: 22px;
	height: 22px;
	
}
.main-nav__button--close-menu::before,
.main-nav__button--close-menu::after {
	content: "";
	position: absolute;
	width: 22px;
	height: 4px;
	background-color: #ffffff;
	border-radius: 1px;
	top: 10px;
	left: 2px;
}
.main-nav__button--close-menu::before{
	transform: rotate(45deg);
}
.main-nav__button--close-menu::after {
	transform: rotate(-45deg);
}
.main-header__logo{
	position: absolute;
	left: 50%;
	margin-left: -50px;
	z-index: 100;
	background: url("img/logotyle-mobile.svg") no-repeat center;
	 width:102px;
	  height:83px;
}
.main-nav--closed{
	position: relative;
	height: 55px;
box-shadow:          0px -2px 5px 0px rgba(50, 50, 50, 0.67);
}
@media (min-width: 768px) {
    .main-nav--closed {
    	box-shadow : none;
    	height: 0px;
}
.main-header__logo{
	 top:0;
	background: url("img/logotype-tablet.svg") no-repeat center;
	 width:102px;
	  height:83px;
}
}
@media (min-width: 1200px){
	.main-header__logo{
		background: url("img/logotype-desktop.svg") no-repeat center;
		 width:188px;
	  height:96px;
	  margin-left: -94px;
	  top:0;
	}
}
.main-nav__button--open-menu{
	right: 20px;
	top: 14px;
	font-size: 0px;
	border: 0;
	outline: 0;
	cursor: pointer;
	position: absolute;
	background-color: transparent;
	width: 23px;
    height: 23px;
    background:linear-gradient(to bottom, #81b3d2 0%, #81b3d2 20%, transparent 20%, transparent 40%, #81b3d2 40%, #81b3d2 60%, transparent 60%, transparent 80%, #81b3d2 80%, #81b3d2 100%);
}

.main-intro__wrapper{
	position: relative;
}
.main-intro__background {
	height: 389px;
	width: 100%;
    background: url("img/back-mobile.png") no-repeat center;
    background-size: cover;
 }
 @media (min-width: 768px) {
 	.main-intro__background{
 		height: 520px; 
 	}
 }
.main-intro__text{
	background: url("img/text-index.svg") no-repeat center;
	position: absolute;
	top: 90px;
	left: 50%;
	width: 282px;
	height: 214px;
	margin-left: -141px;
	background-size: cover;
	}

@media (min-width: 768px){
	.main-intro__text{
		width: 460px;
	height: 350px;
	margin-left: -230px;
	top: 80px;
	}
}

.cover{
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 57px;	
	background: url("img/intro-triangle.png") no-repeat center;
}

@media (min-width: 768px){
	.cover{
		height: 57px;
		background: url("img/intro-triangle.png") no-repeat center;
		 background-size: cover;
	}
	
}
.main-content__header{
	padding-top: 50px;  
	text-transform:uppercase;
	max-width: 300px;
	text-align: center;
	margin: auto;
}

.main-content__description{
	text-transform: uppercase;	
	font-weight: 	400;
	text-align: 	center;	
	margin: 	auto;	
	max-width: 	280px;
	display: 	block;	
	padding-top: 30px;
	line-height: 	26px;	
}
@media (min-width: 768px) {
	.main-content__header{
		max-width: 500px;
	}
	.main-content__description{
		max-width: 500px;
	}
}
@media (min-width: 1200px) {
	.main-content__header{
		line-height: 26px;
	}
	.main-content__header--big{
		font-size: 30px; 
	}
	.main-content__description{
		line-height: 14px;
	}
	.main-content__description--biglineheight{
		line-height: 24px;
	}
}

@media (min-width: 768px) {
.main-content__description{
		max-width: 500px;
	}
}

.feuchers-item__header {
	text-transform: uppercase;
	text-align: 	center;	
	margin:  auto;	
	max-width: 	300px;
	padding-top: 40px;


}
.feuchers-item__main{
	color: white;
	position: relative;
	background-color: #81b3d2;
	margin-top: 40px; 
    min-height: 190px; 
}
.feuchers-item__number{
	text-align: 	center;	
	margin: 	auto;	
	max-width: 	50px;
	position: relative;
	margin-top: 15px;

}

.feuchers-item__number:before {
    background: #ffffff;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;   
}
.feuchers-item__number span {
    background: #81b3d2;
    position: relative;
    padding: 0 5px;
   
}    
.feuchers-item__description{
	margin: 	auto;	
	max-width: 270px;
	text-align: center;
	text-transform: uppercase;	
	padding-top: 25px;
	padding-bottom: 25px;
	
}
.feuchers-item__img{
	width: 100%;
    background: url("img/photo-city-mob.png") no-repeat center;
    background-size: cover;
}
/*коментраий*/

@media (min-width: 768px) {
	.cover--blue{
		display: none;
	}
	.feauchers-item{
		display: flex;
		margin-top: 50px;
	
	}
	.feuchers-item__main{
		min-width: 33%;
		margin-top: 0; 
}
 .feuchers-item__header{
 	padding-top: 60px;
 	font-size: 21px;
 	max-width: 160px;
 	line-height: 26px;
 }
 .feuchers-item__description{
 	max-width: 170px;
 }
 .feuchers-item__main--reverse{
 	flex-direction: row-reverse;
 	margin-top: 85px;
 }
}
.benefits{
	padding-top: 30px;
	width: 270px;
	margin: 0 auto;
	text-transform: uppercase;
	
}
.benefits__header{
	font-size: 18px;
	display: block;
	padding-bottom: 20px;
}
.benefits__icon{
position: absolute;
left: -35px;
top: -10px;
	
}
.benefits_textblock {
     width: 210px;
     position: relative;     
     padding-left: 15px;
    padding-bottom: 20px;
     margin: 0 0 0 45px;
}
.benefits_textblock:last-child{
	padding-bottom: 0px;
}
.benefits__description{
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.benefits{
		display: flex;
		min-width: 100%;
	}
	.benefits_textblock{
	margin: 0;
		flex-flow: column;
		width: 100%;
		text-align: center;
		justify-content: center;
		padding-bottom: 0px;
	}
	.benefits__icon{
		position: relative;
		margin: auto;
		left: 0;
        top:0;
        width: 84px;
        height: 84px;
}
.benefits__header{
	padding-top: 25px;
	padding-bottom: 0px;
}
	.benefits__description{
	    display: flex;
	    justify-content: center;
	    text-align: center;
    max-width: 170px;
    margin: 0 auto;
    padding-top: 25px;
	}
	.benefits_textblock--house{
		order:1;
	}
	.benefits_textblock--eating{
		order: 2;
	}
	.benefits_textblock--souvenier{
		order: 3;
	}
}
.feuchers-item_img--devil-bridge{
 	
	width: 100%;
    background: url("img/photo-bridge.png") no-repeat center;
    background-size: cover;
}
.feuchers-item--gray{
	background-color: #eeeeee;
	border-bottom: 1px solid #d6d6d6;
	width: 80%;
	margin: 0 auto;
	min-height: 168px;
}
.feuchers-item--gray:last-child{
	border-bottom: none;
}
.feuchers-item__wrapper{
	background-color: #eeeeee;
}
.feuchers-item__header--gray{
	padding-top: 30px;
}
.feuchers-item__number--gray:before {
    background: #000000;
}    
.feuchers-item__number--gray span {
    background: #eeeeee;
    position: relative;
    padding: 0 5px;
}
@media (min-width: 1200px) {
 .feuchers-item__description{
 	max-width: 270px;
 }
 .benefits{
 	padding-top: 60px;
}
.benefits__description{
	max-width: 280px;
}
}
@media (min-width: 768px){
	.feuchers-item__wrapper{
		display: flex;
	}
	.feuchers-item__header--gray{
	padding-top: 60px;
}
	.feuchers-item--gray{
		border-bottom: none;
		min-height: 260px;
}

}
.find-button{
	background-color: #81b3d2;
	color: white;
	text-transform: uppercase;
	font-size: 21px;
	line-height: 26px;
	font-weight: 700;
	border:none;
	outline: none;
	width: 270px;
	margin: 0 auto;
	display: block;
	padding: 15px 0;
	cursor: pointer;
}
@media (min-width: 768px){
	.find-button{
		width: 460px;
	}
}
.map{
	padding-top: 38px; 
}
.map__content{
	display: block;
	height: 350px;
	width: 100%;
	padding-top: 45px;
}

.hash-tag-item{
	text-transform: uppercase;
	font-size: 21px;
	display: block;
	margin: 0 auto;
	text-align: center;
	padding-top: 40px;
}

.social-links{
    font-size: 0;
	margin-top: 40px;
	margin-left: auto; 
	margin-right: auto; 
	width: 162px;
}

.social-link{
	vertical-align: top;
	display: inline-flex;
	width: 50px;
	height: 50px;
	margin: 0 6px 0 0 ;
	background: #81b3d2;
	font-size: 0;
	text-decoration: none;
	position: relative;
}
.social-link:last-child{
	margin-right: 0px;
}
.social-icon{
	background: url(img/sprite.png) no-repeat;
	display: block;
	margin: auto;
}
.social-icon--twitter{	
	background-position: -20px 0px;
 	width: 18px;
 	height: 14px;
   
}
.social-icon--fb{
	background-position: 0px -14px;
    width: 9px;
 	height: 18px; 
}
.social-icon--youtube{
	background-position: 0px 0px;
  	width: 20px;
  	height: 14px;
}
.page-footer__copyright{
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 45px; 
	margin-bottom: 30px; 
	display: block;
}
.page-footer__copyright-link{
	background: url(img/htmlacademy.svg) no-repeat;
	width: 27px;
	height: 34px;
	font-size: 0;
	text-decoration: none;
	position: relative;
	display: inline-flex;
	vertical-align: middle;
	margin-left: 10px; 
}
@media (min-width: 768px){
	.main-footer{
		display: flex;
		margin-left: 60px;
		margin-right: 60px;
		min-height: 120px;
		
	}
	.hash-tag-item{
		margin: 0;
		align-self:center;
		padding-top: 0; 
	}
	.social-links{
		align-self:center;
		margin: 0 auto; 
	}
	.page-footer__copyright{
margin: 0;
		align-self:center;
		padding-top: 0; 

	}
}
iframe{
	
	width: 100%;
	height: 350px;
}