/*font*/
/*font end*/

/*script*/

/*script end*/



/*---reset start---*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html {
	height:100%;
	width:100%;
}

body {
	line-height: 1;
	background-color:#fff;
	font-family: 'Roboto', sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*---reset end---*/

/*head*/
#head {
	width: 100%;
	min-width: 1200px;
	height: 60px;
	background-color: #054a8b;
}
#head_bd {
    width: 1200px;
    min-width: 1200px;
    margin: 0px auto;
    height: 60px;
    line-height: 60px;
}
.top_cont {
    display: inline-block;
    line-height: 30px;
    height: 30px;
    color: #fff;
    margin-right: 55px;
}
.top_cont img {
    float: left;
    margin-right: 10px;
}
.customhead {
    width: 1110px;
    float: left;
}
.sclogin-modal-links {
    width: 90px;
    float: left;
    height: 60px;
}
#head_bd .sclogin-modal-links a, .sourcecoast input[type="submit"].btn {
    display: block !important;
    line-height: 50px !important;
    background: none !important;
    border: 0px !important;
    font-size: 16px !important;
}
#form-sclogin-submitcreate {
    width: 200px;
    display: block;
    margin: 0px auto;
}
.input-block-level {
    text-align: center;
}
.sclogin-greeting {
  	display: none;
}
.sclogin .sclogout-button {
    height: 60px;
}
/*head end*/
/*top_menu*/
#top_menu {
	width: 1200px;
	margin:0px auto;
	height: 130px;
}
#top_menu .custom-logo {
    font-size: 30px;
    color: #054a8b;
    font-weight: 500;
    float: left;
    width: 430px;
}
#top_menu .custom-logo img {
    float: left;
}
#top_menu .custom-logo p {
    display: table;
    padding-top: 19px;
}
#top_menu .custom-logo a {
	text-decoration: none;
	color: #054a8b;
}
#top_menu ul {
    text-align: right;
    padding-top: 30px;
    width: 770px;
    float: left;
}
#top_menu ul li {
    display: inline-block;
    line-height: 35px;
    font-size: 18px;
    margin-left: 20px;
}
#top_menu ul li a {
    text-decoration: none;
    color: #454545;
}
#top_menu ul li.current {
	text-decoration: underline;
}
#top_menu ul li.current a {}
/*top_menu end*/
/*banner*/
#banner {
    width: 100%;
    min-width: 1200px;
    height: 660px;
    background: url(../images/banner_bg.jpg) top left;
    position: relative;
    z-index: 500;
    border-top: 1px solid #054a8b;
    border-bottom: 1px solid #054a8b;
}
/*banner end*/
/*blocks*/
#blocks {
    width: 1200px;
    margin: -75px auto 0px;
    display: table;
    position: relative;
    z-index: 1000;
}
.block {
    width: 350px;
    height: 250px;
    float: left;
    margin: 0px 24px 70px;
    border-radius: 20px;
    box-shadow: 0px 8px 30px #e6e6e6;
    text-align: center;
    background: #fff;
}
.block a {
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #1b3a43;
    font-weight: 300;
}
.block img {
    border: 1px solid #1b3a43;
    border-radius: 10px;
    margin-top: -35px;
    margin-bottom: 25px;
}
.block p {}
.block:hover a {
	font-weight: 400;
}
/*blocks end*/
/*text*/
#text {
    width: 1200px;
    margin: 0px auto 60px;
}
#text h3 {
    color: #054a8b;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 45px;
}
#text p {
    color: #054a8b;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}
/*text end*/
/*karta*/
#karta {
	width: 100%;
	min-width: 1200px;
}
/*karta end*/
/*footer*/
#footer {
	width: 100%;
	min-width: 1200px;
    background-color: #054a8b;
    text-align: center;
    height: 120px;
    line-height: 40px;
    color: #ffffff;
    padding-top: 20px;
}
/*footer end*/

/*main*/
#main {
	width: 1200px;
	margin: 0px auto;
}
.item-page {
    width: 940px;
    margin: -470px auto 60px;
    position: relative;
    background: url(../images/bg_90.png);
    z-index: 5000;
    min-height: 550px;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0px 8px 30px #e6e6e6;
    background-color: #ffffff;
    display: table;
}
.page-header h2 {
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 300;
    color: #054a8b;
    text-align: center;
    margin-bottom: 30px;
}
.item-page img {
    padding: 8px !important;
    background: #e0e0e0;
    border: 1px solid #054a8b;
    border-radius: 3px;
}
.item-page p {
    line-height: 20px;
    margin-bottom: 20px;
}
.item-page h4 {
	text-align: center;
    font-weight: 500;
    margin: 20px 0px;
}
.item-page table.docs {}
/*.item-page table a {
	margin: 0px !important;
}*/
.item-page table p {
  margin: 0px;
}
.item-page table tr {}
.item-page table td {
    padding: 12px 10px;
}
.item-page table tr:nth-child(odd) {
    background-color: #EAF2D3;
}
.item-page table.docs td {
    text-align: center;
}
.item-page table img {}
.item-page a {
	color: #054a8b;
	text-decoration: none;
	border-bottom: 1px dashed;
}
a.wfpopup {
  border: none;
}
.item-page ul {
    list-style: none;
    margin-left: 30px;
    margin-bottom: 20px;
}
.item-page ul li {
    list-style-type: circle;
    line-height: 20px;
    margin-bottom: 10px;
}
/*main end*/
/*all*/
ul.mater_ul {
    line-height: 30px;
}
.module_special_visually.topfixed {
    position: fixed;
    z-index: 999;
    top: 10px;
    left: inherit;
    width: 295px;
    right: 0;
    text-align: right;
}
.module_special_visually.topfixed #special_visually, .module_special_visually.bottomfixed #special_visually {
    width: 100%;
}
img.button_icon {
    max-height: 83px;
    max-width: 119px;
    width: 100%;
    height: auto;
    background: none;
}
.module_special_visually #special_visually label {
    border: 0px;
}
.module_special_visually #special_visually label.active, .module_special_visually #special_visually label:hover, .module_special_visually #special_visually input:checked + label {
    color: #000;
    border: 0px solid #000;
    background: none !important;
}
#vers {
    cursor: pointer;
    padding: 5px;
    position: fixed;
    z-index: 9999;
}
#vers img:hover {
  cursor: pointer;
}
#vers .buttons img {
  width:119px !important;
  height:83px !important;
}
.module_special_visually #special_visually label img {
    max-height: 83px;
    max-width: 119px;
}
.change_image .button_icon {
    width: 45px !important;
}
.change_image .button_icon:hover {
  padding:0px;
}
img.vr {
  display:none;
}
/*all end*/