﻿/**/
.intro .description h1 {
	display:inline-block;
}

.intro .description .cont {
	margin-top:2em;
}

/**/
.thumbs {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:flex-start;
    align-content:flex-start;
}

.thumbs .thumb {
    display:inline-block;
    width:22.5%;
    height:auto;
    cursor:pointer;
    margin-bottom:3.33%;
    margin-bottom:50px;
}

.thumbs .thumb.no_link {
	cursor:default;
}

.thumbs .thumb.no_link:hover .box_prop:before {
	display:none;
}

.thumbs .thumb.no_link .arrow_title:hover span, .arrow_back_title:hover span {
	border-bottom-color:transparent;
}

.thumbs .thumb h2 {
	display:none;
}

.thumbs .thumb .title {
	display:inline-block;
	margin-top:24px;
	margin-bottom:27px;
}

.thumbs .thumb ul {
	display:inline;
}

.thumbs .thumb ul li {
	display:inline;
}

.thumbs .thumb ul li:after {
	content:", ";
}

.thumbs .thumb ul li:last-child:after {
	content:"";
}

@media all and (max-width:1152px) {
	.thumbs .thumb {
		width:48.38%;
	}
}

@media (max-width:767px){
	.thumbs .thumb {
		width:100%;
	}
}