section.slider {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1
}
.sliderItems {
	display: inline-block;
	width: 100%;
	position: relative
}
.slItem {
	display: inline-block;
	width: 100%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center
}
.slText {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	color: #fff
}
.slText p {
	font-size: 36px;
	line-height: 1
}
.slText p:first-child {
	font-size: 64px;
	font-family: GilroyExtraBold, sans-serif
}
.sliderItems {
  display: none;
  max-height: 461px;
  overflow: hidden
}
.sliderItems .owl-dots {
	display: inline-block;
	width: 100%;
	position: absolute;
	bottom: 3%;
	text-align: center
}
.sliderItems .owl-dots .owl-dot {
	display: inline-block;
	width: 65px;
	height: 5px;
	background-color: #bcbcbc;
	margin-right: 10px
}
.sliderItems .owl-dots .owl-dot.active {
	background-color: #dc2537
}
.pos {
	width: 0;
	height: 24vw;
	display: inline-block;
	vertical-align: middle
}
.wrap {
	font-size: 0
}
.sliderNav {
	display: inline-block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0
}
.sliderNav .nav {
	border-top: 2px solid #cdb7a7;
	border-right: 2px solid #cdb7a7;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 11.5vw;
	z-index: 5;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 1px
}
.sliderNav .prev {
	left: 8vw;
	transform: rotateZ(-135deg)
}
.sliderNav .next {
	right: 8vw;
	transform: rotateZ(45deg)
}
.sliderNav .nav:hover {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff
}
.catWrap {
	display: inline-block;
	width: 100%;
	font-size: 0
}
main.main {
	background-image: url(../img/main/pattern-bg.jpg);
	background-repeat: repeat;
/*	padding-bottom: 123px;*/
}
section.catalog {
	padding-top: 36px;
	/* padding-bottom: 130px; */
}
section.catalogMain {
	padding: 70px 0
}
.catCategory {
	display: inline-block;
	width: 100%;
	height: 240px;
	position: relative;
	padding: 50px 0 30px 25px;
	background-color: #fff;
	overflow: hidden;
	margin-bottom: 30px;
	/*background-repeat: no-repeat;
	-webkit-background-size: auto;
	background-size: auto;*/
	/*transition: all .3s ease; */
}

.catCategory .catName {
	display: inline-block;
	width: 80%;
	font-family: GilroyExtraBold, sans-serif;
	color: #00295f;
	font-size: 24px;
	position: relative;
	z-index: 1
}
.catCategory .catName span {
	transition: all .2s ease-in-out
}

.catCategory .catName span:hover {
	color: #dc2537
}
.catCategory .catLink {
	display: inline-block;
	/*width: 100%;*/
	position: absolute;
	bottom: 30px;
	color: #959595;
	font-size: 16px;
	left: 25px;
	font-family: GilroyExtraBold, sans-serif;
	z-index: 1
}
.catCategory .catLink span {
	display: inline-block;
	transition: all .2s ease-in-out
}
.catCategory .catLink span::after {
	content: '';
	display: inline-block;
	margin-left: 5px;
	background-image: url(../img/catalog/arrow.png);
	width: 14px;
	height: 11px;
	transition: all .2s ease-in-out
}
.catWrap > div .cat {
	display: inline-block;
	width: 100%
}
.catWrap > div .cat:hover .bg {
	opacity: 1
}
.catWrap > div .cat:hover .catLink span {
	color: #dc2537
}
.catWrap > div .cat:hover .catLink span::after {
	background-image: url(../img/catalog/arrowred.png)
}
.bg {
	position: absolute;
	background-repeat: no-repeat;
	width: 100%;
	height: 500px;
	transition: all .3s ease;
	z-index: 0;
	opacity: 0.8
}

section.articles {
	padding: 38px 0 87px;
	display: block;
	width: 100%;
	background-color: #fff
}

section.info {
	padding: 70px 0;
	display: block;
	width: 100%;
	background-color: #fff;

}
.infoLine {
	display: inline-block;
	width: 100%;

}


.infoLine.padt {
	padding-top: 65px
}
.headInfo {
	display: inline-block;
	width: 100%
}
.infoLine .headInfo .headText {
	float: left;
	text-align: left
}
.headText span, .catCardData .cardName {
	font-size: 28px;
	color: #00295f;
	font-family: GilroyExtraBold, sans-serif;
}

