body {
	background-color: #fff;
}
a:hover {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.prapper {max-width: 1200px;}
#content {
	margin-bottom: 50px;
}
.dstrb {
	background: #b50838;
	color: #fff;
}
.dstrb:hover {
	background: #a0151e;
}
.information_id-14 #content .buttons,
.information_id-9  #content .buttons,
.information_id-10 #content .buttons,
.information_id-15 #content .buttons,
.information_id-16 #content .buttons {
	display: none;
}
#cart .content {z-index: 1;}
#cart .checkout a {margin: 0 0 10px 0;}
.breadcrumb {
	margin: 0 auto 20px;
    max-width: 1200px;
}
.simplecheckout-button-right .btn {
	background: #b50838;
}
.button.button-buy,
.button.button-file {
	background: #b50838;
    width: 300px;
    margin: auto;
    display: block;
    text-align: center;
    font-size: 20px;
    height: 45px;
    line-height: 45px;
}
.button:hover {
	background: #b31d26;
}
.body-account-download .buttons,
.body-account-download .pagination,
.body-checkout-success .buttons {
	display: none;
}
/*header*/
#header {
	margin: 0 0 20px 0;
}
#mobile-welcome {
	display: block;
	height: auto;
    padding-top: 11px;
    font-weight: 600;
}
#mobile-welcome a {
	position: relative;
	margin: 0 20px;
}
#mobile-welcome a:nth-child(1)::before,
#mobile-welcome a:nth-child(2)::before {
	position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 50%;
    left: -9px;
    top: 50%;
    margin-top: -2px;
}
.menu .menuResp > li > div.topmenu {margin-top: 7px;}
.menu .menuResp > li > div.topmenu::before {
	content: "";
	position: absolute;
	border-width: 7px;
	border-style: solid;
	border-color: transparent;
	top: -8px;
	left: 0;
	width: 100%;
	height: 1px;
}
.top-nav .topbox {border: none;}
.top-header > .prapper::after,
.top-header > .prapper::before {
	content: "";
	display: table;
}
.top-nav {
	font-size: 12px;
	text-transform: uppercase;
}
.top-header > .prapper::after {
	clear: both;
}
#header > .top-header {
    border-bottom: none;
    min-height: auto;
    padding: 8px 0 0 0;
}
#cart > a {
	padding: 10px 11px;
	border-radius: 4px;
}
.top_info {
	padding: 50px 0 0 0;
}
.head-link {
	display: none;
}
.head-link.act-lng {
	display: block;
}
.head-link {
	padding: 0;
	list-style-type: none;
	margin: 0;
}
.head-link li {
	display: inline-block;
	font-size: 13px;
}
.head-link li a {
	display: inline-block;
	color: #fff;
	background: #b50838;
	border-radius: 4px;
	text-transform: uppercase;
	text-align: center;
}
.btn-download {
	position: relative;
}
.btn-download::before {
	content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 8px;
    margin-top: -10px;
    background: url(/image/data/new/logo_06.png) 1px -8px no-repeat;
}
.head-link li a {position: relative;}
.head-link li a.dstrb {
	padding: 10px 10px;
}
.head-link .btn-order {
	padding: 10px 10px 10px 37px;
}
.head-link .btn-order::before {
	content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 7px;
    margin-top: -12px;
    background: url(/image/data/new/sort-by-attributes.png) center no-repeat;
    background-size: 1.5em;
}
.head-link li a.btn-download {
	padding: 10px 15px 10px 35px;
}
.head-link li + li {
	margin: 0 0 0 20px;
}
.head-link li a:hover {
	background: #a0151e;
}
/*end header*/
/*menu*/
#menu {
	padding: 6px 10px;
    border: 1px solid #a0a0a0;
    font-size: 13px;
    text-transform: uppercase;
}
#menu,
#search,
#menu > ul > li {
	-khtml-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
