@font-face {
    font-family: 'SegoeUI';
    src: url('../fonts/segoe.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/segoe.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/segoe.woff2') format('woff2'), /* Modern Browsers */
    url('../fonts/segoe.woff') format('woff'), /* Modern Browsers */
    url('../fonts/segoe.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/segoe.svg') format('svg');
    /* Legacy iOS */
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'SegoeUI';
    src: url('../fonts/SEGOEUIB.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/SEGOEUIB.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/SEGOEUIB.woff2') format('woff2'), /* Modern Browsers */
    url('../fonts/SEGOEUIB.woff') format('woff'), /* Modern Browsers */
    url('../fonts/SEGOEUIB.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/SEGOEUIB.svg') format('svg');
    /* Legacy iOS */
    font-weight: 600;
    font-style: normal;
}


body{
	font-family: 'Open Sans', sans-serif;
}

.main_page_container{
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.main_page{
	display: inline-block;
	position: absolute;
	margin-left: -800px;
	width: 1600px;
	height: 900px;
	background: url('../images/main_page_bg2.jpg');
	top:0;
}

.main_menu_item,.main_menu_item:hover,.main_menu_item:visited,.main_menu_item:link,.main_menu_item:active{
	display: block;
	position: absolute;
	text-align: center;
	font-size: 21px;
	text-decoration: none;
	height: 39px;
	border-radius: 6px;
    cursor: pointer !important;
}

.menu_item:hover{
	opacity: 0.9;
}

#main_menu_0{
	color: black;
	line-height: 4px;
	top:100px;
	left: 390px;
	width: 560px;
	height: 140px;
}

#main_menu_1{
	color: black;
	line-height: 4px;
	top:560px;
	left: 390px;
	padding: 14px;
	border: 2px dashed #7d0000;
	background: #ffa101;
}

#main_menu_2{
	color: black;
	line-height: 4px;
	top:430px;
	left: 470px;
	padding: 14px;
	border: 2px dashed #7d0000;
	background: #89bbe0;
}

#main_menu_3{
	color:white;
	line-height: 4px;
	top:430px;
	left: 1080px;
	padding: 14px;
	border: 2px dashed #7d0000;
	background: #f21e1e;
}

#main_menu_4{
	color:white;
	line-height: 4px;
	top:290px;
	left: 900px;
	padding: 14px;
	border: 2px dashed #7d0000;
	background: #669900;
}

#main_menu_5{
	color:white;
	line-height: 4px;
	top:545px;
	left: 1050px;
	padding: 14px;
	border: 2px dashed #7d0000;
	background: #a30060;
}

#main_menu_6{
	color:black;
	line-height: 4px;
	top:505px;
	left: 770px;
	padding: 14px;
	border: 2px dashed #7d0000;
	background: white;
}


.main_footer{
	width: 900px;
	height: 80px;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
}

.main_footer a{
	text-decoration: underline;
	font-size: 16px;
	margin: 4px;
}

.main_footer span{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}


.header_container{
    position: relative;
    width: 100%;
    height: 320px;
    background: url('../images/head_menu_bg.jpg');
    background-position: center;
}


.header{
    left: 0;
    right: 0;
    margin: auto;
    width: 980px;
}

.logo{
    width: 524px;
    height: 104px;
    background: url('../images/logo.png');
    margin-bottom: 76px;
}


.head_menu_item,.head_menu_item:hover,.head_menu_item:visited,.head_menu_item:link,.head_menu_item:active{
	font-size: 16px;
	text-decoration: none;
    cursor: pointer !important;
	height: 28px;
	border-radius: 6px;
    padding: 8px;
    padding-left: 4px;
    padding-right: 4px;
    line-height: 4px;
    margin-right: 4px;
    box-shadow: 1px 2px 9px 1px rgba(0, 0, 0, 0.33);
}

.head_menu_item:hover{
    opacity: 0.9;
}

#head_menu_1{
	color: black;
	border: 2px dashed #7d0000;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff9e02+0,fbc05f+100 */
    background: rgb(255,158,2); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,158,2,1) 0%, rgba(251,192,95,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,158,2,1) 0%,rgba(251,192,95,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,158,2,1) 0%,rgba(251,192,95,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9e02', endColorstr='#fbc05f',GradientType=0 ); /* IE6-9 */
}

