@font-face {
	font-family: 'ALS Rubl';
	font-style: normal;
	font-weight: normal;
	src: local('ALS Rubl'), url('common/rouble.woff') format('woff');
}
/* font-family: "BitterRegular"; */
@font-face {
    font-family: "BitterRegular";
    src: url("common/bitter/BitterRegular.eot");
    src: url("common/bitter/BitterRegular.eot?#iefix")format("embedded-opentype"),
    url("common/bitter/BitterRegular.woff") format("woff"),
    url("common/bitter/BitterRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "BitterBold"; */
@font-face {
    font-family: "BitterBold";
    src: url("common/bitter/BitterBold.eot");
    src: url("common/bitter/BitterBold.eot?#iefix")format("embedded-opentype"),
    url("common/bitter/BitterBold.woff") format("woff"),
    url("common/bitter/BitterBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "BitterItalic"; */
@font-face {
    font-family: "BitterItalic";
    src: url("common/bitter/BitterItalic.eot");
    src: url("common/bitter/BitterItalic.eot?#iefix")format("embedded-opentype"),
    url("common/bitter/BitterItalic.woff") format("woff"),
    url("common/bitter/BitterItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "BitterBoldItalic"; */
@font-face {
    font-family: "BitterBoldItalic";
    src: url("common/bitter/BitterBoldItalic.eot");
    src: url("common/bitter/BitterBoldItalic.eot?#iefix")format("embedded-opentype"),
    url("common/bitter/BitterBoldItalic.woff") format("woff"),
    url("common/bitter/BitterBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "ProximaNovaRegular"; */
@font-face {
    font-family: "ProximaNovaRegular";
    src: url("common/proximanova/ProximaNovaRegular.eot");
    src: url("common/proximanova/ProximaNovaRegular.eot?#iefix")format("embedded-opentype"),
    url("common/proximanova/ProximaNovaRegular.woff") format("woff"),
    url("common/proximanova/ProximaNovaRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/************************/
body {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 15px;
}
.BitterBold {
	font-family: 'BitterBold', serif;
}
input, a, button {
	outline: none !important;
}
.container {
	width: 960px !important;
}
input, textarea, select, button, .form-control {
	border-radius: 0;
}
button.btn-green {
	background: #66bb6a;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 0;
	width: 100%;
}
input:focus, textarea:focus, .form-control:focus {
	border-color: #66bb6a !important;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #66bb6a;
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #66bb6a
}
/************************/
.homeStage {
	background: url(img/home-stage.jpg) no-repeat center -100px #274866;
	color: #fff;
	min-width: 920px;
	max-height: 1050px !important;
}
.homeStage .contact {
	margin-top: 56px;
	margin-bottom: 50px;
}
.homeStage .vk-follow {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	font-weight: 500;
}
.homeStage .vk-circle {
   width: 58px;
   height: 58px;
   background: #fff; 
   -moz-border-radius: 29px; 
   -webkit-border-radius: 29px; 
   border-radius: 29px;
   color: #5f83aa;
   display: block;
   font-family: Arial, sans-serif;
   font-size: 25px;
   font-weight: bold;
   text-align: center;
   padding-top: 17px;
   line-height: 25px;
   text-decoration: none;
   float: left;
   margin-right: 15px;
   margin-top: -6px;
}
.homeStage .vk-follow:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: none;
}
.homeStage a:hover .vk-circle { 
   width: 58px;
   height: 58px;
   background: #5f83aa; 
   -moz-border-radius: 29px; 
   -webkit-border-radius: 29px; 
   border-radius: 29px;
   color: #fff;
}
.homeStage .phone {
	color: #fff;
	line-height: 20px;
}
.homeStage .phone span {
	font-size: 27px;
	font-weight: bold;
}
.homeStage .phone span i {
	color: #66bb6a;
	margin-right: 15px;
}
.homeStage .phone a {
	text-decoration: none;
	border-bottom: 1px dashed #fff;
	color: #fff;
}
.homeStage h1 {
	font-family: "Open Sans", serif;
	font-size: 58px;
	color: #fff;
	margin: 40px 0;
	font-weight: 800;
	text-transform: uppercase;
}
.homeStage p {
	margin-bottom: 20px;
}
.homeStage a.btn-price {
	display: block;
	width: 238px;
	height: 104px;
	background: url(img/btn-price-blue.png) no-repeat center top;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	margin: 20px auto 80px;
}
.homeStage a.btn-price span {
	display: block;
	width: 230px;
	height: 96px;
	text-align: center;
	padding-top: 20px;
}
/*.homeStage a.btn-price:hover span {
	background: url(img/btn-price.png) no-repeat center bottom;
}*/
.homeStage.tiny h1 {
	margin: 20px 0;
}
.homeStage.tiny .contact {
	margin-top: 36px;
	margin-bottom: 20px;
}
/************************/
#header { 
	position: absolute;
	top: 817px;
	z-index: 50;
	width: 100%;
	background: #fff;
	color: #fff;
	height: 90px;
	border-bottom: 1px solid #e5e5e5;
}
#header.fixed {
	position: fixed;
	top: 0;
}
#header .menu {
	list-style: none;
	padding: 0;
	height: 90px;
}
#header .menu li {
	display: inline-block;
	margin-right: 28px;
	line-height: 90px;
	height: 90px;
}
#header .menu li:last-child {
	margin-right: 0;
}
#header .menu li a {
	color: #212121;
	text-decoration: none;
	white-space: nowrap;
	font-weight: 500;
}
#header .menu li a:hover {
	color: #f44336;
}
#header .menu li.active {
	border-bottom: 4px solid #212121;
}
#header .menu li.active a {
	color: #f44336;
}
#header .menu li i {
	color: #66bb6a;
	margin-right: 15px;
}
#header .back-top {
	display: block;
	float: left;
	color: #e5e5e5;
	margin-left: -60px;
	margin-top: 26px;
	width: 38px;
	height: 38px;
	border: 1px solid #fff;
	padding: 9px 12px 9px 11px;
}
#header .back-top:hover {
	border: 1px solid #e5e5e5;
	color: #212121;
}
/************************/
.subsubmenu {
	list-style: none;
	padding: 10px 0;
	border-bottom: 1px solid #bdbdbd;
}
.subsubmenu li {
	display: inline-block;
	margin-right: 20px;
	line-height: 40px;
    height: 40px;
}
.subsubmenu li:last-child {
	margin-right: 0;
}
.subsubmenu li a {
	color: #212121;
	text-decoration: none;
	border-bottom: none;
	font-family: 'Open Sans', Arial, sans-serif;
}
.subsubmenu li a:hover {
	color: #f44336;
	border-bottom: 1px solid #f44336;
}
.subsubmenu li.active a {
	color: #212121;
	text-decoration: none;
	border-bottom: none;
	font-weight: normal;
	text-transform: none;
	font-size: 15px;
	font-weight: bold;
}
/************************/
.aboutStage {
	background: url(img/about-stage.jpg) no-repeat center -100px #274866;
	min-height: 700px;
	margin-top: 90px;
	min-width: 960px;
	min-height: 800px;
	color: #fff;
}
.aboutStage h2 {
	margin-top: 180px;
	margin-bottom: 60px;
	font-size: 34px;
	font-weight: bold;
	font-family: 'BitterBold', serif;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.aboutStage p.info {
	font-size: 14px;
	font-family: "ProximaNovaRegular", serif;
	color: #fff;
	line-height: 30px;
	padding-bottom: 60px;
	border-bottom: 1px dashed #fff;
	margin-right: 40px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.aboutStage ul.submenu li a {
	color: #fff !important;
	border-bottom: 1px solid #fff !important;
}
.aboutStage ul.submenu li.active a {
	color: #fff !important;
}
/************************/
ul.submenu {
	font-size: 18px;
	padding: 0;
	list-style: none;
	margin-top: 60px;
}
ul.submenu li {
	margin-bottom: 15px;
}
ul.submenu li a {
	color: #212121;
	text-decoration: none;
	border-bottom: 1px solid #212121;
	font-weight: bold;
	text-transform: uppercase;
}
ul.submenu li a i {
	font-size: 14px;
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}
ul.submenu li a:hover {
	color: #f44336;
	border-bottom: 1px solid #f44336;
}
ul.submenu ul {
	display: none;
	padding: 20px 0 20px 23px;
	list-style: none;
	border-bottom: 1px dashed #7d7d7d;
}
ul.submenu ul li:last-child ul {
	border-bottom: none;
	padding-bottom: 0;
}
ul.submenu ul li a {
	color: #7d7d7d;
	text-decoration: none;
	border-bottom: 1px solid #7d7d7d;
	font-weight: normal;
	text-transform: none;
	font-size: 14px;
}
ul.submenu ul li.active a {
	color: #212121;
	text-decoration: none;
	border-bottom: none;
	text-transform: none;
	font-size: 15px;
	font-weight: 500;
}
/************************/
.photosStage {
	background: #f2f3f5;
	min-width: 960px;
}
.photosStage h2 {
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 34px;
	font-weight: bold;
	font-family: 'BitterBold', serif;
}
/************************/
.galleryStage {
	background: #2d2d2d;
	min-width: 960px;
	color: #fff;
	position: relative;
	overflow: hidden;
}
.slick-slider {
	margin: 0 -20%;
}
.slick-slide img {
  display: block;
  width: 100%;
}
.slick-slide {
	opacity: 0.3;
}
.slick-center {
	opacity: 1;

}
.gallery-count {
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
}
.gallery-prev {
	position: absolute;
	cursor: pointer;
	left: 28%;
	top: 45%;
	width: 50px;
	height: 50px;
	font-size: 30px;
	padding: 7px 10px;
}
.gallery-next {
	position: absolute;	
	cursor: pointer;
	right: 28%;
	top: 45%;
	width: 50px;
	height: 50px;
	font-size: 30px;
	padding: 7px 10px;
}
.gallery-prev:hover, .gallery-next:hover {
	background: rgba(31,31,31,0.5);
}
.gallery-info {
	padding: 15px 0;
	line-height: 23px;
}
.gallery-name {
	font-family: "BitterItalic", serif;
}
.gallery-autor {
	font-size: 14px;
	color: #6b6b6b;
	text-transform: uppercase;
}
#modalGallery .modal-content {
	border-radius: 0;
}
#modalGallery .modal-body {
	padding: 0;
}
#modalGallery .modal-body img {
	width: 100%;
}

