*::-webkit-input-placeholder {
	color: #434343;
	font-family: 'Montserrat';
}
*:-moz-placeholder {
	color: #434343;
	font-family: 'Montserrat';
}
*::-moz-placeholder {
	color: #434343;
	font-family: 'Montserrat';
}
*:-ms-input-placeholder {
	color: #434343;
	font-family: 'Montserrat';
}


body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}

html{
	font-size: 10px;
}

html.js .loader {
	background: none repeat scroll 0 0 #ffffff;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}
html.js .loader_inner {
	background-image: url("../img/preloader.gif");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	height: 60px;
	width: 60px;
	margin-top: -30px;
	margin-left: -30px;
	left: 50%;
	top: 50%;
	position: absolute;
}

body {
	font-size: 1.6rem;
	min-width: 320px;
	position: relative;
	line-height: 1.2;
	color: #252525;
	font-family: "Unbounded";
	overflow-x: hidden;
}
.hidden {
	display: none;
}
.btn{
	background-color: #0c6e03;
	border-radius: 4px;
	line-height: 1;
	padding: 15px;
	font-family: "Unbounded";
	text-transform: uppercase;
	border: none;
	position: relative;
	color: #fff;
	display: block;
	text-align: center;
}
.btn:hover{
	-webkit-box-shadow: 0px 4px 15px 0px #c42626;
	box-shadow: 0px 4px 15px 0px #c42626;
	top: -2px;
	color: #fff;
	outline: none;
	text-decoration: none;
}

.btn:focus{
	-webkit-box-shadow: inset 0px 5px 19px -1px #000;
	box-shadow: inset 0px 5px 19px -1px #000;
	top: 0px;
	outline: none;
	color: #fff;
	outline: none;
	text-decoration: none;
}
.section-heading{
	text-align: center;
	font-size: 3rem;
	text-transform: uppercase;
	font-family: "Unbounded";
	margin-bottom: 35px;
}
/*popup start*/
.popup{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 4;
	background: rgba(0,0,0,0.7);
	display: none;
}
.popup__form{
	border-radius: 15px;
	border: 1px solid #3698d7;
	box-shadow: 0px 0px 1.96px 0.04px rgba(0, 0, 0, 0.15);
	padding: 30px;
	display: inline-block;
	position: absolute;
	background-color: #fff;
	top: 50%;
	left: 50%;
	width: 350px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 6;
}
.form-input.popup__form-input{
	padding: 10px;
	border: 1px solid #666;
	line-height: 1.3;
}
.popup__form-heading{
	display: block;
	margin-bottom: 20px;
	font-size: 2rem;
	text-transform: uppercase;
	font-family: "Roboto-Bold", sans-serif;
	text-align: center;
}
.popup__form-subj{
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
.popup__close-btn{
	position: absolute;
	right: 15px;
	top: 5px;
}
.popup__form-btn{
	width: 100%;
}
.popup__close-over{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 5;
	cursor: pointer;
}
/*popup end*/
/*topline Start*/
.topline{
	height: 80px;
    margin: 10px 0;
    background-color: #ffffff00;
    position: relative;
    z-index: 999999;
}
.topline__logo-wrap{
	display: inline-block;
}
.topline__image{
	max-width: 100px;
	float: left;
}
.topline__name{
	display: inline-block;
	padding: 13px 0;
	margin-left: 15px;
	font-family: "Montserrat";
	font-size: 1.4rem;
	line-height: 1.2;
}
.topline__contacts{

}
.topline__link-action{
	font-family: "Montserrat";
}
.topline__link-icon{
	margin-right: 10px;
    width: 30px;
}
.topline__contacts-wrap{
	text-align: right;
	line-height: 1.45;
}
.topline__link{
	display: block;
	color: #252525;
	font-size: 16px;

}
.topline__link:hover,
.topline__link:focus{
	color: #blue;
	text-decoration: none;
}
.topline__contacts-scrolling{
	position: fixed;
	background-color: #fff;
	width: 100%;
	top: 0;
	left: 0;
	color: #cea160;
	padding: 10px 0;
	z-index: 3;
}
/*topline End*/
/*header Start*/
.header{
	width: 100%;
    background: url(../img/header/header-bg.jpg) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: relative;
    margin: -104px 0 0;
}
.header__fix-row{
	margin: 100px auto;
}
.header::after{
	content: '';
	height: 50px;
	width: 100%;
	background: url(../img/header/header-bg-bottom.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	display: block;
	position: absolute;
	bottom: -49px;
	z-index: 1;
}
.header__content{
	z-index: 2;
	color: #fff;
	position: relative;
	text-align: center;
	padding: 100px 0;
}
.header__content-bg{
	background: #0c6e03a1;
    border-radius: 15px;
    backdrop-filter: blur(3px);
}
.header__content-heading{
	font-family: "Unbounded";
    font-size: 72px;
    line-height: 0.9;
    padding: 20px 0px;
    margin: 0 0 20px 0;
}
.header__content-pack{
	padding: 20px 30px 20px 10px;
}
.header__pack-heading{
	font-family: "Montserrat";
	font-size: 2.4rem;
	margin-bottom: 20px;
	display: block;
}
.header__pack-list{
	margin: 0;
	padding: 0;
	font-size: 0;
}
.header__pack-item{
	display: inline-block;
	list-style-type: none;
	font-size: 1.8rem;
	width: 20%;
}
.header__pack-item-image,
.header__pack-item-text{
	display: block;
	margin: 0 auto;
}
.header__form{
	background-color: #fff;
	padding: 20px;
	border-radius: 15px;
	text-align: left;
	display: inline-block;
	float: none;
	color: #252525;
}
.header__form-heading{
	font-size: 2rem;
	display: block;
	margin-bottom: 15px;
	color: #252525;
	line-height: 1.2;
}
.header__form-heading-action{
	font-family: "Montserrat";
	color: #0c6e03;
	text-transform: uppercase;
}
.form-input{
	display: block;
	width: 100%;
	padding: 15px;
	font-family: "Montserrat";
	line-height: 1;
	margin-bottom: 15px;
	color: #252525;
	border: 1px solid #aaa;
	border-radius: 4px;
}
.form-input:focus{
	border-color: #3698d7;
}


.header__form-btn{
	width: 73%;
	display: inline-block;
	float: right;
}
.header__form-arrow{
	width: 25%;
	display: inline-block;
	padding: 10px 0;
}
/*header End*/
/*Egipt start*/
.egipt{
	padding: 120px 0 50px;
	background: url(../img/egipt/egipt-bg.jpg) no-repeat;
	width: 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	position: relative;
}
.egipt::after{
	content: '';
	width: 100%;
	background: url(../img/egipt/egipt-bottom-bg.png) no-repeat;
	display: inline-block;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	height: 65px;
	position: absolute;
	bottom: -64px;
}
.egipt__heading{
	font-family: 'Unbounded';
}
.egipt__item{
	background-color: #fff;
	border: 1px solid #0ea300;
	box-shadow: 0px 0px 1.96px 0.04px rgba(0, 0, 0, 0.15);
	padding: 30px;
	border-radius: 15px;
	margin-bottom: 30px;
}
.egipt__items-wrap{
	visibility: hidden;
}
.egipt__item-image,
.egipt__item-heading,
.egipt__price{
	display: block;
	width: 100%;
	text-align: left;
}
.egipt__item-heading{
	font-size: 2rem;
	font-family: "Montserrat";
	margin: 15px 0 10px 0;
    height: 50px;
}
.egipt__price{
	font-size: 16px;
    margin-bottom: 15px;
    font-family: 'Montserrat';
    font-weight: bold;
    height: 30px;
  	width: 295px;
}
#egipt__price_sum {
    font-size: 16px;
    margin-bottom: 15px;
    font-family: 'Montserrat';
    font-weight: bold;
	height: fit-content;
}
.egipt__price-bold{
	font-family: "Montserrat";
    font-weight: bold;
    font-size: 16px;
}
.egipt__item-btn{
	width: 83%;
	margin: 0 auto;

}
/*Egipt end*/
/*Gallery start*/
.gallery{
	padding: 120px 0 75px;
}
.gallery__big,
.gallery__small{
	padding: 0;
}
.gallery__wrap{
	font-size: 0;
	visibility: hidden;
}
.gallery__item{
	width: 900px;
	display: inline-block;
	position: relative;
	font-size: 1.6rem;
}
.gallery__big-wrap{
}
.gallery__big-wrap{
	height: 400px;
	padding: 0 2px 0 2.5px;
}
.gallery__big-image{
	width: 100%;
	height: 100%;
}
.gallery__small-wrap{
	height: 200px;
}
.gallery__small-wrap:first-child{
	padding-bottom: 2px;
	height: 200px;
}
.gallery__small-image{
	width: 100%;
	height: 100%;
}
.slick-slide{
	width: 850px;
}
.mfp-close:focus{
	outline: none;
}
/*Gallery end*/
/*Info start*/
.info{
	background: url(../img/info/info-bg.jpg) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	padding: 120px 0 100px;
	position: relative;
    margin: 0 0 32px 0;
}
.info::before{
	content: '';
	width: 100%;
	background: url(../img/info/info-bg-top.png) no-repeat;
	display: inline-block;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	height: 40px;
	position: absolute;
	top: -39px;
}
.info__content{
	width: 360px;
	margin-left: 100px;
	position: relative;
}
.info__content::before{
	content: '';
	display: block;
	position: absolute;
	left: -110px;
	top: 20px;
	width: 100px;
	height: 25px;
	background: url(../img/header/arrow.png) no-repeat center center;
	-webkit-background-size: 95% 100%;
	background-size: 95% 100%;
	-webkit-transform: rotate(12deg);
	-ms-transform: rotate(12deg);
	-o-transform: rotate(12deg);
	transform: rotate(12deg);
}
.info__content-heading{
	color: #fff;
	font-size: 2.8rem;
	text-align: center;
	font-family: "Unbounded";
	text-shadow: 0px 0px 23.75px rgba(255, 255, 255, 0.3);
	margin-bottom: 25px;
	line-height: 1.3;
	display: block;
}
.info__form{
	background-color: #fff;
	padding: 30px;
	border-radius: 15px;
	border: 1px solid #1fb8bf;
}
.info__form-btn{
	width: 100%;
}
#form-2{
	visibility: hidden;
}
/*Info end*/
/*Service start*/
.service{
	padding: 80px 0 90px;
}
.service__wrap{
	font-size: 0;
	visibility: hidden;
}
.service__item{
	font-size: 1.6rem;
	width: 20%;
	display: inline-block;
	text-align: center;
	padding: 0 10px;
	vertical-align: bottom;
}
.service__item-image{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.service__item-heading{
	display: block;
	margin: 14px 0 24px 0;
	font-family: "Montserrat";
	font-size: 2rem;
}
.service__item-btn{
	width: 100%;
	margin: 0 auto;
	font-size: 1.8rem;
	padding: 10px 5px;
	text-transform: none;
}
/*Service end*/
/*Feed start*/
.feed{
	background: url(../img/feed/feed-bg.jpg) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	position: relative;
	width: 100%;
}
.feed::before{
	content: '';
	width: 100%;
	background: url(../img/feed/feed-bg-top.png) no-repeat;
	display: inline-block;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	height: 50px;
	position: absolute;
	top: -49px;
}
.feed::after{
	content: '';
	width: 100%;
	background: url(../img/feed/feed-bg-bottom.png) no-repeat;
	display: inline-block;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	height: 50px;
	position: absolute;
	bottom: -49px;
}
.feed__tabs-content-item{
	display: none;
	position: relative;
	opacity: 0;
	-webkit-transition: opacity 1.5s;
	-o-transition: opacity 1.5s;
	transition: opacity 1.5s;
}
.tab__cont-active{
	display: block;
}
.feed__tabs-content{
	border: 1px solid #3698d7;
	border-radius: 15px;
	padding: 30px;
	background-color: #fff;
	position: relative;
}
.feed__tabs{
	margin-bottom: 20px;
	visibility: hidden;
}
.feed__heading{
	color: #fff;
	margin-bottom: 40px;
}
.feed__tabs-links{
	margin: 0;
	font-size: 0;
}
.feed__tabs-links-item{
	list-style-type: none;
	display: inline-block;
	font-size: 1.6rem;
	background-color: #fff;
}
.feed__tabs-links-item{
	border-radius: 10px 10px 0 0;
	border-left: 1px solid #3698d7;
	border-top: 1px solid #3698d7;
	border-right: 1px solid #3698d7;
	position: relative;
}
.tab__link-active::after{
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0px;
	width: 100%;
	height: 4px;
	display: block;
	z-index: 1;
	background-color: #fff;
}
.feed__tab-link{
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 15px;
}
.feed__tab-link-image{
	max-width: 100%;
	display: block;
}
.feed__tab-image{
	width: 80px;
	height: 80px;
	border-radius: 10px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.feed__author-name{
	display: block;
	color: #ff4548;
	font-size: 2rem;
	font-family: "Montserrat";
	margin-bottom: 7px;
}
.feed__tab-place,
.feed__tab-date{
	display: block;
	font-size: 1.4rem;
	margin-bottom: 5px;
}
.feed__tab-date-text,
.feed__tab-place-name{
	font-family: "Montserrat";	
}
.feed__tab-text{
	font-size: 1.4rem;
}
/*Feed end*/
/*Partners start*/
.partners{
	padding: 120px 0 80px;
}
.partners__wrap{
	font-size: 0;
	margin: 30px 0;
	visibility: hidden;
}
.partners__item{
	font-size: 1.6rem;
	width: 16.6%;
	display: inline-block;
	height: 80px;
	line-height: 80px;
	text-align: center;
}
.partners__image{
	max-width: 100%;
	display: inline-block;
	max-height: 100%;
}
.partners__heading{
	margin: 0;
}
/*Partners end*/
/*About start*/
.about{
	background: url(../img/about/about-bg.jpg) no-repeat center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	padding: 130px 0 50px;
	position: relative;
}
.about::before{
	content: '';
	width: 100%;
	background: url(../img/about/about-bg-top.png) no-repeat;
	display: inline-block;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	height: 40px;
	position: absolute;
	top: -39px;
}
.about__content-heading{
	font-size: 3rem;
	display: block;
	margin-bottom: 25px;
	font-family: "Unbounded";
}
.about__content-text{
	font-family: "Montserrat";
}
/*About end*/
/*Map start*/
.map{
	position: relative;
}
.map__tooltip{
	position: absolute;
	right: 100px;
	top: 50px;
	padding: 30px;
	background-color: #fff;
	border: 1px solid #3698d7;
	border-radius: 15px;
	width: 310px;
    font-family: "Unbounded";
}
.map__tooltip-heading{
	font-size: 2rem;
	margin-bottom: 20px;
	display: block;
}
.map__tooltip-adress{
	display: block;
	font-family: "Montserrat";
	margin-bottom: 7px;
	margin-top: 25px;
}
.map__tooltip-time{
	display: block;
	font-size: 1.4rem;
	margin-bottom: 20px;
}
.map__link-action{
	font-family: "Montserrat";
}
.map__tooltip-link{
	display: block;
	color: #252525;
	font-size: 2rem;
	margin-bottom: 10px;
    font-family: "Montserrat";
}
.map__tooltip-link:hover,
.map__tooltip-link:focus{
	color: #blue;
	text-decoration: none;
}
.map__tooltip-link-icon{
	margin-right: 10px;
}
/*Map end*/

/*Footer Start*/
.footer{
	height: 110px;
	line-height: 110px;
	font-size: 1.4rem;
}
.footer__left{
	float: left;
}
.footer__right{
	float: right;
}
.footer__right-link{
	text-decoration: underline;
	color: #252525;
	font-size: 1.4rem;
}
.footer__right-link:hover,
.footer__right-link:focus{
	color: #e4008c;
}
/*Footer End
/*Thanks start*/
.thanks__content{
	width: 400px;
	height: auto;
	padding: 30px;
	margin: 0 auto;
	background: rgba(54,152,215, 0.75);
	border-radius: 15px;
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.thanks__header{
	width: 100vw;
	height: 100vh;
	position: relative;
}
.thanks__heading{
	margin-bottom: 0;
}
.thanks__heading-text{
	display: block;
	margin: 20px -0px;
}
.thanks__btn{
	width: 80%;
	margin: 0 auto;
}
.thanks__topline{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	margin: 0;
}
.thanks__header::after{
	display: none;
}
#numfeedback {
  border: 1px solid #000;
  padding: 10px;
}
.topline__link {
  margin: 5px;
}
#wid_onas {
  	width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0;
}
.o_nac {
  	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}
.video-background {
    width: auto;
    height: auto;
    z-index: 1;
    overflow: hidden;
}

#myVideo {
    z-index: 1;
}
#row {
  	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
#topline__logo {
  width: 30%;
}
.memu_header {
  	width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.menu_header_link {
  	margin: 5px 40px;
    font-family: 'Montserrat';
}
#egiped {
  	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.header_discription {
  font-size: 28px;
  display: flex;
  justify-content: center;
  padding: 20px;
}
.razdelitel {
    width: 77%;
    display: flex;
    margin: 10px auto 0;
    height: 1px;
    background: #fff;
}
input[type="date"] {
  color: #000; /* черный текст */
  background-color: #fff; /* белый фон */
  font-size: 16px; /* достаточно крупный шрифт */
}
/*Thanks end*/
