* {
	margin: 0;
	padding: 0;
	outline: none;
	box-sizing: border-box;
-moz-box-sizing: border-box; /*Firefox 1-3*/
-webkit-box-sizing: border-box; /* Safari */
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, 
thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; background: transparent;}

body{
   
}

a {
	color: rgb(0,0,0);
	text-decoration-color: rgb(204,203,201);
	outline: 0;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, 
thead, tr, th, td {outline: 0 !important;}


p {
    margin: 10px 0;
}

.row {
	padding: 0;
	margin: 0;
}
.wrapper-all {
	overflow: hidden;
}

.container {
	padding: 0 20px;
	max-width: 1160px;
	margin: 0 auto;
}

header {
	position:relative;
	z-index:1001;
	background: #363e8e;
	margin: 0 -9999px;
  padding: 0 9999px;
  border-bottom: 3px solid #282e6a;
}

.header-menu {
  font-size: 14px;
  float: left;
  line-height: 1;
}

.header-menu ul {
	
}

.header-menu ul li {
	list-style: none;
	position: relative;
	display: inline-block;
	border-right: 1px solid #282e6a;
	vertical-align: top;
}

.two-lavel {
	display: none;
}

.header-menu ul .company:hover .two-lavel {
	display: block;
	background: #df2b24;
}

.header-menu ul .product:hover .two-lavel {
	display: block;
	background: #df2b24;
	z-index: 1;
}

.header-menu ul .company:hover {
	background: #df2b24;
}

.header-menu ul .product:hover {
	background: #df2b24;
}

.header-menu ul .company:hover .down {
	background: url('../img/up_menu.jpg') no-repeat center center;
}

.header-menu ul .product:hover .down {
	background: url('../img/up_menu.jpg') no-repeat center center;
}

.header-menu ul li a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 30px 20px 28px;
	display: block;
	letter-spacing: 1px;
}
.border-menu {
	width: 1px;
	padding: 30px 0;
	background: #282e6a;
	height: 100%;
}

.search-menu {
	background: url('../img/search_icon.jpg') no-repeat center center;
	width: 16px;
	padding: 30px 20px 28px;
	-ms-user-select: none;

/**
 * Для мозилы
 */
-moz-user-select: none;

/**
 * Для конкверора
 */
-khtml-user-select: none;

/**
 * Для Сафари и Хрома
 */
-webkit-user-select: none;
cursor: pointer;
}

.social-header {
	width: 115px;
	float: right;
	margin-top: 23px;
}

.social-header div {
	display: inline-block;
	margin: 0 5px;
}

.social-header div a {
	display: block;
	width: 24px;
	height: 24px;
}

.vk {
	background: url('../img/vk_icon.jpg') no-repeat center center;
	width: 24px;
	height: 24px;
}

.facebook {
	background: url('../img/facebook_icon.jpg') no-repeat center center;
	width: 24px;
	height: 24px;
}

.insta {
	background: url('../img/insta_icon.jpg') no-repeat center center;
	width: 24px;
	height: 24px;
}

.down {
	background: url('../img/down_menu.png') no-repeat center right;
	display: block;
	width: 12px;
	height: 8px;
	position: absolute;
	top: 50%;
	right: 4px;
	margin-top: -6px;
}

.down-mobile {
	background: url('../img/down_menu.png') no-repeat center right;
	display: block;
	width: 12px;
	height: 8px;
	position: absolute;
	top: 24px;
	left: 120px;
	margin-top: -6px;
}

.mobile-menu ul {

}

.mobile-item {
	position: relative;
}

.mobile-item2 {
	position: relative;
}

.right-icon {
	background: url('../img/right_menu.jpg') no-repeat center center;
	width: 12px;
	height: 8px;
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -6px;
}

.two-lavel {
	position: absolute;
	left: 0;
	text-transform: lowercase;
	padding-top: 0;
	top: 85%;
	z-index: 100;
}

