* {
    margin: 0;
    padding: 0;
}
html {
    height: 100%;
}
article, aside, details, figcaption, figure, main, footer, header, nav, section, summary {
    display: block;
}
body {
    font: 12px/18px Arial, sans-serif;
    font-family: 'Open Sans', sans-serif;
}
li {
    list-style: none;
}

.log-reg-btn {
    overflow: hidden;
    float: right;
}

.log-reg-btn button {
    margin-right: 10px;
}

.registration-btn {

}
.clear {
    clear: both;
}
/* Header
-----------------------------------------------------------------------------*/
.live_element {
    color: #305480;
    cursor: pointer;
}

.header {
    margin-bottom: 25px;
}

.header_line {
    position: relative;
}

.logo {
    width: 447px;
    padding-top: 50px;
    padding-bottom: 15px;
    margin: 0 auto;
}

.exchange-country {
    width: 49.9%;
    float: left;
}

#stats_conteiner .row .exchange-country {
    padding: 0;
}
.exchange-country .exchange-content {
    padding: 0 0 0 5px;
}


#stats_conteiner .test {
    padding: 0;
    margin-bottom: 25px;
}


.sidebar-block {
    overflow: hidden;
    border: 1px solid #BBB;
    border-radius: 4px;
    box-shadow: 5px 5px 15px rgba(0,0,0,.2);
    background: #fff;
    margin-bottom: 20px;
}
#fixed-block {
    margin: 0 0 25px 0;
}
.title-sidebar-block {
    color: #fff;
    text-align: center;
    font-weight: normal;
    display: block;
    line-height: 1.3;
    margin: 5px 5px 0 5px;
    padding: 5px 0;
    border-radius: 4px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.sidebar-block>span {
    font-size: 17px;
    margin: 150px 0 150px 0;
    display: block;
    text-align: center;
}
.sidebar-block span>p {
    font-size: 25px;
    text-align: center;
}
.trans-market-block {
    overflow: hidden;
}
.trans-market-block>li {
    margin: 15px 17px 0 16px;
    float: left;
    width: 90px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.trans-market-block > li img {
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
 }
.trans-market-block > li:hover a img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
 }
.trans-market-block > li:nth-child(6) {
    margin-bottom: 15px;
}
.trans-market-block > li > a {
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
}
.trans-market-block > li > a:hover {
    text-decoration: underline;
}
.trans-market-block > li > a > img {
    width: 90px;
}
/* Footer
-----------------------------------------------------------------------------*/
#footer {
    background-image: -moz-linear-gradient(top, #93999C 10%, #52565a 70%);
    background-image: -ms-linear-gradient(top, #93999C, #52565a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(0.1, #93999C), to(0.7, #52565a));
    background-image: -webkit-linear-gradient(top, #93999C, #52565a);
    background-image: -o-linear-gradient(top, #93999C, #52565a);
    background-image: linear-gradient(top, #93999C,#52565a);
}
#footer > .wrapper {
    overflow: hidden;
}
#footer div:nth-child(3) {
    margin: 0;
}
.footLine {
    background: url('../images/linef.png') repeat-x;
    height: 2px;
    margin-top: 10px;
}
.copyright {
    color: #ffffff;
    padding: 15px 0 20px 35px;
    margin: 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    font-size: 13px;
}
.contacts,
.sections {
    padding-top: 20px;
}
.contacts > p {
    color: #ffffff;
    padding: 5px 0 0 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.contacts b {
    font-size: 14px;
    margin: 5px 0 5px 0;
    display: block;
}

.footer-menu b > a {
    color: #000;
    font-size: 14px;
    text-decoration: none;
    margin: 5px 0 5px 0;
    display: block;
}
.footer-menu b > a:hover {
    text-decoration: underline;
}
.footer-menu p > a {
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.footer-menu p > a:hover {
    text-decoration: underline;
}

.button-reg-footer {
    text-align: center;
    padding: 6px 0;
    border-radius: 4px;
    font: 14px Arial, Helvetica, sans-serif;
    color: #fff;
}
.reg-footer {
    text-decoration: none;
    display: block;
}

.fixed-top-block {
    height: 40px;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.fixed-top-block .container a:nth-child(1) {
    margin-right: 10px;
}
.lang-block {
    width: 60px;
    border: 1px solid #bbbbbb;
    border-radius: 4px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .2);
    background: #ffffff;
    position: absolute;
    right: 15px;
    top: 50px;
    z-index: 9997;
}
.lang-block > a,
.lang-block-hide > a {
    font-size: 15px;
    color: black;
    text-decoration: none;
    padding: 2px 0 2px 0;
    overflow: hidden;
    width: 50px;
    cursor: pointer;
    display: block;
    margin: 0 auto 3px auto;
}
.lang-block > a > p,
.lang-block-hide > a > p {
    padding: 3px 5px 0 0;
    display: block;
    float: left;
}
.lang-block img {
    float: right;
}
.lang-block-hide {
    display: none;
    width: 60px;
}
.lang-block-hide img {
    float: right;
}
.main-menu {
    margin: 0;
}
.nav-menu {

}
.nav-menu>li {
    background: url('../images/menu-sprite.png') no-repeat -1px -10px;
}
.nav-menu li {
    float: left;
    position: relative;
}
.nav-menu .level_2 {
    float: left;
    position: relative;
    width: 245px;
    text-align: center;
}
.nav-menu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    display: block;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    padding: 10px 19px 10px 19px;
}
.nav-menu li:hover {
    text-decoration: none;
}
.container .nav > li > a:hover,
.container .nav > li > a:focus {
    background-color: #81a9c0;
}
.nav-menu ul a {
    white-space: nowrap;
    display: block;
    letter-spacing: 1px;
}
.nav-menu ul li a {
    font-size: 15px;
}
.nav-menu li:hover ul a {
    text-decoration: none;
    -webkit-transition: -webkit-transform 0.075s linear;
    -moz-transition: -moz-transform 0.075s linear;
}
.nav-menu li:hover ul li a:hover {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.nav-menu ul {
    display: none;
    visibility:hidden;
    position: absolute;
    top: 50px;
    box-shadow: 8px 6px 18px rgba(0, 0, 0, 0.3);
    z-index: 9999;
}
/* Third-level menus */
.nav-menu ul ul {
    top: 0;
    left: 245px;
    display: none;
    visibility:hidden;
    box-shadow: 8px 6px 18px rgba(0, 0, 0, 0.3);
    z-index: 9999;
}  /* Fourth-level menus */
.nav-menu ul ul ul {
    top: 0;
    left: 250px;
    display: none;
    visibility:hidden;
    box-shadow: 8px 6px 18px rgba(0, 0, 0, 0.3);
    z-index: 9999;
}
.nav-menu ul li {
    display: block;
    visibility:visible;
}  .nav-menu li:hover > ul {
    display: block;
    visibility:visible;
}
.filter-btn  {
    float: right;
    margin: 5px 0 10px 0;
}
.form-filter {
    margin-top:15px;
    overflow: hidden;
    position: relative;
}
.button-nf {
    padding: 6px 22px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font: 14px Arial, Helvetica, sans-serif;
    color: #ffffff;
}
.button {
    float: left;
    display: block;
    margin-top: 5px;
    text-decoration: none;
    text-align: center;
    padding: 6px 22px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font: 14px Arial, Helvetica, sans-serif;
    color: #ffffff;
    cursor: pointer;
}
.index_cargo_search .button-nf,
.index_transport_search .button-nf {
    margin: 5px 0 10px 0;
    float: right;
}

.search-cargo {
    width: 250px;
    border: 1px solid #bbbbbb;
    border-radius: 4px;
    margin: 20px 0 10px 0;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .2);
    background: #ffffff;
}
.cargo-add {
    overflow: hidden;
    margin: 15px 0 0 0;
}
.cargo-add img {
    float: left;
    padding-left: 35px;
}
.cargo-add p {
    padding: 5px;
    font-size: 14px;
    float: left;
    width: 110px;
    text-transform: uppercase;
    font-weight: bold;
    color: #595959;
}

.cargo-lable,
.filter-lable {
    display: block;
    font-weight: bold;
    width: 100%;
}

.input {
    border-radius: 3px;
    width: 100%;
    padding: 6px 13px 6px 13px;
    border: 1px solid #c7c7c7;
    outline-style: none;
}
.input:hover {
    border: 1px solid #81a9c0;
}
.select {
    width: 100%;
    height: 34px;
}
.left-small {
    width: 45%;
    border-radius: 3px;
    padding: 6px 0 6px 0;
    border: 1px solid #c7c7c7;
    text-align: center;
    outline-style: none;
}
.select_main .left-small:nth-child(3),
.select_main .select_small:nth-child(3) {
    float: right;
}
.time-lable {
    color: #333;
    font-weight: bold;
    border-radius: 4px;
    background: #8be595;
    padding: .1em .5em;
    display: inline-block;
    font-size: 0.8em;
}
.hour-3 {
    background: #dfd489;
}
.hour-18 {
    background: #fcbebe;
}
#panel_log_in {
    width: 248px;
    padding: 10px;
    background: #ffffff;
    display: none;
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 9999;
    border-radius: 0 0 5px 5px;
    border: 1px solid #bbbbbb;
    border-top: none;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, .2);
}
#log_in {
    float: right;
    margin-top: 10px;
}
#panel_log_in a {
    margin-top: 15px;
    display: block;
    float: left;
}
.services-menu {
    margin-top: 13px;
}
.services-menu li {
    margin: 5px;
    padding: 5px;
    font-weight: 600;
    border-radius: 4px;
}
.services-menu li:hover a {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.services-menu img {
    float: left;
    padding: 3px 15px 0 15px;
}
.services-menu a {
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    padding: 10px 10px 10px 10px;
    display: block;
}
.exchange {
    overflow: hidden;
    border: 1px solid #bbbbbb;
    border-radius: 5px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    padding: 0 2px 2px 2px;
}

.last-news {
    border-right: 1px solid #81A9C0;
    margin-bottom: 25px;
}

.short-text {
    height: 55px;
    overflow: hidden;
}
.short-text img {
    display: none;
}
.news-one > a > span {
    color: #bbb;
}
.news-one > a {
    text-decoration: none;
}
.news-one > a > h3 {
    margin-bottom: 5px;
}
.news-one > a > h3:hover {
    color: #81a9c0;
}
.date-post {
    font-weight: 600;
    padding-top: 5px;
}
.more {
    float: right;
    margin-right: 10px;
    color: #81a9c0;
    padding-top: 5px;
    text-decoration: none;
}
.more:hover {
    text-decoration: underline;
}
.documents,
.info-country,
.info-center {
    overflow: hidden;
    margin-bottom: 25px;
    border: 1px solid #CDCDCD;
    border-radius: 4px;
    box-shadow: 5px 5px 15px rgba(0,0,0,.2);
}
.documents h3,
.info-country h3,
.info-center h3 {
    background: rgb(209, 212, 221);
    background-image: -o-linear-gradient(bottom, rgb(209, 212, 221) 0%, rgb(243, 243, 243) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(209, 212, 221) 0%, rgb(243, 243, 243) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(209, 212, 221) 0%, rgb(243, 243, 243) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(209, 212, 221) 0%, rgb(243, 243, 243) 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(209, 212, 221)),
     color-stop(1, rgb(243, 243, 243)));
    padding: 10px 0 10px 0;
    font-size: 18px;
    margin: 0;
    text-align: center;
}
.documents li,
.info-country li,
.info-center li {
    font-size: 13px;
    float: left;
    width: 172px;
    padding: 5px 5px 5px 5px;
    margin: 2px 2px 2px 2px;
}
.documents li>a,
.info-country li>a,
.info-center li>a {
    color: #000;
    text-decoration: none;
}
.documents li:hover,
.info-country li:hover,
.info-center li:hover {
    background-color: #81a9c0;
    border-radius: 4px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.documents li:hover a,
.info-country li:hover a,
.info-center li:hover a {
    color: #fff;
}

.international-transportation li,
.inland-transport li {
    float: left;
    padding: 1px;
    cursor: pointer;
    font-size: 12px;
}
.exchange-content{
    margin: 5px 0 5px 0;
}

.count-application {
    padding-left: 5px;
}
.country-name {
    position: absolute;
    top: 27px;
    left: 8px;
    font-weight: bold;
    color: #65707b;
}
.exchange-country {
    height: 865px;
    border-left: 1px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .2);
}

