
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*



*/

html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
::-moz-focus-inner { border: 0; padding: 0; }
body { margin:0; padding:0;}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

div{ margin:0; outline:0;}
ul {outline:0;}
a:active,
a:hover {
  outline: 0;
}
/*убираем бордюры*/
img, a:link img, a:visited img, a:hover img, a:active img { border: 0; }
a:focus { border:0px; }


/*общее оформление ссылок*/
a { color: #33466e; text-decoration: none; }
a:hover { color:#33466e; text-decoration:underline; }


/*бэкграунд*/
html { background:#fff; color:#333; font-weight:normal; }
body {min-width:1100px; font-family: Open Sans, Verdana; font-size: 16px; line-height: 21px;}

/*разделитель*/
.clear { height:0px; width:100%; clear:both; }

div {
	box-sizing: border-box;
}


/* типографика */
/*шрифт*/
@font-face {
  font-family: 'MyriadPro';
  src: url('MyriadPro-Regular.eot');
  src: url('MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
       url('MyriadPro-Regular.otf') format('otf'),
       url('MyriadPro-Regular.woff2') format('woff2'),
       url('MyriadPro-Regular.woff') format('woff'),
       url('MyriadPro-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MyriadPro-Semibold';
  src: url('MyriadPro-Semibold.eot');
  src: url('MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'),
       url('MyriadPro-Semibold.otf') format('otf'),
       url('MyriadPro-Semibold.woff2') format('woff2'),
       url('MyriadPro-Semibold.woff') format('woff'),
       url('MyriadPro-Semibold.ttf') format('truetype');
  font-weight: semibold;
  font-style: normal;
}


h2 {
	font-family: 'MyriadPro-Semibold';
	font-size: 24px;
	line-height:28px;
	font-weight: bold;
	text-align: center;
	margin:30px 0 20px;
	text-transform:uppercase;
}
h3 {
	font-family: 'Verdana';
	font-size: 18px;
	line-height:24px;
	font-weight: normal;
	text-align: center;
	margin:20px 0 10px;
	text-transform:uppercase;
}
.h-box {
margin:0;
padding:20px 0;
}
.h-box h2, .h-box h3 {
margin:5px 0;;
}






