@charset "utf-8";
/* NovaPoshta CSS Document */

* {
    font-family: 'HelveticaNeue';
    margin:0;
    padding:0;
    outline: 0;
}

html {
    height:100%;
}

body {
    height:100%;
    min-width:1000px;
    background: #FDFDFD;
    /*background: #FDFDFD url('../img/bg-new-year.png') top center no-repeat;*/
}
.table-bordered{
    border-collapse: collapse;
}
.table-bordered td{
    border: 1px solid;
    padding: 1px;
}

.clear {
    clear:both;
}
.clear.h50 {
    height: 50px;
}

.clearfix:after {
    clear:both;
    content:'';
    display:block;
}

a img {
    border:0;
}

img {
    display:block;
}

input, select, textarea {
    outline:none;
}

h2{
    margin: 10px;
}

a:hover span {

}

.m-l-60 {
    margin-left: 60px;
    padding-bottom: 25px
}

#container {
    position: relative;
    width:940px;
    margin:0 auto;
    min-height:100%;
}

#header {
    position:relative;
    padding-top:96px;
    margin-bottom: 10px;
    background: #fff;
}
.content-map #header {
    padding-top: 86px;
}

#logo {
    position:absolute;
    top:30px;
    left:0;
    text-decoration:none;
}

#logo img {
    float:left;
    margin-right:19px;
    margin-top:-24px;
}

#logo span {
    display: none;
    font-size:18px;
    color:#000;
}

#user_menu {
    right:378px;
    top:22px;
    font-size:13px;
    color:#000;
    position:absolute;
}

#user_menu a {
    color:#000;
    text-decoration:none;
    display:inline-block;
    *display:inline;
    zoom:1;
}
#user_menu .red {
    color: #F23C32;
}
#user_menu .red span {
    border-bottom:1px solid #F23C32;
}
#user_menu a span {
    border-bottom:1px solid #666;
    display:inline-block;
    *display:inline;
    zoom:1;
}
#user_menu a:hover span { border-bottom-color: transparent; }

#user_menu .logo_in {
    padding:0 8px 0 10px;
    height:26px;
    line-height:26px;
    background:url(../img/login_in.png) repeat-x;
    color:#fff;
    border-radius:3px;
    behavior:url(/protected/themes/novaposhta/assets/css/PIE.htc);
    position:relative;
    box-shadow:0 1px 2px #8b8b8b;
    margin-right:2px;
}

#user_menu .logo_in span {
    padding-left:32px;
    background:url(../img/login_in_bg.png) left center no-repeat;
    font-family: 'HelveticaNeueBold';
    border-bottom:0;
}

.search {
    position:absolute;
    right:100px;
    top:26px;
}

.search .input {
    float:left;
    position:relative;
    width:170px;
    margin:0 15px 0 10px;
}

.search .input .left {
    width:10px;
    height:22px;
    background:url(../img/search_f_l.png) no-repeat;
    position:absolute;
    top:0;
    left:-10px;
}

.search .input .right {
    width:10px;
    height:22px;
    background:url(../img/search_f_r.png) no-repeat;
    position:absolute;
    top:0;
    right:-10px}

.search .input .body {
    height:22px;
    background:url(../img/search_f_b.png) repeat-x;
}

.search .input .body input[type='text']{
    height:22px;
    line-height:22px;
    border:0;
    background:none;
    width:100%;
    font-size:13px;
    color:#b0b0b0;
}

input[type='text'].focus {
    color:#323232 !important;
}

.search input[type='submit'] {
    width:14px;
    height:16px;
    background:url(../img/search_btn.png) no-repeat;
    border:0;
    float:left;
    cursor: pointer;
}

#lang {
    position:absolute;
    top:58px;
    width:170px;
    right:129px;
}

#lang a {
    margin-right:25px;
    font-size:13px;
    color:#000;
    text-decoration:none;
}

#lang a.active {
    color:#f23c32;
    font-family: 'HelveticaNeueBold';
}

#online_chat {
    position: absolute;
    top: 10px;
    right: 4px;
}

#online_chat a {
    padding: 50px 0 0 0;
    position: relative;
    display: block;
    font-size: 13px;
    color: #000;
    text-decoration: none;
}

#online_chat a:before {
    content: " ";
    display: block;
    width: 37px;
    height: 37px;
    background: url('../img/spr_icons.png') -156px 0 no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -18.5px;
}

#top_menu {
    padding:0 /*30px 0*/;
    height:44px;
    line-height:36px;
    background:url(../img/top_menu_main.png) repeat-x;
    border-top: 5px solid #ff392e;
    border-radius: 0 0 5px 5px;
    box-shadow:0 1px 2px #b9b9b9;
    text-align:center;
    behavior:url(/protected/themes/novaposhta/assets/css/PIE.htc);
    position:relative;
}

#top_menu li {
    list-style:none;
    display:inline-block;
    *display:inline;
    zoom:1;
    position: relative;
}
#top_menu > li {
    margin-top: 5px;
    visibility: hidden;
    float: left;
}


#top_menu li:first-child {
    margin-left:0 !important;
}

#top_menu li a {
    display: inline-block;

    padding: 6px 0 14px;
    font-size:13px;
    line-height: 21px;
    /*vertical-align: text-top;*/
    color:#323232;
    text-decoration:none;
}
#top_menu li.active a,
#top_menu li.hover > a { color: #f23c32; }
#top_menu li.hover > a { }
#top_menu > li.show_sub {
    border-radius: 4px 4px 0 0;
    box-shadow:
        0 0px 2px 1px #999,
        inset 0 1px #fff;
    -pie-box-shadow:
        0 0px 2px 1px #999;
    /* 	behavior:url(/protected/themes/novaposhta/assets/css/PIE.htc); */

    background: #ebebeb; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ebebeb 0%, #f7f7f7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ebebeb 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ebebeb 0%,#f7f7f7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ebebeb 0%,#f7f7f7 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ebebeb 0%,#f7f7f7 100%); /* W3C */
    -pie-background: linear-gradient(#ebebeb, #f7f7f7);

}

#top_menu .sub {
    display: none;
    z-index: 200;
    position: absolute;
    top: 40px;
    left: 0;

    margin: 0;
    padding: 6px 25px;
    width: auto;
    min-width: 250px;
    text-align: left;
    background: #f7f7f7;

    border-radius: 0 0 4px 4px;
    box-shadow: 0 3px 2px 1px #bbbbbb;
    behavior:url(/protected/themes/novaposhta/assets/css/PIE.htc);

}
#top_menu .sub li {
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
}
#top_menu .sub li a {
    display: block;
    margin: 0 -10px;
    padding: 8px 10px;
    line-height: 1.5;

    color: #000;

    border-radius: 4px;
    position: relative;
    /* 	behavior:url(/protected/themes/novaposhta/assets/css/PIE.htc); */
}
#top_menu .sub li.has_sub > a {
    /*Рисунка нету*/
    /*background: url(../img/menu_sub_sub.png) right center no-repeat;*/
}
#top_menu .sub li.has_sub > a:after {
    content: "";
    position: absolute;
    top: 0;
    right: -40px;
    height: 100%;
    width: 40px;

}
#top_menu .sub li.hover > a,
#top_menu .sub li.active > a,
#top_menu .sub li a:hover {
    color: #fff;
    background-color: #fc5349;
}
#top_menu .sub li.has_sub.hover > a { background-image: url(../img/menu_sub_sub_h.png); }

#top_menu .sub .sub {
    left: 100%;
    top: 0;
    border-radius: 4px;
    margin-left: 26px;
    margin-top: -6px;
}


#wrapper {
    width:100%;
    background: #fff;
}

#top_block {
    margin-bottom:27px;
}

#main_page #top_block {
    margin-bottom: 11px;
}

#middle_block {
    margin-bottom:37px;
}

.block_left {
    float:left;
    width:620px;
}

.block_right {
    float:right;
    width:300px;
}

#container #wrapper #top_block.index .block_left,
#container #wrapper #top_block.index + #bottom_block .block_left {
    float:left;
    width:262px;
}

.block_right > .fast_icons,
#container #wrapper #top_block.index .block_left {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 2px #a7a7a7;
    behavior: url(/protected/themes/novaposhta/assets/css/PIE.htc);
}

#container #wrapper #top_block.index .block_right,
#container #wrapper #top_block.index + #bottom_block .block_right {
    float:right;
    width:670px;
}

#about {
    padding:85px 0 0 57px;
    background:url(../img/img.jpg) no-repeat;
    background-repeat: no-repeat;
    border-radius:5px;
    /*height:313px;*/
    height:226px;
    behavior:url(/protected/themes/novaposhta/assets/css/PIE.htc);
    position:relative;
}

#about img {
    behavior:url(/protected/themes/novaposhta/assets/css/PIE.htc);
    border-radius:5px;
}

#about .header {
    font-size:42px;
    color:#f2f2f2;
    text-transform:uppercase;
    margin-bottom:40px;
    font-family: 'PFDinDisplayProReg';
}

#about .desc {
    font-size:18px;
    color:#fff;
    font-family: 'PFDinDisplayProLight';
    width:240px;
    line-height:21px;
    margin-bottom:20px;
}

.select {
    position:relative;
    font-size:13px;
}
.select:before {
    content: '';
    display: block;

    position: absolute;

    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    padding-left: 32px;
    behavior:url(/protected/themes/novaposhta/assets/css/PIE.htc);
}
.select.error:before {
    box-shadow: 0 0px 2px 1px red;
}

.select .option_select {
    height:26px;
    line-height:26px;
    background:url(../img/select_body.png) repeat-x;
    box-shadow:0 1px 2px #686868;
    border-radius:3px 0 0 3px;
    position:relative;
    cursor:pointer;
    padding:0 10px;
    behavior:url(/protected/themes/novaposhta/assets/css/PIE.htc);
}

.select.open .option_select {
    border-radius:3px 0 0 0;
}

.select .option_select > span {
    overflow: hidden;
    white-space: nowrap;
    display: block;
    font-family: 'HelveticaNeueBold';
}

.select .option_select:after {
    position:absolute;
    width:32px;
    height:28px;
    background:url(../img/select_arr.png) no-repeat;
    right:-32px;
    top:0;
    content:'';
}

.select .dropdown {
    top:26px;
    left:0;
    right:0;
    position:absolute;
    background:#f1f1f1;
    border-radius:0 0 3px 3px;
    box-shadow:0 1px 2px #686868;
    display:none;
    behavior:url(/protected/themes/novaposhta/assets/css/PIE.htc);
}

.select .dropdown ul {
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
}

.select .dropdown ul li {
    width: 100%;
    list-style:none;
    padding:5px 10px;
    cursor:pointer;
    behavior:url(/protected/themes/novaposhta/assets/css/PIE.htc);
    position:relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;

}

.select .dropdown ul li.last {
    border-radius:0 0 4px 4px;
}

.select .dropdown ul li:hover, .select .dropdown ul li.hover {
    background:#dfdfdf;
}

.select .dropdown ul li.active {
    font-family: 'HelveticaNeueBold';
    display:none;
}

#about .select {
    width:150px;
    margin-left:-10px;
}

#about .select .option_select, #about .select .dropdown {
    box-shadow:0 1px 2px #000;
}

#about2 {
    background:#f23c32;
    border-radius:5px;
    padding:35px 40px 0;
    text-align:center;
    height:277px;
    display:block;
    text-decoration:none;
    behavior:url(/protected/themes/novaposhta/assets/css/PIE.htc);
    position:relative;
}

#about2 .header {
    font-size:15px;
    color:#fff;
    margin-bottom:10px;
}

#about2 .header div, #about2 .header span, #about2 .header p{
    display:block;
    font-family: 'PFDinDisplayProReg';
    text-transform:uppercase;
    font-size:49px;
    font-style: normal;
}

#about2 img {
    margin:0 auto 20px;
}

#about2 .desc {
    font-size:12px;
    line-height:16px;
    color:#f2f2f2;
}

#top_block .block_left .search_cargo {
    margin-left:30px;
    background: url(../img/search_cargo_logo_min.png) 90% 10px no-repeat;
    padding: 22px 64px 16px 0;
    width:auto;
    float: none;
}
#top_block .block_left .search_cargo input[type='text'] {
    width: 130px;
}
#top_block .block_left .search_cargo .desc {
    text-align: center;
}

#top_block .block_right .sliders.image img {
    border-radius: 5px;
    behavior: url(/protected/themes/novaposhta/assets/css/PIE.htc);
}

.search_cargo {
    margin-left:14px;
    background:url(../img/search_cargo_logo.png) left top no-repeat;
    padding:5px 0 0 64px;
    width:182px;
    float:left;
}

.search_cargo .header {
    font-size:17px;
    color:#808080;
    margin-bottom:15px;
}

.search_cargo_form {}

.search_cargo_form form {
    margin-bottom:10px;
    display:block;
}

.search_cargo_form input[type='text'] {
    border-top:1px solid #707070;
    border-left:1px solid #cfcfcf;
    border-right:1px solid #cfcfcf;
    border-bottom:0;
    height:22px;
    line-height:22px;
    padding:0 6px;
    font-size:13px;
    color:#c4c4c4;
    float:left;
    width:143px;
}
.block_right .search_cargo_form {
    margin-top: 6px;
}
.block_right .search_cargo_form input[type='text'] {
    font-size: 11px;
    width: 100px;
}

.search_cargo_form input[type='submit'] {
    width:24px;
    height:23px;
    float:left;
    background:url(../img/spr_icons.png) 0 -119px no-repeat;
    border:0;
    cursor:pointer;
}
#main_page .search_cargo_form input[type='submit'] { background-position: 0 -96px; }
.search_cargo_form input[type='submit']:hover, #main_page .search_cargo_form input[type='submit']:hover { background-position: 0 -119px; }

.search_cargo_form .desc {
    font-size:13px;
    color:#808080;
    line-height:19px;
}

.breadcrumbs {
    margin-bottom: 10px;
}
.breadcrumbs span {
    font-size: 13px;
}

.fast_icons,
#top_block.index + #middle_block .fast_icons {
    float:right;
}

.fast_icons li,
#top_block.index + #middle_block .fast_icons li {
    list-style:none;
    float:left;
    max-width:230px;
    margin-left:68px;
    clear: none;
}

.fast_icons li:first-child,
#top_block.index + #middle_block .fast_icons li:first-child {
    margin-left:0;
}

.fast_icons li a, .fast_icons li .track {
    display:inline-block;
    *display:inline;
    position: relative;

    zoom:1;
    text-decoration:none;
    line-height:20px;
    font-size:14px;
    color:#f23c32;
    margin-bottom:5px;
}
.fast_icons li.active .track {
    color: #000;
}
.fast_icons li a:hover, .fast_icons .active a { color: #000; }

.fast_icons li a span { border-bottom:1px solid #ebc6c4; }
.fast_icons li a:hover span, .fast_icons .active a span { border-bottom-color: transparent; }

.fast_icons li .desc {
    font-size:13px;
    color:#323232;
    line-height:19px;
}

.fast_icons li a:before, .fast_icons li .track:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    background: url(../img/spr_icons.png) 0 0 no-repeat;

}
.fast_icons .cost,
#top_block.index + #middle_block .fast_icons .cost {
    padding-left:43px;
    min-height:44px;
}
.fast_icons .cost:before {
    width: 20px;
    height: 29px;
    left: 9px;
    top: 7px;
    background-position: -288px 0;
}
.fast_icons .cost:hover:before, .fast_icons .active .cost:before {
    background-position: -288px -29px;
}