.exchange-content p {
    float: left;
    /*width: 95px;*/
    font-size: 12px;
    margin-bottom: 5px;
}
.country-img {
    position: absolute;
}
.international-transportation h2 {
    text-align: center;
    font-size: 16px;
}
.international-transportation a,
.inland-transport a {
    color: #000000;
    text-decoration: none;
    padding: 2px 2px 2px 2px;
}
.international-transportation a:hover,
.inland-transport a:hover {
    border-radius: 3px;
}
.inland-transport .active-itrans,
.international-transportation .active-itrans {
    border-radius: 3px;
    padding: 1px 5px 2px 5px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.exchange h2 {
    text-align: center;
    font-size: 16px;
}

.international-transportation,
.inland-transport {
    overflow: hidden;
    margin: 0 auto;
    width: 260px;
}
.category-button {
    width: 185px;
    height: 185px;
    border: 1px solid #305480;
    float: left;
    margin: 5px 9px 9px 4px;
    border-radius: 5px;
    position: relative;
    text-align: center;
    box-shadow: 5px 5px 9px rgba(0, 0, 0, 0.2);
}
.category-button:hover {
    box-shadow: 5px 5px 9px rgba(0, 0, 0, 0.5);
    text-decoration: underline;
}
.category-button a {
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 5px 5px 9px rgba(0, 0, 0, 0.2);
}
.title {
    text-align: center;
}
.title h1,
.title h2 {
    margin-bottom: 25px;
    margin-top: 25px;
}
.block-answer {
    overflow: hidden;
    float: left;
    font-size: 13px;
}
.block-answer h1 {
    text-align: center;
    margin: 30px;
    color: #666666;
}
.block-answer h2 {
    text-align: center;
}
.answer {
    width: 380px;
    float: left;
    padding: 10px;
}
/* Pagination */

.pagination-wrapper {
    margin: 15px 0 15px 0;
    font-size: 0;
    float: left;
    width: 100%;
}
.pagination-wrapper .arr {
    background: url("../images/pagination--arrows.png") repeat-x;
    height: 15px;
    width: 21px;
    margin-right: 12px;
    display: inline-block;
}
.pagination-wrapper .arr--start {
    background-position: 0 0;
    width: 23px
}
.pagination-wrapper .arr--end {
    background-position: 23px 0;
    width: 23px
}
.pagination-wrapper .arr--prev {
    background-position: -23px 0;
}
.pagination-wrapper .arr--next {
    background-position: 44px 0;
}
.pagination-items {
    height: 15px;
    display: inline-block;
    vertical-align: top;
}
.pagination-text {
    height: 15px;
    display: inline-block;
    vertical-align: top;
    width: 130px;
}
.pagination-items a,
.pagination-text a {
    color: #1270a2;
    font-size: 1.3rem;
    font-weight: 500;
    text-decoration: none;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    margin: 0;
}
.pagination-items .active {
    cursor: default;
}
.pagination-items a:hover, .pagination-items a.active {
    font-weight: 700;
}
.pagination-text a:hover, .pagination-text a.active {
    font-weight: 700;
}
.pagination-items>.item-more {
    width: 12px;
    text-align: center
}
.pagination-items > span > a:not(:first-child) {
    border-left: 2px solid #90bcd4;
}
.pagination-items > span > a:not(:last-child) {
    /*border-right: 1px solid #a0c6da;*/
}
.pagination-work-companies {
    margin-bottom: 30px;
}
/*SLIDER*/
#slider {
    margin-bottom: 30px;
    border-radius: 5px;
}
#slider >ol > li > div > ul > li >a {
    padding: 5px 5px 5px 90px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}