.right-menu {
	position: absolute !important;
	left: 100%;
	top: -1px;
	background: #fff;
}

.product .two-lavel {
	width: 181%;
}

.header-menu .right-menu a {
	color: #363e8e !important;
	text-decoration: underline;
	padding: 0;
	white-space: nowrap;
}

.header-menu .right-menu div {
	padding: 0 !important;
}

.header-menu .two-lavel .inn-rig:hover .right-menu {
	display: block;
}

.header-menu .two-lavel .inn-rig:hover {
	background-image: url('../img/left_menu.jpg');
	background-repeat: no-repeat;
	background-position: 5px center;
	background-color: #fff;
}

.header-menu .two-lavel .inn-rig:hover span {
	background-image: none;
}

.header-menu .two-lavel .inn-rig:hover a {
	color: #333;
} 

.header-menu .right-menu {
	display: none;
}


.product .two-lavel div {
	position: relative;
}




.two-lavel div {
	padding: 0 20px !important;
}

.two-lavel div {
	border-top: 1px solid rgba(255,255,255,.3);
	text-align: left;
	font-size: 14px;
}

.two-lavel div a {
	color: #fff;
	padding: 12px 0 10px 0 !important;
	text-transform: none !important;
	font-size: 14px;
	letter-spacing: 1px;
} 

#hamburger-icon {
	height: 55px;
  width: 20px;
  cursor: pointer;
}

#hamburger-icon .line {
	display: block;
	background: #fff;
	width: 20px;
	height: 4px;
  margin-top: 3px;
	left: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}

#hamburger-icon .line.line-1 {
	top: 0;
}

#hamburger-icon .line.line-2 {
	top: 15%;
}

#hamburger-icon .line.line-3 {
	top: 30%;
}

#hamburger-icon.active2 .line-1 {
	transform: translateY(9px) translateX(0) rotate(45deg);
	-webkit-transform: translateY(9px) translateX(0) rotate(45deg);
	-moz-transform: translateY(9px) translateX(0) rotate(45deg);
}

#hamburger-icon.active2 .line-2 {
	opacity: 0;
}

#hamburger-icon.active2 .line-3 {
	transform: translateY(-25px) translateX(0) rotate(-45deg);
	-webkit-transform: translateY(-5px) translateX(0) rotate(-45deg);
	-moz-transform: translateY(-5px) translateX(0) rotate(-45deg);
}

.#hamburger-icon.active2 .line-1 {
	transform: translateY(10px) translateX(0) rotate(45deg);
	-webkit-transform: translateY(10px) translateX(0) rotate(45deg);
	-moz-transform: translateY(10px) translateX(0) rotate(45deg);
}

#hamburger-icon.active2 .line-2 {
	opacity: 0;
}

#hamburger-icon.active2 .line-3 {
	transform: translateY(-25px) translateX(0) rotate(-45deg);
	-webkit-transform: translateY(-5px) translateX(0) rotate(-45deg);
	-moz-transform: translateY(-5px) translateX(0) rotate(-45deg);
}

.menu-mo {
	display: none;
	float: left;
  margin-top: 16px;
  margin-bottom: 23px;
  position: relative;
  width: 30px;
}

.mob-tka {
	background: url('../img/right_menu.jpg') no-repeat center center;
	width: 8px;
	height: 12px;
	display: inline-block;
  float: right;
  margin-top: 3px;
}

.mob-pe {
	background: url('../img/right_menu.jpg') no-repeat center center;
	width: 8px;
	height: 12px;
	display: inline-block;
  float: right;
  margin-top: 3px;
}

.mobile-menu {
	position: absolute;
	top: 99%;
	white-space: nowrap;
	margin-top: 23px;
	background: #363e8e;
	display: none;
	z-index: 10;
}

.mobile-menu>ul>li {
	display: block;
	font-size: 14px;
	border-bottom: 1px solid #282e6a;
}

.mobile-menu > ul > li > a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	/*padding: 30px 20px 28px;*/
	padding: 15px 20px 13px;
	display: block;
	letter-spacing: 1px;
}

