* {
	padding: 0;
	margin: 0;
	border: 0;
}

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

:focus, :active {
	outline: none;
}

a:focus, a:active {
	outline: none;
}

nav, footer, header, aside {
	display: block;
}

html, body {
	height: 100%;
	width: 100vw;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

input, button, textarea {
	font-family: inherit;
}

body {
	overflow-x: hidden;
}

input::-ms-clear {
	display: none;
}

button {
	cursor: pointer;
}

	button::-moz-focus-inner {
		padding: 0;
		border: 0;
	}

a, a:visited {
	text-decoration: none;
}

	a:hover {
		text-decoration: none;
	}

ul li {
	list-style: none;
}

img {
	vertical-align: top;
}


@font-face {
	font-family: "exo_big";
	src: url(./fonts/Exo_2/static/Exo2-Bold.ttf);
}

@font-face {
	font-family: "exo_little";
	src: url(./fonts/Exo_2/static/Exo2-Regular.ttf);
}

h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: 400;
}

::selection {
	background: grey;
	color: white;
}

.container {
	height: auto;
	max-width: 1200px;
	margin: 0px auto;
	padding: 0px 25px;
}

@media (max-width: 1200) {
	.container {
		max-width: 950px;
	}
}

@media (max-width: 992) {
	.container {
		max-width: 850px;
	}
}

@media (max-width: 767) {
	.container {
		max-width: none;
	}
}

body {
	font-family: exo_little;
	font-size: 17px;
	color: #5e5e5e;
}


/*БАННЕР*/
.banner {
	position: fixed;
	height: 10vh;
	width: 100vw;
	border-bottom: 0.5px solid #c9c9c9;
	z-index: 5;
}

.banner_row {
	display: flex;
	justify-content: space-between;
	height: 100%;
	align-items: center;
}

.banner_row_logo {
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	margin-right: 10px;
}


	.banner_row_logo img {
		user-select: none;
		position: absolute;
		height: 8vh;
		width: auto;
		top: 50%;
		transform: translate(0, -50%);
	}

.banner_burger {
	display: none;
}

.banner_menu_list {
	display: flex;
}

	.banner_menu_list li {
		list-style: none;
		margin: 0px 0px 0px 20px;
	}

.banner_row_tel {
	font-size: 17px;
}

.menu_link {
	color: white;
	text-transform: uppercase;
	user-select: none;
	cursor: pointer;
	font-size: 17px;
	padding-bottom: 5px;
	border-bottom: 2px solid transparent;
	transition: .3s linear;
}

	.menu_link:hover {
		border-bottom: 2px solid #f78e05;
	}

header svg {
	display: none;
}


@media (max-width: 1200px) {
	.banner_row_tel {
		position: relative;
		margin-left: 100px;
		font-size: 17px;
	}
}

@media (max-width: 769px) {
	.banner_row_tel {
		font-size: 13px;
		align-self: center;
	}
}

@media (orientation: portrait) {
	.banner {
		position: fixed;
		height: 70px;
	}


	.banner_row_logo img {
		height: 60px;
	}

	.banner_menu {
		display: none;
		position: fixed;
		width: 220px;
		height: auto;
		background-color: #5e5e5e;
		left: 50%;
		top: 70px;
		transform: translate(-50%,0);
	}

	.banner_burger {
		display: block;
		position: relative;
		width: 30px;
		height: 30px;
	}

		.banner_burger svg {
			position: absolute;
			left: 0;
			fill: white;
			cursor: pointer;
		}

	.banner_menu_list {
		flex-direction: column;
	}

		.banner_menu_list li {
			list-style: none;
			z-index: 7;
			text-align: center;
			flex: 0 1 6vh;
			margin: 20px 20px 20px 20px;
		}


	.menu_link {
		color: white;
		font-size: 25px;	
	}

		.menu_link:hover {
			border-bottom: transparent;
		}

		.menu_link:active {
			color: #787878;
		}
}



/*ГЛАВНАЯ СТРАНИЦА*/

.header {
	width: 100vw;
	height: 100vh;
	z-index: 1;
}

.container_fotorama {
	position: relative;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}

