/* Сайт Столица Молока */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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{border:0;font-size:100%;font:inherit;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
html , body  { 
	height:110%;
	width:100%;
}
html  {
	background: url(../img/bg-green.jpg);
}
body {
	font-family: 'Conv_Cuprum-Regular';
	font-size:16px;	
}
body >div {
	margin:0 auto;
	width:1000px;
}
p {
	margin:0 0 15px 0;
}
a {
	color:#393185;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
@font-face {
	font-family: 'Conv_Cuprum-Regular';
	src: url('fonts/Cuprum-Regular.eot');
	src: local('O'), url('../fonts/Cuprum-Regular.woff') format('woff'), url('../fonts/Cuprum-Regular.ttf') format('truetype'), url('../fonts/Cuprum-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
h1 {
	text-transform:uppercase;
}
.caption-1, h1 { 
	font-size:18px;
	color:#393185;
	font-family:'Conv_Cuprum-Regular';
}
.caption-1 span, h1 span {
	display:inline-block;
	margin:0 20px;
	color:#555;
}
.clear {
	clear:both;
}
.sm-button {
	background: #8a99c0; /* Old browsers */
	background: -moz-linear-gradient(top,  #8a99c0 0%, #8897be 2%, #8998bf 7%, #8294b8 19%, #808fb8 28%, #7a8eb3 35%, #7081ac 53%, #657ba4 67%, #6278a1 79%, #5f749f 81%, #6075a0 84%, #5c719c 95%, #5e739e 98%, #5c719c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8a99c0), color-stop(2%,#8897be), color-stop(7%,#8998bf), color-stop(19%,#8294b8), color-stop(28%,#808fb8), color-stop(35%,#7a8eb3), color-stop(53%,#7081ac), color-stop(67%,#657ba4), color-stop(79%,#6278a1), color-stop(81%,#5f749f), color-stop(84%,#6075a0), color-stop(95%,#5c719c), color-stop(98%,#5e739e), color-stop(100%,#5c719c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8a99c0 0%,#8897be 2%,#8998bf 7%,#8294b8 19%,#808fb8 28%,#7a8eb3 35%,#7081ac 53%,#657ba4 67%,#6278a1 79%,#5f749f 81%,#6075a0 84%,#5c719c 95%,#5e739e 98%,#5c719c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8a99c0 0%,#8897be 2%,#8998bf 7%,#8294b8 19%,#808fb8 28%,#7a8eb3 35%,#7081ac 53%,#657ba4 67%,#6278a1 79%,#5f749f 81%,#6075a0 84%,#5c719c 95%,#5e739e 98%,#5c719c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8a99c0 0%,#8897be 2%,#8998bf 7%,#8294b8 19%,#808fb8 28%,#7a8eb3 35%,#7081ac 53%,#657ba4 67%,#6278a1 79%,#5f749f 81%,#6075a0 84%,#5c719c 95%,#5e739e 98%,#5c719c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #8a99c0 0%,#8897be 2%,#8998bf 7%,#8294b8 19%,#808fb8 28%,#7a8eb3 35%,#7081ac 53%,#657ba4 67%,#6278a1 79%,#5f749f 81%,#6075a0 84%,#5c719c 95%,#5e739e 98%,#5c719c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a99c0', endColorstr='#5c719c',GradientType=0 ); /* IE6-9 */
	text-shadow:-1px -1px -1px #445b99;
	color:#fff;
	border:none;
	cursor:pointer;
	border-radius:3px;
	padding:7px 0;
	display:block;
}
.sm-button:hover {
	background: #ffef80; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffef80 0%, #ffef80 23%, #ffee78 30%, #ffee58 50%, #feef34 68%, #feee15 85%, #ffed03 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffef80), color-stop(23%,#ffef80), color-stop(30%,#ffee78), color-stop(50%,#ffee58), color-stop(68%,#feef34), color-stop(85%,#feee15), color-stop(100%,#ffed03)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffef80 0%,#ffef80 23%,#ffee78 30%,#ffee58 50%,#feef34 68%,#feee15 85%,#ffed03 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffef80 0%,#ffef80 23%,#ffee78 30%,#ffee58 50%,#feef34 68%,#feee15 85%,#ffed03 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffef80 0%,#ffef80 23%,#ffee78 30%,#ffee58 50%,#feef34 68%,#feee15 85%,#ffed03 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffef80 0%,#ffef80 23%,#ffee78 30%,#ffee58 50%,#feef34 68%,#feee15 85%,#ffed03 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffef80', endColorstr='#ffed03',GradientType=0 ); /* IE6-9 */
	text-shadow:none;
	border:3px solid #fdd859;
	text-decoration:none;
	color:#000;
}
/* Оформление рамкой и тенью */
.artwork, .sm-product {
	border:4px solid #fff;
	box-shadow:0px 0px 8px #dcd4bf;
	border-radius:5px;
}
/* Шапка */
.sm-wrp__header {
	background:url(../img/bg-header.jpg) no-repeat;
	height:417px;
	border:1px solid #fff;
	position:relative;
	width:998px;
}
.sm-wrp__header .logo {
	background:url(../img/logo.png) no-repeat;
	position:absolute;
	left:42px;
	top:46px;
	display:block;
	height:259px;
	width:321px;
}
.sm-wrp__header .application {
	background:url(../img/application.png) no-repeat;
	display:block;
	color:#fff;
	font-size:20px;
	text-shadow:-1px -1px -1px #445b99;
	position:absolute;
	top:200px;
	right:45px;
	height:100px;
	padding-top:65px;
	text-align:center;
	text-decoration:none;
	width:153px;
}
.sm-wrp__header .application:hover {
	background-position:0 -166px;
}
.sm-wrp__header .contacts {
	position:absolute;
	color:#393185;
	text-shadow:2px 2px 5px #fff;
	font-size:18px;
	top:55px;
	right:35px;
	text-align:right;
	width:260px; 
}
/* Главное меню */
.sm-wrp__header .main__menu {
	background:#8a99c0; /* Old browsers */
	background:-moz-linear-gradient(top,  #8a99c0 0%, #8897be 2%, #8998bf 7%, #8294b8 19%, #808fb8 28%, #7a8eb3 35%, #7081ac 53%, #657ba4 67%, #6278a1 79%, #5f749f 81%, #6075a0 84%, #5c719c 95%, #5e739e 98%, #5c719c 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#8a99c0), color-stop(2%,#8897be), color-stop(7%,#8998bf), color-stop(19%,#8294b8), color-stop(28%,#808fb8), color-stop(35%,#7a8eb3), color-stop(53%,#7081ac), color-stop(67%,#657ba4), color-stop(79%,#6278a1), color-stop(81%,#5f749f), color-stop(84%,#6075a0), color-stop(95%,#5c719c), color-stop(98%,#5e739e), color-stop(100%,#5c719c)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top,  #8a99c0 0%,#8897be 2%,#8998bf 7%,#8294b8 19%,#808fb8 28%,#7a8eb3 35%,#7081ac 53%,#657ba4 67%,#6278a1 79%,#5f749f 81%,#6075a0 84%,#5c719c 95%,#5e739e 98%,#5c719c 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top,  #8a99c0 0%,#8897be 2%,#8998bf 7%,#8294b8 19%,#808fb8 28%,#7a8eb3 35%,#7081ac 53%,#657ba4 67%,#6278a1 79%,#5f749f 81%,#6075a0 84%,#5c719c 95%,#5e739e 98%,#5c719c 100%); /* Opera 11.10+ */
	background:-ms-linear-gradient(top,  #8a99c0 0%,#8897be 2%,#8998bf 7%,#8294b8 19%,#808fb8 28%,#7a8eb3 35%,#7081ac 53%,#657ba4 67%,#6278a1 79%,#5f749f 81%,#6075a0 84%,#5c719c 95%,#5e739e 98%,#5c719c 100%); /* IE10+ */
	background:linear-gradient(to bottom,  #8a99c0 0%,#8897be 2%,#8998bf 7%,#8294b8 19%,#808fb8 28%,#7a8eb3 35%,#7081ac 53%,#657ba4 67%,#6278a1 79%,#5f749f 81%,#6075a0 84%,#5c719c 95%,#5e739e 98%,#5c719c 100%); /* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a99c0', endColorstr='#5c719c',GradientType=0 ); /* IE6-9 */
	border-top:1px solid #afbfe7;
	border-bottom:1px solid #516691;
	position:absolute;
	bottom:-26px;
	left:30px;
	border-radius:3px;
}
.sm-wrp__header .main__menu>li  {
	float:left;
	height:45px;
	line-height:45px;
	position:relative;
}
/* Второй уровень меню */
.sm-wrp__header .main__menu>li .sub {
	opacity:0;
	top:-9999px;
	position:absolute;
	line-height:20px;
	left:-2px;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
	z-index:10;
}
.sm-wrp__header .main__menu>li:hover .sub {
	top:46px;
	opacity:1;
}
.sm-wrp__header .main__menu>li >a {
	background: url(../img/separate.jpg) no-repeat;
	background-position: 100% 5px;
	color:#fff;
	display:block;
	padding:0 35px;
	font-size:18px;
	text-decoration:none;
	text-shadow:-1px -1px -1px #445b99;
}
.sm-wrp__header .main__menu>li:last-child>a {
	background-image:none;
}
.sm-wrp__header .main__menu>li>a:hover, .sm-wrp__header .main__menu>li:hover>a  {
	background-color:#ffed03;
	border:3px solid #fdd859;
	background-image:none;
	border-radius:3px;
	color:#04162e;
	line-height:40px;
	margin-left:-2px;
	padding:0 33px;
	text-shadow:none;
	background: #ffef80; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffef80 0%, #ffef80 23%, #ffee78 30%, #ffee58 50%, #feef34 68%, #feee15 85%, #ffed03 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffef80), color-stop(23%,#ffef80), color-stop(30%,#ffee78), color-stop(50%,#ffee58), color-stop(68%,#feef34), color-stop(85%,#feee15), color-stop(100%,#ffed03)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffef80 0%,#ffef80 23%,#ffee78 30%,#ffee58 50%,#feef34 68%,#feee15 85%,#ffed03 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffef80 0%,#ffef80 23%,#ffee78 30%,#ffee58 50%,#feef34 68%,#feee15 85%,#ffed03 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffef80 0%,#ffef80 23%,#ffee78 30%,#ffee58 50%,#feef34 68%,#feee15 85%,#ffed03 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffef80 0%,#ffef80 23%,#ffee78 30%,#ffee58 50%,#feef34 68%,#feee15 85%,#ffed03 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffef80', endColorstr='#ffed03',GradientType=0 ); /* IE6-9 */
}
.sm-wrp__header .main__menu >li.mm__item__active>a {
	background-color:#ffed03;
	border:3px solid #fdd859;
	background-image:none;
	border-radius:3px;
	color:#04162e;
	line-height:40px;
	margin-left:-2px;
	padding:0 33px;
	text-shadow:none;
	background: #ffef80; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffef80 0%, #ffef80 23%, #ffee78 30%, #ffee58 50%, #feef34 68%, #feee15 85%, #ffed03 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffef80), color-stop(23%,#ffef80), color-stop(30%,#ffee78), color-stop(50%,#ffee58), color-stop(68%,#feef34), color-stop(85%,#feee15), color-stop(100%,#ffed03)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffef80 0%,#ffef80 23%,#ffee78 30%,#ffee58 50%,#feef34 68%,#feee15 85%,#ffed03 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffef80 0%,#ffef80 23%,#ffee78 30%,#ffee58 50%,#feef34 68%,#feee15 85%,#ffed03 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffef80 0%,#ffef80 23%,#ffee78 30%,#ffee58 50%,#feef34 68%,#feee15 85%,#ffed03 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffef80 0%,#ffef80 23%,#ffee78 30%,#ffee58 50%,#feef34 68%,#feee15 85%,#ffed03 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffef80', endColorstr='#ffed03',GradientType=0 ); /* IE6-9 */
}
/* Контентная часть */
.sm-wrp__content {
	border-top:7px solid #393185;
	background-color:#fffbef;
	padding-top:50px;
}
.sm-wrp__content>.left__col {
	float:left;
	margin-left:30px;
	width:255px;
}
.sm-wrp__content>.left__col .caption-1 {
	margin:0 0 30px 20px;
}
.sm-wrp__content>.left__col .add__menu li {
	position:relative;
}
.sm-wrp__content>.left__col .add__menu>li>a {
	border-top: 1px solid #afbfe7;
	border-bottom: 1px solid #516691;
	display:block;
	line-height:45px;
	background-color:#5d729c;
	border-radius:3px;
	color:#fff;
	text-decoration:none;
	padding-left:20px;
	font-size:18px;
	text-shadow:-1px -1px -1px #445b99;
	background: #8a99c0; /* Old browsers */
	background: -moz-linear-gradient(top,  #8a99c0 0%, #8897be 2%, #8998bf 7%, #8294b8 19%, #808fb8 28%, #7a8eb3 35%, #7081ac 53%, #657ba4 67%, #6278a1 79%, #5f749f 81%, #6075a0 84%, #5c719c 95%, #5e739e 98%, #5c719c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8a99c0), color-stop(2%,#8897be), color-stop(7%,#8998bf), color-stop(19%,#8294b8), color-stop(28%,#808fb8), color-stop(35%,#7a8eb3), color-stop(53%,#7081ac), color-stop(67%,#657ba4), color-stop(79%,#6278a1), color-stop(81%,#5f749f), color-stop(84%,#6075a0), color-stop(95%,#5c719c), color-stop(98%,#5e739e), color-stop(100%,#5c719c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8a99c0 0%,#8897be 2%,#8998bf 7%,#8294b8 19%,#808fb8 28%,#7a8eb3 35%,#7081ac 53%,#657ba4 67%,#6278a1 79%,#5f749f 81%,#6075a0 84%,#5c719c 95%,#5e739e 98%,#5c719c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8a99c0 0%,#8897be 2%,#8998bf 7%,#8294b8 19%,#808fb8 28%,#7a8eb3 35%,#7081ac 53%,#657ba4 67%,#6278a1 79%,#5f749f 81%,#6075a0 84%,#5c719c 95%,#5e739e 98%,#5c719c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8a99c0 0%,#8897be 2%,#8998bf 7%,#8294b8 19%,#808fb8 28%,#7a8eb3 35%,#7081ac 53%,#657ba4 67%,#6278a1 79%,#5f749f 81%,#6075a0 84%,#5c719c 95%,#5e739e 98%,#5c719c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #8a99c0 0%,#8897be 2%,#8998bf 7%,#8294b8 19%,#808fb8 28%,#7a8eb3 35%,#7081ac 53%,#657ba4 67%,#6278a1 79%,#5f749f 81%,#6075a0 84%,#5c719c 95%,#5e739e 98%,#5c719c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a99c0', endColorstr='#5c719c',GradientType=0 ); /* IE6-9 */
}
.sm-wrp__content>.left__col .add__menu>li:hover>a, .add__item__active>a {
	background-color:#ffed03;
	border:3px solid #fdd859;
	background: #ffef80; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffef80 0%, #ffef80 23%, #ffee78 30%, #ffee58 50%, #feef34 68%, #feee15 85%, #ffed03 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffef80), color-stop(23%,#ffef80), color-stop(30%,#ffee78), color-stop(50%,#ffee58), color-stop(68%,#feef34), color-stop(85%,#feee15), color-stop(100%,#ffed03)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffef80 0%,#ffef80 23%,#ffee78 30%,#ffee58 50%,#feef34 68%,#feee15 85%,#ffed03 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffef80 0%,#ffef80 23%,#ffee78 30%,#ffee58 50%,#feef34 68%,#feee15 85%,#ffed03 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffef80 0%,#ffef80 23%,#ffee78 30%,#ffee58 50%,#feef34 68%,#feee15 85%,#ffed03 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffef80 0%,#ffef80 23%,#ffee78 30%,#ffee58 50%,#feef34 68%,#feee15 85%,#ffed03 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffef80', endColorstr='#ffed03',GradientType=0 ); /* IE6-9 */
	border-radius:3px;
	color:#04162e;
	line-height:41px;
	text-shadow:none;
}
/* Второй уровень меню */
.sm-wrp__content>.left__col .add__menu .sub {
	opacity:0;
	position:absolute;
	top:-999999px;
	right:-261px;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
	z-index:10;
}
.sm-wrp__content>.left__col .add__menu .sub a, .sm-wrp__header .main__menu>li .sub a {
	font-size:18px;
	display:block;
	padding:13px 28px;
	width:199px;
	border-radius:5px;
	border-bottom:3px solid #fdd859;
	border-left:3px solid #fdd859;
	border-right:3px solid #fdd859;
	border-top:1px solid #fff4a1;
	background: #ffef80; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffef80 0%, #ffef80 23%, #ffee78 30%, #ffee58 50%, #feef34 68%, #feee15 85%, #ffed03 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffef80), color-stop(23%,#ffef80), color-stop(30%,#ffee78), color-stop(50%,#ffee58), color-stop(68%,#feef34), color-stop(85%,#feee15), color-stop(100%,#ffed03)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffef80 0%,#ffef80 23%,#ffee78 30%,#ffee58 50%,#feef34 68%,#feee15 85%,#ffed03 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffef80 0%,#ffef80 23%,#ffee78 30%,#ffee58 50%,#feef34 68%,#feee15 85%,#ffed03 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffef80 0%,#ffef80 23%,#ffee78 30%,#ffee58 50%,#feef34 68%,#feee15 85%,#ffed03 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffef80 0%,#ffef80 23%,#ffee78 30%,#ffee58 50%,#feef34 68%,#feee15 85%,#ffed03 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffef80', endColorstr='#ffed03',GradientType=0 ); /* IE6-9 */
}
.sm-wrp__content>.left__col .add__menu .sub a:hover, .sm-wrp__header .main__menu>li .sub a:hover {
	border:none;
	padding:14px 31px 16px 31px;
	text-decoration:none;
	background: #feee51; /* Old browsers */
	background: -moz-linear-gradient(top,  #feee51 0%, #feee51 18%, #ffeb4e 26%, #ffde3b 46%, #ffc315 77%, #ffb502 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feee51), color-stop(18%,#feee51), color-stop(26%,#ffeb4e), color-stop(46%,#ffde3b), color-stop(77%,#ffc315), color-stop(100%,#ffb502)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #feee51 0%,#feee51 18%,#ffeb4e 26%,#ffde3b 46%,#ffc315 77%,#ffb502 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #feee51 0%,#feee51 18%,#ffeb4e 26%,#ffde3b 46%,#ffc315 77%,#ffb502 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #feee51 0%,#feee51 18%,#ffeb4e 26%,#ffde3b 46%,#ffc315 77%,#ffb502 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #feee51 0%,#feee51 18%,#ffeb4e 26%,#ffde3b 46%,#ffc315 77%,#ffb502 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feee51', endColorstr='#ffb502',GradientType=0 ); /* IE6-9 */
}
.sm-wrp__content>.left__col .add__menu li:hover .sub {
	top:0;
	opacity:1;
}
/* Поиск по сайту */
.sm-wrp__content>.left__col .site__search {
	background:url(../img/site__search.jpg);
	position:relative;
	margin:20px 0;
	border-radius:3px;
	height:41px;
	width:255px;
}
.sm-wrp__content>.left__col .site__search input[type="text"] {
	background:transparent;
	border:none;
	outline:none;
	padding:10px 5px 5px 5px;
	margin:5px 0 0 5px;
	width:198px;
}
.sm-wrp__content>.left__col .site__search input[type="submit"] {
	border:none;
	background:transparent url(../img/loop.png) no-repeat;
	display:block;
	cursor:pointer;
	position:absolute;
	top:3px;
	right:5px;
	height:36px;
	width:27px;
}
/* Оформление заявок */
.sm-wrp__content>.left__col .order {
	background:url(../img/order.png) no-repeat;
	display:block;
	height:130px;
	width:255px;
}
/* Центральная коллона */
.sm-wrp__content>.center__col {
	color:#555;
	float:left;
	margin-left:30px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	line-height:1.3;
	width:640px;
}
/* Картинки */
.sm-wrp__content>.center__col .artwork {
	margin-bottom:30px;
}
.artwork.p-left {
	margin-left:20px;
}
.sm-wrp__content>.center__col h1 {
	margin:0 0 30px 0;
}
/* Оформление списков */
.sm-wrp__content>.center__col ul {
	list-style:disc;
	margin:0 0 30px 15px;
}
.sm-wrp__content>.center__col ul li {
	padding-left:30px;
}
/* Подвал */
.stage-1 {
	background-color:#fffbef;
	position:relative;
	height:160px;
	padding-top:1px;
	width:1000px;
}
.footer__menu {
	border-radius:3px;
	background: #8a99c0; /* Old browsers */
	background: -moz-linear-gradient(top,  #8a99c0 0%, #8897be 2%, #8998bf 7%, #8294b8 19%, #808fb8 28%, #7a8eb3 35%, #7081ac 53%, #657ba4 67%, #6278a1 79%, #5f749f 81%, #6075a0 84%, #5c719c 95%, #5e739e 98%, #5c719c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8a99c0), color-stop(2%,#8897be), color-stop(7%,#8998bf), color-stop(19%,#8294b8), color-stop(28%,#808fb8), color-stop(35%,#7a8eb3), color-stop(53%,#7081ac), color-stop(67%,#657ba4), color-stop(79%,#6278a1), color-stop(81%,#5f749f), color-stop(84%,#6075a0), color-stop(95%,#5c719c), color-stop(98%,#5e739e), color-stop(100%,#5c719c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8a99c0 0%,#8897be 2%,#8998bf 7%,#8294b8 19%,#808fb8 28%,#7a8eb3 35%,#7081ac 53%,#657ba4 67%,#6278a1 79%,#5f749f 81%,#6075a0 84%,#5c719c 95%,#5e739e 98%,#5c719c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8a99c0 0%,#8897be 2%,#8998bf 7%,#8294b8 19%,#808fb8 28%,#7a8eb3 35%,#7081ac 53%,#657ba4 67%,#6278a1 79%,#5f749f 81%,#6075a0 84%,#5c719c 95%,#5e739e 98%,#5c719c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8a99c0 0%,#8897be 2%,#8998bf 7%,#8294b8 19%,#808fb8 28%,#7a8eb3 35%,#7081ac 53%,#657ba4 67%,#6278a1 79%,#5f749f 81%,#6075a0 84%,#5c719c 95%,#5e739e 98%,#5c719c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #8a99c0 0%,#8897be 2%,#8998bf 7%,#8294b8 19%,#808fb8 28%,#7a8eb3 35%,#7081ac 53%,#657ba4 67%,#6278a1 79%,#5f749f 81%,#6075a0 84%,#5c719c 95%,#5e739e 98%,#5c719c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a99c0', endColorstr='#5c719c',GradientType=0 ); /* IE6-9 */
	text-shadow:-1px -1px -1px #445b99;
	height:65px;
	margin:70px 0 0 30px;
	width:945px;
}
.footer__menu li {
	float:left;
}
.footer__menu li a {
	color:#fff;
	display:block;
	height:65px;
	line-height:65px;
	text-decoration:none;
	padding:0 20px;
	background: url(../img/separate.jpg) no-repeat;	
	background-position:100% 15px;
}
.footer__menu li a:hover {
	color:#f6db23;
}
.footer__menu li:last-child a {
	background-image:none;
}
.stage-1 .milk {
	background: url(../img/milk.png ) no-repeat;
	height:145px;
	position:absolute;
	right:25px;
	bottom:10px;
	width:183px;
}
.stage-2 {
	height:84px;
	position:relative;
	width:1000px;
}
.stage-2 .box-1,
.stage-2 .box-2 {
	position:absolute;
	top:35px;
}
.stage-2 .box-1 {
	left:30px;
}
.stage-2 .box-2 {
	right:30px;
}
.stage-2 .box-1 a {
	background:url(../img/bg__participant.png) no-repeat;
	display:inline-block;
	height:28px;
}
.stage-2 .box-1 a.ya {
	width:25px;
}
.stage-2 .box-1 a.mini {
	background-position: 0 -30px;
	margin-left:5px;
	width:85px;
}
.stage-2 .box-2 {
	color:#fff;
	text-shadow:-1px -1px -1px #302f2f;
}
.stage-2 .box-2 a {
	color:#ffed01;
	text-decoration:underline;
}
.stage-2 .box-2 a:hover {
	text-decoration:none;
}
.stage-3 {
	background:#414141 url(../img/bg__stage-3.jpg) repeat-x;
	background-position:left top;
	height:47px;
	line-height:50px;
	text-align: center;
	font-size:14px;
	color:#fff;
	text-shadow:-1px -1px -1px #302f2f;
	width:100%;
}
/* Страница оформления заявок */
.reg__application {
	background-color:#fff;
	text-align:left;
}
.name__of__product>div {
	border-bottom:1px solid #dedede;
	background:url(../img/reg__application__name__of__product__bg.png) repeat-y;
	background-position:62px 0;
}
.name__of__product>div:last-child{
	border-bottom:none;
}
.reg__application th {
	border:1px solid #dedede;
	padding:10px 0;
	text-align:center;
}
.reg__application .e1 {
	width:107px;
}
.reg__application .e2 {
	padding-left:50px;
	width:334px;
}
.reg__application .e3 {
	padding:10px 0;
	text-align:center;
	width:60px;
}
.reg__application .e4 {
	padding:10px 0;
	text-align:center;
	width:62px;
}
.reg__application table td {
	border:1px solid #dedede;

}
.name__of__product span {
	display:block;
	float:left;
}
.reg__application .name__of__product .p__name {
	padding:20px 0 20px 8px;
	width:378px;
}
.reg__application .name__of__product .p__quantity {
	padding:20px 2px 0 2px;
}
.reg__application .name__of__product .p__quantity input[type="text"] {
	text-align:center;
	padding:7px 0;
	width:52px;
}
.reg__application .name__of__product .p__img {
	text-align:center;
	padding:10px 0;
	width:62px;
}
.reg__application .name__of__product .p__img img {
	width:60px;
}
.reg__application .name__of__product .p__img a {
	display:block;
}
.name__of__group {
	padding:20px 0 0 15px !important;
}
/* Контактные данные для оформления заявки */
.contacts__for__registration {
	margin-top:20px;
}
.contacts__for__registration input[type="text"] {
	width:280px;
}
.contacts__for__registration textarea {
	resize:none;
	overflow:auto;
	height:120px;
	width:605px;
}
.contacts__for__registration input[type="text"],
.contacts__for__registration textarea {
	padding:9px 0 9px 20px;
	outline:none;
	-moz-appearance:button; 
	white-space:nowrap;
}
.contacts__for__registration .ml {
	margin-left:10px;
}
.contacts__for__registration .sm-button {
	padding:12px 65px;
	float:right;
	margin-bottom:20px;
}
.contacts__for__registration .sm-button:hover {
	padding:9px 62px;
}
/* Продукты компании */
.center__col.sm-page__products .sm-product, .sm-page__one__product .sm-product {
	float:left;
	margin-right:10px;
	margin-bottom:12px;
}
.sm-product {
	background-color:#fff;
	text-align:center;
	position:relative;
	width:195px;
}
.sm-product img {
	width:195px;
}
.sm-product .sm-button {
	text-align:center;
	padding:7px 0;
	margin-bottom:10px;
	width:195px;
}
.sm-product .sm-button:hover {
	padding:4px 0;
	width:192px;
}
/* Стикеры */
.sm-product .sticker {
	background:url(../img/stickers.png) no-repeat;
	height:42px;
	position:absolute;
	top:-20px;
	left:0;
	width:195px;
}
.sm-product .sticker.discount {
	background-position:0 -41px;
}
.sm-product .sticker.new {
	background-position:0 -84px;
}
/* Разбивка на страницы */
.pagination {
	clear:both;
	margin:0 !important;
	margin-top:38px !important;
	list-style:none;
}
.pagination li {
	float:left;
	list-style:none;
	padding:0 !important;
	margin:0 !important;
}
.pagination li a {
	display:block;
	text-align:center;
	line-height:27px;
	font-size:20px;
	height:27px;
	width:27px;
}
.pagination li a:hover, .pagination .active {
	background: #8a99c0; /* Old browsers */
	background: -moz-linear-gradient(top,  #8a99c0 0%, #8897be 2%, #8998bf 7%, #8294b8 19%, #808fb8 28%, #7a8eb3 35%, #7081ac 53%, #657ba4 67%, #6278a1 79%, #5f749f 81%, #6075a0 84%, #5c719c 95%, #5e739e 98%, #5c719c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8a99c0), color-stop(2%,#8897be), color-stop(7%,#8998bf), color-stop(19%,#8294b8), color-stop(28%,#808fb8), color-stop(35%,#7a8eb3), color-stop(53%,#7081ac), color-stop(67%,#657ba4), color-stop(79%,#6278a1), color-stop(81%,#5f749f), color-stop(84%,#6075a0), color-stop(95%,#5c719c), color-stop(98%,#5e739e), color-stop(100%,#5c719c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8a99c0 0%,#8897be 2%,#8998bf 7%,#8294b8 19%,#808fb8 28%,#7a8eb3 35%,#7081ac 53%,#657ba4 67%,#6278a1 79%,#5f749f 81%,#6075a0 84%,#5c719c 95%,#5e739e 98%,#5c719c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8a99c0 0%,#8897be 2%,#8998bf 7%,#8294b8 19%,#808fb8 28%,#7a8eb3 35%,#7081ac 53%,#657ba4 67%,#6278a1 79%,#5f749f 81%,#6075a0 84%,#5c719c 95%,#5e739e 98%,#5c719c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8a99c0 0%,#8897be 2%,#8998bf 7%,#8294b8 19%,#808fb8 28%,#7a8eb3 35%,#7081ac 53%,#657ba4 67%,#6278a1 79%,#5f749f 81%,#6075a0 84%,#5c719c 95%,#5e739e 98%,#5c719c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #8a99c0 0%,#8897be 2%,#8998bf 7%,#8294b8 19%,#808fb8 28%,#7a8eb3 35%,#7081ac 53%,#657ba4 67%,#6278a1 79%,#5f749f 81%,#6075a0 84%,#5c719c 95%,#5e739e 98%,#5c719c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a99c0', endColorstr='#5c719c',GradientType=0 ); /* IE6-9 */
	color:#fff;
	text-decoration:none;
	border-radius:3px;
}
/* Оформление таблицы */
.sm-product.mr {
	margin-right:30px;
}
.table__design td div, .table__design th div{
	padding:8px 0 8px 17px;
	border:1px solid #fff;
} 
.table__design {
	margin-bottom:30px;
}
.table__design tr:hover td div {
	border:1px solid #fff;
	padding:8px 0 8px 17px;
	background-color:#eceae5;
	cursor:pointer;
}
.table__design td, .table__design th {
	border:1px solid #dedede;
}
.table__design th {
	background-color:#c2c2ee;
}
.table__design .e1 {
	width:200px;
}
.table__design .e2 {
	width:250px;
}
.table__design .e3 {
	width:170px;
}
.sm-button.v1 {
	display:inline-block;
	padding:10px 15px;
}
.sm-button.v2 {
	display:inline-block;
	margin-left:10px;
	padding:10px 42px;
}
.sm-button.v1:hover {
	padding:7px 12px;
}
.sm-button.v2:hover {
	padding:7px 39px;
}
/* Управл¤ющие кнопки */
.b-control {margin: -5px 0 0 0 !important; display: inline-block; vertical-align: top; padding: 3px 2px; border-radius: 5px; }
.b-control a { 
	display:block; 
	float:left; 
	width:19px; 
	height:19px; 
	margin-left:3px; 
	border-radius:8px; 
	background:url(../img/control.png) 0 0 no-repeat; 
}
.b-control a:first-child { margin-left:0; }
.b-control a:hover { background-color:#efefef; }
.b-control .m-add { background-position:0 0; }
.b-control .m-edit { background-position:0 -19px; }
.b-control .m-del { background-position:0 -38px; }
.standard__list { margin: 25px 20px;}
.standard__list  li { padding-left: 25px; }
/* Обертка для кнопок */
.box__buttons {
	width:100%;
	text-align:right;
	margin-bottom:70px;
	clear:both;
}
.caption-1.altitude {
	height:60px;
}

/* модальные окна */
.th-modal {
	display: none;
	background-color: #fff;
	border-radius: 4px;
	width: 100%;
	position: relative;
}

.th-modal_sm {
	max-width: 480px;
}

.th-modal_md {
	max-width: 680px;
	padding: 35px 45px;
}

.th-modal_full {
	height: 100%;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	overflow: auto !important;
}

.th-modal-head {
	text-align: center;
	margin-bottom: 35px;
}

.th-modal-title {
	font-size: 32px;
	margin-bottom: 10px;
/*	font-family: 'Proxima-Nova-Semibold';*/
}

.th-modal-sub-title {
	font-size: 22px;
/*	font-family: 'Proxima-Nova-Semibold';*/
}

.th-modal-sub-title_speaker-ask-question {
	color: #ff8500;
}

.th-modal-program__close,.th-form-become-speaker-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	z-index: 10;
	cursor: pointer;
}

.th-modal-program__close {
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.th-modal-program__close:before,.th-form-become-speaker-close:before {
	content: "Г—";
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	font: 22px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	background-color: transparent;
	-webkit-transition: background-color .25s;
	transition: background-color .25s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2;
}

.th-modal-program__close {
	opacity: 0.8;
	background-color: #ff8500;
	border-radius: 30px;
	top: 5px;
	left: 5px;
	position: fixed;
	z-index: 9999;
	-webkit-overflow-scrolling: touch;
}

.th-modal-program__close:hover {
	opacity: 1;
}

.th-modal-program__close:before {
	font-size: 32px;
	color: #fff;
}

.th-modal .fancybox-close-small {
	position: absolute;
	right: 16px;
	top: 16px;
	width: 22px;
	height: 22px;
	opacity: 0.5;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding: 0;
}

.th-modal .fancybox-close-small:hover {
	opacity: 1;
}

.th-modal .fancybox-close-small:before,
.th-modal .fancybox-close-small:after {
	position: absolute;
	left: 10px;
	top: 0;
	content: ' ';
	height: 22px;
	width: 2px;
	background-color: #333;
}

.th-modal .fancybox-close-small:before {
	transform: rotate(45deg);
}

.th-modal .fancybox-close-small:after {
	transform: rotate(-45deg);
}

.fancybox-button svg {
    display: none;
}

.th-modal_request-automatic .fancybox-button.fancybox-close-small {
	pointer-events: none;
}

.th-modal-body img {
	max-width: 100%;
}

.th-modal-sub-title a:focus {
	outline: none;
}

@media screen and (max-width: 767.98px) {
	.th-modal_md {
		padding: 25px 15px;
	}

    .th-modal-title {
        font-size: 20px;
    }

    .th-modal-head {
        margin-bottom: 20px; 
    }
    
    .th-modal-sub-title {
        font-size: 16px;
    }

    .th-modal .fancybox-close-small {
        right: 10px;
        top: 10px;
        width: 16px;
        height: 16px;
    }

    .th-modal .fancybox-close-small:before,
    .th-modal .fancybox-close-small:after {
	    height: 16px;
    }
}