.fast_icons .cost + .desc,
#top_block.index + #middle_block .fast_icons .cost + .desc {
    padding-left:43px;
}
.fast_icons .online,
#top_block.index + #middle_block .fast_icons .online {
    padding-left:70px;
    min-height:35px;
}
.fast_icons .online:before {
    background-position: -309px 0;
    width: 27px;
    height: 20px;
    top: 11px;
    left: 8px;
}
.fast_icons .online:hover:before, .fast_icons .active .online:before {
    background-position: -309px -20px;
}
.fast_icons .estimatedate:hover:before, .fast_icons .active .estimatedate:before {
    background-position: -337px -29px;
}
.fast_icons .estimatedate:before {
    background-position: -337px 0;
    width: 26px;
    height: 29px;
    left: 7px;
    top: 7px;
}
.fast_icons .time:hover:before {
    background-position: -341px -88px;
}
.fast_icons .time:before {
    background-position: -341px -60px;
    width: 28px;
    height: 28px;
    left: 7px;
    top: 7px;
}

.fast_icons .online + .desc,
#top_block.index + #middle_block .fast_icons .online + .desc {
    padding-left:70px;
}

.fast_icons .filial,
#top_block.index + #middle_block .fast_icons .filial {

    padding-left:51px;
    min-height:48px;
}
.fast_icons .filial:before {
    left: 10px;
    background-position: -287px -60px;
    width: 21px;
    height: 33px;
    top: 4px;
}
.fast_icons .filial:hover:before, .fast_icons .active .filial:before { background-position: -287px -93px; }

.fast_icons .filial + .desc,
#top_block.index + #middle_block .fast_icons .filial + .desc {
    padding-left:51px;
}


/*.fast_icons li .track,*/
/*#top_block.index + #middle_block .fast_icons li .track {*/
    /*padding-left:51px;*/
    /*min-height:48px;*/
/*}*/

.block_right .fast_icons li .track {
    padding-left: 50px;
}
.fast_icons li .track:before {
    background-position: -309px -60px;
    width: 31px;
    height: 31px;
    top: 8px;
    left: 4px;
}
.fast_icons li.active .track:before {
    background-position: -309px -91px;
}
/*.fast_icons li .track:hover:before { background-position: -111px -45px; }*/


/*.fast_icons .cost {
	background:url(../img/calc_ico.png) 0 3px no-repeat;
	padding-left:43px;
	min-height:44px;
}

.fast_icons .cost + .desc {
	padding-left:43px;
}

.fast_icons .online {
	background:url(../img/mail_ico.png) 0 7px no-repeat;
	padding-left:70px;
	min-height:35px;
}

.fast_icons .online + .desc {
	padding-left:70px;
}

.fast_icons .filial {
	background:url(../img/filials.png) 0 0 no-repeat;
	padding-left:51px;
	min-height:48px;
}

.fast_icons .filial + .desc {
	padding-left:51px;
}
*/
.mod {
    width:300px;
    float:left;
}

#container #wrapper #top_block.index + #bottom_block .mod {
    width: 100%;
    float: none;
}

.mod .caption {
    font-size:10px;
    color:#afafaf;
    text-shadow:1px 1px #fff;
    text-transform:uppercase;
    letter-spacing:0.1em;
    text-align:center;
    position:relative;
    margin-bottom:22px;
}

.mod .caption span {
    padding:0 10px;
    background:#f2f2f2;
    position:relative;
    z-index:2;
}

.mod .caption:before {
    content:'';
    height:1px;
    background:#d0d0d0;
    position:absolute;
    top:50%;
    left:0;
    right:0;
}

.mod .body {
    background:#fff;
    box-shadow:0 1px 2px #a7a7a7;
    border-radius:5px;
    overflow:hidden;
    margin-bottom:7px;
    behavior:url(/protected/themes/novaposhta/assets/css/PIE.htc);
    position:relative;
}

#slider_block {
}

#slider_block .slider {
}

#slider_block .slider ul {
    position:relative;
    height:320px;
    margin-bottom:7px;
}

#slider_block .slider ul li, .slider li {
    list-style:none;
    position:absolute;
}

#slider_block .slider .slide {
}

#slider_block .slider .slide .img {
    height:145px;
    position:relative;
    display:block;
    margin-bottom:16px;
}

#slider_block .slider .slide .img i {
    position:absolute;
    z-index: 1;
    left:0;
    right:0;
    bottom:0;
    height:11px;
    background:url(../img/tr2.png) no-repeat;
}

#slider_block .slider .slide .img img {
    width:300px;
    height:145px;
    border-radius:5px 5px 0 0;
    behavior:url(/protected/themes/novaposhta/assets/css/PIE.htc);
    position:relative;
}

#slider_block .slider .slide .slide_info {
    padding:0 23px;
}

#slider_block .slider .slide .date {
    font-size:11px;
    color:#969696;
    margin-bottom:5px;
}

#slider_block .slider .slide .name {
    font-size:15px;
    line-height:20px;
    color:#f23c32;
    text-decoration:none;
    border-bottom:1px solid #fbc9c6;
}

#slider_block .slider .slide .desc {
    font-size:12px;
    color:#323232;
    line-height:17px;
    margin-top:10px;
}

#slider_block .slider .switcher, .sliders .switcher  {
    text-align:center;
    margin-bottom:24px;
}

#slider_block .slider .switcher a, .sliders .switcher a {
    display:inline-block;
    *display:inline;
    zoom:1;
    width:9px;
    height:9px;
    margin:0 4px;
    background:url(../img/slider_switcher.png) 0 0 no-repeat;
}

#slider_block .slider .switcher a.active, .sliders .switcher a.active {
    background-position:0 -9px;
}

#container #wrapper #top_block.index + #bottom_block #slider_block ul {
    height: 130px;
}
#container #wrapper #top_block.index + #bottom_block #slider_block li {
    overflow: hidden;
    width: 100%;
}

#container #wrapper #top_block.index + #bottom_block #slider_block .body {
    padding: 14px 0 14px 14px;
    min-height: auto!important;
}

#container #wrapper #top_block.index + #bottom_block #slider_block .slide {
    width: 33.3%;
    float: left;
}
#container #wrapper #top_block.index + #bottom_block #slider_block .slide_info {
    padding: 0 30px 0 0;
}
#container #wrapper #top_block.index + #bottom_block #slider_block .switcher {
    width: 9px;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-bottom: 0;
}
#container #wrapper #top_block.index + #bottom_block #slider_block .switcher a {
    display: block;
    margin: 8px 0;
}

#polls_posts {
    margin-left:20px;
}

#polls {
    padding:27px 30px;
}

#polls .header {
    font-size:17px;
    line-height:21px;
    color:#323232;
    margin-bottom:16px;
}

#polls .desc {
    font-size:15px;
    line-height:20px;
    color:#323232;
    margin-bottom:10px;
    font-family: 'HelveticaNeueBold';
}

#polls ul {
    margin-bottom:-10px;
    margin-left:-6px;
}
.result_percent {
    width: 100%;
    text-align: right;
    margin: 5px 0px 0px 0px;
}
.result_percent div {
    float: left;
}
.fill_wrapp {
    width: 100%;
    margin: 5px 2px 15px 2px;
    border: 1px solid #FBC9C6;
}
.fill {
    height: 10px;
    background: #F23C32;

}

.text ul li,
ul.dash.red li {
    list-style:none;
    padding-left:22px;
    background:url(../img/li_bg.png) left center no-repeat;
    margin-bottom:8px;
}

.radio {
    position:relative;
}

.radio input {/*
	position:absolute;
	visibility:hidden;*/
    margin: 0 10px 0 5px;
}

.radio label {
    display:inline-block;
    *display:inline;
    zoom:1;
    cursor:pointer;
}

#polls ul li label {
    font-size:15px;
    color:#000;
}
#polls ul li {
    background: transparent;
    padding-left: 0;
}
#polls .btn {
    margin: 16px 0 0;
}

#polls ul li label.active {
    color:#323232;
}

#post {
    padding:13px 26px 19px;
}

#post .desc {
    font-size:13px;
    color:#000;
    line-height:19px;
    margin-bottom:13px;
}

.btn {
    height:30px;
    line-height:30px;
    text-decoration:none;
    color:#323232;
    font-size:15px;
    padding:0 13px;
    /*border-radius:3px;*/
    /*box-shadow:0 1px 2px #8c8c8c;*/
    display:inline-block;
    border: none;
    *display:inline;
    zoom:1;
    cursor: pointer;

    /*background:url(../img/btn_bg.png) repeat-x;*/
    text-shadow:1px 1px 1px #fff;
    behavior:url(/protected/themes/novaposhta/assets/css/PIE.htc);
    position:relative;

    background: url(../img/select_body.png) #F3F3F3 0 bottom repeat-x;

    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMGUwZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
    background: -moz-linear-gradient(top,  #f4f4f4 0%, #e0e0e0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f4f4f4 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f4f4f4 0%,#e0e0e0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f4f4f4 0%,#e0e0e0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f4f4f4 0%,#e0e0e0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-8 */


    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .5), inset 0 0px 0px white;
}
.form_wrap form .btn.red_box,
.btn:hover {
    text-shadow: none;
    color: #fff;
    background: #ff5b52; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNWI1MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMjNkMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ff5b52 0%, #f23d33 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5b52), color-stop(100%,#f23d33)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ff5b52 0%,#f23d33 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ff5b52 0%,#f23d33 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ff5b52 0%,#f23d33 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ff5b52 0%,#f23d33 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5b52', endColorstr='#f23d33',GradientType=0 ); /* IE6-8 */

}

#contact_center {
}

#contact_center .header {
}

#contact_center .links {
    background:#f23c32;
    padding:25px 0 29px 32px;
    position:relative;
    margin-bottom:35px;
    border-radius:5px 5px 0 0;
    behavior:url(/protected/themes/novaposhta/assets/css/PIE.htc);
}
/*
#contact_center .links:after {
	content:'';
	width:27px;
	height:10px;
	background:url(../img/tr1.png) no-repeat;
	position:absolute;
	bottom:-10px;
	left:41px;
}
*/
#contact_center .links a {
    display:inline-block;
    *display:inline;
    zoom:1;
    padding-top:34px;
    width:115px;
    margin-left:25px;
    text-decoration:none;
    font-size:15px;
    color:#fff;
    line-height:23px;
}

#contact_center .links a:first-child {
    margin-left:0;
}

#contact_center .links a span {
    border-bottom:1px solid #f67b74;
    padding-bottom:2px;
}
#contact_center .links a:hover span { border-bottom-color: transparent; }

#contact_center .links a.timetable {
    background:url(../img/clock_ico.png) 0 0 no-repeat;
}

#contact_center .links a.online_consult {
    background:url(../img/online_consultation.png) 0 0 no-repeat;
}

#contact_center .select_center {
    padding:0 18px 31px 26px;
}

#contact_center .select_center .select {
    margin-left:-11px;
    width:150px;
    margin-bottom:17px;
}

#contact_center .select_center .select_center_info {
    display:none;
}

#contact_center .select_center .select_center_info .phone {
    font-size:32px;
    color:#000;
    margin-bottom:2px;
}

#contact_center .select_center .select_center_info .desc {
    font-size:13px;
    color:#7d7d7d;
    line-height:19px;
}

#contact_center .select_center > .desc {
    font-size:15px;
    color:#323232;
    line-height:20px;
    width:190px;
    margin-bottom:8px;
}

#user_help {
    margin: 40px 0;
    text-align:center;
    font-size:24px;
    color:#000;
    font-family: 'HelveticaNeueLight';
}

#user_help a {
    color:#e55e56;
    text-decoration:none;
    margin-left:6px;
}

#user_help a span {
    border-bottom:1px solid #ecb2ae;
    padding-bottom:3px;
    font-family: 'HelveticaNeueLight';
}
#user_help a:hover span { border-bottom-color: transparent; }

#user_help a.faq {
    background:url(../img/questions.png) 0 3px no-repeat;
    padding-left:30px;

}

#user_help a.video_gid {
    background:url(../img/video.png) 0 3px no-repeat;
    padding-left:34px;
}

#clear {height:165px;}
#main_page #clear {height:104px;}

#footer {
    /*background:#fff;*/
    /*margin-top:-293px;*/
    margin-top: -165px;
    position: relative;
}
.content-map #footer{
    margin-top: 0;
}

#footer > .in {
    width:940px;
    margin:0 auto;
    /*padding-top:56px;*/
    /*padding-bottom:70px;*/
    padding: 28px 0;
    background:#fff;
}


#download_apps {
    margin-left: 20px;
    float: left;
    width: 248px;
    margin-right: 74px;
    text-align: center;
}

#main_page #download_apps {
    width: 100%;
    margin: 2px 0px 5px;
    padding: 0 0 10px 0;
    border-bottom: 5px solid #ff392e;
    text-align: center;
}

#main_page #contacts_home {text-align: center}

#main_page #download_apps .header {
    width: auto;
}

#download_apps .header {
    font-size:13px;
    line-height:18px;
    color:#323232;
    /*width:120px;*/
    margin-bottom:3px;
}
#download_apps a {
    font-size:13px;
    text-decoration:none;
    color:#f23c32;
}
#download_apps a.icon {
    padding-top:25px;
    height:22px;
    display:inline-block;
    *display:inline;
    zoom:1;
    line-height:22px;
    margin-right:12px;
}
#download_apps a + a + a {
    margin-right: 0;
}

#main_page #download_apps a#android {
    margin: 0 20px 0 0;
}

#download_apps a span {	border-bottom:1px solid #fcdbd9; }
#download_apps a:hover span { border-bottom-color: transparent; }

#android {
    background:url(../img/android.png) 50% 0 no-repeat;
}
#windows {
    background:url(../img/windows.png) 50% 0 no-repeat;
}
#apple {
    background:url(../img/apple.png) 50% 0 no-repeat;
}

#contacts {
    width:280px;
    float:left;
    text-align: center;
}

#contacts .phone {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #808080;

    /*margin:-7px 0 6px;*/
    margin:-1px 0 0;
    letter-spacing:0.03em;
}

#contacts .timetable {
    font-size:13px;
    line-height:19px;
    color:#323232;
    margin-bottom:20px;
}

#contacts .timetable strong {
    font-weight:normal;
    font-family: 'HelveticaNeueBold';
}

#contacts .more {
    font-size:16px;
    text-decoration:none;
    color:#808080;
    /*color:#f58680;*/
    /*border-bottom:1px solid #fcdbd9;*/
    letter-spacing:0.03em;
    padding-bottom:2px;
}
/*#contacts .more:hover { border-bottom-color: transparent; }*/

#contacts .engines {
    margin-top:23px;
    margin-left:4px;
}

#contacts .engines a.fb {
    width:9px;
    height:19px;
    background:url(../img/fb.png) no-repeat;
    display:inline-block;
    *display:inline;
    zoom:1;
    margin-right:18px;
    vertical-align:middle;
}
#contacts .engines a.fb:hover {background:url(../img/fb_h.png) no-repeat;}

