@font-face {
    font-family: 'DINProBlack';
    src: url('fonts/dinpro-black.eot');
    src: url('fonts/dinpro-black.eot') format('embedded-opentype'),
         url('fonts/dinpro-black.woff2') format('woff2'),
         url('fonts/dinpro-black.woff') format('woff'),
         url('fonts/dinpro-black.ttf') format('truetype'),
         url('fonts/dinpro-black.svg#DINProBlack') format('svg');
}

.zapis_button{
	padding: 0px 22px 0px 22px;
    display: inline-block;
    line-height: 40px;
    margin-top: 5px;
    text-decoration: none;
    border-radius: 3px;
    background-color: #cd0000;
    color: #fff;
    font-size: 20px;
    float: left;
	opacity:0.7;
}
.zapis_button:hover{
	color:#fff;
	opacity:1;
	text-decoration:none;
}
.maxw{
	float:left;
}
.minw{
	margin-left:20px;
}
@media(min-width:992px)
{
	.maxw{
		display:inline-block;
	}
	.minw{
		display:none;
	}
}
@media(max-width:991px)
{
	.maxw{
		display:none;
	}
	.minw{
		display:inline-block;
	}
}

body{ font-family: 'Open Sans', sans-serif; font-size:18px; color:#000; line-height:26px; background:#fafafa;}
body a,
body a:hover,
body a:active{
	color:#cd0000;
}

.header_line{
	position:relative;
}
.logo{ position:absolute; background:url(images/logo.png) no-repeat; background-size:100% auto; display:block; z-index:100;}
.menu-top_menu-container ul{
	float:left;
	list-style-type:none;
	padding:0px;
	margin:0px;
}
.header_left{
	float:left;
}
.header_menu li{
	
	float:left;
	
	background: url(images/separator_menu.jpg) 100% 50% no-repeat;
	position:relative;
}
.header_menu li:last-child{
	padding-right:0px;
	background:none;
	
}
.header_menu li a{
	line-height:82px;
	color:#000000;
	text-decoration:none;
	font-weight:700;
	font-size:30px;
}
.header_menu li ul li{
	float:none;
}
.header_menu li a:hover, .header_menu li.current-menu-item a,.header_menu li.current-menu-item ul li a:hover{
	color:#cd0000;
}
.header_menu li.current-menu-item ul li a{
	color:#000000;
}
.header_menu li ul li a{
	line-height: normal;
	padding: 15px 0px;
	display: block;
}

.header_menu li .sub-menu{
	position:absolute;
	top: 82px;
	left:0px;
	width: 391px;
	background: #eaeaea;
	display:none;
	z-index:100;
}
.phone sup {font-size: 60%;}
.header_menu li:hover .sub-menu{
	display:block;
}

.header_right .social_block{
	padding:18px 0px;
	margin:0px 30px 0px 0px;
	list-style-type:none;
	float: right;
}
.header_right .social_block li{
	display: inline-block;
	margin-left:15px;
}
.social_block li img{
	max-width:100%;
	max-height:100%;
}

.phone{
	color: #cd0000;
	font-size:40px;
	float:left;
	padding-left: 37px;
}

/*------------------------------------*
  #HERO
\*------------------------------------*/
/**
 * Puts an inline image under hero content (essentially a faux background-image)
 * Images are inlined for easier srcset management
 * Also adds a white SVG brangle over bottom of image at 640+
 * Leave out the icon call for no background variant
 */
.hero {
  position: relative;
  color: #fff;
}

.hero__image figure {
  margin: 0;
}
.hero__image img {
  display: block;
}
.hero__wrapper {
	padding:30px 85px;
	position: absolute;
	top: 25%;
	right: 10.2604166666%;
	z-index: 10;
	
	width: 38.33333333%;
	background: url(images/bg_slider_text.png) repeat !important;
}
.shema .hero__title {
padding: 0;
}
.shema .hero__title a {
color:white;
}
.shema {
top: 5%;
}
.backgroundsize .hero__wrapper {
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .hero__wrapper {
   
    height: auto;
  }
}
/*
 * Fix IE9/IE10 issues with centering method
 */

@media screen and (min-width:0\0) {
    
}




/**
 * Hero wrapper intro (first slide) variant
 *
 * Adjusts spacing to account for extra content
 */
.hero__wrapper--intro .hero__title {
  color:#ffffff;
  text-transform: uppercase;
  font-family: 'DINProBlack';
  line-height: normal;
}
.hero__strapline{
	font-weight:600;
	margin:0px;
	line-height: normal;
}
.slider_more{
	display: inline-block;
	background:#fff;
	color:#cd0000;
	text-decoration:none;
	text-transform: uppercase;
	font-weight:700;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}
.slider_more:hover{
	background:#000;
	text-decoration:none;
	color:#fff;
}

.carousel-inner-nav .owl-nav.disabled + .owl-dots {
position: relative;
margin-top: -2.5em;
z-index: 100;
}
.hero__wrapper--intro .btn {
  margin-top: 1em;
}

/**
 *  Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #e1e1e1;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: rgba(255,255,255,0.7);
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}

.figure--image-art img,
.figure--image-art picture {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/**
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/**
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/**
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
/* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
/* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  display: none;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/** No Js */
.no-js .owl-carousel {
  display: block;
}
/**
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
/**
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("https://www.fitnessfirst.com/assets/styles/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/**
 *  Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #e1e1e1;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: rgba(255,255,255,0.5);
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}
#slider_wr{
	position: relative;
	padding-bottom: 1.5em;
}

#slider_wr .container{
	position:relative;
}
.title-page span,.title-pag h1{ 
	font-family: 'DINProBlack';
	color: #000;
	text-transform: uppercase;
	display: inline-block;
	line-height: normal;
}

.post_title{ text-transform: uppercase; font-family: 'DINProBlack'; display:block; color:#cd0000; text-decoration:none; line-height: normal;}
.post_title:hover{ text-decoration: underline; }
.read_more{ 
	color:#fff;  background:#cd0000; text-decoration:none; text-transform: uppercase;  display: inline-block; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:0px 15px;
	font-weight:700;
}
.read_more:hover{ text-decoration: none; color:#fff; background:#000;}
.news_block .col-sm-4{ padding:0px 3px; }
.img_post{ padding-bottom:30px; }
.img_post img{ max-width:100%;  border-bottom:3px solid #cd0000;}
.fixed_menu .logo{  /*display:none; */}

