@import url(reset.css);

body {
	background-color: #D8C49E;
}

.wraper {
	width: 1100px;
	height: 850px;
	margin:50px auto 0px;
	background-image: url(../picto/wraper.png);
	background-repeat: no-repeat;
	background-size: cover;
	color: #000;
	
	
}

.header {
	width: 740px;
	height: 120px;
	margin: 10px auto 5px;
	display: flex;
	
}

.slogan {
	width: 600px;
	height: 50px;
	margin: 30px auto 10px;
	font: italic bold 35px "Times New Roman", serif;
	text-align: center;
}

.torso {
	width: 710px;
	height: 70%/*570px*/;
	margin: 0px auto;
}

.contact {
	width: 680px;
	height: 110px;
	margin: 5px auto;
	display: flex;
	font: bold 28px "Times New Roman", serif;
}

.contact a:hover {
	transform: scale(1.5);
	opacity: 0.8;
	cursor: pointer;
}

.page {
	width: 680px;
	height: 460px;
	margin: 0px auto;
	overflow: auto;	
	
	/*Скрыть полосу прокрутки*/
	scrollbar-width: none;
	-ms-overflow-style: none;
	
}

.page::-webkit-Scrollbar {
	display: none;
}

.previos {
	position: relative;
	height: 60px;
}

.previos a {
	width: 60px;
	height: 60px;
	position: absolute;
	background-image: url(../picto/previos.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50%;
	right: 0;
	top: 0;
}

.next {
	position: relative;
}

.next a {
	width: 60px;
	height: 60px;
	position: absolute;
	background-image: url(../picto/next.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50%;
	right: 0;
	top: 0;
}

.goNext {
	width: 680px;
	height: 50px;
}

.ava {
	width: 100px;
	height: 100px;
	margin: 5px auto;
	background-image: url(../picto/ava.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50%;
}

.name {
	width: 300px;
	height: 100px;
	margin: 20px auto;
	text-align: center;
	line-height: 40px;
}

.mail {
	width: 50px;
	height: 100px;
}

.email {
	display: inline-block;
	width: 100%;
	height: 100%;
	background-image: url(../picto/mail.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.vk {
	display: inline-block;
	width: 100%;
	height: 100%;
	background-image: url(../picto/vkont.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.telega {
	display: inline-block;
	width: 100%;
	height: 100%;
	background-image: url(../picto/telega.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.rutube {
	display: inline-block;
	width: 100%;
	height: 100%;
	background-image: url(../picto/rutube.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.page h1 {
	font: bold 25px "Times New Roman", serif;
	text-align: center;
}

.page p {
	margin: 10px 25px;
	font: bold 18px "Times New Roman", serif;
	text-indent: 30px;
	text-align: justify;
}

.slaid {
	opacity: 0;
	animation: slaidIn ease-in 1;
	animation-fill-mode: forwards;
	animation-duration: 2s;
}

@keyframes slaidIn {
	0% {
		opacity: 0;
	}
	25% {
		opacity: 0.25;
	}
	50% {
		opacity: 0.5;
	}
	75% {
		opacity: 0.75;
	}
	100% {
		opacity: 1;
	}
}

#slaid a {
	text-decoration: none;
	font: bold 18px "Times New Roman", serif;
	color: #000;
	text-shadow: 5px 0 10px #FFD800;
}

#slaid a:hover {
	color: #0026FF;
	text-shadow: 5px 0 10px #FF0000;
}

/*Для слайдов с фото*/
.galery {
	width: 650px;
	height: 500px;
	margin: 20px auto;
	overflow: auto;
	
	/*Скрыть полосу прокрутки*/
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.galery::-webkit-Scrollbar {
	display: none;
}

.horizont {
	margin: 0 auto;
}

.vertical {
	margin: 0 auto;
}

.imghor {
	width: 150px;
	height: 110px;
	margin: 10px 5px;
	float: left;
	background-repeat: no-repeat;
	background-size: cover;
}

.imgvert {
	width: 110px;
	height: 160px;
	margin: 10px 5px;
	float: left;
	background-repeat: no-repeat;
	background-size: cover;
}

/*для поп-ап окна*/
.windowImg {
	display: none;
	position: fixed;
	z-index: 1;
	left: 15%;
	top: 5%;
	overflow: auto;
	background-color: #D8C49E;
	box-shadow: 0 0 10px rgba(0, 0, 0.5);
}

.modal {
	margin: auto;
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.modal img {
	width: auto;
	height: auto;
}

.closeWindow {
	font: bold 20px "Times New Roman", serif;
	margin: 0 270px;
	color: #2F1FDD;
}

.wreper_qoute {
	width: 650px;
	height: 500px;
	margin: 20px auto;
	overflow: auto;
	
	/*Скрыть полосу прокрутки*/
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.wreper_qoute::-webkit-Scrollbar {
	display: none;
}

.line_qoute {
	width: 650px;
}

.quote {
	width: 310px;
	margin-left: 10px;
	float: left;
}

.up_quote {
	width: 310px;
	height: 70px;
	background-image: url(../picto/upQute.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.text_qupte {
	font: italic 17px "Times New Roman", serif;
	text-shadow: 5px 0 10px #FFF716;
}

.down_quote {
	width: 310px;
	height: 70px;
	background-image: url(../picto/downQuote.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.autor_quote {
	font: bold 25px "Times New Roman", serif;
	color: #0026FF;
}

.wrapper_akcia {
	width: 620px;
	height: 620px;
	background-image: url(../picto/akcia.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin: 30px auto;
}

.footer {
	width: 680px;
	height: 110px;
	margin: 10px auto;
	display: flex;
	font: bold 15px "Times New Roman", serif;
}

.copirigth {
	width: 80px;
	height: 80px;
	margin: 5px 0px 5px 0px;
	background-image: url(../picto/Veles.png);
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 80%;
}

.avtor {
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 100px;
}

.avtor a {
	text-decoration: none;
	font: bold 15px "Times New Roman", serif;
	color: #000;
}

.avtor a:hover {
	text-shadow: 5px 0 10px #FFFF26;
}

.otsilka {
	width: 500px;
	text-align: center;
	line-height: 20px;
}

.otsilka ol {
	width: 240px;
	margin-top: 10px;
	float: left;
	list-style: none;
}

.otsilka a {
	text-decoration: none;
	font: bold 15px "Times New Roman", serif;
	color: #0026FF;
}

.otsilka a:hover {
	/*color: #0026FF;*/
	text-shadow: 5px 0 10px #FF0000;
}