@font-face {
	font-family: "Monotype Corsiva";
	src: url("../fonts/monotype-corsiva.eot"); /* IE9 Compat Modes */
	src: url("../fonts/monotype-corsiva.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("../fonts/monotype-corsiva.otf") format("opentype"), /* Open Type Font */
	url("../fonts/monotype-corsiva.svg") format("svg"), /* Legacy iOS */
	url("../fonts/monotype-corsiva.ttf") format("truetype"), /* Safari, Android, iOS */
	url("../fonts/monotype-corsiva.woff") format("woff"), /* Modern Browsers */
	url("../fonts/monotype-corsiva.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}

body{
	width: 100%;
	min-width: 320px;
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-weight: normal;
}

.mainContainer{
	width: 100%;
}
.mainContainer section{
	/*margin-bottom: -4px;*/
	text-align: center;
	vertical-align: middle;
	/*height: 640px !important;*/
	
	/*min-height: 640px;*/
	/*height: auto;*/
	/*margin-top: 5%;*/
	/*margin-bottom: 5%;*/
}

section.header {
	position: relative;
	width: 100%;
	height: 640px;
	background: #ffffff url(/img/logo.jpg) no-repeat center center;
	
	overflow: hidden;
	z-index: 0;
	background-size: cover;
}

section.header .title{
	position: relative;
	width: 80%;
	line-height: 64px;
	
	/*-webkit-transform: rotate(-45deg);*/
	/*-ms-transform: rotate(-45deg);*/
	/*transform: rotate(-45deg);*/
	/*left: 50%;*/
	margin: 0 10% 0 10%;
	
	font-size: 42px;
	/*text-shadow: #ff0000 0 0 4px;*/
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 100%);
}

@media screen and (max-width: 512px) {
	section.header .title{
		/*display: inline-block;*/
		width: 300px;
		line-height: 48px;
		font-size: 32px;
		float: left;
		left: 50%;
		margin-left: -150px;
	}
}
section.header .socialLinks{
	position: relative;
	display: inline-block;
	
	width: 304px;
	margin-top: 96px;
	
	background: rgba(255, 255, 255, 0.7);
	border-radius: 16px;
}
section.header .socialLinks .selectLink{
	display: inline-block;
	width: 256px;
	height: 48px;
	line-height: 48px;
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: 24px;
}
section.header .socialLinks .sl{
	display: inline-block;
	width: 256px;
	height: 48px;
	line-height: 48px;
	margin-top: 12px;
	margin-bottom: 12px;
	
	background: #f3ddc5;
	border-radius: 16px;
	color: #000000;
	font-size: 24px;
	
	text-decoration: none;
}
section.header .socialLinks .sl:hover{
	background: #958575;
	color: #ffffff;
}


section.info {
	margin-top: 64px;
}
section.info .title{
	position: relative;
	width: 80%;
	line-height: 64px;
	
	margin-left: 10%;
	margin-top: 0;
	
	font-size: 32px;
	
	/*text-shadow: #ff0000 0 0 4px;*/
}

@media screen and (max-width: 768px) {
	section.info .title{
		width: 300px;
		line-height: 48px;
		font-size: 32px;
		float: left;
		left: 50%;
		margin-left: -150px;
	}
}

section.info .description{
	position: relative;
	display: inline-block;
	width: 1024px;
}
@media screen and (max-width: 1024px) {
	section.info .description{
		width: 100%;
	}
}

section.info.led.description .descFull{
	position: relative;
	width: 95%;
	margin-left: 2.5%;
}
section.info.led.description .descFull .descFullText{
	/*font-family: 'Monotype Corsiva';*/
	font-size: 18pt;
	color: #040300;
}

section.info .descBody{
	position: relative;
	width: 50%;
	float: left;
	/*height: 100%;*/
}
@media screen and (max-width: 768px) {
	section.info .descBody{
		width: 95%;
		height: auto;
		margin-left: 2.5%;
	}
}

section.info .descBody .descItem{
	width: 90%;
	height: 150px;
	margin-left: 5%;
	margin-top: 35px;
}

@media screen and (max-width: 768px) {
	section.info .descBody .descItem{
		height: auto;
	}
}

section.info .descItem .descNum{
	float: left;
	width: 56px;
	height: 56px;
	line-height: 56px;
	border-radius: 28px;
	background: #411b53;
	color: #ffffff;
	
	/*font-family: 'Monotype Corsiva';*/
	font-style: italic;
	font-size: 28px;
	
}

section.info .descItem .descInfo{
	float: left;
	width: 386px;
	text-align: left;
	margin-left: 10px;
	
	/*font-family: 'Monotype Corsiva';*/
	font-size: 18pt;
	color: #040300;
}

section.info .descItem .descInfo .descTitle{
	display: inline-block;
	line-height: 32px;
	font-weight: bold;
}

section.info .descItem .descInfo .descText{
	display: inline-block;
	line-height: 32px;
	text-align: justify;
}
@media screen and (max-width: 768px) {
	
	section.info .descItem .descNum{
		position: relative;
		float: inherit;
		left: 50%;
		margin-left: -28px;
	}
	
	section.info .descItem .descInfo{
		float: none;
		width: 100%;
		margin: 0;
	}
	
	section.info .descItem .descInfo .descTitle{
		width: 100%;
		text-align: center;
	}
	
	section.info .descItem .descInfo .descText{
		width: 100%;
		text-align: center;
	}
}


section.price{
	margin-top: 64px;
	background: #f3ddc5;
}

section.price .priceContent{
	position: relative;
	display: inline-block;
	text-align: center;
	
	width: 1024px;
	/*min-height: 512px;*/
	margin-top: 20px;
}

section.price .priceContent{
	background: url(/img/price.png) center no-repeat;
}
section.price .priceContent.brows{
	background: url(/img/price.brows.jpg) center no-repeat;
	background-size: cover;
}
section.price .priceContent.second{
	background: url(/img/price.second.jpg) center no-repeat;
}
section.price .priceContent.third{
	background: url(/img/price.third.png) center no-repeat;
}
section.price .priceContent.fourth{
	background: url(/img/price.led.png) center no-repeat;
}

@media screen and (max-width: 1024px) {
	section.price .priceContent{
		width: 90%;
		height: auto;
		margin-left: 5%;
		margin-right: 5%;
	}
}
section.price .priceLine{
	display: inline-block;
	
	width: 1024px;
	/*height: 240px;*/
	min-height: 168px;
}
section.price .priceLine .priceItem{
	display: inline-block;
	
	width: 309px;
	height: 100%;
	padding: 10px;
	
	/*font-family: 'Monotype Corsiva';*/
	font-size: 18px;
	text-align: left;
	
	background: rgba(255, 255, 255, 0.7);
	border-radius: 16px;
	color: #040300;
}
section.price .priceLine .priceItem:first-child{
	float: left;
	margin-left: 0;
}
section.price .priceLine .priceItem:last-child{
	float: right;
	margin-left: 0;
}

section.price .priceLine .priceItem span{
	display: inline-block;
}
section.price .priceLine .priceItem .priceTitle{
	font-size: 32px;
	width: 100%;
	text-align: center;
	font-weight: bold;
}
section.price .priceLine .priceItem .priceCost{
	font-size: 32px;
	width: 100%;
	text-align: center;
	font-weight: bold;
}
section.price .priceLine .priceItem .priceCost.lineThrough{
	font-size: 28px;
	text-decoration: line-through;
}
section.price .priceLine .priceItem .priceCost.sale{
	color: #ff0000;
}
section.price .priceLine .priceItem .priceDescription{
	margin-top: 10px;
	text-align: justify;
}

@media screen and (max-width: 1024px) {
	section.price .priceLine{
		width: 100%;
		/*height: 240px;*/
		margin-left: 0;
	}
	section.price .priceLine .priceItem{
		padding: 0 10px 0 10px;
	}
	
	section.price .priceLine .priceItem:first-child{
	
	}
	section.price .priceLine .priceItem:last-child{
	
	}
}
@media screen and (max-width: 512px) {
	section.price .priceLine{
		position: relative;
		width: 100%;
		height: auto;
	}
	section.price .priceLine .priceItem{
		width: 100%;
		padding: 0;
	}
	
	section.price .priceLine .priceItem:first-child{
		float: left;
		margin-left: 0;
	}
	section.price .priceLine .priceItem:last-child{
		float: left;
		margin-left: 0;
		margin-top: 5px;
	}
	section.price .priceLine .priceItem .priceDescription{
		display: none;
	}
}






section.footer{
	height: auto;
}
section.footer .contacts{
	display: inline-block;
	
	width: 1024px;
	
	min-height: 548px;
	background: url(/img/contacts.png) center no-repeat;
	margin-top: 64px;
}

@media screen and (max-width: 1024px) {
	section.footer .contacts{
		width: 90%;
		margin-left: 5%;
	}
}

section.footer .contacts .contactsText {
	margin-left: 72px;
	margin-top: 100px;
	float: left;
	display: block;
	text-align: left;
	/*font-family: 'Monotype Corsiva';*/
	font-weight: bold;
	font-size: 36px;
	color: #040300;
	line-height: 40px;
	text-decoration: none;
}
@media screen and (max-width: 1024px) {
	section.footer .contacts .contactsText {
		
		margin-left: 16px;
		margin-top: 20px;
		font-size: 24px;
	}
}
section.footer .contacts .contactsText a {
	color: #040300;
	text-decoration: none;
}



section.rekld{
	height: auto;
}
section.rekld div.rekld{
	display: inline-block;
	
	width: 768px;
	
	min-height: 248px;
	margin-top: 64px;
	background: url(/img/advertBckg.jpg) center no-repeat;
	background-size: cover;
	/*border: 1px solid #3f2202;*/
	/*border-radius: 18px;*/
}

@media screen and (max-width: 1024px) {
	section.rekld div.rekld{
		width: 90%;
		/*margin-left: 5%;*/
	}
}

section.rekld div.rekld .rekldText {
	/*margin-left: 72px;*/
	/*margin-top: 100px;*/
	/*float: left;*/
	display: block;
	text-align: center;
	font-family: 'Monotype Corsiva';
	font-weight: bold;
	font-size: 36px;
	color: #040300;
	line-height: 40px;
	/*text-decoration: none;*/
}
@media screen and (max-width: 1024px) {
	section.rekld div.rekld .rekldText {
		
		/*margin-left: 16px;*/
		/*margin-top: 20px;*/
		font-size: 24px;
	}
}
section.rekld div.rekld .rekldText a {
	color: #040300;
	text-decoration: none;
}