body {
    line-height: 1.7;
}
/*
#main {
    background-color:#fff;
}*/
#logo a {
    display: block;
    color: #000;
    font-size: 35px;
    font-weight: 700;
    padding: 10px;
    text-align: left;
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
}
#logo a:hover {
    text-decoration: none;
    
}
@media (max-width: 767px) {
    #top-contacts .office-data #logo a {
        text-align: center;
        padding: 0;
    }
    #top-contacts .office-data a {
    color: #000;
    font-size: 19px;
    padding: 0;
    margin: 0;
    text-align: center;
    display: block;
}
}
.topnav .phone {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}
.topnav .email {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

#top-contacts p {
    font-weight: 700;
    font-size: 115%;
    margin: 0;
}
#top-contacts .office-data {
    padding: 6px 0;
    border-bottom: 1px solid #000;
    background-color: #FFEB3B;
}
#top-contacts .office-data p {
    font-size: 180%;
}
#top-contacts .office-data a {
    color:#000;
}

#contacts {
    background-color: #ffcc01;
}
footer {
    background-color: #2b2b2b;
    color:#fff;
    margin-top: 0;
}
footer .menu {
    margin: 1em;
}
footer .menu a {
    color:#fff;
    font-weight: bold;
}
footer .menu li {
    padding:0 1em;
    border-right: 1px solid #fff;
}
footer .menu .last {
    border-right: none;
}

.carousel {
    overflow: hidden;
}
.carousel-control.right, .carousel-control.left {
    background-image: none;
    top: -20px;
}
.carousel-control.right {
    right: -100px;
}
.carousel-control.left {
    left: -100px;
}
/* newsCarousel */
/*
.goods-carousel .carousel-control  {
	width:4%;
	background-image:none;
	padding-top: 77px;
}

.goods-carousel .carousel-control>span  {
    width: 32px;
    height: 75px;
    background: url(../images/spr.png)0 0 no-repeat #fff;
	display:block;
}
.goods-carousel .carousel-control.left>span  {
    background-position:-150px 0;
}
.goods-carousel .carousel-control.right>span  {
    background-position:-190px 0;
	margin-left: -16px;
}

.goods-carousel .carousel-control.left {margin-left: -7%;}
.goods-carousel .carousel-control.right {margin-right: -7%;}
*/
@media (max-width: 767px) {
	.goods-carousel .carousel-inner .active.left { left: -100%; }
	.goods-carousel .carousel-inner .active.right { left: 100%; }
	.goods-carousel .carousel-inner .next { left:  100%; }
	.goods-carousel .carousel-inner .prev { left: -100%; }
	.goods-carousel .active > div { display:none; }
	.goods-carousel .active > div:first-child { display:block; }
	.goods-carousel .carousel-control.left {margin-left: 0;}
	.goods-carousel .carousel-control.right {margin-right: 0;}
}
@media (min-width: 767px) and (max-width: 992px ) {
	.goods-carousel .carousel-inner .active.left { left: -50%; }
	.goods-carousel .carousel-inner .active.right { left: 50%; }
	.goods-carousel .carousel-inner .next { left:  50%; }
	.goods-carousel .carousel-inner .prev { left: -50%; }
	.goods-carousel .active > div { display:none; }
	.goods-carousel .active > div:first-child { display:block; }
	.goods-carousel .active > div:first-child + div { display:block; }
}
@media (min-width: 992px ) {
	.goods-carousel .carousel-inner .active.left { left: -25%; }
	.goods-carousel .carousel-inner .active.right { left: 25%; }
	.goods-carousel .carousel-inner .next  { left:  25%; }
	.goods-carousel .carousel-inner .prev { left: -25%; }	
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
	width: 100%;
}
@media (max-width: 767px) {
	.carousel-inner>.item>a>img, .carousel-inner>.item>img {
		width: 200%;
		height: 150%;
		text-align: right;
		margin-left: -100%;
		max-width: inherit;
	}
}
/*
.goods-carousel .carousel-inner .item{
	transition: 500ms ease-in-out left;
 }*/
 @media all and (transform-3d), (-webkit-transform-3d) {
  .goods-carousel .carousel-inner > .item {
    -webkit-transition: 500ms ease-in-out all;
    transition: 500ms ease-in-out all;
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
    -webkit-transform: none!important;
            transform: none!important;
  }
}
.table>thead>tr>th {
    text-align: center;
    vertical-align: middle;
    background-color: rgba(255,255,255,0.1);
}
.text-center .img-responsive {
    margin: 0 auto;
}
.text1 {
    font-size: 4em;
    font-weight: bold;
    margin: 0;    
}
.text2 {
    font-size: 3em;
    font-weight: bold;
    margin: 0;    
}
.text3 {
    margin: 0;
    font-size: 2em;    
}
.text4 {
    margin: 0;
    font-size: 1.5em;    
}
@media (max-width: 767px) {
    .text1 {
        font-size: 2em;
    }
    .text2 {
        font-size: 1.5em;
    }
    .text3 {
        font-size: 1em;    
    }
    .text4 {
        font-size: 0.5em;    
    }
    .h1, h1 {
        font-size: 28px;
    }
}
.block-header {
    font-size: 5em;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    transform: translate(-50%, 270%) rotate(90deg);
}
.container-wrapper {
    margin-top:4em;
    margin-bottom:4em;
}
.media-body, .media-left, .media-right {
    width: 1%;
}
.img-center {
    margin: 1em auto;
}