
@charset "utf-8";
body {
    padding-top: 10px;
}
.nav_header {
    margin-bottom: 0;
}
.detailtextkod {
    white-space:pre-wrap;
}
.head_span {
    border-bottom: 1px solid #C0C0C0;
    height: 34px;
    margin-left: -55px;
    overflow: hidden;
    padding-left: 55px;
    padding-top: 6px;
}
.nav_header > li {
    margin-left: 10px;
}
.nav_header > li > a {
    color: #0073EA !important;
    margin-top: -1px;
    padding-bottom: 13px;
    padding-top: 12px;
}
.nav_header > li > a:hover {
    color: #333333 !important;
}
.nav_header li.selected {
    font-weight: bold;
}
.top_muted {
    float: right;
    font-family: "Myriad Pro";
    font-weight: bold;
    margin-right: 30px;
}
.breadcrumb > li > a {
    color: #000000;
    font-family: "Myriad Pro";
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
}
.breadcrumb > li > a:hover {
    text-decoration: none;
}
a.btn_cust {
    color: #0073EA;
    font-size: 0.75em;
    font-weight: bold;
    margin-bottom: 5px;
}
.h2_cust {
    margin-bottom: 0;
}
.span_cust {
    font-size: 0.8em;
    margin-bottom: 5px;
    margin-left: 0 !important;
}
.span_cust > p > span {
    float: right;
    margin-right: 30%;
}
.span_cust > p {
    margin: 0;
}
section > .span_cust + .span_cust > p > span {
    margin-right: 40%;
}
section {
    margin: 15px 0;
    overflow: hidden;
}
section.long > .span_cust > p > span {
    margin-right: 57%;
}
section.long > .span_cust:first-child > p > span {
    margin-right: 0 !important;
}
.fluid_cust p {
    margin: 0 !important;
}
.fluid_cust {
    font-size: 0.8em;
    margin: 15px 0;
}
.logo {
/**    left: 30px; **/
    position: relative;
    top: 2px;
}
.apps-small {
    background-color: #FFA500;
    width: 64px;
}
.copyright {
    color: #000000;
    font-family: "Myriad Pro";
    font-size: 13px;
    font-style: italic;
    text-align: left;
}
.copyright ul li {
    display: inline;
    list-style: none outside none;
}
.copyright ul {
    margin: 0 0 10px;
    padding: 0;
}
.additionmenu img {
    display: block;
    float: left;
    padding-right: 5px;
}
.right-top-search {
    font-size:large;
    text-transform: capitalize;
    font-weight: normal;
    line-height: 24px;
    margin-top: 4px;
    padding: 3px 4px;
    width: 180px;
}
.right-top-search-submit {

    text-transform: capitalize;
    font-weight: normal;
    line-height: 24px;
    margin-top: 4px;
    padding: 7px 4px;
    width: 200px;
}

.gz {
}

table.format-table, table.format-table tr td {
    padding: 5px;
}
.nav-main-form {
    float: left;
    margin-top: 2px;
}
.nav-collapse {
    margin-bottom: -2px;

}
.comments{
    border: 1px solid #e3e0e0;
    background: #fbfafa;
    padding: 0 35px 0 28px;
    margin: 15px 0;
}
.comments  .comment_item{
    position: relative;
    border-top: 1px solid #e3e0e0;
    clear: both;
    padding-top: 15px;
    overflow: hidden;
}
.comments .comment_item .figcaption{
    padding-bottom: 15px;
    overflow: hidden;
}
.comments .comment_item .figcaption .date{
    font-size: 11px;
    color: #898b7a;
}
.comments .comment_item .figcaption .txt{
    padding-bottom: 5px;
}
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
}

.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
    padding: 2px 10px;
    font-size: 11.9px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
    padding: 0 6px;
    font-size: 10.5px;
}

ul.countryList {
    list-style: none;
    margin:0;
}
ul.countryList table {
    width:100%;
    text-align: left;
}
ul.countryList table tr td{
    width:33%;
    text-align: left;
}

#phonedescr {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1em;
    padding: 5px 0;
}
#phoneSearchForm {
    min-width: 350px;
}
.breadcrumb li {
    max-width: 800px;
}

/**
* Ouibounce
**/
#ouibounce-modal {
    display: none;
}
#ouibounce-modal .underlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    -webkit-animation: fadein 0.5s;
    animation: fadein 0.5s;
}
#ouibounce-modal a{
    background:#001f5d;
    color:#ffffff;
}

#ouibounce-modal .modal-footer p {
    cursor: pointer;
    display: inline;
    border-bottom: 1px solid #344a5f;
}

#ouibounce-modal .modal-title {
    font-size: 18px;
    background-color: #001f5d;
    color: #fff;
    padding: 10px;
    margin: 0;
    border-radius: 4px 4px 0 0;
    text-align: center;
}

ul.listInfo {
    list-style: none;
    margin: 5px 5px;
}
ul.listInfo li{
    list-style: none;
    padding: 2px 2px;
}

/**Правки бутерброда**/
@media screen and (max-width:900px) {
	.nav-main-form {
		padding-top: 15px;
		display: block;
	}
	.nav_header {
		padding-top: 15px;
	}
}
/**Вынес на центр всплывающий список на мобильных**/
@media screen and (max-width:600px) {
	.nav_header {
		margin: 0 auto;
	}
    .nav_header li a {
        text-align: center;
    }
}


@media screen and (max-width:500px) {
	body {
		padding-left:0!important;
		padding-right:0!important;
	}
	header, section, footer {
		padding-left:10px;
		padding-right:20px;
	}
}

@media (max-width:900px) {.ads-adaptive { display:block; margin-bottom:30px; float:left; text-align:left;}}
@media(max-width: 700px) {.ads-adaptive { max-width:90%; margin:0 auto 30px auto;}}
