/*
Theme Name: Logoto
Theme URI: http://egormaltsev.ru
Author: Egor Maltsev
Author URI: http://egormaltsev.ru
Description: Logoto - web wp theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Logoto
Tags:

*/

.cards__item .thumb{
    background-size: contain !important;
}
.mfp-counter{
	display: none !important;
}
img.mfp-img{
	/*background: none !important;*/
	margin: 40px 0;
	padding: 0;
	height: auto;
	max-width: 100%;
}
img{
	border: none;
}
table td{
    border: 1px solid #e0dede;
    padding: 3px 3px;
    font-size: 12px;
    vertical-align: inherit;
    padding-left: 3px !important;
}
@media (min-width: 0) and (max-width: 767px) {
	table tr{
	    display: table-row;
	}
}
@media (min-width: 0) and (max-width: 999px) {
	.header-mobile .btn-contur {
	    max-width: 160px;
	    font-size: 14px;
	    text-align: center;
	}
}
@media (min-width: 0) and (max-width: 250px) {
	.header-mobile .btn-contur {
	    font-size: 11px;
	}
}