#slider > ol > li > div > ul > li > a:hover {
    text-decoration: underline;
}
#slider > ol > li > div > h3 {
    width: 282px;
    float: right;
    font-size: 16px;
    margin-top: 15px;
    text-align: center;
}
#slider > ol > li > div > p {
    width: 250px;
    font-size: 13px;
    line-height: 16px;
    float: right;
    margin: 5px 5px 0 0;
    padding: 8px;
    text-align: justify;
}
#slider > ol > li > div > ul {
    float: right;
    width: 250px;
    margin: 10px 0 0 0;
}
#slider > ol {
    border-radius: 5px;
}
#accordion .slider-next {
    width: 140px;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: center;
    padding: 6px 0;
    border-radius: 4px;
    font: 14px Arial, Helvetica, sans-serif;
    color: #fff;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 10px;
}
.user-name {
    position: absolute;
    right: 130px;
    top: 11px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}
.user-name a {
    padding-bottom: 2px;
    color: #fff;
    text-decoration: none;
    position: relative;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.user-name a:nth-child(2):hover {
    text-decoration: none;
}

#log_out {
    float: right;
}
#accordion {
    list-style: none;
    margin: 0 0 30px 0;
    height: 200px;
    overflow: hidden;
    background: #fff;
    width: 100%;
    border-radius: 5px;
}
#accordion li {
    float: left;
    display: block;
    height: 200px;
    width: 12.45%;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5em;
    outline: 2px solid;
}
#accordion li img {
    border: none;
    border-right: 1px solid #fff;
    float: left;
    margin: -15px 15px 0 0;
}
#accordion li.active {
    width: 50%;
}
#accordion li:nth-child(1) {
    background: url("../images/Truck.png") no-repeat;
    border: none;
}
#accordion li:nth-child(2) {
    background: url("../images/Train.png") no-repeat;
}
#accordion li:nth-child(3) {
    background: url("../images/Ship.png") no-repeat;
}
#accordion li:nth-child(4) {
    background: url("../images/Avia.png") no-repeat;
}
#accordion li:nth-child(5) {
    background: url("../images/Multi.png") no-repeat;
    position: relative;
}
#accordion .slide-title {
    float: left;
    width: 130px;
    height: 200px;
    cursor: pointer;
}
#accordion .slide-content {
    float: right;
    position: relative;
    width: 60%;
    height: 200px;
    color: #000;
}
.slide-content h3 {
    text-align: center;
    padding: 5px;
}
.slide-content p {
    overflow: hidden;
    float: right;
    width: 230px;
}
.slide-content p a {
    float: left;
    color: #81a9c0;
    font-weight: 600;
    text-decoration: none;
}
.rotate-multi {
    position: absolute;
    transform: rotate(-90deg);
    cursor: pointer;
    top: 80px;
    left: -92px;
    background-color: #A09B9B;
    padding: 5px;
    word-wrap: break-word;
    overflow: hidden;
    width: 209px;
    font-size: 13px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    opacity: 0.7;
}
#accordion li:nth-child(5):hover .rotate-multi {
    opacity: 0.9;
}
.active-content {
    margin: 15px;
    width: 100%;
    height: 170px;
    overflow: hidden;
    float: right;
    background-color: rgba(255, 255, 255, 0.69);
    padding: 10px;
    border-radius: 5px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.active-content h3 {
    margin: 0;
    font-size: 18px;
}

.active-content p {
    width: 100%;
}
.select_main{
    margin-bottom: 5px;
    float: left;
    position: relative;
    display: block;
    width: 100%;
}
.select_small {
    width: 45%;
    text-align: center;
    float: left;
    position: relative;
    display: block;
}
.select_main > .select_small span {
    top: 0;
}
.select_main select {
    border: none;
    cursor: pointer;
    opacity: 0;
}
.select_main span {
    width: 100%;
    height: 34px;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 20px;
    font-size: 14px;
    border: 1px solid #C7C7C7;
    overflow: hidden;
    padding: 6px;
    color: #676767;
    background: url("../images/selectBgItem.png") no-repeat right 10px top 13px;
}
.select_main:hover span {
    border: 1px solid #81a9c0;
}
.change-top span {
    top: 0;
}
.hide-region,
.hide-city,
.hide-region-end,
.hide-city-end {
    display: none;
}
.not-found {
    font-size: 18px;
    text-align: center;
    padding: 40px;
    border: 1px solid #BBB;
    border-radius: 4px;
    box-shadow: 5px 5px 15px rgba(0,0,0,.2);
}
.social {
    float: left;
    margin-bottom: 5px;
}
.social a {
    width: 27px;
    height: 27px;
    float: left;
    margin-right: 13px;
}
.social-g {
    background: url("../images/soc_sprite.png") no-repeat 0 0;
}
.social-g:hover {
    background: url("../images/soc_sprite.png") no-repeat 0 -28px;
}
.social-f {
    background: url("../images/soc_sprite.png") no-repeat -28px 0;
}
.social-f:hover {
    background: url("../images/soc_sprite.png") no-repeat -28px -28px;
}
.social-t {
    background: url("../images/soc_sprite.png") no-repeat -56px 0;
}
.social-t:hover {
    background: url("../images/soc_sprite.png") no-repeat -56px -28px;
}
.social-v {
    background: url("../images/soc_sprite.png") no-repeat -85px 0;
}
.social-v:hover {
    background: url("../images/soc_sprite.png") no-repeat -84px -28px;
}
.head-type-comp {
    position: absolute;
    right: 315px;
    top: 11px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7)
}
.fixed-footer {
    overflow: hidden;
    height: 40px;
    position: fixed;
    width: 100%;
    z-index: 9999;
    bottom: 0;
}
.black-list {
    position: absolute;
    padding: 4px 9px;
    bottom: 0;
    right: 70px;
    z-index: 9999;
}
.zone-reliability {
    position: absolute;
    padding: 4px 9px;
    bottom: 0;
    right: 220px;
    z-index: 9999;
}
.black-list a,
.zone-reliability a {
    color: #fff;
    text-decoration: none;
    line-height: 27px;
    font-size: 15px;
}
.wrapper-block .black-list a,
.wrapper-block .zone-reliability a {
    margin: 0;
}
.from-title {
    float: left;
}
#login-form {
    background-color: #9E9E9E;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 150px auto;
    width: 300px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    -webkit-box-shadow:  0 10px 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow:  0px 10px 20px 0px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 30;
}
#login-form h1 {
    background-color: #292829;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    color: #fff;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