#contacts .engines a.tw {
    width:18px;
    height:15px;
    display:inline-block;
    *display:inline;
    margin-right:10px;
    zoom:1;
    background:url(../img/tw.png) no-repeat;
    vertical-align:middle;
}
#contacts .engines a.tw:hover {background:url(../img/tw_h.png) no-repeat;}
#contacts .engines a.vk {
    width:16px;
    height:15px;
    display:inline-block;
    *display:inline;
    zoom:1;
    background:url(../img/vk.png) no-repeat;
    margin-right:10px;
    vertical-align:middle;
}
#contacts .engines a.vk:hover {background:url(../img/vk_h.png) no-repeat;}

#contacts .engines a.odnoklas {
    width:16px;
    height:15px;
    display:inline-block;
    *display:inline;
    zoom:1;
    background:url(../img/odnoklas.png) no-repeat;
    margin-right:10px;
    vertical-align:middle;
}
#contacts .engines a.odnoklas:hover {background:url(../img/odnoklas_h.png) no-repeat;}

#contacts .engines a.gl {
    width:18px;
    height:15px;
    display:inline-block;
    *display:inline;
    zoom:1;
    background:url(../img/gl.png) no-repeat;
    vertical-align:middle;
}
#contacts .engines a.gl:hover {background:url(../img/gl_h.png) no-repeat;}

#copyrights {
    width: 225px;
    float: right;
    padding-left: 16px;
    background: url(../img/copyright_mini.png) 0 2px no-repeat;
}

#copyrights .header {
    font-size:14px;
    color:#000;
    margin-bottom:16px;
    font-family: Arial, sans-serif;
}

#copyrights .desc {
    font-size:11px;
    color:#000;
    margin-bottom:14px;
    line-height:16px;
}

#copyrights .maker {
    font-size:13px;
    color:#323232;
}

#copyrights .maker a {
    color:#f58680;
    text-decoration:none;
    border-bottom:1px solid #f4b9b5;
    padding-bottom:2px;
}
#copyrights .maker a:hover { border-bottom-color: transparent; }

#contacts_home .phone {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #808080
}
#contacts_home .more {color: #000; font-size: 16px; color: #808080}

#footer.main {
    margin-top: -105px;
}
#footer.main > .in {
    padding: 20px 0;
}
#footer.main #copyrights {
    float: left;
    width: 290px;
    padding: 0 0 0 16px;
    margin-top: 0;
    background: url(../img/copyright_mini.png) 0 2px no-repeat;
}
#footer.main #copyrights .desc {
    margin-bottom: 0;
}

#footer.main #contacts {padding: 0 40px; width: 150px;}
#footer.main #contacts .engines {margin-top: 5px;}
#footer.main #bottom_menu {width: 270px; float: left}
#footer.main #bottom_menu ul {list-style: none}
#footer.main #bottom_menu ul li {display: inline-block; vertical-align: top; width: 40%; margin: 0 20px 0 0}
#footer.main #bottom_menu ul li a {font-size: 10px; line-height: 20px; color: #323232; text-decoration: none}
#footer.main #bottom_menu ul li a > span {border-bottom: 1px solid #acacac;}
#footer.main #bottom_menu ul li a:hover > span {border-bottom: none}
#footer.main #design {float: right; font-size: 13px;}
#footer.main #design a {width: 62px; height: 10px; display: inline-block; vertical-align: middle; font-size: 0; background: url('../img/cooper.png') 0 0 no-repeat}

/* .text */
#wrapper .text h1,
#wrapper .text h1 > *{
    font-weight: normal;
    color: #333;
    margin-bottom: 18px;
    font-size: 32px;
}

#wrapper .block_left > .text { margin-left: 0; }
.text h2,
.text h2 > * {
    font-family: 'HelveticaNeueLight', Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin-bottom: 16px;
    max-width: 600px;
    font-size: 24px;
}
.text h2.red { color: #f23c32;}


.text h3 {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: bold;
    line-height: 30px;
    color: #fc5349;
}
.text p {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 12px;
}
.text li p { margin-bottom: 0; }
.text p.big {
    font-size: 20px;
    line-height: 30px;
}
.text ul {
    margin-bottom: 16px;
}
.text ul li {
    padding-left:22px;
    list-style:none;
    font-size: 13px;
    line-height: 18px;
    background:url(../img/li_bg.png) left 10px no-repeat;
    margin-bottom:6px;
}

.text .border {
    margin: 0 30px 0 0;
    max-width: 250px;
    padding: 20px;
    border: 1px solid #F7CECC;
    border-radius: 8px;
    position: relative;
    behavior: url(/protected/themes/novaposhta/assets/css/PIE.htc);
}

.text .figure {
    /*border-bottom: 1px dashed #f19590;*/
    margin: 20px 0;

}

.text .figure .in {
    float: left;
    margin: 0 20px 20px 0;
}
.text .figure .caption {
    max-width: 215px;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    color: #a4a4a4;
}

.text_page .text .content p {
    font-size: 15px;
    line-height: 27px;
}

.text q {
    display: inline-block;
    max-width: 520px;
    font-size: 21px;
    line-height: 34px;
    color: #000000;
    position: relative;

}
.text q:before,
.text q:after {
    content: " ";
    display: block;

    position: absolute;
    left: -50px;
    top: 0;
    width: 41px;
    height: 41px;

    background: url(../img/spr_icons.png) -73px -97px no-repeat;
}
.text q:after {
    left: 100%;
    top: 100%;
    margin-top: -41px;
    background-position: -114px -97px;
}

.text .table {
    padding: 30px;
    margin: 30px 0 30px -30px;
    background: #f0eceb;
}



/* misc */
a { color: #f23c32; }
.c_l {clear: left; }
.f_l { float: left; }
.w50 { width: 50%; }
.w28 { width: 28%; }
.w30 { width: 30%; }
.hide, .hide + hr { display: none!important; }
.list  li {
    float: left;
    list-style-type: none;
}
.select .list li { float: none;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/*
.clearfix {
   display: inline-block;
}
*/
.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
}

.ac_results ul {
    /*max-height: 100% !important;*/
    overflow: visible !important;
}


/*  pages   */
#wrapper h1 {
    font-family: 'HelveticaNeueLight', Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #000;
}
#wrapper .page_title {
    margin: 0px 0 10px 0;
    z-index: 1;
    font-size: 21px;
}

/*#wrapper .page_title ~ .desc p { max-width:  450px; }*/

/*#wrapper .block_left > .desc { margin-left: 30px; }*/


#wrapper .text + #top_block.offices_wrap { margin-top: -44px; }

.b_banners {
    width: 940px;
    margin: 0 auto;
    text-align: center;
}
.b_banners .item { margin: 20px 0; }
#header .b_banners .item { margin: 0; }
.b_banners .item img {
    border-radius: 4px;
}
#main_page .b_banners .item img {border-radius: 2px; margin: 0 auto;}
#main_page > #container > .b_banners .item {margin: 0;}

#header.index {
    padding-top: 35px;
}

#header.index .b_banners {
    margin-bottom: 110px;
}

#header.inner > .img {
    position: absolute;
    z-index: 0;
    top: 0;
    left: -70px;

}
#header.inner > .img img {
    border-radius: 0 0 4px 4px;
    position: relative;
    behavior: url(/protected/themes/novaposhta/assets/css/PIE.htc);
}

#header.index #logo { top: 174px; }
#header.index #user_menu { top: 170px; }
#header.index .search { top: 174px; }
#header.index #lang { top: 202px; }


#wrapper > .text { /*margin-left: 30px;*/ }
#wrapper > .text p {
    width: 720px;
    font-size: 13px;
    line-height: 19px;
    z-index: 1;
    position: relative;
}
.inner + #wrapper .fast_icons {
    float: none;
}

.inner + #wrapper .fast_icons li:first-child {
    height: 60px;
}
.inner + #wrapper .fast_icons li {
    clear: both;
    float: none;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 4px;
    height: 44px;
}


.inner + #wrapper .fast_icons li a,
.inner + #wrapper .fast_icons li .desc {
    padding-left: 50px;
    white-space: nowrap;
    line-height: 38px;
    /*padding-right: 14px;*/
}
.inner + #wrapper .fast_icons .filial { background-position: 10px 0; }
/*.inner + #wrapper .fast_icons .filial + .desc { margin-right: -50px; }*/

.inner + #wrapper #top_block .block_left { width: 700px; }
.inner + #wrapper #top_block .block_right { width: 240px; }

.b_fast_icons2 {
    border-top: 1px dashed #f8d7d4;
    padding-top: 30px;
}

.b_fast_icons2 li a {
    position: relative;
    font-size: 15px;
    color: #000;
}
.b_fast_icons2 li a:hover { color: #f23c32; }

.b_fast_icons2 li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background: url(../img/spr_icons.png) 0 0 no-repeat;
}