.infoWrap {
	display: inline-block;
	font-size: 0;
	padding-top: 30px
}
.data {
	padding-right: 5px
}
.data p, .data ul {
	font-size: 14px;
	color: #5d5d5d;
	line-height: 1.6
}
.warranty {
	display: inline-block;
	border-top: 3px solid #ececea;
	border-bottom: 3px solid #ececea;
	padding: 50px 40px;
	width: 100%
}
.warranty p {
	font-size: 18px;
	font-family: OpenSansBold, sans-serif;
	text-align: center;
	margin-bottom: 0;
	color: #00295f
}
.warranty p:first-child {
	margin-bottom: 25px!important;
	margin-top: 0
}
.infoBlock {
	vertical-align: top
}
.infoWrap > div:last-child {
	padding-left: 30px
}
.headInfo .abtn {
	font-size: 18px;
	font-family: GilroyExtraBold, sans-serif;
	color: #959595;
	display: inline-block;
	padding-top: 10px;
	float: right;
	transition: all .15s ease-in-out
}
.headInfo .abtn:hover {
	color: #e62033
}
.articleWrap {
	padding-top: 30px
}
.articleBlock {
	display: inline-block;
	width: 100%
}
.articleImg {
	display: inline-block;
	width: 100%;
	text-align: center
}
.articleTitle {
	display: inline-block;
	width: 100%;
	font-size: 20px;
	font-family: GilroyExtraBold, sans-serif;
	padding: 20px 0;
	color: #00295f;
	min-height: 100px
}
.articleExcerpt {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	color: #5d5d5d
}
.articleButton {
	display: inline-block;
	width: 100%;
	padding-top: 30px
}
.articleButton .artbtn {
	display: inline-block;
	color: #082356;
	font-size: 16px;
	padding: 10px 20px;
	border: 1px solid #082356;
	font-family: GilroyExtraBold, sans-serif;
	transition: all .15s ease-in-out
}
.articleButton .artbtn:hover {
	color: #fff;
	background-color: #082356
}
.footer {
	background-color: #082356;
	position: absolute;
	width: 100%;
	/* bottom: 0; */
	/* left: 0 */
}
.footer .upLine {
	display: inline-block;
	width: 100%;
	padding: 55px 0
}
.footCol {
	display: inline-block;
	width: 100%
}
.fTitle a {
	font-size: 16px;
	font-family: OpenSansBold, sans-serif;
	color: #5978b2;
	text-transform: uppercase
}
.fCat {
	display: inline-block;
	width: 100%;
	padding-top: 25px
}
.fCat ul {
	padding: 0;
	margin: 0
}
.fCat ul li {
	padding: 8px 0;
	font-size: 14px;
	list-style-type: none
}
.fCat ul li a {
	color: #fff
}
.fCat ul li a:hover {
	border-bottom: 1px solid #fff
}
.footCol .callback {
	display: inline-block;
	width: 100%
}
.footCol .callback > div {
	display: inline-block;
	vertical-align: middle
}
.callbackButton .cbtn {
	background-color: #e62033
}
.callbackButton .cbtn:hover {
	background-color: #f23346
}
.callbackDesc {
	font-size: 14px;
	color: #5978b2;
	padding-left: 25px
}
.footCol .cont {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	color: #fff
}
.phones {
	font-size: 20px!important;
	padding: 55px 0
}
.phones div span {
	font-family: OpenSansBold, sans-serif
}
.footCol .cont > div {
	display: inline-block;
	padding-left: 20px;
	vertical-align: middle
}
.footCol .cont > div a {
	color: #fff
}
.footCol .cont i {
	width: 25px;
	text-align: center;
	color: #5574ac;
	font-size: 25px;
	vertical-align: middle
}
.address {
	padding-top: 15px
}
.footer .downLine {
	display: inline-block;
	width: 100%;
	padding: 20px 0
}
.company {
	display: inline-block;
	width: 100%;
	text-align: left;
	font-size: 14px;
	color: #49659c
}
.ssWidget {
	display: inline-block;
	width: 100%
}
.ssWidget > div {
	display: inline-block;
	vertical-align: bottom
}
.ssWidget .ssName {
	padding-left: 15px;
	text-align: left
}
.ssWidget .ssName a {
	font-size: 12px;
	color: #49659c;
	transition: all .2s ease;
	line-height: 1.4
}
.ssWidget .ssName a:hover {
	color: #5272B1
}
.hiddenMenu {
	text-align: center;
	padding: 10px 0;
	display: inline-block
}
.hidMenuButton {
	display: inline-block;
	width: 30px;
	height: 20px;
	font-size: 0;
	position: relative;
	cursor: pointer
}
.hidMenuButton span {
	width: 30px;
	background-color: #fff;
	height: 2px;
	display: inline-block;
	position: absolute;
	border-radius: 0.4px;
	left: 0;
	text-shadow: 0 0 1px 0 rgba(0,0,0,.5)
}
.hidMenuButton span:nth-child(1) {
	top: 0
}
.hidMenuButton span:nth-child(2) {
	top: 9px
}
.hidMenuButton span:nth-child(3) {
	top: 18px
}
.hidMenu ul {
	display: none;
	width: 100%;
	text-align: left;
	text-align-last: left
}
.hidMenu ul li {
	display: inline-block;
	width: 100%
}
.menuLine .hidMenu ul li a {
	padding: 20px 20px
}
.mfp-wrap ~ *:not(#SystemMessagesWrapper) {
	filter: blur(3px)
}
.modalFade {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: center
}
.modalWrap {
	display: inline-block;
	width: 520px;
	padding: 50px 80px;
	position: relative;
	border: 2px solid #c7c7c7;
	background-color: #fff
}
.modal .head {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 28px;
	font-family: GilroyExtraBold, sans-serif;
	color: #00295f;
	margin-bottom: 30px
}
.modal .fline {
	display: inline-block;
	width: 100%;
	text-align: left;
	position: relative;
	padding: 12px 0
}
.modal .fline input {
	width: 100%;
	outline: 0;
	border: 0;
	border-bottom: 2px solid #d7d7d7;
	z-index: 2;
	padding: 5px 0;
	position: relative;
	background-color: transparent
}
.modal .fline input:focus {
	border-bottom: 2px solid #dc2537
}
.modal .fline textarea {
	width: 100%;
	display: inline-block;
	border: 2px solid #d7d7d7;
	min-height: 140px;
	padding: 10px
}
.modal .fline textarea[placeholder] {
	font-size: 12px;
	font-family: OpenSansRegular, sans-serif;
	color: #000
}
.modal .fline div {
	position: absolute;
	bottom: 22px;
	z-index: 1;
	text-transform: uppercase;
	font-size: 12px;
	transition: all .1s ease-in-out
}
.modal .fline input[placeholder] {
	transition: all .1s ease-in-out
}
.modal .fline div.active {
	font-size: 10px;
	transform: translateY(-20px)
}
.fline .cbtn {
	background-color: #042665
}
.fline .cbtn:hover {
	background-color: #0D3888
}
.modal > div:last-child {
	padding-bottom: 0
}
section.alert {
	padding-top: 96px;
	padding-bottom: 60px;
}
.alertBlock {
	background-color: #fff;
	height: 310px;
	position: relative
}
.alertText {
	padding: 60px 0;
	text-align: left;
	display: inline-block;
	height: 310px
}
.alertText span {
	display: inline-block;
	font-family: OpenSansBold, sans-serif;
	font-size: 190px;
	color: transparent;
	transform: rotateZ(-90deg);
	line-height: 1;
	position: absolute;
	left: -105px;
	background: url(../img/main/pattern-bg.jpg) repeat;
	-webkit-background-clip: text
}
.alertDesc {
	font-size: 16px;
	padding-top: 20px;
	color: #5d5d5d;
	line-height: 1.6
}
.alertDesc a {
	color: #dc2537
}
.alertDesc a:hover {
	text-decoration: underline
}
.breadcrumbs {
	display: inline-block;
	width: 100%;
	padding: 25px 0;
	font-size: 14px;
	font-family: OpenSansBold, sans-serif
}
.breadcrumbs > div {
	display: inline-block
}
.breadcrumbs > span {
	padding-left: 5px;
	padding-right: 10px;
	color: #5d5d5d
}
.breadcrumbs a {
	color: #00295f
}
.breadcrumbs div.active a {
	color: #5d5d5d
}
.catItem {
	display: inline-block;
	width: 100%;
	background-color: #fff;
	padding: 0 20px;
	height: 325px;
	position: relative;
	margin-bottom: 30px
}