#login-form fieldset {
    border: none;
    padding: 20px;
    position: relative;
}

#login-form fieldset form {
    overflow: hidden;
    width: 270px;
}
#login-form fieldset form input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    outline: none;
    -webkit-appearance:none;
    width: 260px;
    align: center;
    position: center;
}
#login-form fieldset form input[type="email"] {
    border: 1px solid #292829;
    border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    padding: 12px 10px;
    width: 238px;
    -webkit-appearance:none;
}
#login-form fieldset form input[type="password"] {
    border: 1px solid #292829;
    border-top: none;
    border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    padding: 12px 10px;
    width: 238px;
    -webkit-appearance:none;
}
#login-form fieldset form input[type="button"] {
    background-color: #ebebeb;
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #404040;
    cursor: pointer;
    float: none;
    font-weight: bold;
    margin-top: 20px;
    padding: 12px 12px;
    -webkit-appearance: none;
}
#login-form fieldset form input[type="button"]:hover {
    background-color: #e0e0e0;
}
#login-form fieldset form span:before {
    background-color: #c9c9c9;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    content: "?";
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin-right: 10px;
    text-align: center;
    width: 20px;
}
#login-form fieldset form span {
    font-size: 12px;
    margin-top: 40px;
}
#login-form fieldset form span a{
    color: #eb6d1a;
    text-decoration: none;
}
#login-form fieldset form span a:hover {
    color: #eb6d1a;
}
.body-background {
    position: fixed;
    top: 0;
    left: 0;
}
.bg-color {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 20;
    top: 0;
}

#selected_end_points,
#selected_start_points {
    position: relative;
}
.search-block-place {
    float: left;
    width: 100%;
}
.index_transport_search,
.index_cargo_search {
    overflow: hidden;
}
.print_single {
    float: right;
    margin: 0 14px 4px 0;
}

@media (min-width: 1200px) {
    #content .container,
    #footer .container,
    .slider-logo-block .container,
    .header .container {
        width: 1235px;
    }
}