/************************/
.deliveryStage {
	min-width: 960px;
	background: #fafafa;
	padding-bottom: 40px;
}
.deliveryStage h2 {
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 34px;
	font-weight: bold;
	font-family: 'BitterBold', serif;
}
.deliveryStage .phone {
	margin-top: 40px;
	color: #212121;
	line-height: 20px;
}
.deliveryStage .phone span {
	font-size: 27px;
	font-weight: bold;
}
.deliveryStage .phone span i {
	color: #66bb6a;
	margin-right: 15px;
}
.deliveryStage .phone a {
	text-decoration: none;
	border-bottom: 1px dashed #03a9f4;
	color: #03a9f4;
}
.tabs {
	list-style: none;
	padding: 0;
	border-bottom: 1px solid #d5d5d5;
}
.tabs-cont {
	height: 360px;
}
.tabs li {
	display: inline-block;
	margin-right: 80px;
	padding-bottom: 35px;
	margin-bottom: -1px;
}
.tabs li a {
	text-decoration: none;
	border-bottom: 1px dashed #03a9f4;
	color: #03a9f4;
}
.tabs li.active {
	background: url(img/tabs-act.png) no-repeat center bottom;
}
.tabs li.active a {
	text-decoration: none;
	border-bottom: 1px dashed #fff;
	color: #f44336;
}
.deliveryStage h3 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.green {
	color: #66bb6a;
}
.deliveryStage img.ico-car {
	background: url(img/conditions.png) no-repeat 0 0;
	height: 31px;
	width: 45px;
}
.deliveryStage img.ico-time {
	background: url(img/conditions.png) no-repeat 0 -31px;
	height: 31px;
	width: 45px;
}
.deliveryStage img.ico-bottle {
	background: url(img/conditions.png) no-repeat 0 -62px;
	height: 31px;
	width: 45px;
}
.deliveryStage img.ico-pay {
	background: url(img/conditions.png) no-repeat 0 -93px;
	height: 31px;
	width: 45px;
}
#conditions {
	padding-top: 40px;
}
#conditions p {
	color: #626262;
	margin-bottom: 20px;
	font-size: 14px;
}
#process {
	padding: 30px 0;
}
#prices {
	padding-top: 40px;
}
#prices h3 {
	margin-top: 0;
}
ul.slider {
	list-style: none;
	padding: 40px 0 40px 20px;
}
ul.slider li {
	line-height: 70px;
	border-left: 1px solid #d5d5d5;
	margin: -28px 0;
}
ul.slider li:first-child, ul.slider li:last-child {
	border-left: none;
}
ul.slider li a {
	font-size: 16px;
	text-transform: uppercase;
	color: #616161;
	text-decoration: none;
}
ul.slider li img {
	width: 36px;
	height: 36px;
	background: url(img/delivery-slide.png) no-repeat 0 0;
	margin-right: 15px;
	margin-left: -18px;
}
ul.slider li.active a {
	font-size: 16px;
	text-transform: uppercase;
	color: #212121;
	font-weight: bold;
}
ul.slider li.active img {
	width: 36px;
	height: 36px;
	background: url(img/delivery-slide.png) no-repeat 0 -36px;
}
.slider-cont {
	position: relative;
}
.slide-info {
	position: absolute;
	background: #f3f4f5;
	right: 0;
	bottom: 30px;
	width: 85%;
	padding: 10px;
	font-family: "BitterItalic", serif;
	color: #616161;
	font-size: 15px;
}
.deliveryStage input, .deliveryStage button, .form-inline .form-control {
	width: 100%;
	border-radius: 0;
}
input:focus {
	border-color: #66bb6a;
}
.deliveryStage .form {
	background: #ffe082;
	padding: 20px 10px;
}
.deliveryStage .form .col-xs-9, .deliveryStage .form .col-xs-6, .deliveryStage .form .col-xs-3 {
	padding: 0;
}
.deliveryStage .form .col-xs-6, .deliveryStage .form .col-xs-3 {
	padding: 0 10px;
}
.deliveryStage .form  h4 {
	font-size: 16px;
	color: #47412f;
	font-weight: bold;
	margin: 0 10px 10px;
	text-transform: uppercase;
}
.deliveryStage .form  p {
	color: #8c7b4c;
	margin: 0 10px 10px;
}