.catalog .col-wrap:last-child {
  margin-bottom: 30px;
}

.catItem a {
	display: inline-block;
	width: 100%
}
.catItem a:hover .catName span {
 	color: #dc2537
}
.catItem .catImg {
	text-align: center;
	display: inline-block;
	width: 100%;
	padding-top: 30px;
	vertical-align: middle
}
.catItem .catName {
	position: absolute;
	text-align: left;
	left: 20px;
	bottom: 30px;
	max-width: 220px
}
.catItem .catName span {
	font-size: 18px;
	font-family: OpenSansBold;
	color: #00295f;
	transition: all .1s ease-in-out
}
.catItem .align {
	display: inline-block;
	width: 0;
	height: 240px;
	vertical-align: middle
}
section.catcard, section.reviews, section.contacts, section.artcard 
 {
	padding: 36px 0px 110px
}
.catCardHead {
	padding: 60px 0;
	background-color: #fff;
	padding-right: 20px
}
.catCardImg {
	text-align: center
}



.catCardData .partNumber {
	font-size: 14px;
	color: #888888;
	padding-bottom: 5px
}
.catCardData .cardName {
	padding-bottom: 35px
}
.catCardData .cardProp {
	display: inline-block;
	width: 100%;
	padding-bottom: 35px
}
.cardProp .propItem {
	display: inline-block;
	width: 100%;
	padding-bottom: 10px
}
.cardProp .propItem span {
	display: inline-block;
	font-size: 14px;
	color: #000;
	padding-left: 25px
}
.cardProp .propItem span:first-child {
	color: #888888;
	padding-left: 0;
	min-width: 120px
}
.cardPriceBlock {
	display: inline-block;
	width: 100%;
	padding-bottom: 25px
}
.cardPriceBlock > div { 
	display: inline-block;
	vertical-align: middle
}
.cardPriceBlock .cardPrice {
	width: 45%
}
.cardPriceBlock .cardPrice span:first-child {
	font-size: 24px;
	padding-left: 0
}
.cardPriceBlock .cardPrice span {
	display: inline-block;
	font-size: 40px;
	color: #000;
	font-family: GilroyExtraBold, sans-serif;
	padding-left: 5px
}
/*.cardPriceBlock .cardPrice span i {
	font-size: 
}*/	
.cardPriceBlock .cardPriceDesc {
	font-size: 13px;
	color: #5d5d5d;
	width: 55%;
	padding-left: 15px
}
.cardPriceButton {
	display: inline-block;
	width: 100%
}
.cardPriceButton .pbtn {
	font-family: GilroyExtraBold, sans-serif;
	font-size: 20px;
	color: #fff;
	background-color: #dc2537;
	padding: 18px 65px;
	transition: all .2s ease-in-out
}
.cardPriceButton .pbtn:hover {
	background-color: #F23346
}
.cardInfo {
	display: inline-block;
	width: 100%;
	overflow-x: scroll
}
.cardInfo::-webkit-scrollbar {
  display: none;
}
.catCardBottom {
	display: inline-block;
	width: 100%;
	background-color: #fff;
	margin-top: 30px;
	padding: 35px 40px
}
.catCardBottom .cardSwitchers {
	display: inline-block;
	width: 100%
}
.cardSwitchers .switch {
	display: inline-block;
	margin-right: 10px;
	padding: 15px 60px;
	transition: all .1s ease
}
.cardSwitchers .switch span {
	display: inline-block;
	cursor: pointer;
	color: #888;
	border-bottom: 1px dashed #888;
	font-family: OpenSansBold, sans-serif;
	font-size: 18px;
	transition: all .15s ease-in-out
}
.cardSwitchers .switch.active {
	border-bottom: 2px solid #dc2537
}
.cardSwitchers .switch.active span {
	color: #000;
	border-bottom: none
}
.cardSwitchers .switch.active span:hover {
	color: #000
}
.cardSwitchers .switch span:hover {
	color: #000;
	border-color: #000 
}
.switchContent {
	display: none;
	width: 100%;
	font-size: 0
}
.switchContent.active {
	display: inline-block
}
.switchContent .cardInfo p, .switchContent .cardInfo table {
	font-size: 14px
}
.cardInfo table {
	width: 100%
}
.cardInfo table td {
	box-sizing: border-box;
	border-collapse: separate
}
.cardInfo table thead tr:first-child {
	background-color: #e5eaf5
}
.cardInfo table td {
	padding: 10px 15px
}
.cardInfo table th {
	text-align: left;
	padding: 15px 15px;
	font-family: OpenSansBold, sans-serif
}
.cardDownloads {
	display: inline-block;
	width: 100%;
	padding-left: 50px
}
.cardDownloads > a {
	display: inline-block;
	width: 100%;
	margin-bottom: 25px
}
.cardDownloads .dwnld {
	display: inline-block;
	width: 100%;
	vertical-align: middle
}
.cardDownloads .dwnld::before {
	content: '';
	display: inline-block;
	width: 10%;
	vertical-align: top;
	background-image: url(../img/card/file.png);
	width: 25px;
	height: 34px;
	position: relative;
	top: 8px
}
.cardDownloads .dwnld div {
	display: inline-block;
	width: 90%;
	vertical-align: top;
	padding-left: 18px
}
.cardDownloads .dwnld div span {
	display: inline-block;
	width: 100%;
	transition: all .15s ease-in-out
}
.cardDownloads .dwnld div span:first-child {
	color: #042665;
	line-height: 1.4;
	font-family: OpenSansBold, sans-serif;
	font-size: 16px
}
.cardDownloads .dwnld div span:last-child {
	padding-top: 5px;
	color: #888;
	font-size: 14px
}
.cardDownloads .dwnld div:hover span:first-child {
	color: #04389B
}
.filter {
	display: inline-block;
	width: 100%;
	background-color: #fff;
	border: 2px solid #cacaca;
	padding: 10px 30px;
	margin-bottom: 30px
}
.filter > div {
	display: inline-block;
	vertical-align: middle
}
.prodName {
	width: 20%
}
.prodName span {
	font-size: 20px;
	font-family: GilroyExtraBold, sans-serif
}
.prodItems {
	/*padding-left: 20px;*/
	width: 80%
}
.prodItems > div {
	display: inline-block;
	padding: 12px;
	margin-right: 10px;
	cursor: pointer;
	margin-bottom: 2px
}
.prodItem.active {
	background-color: #c5ccd9;
	border-radius: 2px
}
.prodItem span {
	font-size: 14px;
	vertical-align: middle
}
.prodItem span:last-child {
	padding-left: 20px;
	font-size: 20px;
	display: none
}
.prodItem.active span:last-child {
	display: inline;
	line-height: 0;
	position: relative;
	top: 1px
}
.catgItem {
	display: inline-block;
	width: 100%;
	background-color: #fff;
	padding: 25px 20px;
	margin-bottom: 30px
}
.catgPartNumber span {
	font-size: 12px;
	color: #888
}
.catgImg {
	display: inline-block;
	min-height: 170px;
	width: 100%;
	margin: 25px 0;
	background-position: center;
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat

}
.catgName {
	padding: 15px 0;
	display: inline-block;
	width: 100%;
	max-height: 68px;
	min-height: 68px;
}
.catgName span {
	font-size: 14px;
	font-family: OpenSansBold, sans-serif;
	color: #00295f
}
.catgPrice {
	display: inline-block;
	width: 100%
}
.catgPrice > div {
	display: inline-block;
	width: 50%;
	vertical-align: middle
}
.catgPrice .price {
	text-align: left
}
.catgPrice .price span {
	color: #000;
	font-size: 22px;
	font-family: GilroyExtraBold, sans-serif
}
.catgPrice .price i {
	font-size: 20px
}
.catgPrice .catgButton .catgbtn {
	font-size: 16px;
	font-family: GilroyExtraBold, sans-serif;
	color: #fff;
	background-color: #dc2537;
	padding: 12px 0;
	width: 100%;
	display: inline-block;
	transition: all .2s ease-in-out
}
.catgPrice .catgButton .catgbtn:hover {
	background-color: #f23346
}
section.article {
	padding: 30px 0;
	background-color: #fff;
	margin-bottom: 40px;
}
.articleData {
	display: inline-block;
	width: 100%;
	padding-top: 20px
}

