html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}
body {
	line-height: 1
}
textarea, input[type="text"], input[type="button"], input[type="submit"], input[type="reset"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent
}
.container {
	width: 1170px;
	padding: 0 15px;
	margin: 0 auto;
}
/* Общий стиль */
p {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #333;
}
.block-div {
	padding: 100px 0;
}
.block-div h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 800;
	font-size: 31px;
	line-height: 45px;
	color: #1e1e1e;
	text-align: center;
	text-transform: uppercase;
}
.block-div span.block-name {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 25px;
	line-height: 43px;
	color: #1e1e1e;
	text-align: center;
	margin-bottom: 5px;
}
.text-white {
	color: #fff!important;
}
a {
	-webkit-transition: ease 0.3s;
	transition: ease 0.3s;
	cursor: pointer;
}
.block1,
.block3 {
	position: relative;
}
.block1:after,
.block3:after {
	content: '';
	position: absolute;
	background: url(../img/block-div-after.png) center no-repeat;
	left: 0;
	bottom: -37px;
	height: 37px;
	width: 100%;
}
/* Шапка */
header {
	background: url('../img/header.jpg') top center no-repeat;
	height: 747px;
}
.head {
	height: 96px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.head .container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.head-logo {}
.head-logo a {
	display: block;
	background: url('../img/logo.png') center no-repeat;
	width: 201px;
	height: 20px;
}
.head-info {}
.head-info p {
	font-weight: 300;
	color: #fff;
	font-size: 15px;
}
.head-info p span {
	border: 1px solid #fc693e;
	border-radius: 50px;
	padding: 6px 15px;
	margin: 0 3px;
}
.header-container {
	top: 78px;
	position: relative;
}
.header-container .container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.header-left {}
.header-left span.header-left-name {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 21px;
	text-transform: uppercase;
	background: linear-gradient(45deg, #fc693e, #ff9983 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #ff9983;
}
.header-left h2 {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: 800;
	font-size: 43px;
	line-height: 55px;
	text-transform: uppercase;
	color: #fff;
	margin: 10px 0 0 0;
}
.header-left hr {
	width: 55px;
	height: 5px;
	background: linear-gradient(45deg, #fc693e, #ff9983 100%);
	border: 0;
	margin: 15px 0;
}
.header-left span.header-left-desc {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 29px;
	color: #fff;
	display: block;
	width: 520px;
}
.header-button {
	display: flex;
	align-items: center;
	align-content: center;
	margin-top: 50px;
}
a.btn-link-yellow {
	font-family: 'Roboto', sans-serif;
	font-weight: 800;
	font-size: 18px;
	background: rgb(255,190,32);
	background-image: -moz-linear-gradient( 90deg, rgb(255,190,32) 0%, rgb(255,230,96) 100%, rgb(0,0,0) 100%, rgb(247,243,167) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(255,190,32) 0%, rgb(255,230,96) 100%, rgb(0,0,0) 100%, rgb(247,243,167) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(255,190,32) 0%, rgb(255,230,96) 100%, rgb(0,0,0) 100%, rgb(247,243,167) 100%);
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.35);
	-webkit-box-shadow: 0 15px 18px 0 rgba(255,96,0,.35);
	box-shadow: 0px 15px 20px 0px rgba(255, 96, 0, 0.35);
	color: #1e1e1e;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	border-bottom: 4px solid #ff9c00;
	text-decoration: none;
	padding: 20px 70px;
	text-transform: uppercase;
}
a.btn-link-yellow:hover {
	border-bottom-width: 3px;
	opacity: .98;
}
a.btn-link-yellow:active {
	border-bottom-width: 2px;
	opacity: .93;
}
a.btn-green {
	background: #4dd076;
	background-image: -moz-linear-gradient( 90deg, #4dd076 0%, #4df3a7 100%);
	background-image: -webkit-linear-gradient( 90deg, #4dd076 0%, #4df3a7 100%);
	background-image: -ms-linear-gradient( 90deg, #4dd076 0%, #4df3a7 100%);
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.35);;
	box-shadow: 0px 15px 20px 0px rgba(77, 208, 118, 0.35);
	border-bottom: 4px solid #4d9e4e;
}
.header-button a.header-link-btn {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.6);
	opacity: .9;
	margin-left: 40px;
}
.header-button a.header-link-btn:hover {
	opacity: 1;
	padding-bottom: 2px;
}
.header-right {}
.header-book {
	background: url('../img/img-book.png') top center no-repeat;
	width: 520px;
	height: 562px;
	position: relative;
	bottom: 30px;
	right: -20px;
}
/*.header-book {
	background: url('../img/img-book.png') center no-repeat;
	width: 427px;
	height: 562px;
	position: relative;
	bottom: 30px;
	}*/
	.header-right {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		max-width: 500px;
	}
	.header-book-video {
		width: 100%;
		position: relative;
	}
	.header-book-video::after {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		top: 8px;
		right: -14px;
		border: 2px solid #ffd443;
		border-radius: 10px;
		z-index: 0;
		opacity: .65;
	}
	.header-book-video iframe {
		width: 100%;
		height: 285px;
		border-radius: 10px;
		z-index: 1;
		position: relative;
	}
	.header-mouse {
		background: url('../img/mouse.png') center no-repeat;
		width: 28px;
		height: 44px;
		bottom: -70px;
		position: relative;
		margin: 0 auto;
		-webkit-transition: ease 0.3s;
		transition: ease 0.3s;
	}
	.header-mouse a {
		width: 100%;
		height: 100%;
		display: block;
	}
	.header-mouse:hover {
		bottom: -60px;
	}
	/* Второй экран */
	.block1 h2 {
		margin: 0 auto;
		width: 880px;
		width: calc(100% - 250px);
	}
	.block1-table {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 65px;
	}
	.block1-info {
		border-radius: 7px;
		background: #fff;
		/*box-shadow: 0px 10px 49px 0px rgba(0, 0, 0, 0.07);*/
		box-shadow: 0px 0 25px 0px rgba(0, 0, 0, 0.03);
		border-radius: 7px;
		/*border:1px solid rgba(0, 0, 0, 0.2);*/
		margin: 0 8px;
		padding: 40px;
		text-align: center;
		width: 380px;
	}
	.block1-info img {
	/*width: 50px;
	height: 50px;
	background: #dadada;
	border-radius: 50%;*/
	display: block;
	margin: 0 auto 20px auto;
	opacity: .9;
	-webkit-transition: ease 0.3s;
	transition: ease 0.3s;
}
.block1-info span {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 19px;
	line-height: 25px;
	color: #1e1e1e;
	opacity: .9;
	-webkit-transition: ease 0.3s;
	transition: ease 0.3s;
}
.block1-info:hover span,
.block1-info:hover img {
	opacity: 1;
}
/* Второй экран */
.block2,
.block4 {
	background: url('../img/block2-bg.jpg') bottom center no-repeat;
}
.block2-carousel {
	text-align: center;
	margin-bottom: 70px;
	display: flex;
	justify-content: center;
}
.owl-prev, 
.owl-next {
	display: flex;
}
.block2-review-left,
.block2-review-right {
	width: 26px;
	height: 54px;
	cursor: pointer;
	display: flex;
	margin: auto 0;
	position: relative;
	z-index: 10;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}
.block2-review-left {
	background: url('../img/owl-prev.png') center no-repeat;
	left: 30px;
}
.block2-review-right {
	background: url('../img/owl-next.png') center no-repeat;
	right: 30px;
}
.block2-review-left:hover,
.block2-review-right:hover {
	opacity: .8;
}
.block2-review-right {}
.block2-carousel .item,
.owl-carousel,
.owl-stage-outer,
.owl-stage,
.owl-item {
	border-radius: 7px;
}
.owl-carousel .owl-item img {
	width: auto;
	margin: 0 auto;
}
.block2-carousel img {
	box-shadow: 0px 10px 49px 0px rgba(0, 0, 0, 0.07);
	border-radius: 7px;
}
/* Третий экран */
.block3 {
}
.block3-container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding: 70px 100px 100px 100px;
	position: relative;
}
.block3-container:after {
	content: '';
	background: url(../img/block3-bg.png) top left no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: -90px;
	position: absolute;
	z-index: -10;
	opacity: 0.8;
}
.block3 p {
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	opacity: .95;
	margin: 20px 0;
	text-align: justify;
}
.block3 p.block3-name {
	font-size: 20px;
	font-weight: 600;
}
.block3 p.block3-name span {
	border: 1px solid #fc693e;
	border-radius: 50px;
	padding: 2px 12px;
	margin: 0 5px;
}
.block3 img.block3-avtor {
	padding-right: 80px;
}
.block3-info {
	border: 9px solid #ffd135;
	border-radius: 10px;
	text-align: center;
	padding: 40px;
	position: relative;
	margin: 0 50px;
}
.block3-info h2 {
	position: absolute;
	left: 39%;
	right: 39%;
	top: -30px;
	display: block;
	background: #fff;
}
.block3-info p {
	font-size: 22px;
	line-height: 44px;
	text-align: center;
	font-weight: 300;
}
.block3-button {
	display: block;
	position: relative;
	top: 50px;
	text-align: -webkit-center;
	text-align: center;
}
/* Четвертый блок */
.block4 img {
	width: 100%;
	height: auto;
	padding: 2px 5px;
}
.block4 span {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 20px;
	color: #fff;
	opacity: .9;
}
.block4-container {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	text-align: center;
	margin: 60px auto;
	padding: 0 30px;
}
.block4-reviews-div {
	width: 40%;
}
/* Пятый экран */
.block5 {}
.block5-table {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 40px;
	margin-top: 65px;
}
.block5-info {
	border-radius: 7px;
	background: #fff;
	/*box-shadow: 0px 10px 49px 0px rgba(0, 0, 0, 0.07);*/
	box-shadow: 0px 0 25px 0px rgba(0, 0, 0, 0.03);
	border-radius: 7px;
	/*border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 40px;*/
	margin: 0 12px;
	text-align: center;
	width: 380px;
	height: 180px;
	position: relative;
}
/*.block5-info:after {
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	border-radius: 7px;
}
.block5-info1:after {
	background: url('../img/block5-1.jpg'); center no-repeat;
}
.block5-info2:after {
	background: url('../img/block5-2.jpg'); center no-repeat;
}
.block5-info3:after {
	background: url('../img/block5-3.jpg'); center no-repeat;
	}*/
	.block5-info img {
	/*width: 50px;
	height: 50px;
	background: #dadada;
	display: block;
	margin: 0 auto 20px auto;
	border-radius: 50%;*/
	width: 90px;
	height: 90px;
	display: block;
	margin: 27px auto 7px auto;
}
.block5-info1 img {

}
.block5-info span {
	/*font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 19px;
	line-height: 25px;
	color: #fff;
	opacity: .9;
	position: absolute;
	z-index: 10;
	bottom: 0;
	display: block;
	width: 100%;
	background: rgba(44, 55, 103, 0.9);
	padding: 13px;
	border-radius: 0 0 7px 7px;
	-webkit-transition: ease 0.3s;
	transition: ease 0.3s;*/
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	color: #1e1e1e;
	opacity: .9;
	text-align: center;
	display: block;
}
/*.block5-info:hover span {
	padding: 25px 13px;
	}*/
	/* Шестой блок */
	.block6 {
		padding: 0;
	}
/*.block6 .container {
	border: 2px solid #fc693e;
	border-radius: 7px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 10px 49px 0px rgba(0, 0, 0, 0.07);
	display: flex;
	padding: 70px 50px 10px 50px;
	position: relative;
	}*/
	.block6 .container {
		border: 2px solid #fc693e;
		border-radius: 7px;
		background-color: rgb(255, 255, 255);
		box-shadow: 0px 10px 49px 0px rgba(0, 0, 0, 0.07);
		display: flex;
		padding: 60px 50px 40px 50px;
		position: relative;
	}
	.block6-div-img {
		position: relative;
		top: 25px;
	}
	.block6 h2 {
		text-align: left;
	}
	.block6-div-info {
		margin-left: 80px;
	}
	.block6 p.block6-spec {
		font-size: 21px;
		font-weight: 500;
		opacity: .9;
		color: #1e1e1e;
		display: block;
		margin: 20px 0;
	}
	.block6 .timeblock {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		margin-bottom: 60px;
	}
	.block6 .timeblock-table {
		margin-right: 13px;
	}
	.block6 .timeblock .timeblock-div {
		width: 100px;
		height: 90px;
		border-radius: 10px;
		background: #fff;
		box-shadow: 0px 10px 49px 0px rgba(0, 0, 0, 0.07);
		font-family: 'Roboto', sans-serif;
		font-weight: 800;
		font-size: 36px;
		color: #001e1e;
		border: 1px solid rgba(0, 0, 0, 0.2);
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.block6 .timeblock span {
		font-family: 'Roboto', sans-serif;
		display: block;
		font-weight: 500;
		font-size: 17px;
		text-align: center;
		color: #001e1e;
		padding-top: 5px;
	}
	.block6 .block6-text {
		margin: 60px 0;
		font-size: 19px;
		line-height: 28px;
		color: #1e1e1e;
		font-weight: 300;
	}
	.block6 .block6-best {
		margin-left: 10px;
	}
	.block6-button a.btn-link-yellow {
		padding: 20px 60px;
	}
	/* Седьмой блок */
	.block7 {}
	.block7 span.block-name {
		margin-top: 20px;
		margin-bottom: 0;
		font-weight: 600;
	}
	.block7-container {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		margin-top: 40px;
	}
	.block7-img {
		box-shadow: 0px 0 35px 0px rgba(0, 0, 0, 0.04);
		background: #fff;
		width: 270px;
		height: 270px;
		border-radius: 50%;
		position: relative;
		z-index: 20;
	}
	.block7-img img {
		padding: 53px 58px 63px 58px;
	}
	.block7-text {
		box-shadow: 0px 0 35px 0px rgba(0, 0, 0, 0.04);
		background: #fff;
		margin: 25px 0 25px -70px;
		display: flex;
		align-items: center;
		padding: 0 115px 0 140px;
		position: relative;
		z-index: 10;
		border-radius: 10px;
	}
	.block7-text p {
		font-size: 18px;
		line-height: 27px;
		font-weight: 400;
		opacity: 9;
	}
	.block7-text p span {
		display: block;
		margin-top: 10px;
		font-weight: 500;
		font-size: 19px;
	}
	/* Подвал */
	footer {
		background: url('../img/footer-bg.jpg') top center no-repeat;
		background-position-y: -20px;
	}
	footer .container {
		padding: 90px 0 60px 0;
	}
	footer .footer-div {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
	}
	.footer-logo {
		display: block;
		margin-bottom: 15px;
	}
	footer p {
		color: #fff;
		font-size: 14px;
		line-height: 20px;
		opacity: .97;
		font-weight: 300;
	}
	.footer-two p {
		font-weight: 400;
		font-size: 15px;
	}
	.footer-three {
		text-align: right;
	}
	.footer-social {
		text-align: center;
		height: 40px;
		display: flex;
		align-items: center;
		align-content: center;
		justify-content: center;
		padding-top: 10px;
	}
	.footer-social a {
		text-decoration: none;
		padding: 4px;
	}
	.footer-social a:hover {
		opacity: .8;
	}
	.footer-link {
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
		padding-top: 10px;
	}
	.footer-link-a {
		font-family: 'Roboto', sans-serif;
		font-weight: 300;
		font-size: 14px;
		color: #fff;
		opacity: .9;
	}
	.footer-link-a a {
		color: #fff;
		text-decoration: none;
		padding-bottom: 1px;
		border-bottom: 1px dashed #ffffff42;
	}
	.footer-link-a span {
		color: #ffffff42;
		padding: 0 1px 0 6px;
	}
	.footer-link-a a:hover {
		padding-bottom: 2px;
		border-bottom: 1px dashed #ffffff40;
	}
	.footer-packing {}
	.footer-packing a {
		background: url('../img/packing-logo.png') center no-repeat;
		width: 126px;
		height: 43px;
		display: block;
	}
	.footer-packing a:hover {
		opacity: .75;
	}