/*
	1) Helpers
	2) Header
	3) Content
	4) Footer
	5) Media
*/

/* HELPERS */
img {
	max-width: 100%;
}
.margin-bottom-10 {margin-bottom: 10px;}
.margin-bottom-20 {margin-bottom: 20px;}
.margin-bottom-30 {margin-bottom: 30px;}
.margin-top-10 {margin-top: 10px;}
.margin-top-20 {margin-top: 20px;}
.margin-top-30 {margin-top: 30px;}


.text-underline {
	text-decoration: underline;
}
.text-underline:hover {
	text-decoration: none;
}
.main-wrapper {
	overflow: hidden;
}
.title {
	font-size: 22px;
	font-family: Georgia;
}
.title--blue {
	color: #00779C;
}
.title--orange {
	color: #BE8401;
}
.title--italic {
	font-style: italic;
}



/* HEADER */
.header {
	padding: 40px 0 40px 0;
}
.header__logo {
	display: inline-block;
	position: relative;
}
.header__menu {
	background: rgb(215,71,3); 
	background: -moz-linear-gradient(top, rgba(215,71,3,1) 0%, rgba(215,68,0,1) 3%, rgba(215,71,3,1) 4%, rgba(215,71,3,1) 7%, rgba(221,73,1,1) 8%, rgba(221,73,1,1) 15%, rgba(225,77,1,1) 17%, rgba(225,77,1,1) 24%, rgba(230,81,1,1) 25%, rgba(230,81,1,1) 31%, rgba(233,84,1,1) 32%, rgba(233,84,1,1) 36%, rgba(236,87,1,1) 38%, rgba(245,94,2,1) 58%, rgba(249,98,2,1) 63%, rgba(255,103,2,1) 82%, rgba(255,103,2,1) 100%); 
	background: -webkit-linear-gradient(top, rgba(215,71,3,1) 0%,rgba(215,68,0,1) 3%,rgba(215,71,3,1) 4%,rgba(215,71,3,1) 7%,rgba(221,73,1,1) 8%,rgba(221,73,1,1) 15%,rgba(225,77,1,1) 17%,rgba(225,77,1,1) 24%,rgba(230,81,1,1) 25%,rgba(230,81,1,1) 31%,rgba(233,84,1,1) 32%,rgba(233,84,1,1) 36%,rgba(236,87,1,1) 38%,rgba(245,94,2,1) 58%,rgba(249,98,2,1) 63%,rgba(255,103,2,1) 82%,rgba(255,103,2,1) 100%); 
	background: linear-gradient(to bottom, rgba(215,71,3,1) 0%,rgba(215,68,0,1) 3%,rgba(215,71,3,1) 4%,rgba(215,71,3,1) 7%,rgba(221,73,1,1) 8%,rgba(221,73,1,1) 15%,rgba(225,77,1,1) 17%,rgba(225,77,1,1) 24%,rgba(230,81,1,1) 25%,rgba(230,81,1,1) 31%,rgba(233,84,1,1) 32%,rgba(233,84,1,1) 36%,rgba(236,87,1,1) 38%,rgba(245,94,2,1) 58%,rgba(249,98,2,1) 63%,rgba(255,103,2,1) 82%,rgba(255,103,2,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d74703', endColorstr='#ff6702',GradientType=0 );
	padding: 30px 0;
	margin: 20px 0 0 0;
	box-shadow: 0 16px 14px rgba(221, 221, 221, 0.49);
}
.header__menu-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.header__menu-list-item {
	display: inline-block;
	vertical-align: top;
}
.header__menu-list-item:not(:last-child) {
	margin-right: 20px;
}
.header__menu-list-item-link {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 14px Arial;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.header__menu-list-item-link:hover {
	color: #000;
	text-decoration: none;
}
.header__menu-list-item-link:focus {
	color: #fff;
	text-decoration: none;
	outline: none;
}
.header__menu-list-item-link.cart {
	margin-right: 15px;
}
.header-img-holder {
	width: 375px;
	height: 375px;
	border: 10px solid #eee;
	border-radius: 15px;
	padding: 10px 10px 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #fff;
	position: absolute;
	top: -65px;
	right: 285px;
	pointer-events: none;
}
.header-img-holder__block {
	border-radius: 15px;
	overflow: hidden;
	width: 49%;
	margin: 0 0 10px;
	position: relative;
}
.header-img-holder__block-img {
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;

	-webkit-transform: rotate(-45deg) scale(1.4);
	-moz-transform: rotate(-45deg) scale(1.4);
	-ms-transform: rotate(-45deg) scale(1.4);
	-o-transform: rotate(-45deg) scale(1.4);
	transform: rotate(-45deg) scale(1.4);
	-webkit-filter: blur(0px);
	filter: blur(0px);
}
.header-img-holder__block-img.active {
	opacity: 0;

	-webkit-filter: blur(10px);
	filter: blur(10px);
}




/* CONTENT */
.basket-line {
}
.content-preview__title {
	margin-bottom: 30px;
	font-style: italic;
	font-family: Georgia;
}
.content-preview__title * {
	font-size: 20px;
	color: #00779C;
	display: block;
	font-style: normal;
	margin-top: 10px;
}
.content-preview {
	margin-bottom: 40px;
	margin-top: 20px;
}
.sidebar__news {
	margin: 20px 0;
}
.sidebar__news-block {
	margin-bottom: 20px;
}
.sidebar__news-block-text {
	font-weight: bold;
	margin-bottom: 15px;
}
.sidebar__news-block-link {
	color: #818181;
	text-decoration: underline;
}
.sidebar__news-block-link:hover {
	text-decoration: none;
	color: #BE8401;
}
.border-right {
	border-right: 1px solid #ddd;
	min-height: 440px;
}
.news-list {
	margin: 20px 0;
}
.file-name-holder {
	height: 26px;
	display: inline-block;
	vertical-align: top;
	width: 185px;
	border: 1px solid #ccc;
	background: #eee;
    margin: 4px 0 0 0;
    padding: 2px 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#input-file {
	margin: 0;
	display: inline-block;
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.input-btn {
	margin: 4px 0;
	cursor: pointer;
	width: 75px;
}
.input-holder {
	position: relative;
	display: inline-block;
}




/* FOOTER */
.footer {
	padding: 22px 0 2px 0;
	background: #434343;
	color: #fff;
}

.footer-development {
	overflow: hidden;
	display: inline-block;
	float: right;
}
.footer-development__block {
	float: right;
	display: inline-block;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	position: relative
}
.footer-development__block:hover .footer-development__img {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}
.footer-development__block:hover .footer-development__text {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: all 0.2s 0.2s ease-in-out;
	-o-transition: all 0.2s 0.2s ease-in-out;
	transition: all 0.2s 0.2s ease-in-out;
	opacity: 1
}
.footer-development__block:hover .footer-development__grey-e {
	-webkit-transform: translateX(47px);
	-moz-transform: translateX(47px);
	-ms-transform: translateX(47px);
	-o-transform: translateX(47px);
	transform: translateX(47px);
	-webkit-transition: all 0.2s 0.4s ease-in-out;
	-o-transition: all 0.2s 0.4s ease-in-out;
	transition: all 0.2s 0.4s ease-in-out;
	opacity: 1
}
.footer-development__block:hover .footer-development__red-e {
	-webkit-transform: translateX(51px);
	-moz-transform: translateX(51px);
	-ms-transform: translateX(51px);
	-o-transform: translateX(51px);
	transform: translateX(51px);
	-webkit-transition: all 0.2s 0.3s ease-in-out;
	-o-transition: all 0.2s 0.3s ease-in-out;
	transition: all 0.2s 0.3s ease-in-out;
	opacity: 1
}
.footer-development__block:hover .footer-development__globe {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: all 0.2s 0.5s ease-in-out;
	-o-transition: all 0.2s 0.5s ease-in-out;
	transition: all 0.2s 0.5s ease-in-out;
	opacity: 1
}
.footer-development__img {
	opacity: 1;
	width: 90px;
	height: 40px;
	background: url(/style/development.png) -10px -45px no-repeat
}
.footer-development__text {
	background: url(/style/development.png) -94px -10px no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transform: translateY(40px);
	-moz-transform: translateY(40px);
	-ms-transform: translateY(40px);
	-o-transform: translateY(40px);
	transform: translateY(40px);
	width: 90px;
	height: 12px;
	opacity: 0;
	pointer-events: none
}
.footer-development__red-e {
	background: url(/style/development.png) -120px -42px no-repeat;
	position: absolute;
	top: 12px;
	left: 0;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 0;
	pointer-events: none;
	width: 36px;
	height: 15px
}
.footer-development__grey-e {
	background: url(/style/development.png) -43px -10px no-repeat;
	position: absolute;
	top: 7px;
	left: 0;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 0;
	pointer-events: none;
	width: 31px;
	height: 15px
}
.footer-development__globe {
	background: url(/style/development.png) -10px -10px no-repeat;
	position: absolute;
	top: 0;
	right: 1px;
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px);
	opacity: 0;
	pointer-events: none;
	width: 13px;
	height: 12px
}
.footer__text-link:hover,
.footer__text-link:focus,
.footer__text-link {
	color: #fff;
	text-decoration: none;
}

/* MEDIA */
@media (max-width: 767px) {
	.xs-text-center {
		text-align: center;
	}
	.border-right {
		min-height: 1px;
		border-right: none;
	}
	.footer-development {
		float: none;
	}
	.form-control {
		margin-bottom: 10px;
	}
	.header__menu-list-item:not(:last-child) {
	    margin-right: 10px;
	}
	.header__menu-list-item-link {
		font-size: 12px;
	}
}
@media (max-width: 500px) {
	.header__menu-list-item {
		display: block;
	}
	.header__menu-list-item:not(:last-child) {
		margin-bottom: 15px;
	}
	.content-holder img.pull-right {
		float: none!important;
		display: block;
		margin: 0 auto 20px auto!important;
	}
	.col-xxs-12 {
		width: 100%;
	}
	.xxs-text-center {
		text-align: center;
	}
}
#searchresult {
  font-size: 13px;
}
#searchresult .price-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

#searchresult .price-list li:first-child {
    border-top: 0px dashed #d4d4d4;
}

#searchresult .price-list li {
    overflow: hidden;
    border-top: 1px dashed #d4d4d4;
    padding: 1px 0;
	line-height: 17px;
/*	font-size: 60%;*/
}

#searchresult .price-list li .quantity {
    float: left;
}

#searchresult .price-list li .ru_price {
    float: right;
}

#searchresult .cost {
    white-space:nowrap;
}

@media (min-width: 768px) and (max-width: 991px) {
	.header-img-holder {
		width: 220px;
		height: 220px;
		top: -107px;
		right: 212px;
	}
	.header__menu-list-item:not(:last-child) {
	    margin-right: 10px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.header-img-holder {
		width: 325px;
		height: 325px;
		top: -145px;
		right: 260px;
0.
}
@media (min-width: 1310px) {
	.container {
		width: 1280px;
	}
}