/* css for intro-docs   padding-bottom: 70px; background-color: #f5f6fa;*/
.page {
    
    background: url("../images/logo/bbg2.png") top center repeat-x ;
}
a {
    color: #026db3;
    cursor: pointer;
    text-decoration: none;
	    background-color: transparent;
}
.tiles-block-with-links-slider-wrap  
{
	
	
}
.tiles-block-with-links-slider-wrap-big
{}
.constructor-block-wrap
{    padding: 30px 0 0;}
.tiles-block-with-links-slider-items  
{
	list-style: none;
    padding-top: 0;
	
}
.tiles-block-with-links-slider-items-big
{height: 200px;}
.tiles-block-with-links-slider-item{
float: left;
    padding-top: 0;
    margin: 10px 0;	
}
.tiles-block-with-links-slider-item-big{
	height: 220px;
    width: 200px;
}
.js-tiles-block-with-links-slider-big
{}


.tiles-block-with-links-slider-link 
{
	display: block;
    text-decoration: none;

}
.tiles-block-with-links-slider-link-big
{height: 220px;
    width: 200px;
}
.tiles-block-with-links-slider-link-wrap
{
	transition: all .5s 0s;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0 2px 6px rgb(196 196 196 / 80%);
    width: 90%;
    margin: 0 5%;
}

.tiles-block-with-links-slider-link-wrap-big
{height: 220px;
    padding: 30px 15px;}
	
img {
    max-width: 100%;
    height: auto;
	border-style: none;
}
.tiles-block-with-links-slider-link-img-wrap
{height: 50px;
    max-height: 50px;
    position: relative;}
.tiles-block-with-links-slider-link-img-wrap-big
{}

.tiles-block-with-links-slider-link-img
{position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
width: 60px;
}
.tiles-block-with-links-slider-link-img.hover-show {
    display: block;
}
.tiles-block-with-links-slider-link-img-big
{}
.tiles-block-with-links-slider-link-img-hover
{}
.tiles-block-with-links-slider-link-img-hover-big
{}
.tiles-block-with-links-slider-link-content
{color: #3b3b3b;
    letter-spacing: .03em;
    line-height: 20px;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.tiles-block-with-links-slider-link-content:after {
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%) 0 0;
    bottom: 0;
    content: "";
    height: 20px;
    position: absolute;
    right: 0;
    text-align: right;
    width: 50%;
}
.tiles-block-with-links-slider-link-content-big
{height: 90px;
    font-size: 14px;}