@font-face {
    font-family: BloggerSans; /* Имя шрифта */
    src: url(../fonts/Blogger_Sans.ttf); /* Путь к файлу со шрифтом */
	}
	
@font-face {
    font-family: FuturaDemiC; /* Имя шрифта */
    src: url(../fonts/futurademic.otf); /* Путь к файлу со шрифтом */
   }


html, body{
	width: 100%;
	max-width: 1200px;
	margin: auto;
	text-align: center;
}

button{
	border: 2px solid #000;
	font-family: BloggerSans;
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
	padding-bottom: 15px;
	background: none;
	border-radius: 15px;
	padding: 10px 15px;
	cursor: pointer;
}

.block{
	padding: 0px 15px;
}

.bl2-caption, .bl4-caption, .bl5-caption, .bl6-caption, .bl8-caption{
	font-family: FuturaDemiC;
	font-size: 22px;
	color: #000;
	text-transform: uppercase;
	padding-top: 20px;
}

.bl3-caption, .bl7-caption{
	font-family: FuturaDemiC;
	font-size: 22px;
	color: #2d4082;
	text-transform: uppercase;
	position: relative;
	padding-top: 20px;
}

.bl1{
	background: url(../img/bl1-bg.png) no-repeat center;
	background-size: cover;
	padding-top: 25px;
}

.nav{
	border-bottom: 3px solid #FFF;
	height: 35px;
}

.bl1-logo{
	display: inline-block;
	float: left;
}

.bl1-logo img{
	width: 50px;
}

.bl1-menu{
	display: inline-block;
	float: right;
	position: relative;
}

.bl1-menu img:hover{
	cursor: pointer;
}

.menu-hidden{
	display: none;
	position: absolute;
	background: #FFF;
	padding: 5px 15px;
	list-style: none;
	top: 19px;
	left: -166px;
}

.menu-hidden li{
	border-bottom: 1px solid #addcf6;
	text-align: left;
	padding: 5px 0px;
}

.menu-hidden li a{
	font-family: FuturaDemiC;
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
}

.menu-hidden li:last-child{
	border-bottom: none;
}

.bl1-str-1{
	padding: 20px 0px 15px 0px;
	font-family: FuturaDemiC;
	font-size: 34px;
	color: #000;
}

.bl1-str-2{
	font-family: BloggerSans;
	font-size: 20px;
	color: #000;
	padding-bottom: 15px;
}

.bl1-str-3{
	font-family: FuturaDemiC;
	font-size: 26px;
	color: #000;
	padding-bottom: 45px;
}

.bl2-top{
	position: relative;
	top: -10px;
}

.bl2-top img{
	width: 100%;
	height: auto;
}

.bl2{
	position: relative;
	padding-bottom: 45px;
}

.bl2 ul{
	text-align: left;
	font-family: BloggerSans;
	font-size: 18px;
	color: #000;
	padding-bottom: 15px;
	line-height: 1.5;
}

.bl2-line{
	width: 100%;
	height: 3px;
	border-bottom: 2px solid #addcf6;
}

.bl2-caption{
	padding-bottom: 20px;
}

.bl2-text{
	font-family: FuturaDemiC;
	font-size: 18px;
	color: #000;
	padding-bottom: 30px;
}

.bl2-messanger{
	
}

.bl2-messanger img{
	display: inline-block;
	width: 50px;
	height: auto;
	margin: 0px 10px;
}

.bl3{
	background: url(../img/bl3-bg.png) no-repeat center;
	background-size: cover;
	padding-bottom: 15px;
}

.bl3-caption{
	padding-bottom: 30px;
}

.bl3-caption:after{
	content: url(../img/right.png);
	display: inline-block;
	margin-left: 5px;
}

.bl3-caption:before{
	content: url(../img/left.png);
	display: inline-block;
	margin-right: 5px;
}

.bl3-item{
	display: inline-block;
	margin: 15px 20px;
}

.bl3-item-caption{
	font-family: FuturaDemiC;
	font-size: 20px;
	color: #2d4082;
	padding-top: 15px;
	padding-bottom: 10px;
}

.bl3-subcaption{
	font-family: BloggerSans;
	font-size: 16px;
	color: #2d4082;
	text-transform: uppercase;
}

.bl4{
	padding: 0px 35px 25px 35px;
}

.bl4-caption{
	padding-bottom: 35px;
}

.bl4-slider, .bl5-slider{
	font-family: FuturaDemiC;
	font-size: 18px;
	color: #000;
}

.bl4-slider span, .bl5-slider span{
	font-family: BloggerSans;
	font-size: 18px;
	color: #000;
}

.bl4-button{
	margin-top: 35px;
}