.title_section{line-height: normal; text-transform: uppercase;  font-family: 'DINProBlack';}
.form_buy_card{
	
	background: #cd0000;
	overflow: hidden;
}
.form_buy_card ol.cf-ol{
	float:left;
	width:76.226415094%;
}
.form_buy_card p.cf-sb{
	float:right;
	width:23.77358490%;
	clear:none;
	padding-left:30px !important;
}
.form_buy_card ol.cf-ol li{
	float: left;
	width: 50%;
	clear: none;
	padding:0px 15px;
	margin: 0px 0!important;
}
.form_buy_card ol.cf-ol li:first-child{
	padding-left:0px;
}
.form_buy_card ol.cf-ol li:last-child{
	padding-right:0px;
}
.form_buy_card .cform label{
	display:none;
}
.form_buy_card .cform textarea,.form_buy_card .cform input{
	width:100%;
	border:none;
	background: #fff;
	
	
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.form_buy_card  .cform input.sendbutton{
	width:100%;

	font-weight:700;
	color:#cd0000;
	text-shadow:none;
	box-shadow:none;
	background:#fff;
	border:none;

	text-transform: uppercase;
}
.form_buy_card  .cform input:hover,.form_buy_card   .cform textarea:hover,.form_buy_card   .cform select:hover,.form_buy_card   .cform input:focus,.form_buy_card   .cform textarea:focus,.form_buy_card   .cform select:focus{
	border:none;
	background:#eaeaea;
}
.form_buy_card  .cform input.sendbutton:hover{
	color:#fff;
	background:#000;
	border:none;
	text-shadow:none;
	box-shadow:none;
}
.form_buy_card  ol.cf-ol li.cf_li_err{
	margin: 0px 0!important;
}

.footer_menu_1 { 
    width:100%; 
} 
.footer_menu_2 { 
    float:right; 
    right:50%; 
    position:relative; 
} 
.footer_menu { 
    float:left; 
    left:50%; 
    position:relative; 
	list-style-type:none;
	margin:0px;
	padding:0px;
} 
.footer_menu li{ padding:0px 15px; float:left; }
.footer_menu li a{
	text-transform: uppercase;
	color:#000;
	font-weight:700;
	text-decoration:none;
}
.footer_menu li a:hover, .footer_menu li.current-menu-item a{
	color:#cd0000;
	text-decoration:none;
	
}
footer .social_block{ position:absolute; right:5.20833333333%; top:15px; }
footer .social_block li{
	float:left;
	list-style-type:none;
	margin-left:15px;
}
footer .social_block li a{ display:block; }
footer .copyright{ position:absolute; left:5.20833333333%; color:#000; text-transform: uppercase; font-weight: 700; }

.overlay{            background:transparent url(images/overlay_form.png) repeat top left;            position:fixed;            top:0px;            bottom:0px;            left:0px;            right:0px;            z-index:100000;        }

.box_form{            position:absolute;            top:-2000px;           left: 35%;            right:50%%;            background-color:#cd0000;                       padding:40px;            z-index: 100001;			width: 630px;						 /* Ð â€Ð Â»Ð¡Ð Ð¡â€¦Ð Ñ•Ð¡Ð‚Ð Ñ•Ð¡â‚¬Ð Ñ‘Ð¡â€¦ Ð Â±Ð¡Ð‚Ð Â°Ð¡Ñ“Ð Â·Ð ÂµÐ¡Ð‚Ð Ñ•Ð Ð† */  -moz-border-radius: 8px; /* Firefox */  -webkit-border-radius: 8px; /* Safari, Chrome */  -khtml-border-radius: 8px; /* KHTML */  border-radius: 8px; /* CSS3 */			        }

a.boxclose{     cursor: pointer;    display: block;    float: right;       height: 23px;    position: absolute;    right: 10px;    top: 10px;    width: 23px;	background:transparent url(images/close_form.png)  ;        }

.box_form .column{	width: 300px;	float: left;	text-align: center;	font-family: Arial;}

.box_form div.cf_info{		width: 394px;}

.box_form .cform{		width:100%;		background:none; border:none;}

.box_form .cform label{	display:none;}
.box_form  ol.cf-ol li{ margin: 30px 0!important; }
.box_form .cform input[type="text"],.box_form .cform textarea{	
	width: 100%;
	box-sizing: border-box;
	background:#fff;
	color:#000000;
	font-size:28px;
	line-height:28px;
	padding: 14px 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.box_form input[type="text"]::-webkit-input-placeholder, .box_form textarea::-webkit-input-placeholder { /* Chrome Ð¸ Safari */
   color:#aaaaaa;
line-height:28px;
}
 
.box_form input[type="text"]:-moz-placeholder,  .box_form textarea:-moz-placeholder{ /* Firefox 18- */
   color:#aaaaaa;
line-height:28px;
}
 
.box_form input[type="text"]::-moz-placeholder,.box_form textarea::-moz-placeholder { /* Firefox 19+ */
   color:#aaaaaa;
line-height:28px;
}
         
.box_form input[type="text"]:-ms-input-placeholder,.box_form textarea:-ms-input-placeholder { /* IE10 */
   color:#aaaaaa;
line-height:28px;
}
 
.box_form.placeholder { /* IE7 - IE9 */
   color:#aaaaaa;
line-height:28px;
}
.box_form .cform textarea{ height: 100px;}

.box_form ol.cf-ol li{		padding-bottom:5px; border:none;}

.box_form  .cform input.sendbutton{		
	width:266px; 
	height:66px; 
	line-height:66px; 
	text-align:center;	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color:#cd0000;
	text-shadow:none;
	font-size:28px;
	text-transform: uppercase;
	padding:0px;
	background: #fff;
	font-weight:700;
	border:none;
	box-shadow: none;
	}
.box_form p.cf-sb{
	text-align: left;
}
.box_form  .cform input.sendbutton:hover{
	background:#000;
	border:none;
	color:#fff;
}	

.box_form ol.cf-ol li.cf_li_err{background:none !important;
	border:none !important;
	padding:0px 0px 0px 0px !important;
	margin:0px 0px 30px !important;}
.form_hover_title{ color: #fff; font-size:48px; padding-bottom: 0px;  font-size:30px; text-transform:  uppercase; font-weight:700;}

.box_form div.cf_info.failure { font-size:14px; text-align:center;}

.box_form div.success{
	padding-left: 82px !important;
	background: url(images/icon_man_red.png) 0px 50% no-repeat;
	width: auto;
	text-align: left;
	min-height:66px;
}
.box_form  p.cf-sb{
	margin:0px;
	padding:0px;
}
.box_form  .cf_hidden{ display:none; }
.bg_img{
	width:100%;
	height: auto;
}
#crumbs {
	font-size: 14px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E7E7E7;
}
.inner_news_item{
	padding-bottom:60px !important;
}
.clear{
	clear:both;
}
.wp-pagenavi {
clear: both;
padding-top: 10px;
}
.container .wp-pagenavi a,.container  .wp-pagenavi span{
	padding:10px 16px;
	margin-right:9px;
	border: 1px solid #E3E3E3;
	color: #000;
	font-size: 12px;
	background-color: #E3E3E3;
	text-decoration:none;
}
.container .wp-pagenavi a:hover, .container .wp-pagenavi span.current{
	text-decoration:none;
	background-color: #cd0000;
	color: #FFFFFF;
	border: 1px solid #cd0000;
	font-weight:normal;
	line-height:normal;
}
#page-top table.ecwid-productBrowser-auth-mini,
.ecwid-shopping-cart-search,
.ecwid-productBrowser-head, 
.ecwid-productBrowser-categoryPath
 {
	display: none;
}
#page-top div.ecwid-productBrowser-details-leftPanel{
	padding-top:0px;
}
.ecwid-productBrowser-details-descr{
	font-size: 24px;
}

#page-top div.ecwid-productBrowser-details div.ecwid-ContinueShoppingButton,
div.ecwid-AddToBagButton-down, div.ecwid-AddToBagButton-down-hovering,
div.ecwid-AddToBagButton-ie6-down, div.ecwid-AddToBagButton-ie6-down-hovering,
#page-top div.ecwid-AddToBagButton-up, #page-top div.ecwid-AddToBagButton-up-hovering, #page-top div.ecwid-AddToBagButton-ie6-up, #page-top div.ecwid-AddToBagButton-ie6-up-hovering
{
	background: url(images/buy_botton.png) !important;
}

.produts_img_block{
	float:left;
	width:60%;
}
.produts_img_block img{
	max-width:100%;
	width:100%;
	
}
.info_product{
	float:left;
	width:40%;
}
.info_pr_inner{
	padding-left:20px;
}

.title_product{
	font-size:25px;
	font-family: 'DINProBlack';
	padding-bottom:30px;
}

.price_product{
	font-size: 48px;
	font-weight: 700;
	padding-top: 15px;
	color: #cd0000;
	line-height: normal;
}

.product_item{
	padding-bottom:40px;
	margin-bottom:40px;

}

.line_step{
	padding-bottom: 30px;
}
.step_label{
	width:20%;
	float:left;
}
.step_input{
	width:80%;
	float:left;
}
.step_input input[type="text"]{
	width:100%;
	padding:5px 10px;
	box-sizing: border-box;
	border: 1px solid rgb(169, 169, 169);
	background:#fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.step_input label{
	float:left;
	padding-right: 30px;
}

.step_title{
	background:url(images/separator.jpg) repeat-x 0% 50%;
	text-align:center;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.step_title span{
	font-size:28px;
	padding: 0px 30px;
	line-height: normal;
	display: inline-block;
	background: #fafafa;
	font-family: 'DINProBlack';
}

span.se{
	padding-left:10px;
	font-weight: normal;
}
.step_input select{
	margin-right:10px;
}
.button_line{
	text-align:right;
}
.button_line .byu_button2{
	display: inline-block;
	background: #cd0000;
	color: #fff;
	cursor:pointer;
	min-width: 290px;
	text-align: center;
}
.err_input{
	border: 1px solid #cd0000 !important;
}
.oferta_text{
	padding-left:10px;
}
.err_text{
	color: #cd0000;
	
}
.buy_step_1{
	padding-bottom:30px;
}
.button_send{
	border:none;
}
.rasp_table td, .rasp_table th{
	padding:5px;
}
.rasp_table table {
	width:100%;
}
.rasp_table table td{
	padding:2px;
	border:none;
}

.rasp_table table td.rasp_td_1 img{
	max-width:100%;
}

.rasp_table th{
	background: #cd0000;
	text-align:center;
	color:#fff;
	padding:8px;
}
.rasp_table td,.rasp_table td{
	border-bottom: 1px solid #E7E7E7;
}
.rasp_table table tr:first-child td{
	font-weight:700;
	font-size:18px;
}
.rasp_table table td{
	font-size:12px; 
}
.news_cat .img_post{
	float:left;
	width:20%;
}
.text-box p{
	text-align: justify;
}
.text-box img{
	max-width:100%;
}
.news_cat .post_info{
	float:left;
	width:70%;
	text-align: left;
}
.news_cat .stat {
width:100%;
text-align:justify;
margin-bottom: 20px;
}
.stat p {
padding-bottom: 10px !important;
}
.post_info_inner{
	padding-left:30px;
	text-align: justify;
}

.text-box .cform input,.text-box  .cform textarea, .text-box .cform select{ 
	


	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.text-box .cform input.sendbutton{
	display: inline-block;
	background: #cd0000;
	color: #fff;
	cursor: pointer;
	border:none;
	box-shadow:none;
	text-shadow:none;
}
.text-box .cform input.sendbutton:hover{
	border:none;
	box-shadow:none;
	text-shadow:none;
	background:#000;
}
.text-box ol.cf-ol li, .text-box ol.cf-ol li.cf_li_err {

margin: 10px 0!important;
}

.buy_step_2{
	display:none;
}

.mess_info{
	margin-bottom:40px;
	margin-top:40px;
	padding:40px;
	background:#CD0000;
	text-align:center;
	text-transform: uppercase;
	font-size: 20px;
	line-height: normal;
}
.sucess{
	color: #fff;
	font-weight: 700;
}
.err_m{
	color: #cd0000;
}
.full_img{
	max-width:100%;
}
.post_info_main{
	padding-bottom:33px;
	position:relative;
	text-align: left;
}
.post_info_main .read_more{
	position:absolute;
	bottom:0px;
	left:0px;
}


.bank_com{
	font-size: 12px;
	padding-left: 25px;
	font-style: italic;
	line-height: 12px;
}

.all_sum{
	text-align: right;
	padding-top: 20px;
	font-size: 22px;
	font-family: 'DINProBlack';
	text-transform: uppercase;
}
.caption-main-container .title-page{ float:none; }


.title-page a{ color:#000;}
.title-page a:hover{ color:#000;}
.aligncenter,div.aligncenter{display:block;margin:5px auto 5px auto;}

.alignright{float:right;margin:5px 0 20px 20px;}

.alignleft{float:left;margin:5px 20px 20px 0;}

.aligncenter{display:block;margin:5px auto 5px auto;}

a img.alignright{float:right;margin:5px 0 20px 20px;}



a img.alignleft{float:left;margin:0px 20px 20px 0;}

a img.aligncenter{display:block;margin-left:auto;margin-right:auto}


.caption-main-container{ position:relative; }
.container_tr .jcarousel-scroll{ float:none; margin:0px; position: relative; }
.container_tr .jcarousel-prev{
	position:absolute;
	padding:0px;
	float:none;
	background: url(images/arrow_nx_pr.png) no-repeat 0% 0%;
	width: 70px;
	height:238px;
	left: -90px;
}
.container_tr .jcarousel-next{
	position:absolute;
	padding:0px;
	float:none;
	background: url(images/arrow_nx_pr.png) no-repeat 100% 0%;
	width: 70px;
	height:238px;
	right:-90px;
}
.container_tr .jcarousel-prev:hover{
	background-color: transparent;
	background-position:0% 100%;
}
.container_tr .jcarousel-next:hover{
	background-color: transparent;
	background-position:100% 100%;
}
.container_tr .jcarousel-next, .container_tr .jcarousel-prev{
	top:87px;
}
.blank_map {
padding: 20px 42px;
position: absolute;
z-index: 10;
width: 350px;
background: url(images/bg_slider_text.png) repeat !important;
margin-left: 500px;
margin-top: 20px;
color: white;
}
.ul_gallery {
margin-left: 0px;
padding-left: 0 !important;
}
.ul_gallery li {
height: 240px;
}
.ul_gallery li {
list-style: none;
}
.gallery_title {
font-size: 24px !important;
}
.ul_gallery li a figure {
float: left;
padding-right: 8px;
margin: 0;
}
.ul_gallery li a figure:last-child {
padding-right:0px;
}
.div_gallery figure {
float: left;
margin: 0px 5px 5px 0;
}
@media (min-width: 992px) and (max-width: 1470px) {
.ul_gallery li a figure img {
width: 219px;
height: auto;
}
.div_gallery figure img {
width: 219px;
height: auto;
}
.blank_map {
margin-left: 225px;
width: 350px;
}



}
@media (min-width: 992px) and (max-width:1200px) {
.blank_map {
margin-left: 120px;
width: 350px;
}
.mainvideoframecontainer iframe{
		height:600px !important;
	}	
}
@media (max-width: 992px) {
.mainvideoframecontainer iframe{
		height:400px !important;
	}	
.ul_gallery li a figure img {
width: 169px;
height: auto;
}
.div_gallery figure img {
width: 169px;
height: auto;
}
.blank_map {
display:none;
}
}
@media (max-width: 767px) {
.mainvideoframecontainer iframe{
		height:200px !important;
	}
}
.maps {
padding: 24px 0px 0px;
}
.ymaps-map {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: url(grayscale.svg);
filter: gray;
}

.blank_map a {
color:white;
}
.blank_map i {
width: 14px;
}
section.content_page {
padding: 24px 0px 20px;
}
section.contact_form_section {
padding: 8px 0px 20px;
}

@media (min-width: 1470px){
.title-page.my_title h1 {
    font-size: 37px;
}}

.my_test {
    padding-bottom: 20px;
}

.for_prem td {
	
	font-size: 21px;
    font-family: 'DINProBlack';
    vertical-align: top;
	    padding-bottom: 25px;
}

span.otz_text {
    margin-top: 15px;
    display: block;
}

@media (min-width: 1470px){
.hero__title {
    font-size: 25px!important;
}



}

/******************************/
.buycartmessage{
	background-color:#fff;
	padding: 10px 15px!important;
    width: 480px;
    line-height: 1.3em;
    margin: 10px auto;
	display:none;
	border-radius:4px;
}
.buycartmessage.error{
	color:#cd0000;
}
.questionmessage{
	background-color:#fff;
	padding: 10px 15px!important;
    width: 480px;
    line-height: 1.3em;
    margin: 10px auto;
	display:none;
	border-radius:4px;
}
.questionmessage.error{
	color:#cd0000;
}

