/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
		Created on : 08.04.2015, 13:45:05
		Author     : Sergio
*/

@media (max-width: 979px) and (min-width: 768px){
	.responsive #sp-footer-wrapper {
		padding: 9px 0 5px 0!important;
	}
}

/*@media (max-width: 767px) {
	.responsive #sp-header-wrapper {
		height: 70px;
		display: none;
	}
}*/

@font-face{
	font-family:'Open Sans';
	src:url('../fonts/opensans/opensanshebrew-regular-webfont.eot');
	src:url('../fonts/opensans/opensanshebrew-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/opensans/opensanshebrew-regular-webfont.woff') format('woff'),
	url('../fonts/opensans/opensanshebrew-regular-webfont.ttf') format('truetype'),
	url('../fonts/opensans/opensanshebrew-regular-webfont.svg') format('svg');
	font-weight:normal;
	font-style:normal;
}

/*------- reviews ----------*/
.reviews .itemImageBlock {
	float: left;
}

.reviews h2.itemTitle {
		padding: 5px 0 15px 0!important;
}

.reviews .itemFullText {
	color: #81878b;
}

.reviews .itemExtraFields li {
	color:#81878b;
	margin-bottom: 20px;
}

.reviews h4.itemExtraFieldsLabel {
	margin-bottom: 0;
}

.reviews .itemContainer {
/*	width: 200px;
	height: 200px;
	margin: 0 5px 5px 0;*/
	overflow: hidden;
	position: relative;

}

.reviews .catItemBody .catItemImage {
	height: 200px;
	width: 200px;
}

.reviews .catItemImageBlock .catItemHeader {
	position: absolute;
	margin-top: -45px;
	background: rgba(160, 0, 46, 0.7);
	width: 200px;
	/*height: 45px;*/
}

.reviews .catItemHeader h3.catItemTitle a {
	/*font-family: PTSerif;*/
	color:  #fff;
	font-size: 18px;
	font-weight: 700;
}

.reviews .catItemHeader h3.catItemTitle {
	padding: 0 0 0 5px;
	line-height: 90%;
}

.reviews .catItemHeader .catItemDateCreated {
	color: #fff;
	padding: 0 0 0 5px;
	line-height: 100%;
	font-family: NeoSansW1G;
	font-size: 14px;
	line-height: 21px;
}

.reviews .itemContainer.addItem h3.catItemTitle {
	font-family: NeoSansW1G;
	color:  #63001b;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}

.reviews .itemContainer.addItem {
	background: url(../img/addbtn.png);
}

.reviews .addItem .catItemView.groupPrimary {
	border: none;
	/* padding-left: 5px; */
}

.reviews .addItem .catItemView.groupPrimary .catItemBody {
	width: 200px;
	height: 200px;
}

.reviews .catItemBody {
		padding: 0;
}

.reviews .addItem div.catItemHeader {
	padding-top: 147px;
}

.reviews #itemListPrimary {
		margin:0 auto;
}
.b-auto-list {
	display: table;
	width:100%;
	table-layout: fixed;
}
.b-auto-list__right {
	width:300px;
}
.b-auto-list__left, .b-auto-list__right {
	padding-top: 26px;
	display: table-cell;
	vertical-align: top;
}
.b-auto-list .span8 {
	margin-left: 0;
}

@media (max-width: 767px) {
	.b-auto-list__left, .b-auto-list__right {

		display: block;
	}
}
.price-download {
	clear:both;
	margin-top: 20px;
}

/* 12.02.2020 new works */

.zatr-menu-opener {
	display: none;
}
@media (max-width: 981px) {
	.zatr-menu-opener {
		display: block;
	}
}

.header-wrap {
	display: flex;
	align-items: center;
}
.header-wrap__contacts {
	margin-left: auto;
	margin-right: 0;
	display: flex;
	align-items: center;
}
.header-wrap .contacts {
	font-size: 15px;
	font-weight: 400;
	margin-right: 60px;
	font-family: NeoSansW1G;
	font-size: 0;
}
.header-wrap .contacts:last-child {
	margin-right: 0;
}
.header-wrap .contacts a {
	display: block;
	font-size: 15px;
}
.b-btn.b-btn_transparent {
	background-color: transparent;
	border: 1px solid #ffffff;
	text-decoration: none;
}
#sp-header-wrapper .b-btn.b-btn_lg {
	font-family: 'Roboto';
}
.b-btn.b-btn_lg {
	line-height: 32px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 18px;
}
.b-btn.b-btn_transparent:hover,
.b-btn.b-btn_transparent:focus {
	color: #fff;
}
/* end 12.02.2020 works */

.contacts-page-section{
	text-align: center;
}
.contacts-page-section.contacts-info{
	margin-bottom: 30px;
}
@media (min-width: 993px){
	.contacts-page-wrap{
		display: flex;
		vertical-align: top;
		width: 100%;
	}
	.contacts-page-section{
		text-align: left;
		width: 50%;
		flex-basis: 50%;
		flex-shrink: 1;
	}
	.contacts-page-section.contacts-info{
		margin-bottom: 0;
		padding: 20px 0;
	}
	.p-contacts .entry-title.page-header{
		margin-bottom: 0;
	}
}