/*@darkrogua*/

.kontakt {
  display: inline-block;
  width: 100%;
  height: 500px;
  position: relative;
  padding: 50px 0 30px 25px;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 30px;
}

.adress,
.phone,
.email {
  font-size: 16px;
  margin-top: 42px;
  font-weight: bolder;
}

.phone {
  color: #dc2537;
 
}

.email {
  color: #909090;
  font-weight: normal;
}

.no-left {
  padding: 0;
  margin-bottom: 60px;
}


.revButton .cbtn {
	background-color: #dc2537
}
.revButton .cbtn:hover {
	background-color: #EF293C
}
section.reviews .hText {
	font-size: 28px;
	color: #00295f;
	font-family: GilroyExtraBold, sans-serif
}
.revButton {
	text-align: right;
	padding-top: 10px
}
.reviewsWrap {
	display: inline-block;
	width: 100%;
	padding: 30px 0
}
.review {
	border-left: 3px solid #dc2537;
	background-color: #fff;
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	padding: 25px 15px;
	margin-bottom: 15px
}
.review .revRight p {
	margin: 0;
	color: #5d5d5d;
	font-size: 14px;
	line-height: 1.5
}
.revLeft .revName {
	font-size: 18px;
	font-family: GilroyExtraBold, sans-serif;
	color: #000
}
.revLeft .revDate {
	font-family: OpenSansBold, sans-serif;
	color: #a5a5a5;
	font-size: 12px;
	padding-top: 5px
}
.revStars {
	display: inline-block;
	width: 100%;
	padding-top: 5px
}
.revStars .star {
	display: inline-block;
	margin-right: 3px;
	color: #b5b5b5;
	font-size: 16px;
	cursor: pointer
}
.revStars .star.active {
	color: #dc2537
}
.revReply {
	margin-top: 25px;
	display: inline-block;
	width: 100%;
	padding: 0 15px;
	padding-left: 30px
}
.revReplyWrap {
	background-color: #ecf0f5;
	width: 100%;
	position: relative;
	padding: 30px 15px 
}
.revReplyWrap::before {
	content: '';
	position: absolute;
	top: 0;
	left: -15px;
	width: 15px;
	height: 15px;
	border-left: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-top: 15px solid #ecf0f5;
	border-right: 15px solid #ecf0f5
}
.contactsWrap {
	display: inline-block;
	width: 100%;
	background-color: #fff;
}
.contLeft {
	display: inline-block;
	width: 100%;
	padding: 40px 32px 
}
.contLeft .address {
	padding-top: 40px
}
.contLeft .address span {
	color: #000;
	font-family: OpenSansBold, sans-serif;
	font-size: 16px
}
.contLeft .phones {
	padding: 30px 0
}
.contLeft .phones span, .contLeft .phones a {
	color: #dc2537;
	font-size: 18px;
	font-family: OpenSansBold, sans-serif
}
.contLeft .mail a {
	color: #5d5d5d;
	font-size: 14px
}
.artLeft, .artRight {
	display: inline-block;
	width: 100%;
	background-color: #fff
}
.artLeft {
	padding: 30px 30px;
	margin-bottom: 63px;
}
.artLeft .data img, .artLeft .data p {
	margin: 20px 0
}
.artLeft .data {
	padding-right: 0
}
.artLeft .data h2 {
	margin: 20px 0;
	padding: 0;
	font-size: 24px;
	color: #00295f;
	font-family: GilroyExtraBold, sans-serif
}
.artLeft .data ul {
	margin: 0;
	padding: 0
}
.artLeft .data ul li {
	width: 100%;
	display: inline-block
}
.artLeft .data ul li span {
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
	padding-left: 6px;
	width: 95%
}
.artLeft .data ul li::before {
	content: '–';
	color: #e57179;
	display: inline-block;
	vertical-align: top;
	width: 6px;
	margin-right: 5px;
	font-weight: bold;
}
.artRight {
	padding: 15px 20px
}
.artRight .hText {
	padding: 10px 0
}
.artRight .hText span {
	font-family: GilroyExtraBold, sans-serif;
	font-size: 20px;
	color: #000
}
.artRight .artLink {
	display: inline-block;
	width: 100%;
	padding: 10px 0;
	color: #00295f;
	font-size: 14px;
	transition: .15s ease-in-out
}
.artRight .artLink:hover {
	text-decoration: underline;
	color: #dc2537
}