.b_fast_icons2 li a span { border-color: #000; }
.b_fast_icons2 li a:hover span { border-color: transparent; }

.b_fast_icons2 .time:before {
    left: 10px;
    width: 25px;
    height: 25px;

    background-position: -24px -96px;
}
.b_fast_icons2 .time:hover:before { background-position: -24px -121px; }

.b_fast_icons2 .consult:before {
    left: 10px;
    width: 25px;
    height: 25px;

    background-position: -49px -96px;
}
.b_fast_icons2 .consult:hover:before { background-position: -49px -122px; }

.fast_icons_new {
    list-style: none;
}
.fast_icons_new li {
    border-bottom: 1px solid #d9d9d9;
}
.fast_icons_new li a {
    padding: 8px 52px 8px 30px;
    display: block;
    position: relative;
    zoom: 1;
    text-decoration: none;
    line-height: 30px;
    font-size: 14px;
    color: #f23c32;
}
.fast_icons_new li a span {
    border-bottom: 1px solid #ebc6c4;
}
.fast_icons_new li a:hover {
    background: #f3f3f3;
}

.fast_icons_new li a:hover:before {
    content: " ";
    position: absolute;
    left: -1px;
    top: 0;
    height: 104%;
    width: 6px;
    display: block;
    background: #f23c32;
    margin: -1px 0 0 0;
}

.fast_icons_new li a:hover span {
    border-bottom: none;
}

.fast_icons_new li a:after {
    content: '';
    position: absolute;
    display: block;
    right: 20px;
    top: 8px;
    width: 0;
    height: 0;
    background: url(../img/spr_icons.png) -156px -37px no-repeat;
}

.fast_icons_new .cost:after {
    width: 20px;
    height: 29px;
    right: 24px;
}
.fast_icons_new .online:after {
    background-position: -156px -66px;
    width: 27px;
    height: 20px;
    top: 13px;
}
.fast_icons_new .filial:after {
    background-position: -156px -86px;
    width: 21px;
    height: 33px;
    right: 23px;
    top: 6px;
}

.fast_icons_new .estimatedate:after {
    background-position: -183px -37px;
    width: 26px;
    height: 29px;
    top: 9px;
}

.fast_icons_new .timetable:after {
    background-position: -341px -60px;
    width: 28px;
    height: 28px;
    top: 9px;
    right: 19px;
}
.form_wrap.tracking-form{
    width: 680px;
}
.form_wrap.tracking-form form.track .response .response-header{
    margin: 0px -12px 25px -12px;
    color: #F23C32;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
}
.form_wrap form {
    background: #ffffff;
    color: #323232;

    box-shadow: 0 0 5px 2px #D7D7D7;
    border-radius: 0 0 4px 4px;
    position: relative;
    behavior: url(/protected/themes/novaposhta/assets/css/PIE.htc);
    zoom:1;
    /*check*/
}
.form_wrap form input[type="text"],
.form_wrap form input[type="password"],
 .form_wrap form textarea {
     border: 1px solid #d7d7d7;
     border-top-color: #878787;
     box-shadow: inset 0 1px #d7d7d7;
     padding: 6px;
     position: relative;
     font-family: 'HelveticaNeue';
     background: #fff;
 }
.form_wrap form input.autocomplete {
    padding: 6px 26px 6px 6px;
}
.form_wrap form .tp_over_mask {
    z-index: 999 !important;
    box-shadow: 0 0px 15px 3px white;
}
.form_wrap form .select.tp_over_mask { box-shadow: none; }
.form_wrap form .select.tp_over_mask:before { box-shadow: 0 0px 15px 3px white; }


.form_wrap form input[disabled='disabled'],
.form_wrap form textarea[disabled='disabled'] {
    background: #ececec;
}
.form_wrap form input[type='checkbox'] {
    border: 0;
    padding: 0;
    margin-top: 4px;
}


.form_wrap form input[type='submit'] {border-top-color: #d7d7d7;  }

.form_wrap form input[type='text'], .form_wrap form input[type='password'] { width: 188px; }
.form_wrap form input.short { width: 70px; }
.form_wrap form input.large {
    width: 240px;

    font-size: 21px;
}

.form_wrap form > .block {
    padding: 20px 40px;
}

.form_wrap form hr {
    margin: 15px 0 12px 0;
    border: 0;
    border-bottom: 1px dashed #d7d8d8;
}

.form_wrap form .l {
    /*width: 180px;*/
    width: 216px;
    float: left;
    font-size: 15px;
    line-height: 25px;
    color: #323232;
}
.form_wrap form .l_dimensions {
    margin-top: 10px;
}
.form_wrap form .l.f_none {
    float: none;
    width: auto;
}
.form_wrap form .l.checkb { float: none; }

.form_wrap form .i {
    /*display: block;*/
    /*margin: 0 0 10px 190px;*/
    margin: 0 0 10px 230px;
    position: relative;
}

.form_wrap form .i .phone_prefix {
    position: absolute;
    left: 6px;
    top: 7px;
    z-index: 2;
    text-decoration: none;
    font-family: 'HelveticaNeue';
    font-size: 13px;
    letter-spacing: 2px;
}
.form_wrap form .i .phone_prefix + input {
    padding-left: 34px;
    width: 160px;
}

.form_wrap form .i.f_none {
    margin-left: 0;
    clear: both;
}

.form_wrap form .i .two_inputs label,
.form_wrap form .i .dimensions label {
    position: absolute;
    margin-top: -16px;
    font-size: 11px;
}
.form_wrap form .i .two_inputs {
    max-width: 350px;
    display: inline-block;
}
.form_wrap form .i .two_inputs input {
    width: 130px;
    margin-right: 10px;
}

.form_wrap form .i .two_inputs .b_autocomplete > ins {
    right: 10px;
}

.form_wrap form .add_height {
    height: 32px;
    width: 100%;
    clear: both;
}
.form_wrap form .add_height.less { height: 16px; }

.form_wrap form .right {
    float: right;
}
.form_wrap form .right .btn {
    /*margin-top: -12px;*/
    margin-bottom: 8px;
}

.form_wrap form .select {
    display: inline-block;
    min-width: 170px;
    max-width: 250px;
    margin-right: 40px;
    /*margin-top: -12px;*/
    outline: none;
}

.form_wrap form .dimensions {
    max-width: 200px;
    width: 220px;
    /*margin-right: -18px;*/
    display: inline-block;
}

.form_wrap form .dimensions input {
    width: 29px;
    margin-right: 10px;
}

.form_wrap form .i .price {
    width: 65px;
}

.form_wrap form .i .checkbox {
    margin: 6px 10px 0 0;
}

.form_wrap form .i .checkbox + .b_tooltip {
    top: -2px;
}

.dimensions.c_l + .b_tooltip {
    top: -9px;
}

.form_wrap form input.autocomplete {
    position: relative;
    width: 168px;
    /*background: #fff url(../img/arr_down.png) 94% 10px no-repeat;*/
}
.form_wrap form .b_autocomplete > ins {
    content: " ";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/arr_down.png) 50% 50% no-repeat;
    position: absolute;
    top: 0; right: 0;
    cursor: pointer;
    z-index: 10;
}

.form_wrap form .units,
.form_wrap form small {
    font-size: 15px;
    line-height: 29px;
    vertical-align: top;
    font-weight: normal;
    color: #bebebe;
}
.form_wrap form .list.check { display: inline-block; width: 100%; }
.form_wrap form .list.check li {
    width: 50%;
    margin-bottom: 10px;
    font-size: 13px;
}
.form_wrap form .list.check li label {
    line-height: 21px;
}
.form_wrap form .b_tooltip.m_discs_tyres .list.check li label { vertical-align: top; }

.form_wrap form .list.check.full li { width: 100%; position: relative}
.form_wrap form .list.check.full li label { max-width: 185px; display: inline-block; }
.form_wrap form .list.check.full li input { vertical-align: top; }
.form_wrap form .list.check.full li input[type='text'] { float: right; width: 160px; margin-right: 28px}
.form_wrap form .list.check.full li input[type='text'] + small {position: absolute; top: 0; right: 0;}

.form_wrap form .list.check li input {
    margin-right: 10px;
}

.form_wrap form textarea {
    width: 350px;
    height: 100px;
    resize: none;
}

.form_wrap form .bottom {
    background: #f35f57;
    padding: 10px 0;
    margin: 0;
    border-radius: 0 0 4px 4px;
    position: relative;
    /*behavior: url(/protected/themes/novaposhta/assets/css/PIE.htc);*/
    zoom: 1;
    /*check*/
}
.form_wrap form .btn, .form_wrap form .btn[disabled="disabled"], .form_wrap form .btn[disabled="disabled"]:hover {
    /*
    background: #f5f5f5 url(../img/select_body.png) 0 bottom repeat-x;
    border-radius: 2px;
    padding: 8px 20px;
    height: auto;

    line-height:30px;
    font-size: 21px;
    color: #343434;

    box-shadow: 0 1px 1px #333;
    */

    background: url(../img/select_body.png) #F3F3F3 0 bottom repeat-x;


    background: -moz-linear-gradient(top,  #f4f4f4 0%, #e0e0e0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#e0e0e0));
    background: -webkit-linear-gradient(top,  #f4f4f4 0%,#e0e0e0 100%);
    background: -o-linear-gradient(top,  #f4f4f4 0%,#e0e0e0 100%);
    background: -ms-linear-gradient(top,  #f4f4f4 0%,#e0e0e0 100%);
    background: linear-gradient(to bottom,  #f4f4f4 0%,#e0e0e0 100%);
    -pie-background: linear-gradient(#f4f4f4,#e0e0e0);


    border-radius: 4px;
    padding: 8px 20px;
    height: auto;
    line-height: 18px;
    font-size: 16px;
    color: #343434;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .5), inset 0 0px 0px white;
    position: relative;
    behavior: url(/protected/themes/novaposhta/assets/css/PIE.htc);
}
.form_wrap form .btn[disabled="disabled"], .form_wrap form .btn[disabled="disabled"]:hover {
    cursor: default;
    color: #aaa;
    text-shadow: 1px 1px 1px #fff;
    border: 1px solid #d7d7d7;
}
.form_wrap form .btn:hover {
    text-shadow: none;
    border-color: transparent;
    color: #fff;
    background: #ff5b52;


    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNWI1MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMjNkMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ff5b52 0%, #f23d33 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5b52), color-stop(100%,#f23d33));
    background: -webkit-linear-gradient(top,  #ff5b52 0%,#f23d33 100%);
    background: -o-linear-gradient(top,  #ff5b52 0%,#f23d33 100%);
    background: -ms-linear-gradient(top,  #ff5b52 0%,#f23d33 100%);
    background: linear-gradient(to bottom,  #ff5b52 0%,#f23d33 100%);
    -pie-background: linear-gradient(#ff5b52,#f23d33);

}


.form_wrap form .reset {
    border: 0;
    margin-left: 35px;
    color: #fff;

    box-shadow: none;
    /*padding: 10px 0 0 0;*/
    border-bottom: 1px solid #fff;

    font-size: 16px;

    cursor: pointer;
    background: transparent;
}
.form_wrap form a.reset { text-decoration: none; }
.form_wrap form .reset.m_clear { border-bottom-style: dashed; }
.form_wrap form .reset:hover { border-bottom-color: transparent; }
.form_wrap form .btn.submit {
    margin-left: 270px;
}
.job_application .form_wrap form .btn.submit {
    margin-left: 290px;
}
.form_wrap form input.error,
.form_wrap form textarea.error {
    margin: -1px;
    border: 2px solid #f35f57;
    border-radius: 2px;
}
.form_wrap form .two_inputs input.error,
.form_wrap form .dimensions input.error {
    margin-right: 9px;
}
.form_wrap form .l.valid:before,
.form_wrap form .l.invalid:before {

    content: " ";
    display: block;
    position: absolute;
    margin: 5px 0 0 -20px;

    width: 16px;
    height: 16px;
    background: url(../img/ico_ok.png) 0 0 no-repeat;
}
.form_wrap form .l.invalid:before { background-image: url(../img/ico_not_ok.png); }

.form_wrap .select.cargo_type,
.form_wrap .select.weight_type {
    width: 138px;
}

.form_wrap .phone_mask { letter-spacing: 2px; }


.b_tooltip {
    display: inline-block;
    position: relative;
    top: -7px;
    line-height: 20px;
    vertical-align: bottom;
}
.b_tooltip.col4_time_popup {
    position: static !important;
    top: 0px;
}
/*.select + .b_tooltip { top: -10px; }*/

textarea + .b_tooltip {
    vertical-align: top;
    top: -2px;
}
input.large + .b_tooltip { vertical-align: middle; top: -4px;}

.two_inputs + .b_tooltip {top: -10px}

.form_wrap form .i .b_tooltip > i {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    /*top: -10px;*/

    font-size: 0;
    /*line-height: 20px;*/
    vertical-align: bottom;
    background: url(../img/ico_i.png) 0 0 no-repeat;
}
.form_wrap form .i .b_tooltip.attention > i {
    background: url(../img/attention.png) 0 0 no-repeat;
}
.form_wrap form .i .b_tooltip.attention {
    display: none;
}
.form_wrap form .i .b_tooltip.attention.show {
    display: inline-block;
}

.form_wrap form .i .b_tooltip.m_list > i { background-image: url(../img/ico_i_list.png);}
.form_wrap form .i .b_tooltip.m_list {top: -3px; left: 6px;}
.form_wrap form .i .b_tooltip.m_pallets > i { display: none; }

.form_wrap form .i .select + .b_tooltip {
    top: -3px;
}
.form_wrap form .i .b_tooltip.active > i {
    background-position: 0 bottom;
}

.form_wrap form .top {
    color: #fff;
    background: #f35b53;
}
.form_wrap form .top > .block {
    padding: 20px 30px;
    display: block;
}
.form_wrap form .top .left {
    float: left;
    width: 64%;
}
.form_wrap form .top .right {
    float: left;
    width: 36%;
}
.form_wrap form .top .star-msg {
    font-size: 13px;
    padding-top: 20px;
}


.form_wrap form .top h3 {
    font-size: 21px;
    font-weight: normal;
}

.form_wrap form .top .btn {
    font-size: 14px;
    padding: 5px 12px;
}

.form_wrap form .top.results table {
    width: 75%;
    margin-top: 20px;
    font-size: 15px;
    text-align: left;
    border-collapse: collapse;
}
.form_wrap form .top.results table td,
.form_wrap form .top.results table th {
    padding: 10px;
    border-collapse: collapse;
}
.form_wrap form .top.results table th {
    border-bottom: 1px solid #f68882;
    text-align: left;
    font-size: 13px;
    font-weight: normal;
}

.form_wrap form .top.results .right small {
    display: inline-block;
    font-size: 11px;
    color: #fff;
    margin: -6px 0 0;
}

.form_wrap .time_estimate .response {

}
.form_wrap .time_estimate .response label {
    display: block;
    margin: 0 0 10px;
}

.form_wrap .time_estimate .response hr {
    margin-left: -60px;
    margin-right: -60px;
    border-style: solid;
    width: 90%;
}

.form_wrap .response .highlight {
    background: #fde7e6;
    padding: 8px;
    margin: 0 -12px;
    line-height: 26px;

    border-radius: 4px;
    position: relative;
    behavior: url(/protected/themes/novaposhta/assets/css/PIE.htc);
}
.form_wrap .response .highlight b {
    margin: 0 125px 0 10px;
    font-size: 21px;
    vertical-align: middle;
    font-weight: normal;
    color: #f23c32;
}
.form_wrap .response .btn {
    padding: 6px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-shadow: none;
    line-height: 18px;

    box-shadow: 0 1px 2px #777;
    position: relative;
    behavior: url(/protected/themes/novaposhta/assets/css/PIE.htc);
}

.form_wrap form .btn.red_box:hover {
    background: #ef5b53;
    background: -moz-linear-gradient(top,  #ef5b53 0%, #ff7770 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef5b53), color-stop(100%,#ff7770));
    background: -webkit-linear-gradient(top,  #ef5b53 0%,#ff7770 100%);
    background: -o-linear-gradient(top,  #ef5b53 0%,#ff7770 100%);
    background: -ms-linear-gradient(top,  #ef5b53 0%,#ff7770 100%);
    background: linear-gradient(to bottom,  #ef5b53 0%,#ff7770 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef5b53', endColorstr='#ff7770',GradientType=0 );

    /*
    background: url(../img/btn_red.png) 0 0 repeat-x;
    text-shadow: none;
    border-color: transparent;
    color: #fff;
    background: #ff5b52;

    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNWI1MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMjNkMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ff5b52 0%, #f23d33 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5b52), color-stop(100%,#f23d33));
    background: -webkit-linear-gradient(top,  #ff5b52 0%,#f23d33 100%);
    background: -o-linear-gradient(top,  #ff5b52 0%,#f23d33 100%);
    background: -ms-linear-gradient(top,  #ff5b52 0%,#f23d33 100%);
    background: linear-gradient(to bottom,  #ff5b52 0%,#f23d33 100%);
    -pie-background: linear-gradient(#ff5b52,#f23d33);
    */
}


.b_tooltip .b_tooltip_body {
    position: absolute;
    display: none;
    z-index: 105;
    top: -20px;
    left: 40px;

    width: 200px;
    padding: 14px 20px 14px 14px;

    color: #333;
    font-size: 13px;
    background: #fff;
    box-shadow: 0 0 25px #bcbcbc;
    behavior: url(/protected/themes/novaposhta/assets/css/PIE.htc);
}
.b_tooltip .b_tooltip_body.m_right {
    left: 120px;
    top: 20px;
}
.b_tooltip.m_left .b_tooltip_body {
    left: -256px;
}
.b_tooltip.m_big .b_tooltip_body {
    width: 500px;
    z-index: 999;

    padding: 16px 22px;
    margin-top: -10px;
}

.b_tooltip.active .b_tooltip_body { display: block; }

.b_tooltip .b_tooltip_body:before {
    content: " ";
    display: block;
    position: absolute;
    z-index: 4;
    left: -15px;

    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fff;
    /*box-shadow:  -2px 0 5px rgba(0, 0, 0, .5);*/
    behavior: url(/protected/themes/novaposhta/assets/css/PIE.htc);
}
.b_tooltip.m_left .b_tooltip_body:before {
    border-left: 15px solid #fff;
    border-right: 15px solid transparent;
    left: auto;
    right: -30px;
}

.b_tooltip.m_big .b_tooltip_body:before { top: 50%;}

.b_tooltip.m_big.m_top .b_tooltip_body:before {
    top: -15px;
    left: 50%;
    margin-left: -15px;
    border-bottom-color: #fff;
    border-right-color: transparent;
    border-left: 15px solid transparent;
    border-top: 0;
}

.form_wrap form input.date {
    width: 90px;
    position: relative;
}
.form_wrap form input.date {
    background-image: url(../img/ico_date.png);
    background-position: 80px 6px;
    background-repeat: no-repeat;
}

.ui-datepicker {
    background: #f2f2f2;
    border: 1px solid #ccc;
    font-size: 12px;

    z-index: 100 !important;
}

.ui-datepicker .ui-datepicker-calendar {}
.ui-datepicker .ui-datepicker-calendar th {
    padding: 4px;
    font-weight: normal;
    text-align: right;
}
.ui-datepicker .ui-datepicker-calendar td {
    color: #666;

    border: 1px solid #fff;
    border-width: 1px 0 0 1px;
    border-collapse: collapse;
    background: #e8e8e8;
}
.ui-datepicker .ui-datepicker-calendar td:first-child { border-left: 0;
}
.ui-datepicker .ui-datepicker-calendar tr:first-child td { border-top: 0;
}

.ui-datepicker .ui-datepicker-calendar td.ui-state-disabled {
    color: #aaa;
    background: transparent;
}

.ui-datepicker .ui-datepicker-calendar td a.ui-state-highlight.ui-state-hover,
.ui-datepicker .ui-datepicker-calendar td a.ui-state-hover {
    background: #f45f57;
    color: #fff;
}
.ui-datepicker .ui-datepicker-calendar td a.ui-state-highlight { color: #f45f57; }

.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    color: #666;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-week-end a {
    font-weight: bold;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    background: url(../img/ui_date_prev.png) center center no-repeat;
}
.ui-datepicker .ui-corner-all.ui-datepicker-next {
    background-image: url(../img/ui_date_next.png);
}
.ui-datepicker .ui-corner-all.ui-state-hover { top: 2px; }


.offices_wrap {}
.offices_wrap .aux {
    margin-bottom: 20px;
}
.order_big .highlight,
.offices_wrap .highlight {
    float: right;
    padding: 15px;
    background: #fde7e6;

    border-radius: 4px;
    position: relative;
    behavior: url(/protected/themes/novaposhta/assets/css/PIE.htc);
}
.order_big .highlight .list li,
.offices_wrap .highlight .list li {
    width: 170px;
    padding-left: 26px;
    font-size: 13px;
    line-height: 18px;
    color: #f23c32;
}
.order_big .highlight .list li.print,
.offices_wrap .highlight .list li.print {
    background: url(../img/ico_print.png) 0 2px no-repeat;
}
.order_big .highlight .list li.print a,
.offices_wrap .highlight .list li.print a {
    text-decoration: none;
}
.order_big .highlight .list li.download,
.offices_wrap .highlight .list li.download {
    margin-right: 10px;
    background: url(../img/ico_download.png) 0 2px no-repeat;
}

.offices_wrap .download-icon {
    float: right;
}
.offices_wrap .download-icon .list {
    height: 37px;
}
.offices_wrap .download-icon .list li a {
    float: left;
    margin-left: 5px;
}
.offices_wrap .download-icon .list li a {
    display: block;
    width: 37px;
    height: 37px;
    background: url("../img/spr_icons.png") 0 0 no-repeat;
}
.offices_wrap .download-icon .list li.print a {background-position: -369px 0;}
.offices_wrap .download-icon .list li.acrobat a {background-position: -410px 0;}
.offices_wrap .download-icon .list li.excel a {background-position: -452px 0;}
.offices_wrap .download-icon .list li.print a:hover {background-position: -369px -37px;}
.offices_wrap .download-icon .list li.acrobat a:hover {background-position: -410px -37px;}
.offices_wrap .download-icon .list li.excel a:hover {background-position: -452px -37px;}

#wrapper #top_block.offices_wrap .block_left { width: 680px; }
#wrapper #top_block.offices_wrap .block_right { width: 240px; }

#wrapper #top_block.offices_wrap .filter .l {float: none}
#wrapper #top_block.offices_wrap .filter .i { margin-bottom: 0; margin-right: 14px;}
#wrapper #top_block.offices_wrap .filter .i_l {float: left}
#wrapper #top_block.offices_wrap .filter .i_l .select {width: 160px; min-width: 160px; margin-right: 32px}
#wrapper #top_block.offices_wrap .filter .i_r {float: left; width: 100px; min-width: 100px; margin: 23px 0 0 0; font-weight: bold; }
.postomat-radio-buttons {float: left; width: 120px; font-size: 13px; font-weight: bold; }
#wrapper #top_block.offices_wrap .filter .btn {
    padding: 4px 32px;
    margin-top: 25px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-shadow: none;
    line-height: 18px;
    box-shadow: 0 1px 2px #777;
    position: relative;
    behavior: url(/protected/themes/novaposhta/assets/css/PIE.htc);
}
#wrapper #top_block.offices_wrap .filter h4 {
    font-size: 16px;
}
#wrapper #top_block.offices_wrap .filter .block {
    padding: 10px 20px 14px 20px;
}
#wrapper #top_block.offices_wrap .filter .autocomplete {
    width: 246px;
}
#wrapper #top_block.offices_wrap .filter .b_autocomplete ul {
    width: 278px;
}

.text table,
#wrapper .offices {
    width: 100%;
    font-size: 13px;
    line-height: 18px;
    color: #323232;
}
.text table td {
    margin-bottom: -2px;
    border: 1px solid transparent;
    border-top: 0;
    border-bottom: 1px solid #e5e5e5;
    border-collapse: collapse;
    padding: 15px;
    vertical-align: top;
}

/*#wrapper .offices td.col1 { width: 25%; }*/
/*#wrapper .offices td.col2 { width: 18%; }*/

/*#wrapper .offices td.col3,*/
/*#wrapper .offices td.col4 { width: 32%; }*/
/*#wrapper .offices td.col4 { width: 25%; }*/

.offices_wrap.order_carrier .offices td.col2 { display: none; }
#wrapper .offices_wrap.order_carrier .offices td.col3 { width: 50%; }
.offices_wrap.order_carrier .offices td.col3 .address,
.offices_wrap.order_carrier .offices td.col3 .address + br { display: none; }

.text table thead td {
    color: #bcbcbc;
    border-bottom: 1px dashed #f69994;
}
.text table thead a,
#wrapper .offices thead a {
    position: relative;
    border-bottom: 1px dotted #000;
    /*color: #bcbcbc;*/
    color: #000;
    text-decoration: none;
}

.text table thead a.sort.sorted,
.text table thead a.sort:hover,
#wrapper .offices thead a.sort.sorted,
#wrapper .offices thead a.desc:hover,
#wrapper .offices thead a.asc:hover,
#wrapper .offices thead a.sort:hover {
    color: #f05e56;
    border-bottom-color: #f05e56;
    font-weight: bold;
}

.text table thead a.sort:after,
#wrapper .offices thead a.asc:after,
#wrapper .offices thead a.sort:after {
    content: " ";
    display: none;
    position: absolute;
    margin: 4px 0 0 4px;
    width: 9px;
    height: 7px;
    background: url(../img/ico_arr_sort.png) 0 0 no-repeat;
}

#wrapper .offices thead a.desc:after
{
    content: " ";
    display: none;
    position: absolute;
    margin: 4px 0 0 4px;
    width: 9px;
    height: 7px;
    background: url(../img/ico_arr_sort.png) 0 -7px no-repeat;
}
.position{
    text-align: center;
}
.text table thead a.sort:hover:after,
.text table thead a.sort.sorted:hover:after,
#wrapper .offices thead a.asc:hover:after,
#wrapper .offices thead a.desc:hover:after,
#wrapper .offices thead a.sort:hover:after,
#wrapper .offices thead a.sort.sorted:after { display: inline-block; }



#wrapper .offices {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 6px;

}
#wrapper .offices tr td.phone {
    width: 13%;
}
#wrapper .offices tr td.time {
    width: 14%;
}
#wrapper .offices tr td.col1 {
    width: 15%;
}
#wrapper .offices tr td.col2 {
    width: 18%;
}
#wrapper .offices thead tr.fixed {
    z-index: 20;
    background: #f2f2f2;
}
#wrapper .offices thead tr td {
    border-right: 2px solid transparent;
    vertical-align: middle;
    text-align: center;
}
#wrapper .offices tbody tr td {
    background: #fff;
    border-top: 1px solid #e5e5e5;
    border-right: 2px solid #fff;
    padding: 15px 0 15px 15px;
    vertical-align: middle;
    text-align: center;
}
#wrapper .offices tbody tr td a {
    text-decoration: none;
}
#wrapper .offices tbody tr td a span {
    border-bottom: none;
}
#wrapper .offices tbody tr td a:hover span {
    border-bottom: 1px dotted #f05e56;
}
#wrapper .offices tbody tr td.first{
    border-bottom-color: transparent;
}
#wrapper .offices tbody tr td.hidden{
    visibility: hidden;
    border-top: none;
}
#wrapper .offices tbody tr.delim td{
    background: none;
    border: none;
    padding: 10px;
}
#wrapper .offices tbody tr.first td, #wrapper .offices tbody tr.delim + tr td{
    border-top: none;
}
#wrapper .offices tbody tr.first td.first, #wrapper .offices tbody tr.delim + tr td.first{
    border-radius: 4px 0 0 4px;
}
#wrapper .offices tr td.first, #wrapper .offices tr td.last {
    border-right-width: 10px;
}
#wrapper .offices tbody tr td.city span {
    display: block;
}
#wrapper .offices tbody tr td.city span.name {
    color: #f05e56;
    margin-bottom: 6px;
    font-family: 'HelveticaNeueBold';
}
#wrapper .offices tbody tr td.city span.count {
    font-size: 11px;
}
#wrapper .offices tbody tr td.city span.count b {
    font-family: 'HelveticaNeueBold';
}
#wrapper .offices thead tr td {
    padding: 24px 15px;
    /*color: #bcbcbc;*/
}
#wrapper .alignment thead tr td {
    padding: 24px 55.5px;
    /*color: #bcbcbc;*/
}
#wrapper .offices tbody tr td .address {
    color: #323232;
}