#head_menu_2{
	color: white;
	border: 2px dashed #7d0000;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2989d8+0,6a89c2+100 */
    background: rgb(41,137,216); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(41,137,216,1) 0%, rgba(106,137,194,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(41,137,216,1) 0%,rgba(106,137,194,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(41,137,216,1) 0%,rgba(106,137,194,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2989d8', endColorstr='#6a89c2',GradientType=0 ); /* IE6-9 */
}

#head_menu_3{
	color:white;
	border: 2px dashed #7d0000;
    padding-right: 8px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f21f1f+0,f37270+100 */
    background: rgb(242,31,31); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(242,31,31,1) 0%, rgba(243,114,112,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(242,31,31,1) 0%,rgba(243,114,112,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(242,31,31,1) 0%,rgba(243,114,112,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f21f1f', endColorstr='#f37270',GradientType=0 ); /* IE6-9 */
}

#head_menu_4{
	color:white;
	border: 2px dashed #7d0000;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#689a03+0,9fbd5e+100 */
    background: rgb(104,154,3); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(104,154,3,1) 0%, rgba(159,189,94,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(104,154,3,1) 0%,rgba(159,189,94,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(104,154,3,1) 0%,rgba(159,189,94,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#689a03', endColorstr='#9fbd5e',GradientType=0 ); /* IE6-9 */
}

#head_menu_5{
	color:white;
	border: 2px dashed #7d0000;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a50563+0,c36097+100 */
    background: rgb(165,5,99); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(165,5,99,1) 0%, rgba(195,96,151,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(165,5,99,1) 0%,rgba(195,96,151,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(165,5,99,1) 0%,rgba(195,96,151,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a50563', endColorstr='#c36097',GradientType=0 ); /* IE6-9 */
}

#head_menu_6{
	color: #d60000;
	border: 2px dashed #7d0000;
	background: white;
}

#head_menu_7{
	color:white;
	border: 2px dashed #7d0000;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a50563+0,c36097+100 */
    background: #2998a5;
}






.content_container {
    position: relative;
    width: 100%;
    min-height: 320px;
    
}

.content {
    left: 0;
    right: 0;
    margin: auto;
    width: 980px;
}

h1 {
    font-weight: 600;
    text-align: center;
    color: #1044a6;
    margin-bottom: 12px;
}
h2 {
    font-weight: 600;
    text-align: center;
    color: #1044a6;
    margin-bottom: 12px;
}
h3 {
    font-weight: 500;
    text-align: center;
    color: #1044a6;
    margin-bottom: 8px;
}
h4 {
    font-weight: 400;
    text-align: center;
    color: #1044a6;
    margin-bottom: 6px;
}

p {
    font-size: 16px;
}

.pull-left{
    margin: 12px;
}

.pull-right{
    margin: 12px;
}

.footer_container {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 32px;
    padding-bottom: 6px;
    margin-top: 84px;
    background: #335ca7;
}

.footer {
    width: 980px;
}

.footer p{
    font-size: 14px;
    color: white;
}


.footer a,.footer a:hover,.footer a:visited,.footer a:link,.footer a:active{
    display: inline-block;
    text-decoration: underline;
    margin-right: 14px;
    margin-bottom: 12px;
    color:white;
    cursor: pointer !important;
}

.soc, .soc:hover, .soc:visited, .soc:link, .soc:active{
    display: inline-block;
    width: 33px;
    height: 33px;
    margin-top: 21px;
}

.vk{
    background: url(../images/vk.png);
}

.fb{
    background: url(../images/fb.png);
}


.od{
    background: url(../images/ok.png);
}

.ig{
    background: url(../images/ig.png);
}

.yt{
    background: url(../images/yt.png);
}

.footer_ball{
    display: block;
    position: absolute;
    right: 0;
    bottom: -140px;
    background: url(../images/ball.png);
    width: 168px;
    height: 248px;
}



.collapse p{
    padding: 12px;
}

.panel-collapse p{
    padding: 12px;
}
