/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.egipt__item-btn {
		padding: 10px 5px;
	}
	.header__content-heading{
		font-size: 3.8rem;
		padding-top: 10px;
	}
	.header__form-arrow{
		width: 19%;
		padding: 15px 0 0;
	}
	.header__form-btn{
		width: 80%;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.header__content{
		padding: 100px 0;
	}
	.header__content-form{
		margin-top: 20px;
	}
	.header__form-input{
		width: 49%;
		display: inline-block;
	}
	.mobile-right{
		float: right;
	}
	.header__form-arrow{
		display: none;
	}
	.header__form-btn{
		width: 100%;
	}
	.header__content-heading{
		font-size: 4.8rem
	}
	.service__wrap{
		text-align: center;
	}
	.service__item{
		width: 33.333%;
		margin-bottom: 30px;
	}
	.feed__tab-text{
		margin-top: 0;
	}
	.feed__tab-item{
		margin-top: 20px;
		border-bottom: 1px solid #000;
	}
	.feed__tab-item:first-child{
		margin-top: 0;
	}
	.feed__tab-item:last-child{
		border-bottom: none;
	}
	.partners__image{
		width: 80%;
	}
	.partners__item{
		height: 60px;
		line-height: 60px;
	}
	.map__tooltip{
		right: 50px;
		top: 45px;
	}
	.slick-slide{
		width: 700px;
	}
    #numfeedback {
      padding: 7px;
  	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	

	/*Disable Animation on Mobile Devices*/
	.egipt__items-wrap,
	.gallery__wrap,
	.service__wrap,
	#form-2{
		visibility: visible;
	}
	.egipt__item { 
	    max-width: 416px;
	}
	.animated {
		visibility: visible;
		/*CSS transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}

	.footer{
		padding: 0 20px;
	}
	.topline{
		
	}
	.topline__logo,
	.topline__contacts,
	.topline__contacts-wrap{
		float: none;
		text-align: center;
	}
	.topline__contacts{
		margin-top: inherit;
	}
	.header::after,
	.egipt::after,
	.about::before,
	.info::before,
	.feed::before,
	.feed::after,
	.info__content::before{
		display: none;
	}
	.header,
	.egipt,
	.info,
	.feed,
	.about{
		-webkit-background-size: cover;
		background-size: cover;
	}
  .memu_header {
    	display:none;
	}
  .about {
    padding: 40px 0 50px;
  }
  #topline__contacts {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    width: 260px;
  }
  #topline__logo {
    width: 100px;
  }
  .topline__link-icon {
    display: none;
  }
  .header__fix-row {
    margin: auto;
   }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 570px) {
	html{
		font-size: 9px;
	}
	.header__content-heading{
		font-size: 3.2rem;
	}
	.header__form-input{
        float: none !important;
        display: block;
        width: 100%;
        background: #fff;
        color: #000;
        font-weight: bold;
	}
	.egipt,
	.info,
	.gallery,
	.service{
		padding: 0px 0;
	}
	.partners__item{
		width: 33.333%;
	}
	.info__content{
		margin: 0 auto;
	}
	.map{
		padding: 50px 20px 0px;
	}
	.map__ynd{
		display: none;
	}
	.map__tooltip{
		display: block;
		position: static;
		width: 90%;
		margin: 0 auto;
	}
	.slick-slide{
		width: 80vw;
	}
	.gallery__small-wrap{
		height: 130px;
	}
	.gallery__small-wrap:first-child{
		height: 130px;
	}
	.gallery__big-wrap{
		height: 260px;
	}
	.about__content{
		background-color: rgba(255,255,255,0.6);
		border-radius: 10px;
		width: 90%;
		margin: 0 auto;
		padding: 15px;
	}
	.partners__item{
		width: 33.333%;
	}
	.service__item{
		width: 80%;
	}
	.feed__tab-link{
		padding: 10px 5px;
	}
	.footer{
		height: auto;
		padding: 20px 20px 10px;
		line-height: 1.5;
		text-align: center;
	}
	.footer__left,
	.footer__right{
		float: none;
		display: block;
	}
	.feed__tabs-content{
		padding: 20px 10px;
		width: 90%;
		margin: 0 auto;
	}
	.btn:hover{
		-webkit-box-shadow: none;
		box-shadow: none;
		top: 0;
	}
  	#logoMob {
  		display: flex;
  	}
  #topTime {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
	}
  .topline__link {
    margin: 5px;
    font-size: 12px;
    font-weight: 400;
	}
  #topline__contacts {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    width: 260px;
  }
  #topline__logo {
    width: 100px;
  }
  .topline__name {
    display:none;
  }
  .topline__image {
    max-width: 60px;
    float: left;
    width: 60px;
  }
  .about {
    padding: 1px 0 50px;
  }
  #row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
 }
  .topline__link-icon {
    display: none;
  }
  .topline__contacts {
    margin-top: inherit;
  }
  .header__fix-row {
    margin: auto;
  }
  .header_discription {
    font-size: 18px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 10px 0 0;
    padding: 0;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 420px) {
	html{
		font-size: 8px;
	}
	.feed__tabs-links{
		padding-left: 10px;
	}
	.feed__tab-link-image{
		max-width: 60%;
		margin: 0 auto;
		height: 20px;
	}
	form#form-3{
		width: 90%;
	}
	.feed__tabs-links{
		padding-left: 35px;
	}
	.info__content{
		width: 90%;
		margin: 0 auto;
		display: block;
	}
	.header__pack-item{
		width: 33.333%;
		margin-bottom: 15px;
	}
	.info__form-btn{
		padding: 15px 5px;
	}
	.thanks__content{
		width: 270px;
	}
	.gallery__big-wrap{
		height: 220px;
	}
	.gallery__small-wrap,
	.gallery__small-wrap:first-child{
		height: 110px;
	}
	.feed__tab-link{
		padding: 5px;
	}
	.feed__tab-link-image{
		height: 30px;
		width: 70px;
	}
  .topline__link {
    margin: 10px;
	}
  #topline__contacts {
    display: flex;
    justify-content: center;
  }
  .topline__name {
    display:none;
  }
  .topline__image {
    width: 60px;
  }
  .about {
    padding: 1px 0 50px;
  }
  #row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
 }
  .topline__link-icon {
    display: none;
  }
  #topline__logo {
    width: 100px;
  }
  .topline__contacts {
    margin-top: inherit;
  }
  .header_discription {
    font-size: 18px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 10px 0 0;
 	padding: 0;
}
  .header__form-input{
        float: none !important;
        display: block;
        width: 100%;
        background: #fff;
        color: #000;
        font-weight: bold;
	}
}