.mobmenu-drop {
	width: 100%;
	font-size: 14px;
}

.mobmenu-drop {
	background: #df2b24;
	display: none;
}

.mobmenu-drop div {
	border-top: 1px solid rgba(255,255,255,.3);
	padding: 5px 0;
	margin-right: 8px;
}

.mobmenu-drop a {
	color: #fff;
	padding-left: 35px; 
	padding-right: 35px; 
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: none;
	font-size: 14px;
	letter-spacing: 1px;
}

.mobmenu-drop a:hover {
	text-decoration: none;
}
.right-menumob {
	padding-right: 5px;
}

.menu-mo {
	float: left;
}

.search-headerm {
	float: left;
	width: calc(100% - 166px);
  margin-left: 8px;
  margin-top: -9px;
}

.search-headerm form {
	background: #fff;
	position: relative;
	color: #999;
	font-size: 14px;
  margin-top: 17px;
  padding: 10px 10px;
}

.text-s {
	background-color: transparent;
	border: none;
	width: 100%;
}

.search-headerm .btn-search {
	position: absolute;
	top: 7px;
	background: url('../img/mobile_search.png') no-repeat center center;
	width: 16px;
	height: 24px;
	border: none;
	right: 10px;
}

.drop-three {
	display: none;
}

.drop-three2 {
	display: none;
}

.drop-three div {
	border: none;
	padding-left: 35px;
}

.drop-three2 div {
	border: none;
	padding-left: 35px;
}

.search-headerm {
	display: none;
}

@media (max-width: 991px) {
	.logo-image {
		height: 110px;
	}
	.logo {
		height: 110px;
		margin-bottom: 0;
		text-align: center;
	}
}
.logo-se {
	background: #f9f9f9;
	margin: 0 -9999px;
	padding: 30px 9999px 0;
}

.dost {
	background: url('../img/dost.jpg') no-repeat center center;
	-webkit-background-size: contain;
	background-size: contain;
	height: 121px;
}

.feedback {
	float: right;
	margin-bottom: 25px;
}

.feedback p:first-child {
	font-size: 16px;
	color: #acacac;
	letter-spacing: 0.3px;
  text-align: right;
}

.feedback p:nth-child(2) {
	font-size: 31px;
	color: #333;
	text-align: right;
	line-height: 26px;
}

.feedback span a:hover {
	color: black;
	text-decoration: none;
}

.feedback span a:link {
	color: black;
	text-decoration: none;
}

.feedback span a:visited {
	text-decoration: none;
	color: black;
}

.feedback span a:active {
	text-decoration: none;
	color: black;
}

.feedback a.feedback_email, a.callme {
	background: #df2b24;
	font-size: 13px; 
	color: #fff;
	text-transform: uppercase;
	padding: 15px 28px;
	border-bottom: 1px solid #a7201b;
	text-decoration: none;
	letter-spacing: 2px;
	font-weight: bold;
	line-height: 30px;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.animated-row {
	width: 491px;
	height: 30px;
	overflow: hidden;
	position: relative;
	margin-top: 24px;
}

.item-bck:hover {
	border-top: 2px solid #df2b24;
	border-left: 2px solid #df2b24;
	border-right: 2px solid #df2b24;
}

.wrap-pdf:hover {
	/*border-top: 2px solid #6178af;
	border-left: 2px solid #6178af;
	border-right: 2px solid #6178af;*/
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
}

.wrap-pdf {
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent;
}

.item-bck {
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent;
}

.bl:hover {
	border-top: 2px solid #363e8e;
	border-left: 2px solid #363e8e;
	border-right: 2px solid #363e8e;
}

.ddost {
	height: 130px;
	text-align: center;
}
.ddost__image {
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
}

.animated-row div {
	margin-bottom: 5px;
}

#anim-row {
	position: absolute;
	width: 300px;
  right: 90px;
  top: 0;
}