.colormenu #search {
    width: 35px;
    right: 8px;
    top: 8px;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
}
#search .button-search {
	background: #fff url(/image/data/new/logo_06.png);
    background-position: -21px 102px;
    right: 1px;
    width: 33px;
    height: 34px;
    top: 1px;
}
#search .fa-icon-search {
	background: #fff url(/image/data/new/logo_06.png);
    background-position: -21px 102px;
    position: absolute;
    display: block;
    width: 33px;
    height: 34px;
    top: 1px;
    right: 1px;
    z-index: 1;
    cursor: pointer;
} 
#search .fa-close-search {
	cursor: pointer;
	position: absolute;
	left: -10px;
	top: 10px;
	display: none;
}
@keyframes rotate {
	from {
		-webkit-transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		-o-transform: rotateZ(0deg);
		transform: rotateZ(0deg);
	}
	to {
		-webkit-transform: rotateZ(150deg);
		-ms-transform: rotateZ(150deg);
		-o-transform: rotateZ(150deg);
		transform: rotateZ(150deg);
	}
}
@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		-o-transform: rotateZ(0deg);
		transform: rotateZ(0deg);
	}
	to {
		-webkit-transform: rotateZ(150deg);
		-ms-transform: rotateZ(150deg);
		-o-transform: rotateZ(150deg);
		transform: rotateZ(150deg);
	}
}
#search input,
#search .fa-icon-search,
#search .button-search {
	border-radius: 3px;
}
#search input {
	background: #fff;
	padding: 0;
    height: 36px;
}
/*add class active-search*/
#search.active-search {
	width: 240px;
}
#search.active-search .fa-icon-search {z-index: -1;}
#search.active-search input {
	padding: 0 0 0 10px;
}
#search.active-search .fa-close-search {
	display: block;
	-webkit-animation: rotate .28s ease-in-out;
	-o-animation: rotate .28s ease-in-out;
	animation: rotate .28s ease-in-out;
}
/*placeholder*/
.colormenu #search input::-webkit-input-placeholder {opacity: 0;}
.colormenu #search input::-moz-placeholder          {opacity: 0;}
.colormenu #search input:-moz-placeholder           {opacity: 0;}
.colormenu #search input:-ms-input-placeholder      {opacity: 0;}
.colormenu #search.active-search input::-webkit-input-placeholder {opacity: 1;}
.colormenu #search.active-search input::-moz-placeholder          {opacity: 1;}
.colormenu #search.active-search input:-moz-placeholder           {opacity: 1;}
.colormenu #search.active-search input:-ms-input-placeholder      {opacity: 1;}
.colormenu.fixed {
	-webkit-box-shadow: 0px 0px 0px 0px #fff;
	   -o-box-shadow: 0px 0px 0px 0px #fff;
	   -ms-box-shadow: 0px 0px 0px 0px #fff;
	   -khtml-box-shadow: 0px 0px 0px 0px #fff;
	   box-shadow: 0px 0px 0px 0px #fff;
}
.menuResp > li > a {
	font-size: 15px;
}
/*end menu*/
/*edition*/
.edition-holder {
	padding: 30px 0;
	text-align: center;
}
.edition-holder ul {
	margin: 0;
	padding: 0;
	font-size: 0;
}
.edition-holder ul li {
	display: inline-block;
    font-size: 30px;
    width: 48%;
    text-transform: uppercase;
    font-weight: 600;
}
.edition-holder ul li a {
	padding: 30px 50px;
    display: block;
    text-align: left;
    height: 260px;
    color: #333;
}
.edition-holder ul li .edition-holder__journal {
	background: url("/image/data/new/bg_03.png") no-repeat;
	background-size: cover;
}
.edition-holder ul li .edition-holder__catalog {
	background: url("/image/data/new/bg_05.png") no-repeat;
	background-size: cover;
}
.edition-holder ul li + li {
	margin: 0 0 0 10px;
}
.edition-holder ul li i {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	float: right;
}
.edition-holder ul li span {
	position: relative;
}
.edition-holder ul li span::before {
	position: absolute;
    content: "";
    background: #333;
    left: -15%;
    top: 50%;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-radius: 50%;
}
.edition-holder ul li .edition-holder__journal i {
	width: 265px;
	height: 170px;
	background: url("/image/data/new/bg_13.png") no-repeat;

}
.edition-holder ul li .edition-holder__catalog i {
	width: 249px;
	height: 200px;	
	background: url("/image/data/catalog_SH_2017.png") no-repeat;
}
/*end edition*/
/*categoryhome*/
.box__categoryhome .box-product {
	font-size: 0;
}
.box__categoryhome .box-product > div {
	font-size: 20px;
	font-weight: 700;
}
.box .box-heading {text-align: left;}
.categoryhome {
	position: relative;
	margin: 0px 0 40px 0px;
}
.categoryhome .name {
	position: absolute;
    bottom: 10%;
    width: 90%;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 15px;
    background-color: rgba(0,0,0, .5);
    left: 5%;
}
.categoryhome .name a {
	display: block;
	color: #fff;
}
/*addcategory*/
.hold-addcategory {
	font-size: 0;
	padding: 30px 0 40px 0;
	text-align: center;
}
.addcategory-post {
	font-size: 17px;
    font-weight: 700;
    position: relative;
    margin: 0 20px 0 0;
    display: inline-block;
}
.addcategory-post:nth-child(4n+4) {
	margin-right: 0;
}
.addcategory-post .addname a {
	position: absolute;
    bottom: 10%;
    width: 90%;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 15px;
    background-color: rgba(0,0,0, .8);
    left: 5%;
}
.addcategory-post .addname a {
	display: block;
	color: #fff;
}
/*end addcategory*/
/*end categoryhome*/
/*category*/
.category-info .image {
	display: none;
}
.box__category .box-category {
	border-width: 1px;
	border-color: #a0a0a0;
	border-style: solid;
	border-radius: 4px;
	background-color: #fff;
	border-radius: 4px;
}
.box-category > li > a {
    padding: 10px 6px 10px 20px;
}
.box-category > li > a:hover,
.box-category > li > a.active {
	background: #b50838;
	color: #fff;
}
.box-category > li ul > li > a {
    font-size: 13px;
    border-radius: 25px;
}
.box-category > li ul > li > a:hover,
.box-category > li ul > li > a.active {
	background: rgb(50, 53, 58);
    font-size: 13px;
    color: #fff;
}
.box-category > li > ul {
    background-color: #eee;
}
.box-category > li > ul li {
    margin: 2px 0 2px 0;
}
.box-category > li ul > li > a {
    padding: 6px 4px 6px 14px;
}
/*end category*/
/*news*/
.box_mod_news {
	margin: 0;
}
.modulnews {
	border: none;
	font-size: 0;
	padding: 0;
}
.modulnews .box-news {
	font-size: 12px;
    display: inline-block;
    margin: 0 9px 0 0;
    width: 24%;
}
.box-news > div {
     margin: 0; 
     overflow: visible; 
}
.box-news.boxline + .box-news.boxline {
	border: none;
}
/*end news*/
/*product cart*/
.product-info .left,
.product-info .image {
     float: none; 
}
.product-info .right {display: none;}
/*end product cart*/
/*footer*/
#footer,#powered {
	background: #fff;
}
#footer {
	padding: 30px 0px 0 0px;	
}
#powered {
	border: none;
}
.footer_lnks {
	font-size: 13px;
	text-transform: uppercase;
}
.footer_lnks,
.social {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.footer_lnks::before,
.footer_lnks::after,
.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}
.footer_lnks {
	padding: 0 0 20px 0;
}
.footer_lnks::after,
.clearfix::after {
	clear: both;
}
.footer_lnks li {
	float: left;
}
.footer_lnks li + li {
	margin: 0 0 0 10px;
}
.footer_lnks .footer_lnks-dstrb {
	float: right;
}
.footer_lnks li a {
	padding: 8px 12px 8px 13px;
	border-radius: 4px;
	border: 1px solid #333;
	text-align: center;
	display: inline-block;
}
.footer_lnks li a.dstrb {
	border: none;
}
.footer_lnks li a.dstrb:hover {
	background: #a0151e;
	border: none;
}
.footer_lnks li a:hover {
	background: #b50838;
	border: 1px solid #b50838;
	color: #fff;
}
.footer_logo {
	display: block;
	float: left;
	width: 256px;
	height: 61px;
	background: url(/image/data/new/logo_06.png) 0px -42px no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    -webkit-transform: translate(0,-8px);
    -ms-transform: translate(0,-8px);
    -o-transform: translate(0,-8px);
    transform: translate(0,-8px);
}
#footer .social {
	float: right;
	-webkit-transform: translate(0,-23px);
	-ms-transform: translate(0,-23px);
	-o-transform: translate(0,-23px);
	transform: translate(0,-23px);
}
.social li {
	display: inline-block;
}
.social li + li {
	margin: 0 0 0 10px;
}
.social .fa {
	display: block;
	height: 35px;
	width: 35px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/image/data/new/logo_06.png) no-repeat;
}
.social .fa:hover {
	opacity: .5;
}
.social .fa-fc {
	background-position: -62px 0px;
}
.social .fa-vk {
	background-position: -106px 0px;
}
.social .fa-yt {
	background-position: -151px 0px;
}
#powered #copy {
	float: none;
	text-align: center;
}
#topfooter {display: none;}
/*end footer

/*other*/
.jcarousel-skin-opencart .jcarousel-item + .jcarousel-item {border: none;}
#homebottom {margin: 0 0 50px 0;}
/*flex*/
.flexbox .edition-holder ul,
.flexbox .box__categoryhome .box-product,
.flexbox .modulnews {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}
.flexbox .box__categoryhome .categoryhome {
    margin: 0px 0 40px 0px;
}
.flexbox .modulnews .box-news {
    margin: 0 0 30px 0;
}
.flexbox .camera_wrap {
    max-width: 1200px;
    margin: 20px auto 0;
}
/*end flex*/
/*hide blocks*/
.body-information-allnewsclone1 .datepost,
.body-information-allnewsclone3 .datepost,
.product-info .description__model,
.product-info .description__modelvalue,
.fastmodel,
.pbox_buy,
.product-filter .display,
.sort select option:nth-child(n+4) {
    display: none;
}
/*end hide blocks*/
.body-information-information.information_id-16 .box__categoryhome .box-heading,
.buttons .right {display: none;}
.body-information-information.information_id-18 #content p {text-align: center;}
.download-info a img {display: none;}
.download-info a {
	display: inline-block;
    padding: 7px 23px;
    background: #b50838;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
}
.box-account > li > a:hover {color: #333;}

.foot-text {
	width: 41%;
    margin: auto;
    -webkit-transform: translate(0,18px);
    -ms-transform: translate(0,18px);
    -o-transform: translate(0,18px);
    transform: translate(0,18px);
    text-align: center;
    font-size: 11px;
}
.foot-text p {
	margin: 0 0 6px 0;
}