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

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

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

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

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



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

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

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

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

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



/* reset */


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


/* 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: #fff url(back.svg) no-repeat center center / auto 100%;display: flex;position: relative;
-webkit-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.15);
box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.15);}

.set-block:before {content: '';display: block;width: 100%;height: 100%;position: absolute;background: url(logo.svg) no-repeat center bottom / 100% auto}


/* grid */




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

.set-head h1 {font-family: 'RoadRadio'; font-weight: 400; color: #fff;text-align: center;line-height: 100%;text-transform: uppercase}



.set-head {margin: 0 0 35px 0;text-align: center}
.set-text {margin: 0 0 8px 0}

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



@media only screen and (orientation: landscape) {

.set-block {width: 126mm;height: 70mm; max-width: none; background: #fff url(back.svg) no-repeat center center / auto 100%;display: flex;position: relative;}
    
.set-head {margin: 0 0 15px 0;text-align: center}

.set-head h1 {font-size: 2.5rem;}
    .set-text-block {display: flex;justify-content: center}
    .set-text {margin: 0;position: relative;padding: 0 20px 0 0;font-size: .85rem}
    .set-text:last-child {padding: 0}
    .set-text:after {content: '';display: block;width: 1px;height: 100%;background: #fff;position: absolute;top: 0;right: 10px}
    .set-text:last-child:after{display: none}
                    
}



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