	/*@import url("https://fonts.googleapis.com/css2?family=Fira Sans:wght@400;500;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap"); */


	.topest_block{
		display: block;
	}
	.topest_line{
		display: flex;
	}
	.topest_item{
		box-sizing: border-box;
    display: block;
    flex-grow: 1;
    justify-content: flex-end;
    margin: 7.5px;
    overflow: hidden;
    position: relative;
    text-decoration: none!important;
    transition: box-shadow .3s;
    transition: background-color .3s,box-shadow .3s;
    white-space: nowrap;
    width: 33.3%;
	}
	a .little_title{
		/*line-height: 1.3em; */
	    margin-bottom: 10px;
	    transition: color .3s;
	    white-space: normal;
	    color: #000;
    font-family: Fira Sans,tahoma;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;	
    margin-top: -3px;
	}
    
	.topest_block a,.topest_block a:link, .topest_block a:hover{
		box-sizing: border-box;
    /*display: block;*/
    flex-grow: 1;
    justify-content: flex-end;
    margin: 7.5px;
    overflow: hidden;
    position: relative;
    text-decoration: none!important;
    transition: box-shadow .3s;
    transition: background-color .3s,box-shadow .3s;
    white-space: nowrap;
    width: 33.3%;
		    border-radius: 0;
    margin: 0;
    padding-left: 7px;

	}
	.topest_image{
		background-origin: content-box;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .3s;
	}
	.topest_imageborders{
		border-radius: 0;
    border-radius: 0px;
    padding-bottom: 75%;
        display: block;
    margin-bottom: 10px;
    -webkit-mask-image: -webkit-radial-gradient(#fff,#000);
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
    width: 100%;

    padding-bottom: 75%;
	}
	.topest_imageshadow{
		bottom: -2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background .3s;
	}
	@media only screen and (max-width: 480px){
		a .little_title{
			/*font-size: 16px; */
		}
		.little_title{
		    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    color: #000;
    display: -webkit-box;
    font-family: Fira Sans, tahoma;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
		}
		.topest_imageborders, .topest_imageborders picture, .topest_imageborders img{
			    border-radius: 0;
			    height: 78.75px;
			    padding-bottom: 0;
			    width: 105px;
		}
		.topest_line{
			display: block;
		}
		.topest_item{
			width: 100%;
			display: flex;
			border-radius: 0;
    margin: 7px;
		}
		.topest_item{
			margin-left: -7px;
		}
		.topest_imageborders{
			margin-right: 10px;
			float: left;
		}
	}