.fotorama__dot {
	width: 11px !important;
	height: 11px !important;
	position: relative !important;
	border-radius: 16px !important;
	border: 2px solid white !important;
	opacity: 1 !important;
}

.fotorama__nav__frame.fotorama__active .fotorama__dot {
	border-width: 6px !important;
}

.fotorama__nav {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: 10vh;
	width: auto !important;
	height: 40px !important;
	z-index: 888;
}

.fotorama__stage {
	width: max(178vh, 100vw) !important;
	height: 100vh !important;
}

.fotorama__img {
	position: absolute !important!;
	width: max(178vh, 100vw) !important;
	height: auto !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
}

.fotorama p {
	top: 50vh;
	transform: translate(0, -50%);
	color: white;
	font-family: exo_little;
	position: relative;
	max-width: 350px;
	height: 30vh;
	font-size: 3vh;
	line-height: 3.2vh;
	text-align: left;
}

.fotorama_page2 p {
	max-width: 450px;
	height: 30vh;
	line-height: 27px;
}

.fotorama span {
	font-size: 5vh;
	font-family: exo_big;
	line-height: 40px;
	text-align: left;
}

.fotorama_page2_buttons {
	position: absolute;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: auto;
	top: 65%;
	font-size: 20px;
	color: white;
	font-family: exo_little;
	text-align: center;
	align-items: center;
	text-transform: uppercase;
}

.fotorama_page2_buttons_button1 {
	background: #f78e05;
	margin-right: 20px;
	height: 100%;
	align-self: center;
	cursor: pointer;
	border: 2px solid #f78e05;
	padding: 20px 15px;
	transition: .3s linear;
}

.fotorama_page2_buttons_button2 {
	height: 100%;
	cursor: pointer;
	border: 2px solid white;
	padding: 20px 15px;
	transition: .3s linear;
}


.fotorama_page2_buttons_button2:hover {
	background-color: white;
}

.fotorama_page2_buttons_button2:hover {
	color: #5e5e5e;
}

/*ГЛАВНАЯ СТРАНИЦА - АДАПТИВ*/

@media (orientation: landscape) {
	.header_mobile {
		display: none;
	}
}

@media (orientation: portrait) {
	.header_mobile {
		display: block;
	}

	.header_desktop {
		display: none;
	}

	.container_fotorama {
		display: none;
	}

	.header_mobile {
		position: relative;
		overflow: hidden;
		height: 100vh;
		width: 100%;
	}

		.header_mobile img {
			position: absolute;
			height: 100vh;
			width: auto;
			right: -30%;
		}

	.header_mobile_text {
		position: relative;
		z-index: 3;
		top: 60%;
		color: white;
		max-width: 85vw;
		font-size: 3vw;
	}

	.header_mobile span {
		font-size: 6vw;
		font-family: exo_big;
	}
}

@media (max-width: 767px) {
	.header_mobile_text {
		font-size: 15px;
	}

	.header_mobile span {
		font-size: 25px;
	}
}

/*ОБЩИЙ STYLE*/

.block {
	padding: 80px 0px 120px 0px;
}

.title {
	font-size: 5vh; /*40px*/
	margin: 0px 0px 50px 0px;
	font-weight: bold;
}

.block p {
	font-size: 2.1vh; /*17px*/
	line-height: 2.5vh;
}




@media (max-width: 1200px) {
	.block p {
		font-size: 2.1vh; /*17px*/
		line-height: 2.4vh;
	}

	.block {
		padding: 60px 0px 80px 0px;
	}

	.title {
		font-size: 4vh;
	}
}

@media (max-width: 992px) {
	.block {
		padding: 45px 0px 65px 0px;
	}
}

@media (max-width: 767px) {

	.block {
		padding: 30px 0px 50px 0px;
	}

	.title {
		font-size: 27px;
		margin: 0px 0px 20px 0px;
	}
}



/*О ПРИЮТЕ*/
.block_about {
	position: relative;
	height: auto;
	width: 100%;
}

.about_us_columns {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	min-height: 25vh;
	margin: 0px -22px;
}

