﻿
@font-face {
    font-family: Roboto; /*   */
    src: url(../fonts/Roboto.ttf); /*      */
   }
   
@font-face {
    font-family: roboto-light; /*   */
    src: url(../fonts/roboto-light.ttf); /*      */
   }
   
@font-face {
    font-family: RobotoBk; /*   */
    src: url(../fonts/roboto-black.ttf); /*      */
   }
    
@font-face {
    font-family: GothaProBol; /*   */
    src: url(../fonts/GothaProBol.otf); /*      */
   }
   

body, html{
	min-height: 100%;
	margin:0px;
	padding: 0px;
	background: #212329;
}
body{
	padding: 40px 0;
}
.block_more_info{
	max-width: 800px;

	margin: 0px auto;
	background: #fff;
	font-family: Arial;
	padding: 20px 40px 40px 40px;
	border: 1px solid #DADADA;
	line-height: 140%;
}
.block_more_info h1{
	color: #3B6A7C;
	margin-bottom: 30px;
	text-align: center;
}

.block_more_info h2{
	color: #000;
	margin: 20px 0;
	text-align: left;
	font-family: roboto-light, Tahoma;
	font-weight: 300;
	line-height: 120%;
	font-size: 30px;
}

.block_more_info p{
	color: #000;
	margin: 0px 0 10px 0;
	text-align: left;
	font-family: Verdana, Tahoma;
	font-weight: 400;
	line-height: 120%;
	font-size: 15px;
}

.s1{
	font-style: italic;
	text-align: center;
	margin: 40px 0 0 0;
	font-weight: bold;
}
@media screen and (max-width: 540px){
	.block_more_info{
		padding:0 10px;

	}
	body{
		padding-bottom:40px;
	}
	.block_more_info h1{
		font-size: 27px;
	}
}
