.tile {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    height: 296px;
    margin-bottom: 20px;
    backface-visibility: hidden;
}

.tile {
    color: #fff;
}

.tile._fixed._big {
    height: 490px;
    padding-bottom: 0;
}

.tile._fixed:not(.big) {
    height: 235px;
    padding-bottom: 0;
}

.tile._big {
    height: 490px;
}

.tile._big .tile__type-icon {
    left: 20px;
    width: 60px;
    height: 60px;
}

.tile__type-icon {
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 12;
    width: 40px;
    height: 40px;
    background-color: #3498db;
}

.tile__type-icon-circle, .tile__type-icon-svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.tile__type-icon-circle {
    width: 70%;
    height: 70%;
	padding: 6px;
    font-size: 2.5rem;
    border: 3px solid #fff;
    border-radius: 50%;
}

svg:not(:root) {
    overflow: hidden;
}

.tile__type-icon-svg._play_arrow {
    width: 45%;
}

.tile__type-icon-circle, .tile__type-icon-svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.tile__img {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #000;
}

.tile__img>._img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    bottom: -1px;
    background-size: cover;
    background-position: top;
}

.tile._fixed .tile__img:after {
    content: "";
    position: absolute;
    left: -1%;
    width: 102%;
}

.tile._fixed._big .tile__img:after {
    height: 101%;
    background-image: linear-gradient(180deg,transparent 60%,rgba(0,0,0,.7));
}

.tile._big .tile__wrapper {
    height: auto;
    bottom: 0;
    padding: 20px;
}

.tile._fixed .tile__wrapper {
    position: absolute;
}

.tile__wrapper {
    width: 100%;
    padding: 0 10px;
}

.tile__main {
    padding: 5px 0 0;
}

.tile._big._not-transform .tile__title {
    height: auto;
    font-size: 33px;
    font-size: 2.0625rem;
    font-weight: 400;
    line-height: 1.15;
}

.tile__title {
    overflow: hidden;
    height: 44px;
    margin-top: 9px;
    margin-bottom: 5px;
    line-height: 1;
    font-size: 21px;
}

.tile._big._not-transform .tile__additional-info {
    display: none;
}

.tile__header:after, .tile__header:before {
    content: " ";
    display: table;
}

.tile__header:after {
    clear: both;
}

.tile__additional-info ._count, .tile__additional-info ._date, .tile__additional-info span, .tile__date ._count, .tile__date ._date {
    line-height: 1;
    font-size: 13px;
    font-size: .8125rem;
    color: #ccc;
}

.tile__additional-info>* {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.tile__additional-info ._count>*, .tile__additional-info ._date>*, .tile__date ._count>*, .tile__date ._date>* {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-size: 14px;
    color: #ccc;
}

.tile > a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.tile a {
    color: inherit!important;
    text-decoration: none!important;
}

.tile._fixed .tile__wrapper {
    position: absolute;
}

.fit-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    width: 100%;
    height: 100%;
    background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.tile._fixed:not(._big) .tile__wrapper {
    height: 100%;
    top: 150px;
}

.tile._fixed .tile__wrapper {
    position: absolute;
}

.tile._fixed:not(._big) .tile__description {
    height: 115px;
}

.tile__description {
    overflow: hidden;
	font-size: 17px;
    display: inline-block;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

[fit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 960px){
	.tile:hover {
		z-index: 10;
		opacity: 1;
	}
	
	.tile:not(._not-transform)._hovered .tile__type-icon, .tile:not(._not-transform):hover .tile__type-icon {
		transform: translateY(-100%);
	}
	
	.tile._fixed:not(._not-transform):hover .tile__wrapper {
		transform: translateY(-150px);
	}
	
	.tile._fixed:not(._not-transform):hover .tile__tags {
		opacity: 1;
	}
	
	.tile._fixed:not(._not-transform):hover .tile__description {
		opacity: 1;
	}
	
	.tile._fixed:not(._not-transform) .tile__wrapper {
		transform: translate(0);
		transition: transform .3s ease-out;
		backface-visibility: hidden;
	}
	
	.tile._fixed:not(._not-transform) .tile__description {
		opacity: 0;
		transition: opacity .3s ease-out .3s;
		backface-visibility: hidden;
	}
	
	.tile._fixed:not(._not-transform) .tile__tags {
		opacity: 0;
		transition: opacity .3s ease-out .2s;
		backface-visibility: hidden;
	}
	
	.tile__tags {
		transform: translate(0);
		backface-visibility: hidden;
	}
	
	.tile._fixed:not(._not-transform) .tile__description {
		opacity: 0;
		transition: opacity .3s ease-out .3s;
		backface-visibility: hidden;
	}
	
	.tile__description {
		transform: translate(0);
		backface-visibility: hidden;
	}
}

@media (min-width: 960px){
	.tile {
		box-shadow: 0 3px 12px rgba(0,0,0,.23), 0 3px 12px rgba(0,0,0,.16);
		transform: translate(0);
		backface-visibility: hidden;
		transition: box-shadow .3s ease-out,opacity .3s ease-out;
	}
}

@media (min-width: 480px){
	.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
		float: left;
	}
}

.col-less-xxs-1, .col-less-xxs-2, .col-less-xxs-3, .col-less-xxs-4, .col-less-xxs-5, .col-less-xxs-6, .col-less-xxs-7, .col-less-xxs-8, .col-less-xxs-9, .col-less-xxs-10, .col-less-xxs-11, .col-less-xxs-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}