.text table thead a.sort.sorted[direction='up']:after
#wrapper .offices thead a.sort.sorted[direction='up']:after { background-position: 0 bottom; }

/*.text table td:hover,*/
/*.text table td.hover,*/
/*#wrapper .offices td:hover,*/
/*#wrapper .offices td.hover {*/
    /*border-left-color: #d9d9d9;*/
    /*border-right-color: #d9d9d9;*/
    /*border-bottom-color: #d9d9d9;*/
/*}*/

.text table thead td.hover,
#wrapper .offices thead td.hover { border-bottom-color: transparent; }
.text table tbody .col2 a {
    color: #000;
    font-weight: bold;
}
#wrapper .offices tbody .col2 a {
    color: #000;
    /*font-weight: bold;*/
}
.text table tbody tr.last td,
#wrapper .offices tbody tr.last td { border-bottom: 0; }
.text table tfoot td,
#wrapper .offices tfoot td {
    height: 2px;
    padding: 10px;
    max-height: 10px;
    border-width: 0 1px 1px 1px;
    border-bottom-color: transparent;
}
.text table tfoot td.hover,
#wrapper .offices tfoot td.hover {
    border-radius: 0 0 10px 10px;
    /*border-bottom-color: #d9d9d9;*/
    box-shadow: 0 2px 0 #888;
}

.text table tbody .city .new,
#wrapper .offices tbody .city .new {

    font-weight: bold;
    color: #f05e56;
    /*padding: 10px 30px 10px 0;*/

    background: url(../img/ico_new.png) right 8px no-repeat;
}
/*стили для  Главная / Контакты / Контакт-центры  */
.colsp1 {
    padding: 30px 20px !important;
    width: 25%;
}
.colsp2 {
    width: 32%;
}
.colsp3 {
    width: 15% !important;
}
/*End*/

.text table tbody .time li,
#wrapper .offices tbody .time li {
    list-style-type: none;
    font-size: 11px;
    color: #797979;
    background: transparent;
}

#wrapper .offices tbody .time_popup {
    position: relative;
    padding: 15px 0;
}
#wrapper .offices tbody .time_popup .pop {
    padding: 0 15px 20px 15px;
    position: relative;
    height: 20px;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
}
#wrapper .offices tbody .time_popup .pop ins {
    content: " ";
    display: block;
    height: 20px;
    width: 100%;
    background: #fff;
    position: absolute;
    bottom: 3px;
    left: 0;
}
#wrapper .offices tbody .time_popup .pop ins:after {
    content: " ";
    display: block;
    width: 17px;
    height: 12px;
    background: url("../img/spr_icons.png") -369px -78px no-repeat;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -8.5px;
}
#wrapper .offices tbody .time_popup .pop:hover ins:after,
#wrapper .offices tbody .time_popup .pop.opened ins:after {
    background-position: -388px -78px;
}
#wrapper .offices tbody .time_popup .pop:hover,
#wrapper .offices tbody .time_popup .pop.opened {
    background: #fff;
    box-shadow: 0 2px 4px #9f9f9f;
    border-radius: 0 0 4px 4px;
    behavior: url(/protected/themes/novaposhta/assets/css/PIE.htc);
}
#wrapper .offices tbody .time_popup .pop.opened {
    position: absolute;
    /*top: 15px;*/
    /*left: 0;*/
    z-index: 50;
}
#wrapper .offices tbody .time_popup li {
    list-style-type: none;
    font-size: 11px;
    line-height: 20px;
    color: #797979;
    background: transparent;
}
#wrapper .offices tbody .time_popup li span.day {
    display: inline-block;
    width: 18px;
}

.offices_wrap .form_wrap form {
    border-radius: 4px;
    box-shadow: 0 1px 1px #999;
}

.offices_wrap .form_wrap .block {
    padding: 20px;

}
.offices_wrap .form_wrap .l {
    margin-bottom: 5px;
    font-size: 11px;

    color: #7c7c7c;
}
.offices_wrap .form_wrap .i {
    margin-left: 0;
}
/*
.offices_wrap .form_wrap .select {
	width: 130px;
}*/
.offices_wrap .form_wrap form .bottom {
    margin-top: 0;
    padding: 20px 0;
    border-radius: 0 0 4px 4px;
    text-align: center;
}

.form_wrap form .b_tooltip.m_list .bottom {
    margin: 24px -22px -16px;
    padding: 10px 20px;
    border-radius: 0;
}


.offices_wrap .form_wrap form .btn.submit { margin: 0 auto; }

.offices_wrap .form_wrap form .new_only input {
    float: left;
    margin-top: 3px;

}
.offices_wrap .form_wrap form .new_only label {
    display: block;
    margin: -10px 0 0 24px;
}

#wrapper > .scroller {
    position: fixed;
    margin: 0 0 0 -110px;

    width: 100px;
    height: 85px;

    color: #000;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    top: 0;
    display: none;

    transition: background .2s linear;
    -moz-transition: background .2s linear;
    -webkit-transition: background .2s linear;
}
#wrapper > .scroller:hover {
    background: #f9f9f9;
}
#wrapper > .scroller span {
    position: relative;
    display: inline-block;
    bottom: -50px;
    color: #F23C32;
    padding: 0px;
    width: 70px;
    vertical-align: bottom;
}
#wrapper > .scroller span:before {
    content: " ";
    display: block;

    position: absolute;
    left: 50%;
    margin: -30px 0 0 -8px;

    width: 16px;
    height: 16px;

    background: url(../img/arr_scroller.png) 0 bottom no-repeat;
}
#wrapper > .scroller.up span:before {
    background-position: 0 0;
}

#wrapper > .scroller span b,
#wrapper > .scroller span i {
    font-style: normal;
    font-weight: normal;
}

#wrapper > .scroller span i { display: none; }
#wrapper > .scroller.up span i { display: inline; }
#wrapper > .scroller.up span b { display: none; }



.select.city .list li { display: none; }
.select.city .list li.other {display: block;}

.select.city[data-region='1'] .list li.c1 {display: block;}
.select.city[data-region='2'] .list li.c2 {display: block;}
.select.city[data-region='3'] .list li.c3 {display: block;}
.select.city[data-region='4'] .list li.c4 {display: block;}
.select.city[data-region='5'] .list li.c5 {display: block;}
.select.city[data-region='6'] .list li.c6 {display: block;}
.select.city[data-region='7'] .list li.c7 {display: block;}
.select.city[data-region='8'] .list li.c8 {display: block;}
.select.city[data-region='9'] .list li.c9 {display: block;}
.select.city[data-region='10'] .list li.c10 {display: block;}
.select.city[data-region='11'] .list li.c11 {display: block;}
.select.city[data-region='12'] .list li.c12 {display: block;}
.select.city[data-region='13'] .list li.c13 {display: block;}
.select.city[data-region='14'] .list li.c14 {display: block;}
.select.city[data-region='15'] .list li.c15 {display: block;}
.select.city[data-region='16'] .list li.c16 {display: block;}
.select.city[data-region='17'] .list li.c17 {display: block;}
.select.city[data-region='18'] .list li.c18 {display: block;}
.select.city[data-region='19'] .list li.c19 {display: block;}
.select.city[data-region='20'] .list li.c20 {display: block;}
.select.city[data-region='21'] .list li.c21 {display: block;}
.select.city[data-region='22'] .list li.c22 {display: block;}
.select.city[data-region='23'] .list li.c23 {display: block;}
.select.city[data-region='24'] .list li.c24 {display: block;}
.select.city[data-region='25'] .list li.c25 {display: block;}


#wrapper .side {
    width: 200px;
    float: left;
}
#wrapper .side.r {
    float: right;
    margin-left: 30px;
}

#wrapper .side .menu {
    padding: 8px 10px;


    background: #EFEFEF;
    box-shadow: 0 1px 1px #999;
    border-top: 3px solid #F23C32;


    border-radius: 0 0 4px 4px;
    position: relative;
    behavior: url(/protected/themes/novaposhta/assets/css/PIE.htc);
}
#wrapper .side .menu h4 { margin-bottom: 15px;}

#wrapper .side .menu ul li {
    list-style-type: none;
    list-style-position: inside;
    font-size: 13px;
    padding: 2px 0;
    background: transparent;
    border-radius: 4px;
    position: relative;
    behavior: url(/protected/themes/novaposhta/assets/css/PIE.htc);
}
#wrapper .side .menu ul li a {
    display: block;
    padding: 10px;
}

#wrapper .side .menu ul li.active { /* background: #fc5349; font-weight: bold; */ }
#wrapper .side .menu ul > li.active > a,
#wrapper .side .menu ul > li.active > a:hover { color: #fff;}
#wrapper .side .menu ul li a {
    color: #000;
    text-decoration: none;
}
#wrapper .side .menu ul > li.active > a {
    background: #FC5349;
    border-radius: 4px;
}