.kach {
	background: url('../img/kach.jpg') no-repeat center center;
	height: 31px;
}

.speed {
	background: url('../img/speed.jpg') no-repeat center center;
	height: 31px;
}

.sam {
	background: url('../img/sam.jpg') no-repeat center center;
	height: 31px;
}

.item-box {
	display: inline-block;
	text-align: center;
	font-size: 13px;
	color: #fff !important;
	padding: 9px;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	text-decoration: none !important;

}

.item-box img {
	width: 100%;
}

.blue {
	background: #363e8e;
}

.red {
	background: #df2b24;
}

.stick {
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
	height: 76px;
}

.iteb-box:hover {
	text-decoration: none;
}

.iteb-box:hover p{
	color: #fff !important;
}

.stick p {
	margin: 0;
	padding: 0 8px 0 3px;
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 5px);
}

.stick span {
	height: 100%;
	width: 0;
	display: inline-block;
	vertical-align: middle;
}

.wrap-pdf {
	width: 100%;
	background-image: url('../img/item_pdf.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 80%;
	border-bottom: 1px solid #6178af;
}

.wrap-pdf:nth-child(1) {
	
}

.pdf-item {
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
	margin-top: 9px;
	padding: 0 9px;
	text-align: center;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
}

.stick-pdf {
	display: inline-block;
	text-align: center;
	font-size: 13px;
	color: #fff;
	padding: 9px;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	text-decoration: none;
}

.inner-pdf {
	background-color: #82a0ea;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
}

.catalog {
	margin-top: 160px;
	margin-bottom: 30px;
}

.carousel {
	background: #ced6d1;
	margin: 0 -9999px;
	padding: 0 9999px;
}

.glyphicon-chevron-left {
	background: url('../img/left.png') no-repeat center center;
	width: 30px;
	height: 50px;
}

.glyphicon-chevron-right {
	background: url('../img/right.png') no-repeat center center;
	width: 30px;
	height: 50px;
}

.glyphicon:empty {
	width: 2em;
}

.flex-control-nav {
	display: none;
}

.flexslider {
	width: 100%;
	border: none;
	margin-bottom: 30px;

}

.flexslider .slides > li {
	background: #ced6d1;
}

.sliders {
  margin: 0 -9999px;
  padding: 0 9999px;
  background: #ced6d1;
}

.flex-direction-nav a {
	height: 50px;
}

.flex-direction-nav a:before {
	color: #df2b24;
}

.slide-item__picture img{
	aspect-ratio: attr(width) / attr(height) !important;
	float: none !important;
}
.slide-item img {
	float: right;
}

.slide-item span {
	color: #000;
	text-transform: uppercase;
	font-size: 40px;
	display: inline-block;
	width: 600px;
  position: relative;
  left: 15px;
  top: 60px;
}

.rig-part {
	float: right;
	color: #333;
	background: #ddd;
}
.rig-part-dop{
	color: #333;
	background: #ddd;	
}
.lef-part {
	float: left;
	padding: 0;
	margin: 0;
}

.row-times {
	display: inline-block;
	text-align: center;
	font-size: 15px;
	margin-left: 15px;
}

.row-times p {
	line-height: 10px;
	color: #333;
}

.row-times a {
	line-height: 10px;
	display: block;
	text-decoration: underline;
	color: #363e8e;
	margin-bottom: 46px;
}

.foto-team {
	margin-bottom: 17px;
}

.rig-part h2,
.rig-part .h2_form {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 22px;
	font-weight: bold;
	padding: 25px 16px 0;
}

.rig-part-dop-dop .h2_form {
	display: block;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 25px 16px 0;
    text-transform: uppercase;
}

.rig-part label {
	font-size: 14px;
	margin-top: 26px;
}

.rig-part textarea {
	width: 96%;
	height: 110px;
	border-radius: 10px;
	font-size: 18px;
	border: none;
	padding-left: 21px;
	padding-top: 17px;
}

.styled-select1 select{
	width: 115%;
	height: 48px;
	background-color: transparent;
	border: none;

}

@-moz-document url-prefix()
{

	.feedback a {
		padding: 4px 0;
	}
  .styled-select1 select {
			margin-left: -23px;
			padding-left: 23px;
  }

  .styled-select2 select {
  		margin-left: -23px;
			padding-left: 23px;
			width: 172px !important;
  }

  .styled-select3 select {
  	  margin-left: -23px;
  		padding-left: 23px;
  		width: 258px !important;
  }
}

.styled-select1{
	width: 96%;
	height: 48px;
	overflow: hidden;
	background: #fff url('../img/select_down.jpg') no-repeat center right;
	padding: 0 21px;
	border-radius: 10px;
	cursor: pointer;
	background-position-x: 95.5%;
}

.styled-select3 select{
	width: 233px;
	height: 48px;
	background-color: transparent;
	border: none;
}

.styled-select3{
	width: 241px;
	height: 48px;
	overflow: hidden;
	background: #fff url('../img/select_down.jpg') no-repeat center right;
	padding: 0 21px;
	border-radius: 10px;
	cursor: pointer;
	background-position-x: 90%;
	margin-left: -40px;
}

.styled-select2 {
	width: 150px;
	height: 48px;
	overflow: hidden;
	background: #fff url('../img/select_down.jpg') no-repeat center right;
	padding: 0 21px;
	border-radius: 10px;
	cursor: pointer;
	background-position-x: 90%;
}

.styled-select2 select{
	width: 150px;
	height: 48px;
	background-color: transparent;
	border: none;
}

.item-bck {
	padding-top: 80%;
	background-repeat:no-repeat;
	background-position: center;
	-webkit-background-size:cover;
	background-size:cover;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
}

.rig-part tr {
	margin-bottom: 26px;
}

.btn-z {
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 15px;
	border: none;
	background: #df2b24;
	margin-top: 30px;
	display: inline-block;
	border-bottom: 3px solid #a7201b;
}

.opi {
	font-size: 18px;
	color: #333;
	text-align: center;
	margin-top: 27px;
	line-height: 20px;
	padding-bottom: 17px;
}

.rig-part {
	width: 46%;
}

::-webkit-input-placeholder {color:#a0a0a0; font-size: 18px;  }
::-moz-placeholder          {color:#a0a0a0; font-size: 18px;  }/* Firefox 19+ */
:-moz-placeholder           {color:#a0a0a0; font-size: 18px;  }/* Firefox 18- */
:-ms-input-placeholder      {color:#a0a0a0; font-size: 18px; }


.item-part {
	font-size: 14px;
	color: #333;
	position: relative;
}

.partner h2 {
	font-size: 36px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 31px;
}

.news__item-container {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}

.item-news {
	width: calc(100% / 3 - 20px);
	margin: 0 10px;
}
@media (max-width: 768px) {
	.item-news {
		width: calc(100% / 2 - 20px);
	}
}
@media (max-width: 470px) {
	.item-news {
		width: calc(100%);
	}
}
.item-news a.item-news__detail-link {
	display: inline-block;
	margin-top: 14px;
	color: #df2a23;
}
.item-news a.item-news__detail-link:hover {
	text-decoration: none;
}
.item-news__detail-link-wrapper {
	text-align: right;
}
.news {
	background: #f9f9f947;
	margin: 70px -9999px 0;
	padding: 71px 9999px 67px;
}

.date {
	font-size: 14px;
	letter-spacing: 1px;
	margin-top: 30px;
}

.item-news a {
	font-size: 18px;
	text-decoration: underline;
	color: #363e8e;
	line-height: 27px;
}

.text-news {
	font-size: 14px;
	color: #333;
	letter-spacing: 1px;

}

.news .all-news {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	background: #363e8e;
	padding: 15px 25px;
	float: right;
	letter-spacing: 1px;
	margin-top: -27px;
	font-weight: bold;
}

.news h2 {
	font-size: 36px;
	letter-spacing: 1px;
	color: #333;
	text-transform: uppercase;
	margin-bottom: 30px;
}

footer, .footer-map {
	height: 330px;
}

div.feeds.foot div.feedback div.feedback.cons {
	float: none;
	margin-top: 30px;
}

.cons .adr {
	font-size: 17px;
	text-align: right;
	color: #585858 !important;
	letter-spacing: 1px;
	width: 255px;
}

.req{
	color: #df2b24;
	position: relative;
	top: 0;
}

.cons a {
	background: #82a0ea;
	border-bottom: 3px solid #6178af;
	letter-spacing: 2px;
}

.feeds {
	float: right;
}

.line-footer {
	background: #363e8e;
	margin: 0 -9999px;
	padding: 17px 9999px;
	color: #fff;
	font-size: 14px;
}

.line-footer .copy, .social-footer, .company-f , .vk, .facebook, .insta {
	display: inline-block;
}

.company-f {
	float: right;
	position: relative;
  top: 3px;
}

.social-footer a {
  display: block;
  height: 24px;
}

.social-footer {
	position: relative;
	left:23%;
	margin-left: -50px;
}

.social-footer div {
	margin-right: 5px;
}

.copy {
	position: relative;
  top: -7px;
}


/**/


.uploadButton {
	background: #363e8e;
    padding: 13px 23px;
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}

.foot {
	margin-top: 45px;
	width: 100% !important;
}

.inner-form {
	width: 100%;
	left: 3%;
	position: relative;
}

.cast {
	display: none;
}

.mobile-320 {
	display: none;
}

.mobile-news {
	display: none;
}

.te {
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 31px;
  padding-left: 13px;
  display: block;
}

.te.small_te{
    font-size: 33px;
    text-transform: uppercase;
    margin: 34px 0 18px 0;
    color: #333;
    float: left;
}

.mobile-form {
	display: none;
}

.wrep-btn {
	width: 320px;
  margin: 0 auto;
  text-align: center;
}

.mob-copy {
	color: #fff;
	font-size: 12px;
	width: 320px;
	margin: 0 auto;
	white-space: nowrap;
}

.social-footerm {
	width: 120px;
  margin: 0 auto;
  position: relative;
  top: -9px;
}

.mob-f {
	margin-left: 0 !important;
}

.pi {
	width: 209px;
  margin: 0 auto;
  font-size: 12px;

}

.line-fm {
	display: none;
	color: #fff;
	text-align: center;
}

.line-fm {
	background: #363e8e;
	margin: 0 -9999px;
	padding: 17px 9999px;
}

.breads{
	margin-top: 25px;
	margin-bottom: 35px;
}

.breads ul>li {
	list-style-image: url('../img/beards_left.jpg');
	float: left;
	font-size: 16px;
	margin-left: 15px;
	margin-right: 5px;
}

.breads ul>li:nth-child(1) {
	list-style: none;
}

.breads ul>li>a {
	color: #363e8e;
}

.breads ul>li>a:hover {
	color: #a0a0a0;
	text-decoration: none;
}

.row-catalog h2 {
	font-size: 36px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-left: 15px;
	color: #333;
	position: relative;
  top: 10px;
}

.fedd-ca {
	background: #df2b24;
	display: inline-block;
  font-size: 15px;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 16px 7px 16px;
  border-bottom: 1px solid #a7201b;
  text-decoration: none;
  letter-spacing: 2px;
  font-weight: bold;
  line-height: 39px;
  border-bottom: 3px solid #a7201b;
  float: right;
  margin-right: 18px;
  margin-top: -70px;
}

.fedd-ca:hover {
	color: #fff;
	text-decoration: none;
}

.item-catalog {
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
	border: 1px solid #363e8e;
	padding: 0;
	margin-top: 40px;
	text-decoration: none;
}

.item-catalog:hover {
	text-decoration: none;
}

.box-catalog {
	position: relative;
  left: 4%;
}

.title-bl {
	background: #f9f9f9;
	padding: 17px 0 15px 0;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
	position: relative;
}

.title-bl .hover_block{
	position: absolute;
	height: 90%;
	width: 100%;
	background-color: #f9f9f9;
	top: 0;
	left: 0;
	opacity: 0;
}

.item-catalog:hover .title-bl .hover_block{
	opacity: 1;
}

.hover_block .fedd-ca{
    display: block;
	margin: 8px auto auto;
	font-size: 11px;
    float: none;
    text-align: center;
    width: 174px;
}

.title-bl .hover_block p{
	text-align: center;
}

.opis {
background-position: 0 center;
    background-repeat: no-repeat;
    background-size: 27px auto;
	-webkit-background-size:27px auto;
    line-height: 29px;
    margin-left: 19px;
    padding: 3px 0 7px 34px;
	max-height: 39px;
	overflow:hidden;
}


.title-catalog {
	padding-top: 80%;
	border-bottom: 1px solid #363e8e;
  background-repeat:no-repeat;
  background-position: center;
  	-webkit-background-size:contain;
			background-size:contain;
}

.title-bl {
	font-size: 15px;
	color: #333;
	text-decoration: none;
}

.title-bl div {
	text-decoration: none;
}

.dost-catalog {
	margin: 25px -9999px;
	padding: 0 9999px;
	background: #ced6d1;
}

.dost-catalog h2 {
  font-size: 33px;
  text-transform: uppercase;
  margin: 34px 0 18px 0;
  color: #333;
  float: left;
}

.dost-catalog .mid-ca{
	margin: 19px 0 18px 0;
}

.mid-ca {
	margin: 88px 0 18px 0;
}

.title-prev {
	background: #f9f9f9;
	margin: 69px -9999px 0;
	padding: 113px 9999px 70px;
}

.title-prev h2 {
	font-size: 33px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #333;
	margin-top: 15px;
	margin-bottom: 15px;
}

.classh2
{
	font-size: 33px !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #333 !important;
	margin-top: 15px;
	margin-bottom: 15px;
}

.title-prev  li{
margin-left: 20px;
list-style:	square outside;
}

.title-prev p {
	font-size: 17px;
	color: #404040;
	line-height: 29px;
	text-align: left;
}

a.art-title, .art-title {
	color: #3e3e3e;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
}
.title-prev, .title-prev p{
	font-size:17px;
}
.third-col{
	width:33%;
	vertical-align:top;
	display:block;
	float: left;
	margin-bottom:20px;
}
.third-col ~ .third-col{padding-left: 3%;}

.arrow_up-hide{
	display: none;
}

.arrow_up{
	cursor: pointer;
    position: fixed;
    right: 86px;
    bottom: 190px;
    width: 47px;
    height: 38px;
    color: red;
    text-align: center;
    font-weight: 700;
}

.arrow_up:hover{
	opacity: .6;
}

	.arrow_up .fa{
	    height: 100%;
	    width: 100%;
	    font-size: 40px;
	}

.agreement input[type="checkbox"]{
    float: left;
    margin-top: 37px;
    margin-left: 10px;
    width: 15px;
    height: 15px;
}

.agreement a{
	color: #363e8e;
	text-decoration: none; 
}

.agreement a:hover{
	text-decoration: none;
	color: red
}

form .agreement label{
	display: inline-block;
    float: left;
    margin-left: 15px;
    font-weight: 300;
    font-size: 16px;
}

.aboutarticle {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	background: rgba(255, 255, 255, 0.773);
}
.aboutarticle li {
list-style: square outside;
padding-left: 10px;
}
.aboutarticle a {
	text-decoration: underline;
}

.gif_banner{
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    top: 13px;
    position: absolute;
}

.container > div.clearfix{
	position: relative;
}

.reprice img{
	width: 100%;
}

.reprice{
	margin-top: 20px;
}

.reprice .prices label{
    width: 100px;
    display: inline-block;
    margin-top: 46px;
}