/************************/

#prices .table>tbody>tr>td, #prices .table>tbody>tr>th {
    border-top: none;
    border-bottom: 1px solid #ddd;
}

/************************/
.manufactureStage {
	min-width: 960px;
	background: #fafafa;
	padding: 20px 0;
}
.manufactureStage h2 {
	margin-bottom: 40px;
	font-size: 34px;
	font-weight: bold;
	font-family: 'BitterBold', serif;
}
.manufactureStage a.adobe {
	color: #a3a3a3;
	font-size: 14px;
	text-decoration: none;
}
.manufactureStage a.adobe img {
	width: 44px;
	height: 44px;
	background: url(img/adobe.png) no-repeat;
	float: left;
	margin-right: 10px;
}
.manufactureStage a.adobe span {
	color: #03a9f4;
	text-decoration: underline;
}
.manufactureStage a.adobe:hover span {
	color: #f44336;
	text-decoration: none;
}
.manufactureStage p {
	color: #616161;
	font-family: "ProximaNovaRegular", serif;
	font-size: 14px;
}
.manufactureStage .carousel-control {
	top: 50%;
	background: none;
	opacity: 1;
	text-shadow: none;
}
.carouselManufacture {
	background: #2d2d2d;
	margin: 20px 0;
}
.carouselManufacture p {
	margin: 40px 20px 0 20px;
	font-family: "BitterItalic", serif;
	color: #fff;
	font-size: 15px;
}
.carouselManufacture p span {
	color: #818181;
	font-size: 14px;
	text-transform: uppercase;
}
.carouselManufacture .col-xs-9, .carouselManufacture .col-xs-3 {
	padding: 0;
}
.carouselManufacture .carousel-act {
	width: 13px;
	height: 26px;
	background: url(img/carousel-act.png) no-repeat;
	float: left;
	margin-left: -33px;
	z-index: 10;
}
/************************/
.companyStage {
	min-width: 960px;
	margin-bottom: 40px;
}
.companyStage h2 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 34px;
	font-weight: bold;
	font-family: 'BitterBold', serif;
}
.companyStage p {
	font-size: 14px;
	font-family: "ProximaNovaRegular", serif;
	color: #616161;
}
.companyStage .vkg {
	margin: 45px 0;
}
.companyStage .vkg a {
	font-size: 15px;
	font-weight: 500;
	text-decoration: underline;
	color: #212121;
}
/************************/
.contactsStage {
	min-width: 960px;
	background: #fafafa;
	padding: 20px 0;
	position: relative;
}
.contactsStage h3 {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.contactsStage p {
	font-size: 14px;
	color: #616161;
	
}
.contactsStage p.tel {
	font-size: 28px;
	color: #212121;
	margin: 30px 0;
	font-weight: bold;
}
.contactsStage a.email {
	color: #03a9f4;
	border-bottom: 1px solid #03a9f4;
	text-decoration: none;
}
.contactsStage a.email:hover {
	color: #f44336;
	border-bottom: 1px solid #f44336;
}

.contactsStage .vk-group {
	color: #212121;
	text-decoration: none;
	border-bottom: 1px solid #212121;
	font-weight: 500;
	font-size: 14px;
}
.contactsStage .vk-square {
   width: 40px;
   height: 40px;
   background: #5f83aa;
   color: #fff;
   display: block;
   font-family: Arial;
   font-size: 16px;
   font-weight: bold;
   text-align: center;
   padding-top: 8px;
   line-height: 25px;
   text-decoration: none;
   float: left;
   margin-right: 15px;
   margin-top: 2px;
}
.contactsStage .vk-group:hover {
	color: #212121;
	text-decoration: none;
	border-bottom: none;
}
.contactsStage a:hover .vk-square { 
   background: #517193; 
   color: #fff;
}
#map {
	height: 300px;
	margin-top: 40px;
	-webkit-box-shadow: inset 0px 14px 18px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 14px 18px -10px rgba(0,0,0,0.75);
	box-shadow: inset 0px 14px 18px -10px rgba(0,0,0,0.75);
}
.contactsStage .foot {
	background: url(img/foot.png) repeat-x;
	position: absolute;
	bottom: 0;
	height: 120px;
	width: 100%;
	padding-top: 40px;
}
.integy {
	margin-top: 25px;
	display: block;
}
.menu {
	padding-top: 40px;
	list-style: none;
	padding-left: 0;
}
.menu li {
	display: inline;
	margin-right: 15px;
}
.menu li a {
	color: #757575;
}
/************************/
.inner {
	background: #f2f3f5;
}
.inner #header {
	/*position: relative !important;*/
	top: 108px;/*auto !important;*/
}
.inner #header .telephone {
	display: none;
} 
.inner #header.fixed .telephone {
	display: inline;
} 
.inner #header.fixed .enter {
	display: none;
} 
.inner .homeStage {
	background: url(img/home-page.jpg) no-repeat center -245px #274866;
}
.inner .homeStage h2 {
	margin: 0;
	font-family: 'BitterBold', serif;
	font-size: 36px;
	color: #fff;
}
.inner .homeStage .contact {
	margin-top: 15px;
	margin-bottom: 15px;
}
.inner .homeStage .phone {
	padding-top: 10px;
}
.inner .contactsStage {
	background: none;
}
.inner .contactsStage .integy {
	margin-top: 10px;
}
.inner .contactsStage .menu {
	padding-top: 20px;
}
.inner #header .menu li {
	margin-right: 23px;
	line-height: 60px;
	height: 60px;
}
.inner #header {
	height: 60px;
}
.inner #header .menu {
	height: 60px;
}
.kdpv {
	width: 960px;
}
#content .container {
	background: #fff;
}
.backStage {
	height: 100px;
}
.backStage a {
	padding-top: 43px;
	color: #b3b3b5;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	width: 150px;
}
.backStage a i {
	float: left;
	margin-right: 15px;
}
.pageStage {
	margin-top: 60px;
}
.pageStage h1 {
	/*font-size: 36px;*/
	/*text-align: center;*/
	font-size: 30px;
	font-weight: 500;
	margin: 20px 0 20px;
}
.pageStage h3 {
	font-size: 21px;
	font-weight: 500;
}
.pageStage p, .pageStage .article li {
	font-size: 14px;
	font-family: "BitterRegular", serif;
	color: #7d7d7d;
}
.pageStage strong {
	font-family: "BitterBold", serif;
	color: #7d7d7d;
}
.pageStage p.italic {
	font-size: 18px;
	font-family: "BitterItalic", serif;
	color: #212121;
}
.pageStage p.italic strong {
	font-family: "BitterBoldItalic", serif;
	color: #212121;
}
.pageStage a {
	font-size: 14px;
	color: #039be5;
	text-decoration: none;
	border-bottom: 1px solid #039be5;
}
.pageStage a:hover {
	color: #f44336;
	text-decoration: none;
	border-bottom: none;
}
.pageStage div.turn {
	margin-bottom: 20px;
}
.pageStage div.turn.open {
	display: block;
}
.pageStage div.turn.close {
	display: none;
}
.pageStage hr {
	border-top: 1px solid #bdbdbd;
}
.pageStage div.turn-control a {
	font-size: 13px;
	font-weight: 500;
	color: #039be5;
	text-decoration: none;
	border-bottom: 1px dashed #039be5;
}
.pageStage div.turn-control.open a {
	color: #212121;
	border-bottom: none;
}
.article {
	padding: 0 40px 40px 0;
}
.pageStage ul.submenu {
	padding-left: 10px;
	margin-top: 40px;
}
.media-body p, .media-body {
	font-size: 14px;
	font-family: "Open Sans", Arial, sans-serif;
	color: #7d7d7d;
}
.media-body strong {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #7d7d7d;
}
blockquote {
	border-left: none;
	border-bottom: 1px solid #bdbdbd;
	border-top: 1px solid #bdbdbd;
	position: relative;
	margin: 25px 0;
	padding: 25px 0;
}
blockquote:before {
	content: '«';
	color: #f44336;
	font-size: 52px;
	font-family: "BitterRegular", serif;
	position: absolute;
	top: -22px;
	left: 45%;
	line-height: 32px;
	background-color: #fff;
}
blockquote:after {
	content: '»';
	color: #f44336;
	font-size: 52px;
	font-family: "BitterRegular", serif;
	position: absolute;
	bottom: -10px;
	left: 45%;
	line-height: 32px;
	background-color: #fff;
}