#wrapper .side .menu ul li li a:hover,
#wrapper .side .menu ul li li.active a { color: #FC5349; }

#wrapper .side .menu.m_news .sub li.ok { background: none; }

#wrapper .side .menu ul li a:hover {
    color: #fc5349;
}
#wrapper .side .menu .sub {
    margin: 4px 0 0;
    padding: 0;
    background: #ebebeb;
    border-radius: 4px;
    position: relative;
    behavior: url(/protected/themes/novaposhta/assets/css/PIE.htc);
}
#wrapper ul li.ok {
    padding-left: 30px;

    background: url(../img/ico_ok_red.png) 0 10px no-repeat;
}


#wrapper .side .menu .sub li {
    padding-left: 30px;
    font-size: 11px;
}
#wrapper .side .menu .sub li.ok {
    background-image: url(../img/ico_ok_red_small.png);
    background-position: 10px 10px;
    background-repeat: no-repeat;
}
#wrapper .side .menu .sub li.ok a {
    color: #fc5349;
}


#wrapper .block_left .side + .content { margin-top: -4px; }
#wrapper .text .side + .content {
    padding: 0;
}
#wrapper .side + .content {
    margin-left: 200px;
    padding: 0 20px;
}
#wrapper .side.r + .content {
    margin-left: 0;
    margin-right: 225px;
}
#wrapper .side + .content.no_margin { margin-left: 0;}
#wrapper .side.r + .content.no_margin { margin-right: 0; }

#wrapper .content .accordion {}

#wrapper .content .accordion li {
    margin-bottom: 20px;
    list-style-type: none;
}
#wrapper .content .accordion li h2 {
    padding: 20px 20px 20px 40px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 20px;
    cursor: pointer;
    background: transparent;
    border: 1px solid #f7cecc;
    border-radius: 8px;
    position: relative;
    behavior: url(/protected/themes/novaposhta/assets/css/PIE.htc);

    -webkit-transition: font-size .25s ease;
    -moz-transition: font-size .25s ease;
    -ms-transition: font-size .25s ease;
    -o-transition: font-size .25s ease;
    transition: font-size .25s ease;
}
#wrapper .content .accordion li h2 .date {
    font-size: 11px;
}
#wrapper .content .accordion li.ok {
    padding-left: 0;
    background: none;
}
#wrapper .content .accordion li.ok h2 {
    color: #fc5349;
    padding-left: 40px;
    background: url(../img/ico_ok_red.png) 10px 20px no-repeat;
}

#wrapper .content .accordion.m_news li h2 {
    color: #000;
}
#wrapper .content .accordion.m_news li.ok h2 { background: none; }
#wrapper .content .accordion.m_news li.active.ok h2 { background: white; }

#wrapper .content .accordion li.active h2 {
    margin-bottom: 20px;
    font-size: 15px;
    padding-left: 40px;
    /*
    padding: 20px;
    line-height: 26px;
    */
    background: #fff;

    border-color: transparent;
    border-radius: 8px;

    position: relative;
    behavior: url(/protected/themes/novaposhta/assets/css/PIE.htc);
}

#wrapper .content .accordion li.active {
    padding-bottom: 20px;

    border-bottom: 1px dashed #fc5349;
}


#wrapper .content .accordion .text { display: none; }
#wrapper .content .accordion li.active .text { display: block; }

#wrapper .content .accordion li .text {
    padding: 0 20px;
}

.form_wrap form.track .response {
    margin: 0 0 30px;
}
.form_wrap form.track .response .highlight {
    /*color: #f23c32;*/
    font-size: 16px;
    padding-left: 12px;
    margin-top: 10px;
}
.form_wrap form.track .response .highlight a {
    text-decoration: none;
}
.form_wrap form.track .response .highlight a span {
    border-bottom: 1px solid #ebc6c4;
}
.form_wrap form.track .response .highlight a:hover span {
    border-bottom: none;
}

.form_wrap form.track .response .info small {
    font-size: 11px;
    color: #000000;
}
.form_wrap form.track  .submit {
    margin-left: 60px;
}

.form_wrap form .text_sub {
    position: absolute;
    margin-top: 32px;
    font-size: 11px;
}
.form_wrap form .text_sup {
    position: absolute;
    margin-top: -15px;
    font-size: 11px;
}
.leveling{
    margin-left: 70px;
}

.form_wrap .register .highlight { background: #feeae9; }
.form_wrap .register .highlight .block { padding: 40px 60px; }


.form_wrap .register .reg_with { clear: both; }
.form_wrap .register .reg_with li { margin-right: 10px; opacity: 1 !important; }
.form_wrap .register .reg_with label { display: block; }


.form_wrap .register .reg_with li a {
    /*display: block;
    width: 100%;
    */
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    color: #a48786;
    text-decoration: none;
    border: 1px solid #dcc3c2;
    border-radius: 4px;
    position: relative;
    behavior: url(/protected/themes/novaposhta/assets/css/PIE.htc);
}

.form_wrap .register .reg_with li.selected a,
.form_wrap .register .reg_with li a:hover { color: #fff; }
.form_wrap .register .reg_with .fb.selected a,
.form_wrap .register .reg_with .fb a:hover {background: #3B5998; }
.form_wrap .register .reg_with .vk.selected a,
.form_wrap .register .reg_with .vk a:hover {background: #597DA3; }
.form_wrap .register .reg_with .skype.selected a,
.form_wrap .register .reg_with .skype a:hover {background: #00AFF0; }

.form_wrap .register .reg_with input[type='radio'] { display: none; }

.form_wrap .register .reg_with + .info { margin: 10px 0 20px 0;}

.form_wrap .register .reg_with + .info {font-size: 11px;}


#wrapper .block_bg {
    background: #fff;

    box-shadow: 0 1px 3px #666;
    position: relative;
    behavior: url(/protected/themes/novaposhta/assets/css/PIE.htc);
}
#wrapper .block_bg > .block {
    padding: 10px 30px 20px 30px;
}


#wrapper .block_bg .text h1 {
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
}
#wrapper .block_bg .time_table h4 {
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 10px;
}

#wrapper .block_bg .time_table .time {}

#wrapper .block_bg .time_table .time li {
    list-style-type: none;
    font-size: 11px;
    line-height: 18px;
}
#wrapper .office_single .map {
    position: relative;
}

#wrapper .office_single .map i {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 10px;
    display: block;

    background: url(../img/bg_shadow_inset.png) 0 0 repeat-x;
}
#wrapper .office_single .map iframe {
    width: 100%;
    height: 210px;
    position: relative;
    z-index: 0;
    margin-bottom: -4px;
}

#wrapper .phone.toll_free {
    font-size: 34px;
    font-weight: normal;
    font-family: 'HelveticaNeue';
    margin-bottom: 10px;

}

#wrapper .office_single .time_table table {
    width: 100%;
}
#wrapper .office_single .time_table table tr th {
    font-size: 10px;
    text-transform: uppercase;
    font-family: "helveticaNeueBold";
    background: #ebebeb;
    padding: 2px 6px;
}
#wrapper .office_single .time_table table tr th span {
    color: #8d8d8d;
}
#wrapper .office_single .time_table table tr td {
    padding: 6px;
    border-bottom: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    vertical-align: middle;
    text-align: center;
}
#wrapper .office_single .time_table table tr td span {
    font-size: 12px;
}
#wrapper .office_single .time_table table tr td.head {
    width: 30%;
    border-left: none;
    padding: 6px 6px 6px 0;
    text-align: left;
}
#wrapper .office_single .time_table table tr td.head span {
    font-family: "HelveticaNeueBold";
    padding: 0 0 0 24px;
    position: relative;
    display: block;
}
#wrapper .office_single .time_table table tr td.head span:after {
    content: " ";
    display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    background: url("../img/spr_icons.png") 0 0 no-repeat;
    left: 0;
    top: 50%;
    margin-top: -8.5px;
}
#wrapper .office_single .time_table table tr td.head span.timeline-i:after {
    background-position: -295px -128px;
}
#wrapper .office_single .time_table table tr td.head span.timedeparture-i:after {
    background-position: -312px -128px;
}
#wrapper .office_single .time_table table tr td.head span.timearrival-i:after {
    background-position: -329px -128px;
}


.job_application > .text .w50 .border {

    font-size: 13px;
    line-height: 18px;
}
.job_application > .text .w50 .border { margin-left: -20px; }


.accordeon2 > li {
    display: block;
    float: none;
    padding: 0;
}

.accordeon2 > li.disabled { opacity: .5; }
.accordeon2 > li.disabled > .wrap { position: relative; }
.accordeon2 > li.disabled > .wrap:before {
    content: '';

    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: block;
}


.accordeon2 > li > .wrap { display: none; }

.accordeon2 > li.completed .btn { visibility: hidden; }


.form_wrap form hr.gray {
    border: 0;
    display: block;
    width: 100%;
    height: 1px;

    background: url(../img/dashed_gray.png) 0 ;

}
#wrapper .text hr {
    border: 0;
    border-top: 1px dashed #f19590;
    margin: 40px 0;
    /*
    display: block;
    width: 100%;
    height: 1px;

    background: url(../img/dashed_red.png) 0 ;
*/
}
#wrapper .text .figure + hr { margin-top: 20px; }

#wrapper .job_application .text hr { margin-left: -30px; }


.accordeon2 li .title {
    position: relative;
    color: #323232;
    font-size: 18px;
    font-weight: bold;

    margin-bottom: 20px;
    cursor: pointer;

}

.accordeon2 li .title_sub {
    margin-bottom: 20px;

    font-size: 16px;
    color: #f23c32;
    font-weight: bold;
}

.accordeon2 > li .title i {
    content: '';
    display: block;
    position: absolute;
    left: -21px;
    top: 2px;

    width: 17px;
    height: 17px;

    background: url(../img/spr_collapse.png) 0 0 no-repeat;
}
.accordeon2 > li.folded .title i { background-position: right 0; }

.job_application form .l { width: 250px; }
.job_application form .i { margin-left: 250px; }

form .accordeon2 .btn.red_box,
.job_application form .btn.red_box {
    margin-left: 250px;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-shadow: none;
    cursor: pointer;
    border-radius: 2px;
}
form .accordeon2 .btn.red_box { /*margin-left: 180px;*/margin-left: 230px;}
.job_application form .accordeon2 .btn.red_box { margin-left: 250px; }


.form_wrap form .select.gender { width: 146px; }
.form_wrap form .select.education { width: 180px; }

.form_wrap form .date_range .date,
.form_wrap form .date_range .two_inputs .date { width: 90px; }


.form_wrap form .still_work {
    margin: 8px 0 0;
    font-size: 12px;
}

.form_wrap form .select.english,
.form_wrap form .select.pc_skills { width: 180px; }

form .paged_link {
    position: absolute;
    top: 25px;
    left: auto;
    right: 22px;
}
form .paged_link .btn {
    font-size: 18px;
    padding: 4px 16px;
    border-radius: 2px;
}


.order_page .response .highlight {
    margin-top: -10px;
    color: #F23C32;
}
.order_page .response .highlight span { vertical-align: bottom;}

.order_page .response .highlight b {
    margin: 0;
}

.order_page .block_right .fast_icons { margin-top: 28px; }




.popup_mask {
    display: none;
    content: '';
    position: fixed;
    z-index: 998;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: rgba(0,0,0,.5);
    -pie-background: rgba(0,0,0,.5);
    behavior:url(/protected/themes/novaposhta/assets/css/PIE.htc);
}

.b_autocomplete {
    display: inline-block;
    position: relative;

}

.b_autocomplete .scroll-element {
    min-width: 167px;
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    position: absolute;
    z-index: 20;
    top: 29px;
    left: 0px;

    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 6px 10px #ccc;
}

.b_autocomplete ul {}

.b_autocomplete ul li {
    display: list-item;
    float: none;
    padding: 6px 0 6px 10px;


    font-size: 13px;
    line-height: 18px;
    cursor: pointer;
    word-wrap: break-word;
}
.b_autocomplete ul li:hover, .b_autocomplete ul li.hover { color: #f23c32; }

.b_autocomplete ul li.hidden { display: none; }

#header.map:before,
#header.map:after {
    content: '';

    position: absolute;
    top: 0;
    left: -105px;
    z-index: 0;


    width: 60px;
    height: 266px;
    background: url(../img/h_shadow_l.png) 0 100% no-repeat;
}
#header.map:after {
    left: auto;
    right: -105px;

    background-image: url(../img/h_shadow_r.png);

}

/*
#header.map > .shadow {
	content: '';

	position: absolute;
	top: 0;
	left: -105px;
	z-index: 0;


	width: 60px;
	height: 410px;

	background: url(../img/h_shadow_l.png) 0 0 no-repeat;
}

#header.map > .shadow.r {
	left: auto;
	right: -105px;


	background-image: url(../img/h_shadow_r.png);
	background-position: 0 0;
}
*/
body.content-map {
    /*min-height: 950px;*/
}
.content-map #container {
    width: 1030px;
}

.content-map #header,
.content-map #wrapper {
    width: 1030px;
    margin: 0 auto;
}


#header.map .img {
    content: '';
    left: -45px;
    width: 1120px;
    height: 315px;
    min-height: 260px;
    background: #eaeaea;
}
.content-map #header.map .img {
    height: 266px;
}

#header.map .map_search {
    position: relative;
    padding: 20px 30px;

}
.content-map #header.map .map_search {
    padding: 14px 30px 14px 30px;
}
#header.map .page_title {
    margin: 0 0 15px 0;
    font-family: 'HelveticaNeueLight';
    font-weight: 100;
}
.content-map #header.map .page_title {
    margin: 0;
    float: left;
}
#header.map .search_map {
    display: block;
    width: 600px;
}
#header.map .search_map form {
    background: none;
    box-shadow: none;
    border-radius: 0;
}
#header.map .search_map form .i {
    margin: 0;
}
.content-map #header.map .search_map {
    float: right;
    margin-top: 7px;
    margin-right: -30px;
}
#header.map .search_map ul {
    list-style: none;
    background: #fff;
    z-index: 100;
    padding: 10px 0 0 0;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 1px 2px #a7a7a7;
    behavior: url(/protected/themes/novaposhta/assets/css/PIE.htc);
    display: none;
    width: 555px;
    margin-top: -10px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 200px;
}
#header.map .search_map ul li {
    padding: 4px 14px;
    font-size: 13px;
    cursor: pointer;
}
#header.map .search_map ul li:hover, #header.map .search_map ul li.hover {
    background: #fde7e6;
    color: #f23c32;
}
#header.map .search_map .body { position: relative; }
#header.map .search_map .body input {
    width: 528px;
    padding: 7px 14px;

    border: 0;
    border-radius: 14px;
    box-shadow: inset 0 1px 2px #666;
    color: #9e9e9e;
    position: relative;
    z-index: 101;
    border-bottom: 1px solid #ccc;
    behavior: url(/protected/themes/novaposhta/assets/css/PIE.htc);
}

#header.map .search_map .body.m_ac_on:before {
    content: '';
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 628px;
    height: 13px;
    display: block;
    background: #fff;
}

