* {
	margin:0;
	padding:0;
	outline:0;
	border:0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
html, body {
	background:#fff;
	color:#343434;
	font-size:14px;
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	min-width:1105px;
	height:100%;
	margin:0;
	padding:0;
	position: relative;
}

a {
	color:#1b64ad;
	text-decoration:underline;
	font-size:14px;
	font-family: Tahoma, Geneva, Verdana, sans-serif;
}
a:hover	{
	text-decoration:none;
}

h1 {
	font-size:24px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	margin: 50px 0;
}
header,
footer,
section,
div	{
	position:relative;
	display: block;
}
.clear {
	clear:both;
	height:0px;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
input:focus:-moz-placeholder {
  color:transparent!important;
}
input:focus:-ms-input-placeholder {
  color:transparent!important;
}
input:focus::-webkit-input-placeholder {
  color:transparent!important;
}


/****** main ******/
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 0 -162px;
	padding: 0;
}
.inner-block {
	width:1000px;
	margin:0 auto;
}
/**** END main ****/



/****** header ******/
header {
	width:100%;
	height:105px;
}
header .inner-block {
	height: 105px;
}
.header__logo {
	display: block;
	width:293px;
	height:46px;
	background: url('../img/sprite.png') 0 0 no-repeat;
	float:left;
	margin-top:29px;
}
a.header__logo {
	cursor: pointer;
}
.header__slogan {
	float:left;
	color: #911239;
	font-style: italic;
	font-size:22px;
	margin-left:32px;
	margin-top:24px;
}
.header__phones {
	float:right;
	margin-top:19px;
}
.header__phone {
	padding-left:36px;
	height:24px;
	line-height:24px;
	color:#4a4a4a;
	font-size:26px;
}
.header__phone + .header__phone {
	margin-top:10px;
}
.header__phone:before {
	content:'';
	display: block;
	width:24px;
	height:24px;
	background: url('../img/sprite.png') 0 -54px no-repeat;
	position: absolute;
	left:0;
	top:0;
}
.header__phone em {
	color:#1b64ac;
}
/**** END header ****/



/****** topmenu ******/
.topmenu {
	width:100%;
	height:66px;
	background: #1962aa;
	background: -moz-linear-gradient(top,  #1962aa 0%, #14518e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1962aa), color-stop(100%,#14518e));
	background: -webkit-linear-gradient(top,  #1962aa 0%,#14518e 100%);
	background: -o-linear-gradient(top,  #1962aa 0%,#14518e 100%);
	background: -ms-linear-gradient(top,  #1962aa 0%,#14518e 100%);
	background: linear-gradient(to bottom,  #1962aa 0%,#14518e 100%);
}
.topmenu table {
	width:100%;
	border-collapse:collapse;
}
.topmenu td {
	text-align: center;
}
.topmenu a {
	display: block;
	height:66px;
	line-height:66px;
	text-align: center;
	color:#fff;
	text-transform: uppercase;
	font-size:15px;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	padding:0 14px 0 16px;
	white-space: nowrap;
}
.topmenu td:last-child a:after,
.topmenu a:before {
	content:'';
	display: block;
	width:2px;
	height:25px;
	background: url('../img/sprite.png') -309px 0 no-repeat;
	position: absolute;
	left:0;
	top:50%;
	margin-top:-12px;
}
.topmenu td:last-child a:after {
	left:auto;
	right:0;
}
.topmenu td:last-child a {
	padding:0 22px;
}
.topmenu td.current a,
.topmenu a:hover {
	background: #af1846;
	background: -moz-linear-gradient(top,  #af1846 0%, #901238 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#af1846), color-stop(100%,#901238));
	background: -webkit-linear-gradient(top,  #af1846 0%,#901238 100%);
	background: -o-linear-gradient(top,  #af1846 0%,#901238 100%);
	background: -ms-linear-gradient(top,  #af1846 0%,#901238 100%);
	background: linear-gradient(to bottom,  #af1846 0%,#901238 100%);
}
.topmenu td.current a {
	cursor: pointer;
}
.topmenu td.current + td a:before,
.topmenu td:hover + td a:before,
.topmenu td.current a:before,
.topmenu td.current a:after,
.topmenu a:hover:before,
.topmenu a:hover:after {
	display: none !important;
}
/**** END topmenu ****/



/****** topimage ******/




.inline-YTPlayer{
	width:1000px;
	height:440px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	position:absolute;
	display:flex;
	align-items:flex-end;

    
}


.topimage {
	width:100%;
	height:276px;
	overflow: hidden;
	background-size: cover;
}
.topimage.inner_news {
	height:168px;
	background-position: 50% 50%;
}
.topimage.inner_cart {
	height:168px;
	background-image: url('../img/topimage2.jpg');
}
.topimage.inner_catalog {
	height:168px;
	background-image: url('../img/topimage3.jpg');
}
.topimage .inner-block {
	height:inherit;
}




.topimage__mobile {
	display: block;
	width:237px;
	height:105px;
	background: url('../img/sprite.png') 0 -290px no-repeat;
	position: absolute;
	right:5%;
	top:75%;
	margin-top:-5px;
	padding: 24px 0 0 78px;
	box-sizing: border-box;
	color:#000;
	font-size:24px;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}
/*.topimage.inner_cart .topimage__mobile,
.inner_news .topimage__mobile,
.inner_catalog .topimage__mobile
{
	background-position: 0 -291px;
	xmargin-top:-52px;
	bottom: 4px;
	top: auto;
}*/
.topimage__conf {
  display:block;
	background: url('../img/sprite.png') 0 -97px no-repeat;
	position: absolute;
	right:5%;
	top:25%;  
  background: url('../img/primerka.png') 0 0 no-repeat;
  background-size: cover;
  width:107px;
  height:42px;
  text-decoration: none;
  font-size:14px;
  padding-left:130px;
  padding-top:12px;
  color:#000;
}
/*.topimage.inner_cart .topimage__conf,
.inner_news .topimage__conf,
.inner_catalog .topimage__conf
{
	top: 3px;
}*/
/**** END topimage ****/



/****** container ******/
.container {
	padding: 30px 0 50px;
}
.container-gradient {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 50%, #e5e6e4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#ffffff), color-stop(100%,#e5e6e4));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#e5e6e4 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#e5e6e4 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#e5e6e4 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 50%,#e5e6e4 100%);
}


.breadcrumbs {
	list-style: none;
	display: block;
	margin:0;
	text-align: left;
}
.breadcrumbs li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: baseline;
	position: relative;
	padding-left:13px
}
.breadcrumbs li:first-child {
	padding-left:0;
}
.breadcrumbs li:before {
	content:'>';
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: baseline;
	position: absolute;
	left:0;
}
.breadcrumbs li:first-child:before {
	display: none;
}
.breadcrumbs a {
	color:#1b64ad;
}


.type-menu {
	padding:30px 0;
}
.type-menu__item {
	display: block;
	width:239px;
	height:109px;
	line-height:95px;
	background: url('../img/type-menu.jpg') 0 0 no-repeat;
	position: relative;
	box-sizing: border-box;
	padding-left:95px;
	text-align: center;
	color:#fff;
	font-style: italic;
	font-size:23px;
	text-decoration: none;
	float:left;
	margin-left:14px;
}
.type-menu__item:first-child {
	margin-left:0;
}
.type-menu_item_01 {
	background-position: 0 0;
}
.type-menu_item_02 {
	background-position: 0 -150px;
}
.type-menu_item_03 {
	background-position: 0 -300px;
}
.type-menu_item_04 {
	background-position: 0 -450px;
}



.catalog {

}
.catalog__item {
	display: block;
	float:left;
	margin:0 0 33px 25px;
	text-align: center;
	width:231px;
	text-decoration: none;
}
.catalog3 .catalog__item {
	width:180px;
	margin:0 0 50px 63px;
}
.catalog__item:first-child,
.catalog__item:nth-child(3n+4) {
	margin-left:0;
}
.catalog4 .catalog__item:first-child,
.catalog4 .catalog__item:nth-child(3n+4) {
	margin-left:25px;
}
.catalog4 .catalog__item:first-child,
.catalog4 .catalog__item:nth-child(4n+5) {
	margin-left:0;
}
.catalog__item-image {
	display: block;
  width: 180px;
  height: 183px;	
}
.catalog__item-name {
	display: block;
	width:100%;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin:12px 0;
	color:#343434;
	font-size:12px;
	font-weight:bold;
	border-style: solid;
	border-width: 2px;
	border-color: blue;
};
.catalog__item-details {
	text-align: center;
}
.catalog__button {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	padding:0 26px;
	border-radius: 5px;
	background: #354c92;
	color:#fff;
	text-decoration: none;
	height:33px;
	line-height:33px;
	font-size:16px;
}
.slider-shell {
	padding:0 8px;
}


.slider-inputs-shell {
	white-space: nowrap;
}
.slider-inputs-shell span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	height:32px;
	line-height:32px;
	font-size:12px;
	margin:0 10px;
}
.slider-inputs-shell input {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	box-sizing: border-box;
	height:32px;
	line-height:30px;
	padding:0 8px;
	width:80px;
	border-radius: 5px;
	border:1px solid #d3d3d3;
	font-size:12px;
}



.double-news {

}
.double-news .news-block {
	float:left;
	width:485px;
}
.double-news .news-block + .news-block {
	float:right;
}
.news-block {
	width: 100%;
	box-sizing: border-box;
	padding-right:40px;
}
.news-block__image {
	width:119px;
	box-sizing: border-box;
	border:1px solid #364d94;
	padding:9px;
	float:left;
}
.news-block__image img {
	display: block;
	width:100%;
}
.news-block__content {
	width:315px;
	float:right;
}
.news-block__title {
	color:#781432;
	font-size:18px;
	margin-top:-5px;
	margin-bottom:10px;
}
.news-block__text {
	color:#1e1e1e;
}
.news-block__link {
	margin-top:7px;
}
.news-block__link a {
	color:#364d94;
}


.news-line {
	text-decoration: none;
	color:#352930;
	font-size:12px;
	display: block;
	width:754px;
	margin:0 auto 38px;
	padding-bottom:18px;
	border-bottom:1px solid #3d3d3d;
}
.news-line__image {
	width:133px;
	float:left;
}
.news-line__image img {width:133px;}
.news-line__content {
	width:604px;
	float:right;
}
.news-line__date {
	display: block;
	margin:0 0 10px;
	background: #14528f;
	height:29px;
	line-height:29px;
	padding:0 9px;
	border-radius: 5px;
	color:#fff;
	font-style: italic;
}
.news-line__text {
	line-height:1.65;
}



.cart {

}
.cart__gallery {
	width:430px;
	float:left;
}
.cart__gallery .fancybox {
	display: block;
	float:left;
	border:1px solid #b7bde2;
	margin:0 0 25px 25px;
}
.cart__gallery .fancybox:first-child,
.cart__gallery .fancybox:nth-child(2n+3) {
	margin-left:0;
}

.cart__content {
	width:545px;
	float:right;
}
.cart__description-title {
	text-align: center;
	margin:0 0 10px;
	font-size:18px;
}
.cart__text p {
	margin:0 0 8px;
	line-height:1.5;
}
.cart__text ul {
	list-style-image: url('../img/marker.png');
	list-style-position: inside;
}
.cart__text ul li {
	margin:0 0 4px;
}
.cart__share {
	margin-top:20px;
	white-space: nowrap;
}
.cart__share span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	margin-right:5px;
	margin-top:4px;
}
.cart__share-block {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}

.cart-table {
	margin:20px auto;
	width:910px;
	border-collapse: collapse;
	border:1px solid #b7bde2;
}
.cart-table th {
  text-align:left;
  font-size:11px;
  font-weight:bold;
  width:12.5%;
  padding:10px;
  border:1px solid #b7bde2;
}
.cart-table td {
	padding:10px;
	vertical-align: middle;
	white-space: nowrap;
	width:12.5%;
	border:1px solid #b7bde2;
}
.cart-table td:first-child {
	text-align:center;
}
.cart-table td a {
	color:#343434;
}
.cart-table .cart-table__price {
	color:#15528e;
	font-size:20px;
}
.order-link,
.buy-link {
	display: block;
	min-width:129px;
	padding:0 3px;
	height:27px;
	line-height:27px;
	font-size:18px;
	color:#fff !important;
	text-decoration: none;
	text-align: center;
	border-radius: 5px;
}
.order-link {
	background: #af1845;
}
.buy-link {
	background: #354c92;
}
.buy-link em {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width:20px;
	height:18px;
	background: url('../img/sprite.png') -248px -291px no-repeat;
	margin-top:4px;
}


.back-to-catalog {
	margin:40px 0;
	text-align: center;
}
.backlink {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	height:37px;
	line-height:37px;
	padding:0 40px;
	background: #af1845;
	border-radius: 5px;
	color:#fff;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
}

.content-shell {

}
.leftbar {
	width:297px;
	float:left;
	padding-top:40px;
}

.filter {

}
.filter__shell {
	border-radius: 6px;
	overflow: hidden;
}
.filter__title {
	text-align: center;
	text-transform: uppercase;
	color:#2d2d31;
	font-size:16px;
}
.filter__block {
	background: #ebebeb;
	border-top:1px solid #b8b8b8;
	padding:17px 18px 15px;
	white-space: nowrap;
}
.filter__block > * {
	position: relative;
	z-index: 2;
}
.filter__block:before {
	content:'';
	width:100%;
	height:1px;
	display: block;
	position: absolute;
	left:0;
	right:0;
	top:0;
	background: #fff;
}
.filter__block:after {
	content:'';
	width:100%;
	height:45px;
	display: block;
	position: absolute;
	z-index: 1;
	left:0;
	right:0;
	top:1px;
	background: #e1e1e1;
	background: -moz-linear-gradient(top,  #e1e1e1 0%, #ebebeb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1e1e1), color-stop(100%,#ebebeb));
	background: -webkit-linear-gradient(top,  #e1e1e1 0%,#ebebeb 100%);
	background: -o-linear-gradient(top,  #e1e1e1 0%,#ebebeb 100%);
	background: -ms-linear-gradient(top,  #e1e1e1 0%,#ebebeb 100%);
	background: linear-gradient(to bottom,  #e1e1e1 0%,#ebebeb 100%);
}
.filter__block:first-child {
	border-top:0;
}
.filter__block:first-child:before {
	display: none;
}

.filter__submit {
	display: block;
	width:174px;
	height:34px;
	background: url('../img/sprite.png') 0 -466px no-repeat;
	color:#fff;
	text-align: center;
	cursor: pointer;
	text-transform: uppercase;
	font-size:14px;
	margin:15px auto 0;
}


select.customSelect {
	width:107px;
	position: absolute;
	visibility: hidden;
}
.selectArea {
	z-index: 3 !important;
	box-sizing: border-box;
	border:1px solid #d3d3d3;
	height:32px;
	border-radius: 5px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	background: #fff;
	color:#343434;
	font-size:12px;
	cursor: pointer;
	top:0;
	left:0;
}
.selectArea:after {
	content:'';
	display: block;
	width:5px;
	height:3px;
	background: url('../img/sprite.png') -248px -330px no-repeat;
	position: absolute;
	right:9px;
	top:50%;
	margin-top:-1px;
}
.selectArea .selected {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height:30px;
	padding:0 23px 0 15px;
}
.select-sub {
	box-sizing: border-box;
	border:1px solid #d3d3d3;
	background: #fff;
	margin-top:-1px;
	border-radius: 5px;
}
.select-sub ul {
	list-style: none;
}
.select-sub li {
	display: block;
	border-top:1px solid #d3d3d3;
}
.select-sub li:first-child {
	border-top:0;
}
.select-sub a {
	display: block;
	padding:5px 15px;
	color:#343434;
	font-size:12px;
	text-decoration: none;
	cursor: pointer;
}
.select-sub a:hover,
.select-sub .selected a {
	background: #ebebeb;
}
.select-label {
	color:#2a4765;
	text-transform: uppercase;
	font-size:14px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	height:32px;
	line-height:32px;
	margin-right:10px;
}
.select-label-small {
	font-size:13px;
	text-transform: none;
	margin-right:0;
}
.filter__block .clear {
	height:7px;
}
.slider-label {
	text-transform: uppercase;
	color:#2a4765;
	font-size:14px;
	display: block;
	margin:0 0 10px;
}

.content {
	width:668px;
	float:right;
}


.paginator {
	list-style: none;
	margin:-5px 0 30px;
	text-align: center;
}
.paginator li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: baseline;
	margin:0 -2px;
	line-height:26px;
	color:#000;
	font-size:12px;
}
.paginator .paginator__direction {
	margin:0 10px;
}
.paginator li:not(.paginator__direction) {
	width:26px;
	text-align: center;
}
.paginator li:not(.paginator__direction) a {
	display: block;
	width:26px;
	height:26px;
	line-height:26px;
	text-align: center;
	text-decoration: underline;
	color:#000;
	font-size:12px;
}
.paginator li a:hover {
	text-decoration: none;
}
.paginator .current a {
	border-radius:4px;
	background: #b01744;
	color:#fff !important;
	font-weight: bold;
	text-decoration: none !important;
	cursor: default;
	background: -moz-linear-gradient(top,  #b01744 0%, #94133a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b01744), color-stop(100%,#94133a));
	background: -webkit-linear-gradient(top,  #b01744 0%,#94133a 100%);
	background: -o-linear-gradient(top,  #b01744 0%,#94133a 100%);
	background: -ms-linear-gradient(top,  #b01744 0%,#94133a 100%);
	background: linear-gradient(to bottom,  #b01744 0%,#94133a 100%);
}
/**** END container ****/



/**** feedback ****/
.feedback-container {
	width:100%;
	height:353px;
	padding:50px 0 0 0;
	box-sizing: border-box;

	background: #425aa5;
	background: url('../img/feedbacks.jpg') 50% 0 no-repeat,
				#425aa5;
	background: url('../img/feedbacks.jpg') 50% 0 no-repeat,
				-moz-linear-gradient(top,  #425aa5 0%, #354c92 100%);
	background: url('../img/feedbacks.jpg') 50% 0 no-repeat,
				-webkit-gradient(linear, left top, left bottom, color-stop(0%,#425aa5), color-stop(100%,#354c92));
	background: url('../img/feedbacks.jpg') 50% 0 no-repeat,
				-webkit-linear-gradient(top,  #425aa5 0%,#354c92 100%);
	background: url('../img/feedbacks.jpg') 50% 0 no-repeat,
				-o-linear-gradient(top,  #425aa5 0%,#354c92 100%);
	background: url('../img/feedbacks.jpg') 50% 0 no-repeat,
				-ms-linear-gradient(top,  #425aa5 0%,#354c92 100%);
	background: url('../img/feedbacks.jpg') 50% 0 no-repeat,
				linear-gradient(to bottom,  #425aa5 0%,#354c92 100%);
}
.feedback-container h1 {
	color:#fff;
}
.feedbacks {
	width:940px;
	margin:0 auto;
}
.feedback {
	width:440px;
}
.feedback__photo {
	width:129px;
	float:left;
}
.feedback__photo img {
	display: block;
	width:129px;
	height:129px;
	border-radius: 50%;
	box-shadow: 3px 5px 9px 0px rgba(0, 0, 0, 0.5);
}
.feedback__content {
	width:285px;
	float:right;
}
.feedback__name {
	color:#fff000;
	font-size:18px;
	margin:0 0 10px;
}
.feedback__text {
	color:#fff;
	margin:0 0 10px;
}
.feedback__date {
	color:#a5aec8;
}
.feedback-container .slick-slide {
	width:440px !important;
	margin:0 15px;
}
.feedback-container .slick-prev,
.feedback-container .slick-next {
	display: block;
	width:17px;
	height:114px;
	background: url('../img/sprite.png') -248px -97px no-repeat;
	position: absolute;
	left:-30px;
	top:50%;
	margin-top:-57px;
	overflow: hidden;
	text-indent:-999px;
	cursor: pointer;
}
.feedback-container .slick-next {
	background-position: -279px -97px;
	left: auto;
	right:-30px;
}

.feedback__button {
	display: block;
	width:290px;
	height:62px;
	line-height:62px;
	text-align: center;
	color:#f5e0e6;
	font-size:22px;
	text-transform: uppercase;
	background: url('../img/sprite.png') 0 -218px no-repeat;
	text-decoration: none;
	cursor: pointer;
	position: absolute;
	left: 50%;
	margin-left: -145px;
	bottom: -22px;
	z-index:99;
}
/**** END feedback ****/



/****** footer ******/
.footer-push,
footer {
	height: 162px;
	margin: 0;
	padding: 0;
}
footer {
	background: #303238;
}
.footer__menu {
	width:100%;
	border-collapse:collapse;
}
.footer__menu td {
	text-align: center;
	padding: 30px 15px;
}
.footer__menu a {
	text-align: center;
	color:#fff;
	text-transform: uppercase;
	font-size:15px;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
}
.footer__logo {
	display: block;
	width:210px;
	height:33px;
	background: url('../img/sprite.png') -99px -54px no-repeat;
	float:left;
	margin-top:15px;
}
a.footer__logo {
	cursor: pointer;
}
.footer__copyright {
	float:left;
	color:#838486;
	font-size:15px;
	font-style: italic;
	margin-left:27px;
	margin-top:20px;
}
.footer__phones {
	float:left;
	margin-left: 80px;
}
.footer__phone {
	padding-left:36px;
	height:24px;
	line-height:24px;
	color:#d7d7d7;
	font-size:26px;
}
.footer__phone + .footer__phone {
	margin-top:10px;
}
.footer__phone:before {
	content:'';
	display: block;
	width:24px;
	height:24px;
	background: url('../img/sprite.png') -35px -54px no-repeat;
	position: absolute;
	left:0;
	top:0;
}
.footer__counter {
	float:right;
	margin-top:15px;
}
.footer__counter-block {
	float:right;
	margin-left:14px;
}
/**** END footer ****/



/**** modal ****/
.modal {
	visibility: hidden;
	position: absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	z-index: 100;
	width:100%;
	height:100%;
}
.modal__overlay {
	position: absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	z-index: 1;
	background: #102234;
	opacity:0.5;
	width:100%;
	height:100%;
}
.modal__window {
	width:625px;
	visibility: hidden;
	position: absolute;
	left:50%;
	top:20%;
	margin-left:-312px;
	background: #fff;
	border-radius:5px;
	overflow: hidden;
	z-index: 2;
}
.modal__header {
	width:100%;
	height:41px;
	line-height: 41px;
	color:#fff;
	border-radius: 5px 5px 0 0;
	text-transform: uppercase;
	font-size:18px;
	text-align: center;
	background: #1e65aa;
	background: -moz-linear-gradient(top,  #1e65aa 0%, #145390 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e65aa), color-stop(100%,#145390));
	background: -webkit-linear-gradient(top,  #1e65aa 0%,#145390 100%);
	background: -o-linear-gradient(top,  #1e65aa 0%,#145390 100%);
	background: -ms-linear-gradient(top,  #1e65aa 0%,#145390 100%);
	background: linear-gradient(to bottom,  #1e65aa 0%,#145390 100%);
}
.modal__close {
	display: block;
	width:15px;
	height:15px;
	cursor: pointer;
	background: url('../img/sprite.png') 0 -405px no-repeat;
	position: absolute;
	right:12px;
	top:50%;
	margin-top:-7px;
}

.modal form {
	width:328px;
	margin:0 auto;
	padding:35px 0;
}
.form-field {
	display: block;
	margin:0 0 17px;
}
.form-field:last-child {
	margin:0;
}
.form-field label {
	display: block;
	margin:0 0 10px;
	font-weight: bold;
}
.inp-text {
	display: block;
	box-sizing: border-box;
	border:1px solid #939393;
	padding:0 8px;
	height:26px;
	width:100%;
	font-size:12px;
	font-style: italic;
	color:#242424;
}
textarea {
	display: block;
	box-sizing: border-box;
	border:1px solid #939393;
	padding:8px;
	height:66px;
	width:100%;
	font-size:12px;
	font-style: italic;
	color:#242424;
}
.form-message {
	padding: 5px 0;
	text-align: center;
	color:#af1845;
	font-weight: bold;
}
.inp-submit {
	display: block;
	cursor: pointer;
	width:191px;
	height:31px;
	background: url('../img/sprite.png') 0 -433px no-repeat;
	line-height: 31px;
	text-align: center;
	color:#fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size:14px;
	margin:0 auto;
}
/**** END modal ****/
.date {
  margin-bottom:15px;
  margin-top:-15px;
}

.type-menu-small {
	position:absolute;
	right: 0;
  margin-top: -42px;
  z-index:99;
}
.type-menu-small__item {
	display: block;
	width:159px;
	height:70px;
	line-height:60px;
	background: url('../img/type-menu-small.jpg?') 0 0 no-repeat;
	position: relative;
	box-sizing: border-box;
	padding-left:78px;
	text-align: left;
	color:#fff;
	font-style: italic;
	font-size:18px;
	text-decoration: none;
	float:left;
	margin-left:14px;
}
.type-menu-small__item:first-child {margin-left:0;}
.type-menu-small_item_01 {
	background-position: 0 0;
}
.type-menu-small_item_02 {
	background-position: 0 -70px;
}
.type-menu-small_item_03 {
	background-position: 0 -140px;
}
.type-menu-small_item_04 {
	background-position: 0 -210px;
}

.b-share__text {
  text-decoration:none;
  color:#343434;
} 
tr.red td, tr.red td .cart-table__price {color:#af1845;}
tr.green td {background-color:#27A23C;}
tr.green td, tr.green td .cart-table__price {color:#fff;}

.cart__gallery .fancybox {
    width: 180px;
    height: 185px;
}