.e-address{
    text-decoration: underline;
    color: #005b7e;
}
.other-sections{
    width: 100%;
}
.other-sections td{
    width: 33.3333%;
    text-align: center;
    padding-bottom: 25px;
    vertical-align: top;
}
.other-sections td span{
    height: 150px;
    line-height: 150px;

}
.other-sections td img{
    max-width: 90%;
    max-height: 125px;
    vertical-align: middle;
}
.other-sections td span{
    display: block;}
.podrobnee{
    color: #fff;
    border:0;
    min-height: 32px;
    padding:4px 20px;
    background: #4ca3aa;
    background: -moz-linear-gradient(top,  #4ca3aa 0%, #1b7d8c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4ca3aa), color-stop(100%,#1b7d8c));
    background: -webkit-linear-gradient(top,  #4ca3aa 0%,#1b7d8c 100%);
    background: -o-linear-gradient(top,  #4ca3aa 0%,#1b7d8c 100%);
    background: -ms-linear-gradient(top,  #4ca3aa 0%,#1b7d8c 100%);
    background: linear-gradient(to bottom,  #4ca3aa 0%,#1b7d8c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ca3aa', endColorstr='#1b7d8c',GradientType=0 );
    margin-top:10px;

}
.b-table{
    border-collapse:collapse;
    border-spacing:0;
    width: 100%;
}
.b-table td{
    padding:8px 20px;
    text-align: center;
    border:1px solid #d2d2d2;
}
.b-table thead td{
    color: #fff;
    background: #1B7D8C;
}
.catalog-links a{
	margin-right: 1rem;
}
.pagedesc{
	background-color: #fbfbfc;
	border: 1px solid #f0f1f2;
    border-radius: 5px;
    padding: 30px;
		padding-right: 45%;
		position: relative;
		margin-top: 2rem;
		margin-bottom: 1rem;
}
.pagedesc-title{
	font-size: 1.5rem;
	color: #c00;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.pagedesc p{
	margin-bottom: 1.5rem;
}
.pagedesc .pagedesc-btns{
display: flex;
}
.pagedesc .pagedesc-btn{
	font-size: 10px;
		outline: none;
    cursor: pointer;
    min-width: 80px;
    text-align: center;
    border-radius: 15px;
    color: #cc0000;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid #cc0000;
    transition: background .2s, box-shadow .1s;
		margin-right: 1rem;
		display: flex;
		height: 32px;
		align-items: center;
		justify-content: center;
		position: relative;
		z-index: 1;
		width: 130px;
		text-decoration: none;
}
.pagedesc .pagedesc-btn:hover{
	text-decoration: none;
	background-color: #cc0000;
	color: #fff;
}
.pagedesc img{
	position: absolute;
	right: 0;
	top: 40px;
	width: 45%;
}
.pagedesc-items{
	margin-bottom: 2rem;
	display: flex;
}
.pagedesc-item{
	background-color: #fbfbfc;
	border: 1px solid #f0f1f2;
    border-radius: 5px;
    padding: 30px;
		width: calc(100% - 10px);
}
.pagedesc-item:nth-child(2){
	margin-left: 15px;
	margin-right: 15px;
}
.pagedesc-item p{
	margin-bottom: 0;
	line-height: 1.5;
	font-size: 11px;
}
.pagedesc-item__title{
	font-weight: bold;
}
.blocktext{
	margin-top: 1rem;
	margin-bottom: 3rem;
}
.blocktext-title,
.blocktext-head{
	font-weight: bold;
	margin-bottom: 1.2rem;
}
.blocktext-imgs{
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
}
.blocktext-imgs span{
	width: 16%;
	height: 40px;
	display: flex;
	border: 1px solid #ddd;
	margin-left: -1px;
}
.blocktext-imgs img{
	height: 20px;
	width: auto;
	margin: auto;
}
.blocktext-list li{
	line-height: 1.55;
}
@media (max-width: 767px){
	.pagedesc{
		padding-right: 0;
	}
	.pagedesc img{
		display: none;
	}
	.pagedesc-items{
		flex-wrap: wrap;
	}
	.pagedesc-item,.pagedesc-item:nth-child(2){
		margin-left: 0;
		margin-right: 0;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.blocktext-list{
		padding-left: 1rem;
	}
	.blocktext-imgs{
		flex-wrap: wrap;
	}
	.blocktext-imgs span{
		width: 33%;
		margin-top: -1px;
	}
}