body,html{width:100%;height:100%;margin:0;padding:0}img.logo{width:60%}h1,h2,h3,h4,h5,h6{margin:10px 0}h1{font-size:28px}h2{font-size:26px}h3{font-size:24px}h4{font-size:22px}h5{font-size:20px}h6{font-size:18px}p{margin:10px 0 5px}ul{padding:0 10px;list-style-position:inside;list-style-type:square}ul li{margin:2px 0}ul li ul{padding:0 15px;list-style-type:disc}table td,table th{padding:5px;vertical-align:top}img{max-width:100%}.width10{width:10%}.width20{width:20%}.width30{width:30%}.width40{width:40%}.width50{width:50%}.width60{width:60%}.width70{width:70%}.width80{width:80%}.width90{width:90%}.width100{width:100%}.border,.border td,.border th,.border tr{border:1px solid #000}.pad5{padding:5px}.pad10{padding:10px}.pad15{padding:15px}.pad20{padding:20px}.pad25{padding:25px}.pad30{padding:30px}.rad5{border-radius:5px}.rad10{border-radius:10px}.rad15{border-radius:15px}.rad20{border-radius:20px}.rad25{border-radius:25px}.rad30{border-radius:30px}.rad35{border-radius:35px}.rad40{border-radius:40px}.rad45{border-radius:45px}.rad50{border-radius:50px}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.pull-left{float:left;margin:5px 5px 5px 0}.pull-right{float:right;margin:5px 0 5px 5px}.relative{position:relative}.no-padding{padding:0}.no-margin{margin:0}.trenning{text-align:center;text-transform:uppercase}.text-red{color:red;}
ul.photo-gallery {
	padding: 0;

	list-style: none;

	text-align: center;
}
ul.photo-gallery li {
	display: inline-block;
	float: none;

	margin-right: -4px;

	list-style: none;

	vertical-align: middle;
}

.btn.btn-default {
    width: 100%;
    background: #f4cf65;
    box-shadow: 1px 3px 8px 0 #888888;
    color: #000000;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
}

.footer a {
	text-decoration: none;
}

.table-middle td {
    vertical-align: middle;
}

.slide-link {
	width: 70%;
	margin: 0 auto;
}

@media (max-width: 991px) {
	.slide-link {
		width: 98%;
	}
}

.slide-link .arrow {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 99;
    opacity: 0.7;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 30px;
    background: transparent url("../img/arrow.png") no-repeat left top;
}

.slide-link .arrow.arrow-next {
    left: auto;
    background-position: right top;
    right: 0;
}

.owl-carousel {
	margin-bottom: 3em;
}

.owl-item.active.center {
	opacity: 1;
}

.owl-item {
	opacity: 0.5;
}

.owl-carousel.owl-rtl .owl-item {
	display: inline-block;
	float: right;
	float: none;
	vertical-align: middle;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	padding: 0 16px;
}

.owl-prev {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	overflow: hidden;
	width: 20px;
	height: 20px;
	transform: translateY(-50%);
	text-indent: -1000px;
	background-image: url(../img/slider-arrow-red-left.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.owl-next {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	overflow: hidden;
	width: 20px;
	height: 20px;
	transform: translateY(-50%);
	text-indent: -1000px;
	background-image: url(../img/slider-arrow-red-right.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.ploshadka__title {
	font-size: 1.2em;
	font-weight: 700;
	text-transform: uppercase;
	margin: 24px 0;
}

.ploshadkaChar__list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ploshadkaChar__item {
	padding: 16px;
}

.ploshadkaChar__item:nth-child(2n+1) {
	background-color: #f8f8f8;
}

.ploshadkaDoc__list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ploshadkaDoc__link {
	color: #0043bd
}