@font-face {
	font-family: 'Century Gothic';
	src: url('fonts/CenturyGothic.eot');
	src: local('Century Gothic'), local('CenturyGothic'),
		url('fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
		url('fonts/CenturyGothic.woff') format('woff'),
		url('fonts/CenturyGothic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Century Gothic';
	src: url('fonts/CenturyGothic-Bold.eot');
	src: local('Century Gothic Bold'), local('CenturyGothic-Bold'),
		url('fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/CenturyGothic-Bold.woff') format('woff'),
		url('fonts/CenturyGothic-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}




/* reset */


* {padding: 0;margin: 0}
body {font-size: 16px;font-family: 'Century Gothic';}


/* reset */



/* grid */


.set {display: flex;align-items: center;justify-content: center;align-content: center;width: calc(100% - 60px);height: calc(100vh - 60px);background: #fff;padding: 30px}

.set-block {background: rgba(241,241,253,.5);display: flex;position: relative;
-webkit-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.01);
-moz-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.01);
box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.01);}


/* grid */




.set-p {text-align: center;align-content: center;width: calc(100% - 20px);padding: 10px;z-index: 5}

.set-head h1 {color: #2d2d2d;text-align: center;line-height: 150%;text-transform: uppercase;font-weight: 300}



.set-head {margin: 0 0 35px 0;text-align: center}
.set-text {margin: 0 0 15px 0}
.set-text:last-child {margin: 0}
.set-item-block {margin: 0 0 15px 0}

.set-text,.set-text a {font-size: 1rem;font-weight: 300; text-align: center;color: #2d2d2d;line-height: 100%;text-decoration: none}


.set-item img {width: 100%;max-width: 70px; height: auto}



@media only screen and (orientation: landscape) {

.set-block {width: 126mm;height: 70mm; max-width: none; display: flex;position: relative;}
    
.set-head {margin: 0 0 15px 0}
.set-item-block {margin: 0}

.set-head h1 {font-size: 2.5rem;line-height: 120%}
                    
}



@media only screen and (orientation: portrait) {
    
    
.set-block {width: 70mm;/*max-width: 350px;*/ height: 126mm}
    
.set-head h1 {font-size: 1.9rem;}
  
    
}
