/* Jet Cache: /translate/pricelist/css/pricelist.css?v=6a33f4c09ff50 */
@charset "UTF-8";







body{
	background: #fff;
    font-family: 'Futura PT Book';
}
header{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    float: left;
}
header .contacts{
	width: 35%;
	display: flex;
	flex-direction:column;
}
header .contacts a{
	color: #000;
	text-decoration: none;
    font-family: 'Futura PT Medium';
    font-size: 18px;
    line-height: 24px;
    margin: 5px 10px 5px 30px;
    display: flex;
    flex-direction: row;
}
header .contacts a img{
	max-width: 24px;
	margin-right: 10px;
}
header .img_1{
	width: 20%;
}
header .img_2{
	width: 30%;
}
header .img_3{
	width: 15%;
}
header .img_4{
    width: 25%;
}
.post_header{
    font-size: 22px;
    text-align: center;
    margin: 10px auto;
    font-family: 'Futura PT Medium';
}
.container{
    min-width: 800px;
	max-width: 800px;
	margin: 0px auto;
}

.pricelist{
	width: 100%;
}
.pricelist table{
	width: 100%;
}
.pricelist table thead{
	color: #fff;
    font-family: 'Futura PT Demi';
}

.pricelist table thead tr{
	background: #6aa69a;
}
.pricelist table thead td{
    padding: 5px 10px;
    text-align: center;
}
.pricelist table thead th{
    padding: 8px 10px;
    text-align: center;
}



.pricelist table tbody{

}
.pricelist table tbody tr{

}
.pricelist table tbody td{
	background: #f3f3f3;
    padding: 3px;
    color: #000;
    text-align: center;
}
.pricelist table tbody th{
	background: #206a5d;
	color: #fff;
    padding: 8px 10px;
    text-align: left;
}
.pricelist table tbody td img{
	max-width: 100%;
}
.pricelist table tbody td.image{
	width: 120px;
	text-align: left;
}
.pricelist table tbody td.name{
    font-family: 'Futura PT Demi';
}
.pricelist table tbody td.name a{
	color: #000;
	text-decoration: none;
}
/* Jet Cache: catalog/view/theme/default/stylesheet/jet.css */
body {
    opacity: 1 !important;
    visibility: visible !important;
}