.page-nav  a {
	color: #7d7d7d;
	text-decoration: none;
	border-bottom: none;
}
.page-nav  a i {
	margin: 0 10px;
}
.pageStage table.table>thead>tr>th {
	text-align: center;
}
.pageStage table.table>thead>tr>th, .pageStage table.table>tbody>tr>td {
	vertical-align: middle !important;
}
.blockquote {
	border-bottom: 1px solid #bdbdbd;
	border-top: 1px solid #bdbdbd;
	margin: 25px 0;
	padding: 25px 0;
}
.pageStage p img.img-left {
	margin: 10px 10px 10px 0;
	float: left;
}
.pageStage p img.img-right {
	margin: 10px 0 10px 10px;
	float: left;
}

a.media-heading {
	font-weight: 500;
	font-size: 20px;
	color: #212121;
	text-decoration: none;
	border-bottom: none;
	margin-bottom: 10px;
	display: block;
}

/************************/
.center40 {
    width: 40%; /* Ширина элемента в пикселах */
    padding: 10px; /* Поля вокруг текста */
    margin: auto; /* Выравниваем по центру */
   }
.center50 {
    width: 50%; /* Ширина элемента в пикселах */
    padding: 10px; /* Поля вокруг текста */
    margin: auto; /* Выравниваем по центру */
   }
.center55 {
    width: 55%; /* Ширина элемента в пикселах */
    padding: 10px; /* Поля вокруг текста */
    margin: auto; /* Выравниваем по центру */
   }
.center60 {
    width: 60%; /* Ширина элемента в пикселах */
    padding: 10px; /* Поля вокруг текста */
    margin: auto; /* Выравниваем по центру */
   }
.center65 {
    width: 65%; /* Ширина элемента в пикселах */
    padding: 10px; /* Поля вокруг текста */
    margin: auto; /* Выравниваем по центру */
   }

 