.ui-autocomplete:after {
    content: '';
    position: absolute;
    top: auto;
    top: -13px;
    left: 0;
    width: 628px;
    height: 13px;
    display: block;
    background: #fff;
}
.ui-autocomplete > li { font-size: 13px; }


#header.map .search_map .submit {
    position: absolute;
    margin: -22px 0 0 550px ;
    width: 14px;
    height: 16px;
    background: url(../img/search_btn.png) no-repeat;
    border: 0;
    cursor: pointer;
    z-index: 102;

}

#search_bar {}

#search_bar .form_wrap {
    margin: 0 -45px 0;
    background: #ec574f url(../img/bg_shadow_inset.png) 0 0 repeat-x;
    border-radius: 0 0 4px 4px;
    position: relative;
    box-shadow: 0 22px 100px #d0d0d0;
    behavior: url(/protected/themes/novaposhta/assets/css/PIE.htc);
}

#search_bar form {
    background: transparent;
    box-shadow: none;
    padding: 30px 0 20px 70px;
    border-radius: 0 0 4px 4px;
}
.content-map #search_bar form {
    padding: 22px 0 10px 70px;
}
#search_bar form .f_l { margin: 0 20px 0 0; }

#search_bar form .btns {
    margin-right: 45px;
    float: right;
}

#search_bar form .btns.action-icon {
	margin: 5px 90px 5px 0;
}

#search_bar form .btns .toggle-map {
	background: #ec574f;
	border: none;
	width: 32px;
	height: 26px;
	cursor: pointer;
}

#search_bar form .btns .toggle-map.map {
	background-image: url(../img/offices-map-icon.png);
}

#search_bar form .btns .toggle-map.list {
	background-image: url(../img/offices-list-icon.png);
}

#search_bar form .i { margin: 0;}

#search_bar form label {
    color: #fff;
}

#search_bar form .select.weight {
    margin-top: 2px;
    width: 144px;

}
#search_bar form .type .b_tooltip { top: -9px; }

#search_bar form .btns .btn {
    font-size: 13px;
    font-weight: bold;
    padding: 5px 20px;
}

.weight_l {
    padding-left: 16px;

    background: url(../img/w_l_0.png) 0 3px no-repeat;
}
.weight_l.m_2 { background-image: url(../img/w_l_1.png); }
.weight_l.m_3 { background-image: url(../img/w_l_2.png); }
.weight_l.m_none { padding-left: 0; background: transparent; }

#search_bar .form_wrap form .i .b_tooltip > i { background-image: url(../img/ico_i2.png); }

#header.map + #wrapper .offices_wrap { margin-top: 40px; }

#wrapper .offices_wrap.red table td { width: 20%; border-right: 0; border-left: 0; vertical-align: middle }
#wrapper .offices_wrap.red table .col1 { padding-left: 60px; }

#wrapper .offices_wrap.red table thead td {
    color: #000;
    border-bottom-style: solid;
}


#wrapper .offices_wrap.red table .office_link {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

#wrapper .offices_wrap.red table .time li {
    color: #000;
    font-size: 13px;
}

#wrapper .offices_wrap.red table .office_link span { border-bottom: 1px solid #999; }
#wrapper .offices_wrap.red table .office_link:hover span { border-bottom-color: transparent; }

#wrapper .offices_wrap.red table .office_link:before {
    content: '';
    position: absolute;
    display: block;
    margin: -5px 0 0 -30px;
    width: 13px;
    height: 23px;

    background: url(../img/spr_icons.png) -31px -71px no-repeat;
}

#wrapper .offices_wrap.red .address,
#wrapper .offices_wrap.red .phone { display: block; }

table[data-w-limit='any'] tr { /*display: block;*/ }
table[data-w-limit='0'] tr[data-w-l='2'],
table[data-w-limit='0'] tr[data-w-l='100'],
table[data-w-limit='0'] tr[data-w-l='30'] { display: none; }

table[data-w-limit='2'] tr[data-w-l='0'],
table[data-w-limit='2'] tr[data-w-l='100'],
table[data-w-limit='2'] tr[data-w-l='30'] { display: none; }

table[data-w-limit='30'] tr[data-w-l='0'],
table[data-w-limit='30'] tr[data-w-l='100'],
table[data-w-limit='30'] tr[data-w-l='2'] { display: none; }

table[data-w-limit='100'] tr[data-w-l='0'],
table[data-w-limit='100'] tr[data-w-l='30'],
table[data-w-limit='100'] tr[data-w-l='2'] { display: none; }

#wrapper .offices_wrap.red tbody tr.even td { background: #fff; }
#wrapper .offices_wrap.red td:hover,
#wrapper .offices_wrap.red td.hover { border-left-color: transparent; border-right-color: transparent; }

.content-map #map {
    width: 100%;
    height: 700px;
    min-width: 1000px;
}
.content-map #map-container {
    width: 1030px;
    overflow: hidden;
    min-width: 1000px;
    height: 700px;
    min-height: 700px;
    position: relative;
}
.content-map #map-container #pointer_desc {
    position: absolute;
    bottom: 50px;
    right: 20px;
    background: #fff;
    padding: 20px;
    z-index: 100;
    border-radius: 5px;
    box-shadow: 0 1px 2px #a7a7a7;
    behavior: url(/protected/themes/novaposhta/assets/css/PIE.htc);
}
.content-map #map-container #pointer_desc .label {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 6px;
}
.content-map #map-container #pointer_desc ul {
    list-style: none;
}
.content-map #map-container #pointer_desc ul li {
    margin-bottom: 4px;
}
.content-map #map-container #pointer_desc ul li img, .content-map #map-container #pointer_desc ul li span{
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}

.order_big .highlight {
    float: left;
    margin: 20px;
}

.order.complete > .block {
    width: 900px;
    padding: 15px;
    position: relative;

}

.order_big hr.thin {
    width: 96%;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;

}

.order .shard {
    width: 290px;
    display: inline-block;
    vertical-align: top;

}

.order .shard {
    margin-bottom: 10px;

    border: 2px solid #f89c97;
    border-radius: 10px;
    position: relative;
    behavior:url(/protected/themes/novaposhta/assets/css/PIE.htc);
}

.order .shard h3 {
    padding: 10px;
    background: #f89c97;
    color: #fff;
    font-weight: bold;
    border-radius: 7px 7px 0 0;
    position: relative;
    behavior:url(/protected/themes/novaposhta/assets/css/PIE.htc);
}

.order .shard .in { padding: 10px 15px; }

.order .shard .l { font-size: 13px; }
.form_wrap form.order .shard .l.invalid:before,
.form_wrap form.order .shard .l.valid:before { display: none; }

.order .shard .i {
    clear: left;
    margin-left: 0;
    margin-bottom: 10px;
}

.order .shard .w50 {
    width: 125px;
}
.order .shard .w50.add_r {
    margin-right: 10px;
}

.order .shard .w50 .i input { width: 80px; }


.form_wrap form.order.complete .btn.submit {
    left: 50%;
    margin-left: -55px;
}

/*
.shard.recipient {
	margin: 75px 0 0 -298px;
}


.shard.recip_office {
	margin: -65px 0 0 0;
}

.shard.recipient_agent {
	margin: -325px 0 0 298px;
}
*/


/*  popups  */


.popup_box {
    display: none;

    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;

    width: 480px;
    /*height: 340px;*/
    margin: -170px 0 0 -240px;

    background: #fff;

    box-shadow: 0 0 30px 0px #333;
}
.popup_box .block {
    padding: 40px;
}

.popup_box form {
    background: transparent;
    box-shadow: none;
    border-radius: none;
}

.popup_box h3 {
    color: #fb6159;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px;
}
.popup_box .btn_x {
    position: absolute;

    top: 20px;
    left: auto;
    right: 20px;
    display: block;

    width: 14px;
    height: 14px;

    background: url(../img/spr_icons.png) -44px -71px no-repeat;
    cursor: pointer;
    font-size: 0;

}

.popup_box .l { width: 140px; }
.popup_box .i { margin-left: 140px; }

#popup_login {}

#popup_login .cancel {
    margin-left: 10px;
    font-size: 21px;
}

#popup_login .cancel a {
    text-decoration: none;
    color: #fb6f68;
    border-bottom: 1px solid #fb6f68;
}
#popup_login .cancel a:hover { border-bottom-color: transparent; }


#popup_login.popup_box .l { width: 120px; }
#popup_login.popup_box .i { margin-left: 120px; }

#popup_login input[type='checkbox'] {
    margin-top: 14px;
}


.h404 {
    font-size: 252px;
    font-weight: normal;
    letter-spacing: 2px;
}

#header.page_404 {}

#header.page_404 > #user_menu,
#header.page_404 > .search,
#header.page_404 > #lang,
#header.page_404 > #top_menu {
    visibility: hidden;
}
#header.page_404 > #top_menu { display: none; }

#wrapper .b_search { position: relative; }
#wrapper .b_search .search { right: auto; left: 0; top: 24px; }

#wrapper .m_search_results h2 { margin-bottom: 15px; }
#wrapper .m_search_results .b_search {height: 40px; }
#wrapper .m_search_results .b_search .search { top: 0; }

#wrapper .m_search_results .b_search .search .input {
    width: 530px;
}
#wrapper .m_search_results .b_search .search .body {
    width: 530px;
}


.b_search_results  {
    margin-left: 30px;
}
.b_search_results .list > li {
    margin-bottom: 30px;
}
.b_search_results .list > li h3 {
    font-weight: normal;
    font-size: 15px;
    line-height: 23px;
}
.b_search_results .list > li .shortdesc {
    font-size: 11px;
    line-height: 16px;
}

.form_wrap form .dimensions {margin: 14px 0 0 0;}

.maps-baloon-infobox {font-size: 14px}
.maps-baloon-infobox .city {font-weight: bold; margin-bottom: 4px; font-size: 16px}
.maps-baloon-infobox .number {font-weight: bold; margin-bottom: 12px; font-size: 16px}
.maps-baloon-infobox .number span {border-bottom: 1px solid #dddddd; padding: 0 10px 0 0}
.maps-baloon-infobox .title {margin-bottom: 6px;}
.maps-baloon-infobox .title a {text-decoration: none}
.maps-baloon-infobox .title a span {border-bottom: 1px solid #ebc6c4;}
.maps-baloon-infobox .title a:hover span {border-bottom: none;}
.maps-baloon-infobox .phone {margin-bottom: 10px}
.maps-baloon-infobox .additional-services-title{
    margin-bottom: 5px;
    font-weight: bold;
}
.maps-baloon-infobox .additional-services-block{
    color: #808080;
}
.additional-services-item{
    position: relative;
    margin-bottom: 5px;
}
.additional-services-item p{
    position: absolute;
    top: 7px;
    left: 40px;
}
.maps-baloon-infobox .additional-services-block .icon{
    display: inline-block;
    background: url('../img/add_services.png') no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    width: 32px;
}
.maps-baloon-infobox .additional-services-block .icon-postfinance{
    background-position: -0px -0px;
    height: 29px;
}
.maps-baloon-infobox .additional-services-block .icon-posterminal{
    background-position: -0px -29px;
    height: 32px;
}

.maps-baloon-infobox .restriction {background-position: 0 5px; margin: 10px 0 10px 5px; color: #de584c}
.maps-baloon-infobox .restriction.m_2 {color: #7ead43;}
.maps-baloon-infobox .restriction.m_3 {}

.nearest-list {font-size: 14px; list-style: none}
.nearest-list li.many {padding: 2px 10px; cursor: pointer}
.nearest-list li.many:hover {color: #f23c32;}

.nearest-type{
    display: inline-block;
    height: 26px;
    cursor: pointer;
}
.nearest-foot{
    width: 14px;
    margin: 0 16px 0 10px;
    background: url("../img/person-active.png") no-repeat;
}
.nearest-car{
    width: 26px;
    background: url("../img/car-active.png") no-repeat;
}
.nearest-type-inactive{
    opacity: 0.5;
}
.nearest-line{
    margin: 0 10px 5px;
    border-bottom: 1px solid #888;
}
.nearest-list-car{
    display: none;
}

.inline{
    font-size:0;
    line-height:0;
    letter-spacing:-1px;
    display: table;
    width: 100%;
}

.inline > div, .inline > li  {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: normal;
    display: -moz-inline-stack;
    display:inline-block;
    vertical-align: top;
    *display:inline;
    zoom:1;
}
.inline.vmiddle > div, .inline.vmiddle > li  {
    vertical-align: middle;
}

#popup_help {width: 644px; height: auto; overflow: hidden; border-radius: 4px;}
#popup_help .header {padding: 14px 30px; background: #f23c32; box-shadow: 0 1px 6px #6d6d6d; z-index: 10; position: relative;}
#popup_help .header h2 {font-size: 21px; font-weight: normal; color: #fff}
#popup_help .header h2.section-title {display: none;}
#popup_help .block {background: #f2f2f2; z-index: 9; position: relative; padding: 30px}
#popup_help .footer {background: #bbbbbb; padding: 10px 30px; border-top: 2px solid #f23c32}

#popup_help .btn_x {
    top: 12px;
    right: 12px;
    width: 15px;
    height: 15px;
    background-position:  -61px -71px;
}

#popup_help h3 {
    color: #000;
    font-size: 15px;
    line-height: 20px;
    font-family: 'HelveticaNeueBold';
}
#popup_help .block .sections-list {
    margin-bottom: -28px;
    background: #f2f2f2;
}
#popup_help .block .sections-list ul {
    list-style: none;
}
#popup_help .block .sections-list ul li {
    width: 110px;
    margin-right: 46px;
    margin-bottom: 16px;
}
#popup_help .block .sections-list ul li.row {
    margin-right: 0;
}
#popup_help .block .sections-list ul li .image {
    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
    background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%); /* W3C */
    -pie-background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%); /* W3C */
    border-radius: 5px;
    box-shadow: 0 1px 2px #a7a7a7;
    margin-bottom: 10px;
    behavior: url(/protected/themes/novaposhta/assets/css/PIE.htc);
}
#popup_help .block .sections-list ul li .image img {
    display: block;
    width: 100%;
    max-width: none;
    border-radius: 5px;
}
#popup_help .block .sections-list ul li .title {
    text-align: center;
    width: 152px;
    margin-left: -22px;
}
#popup_help .block .sections-list ul li .title a {
    font-size: 14px;
    line-height: 19px;
    color: #303232;
    text-decoration: none;
}

#popup_help .block .questions-list .scroll-element {
    max-height: 380px;
    overflow: hidden;
}

#popup_help .block .questions-list {
    /*margin-bottom: -20px;*/
    display: none;
    background: #f2f2f2;
}
#popup_help .block .questions-list ul {
    list-style: none;
}
#popup_help .block .questions-list ul li {
    padding: 0 0 0 28px;
    margin-bottom: 20px;
    position: relative;
}
#popup_help .block .questions-list ul li a {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
}
#popup_help .block .questions-list ul li a:hover span {
    border-bottom: 1px dotted #f29792;
}
#popup_help .block .questions-list ul li:before {
    content: " ";
    width: 11px;
    height: 11px;
    display: block;
    background: url("../img/spr_icons.png") -187px -71px no-repeat;
    position: absolute;
    top: 4px;
    left: 0;
}
#popup_help .block .question {
    display: none;
    background: #f2f2f2;
}
#popup_help .block .question p,
#popup_help .block .question span,
#popup_help .block .question div,
#popup_help .block .question b,
#popup_help .block .question strong,
#popup_help .block .question li {
    line-height: 20px!important;
    font-size: 15px!important;
}
#popup_help .block .question img {
    max-width: 100%!important;
}
#popup_help .block .question .scroll-element {
    max-height: 380px;
    overflow: hidden;
}
#popup_help .block .question p {
    margin-bottom: 12px;
}
#popup_help .block .question ul {
    list-style: none;
}
#popup_help .block .question ul li {
    padding: 0 0 0 28px;
    position: relative;
    margin-bottom: 14px;
}
#popup_help .block .question ul li:before {
    content: " ";
    display: block;
    width: 20px;
    height: 1px;
    background: #db534c;
    position: absolute;
    top:9px;
    left: 0;
}
#popup_help .preloader {
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
#popup_help .preloader ins {
    width: 30px;
    height: 30px;
    display: block;
    background: url("../img/preloader.gif") 0 0 no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
}