.starings {
  text-align: left;
}

.modal .starings .stars {
  bottom: -30px;
}

.modal .starings .stars .star {
  font-size: 20px;
}

.modal .starings .stars .active {
  transform: none;
}

.modal .starings  {
  text-transform: uppercase;
  font-size: 12px;
}

.searching {
  padding-left: 20px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.noWidth {
  width: auto;
}

/* Pagination */
.paginationWrapper {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 28px;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination>li {
  display: inline;
  font-size: 18px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #082356;
  border-color: #cacaca;
}

.pagination>li>a, .pagination>li>span {
  position: relative;
  float: left;
  padding: 3px 12px;
  margin-left: 7px;
  line-height: 1.42857143;
  color: #082356;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  font-weight: bold;
}

.catCardHead .catCardImg img {
  max-height: 400px;
}

.pagination>li:first-child>span,
.pagination>li:first-child>a,
.pagination>li:last-child>span,
.pagination>li:last-child>a
{
  background: none;
  color: #082356;
  border: none;
  font-size: 21px;
  font-weight: bold;
}

.wroks .articleButton {
  padding-top: 0;
}


.bigImg {
    /*width: 200px;*/
    height: 329px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-position-y: -108px;
}
.smallImages {
  height: 330px;
}

.smallImages a {
    width: 75px;
    height: 75px;
    display: block;
    margin: 10px 0;
}

.smallImages a:nth-child(n+5) {
    display: none;
}

.catImgSmall {
    width: 75px;
    height: 75px;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover;
    border: 1px solid #ddd;
    display: inline-block;
}

.catProperties p {
  padding-left: 132px;
}

.catItemBlock > div {
  vertical-align: top;
  margin-top: 23px;
}

.item_days {
  background-image: url(../img/promo_1.png);
  background-repeat: no-repeat;
  height: 94px;
  position: relative;
  top: 0;
  left: 129px;
  width: 93px;
}

.item_days_cart {
  background-image: url(../img/promo_1.png);
  background-repeat: no-repeat;
  height: 94px;
  position: relative;
  top: -400px;
  left: 365px;
  width: 93px;
}

.main-info {
height: 100%;
}

section.artcard,
section.reviews {
  padding-bottom: 151px;
}
main.main {
  min-height: calc(100vh - 200px - 693px);
}


.headText h1 {
  font-size: 28px;
  color: #00295f;
  font-family: GilroyExtraBold, sans-serif;
}

.headText h1::after {
	content: '';
	display: block;
	margin-top: 5px;
	width: 45px;
	height: 2px;
	background-color: #e62033
}

.padding_head {
  padding-bottom: 25px;
}

.cardName h1 {
  font-size: 28px;
  color: #00295f;
  font-family: GilroyExtraBold, sans-serif;
}

.time_work_day {
  font-size: 16px;
  color: #000;
  font-family: OpenSans, sans-serif;
  margin-bottom: 30px;
}

.time_work_day p {
  margin: 0;
}

.next_read {
  cursor: pointer;
  font-size: 14px;
  color: #0f61bb;
  font-family: OpenSansBold, sans-serif;
}

.data h2 {
  font-size: 24px;
  color: #00295f;
  font-family: OpenSansBold, sans-serif;
}
.data h3 {
  color: #00295f;
  font-family: OpenSansBold, sans-serif;
}
.los{
    background-image: url(../img/catalog/12341.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 99% 99%;
}
.kan{
        background-image: url(../img/catalog/4-15.png);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: 125% 100%;
}

.kan1 {
background-image: url(../img/catalog/1234r.png);
    background-repeat: no-repeat;
    background-size: 73%;
    background-position: 113% 104%;
}

.kan2 {
    background-image: url(../img/catalog/1234q.jpg);
    background-repeat: no-repeat;
    background-size: 53%;
    background-position: 105% 95%;
}

.kan3 {
    background-image: url(../img/catalog/1234w.jpg);
    background-repeat: no-repeat;
    background-size: 41%;
    background-position: 105% 95%;
}

.kan4 {
    background-image: url(../img/catalog/1234e.jpg);
    background-repeat: no-repeat;
    background-size: 51%;
    background-position: 105% 95%;
}

.kan5 {
    background-image: url(../img/catalog/1234t.jpg);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 105% 95%;
}

.kan9 {
    background-image: url(../img/catalog/tn2.jpg);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 94% 100%;
}

.kan10 {
    background-image: url(../img/catalog/tn1.jpg);
    background-repeat: no-repeat;
    background-size: 59%;
    background-position: 101% 95%;
}