.about_us_columns__column {
	flex: 0 1 33.3333%;
	padding: 0px 22px;
}


/*О ПРИЮТЕ - АДАПАТИВ*/
@media (max-width: 1200px) {

	.about_us_columns {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		min-height: 25vh;
		margin: 0px -10px;
	}

	.about_us_columns__column {
		padding: 0px 10px;
	}
}

@media (max-width: 992px) {
	.about_us_columns {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		min-height: 25vh;
		margin: 0px 0px;
	}

	.about_us_columns__column {
		padding: 10px 0px;
	}
}


/*ВИДЕО*/
.block_video {
	position: relative;
	width: 100vw;
	height: 45vh;
	background: url('./images/foto_for_video.jpg') 0 0/cover no-repeat fixed;
}

	.block_video svg {
		position: relative;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 3vw;
		min-width: 50px;
		fill: white;
		cursor: pointer;
		transition: .3s linear;
	}

		.block_video svg:hover {
			fill: #f78e05;
		}

/*ВИДЕО - АДАПТИВ*/
@media (max-width: 1200px) {
	.block_video {
		background: url('./images/foto_for_video.jpg') 0 0/cover no-repeat;
	}
}



/*О НАДЕЖДЕ*/

.block_about_nadya {
	position: relative;
	width: 100%;
	height: auto;
	margin: 50px 0px 0px 0px;
	line-height: 20px;
}

.about_nadya_row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	min-height: 25vh;
	margin: 0px -22px;
	align-items: center;
}

.nadya_column {
	padding: 10px 22px;
}

.about_nadya_row_text {
	max-width: 800px;
}

.about_nadya_row img {
	position: relative;
	width: 200px;
	height: auto;
	border-radius: 50%;
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
}

.about_nadya__img_text {
	margin-top: 20px;
	text-align: center;
}

/*О НАДЕЖДЕ - АДПТИВ*/
@media (max-width: 1200px) {
	.about_nadya_columns_img {
		margin-right: 15px;
	}
}


@media (max-width: 992px) {
	.block_about_nadya {
		margin: 0px 0px 0px 0px;
		padding-bottom: 5px;
	}

	.about_nadya_row {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		min-height: 25vh;
		margin: 0px 0px;
		align-items: center;
	}

	.nadya_column {
		padding: 0px 0px;
	}

	.about_nadya__img_text {
		margin-top: 20px;
		text-align: center;
	}

	.nadya_column {
		padding: 0px 0px;
	}

	.about_nadya_columns_img {
		background-color: red;
		width: 100vw;
		heigth: 60vw;
		margin-right: 0px;
	}

	.about_nadya_row img {
		display: none;
	}

	.about_nadya_columns_img {
		margin-top: 40px;
		height: 30vh;
		background: url('./images/foto_nadya_1.jpg') 0 0px /cover no-repeat;
		color: white;
	}

	.about_nadya__img_text {
		margin-top: 20px;
		text-align: left;
		margin-left: 25px;
		font-size: 17px;
		text-shadow: 1px 1px 2px black;
		width: 150px;
	}
}


/*ИЩУТ ДОМ*/
.block_to_home {
	position: relative;
	width: 100vw;
	height: auto;
	background-color: #f78e05;
	padding-top: 50px;
	padding-bottom: 60px;
}

.help_title {
	color: white;
}

.gallery {
	width: 100vw;
	height: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: white;
	padding-bottom: 5px;
}

.gallery_img {
	position: relative;
	padding-top: 5px;
}

	.gallery_img img {
		position: relative;
		width: 16.3vw;
		height: auto;
		cursor: pointer;
	}

/*ИЩУТ ДОМ - АДАПТИВ*/

@media (max-width: 992px) {
	.gallery_img img {
		width: 32.5vw;
	}

	.gallery_img {
		position: relative;
	}
}

@media (max-width: 769px) {
	.gallery {
	}

	.gallery_img img {
		width: 49vw;
	}
}


/*КАК ПОМОЧЬ*/

.block_help {
	width: 100%;
	height: auto;
}

.subtitle {
	font-size: 2.7vh;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 40px;
}

