p {
font-size: 18px;
}

.header-title  {
display: none;
}

.tor  {
font-size: 48px;
}

.img-catalogue {
    box-shadow: 7px 7px 13px rgba(3, 3, 3, .3);
    width: 270px;
   padding:10px;
  margin-left: 30px;
  margin-top: 30px;
  
}

figure{
    display:inline-block;
}

figcaption
{
text-align:center; 
margin-top:5px;
 font-size:17px; 
 color: grey;
 margin-left:10px; 
}

.zoom tos img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.zoom tos:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

p {
font-size: 16px;
}

*{
				box-sizing: border-box;
			}
			.promo>p{
				text-transform: uppercase;
				/*font-weight:bold;font-family: 'PT Sans', sans-serif;*/
				font-family: 'Source Sans Pro', sans-serif;
				font-size:0.9em;
				font-weight: bold;
				margin:0;

			}
			.promo{
				display:flex;
				width:210px;
				flex-wrap:wrap;
margin-top:20px;

			}

			.promo>p:nth-child(n+1){
				/*background-color: #FFDFB9;
				color:#6F7688;*/
				background-color:#FFDFB9;
				color:#041c29;
				text-align:right;
				line-height:1.3em;
				flex-basis:140px;
				padding:15px 10px 0;

			}
			.promo>p:nth-child(2n){
				/*background-color: #6F7688;
				color:#FFCC01;*/
				background-color: #041c29;
				color:#FFDFB9;
				text-align: left;
				line-height:1.1em;
				position:relative;
				flex-basis:70px;
				padding:0 5px 15px;
			}

			.promo>p>span{
				
			}

			p.plus{
				font-size:1.6em;
				text-align: center;
			}
			p.plus a{
				color:#041c29;
			}