.bl4-slider img, .bl5-slider img{
	width: 100%;
}

.slick-prev:before, .slick-next:before {
	color: #000 !important;
}
  
.bl5{
	border: 3px solid #addcf6;
	padding: 0px 15px;
	padding-bottom: 25px;
}

.bl5-item{
	margin-top: 15px;
	padding-top: 25px;
}

.bl5-item-img{
	padding-bottom: 15px;
}

.bl5-item-caption{
	font-family: FuturaDemiC;
	font-size: 20px;
	text-transform: uppercase;
	padding-bottom: 15px;
}

.bl5-item-text{
	font-family: BloggerSans;
	font-size: 16px;
}

.bl6{
	background: #F0F9FF;
	padding-bottom: 35px;
}

.bl6-caption{
	padding-bottom: 25px;
}

.bl6-item{
	text-align: left;
	margin-top: 25px;
	padding: 15px 20px;
}

.bl6-item-caption{
	font-family: FuturaDemiC;
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.bl6-item-text{
	font-family: BloggerSans;
	font-size: 16px;
	color: #000;
}

.bl6-img{
	background: url(../img/bl6-img.png) no-repeat;
	background-size: contain;
}
.bl6-img2{
	background: url(../img/bl6-img2.png) no-repeat right;
	background-size: contain;
}
.bl6-img3{
	background: url(../img/bl6-img3.png) no-repeat;
	background-size: contain;
}
.bl6-img4{
	background: url(../img/bl6-img4.png) no-repeat right;
	background-size: contain;
}
.bl6-img5{
	background: url(../img/bl6-img5.png) no-repeat;
	background-size: contain;
}
.bl6-img6{
	background: url(../img/bl6-img6.png) no-repeat right;
	background-size: contain;
}
.bl6-img7{
	background: url(../img/bl6-img7.png) no-repeat;
	background-size: contain;
}

.bl7{
	background: url(../img/bl3-bg.png) no-repeat center;
	background-size: cover;
}

.bl7-caption{
	padding-bottom: 30px;
}

.bl7-caption:after{
	content: url(../img/right.png);
	display: inline-block;
}

.bl7-caption:before{
	content: url(../img/left.png);
	display: inline-block;
}

.bl7-items{
	padding: 10px 0px;
	border-bottom: 3px solid #FFF;
}

.bl7-items-caption{
	font-family: FuturaDemiC;
	font-size: 18px;
	color: #2d4082;
	text-transform: uppercase;
	text-align: left;
	padding-left: 15px;
	padding-bottom: 5px;
}

.bl7-items-caption img{
	float: right;
	width: 16px;
	cursor: pointer;
}

.bl7-hidden-text{
	display: none;
}

.bl7-hidden-text table{
	width: 100%;
}

.bl7-hidden-text td{
	font-family: BloggerSans;
	font-size: 16px;
	color: #000;
}

.text-left{
	text-align: left;
	padding-right: 15px;
}

.text-right{
	text-align: right;
}

.bl7-button{
	margin-top: 25px;
	padding-bottom: 25px;
}

.bl8{
	
}

.bl8-caption{
	padding-bottom: 18px;
}

.bl8-text{
	font-family: BloggerSans;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	padding-bottom: 10px;
}

.pt10{
	padding-top: 15px;
}

.bl8-adress{
	font-family: BloggerSans;
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
}

.bl8-messanger{
	padding-bottom: 25px;
}

.bl8-messanger img{
	display: inline-block;
	width: 50px;
	height: auto;
	margin: 0px 10px;
}

.bl8-map{
	
}

.map img{
	width: 100%;
	height: auto;
}


/*Кнопки переключения*/
#trend_diz_buttons_block {
	margin: 0 auto;
	width:100%;
	text-align:center;
}
#trend_diz_buttons_block > div {
	/*float: left;*/
	display:inline-block;
	overflow: hidden;
}
/*#diz_block {

}*/

#trend_button, #diz_button, #diz_pdf_button {
	cursor: pointer;
	border: 1px solid #000;
	border-radius: 5px;
	position: relative;
	background-color: #fff;
}
#trend_button > div, #diz_button > div, #diz_pdf_button > div {
	border-bottom: 1px solid #000;
	border-radius: 5px;
	margin-bottom: 3px;
	padding: 4px;
	font-family: BloggerSans;
}
#trend_button > div {
	background-color: #fcdfdb;
}
#diz_button > div, #diz_pdf_button > div {
	background-color: #c4def1;
}
#diz_button, #diz_pdf_button {
	margin-left: 10px;
}
#diz_pdf_button a {
	color: #000;
	text-decoration: none;
}