.help_row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	min-height: 45vh;
	flex-wrap: wrap;
}

.help_column {
	flex: 0 1 25%;
	padding-right: 22px;
	min-width: 250px;
}

.how_help_link {
	text-decoration: underline;
	color: #c97200;
}

	.how_help_link:hover {
		text-decoration: underline;
		color: #f78e05;
	}

	.how_help_link:active {
		text-decoration: none;
	}



/*КАК ПОМОЧЬ - АДАПТИВ*/
@media (max-width: 1200px) {
	.help_column {
		flex: 0 1 50%;
		padding-right: 22px;
		padding-bottom: 15px;
		min-width: 250px
	}

	.subtitle {
		/*font-size: 20px;*/
		font-weight: bold;
		height: 75px;
	}
}



@media (max-width: 767px) {
	.help_column {
		flex: 0 1 100%;
		padding-right: 0px;
		padding-bottom: 15px;
		min-width: 250px
	}

	.subtitle {
		font-size: 20px;
		font-weight: bold;
		height: 25px;
	}
}




/*РЕКВИЗИТЫ */

.help_img{
	position: relative;	
	height: 45vh;
	background: url('./images/end_foto.jpg') 0 -300px/cover no-repeat fixed;
}

.info_block{
	height: 88vh;
}

.info_flex {
	display: flex;
	flex-direction: column;
	background-color: white;
	padding: 20px;
	height: auto;
}

.info_help_text{
	position: relative;
	margin: 30px;
	text-align: center;
}

.info_column_text_last {
	margin: 40px 0;
}

.info_columns {
	margin-top: 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.info_flex_part {
	height: auto;
}

.info_column {
	height: auto;
	display: flex;
	flex-direction: row;
	text-align: left;
}

	.info_column img {
		position: relative;
		height: 60px;
		margin: 0px 15px;
	}

.info_column_img {
	flex: 0 1 20%;
}


.info_column_text {
	flex: 1 1 80%;
}

.info_column_text_last {
	border-top: 0.5px solid #c9c9c9;
	text-align: center;
	padding-top: 10px;
}



/*РЕКВИЗИТЫ - АДАПТИВ*/
@media (max-width: 1200px) {
	.info_block{
		height: auto;
	}
	.info_columns {
		margin-top: 20px;
		display: flex;
		flex-direction: column;
	}


	.info_column {
		background-color: white;
		height: auto;
		display: flex;
		flex-direction: row;
		padding: 20px;
		text-align: left;
	}
}



@media (max-width: 1200px) {
	.help_img{
	position: relative;	
	height: 35vh;
	background: url('./images/end_mobile.jpg') 0 0/cover no-repeat;
}
}


@media (max-width: 769px) {
	/*.help_img{
		position: relative;	
		height: 35vh;
		background: url('./images/info_mobile.jpg') 0 0/cover no-repeat fixed;
	}*/

	.info_block {
		height: auto;
		padding: 40px 0px 40px 0px;
	}

	.info_flex {
		padding-top: 10px;
	}

	.column_title {
		height: auto;
	}

	.info_column {
		padding: 5px;
	}

		.info_column img {
			height: 40px;
		}

	.info_columns {
		height: auto;
	}

	.info_column_img {
		flex: 0 1 10%;
	}


	.info_column_text {
		flex: 1 1 90%;
	}
}



footer {
	width: 100vw;
	height: 12vh;
	background-color: #f78e05;
}

.footer_links {
	position: relative;
	display: flex;
	flex-direction: row;
	width: 100px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	justify-content: space-between;
}

.footer_link {
	width: 35px;
	height: auto;
}

	.footer_link svg {
		fill: white;
	}

@media (max-width: 769px) {
	footer {
		min-height: 100px;
	}

	.footer_link {
		width: 30px;
	}

	.footer_links {
		width: 80px;
	}
}

.photo_legend {
	position: absolute;
	color: white;
	width: fit-content;
	font-size: 4vh !important;
	cursor: pointer;
	user-select: none;
	text-shadow: 3px 3px 6px black;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.bgi {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 26733;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.8);
}

video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 26735;
	background-color: black;
	cursor: pointer;
}