#popup_help .footer .online-help {
    padding: 0 0 0 36px;
    position: relative;
    font-size: 16px;
    color: #f23c32;
    line-height: 18px;
    width: 145px;
    float: right;
}
#popup_help .footer .online-help:before {
    content: " ";
    display: block;
    width: 24px;
    height: 26px;
    background: url("../img/spr_icons.png") -49px -122px no-repeat;
    position: absolute;
    top: 6px;
    left: 0;
}
#popup_help .footer a {
    text-decoration: none;
    display: block;
}
#popup_help .footer a span {
    border-bottom: 1px dotted;
}
#popup_help .footer a:hover span {
    border-bottom: none;
}
#popup_help .header-btn {
    background: #d6d6d6;
    padding: 10px 23px;
}
#popup_help .header-btn .change {
    padding: 0 0 0 34px;
    position: relative;
    /*width: 150px;*/
    /*float: left;*/
}
#popup_help .header-btn .change a {
    font-size: 14px;
    text-decoration: none;
    color: #595353;
    line-height: 18px;
}
#popup_help .header-btn .change a span {
    border-bottom: 1px dotted;
}
#popup_help .header-btn .change a:hover span {
    border-bottom: none;
}
#popup_help .header-btn .change:before {
    content: " ";
    display: block;
    width: 21px;
    height: 17px;
    background: url("../img/spr_icons.png") -216px -87px no-repeat;
    position: absolute;
    top: 1px;
    left: 0;
}
#popup_help .footer .thanks {
    padding: 0 0 0 38px;
    position: relative;
    width: 150px;
    float: left;
    display: none;
}
#popup_help .footer .thanks a {
    font-size: 16px;
    color: #595353;
    line-height: 18px;
}
#popup_help .footer .thanks:before {
    content: " ";
    display: block;
    width: 28px;
    height: 26px;
    background: url("../img/spr_icons.png") -188px -117px no-repeat;
    position: absolute;
    top: 4px;
    left: 0;
}

#wrapper .news_sections ul {
    list-style: none;
    height: 42px;
    background: url(../img/top_menu_main.png) repeat-x;
    box-shadow: 0 1px 2px #b9b9b9;
    border-radius: 5px;
    display: inline-block;
    behavior: url(/protected/themes/novaposhta/assets/css/PIE.htc);
}
#wrapper .news_sections ul li {
    height: 42px;
    float: left;
    padding: 0 30px;
    line-height: 42px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #fff;
    text-shadow: 0 1px 1px #f5f5f5;
    font-size: 14px;
    behavior: url(/protected/themes/novaposhta/assets/css/PIE.htc);
}
#wrapper .news_sections ul li a {
    color: #000;
    text-decoration: none;
}
#wrapper .news_sections ul li.active {
    background: #f34f4e;
    box-shadow: inset 1px 1px 2px #802a29;
    color: #fff;
    text-shadow: 0 1px 1px #802a29;
    border: 0;
    behavior: url(/protected/themes/novaposhta/assets/css/PIE.htc);
}
#wrapper .news_sections ul li.active.first, .news_sections ul li.active:first-child {
    border-radius: 5px 0 0 5px;
    behavior: url(/protected/themes/novaposhta/assets/css/PIE.htc);
}
#wrapper .news_sections ul li.active.last, .news_sections ul li.active:last-child {
    border-radius: 0 5px 5px 0;
    behavior: url(/protected/themes/novaposhta/assets/css/PIE.htc);
}
#wrapper .news_sections ul li.active.first, .news_sections ul li:first-child {
    border-left: none;
}
#wrapper .news_sections ul li.active.last, .news_sections ul li:last-child {
    border-right: none;
}
#wrapper .news_sections + .page_title {
    margin: 30px 0 30px 30px;
}

.pager {margin-left: 160px}
.pager .yiiPager {list-style: none; text-align: center}
.pager .yiiPager li {display: inline-block; vertical-align: top; zoom: 1; *display: inline; padding: 6px}
.pager .yiiPager li a {text-decoration: none; border-bottom: 1px solid #fcdbd9;}
.pager .yiiPager li a:hover {border-bottom-color: transparent}
.pager .yiiPager li.hidden {display: none}
.pager .yiiPager li.selected a {font-family: "HelveticaNeueBold"; border-bottom-color: transparent;}

form .clear_btn {
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 15px;
    background: url("../img/spr_icons.png") -61px -71px no-repeat;
    margin: 8px 0 0 4px;
    cursor: pointer;
}
form .clear_btn.black {
    background-position: -241px -87px;
}

.b_tooltip .err_string {
    color: #fb6159;
    position: absolute;
    left: 20px;
    bottom: 60px;
}

.placeholder {color: #c4c4c4;}

.news_pagination a {text-decoration: none; padding: 0 0 0 16px; position: relative}
.news_pagination a.prev {padding: 0 0 0 16px; margin-right: 44px}
.news_pagination a.next {padding: 0 16px 0 0;}
.news_pagination a:after {content: " "; display: block; width: 8px; height: 8px; background: url("../img/spr_icons.png") 0 -98px no-repeat; position: absolute; top: 5px}
.news_pagination a.prev:after {background-position-x: -372px; left: 0; right: auto}
.news_pagination a.next:after {background-position-x: -381px; right: 0; left: auto}
.news_pagination a span {border-bottom: 1px solid}
.news_pagination a:hover span {border-bottom: none}

#top_block > .block_right > .fast_icons {
    margin-right: -50px;
    width: 240px !important;
}
.block_right > .fast_icons {
    border-top: 1px solid #EEEEEE;
    overflow: hidden;
    padding: 20px 0 0 0;
}
.block_right > .fast_icons .fast_icons__item {
    border-left: 6px solid #FFFFFF;
    margin-bottom: 0 !important;
    padding-left: 14px;
}
.block_right > .fast_icons .fast_icons__item:hover {
    background: #F3F3F3;
    border-left: 6px solid #F23C32;
}
.block_right > .fast_icons .fast_icons__item a {
    line-height: 44px !important;
}
.block_right > .fast_icons .fast_icons__track {
    padding-left: 20px;
}
.content .accordion.m_news h2 p {
    font-family: 'HelveticaNeueLight', Helvetica, Arial;
    font-size: 13px;
}
.passport input{
    margin-top: 5px;
}
.passport_code{
    text-transform: uppercase;
}

.feedback_message{
    display: none;
}

@media screen {
/* Стиль для отображения в браузере */
    /* start feedback_message*/
    .feedback_message{
        display: block;
    }


    .feedback_message{
        /*top: 250px;*/
        top: 50%;
        margin-top: -30px;
        position: fixed;
        right: 0;
        z-index: 999999;
        visibility: visible;
        background-attachment: scroll;
    }

    #feedbackMessageBtnOk{
        margin-left: 150px;
        margin-top: 17px;
        height: 30px;
    }

    #FeedbackMessageForm_textMessage{
        margin-top: 10px;
    }

    .feedback_message_form{
        left: auto !important;
        right: 0;
        width: 430px;
    }

    .feedback_message_form{
        left: auto !important;
        right: 0;
        width: 430px;
    }

    .feedbackMessageText{
        font-family: 'HelveticaNeue';
        font-size: 13px;
        text-align: center !important;
    }

    .feedback_message_form > .block{
        padding-top: 20px;
        padding-bottom: 20px !important;
    }

    .feedbackMessageAnswer{
        font-family: 'HelveticaNeue';
        font-size: 13px;
        text-align: center !important;
        padding: 10px;
    }

    .feedback_message_answer{
        margin-left: auto !important;
        margin-top: auto !important;
        top: 25px !important;
        right: 0;
        width: 430px;
        position: fixed;
    }

    /* end feedback_message*/
}

.blockError{
    box-shadow: 0 0 5px 2px #D7D7D7;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-top: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #F35F57;
}

.blockError > p{
    margin-bottom: 10px;
}
/*PopUp windows*/
.overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    cursor: default;
    opacity: 1;
    position: fixed;
    visibility: visible;
    z-index: 999;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.popup {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 30px 0 #333333;
    border: 3px solid #fff;
    display: inline-block;
    opacity: 1;
    line-height: 23px;
    position: fixed;
    text-align: justify;
    color: #323232;
    visibility: visible;
    z-index: 999;
    width:30%;
}
.overlay:target+.popup {
    top: 50%;
    opacity: 1;
    visibility: visible;
}
.popbtn {
    margin-right: 100px;
}
/*END PopUp windows*/

.label_tip {
    color: #000000;
    font-size: 13px;
    margin-right: 25px;
    text-decoration: none;
}

.popcent{
    margin-left: 50px;
    text-align: left !important;
}
#wrapper .offices_wrap.red table .office_li:before{
    margin: -5px 0 0 20px;
}

.btn_payment {
    width: 400px;
    text-align: left;
}

.btn_payment > span {
    font-size: 13px
}

.btn_payment_active{
    text-shadow: none;
    border-color: transparent;
    color: #fff !important;
    background: #f23c32 !important;
}

#tablePayment .col1 {
    font-weight:bold;
    /*color: #ec3d31;*/
}

#blockButtonForm > form {
    display: inline;
    margin-right: 20px;
    text-align: center;
}

#paymentCenter {
    text-align: center;
}

.blockPayment {
    font-size: 12px;
    font-family: verdana, geneva;
}

.blockPayment > .c_l {
    text-align: right;
    font-size: 100px;
}

#footer_reserved{
    font-size: 11px;
    color: #808080;
    padding-left: 16px;
    display:none;
}

#confirm {
    padding-top: 10px;
}

#confirm > .text {
    margin-left: 40px !important;
    margin-top: -15px !important;
}
#footer_reserved{
    font-size: 11px;
    color: #808080;
    padding-left: 16px;
    display:none;
}
.Link {
    text-decoration: underline;
    color: #F23C32;
    cursor: pointer;

}
/*Подсказка для перезвешенного веса в трекинге*/
.tooltipsy
{
    padding: 10px 20px;
    border: 1px solid #b3c9ce;
    border-radius: 4px;
    font-size: 12px;
    color: #333;
    background: lightcoral;
    box-shadow: 3px 3px 3px rgba(0,0,0,.3);
    width: 200px;
}
.Weight{
    color: red;
    padding-left: 30px;
    padding-right: 30px;
}
.beForSum{
    float: right;
    background: #FF0000;
    text-align: center;
    margin-right: 100px;
    width: 130px;
}
.beForWeight{
    background: #FF0000;
    text-align: center;
    margin-left: 150px;
    width: 130px;
}
.messageLink{
    color: #ffffff;
    font-weight: bold;
    line-height: 20px
}
.textCenter{
    text-align: center;
}

/*Polls*/
.pollProposal {
    padding:25px 20px 0px 20px;
    margin:0px;
    font-size:18px;
    font-weight: normal;
}
.pollnodewrapper {
    font-size: 16px;
    background: #fde7e6;
    margin:20px;
    padding:8px;
    /*line-height: 26px;*/
    border-radius: 4px;
    position: relative;
}
.pollHeader {
    font-size: 16px;
    padding:15px 0 10px 15px;
}
.pollDescription {
    font-size: 14px;
    padding:0px 0 10px 15px;
}
.option .pollvalue {
    display:inline-block;
    padding:10px 0;
}
.UserStatus .pollvalue {
    font-size: 16px;
    width:33%;
    text-align: center;
}
.SMSTracking .pollvalue {
    font-size: 18px;
    width:80%;
    text-align: left;
}
.pointsMinTitle, .pointsMaxTitle {
    width: 135px;
    display:inline-block;
    vertical-align: middle;
}
.pointsMinTitle{
    width:125px;
}
.pointsMaxTitle{
    width:120px;
    padding-left: 10px;
}
.points .pollvalue {
    display:inline-block;
    padding:10px 0;
    margin: 0 10px;
    vertical-align: middle;
    text-align:center;
}
.text table td {
    vertical-align: middle;
}
.text .pollHeader {
    padding-left: 0px;
}
.IsQueue .pollvalue {
    width:50%;
    text-align: center;
}
.pollSubmitButton {
    margin:0 auto;
    margin-bottom: 20px;
    background: #f35f57;
}
.pollSuccess {
    padding: 20px 40px;
    background: #ffffff;
    color: #323232;
    box-shadow: 0 0 5px 2px #D7D7D7;
    border-radius: 0 0 4px 4px;
    position: relative;
}
.pollSuccess p {
    /* color: #f23c32; */
    font-size: 16px;
    padding-left: 12px;
    margin-top: 10px;
    background: #fde7e6;
    padding: 8px;
    margin: 0 -12px;
    line-height: 26px;
    border-radius: 4px;
    position: relative;
}

.legend-postomat { display: none; }

.d_offices .p{
    display: none;
}

.telecode {
    line-height: 1.5;
    color:#030303;
}

.telecode table td{padding: 5px; font-size: 14px;}

.telecode @media (min-width: 770px) {
    table td{padding: 10px;}
}

.telecode h2 {
    font-size: 18px;
}

.telecode ol li {
    font-size: 16px;
}

.telecode h3 {
    font-size: 18px;
}

.telecode a {
    color: #191919;
}

.telecode a:visited {
    color: #5e5e5e;
}

.telecode .toTOP {
    text-align: right;
    margin-right: 10px;
}
.char{
    font-weight: bold;
}
.spoiler-int .char
{
    cursor: pointer;
    /*border-bottom: 1px dashed;*/
}
.tracking-int{
    border-collapse: collapse;
}
.tracking-int td
,.tracking-int th
{
    border: 1px solid;
    padding: 1px 10px;
}
.tracking-int th{
    text-align: center;
}
.bg-link{
    display: block;
    height: 100%;
    left: 0px;
    position: fixed;
    text-decoration: none;
    top: 0px;
    width: 100%;
}
.fix-bg{
    position: fixed;
    z-index: -1;
    width: 940px;
    height: 100%;
    right:50%;
    margin-right:-470px;
    background: #fff;
}
.tracking-banner{
    display: block;
    margin: 0 auto;
    width: 664px;
    height: 50px;
    margin-bottom: 15px;
    text-decoration: none;
}

.portmone-button{
    display: block;
    margin: 5px 0 10px;
    padding: 5px;
    background: #FF392E;
    text-align: center;
    color: #fff;
    font-size: 13px;
    border-radius: 5px;
    box-shadow: 0px 1px 2px #A7A7A7;
    text-decoration: none;
}
.portmone-title{
    font-size: 15px;
    font-weight: bold;
}