@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: #fff url('../img/LoveSeason_BG_preview.png') top center no-repeat;*/
    background-attachment: fixed;
}
body#main_page{
    /*Кликабельное брендирование сайта*/
    /*background: #fff url('../img/LoveSeason_BG_preview.png') top center no-repeat;*/
    background-attachment: fixed;
}
.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 {

}

input[readonly] {
    background-color: #ccc !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.group_btna{
    background-image: linear-gradient(to bottom,#FFF,#E6E6E6);
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) #B3B3B3;
    border-image: none;
    color: #343434;
    margin: 0;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,.75);
    border-width: 1px;
    background-color: #E6E6E6;
}
.form_wrap form .btn-small.btn{
    padding: 2px 10px;
    border-radius: 0;
}
.form_wrap form .btn-group > .btn:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.form_wrap form .btn-group > .btn:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.btn-group{
    white-space: nowrap;
}
.btn-group > .btn + .btn {
    margin-left: -4px;
}
[class^=icon-] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url(../img/glyphicons-halflings.png);
    background-position: 14px 14px;
    background-repeat: no-repeat;
}
.icon-plus {
    background-position: -408px -96px;
}
.icon-th-list {
    background-position: -264px 0;
}
.icon-remove {
    background-position: -312px 0;
}
.icon-remove-sign {
    background-position: -48px -96px
}
.icon-trash {
    background-position: -456px 0;
}

.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;
}
#logo {
    position:absolute;
    top:52px;
    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:120px;
    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;
    text-align: center;
}

#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 {
    position: relative;
    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
,.btn2
{
    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;
}

.select .dropdown li.disabled {
    font-style: italic;
}

#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:#808080;
    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;
}

.mp-banners{
    width: 670px;
    height: 360px;
}

#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 {
    margin-bottom: 9px;
}

#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 0 0;
}

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

#slider_block .slider .slide .name {
    display: inline-block;
    height: 20px;
    overflow: hidden;
    font-size:14px;
    line-height:20px;
    color:#f23c32;
    text-decoration:none;
}

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

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

.sliders .switcher  {
    text-align:center;
    display: table;
    margin: 15px auto 10px;
    padding: 0 10px 10px;
    border-bottom: 1px solid #C7C7C7;
}

#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;
}


.text .slider ul li {
    margin: 0;
    padding: 0;
    background: none;
}
.text .slider ul li{
    margin: 0;
    padding: 0;
    background: none;
}

.slider-new{
    position: relative;
}
.slider-new .switcher{
    margin-top: 10px;
    text-align: center;
}
.slider-new .switcher a{
    display: inline-block;
    width: 35px;
    height: 4px;
    margin: 3px;
    background: #33332f;
}
.slider-new .switcher a.active{
    background: #d9291c;
}
.slider-arrows{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.slider-arrows i{
    border: solid #a7a7a7;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 12px;
    cursor: pointer;
    opacity: 0.8;
}
.slider-arrows i:hover{
    border-color: #d9291c;
}
.slider-arrows .left {
    transform: rotate(135deg);
    float: left;
    margin-left: 15px;
}
.slider-arrows .right {
    transform: rotate(-45deg);
    float: right;
    margin-right: 15px;
}

#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: 35px 0 15px 15px;
    min-height: auto!important;
}

#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;
}

.list-link{
    float: right;
    margin-right: 15px;
    font-size: 90%;
}

#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: 30px;
    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 {
    clear: both;
    padding-top: 20px;
    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:160px;
    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 {
    color: #808080;
    margin-right:12px;
}

#contacts .engines a.fb:hover {
    color: #3b5998;
}

#contacts .engines a.tw:hover {
    color: #55acee;
}

#contacts .engines a.vk:hover {
    color: #2B587A;
}

#contacts .engines a.instagram:hover {
    color: #3f729b;
}

#contacts .engines a.youtube:hover {
    color: #cd201f;
}

#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}

#contacts_home hr
,#contacts hr
{
    margin: 5px 0;
    border: 1px solid #D9D9D9;
    border-bottom: none;
}

#contacts_home sup
,#contacts sup
{
    font-size: 10px;
}
#contacts_home a{
    text-decoration: underline;
    cursor: pointer;
    color: #808080;
    font-size: 18px;
}
#contacts_home a:hover{
    text-decoration: none;
}

#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; width: 150px;}
#footer.main #bottom_menu {width: 270px; float: left}
#footer.main #bottom_menu ul {list-style: none; width: 400px;}
#footer.main #bottom_menu ul li {display: inline-block; vertical-align: top; margin: 0 10px 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; }

.banners_top .b_banners .item
,#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;}

#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;
}

.fast_icons_new .buypack:after {
    background-position: -412px -76px;
    width: 30px;
    height: 30px;
    top: 8px;
    right: 19px;
}

.form_wrap.tracking-form{
    width: 680px;
    position: relative;
}
.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;
}

.tracking-form form input[name=phone]{
    width: 162px;
}

.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 .dimensions {margin: 14px 0 0 0;}

.form_wrap form .type .select {
    min-width: 150px;
}

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

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

.form_wrap form .i .checkbox + .b_tooltip
,.form_wrap .floorCount .b_tooltip.attention
{
    top: -13px;
}

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

.form_wrap form input.autocomplete {
    position: relative;
    width: 100px;
    /*background: #fff url(../img/arr_down.png) 94% 10px no-repeat;*/
}

.form_wrap form.time_estimate input.autocomplete {
    width: 167px;
}

.form_wrap form input.offices_num {
    width: 100px;
}

.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;
}

.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; }

.form_wrap .hidden{
    display: none;
}

.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: -14px;
}
.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: 187px;
    position: relative;
    background-image: url(../img/ico_date.png);
    background-position: 176px 6px;
    background-repeat: no-repeat;
    box-sizing: content-box;
}

.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: 150px; min-width: 150px; margin-right: 32px}
#wrapper #top_block.offices_wrap .filter .i_r {float: left; width: 145px; min-width: 145px; margin: 23px 0 0 0; font-weight: bold; }
.postomat-radio-buttons, .services-buttons {float: left; font-size: 10px; font-weight: bold; }
.postomat-radio-buttons {
    width: 130px;
    margin-top: -7px;
}
.services-buttons {
    width: 126px;
    margin-top: -3px;
}
#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;
}
.text table.small-padding td {
    padding: 3px;
}

/*#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;
    max-width: 1030px;
}
#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;
    height: 50px;
}
#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;
    font-weight: bold;
    /*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;
}

.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: 5px 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;*/
    background: url("../img/spr_icons.png") -388px -78px no-repeat;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -8.5px;
}
#wrapper .offices tbody .time_popup .pop:hover ins:after {
    background: url("../img/spr_icons.png") -388px -78px no-repeat;
}
#wrapper .offices tbody .time_popup .pop.opened ins:after {
    background-position: -388px -90px;
}
#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;*/
    z-index: 19;
}
#wrapper .offices tbody .time_popup li {
    list-style-type: none;
    font-size: 12px;
    line-height: 20px;
    color: #323232;
    background: transparent;
    text-align: center;
}
#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 .date {
    font-size: 11px;
    color: #969696;
    font-weight: normal;
    line-height: 20px;
}
#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;
}
.m_news_item{
    position: relative;
    padding: 20px;
    margin: 10px 10px 20px 0;
    border: 1px solid #f7cecc;
    border-radius: 8px;
}
.m_news_item h2{
    margin: 0;
    line-height: 20px;
    font-size: 15px;
}
.m_news_item .text{
    margin-top: 10px;
}

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

    border-bottom: 1px dashed #fc5349;
}

#partners_news .m_news_item {
    position: relative;
    padding: 20px;
    margin: 0 10px 20px 0;
}

#wrapper .content #partners_news.accordion li.ok h2 {
    color: #fc5349;
    padding-left: 0;
    padding-bottom: 0;
    background: none;
}

#wrapper .content #partners_news.accordion li.active {
    padding-bottom: 0;
    border-bottom: none;
}

#wrapper .content .accordion .text {
    text-align:  justify;
}

.form_wrap form.track .response {
    margin: 20px 0 30px 0;
}
.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;
}

.tracking-inputs{
    width: 50%;
    float: left;
}

.tracking-inputs-number{
    position: relative;
}

.tracking-ask-phone{
    width: 50%;
    float: right;
    margin-top: 25px;
    line-height: 1.2em;
}

.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: 180px;
    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;*/
    padding: 0 0 0 4px;
    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: 250px;
    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: -61px;
    z-index: 0;


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

    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: 200px;
    padding: 7px 14px;
    border: 0;
    color: #9e9e9e;
    position: relative;
    z-index: 101;
}

#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 15px;
}
#search_bar form .f_l { margin: 0 10px 0 0; }

#search_bar form .btns {
    float: right;
}

#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: 25px;
    right: 60px;
    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: 525px;
    /*height: 340px;*/
    margin: -170px 0 0 -262px;

    background: #fff;

    box-shadow: 0 0 30px 0px #333;
}

.popup_box_pay {
    display: none;
    position: fixed;
    z-index: 999;
    width: 480px;
    margin: -170px 0 0 -240px;
    background: #fff;
    box-shadow: 0 0 30px 0px #333;
}

.popup_box .block, .popup_box_pay .block {
    padding: 40px;
}

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

.popup_box h3, .popup_box_pay h3 {
    color: #fb6159;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px;
}
.popup_box .btn_x, .popup_box_pay .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, .popup_box .l { width: 140px; }
.popup_box .i, .popup_box_pay .i { margin-left: 140px; }

#popup_login {
    width: 525px;
}

#popup_login .sec, #popup_login2 .sec {
    font-size: small;
    vertical-align: text-top;
}

#popup_login .cancel, #popup_login2 .cancel {
    margin-left: 10px;
    font-size: small;
}

#popup_login .cancel a, #popup_login2 .cancel a {
    text-decoration: none;
    color: #fb6f68;
    border-bottom: 1px solid #fb6f68;
}
#popup_login .cancel a:hover, #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_login2.popup_box_pay .l { width: 120px; }
#popup_login2.popup_box_pay .i { margin-left: 120px; }

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


#popup_login input[type=text]
,#popup_login input[type=password],
#popup_login2 input[type=text]
,#popup_login2 input[type=password]
{
    padding-top: 4px;
    padding-bottom: 4px;
}

.tabs-registration{
    border-bottom: solid 5px #F35F57;
    margin-bottom: 20px;
}
.tabs-registration .button-tab {
    display: block;
    float: left;
}
.button-tab{
    margin: 0;
    padding: 10px;
    outline: none;
    border: none;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    background: #fff;
    color: #000;
    cursor: pointer;
}
.button-tab:active{
    position: relative;
    top: 2px;
}
.button-tab.selected{
    background: #F35F57;
    color: #fff;
}
.button-tab.selected:active{
    top: 0;
}

.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;
    float: none;
}
.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;
}

.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;
}

.maps-baloon-infobox .warehouse-number {
    font-size: 16px;
}

.maps-baloon-infobox .grey {
    color: #a6abb3;
}

.maps-baloon-infobox .warehouse-link {
    color: #000;
    text-decoration: initial;
}

.additional-services-item{
    position: relative;
    margin-bottom: 5px;
}
.additional-services-item p{
    position: absolute;
    top: 7px;
    left: 40px;
}
.additional-services-block .icon{
    display: inline-block;
    background: url('../img/add_services.png') no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    width: 32px;
}
.additional-services-block .icon-postfinance{
    background-position: -0px -0px;
    height: 29px;
}
.additional-services-block .icon-posterminal{
    background-position: -0px -29px;
    height: 32px;
}
.additional-services-block .icon-bicycleparking{
    background-position: -0px -61px;
    height: 35px;
}
.additional-services-block .icon-internationalshipping{
    background-position: -0px -96px;
    height: 32px;
}

.additional-services-block .icon-selfserviceworkplacescount{
    background-position: -0px -128px;
    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-list a{
    color: #000;
    text-decoration: none;
}

.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: 656px; max-height: 100%; overflow: auto; border-radius: 4px; background: #f2f2f2;}
#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: 15px 30px 0 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 h4 {
    margin-bottom: 15px;
    color: #808080;
    font-size: 16px;
    font-family: 'HelveticaNeueBold';
}
#popup_help .block .sections-list {
    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;
    margin-top: 20px;
}
#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: 'HelveticaNeue', 'HelveticaNeueLight', Helvetica, Arial;
    font-size: 14px;
}
.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 0px;
}

.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;
}

/*
.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: 4px 0 0 5px;
    width: 670px;
    height: 360px;
    /*background: url('../img/nps_banner_tracker.jpg') top left no-repeat;*/
    text-decoration: none;
}

.tracking-banner-ua{
    /* background: url('../img/Pallet_banner_640x344_ua.jpg') top left no-repeat; */
    /*background: url(https://static.novaposhta.ua/sitecard/misc/img/banners/tracking_ua.png) top left no-repeat;*/
    background: url(https://static.novaposhta.ua/sitecard/misc/img/banners/NP-Tracking-Banner-670x360px.png) top left no-repeat;

    background-size: 100%;
}

.tracking-banner-ru{
    /*background: url('../img/Pallet_banner_640x344_ru.png') top left no-repeat;*/
    /*background: url(https://static.novaposhta.ua/sitecard/misc/img/banners/tracking_ru.png) top left no-repeat;*/
    background: url(https://static.novaposhta.ua/sitecard/misc/img/banners/NP-Tracking-Banner-670x360px_ru.png) top left no-repeat;
    background-size: 100%;
}

.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;
}
.ymaps-image-with-content-content{
    margin-top: 3px;
    font-size: 8px !important;
}


.form_wrap .response .know_more .btn {
    color: #000;
}

.know_more {
    padding-top: 10px;
}


.form_wrap form .know_more .phone_prefix {
    font-family: "HelveticaNeue";
    font-size: 13px;
    left: 5px;
    letter-spacing: 2px;
    position: relative;
    text-decoration: none;
    top: 0px;
    z-index: 2;
}

.form_wrap form .know_more .phone_prefix + input {
    padding-left: 33px;
    letter-spacing: 2px;
    margin-left: -33px;
}

.devcenter-block{
    width: 180px;
    float: left;
    margin-right: 35px;
}

.devcenter-block a {
    font-size: 13px;
}

.devcenter-img{
    display: inline-block;
    margin: 6px 0 0 70px;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-ms-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0
    }
    to {
        background-position: 40px 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    display: none;
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f7f7f7;
    background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.progress .bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0e90d2;
    background-image: linear-gradient(to bottom, #149bdf, #0480be);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    transition: width .6s ease
}

.progress .bar + .bar {
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15)
}

.progress-striped .bar {
    background-color: #149bdf;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress.active .bar {
    animation: progress-bar-stripes 2s linear infinite
}

.progress-danger .bar, .progress .bar-danger {
    background-color: #dd514c;
    background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0)
}

.progress-danger.progress-striped .bar, .progress-striped .bar-danger {
    background-color: #ee5f5b;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-success .bar, .progress .bar-success {
    background-color: #5eb95e;
    background-image: linear-gradient(to bottom, #62c462, #57a957);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0)
}

.progress-success.progress-striped .bar, .progress-striped .bar-success {
    background-color: #62c462;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-info .bar, .progress .bar-info {
    background-color: #4bb1cf;
    background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0)
}

.progress-info.progress-striped .bar, .progress-striped .bar-info {
    background-color: #5bc0de;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-warning .bar, .progress .bar-warning {
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0)
}

.progress-warning.progress-striped .bar, .progress-striped .bar-warning {
    background-color: #fbb450;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.online-order{
    font-size: 80%;
}

.online-order p{
    margin: 10px;
}

#helperText span {
    font-size: 12px;
    font-family: verdana, geneva;
}

.office_num{
    visibility: hidden;
}
#payment-button-tracking, #payment-button-tracking-tas
{
    margin-left: 35px;
}
#portmone-tracking-form{
    display: none;
}
.cardpay-status{
    background-color: #FFFCF2;
    border: 1px solid #F23C32;
    padding: 5px;
    margin: 0 10px;
}

#map-canvas {
    margin: 0;
    padding: 0;
    height: 400px;
    max-width: none;
}
#map-canvas img {
    max-width: none !important;
}
.gm-style-iw {

    top: 15px !important;
    background-color: #fff;
    box-shadow: 5px 5px 5px rgba(192, 192, 192, 0.7);
    border: 1px solid rgba(192, 192, 192, 0.6);
    border-radius: 10px;
    padding: 15px 10px;
}
#iw-container {
    margin-bottom: 10px;
}
#iw-container .iw-title {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 22px;
    font-weight: 400;
    padding: 10px;
    background-color: #48b5e9;
    color: white;
    margin: 0;
    border-radius: 2px 2px 0 0;
}
#iw-container .iw-content {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    margin-right: 1px;
    padding: 15px 5px 20px 15px;
    max-height: 140px;
    overflow-y: auto;
    overflow-x: hidden;
}
.iw-content img {
    float: right;
    margin: 0 5px 5px 10px;
}
.iw-subTitle {
    font-size: 16px;
    font-weight: 700;
    padding: 5px 0;
}
.iw-bottom-gradient {
    position: absolute;
    width: 326px;
    height: 25px;
    bottom: 10px;
    right: 18px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

.additional-services-item-infoWindow{
    color: #000;
}
.additional-services-item-infoWindow p {
    display: inline-block;
    vertical-align: super;
    padding-left: 5px;
}

#auth_text_person ul, #auth_text_business ul {
    padding: 0;
    margin: 0 0 10px 25px;
}

.red_background {
    background: #F35F57;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
}

.gray_border  {
    padding: 5px 12px;
    text-align: justify;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 2px #a7a7a7;
}


.delivery-elevator{
    margin-left: 10px;
    vertical-align: super;
}
.floorCount .b_tooltip{
    vertical-align: middle;
}

/* PAYMENT BY TAS*/

#filterTitleModal {
    display: table;
}

.modal {
    margin-top: -115px;
}

.popup_box {
    display: none;
    position: fixed;
    z-index: 999;
    top: 28%;
    width: 480px;
    background: #fff;
    box-shadow: 0 0 30px 0px #333;
    background-clip: padding-box;
    outline: 0;
    overflow: visible;
}

.popup_box_pay {
    display: none;
    position: fixed;
    z-index: 999;
    width: 480px;
    background: #fff;
    box-shadow: 0 0 30px 0px #333;
    background-clip: padding-box;
    outline: 0;
    overflow: visible;
}


#payCardModal {
    width: 560px;
    margin-left: 60px;
}

#payCardModal>img {
    display: block;
    margin: auto;
}

.popup_box, .popup_box_pay {
    display: none;
    position: fixed;
    z-index: 999;
    width: 480px;
    background: #fff;
    box-shadow: 0 0 30px 0px #333;
}

.popup_box, .popup_box_pay {
    display: none;
    position: fixed;
    z-index: 999;
    width: 480px;
    margin-top: -150px;
    margin-left: 100px;
    background: #fff;
    box-shadow: 0 0 30px 0px #333;
    background-clip: padding-box;
    outline: 0;
    overflow: visible;
}

.modal.fade.in {
    top: 50%;
}

.fade.in {
    opacity: 1;
}

#auth_text_person2 ul, #auth_text_business2 ul {
    padding: 0;
    margin: 0 0 10px 25px;
}

.modal-header h3 {
    margin: 0;
    line-height: 30px;
    font-family: inherit;
    font-weight: 700;
    text-rendering: optimizelegibility;
}

.modal-body {
    max-height: 800px;
    padding: 15px;
    position: relative;
    line-height: 20px;
    font-size: 14px;
    font-family: 'HelveticaNeue'
}

.reset, .reset:hover {
    background: 0 0;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    box-shadow: none;
    color: #FFF;
    cursor: pointer;
    font-size: 16px;
    margin-left: 30px;
    border-radius: 0;
    text-shadow: none;
}

.modal-footer:after {
    clear: both;
}

.modal-footer:after, .modal-footer:before {
    display: table;
    line-height: 0;
    content: "";
}

.modal-footer {
    background-color: #F35F57;
    text-align: center;
    padding: 14px 15px 15px;
    margin-bottom: 0;
    border-top: 1px solid #ddd;
    border-radius: 0 0 6px 6px;
    box-shadow: inset 0 1px 0 #fff;
}

.modal-footer:after, .modal-footer:before {
    display: table;
    line-height: 0;
    content: "";
}

.popup_box {
    display: none;
    position: fixed;
    z-index: 999;
    top: 28%;
    left: 0;
    width: 480px;
    margin-top: 0;
    margin-left: 580px;
    background: #fff;
    box-shadow: 0 0 30px 0px #333;
    background-clip: padding-box;
    outline: 0;
    overflow: visible;
}

.popup_box_pay {
    display: none;
    position: fixed;
    z-index: 999;
    width: 480px;
    background: #fff;
    box-shadow: 0 0 30px 0px #333;
    background-clip: padding-box;
    outline: 0;
    overflow: visible;
}

.line {
    border-bottom: 2px solid gray;
}

.total {
    border-bottom: none;
}

.text {
    margin: 0;
    display: inline-block;
    font-size: 18px;
}


#choosePayCardModal .right {
    display: flex;
    float: right;
}

.price {
    margin-right: 15px;
    color: crimson;
    font-weight: bold;
}

#AllSumma {
    margin-right: 35px;
}

.commission {
    font-size: 14px;
}


.checkbox {
    width: 20px;
    height: 20px;
    border: none;
}

.check {
    text-decoration: none;
}

.form {
    width: 500px;
    height: auto;
    margin: auto;
    border: 2px solid lightgray;
    border-bottom: none;
    background-color: white;
    font-family: sans-serif;
    font-size: 18px;
}

.form-header, .line {
    margin: auto;
    padding: 30px 0 15px 0;
    width: 90%;
    border-bottom: 1px solid gray;
}

.form-header {
    text-align: center;
}

#pay-form {
    width: 95%;
    margin: auto;
    height: auto;
}

.form-buttons {
    margin-top: 20px;
}

.form-btn {
    margin: auto;
    display: block;
    width: 60%;
    height: 50px;
    border: none;
    cursor: pointer;
    border-radius: 2px;
}

#mastercard {
    box-shadow: 0 5px 10px rgba(0,0,0,0.5);
}

#hand-inp {
    margin-top: 20px;
    background-color: white;
    opacity: 0.5;
    font-size: 18px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.modal-scrollable {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
}

.modal-backdrop, .modal-backdrop.fade.in {
    opacity: .7;
    background: #fff;
}

.box_pay {
    text-align: center;
}

.num, .cardBlock {
    display: inline-block;
    cursor: pointer;
    width: 65%;
    height: 25px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    padding: 20px;
    font-size: 20px;
    margin: 9px 7px;
    border-radius: 5px;
}

.cardBlock {
    width: 88%;
}

.leftstr.payByCard span {
    font-size: 18px;
}

.leftstr.payByCard {
    margin-top: -12px;
}

#delete{
    width: 20px;
    height: 27px;
    margin-top: -25px;
    display: inline-block;

}

.rightstr .payByCard {
    margin-right: 30px;
}

#TSframe, #taskLinkFrame, #payTaskLinkFrame {
    width: 600px;
    height: 550px;
}

.box_pay img {
    display: inline-block;
}

.leftstr {
    text-align: start;
    float: left;
}

.leftstr, .rightstr {
    width: 50%; /* Ширина текстового блока */
    display: inline-block;
    vertical-align: middle;
}
.rightstr {
    text-align: right; /* Выравнивание по правому краю */
    float: right;
}

.leftstr span {
    vertical-align: top;
}

.addCard_img {
    background: url(/uploads/misc/img/masterpass.png) no-repeat center;
    background-size: contain;
}

.redFont {
    color: red;
    font-weight: bold;
}

#useCard img{
    width: 60px;
    height: 50px;
    margin: -20px 0px -20px -150px;
}

.modal {
    outline: 0;
    position: fixed;
    top: 28%;
    overflow: visible;
    z-index: 1050;
    width: 560px;
    margin-left: 60px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 3px 7px rgba(0,0,0,.3);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.3);
}

.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
}

.checkbox {
    width: 20px;
    height: 20px;
    border: none;
}

.check {
    text-decoration: none;
    cursor: pointer;
}

.checkbox:checked + .check:after {
    background-color: crimson;
    color: white;
    font-size: 16px;
    content: "\2714";
    display: inline-block;
    width: 20px;
    margin-left: -20px;
    border: none;
    text-align: center;
    cursor: pointer;
}
.checkbox:disabled:checked + .check:after{
    filter: grayscale(100%);
    cursor: default;
}

.close {
    float: right;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    background: none;
    border: none;
    cursor: pointer;
}

.close:active + .modal:after {
    display: none;
}

#filterTitleModal {
    font-size: 21px;
    height: 30px;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    border-bottom: 2px solid gray;
}

#sendLookUpCode {
    font-size: 13px;
    color: grey;
}

#sendLookUpCode input {
    width: 60px;
    height: 25px;
    margin-top: -2px;
}

#sendLookUpCode p {
    margin: 0;
}

#sendLookUpCode img{
    width: 60px;
    margin-left: -10px;
}

#sendLookUpCode a:hover {
    text-decoration: none;
    color: #FFF;
}


.tr_button {
    vertical-align: top;
    padding-top: 10px;
}

.box_pay table{
    margin-top: -11px;
}

.send_lookup_code{
    background: #FF9994;
    border-radius: 3px;
    box-shadow: 0 1px 2px #8B8B8B;
    color: #FFF;
    height: 26px;
    line-height: 26px;
    margin-right: 2px;
    padding: 0 8px 0 10px;
    position: relative;
    padding: 7px 30px;
}

#paymentSystemModal{
    top: 10px;
    margin-top: 0;
}
#novaPayFrame{
    width: 100%;
    height: calc(100vh - 65px);
    max-height: 800px;
    border: none;
}
/*  payment end */

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #fff;
    color: black;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;

    line-height: 18px;
    box-shadow: 0 1px 2px #777;

    top: -5px;
    left: 99%;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltip.attention {
    background: url(../img/attention.png) 100% 20% no-repeat;
}

#acquiring{
    margin-bottom: 10px;
    color: #F23C32;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin-left: -40px;
    margin-right: -40px;
}

ul.list_red{
    padding: 0 2em;
}
.list_red li{
    padding: 0.5em;
    list-style: disc;
    color: red;
}
.list_red a{
    text-decoration: none;
}

ul.list_question {
    list-style: none;
}
.list_question li {
    padding: 0 0 0 28px;
    margin-bottom: 20px;
    position: relative;
}
.list_question a {
    color: #808080;
}
.list_question a:hover {
    text-decoration: none;
}
.list_question 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;
}

.phone_note
,.online-chat
{
    color: #808080;
}
.phone_note_img{
    display: inline-block;
    width: 37px;
    height: 37px;
    margin-right: 5px;
    background: url(../img/spr_icons.png) -156px 0 no-repeat;
    vertical-align: middle;
}
.phone_note_text
,.online-chat-text
{
    display: inline-block;
}
.phone_note .phone{
    display: inline-block;
}
.online-chat{
    margin-bottom: 10px;
    cursor: pointer;
}
.online-chat-img{
    display: inline-block;
    width: 37px;
    height: 37px;
    margin-right: 5px;
    background: url(../img/spr_icons.png) -215px -108px no-repeat;
    background: url('https://livechat.chat24.io/images/widget/roll/icons/R1-4_red.gif');
    background: url('../img/chat24.gif');
    background-size: 100%;
    vertical-align: middle;
}
#chat-24-widget-container
,#chat-24-widget-container #chat-24-desktop #chat-24-inner-container #chat-24-icon-7
{
    display: none;
}

/*new tracking*/

.banner-mobile-app{
    width: 600px;
    height: 259px;
    margin: auto;
    background: url(../img/banner_mobile_app.png);
    /*background: url(https://static.novaposhta.ua/sitecard/misc/img/monatik_600x260_uk.jpg);*/
}

/*truck icon*/
.truck{
    content: '';
    position: absolute;
    top: 18px;
    width: 48px;
    height: 35px;
}
.truck-orange{
    background: url(../img/truck_orange.svg) 0 0 no-repeat;
}
.truck-green{
    background: url(../img/truck_green.svg) 0 0 no-repeat;
}
.truck-blue{
    background: url(../img/truck_blue.svg) 0 0 no-repeat;
}
.truck-red{
    background: url(../img/truck_red.svg) 0 0 no-repeat;
}
.truck-grey{
    background: url(../img/truck_grey.svg) 0 0 no-repeat;
}
/*truck icon*/

#clear-btn{
    float: right;
    margin: 18px;
    cursor: pointer;
    border: none;
    width: 24px;
    height: 24px;
    background: url(../img/clean-icon.png) 0 0 no-repeat;
}

.block-tracking
,.block-traking{
    width: 680px;
    position: relative;
    background: #FFFFFF;
    color: #323232;
    box-shadow: 0 0 5px 2px #D7D7D7;
    border-radius: 0 0 4px 4px;
    behavior: url(/protected/themes/novaposhta/assets/css/PIE.htc);
    zoom: 1;
    padding-bottom: 20px;
}
.search-field{
    width: 600px;
    height: 60px;
    margin: auto;

    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
}

.banner-field {
    display: inline;
    width: 600px;
    height: 258px;
    margin: auto;

    background: #EEF2F5;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15), 0px 2px 2px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
}

#button, .pay-button{
    width: 168px;
    height: 40px;
    left: 462px;
    top: 50px;

    background: #E02F2F;
    border: 1px solid #EB5757;
    box-sizing: border-box;
    /*box-shadow: 0px 4px 8px rgba(224, 47, 47, 0.1), 0px 2px 4px rgba(63, 31, 31, 0.15);*/
    border-radius: 2px;

    cursor: pointer;

    font-family: "Helvetica";
    font-weight: Bold;
    font-size: 12px;
    line-height: 14px;
    align-content: Center;
    -webkit-text-fill-color: #fff;

}
.pay-button{
    float: right;
    margin-right: 17px;
}
.pay-sum-near-button{
    float: right;
    width: 168px;
    margin: 0 17px 5px 0;
    text-align: center;
}

.pay-default-btn{
    width: 204px;
    margin-right: 7px;
}

.track_input{
    border: none;
    outline: none;
    -webkit-appearance: none;
    vertical-align: middle;
    width: 394px;
    height: 18px;
    text-align: left;
    font-size: 18px;
    /* font-family: Helvetica; */
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: normal;
    color: #4F4F4F;
    margin: 20px 0 20px 20px;
}

.banner-text{
    position: absolute;
    width: 268px;
    height: 58px;
    left: 70px;
    top: 179px;
    /*font-family: Museo Sans Cyrl;*/
    font-family: 'Museo', sans-serif;
    line-height: 28px;
    font-size: 20px;
    color: #4F4F4F;
}

.ios{
    display: flex;
    width: 108px;
    height: 40px;
    margin-left: 30px;
    margin-top: 20px;

    background: #EEF1F4;
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 2px;

    /*font-family: Museo Sans Cyrl;*/
    font-family: 'Museo', sans-serif;
    line-height: normal;
    font-size: 12px;
    text-align: center;

    color: #4F4F4F;
    text-decoration: none;
}

.android{
    display: flex;
    width: 108px;
    height: 40px;
    margin-left: 10px;
    margin-top: 20px;

    background: #EEF1F4;
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 2px;

    /*font-family: Museo Sans Cyrl;*/
    font-family: 'Museo', sans-serif;
    line-height: normal;
    font-size: 12px;
    text-align: center;

    color: #4F4F4F;
    text-decoration: none;
}

.ios span{
    display: inline-block;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;

    /*font-family: Museo Sans Cyrl;*/
    font-family: 'Museo', sans-serif;
    line-height: normal;
    font-size: 12px;
    text-align: center;

    color: #4F4F4F;
}

.android span{
    display: inline-block;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;

    /*font-family: Museo Sans Cyrl;*/
    font-family: 'Museo', sans-serif;
    line-height: normal;
    font-size: 12px;
    text-align: center;
    color: #4F4F4F;
}

.banner-text2{
    display: inline-block;
    width: 268px;
    /*height: 58px;*/
    margin-top: 63px;
    margin-left: 30px;

    /*font-family: Museo Sans Cyrl;*/
    font-family: 'Museo', sans-serif;
    line-height: 28px;
    font-size: 20px;
    font-weight: 900;
    color: #4F4F4F;
}

.not-found{
    width: 600px;
    /*height: 40px;*/
    padding-bottom: 17px;
    margin: auto;
    margin-top: 8px;
    background: #FFE5E5;
    border-radius: 2px;
}

.not-found span{
    display: inline-flex;
    margin-top: 14px;
    margin-left: 20px;
    /*font-family: Helvetica;*/
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 15px;
    /*line-height: normal;*/
    font-size: 13px;
    color: #4F4F4F;
}

.input-error{
    background: #FFFFFF;
    border: 1px solid #E02F2F;
    box-sizing: border-box;
    box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
}

.wrap{
    position: relative;
    padding-top: 40px;
}

.link-mob{
    display: flex;
}

.track-result{
    display: flex;
    width: 600px;
    /*height: 275px;*/
    margin-top: 12px;
    margin-left: 40px;

    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15), 0px 2px 2px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
}

.track-result .status{
    vertical-align: middle;
    /*font-family: Helvetica;*/
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 19px;
    font-size: 16px;
    color: #333333;
    margin-left: 70px;
    font-weight: bold;
}
.track-result .status-description{
    margin-left: 70px;
}
.track-result .status-description a{
    border-bottom: 1px #828282 solid;
}

.track-data .description{
    /*font-family: Helvetica;*/
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: normal;
    font-size: 12px;
    color: #828282;
}

.track-data{
    width: 100%;
    padding: 12px;
    padding-top: 0;
    border-collapse: collapse;
}

.track-data td>div{
    /*font-family: Helvetica;*/
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: normal;
    font-size: 13px;
    color: #333333;
}

.track-data td>span{
    margin-left: 8px;
    position: relative;
}

.track-data td>div{
    margin-left: 8px;
    position: relative;
}
.track-data a{
    color: #828282;
    text-decoration: none;
}

.track-data a>span{
    padding-bottom: 1px;
    border-bottom: 1px dotted #B2B2B2;
}

.pay-row{
    background-color: #F2EDED;
}

.pay-row td{
    /*border:1px solid #F5F2F2;*/
}

.track-data td{
    padding-top: 6px;
    padding-bottom: 6px;
}

.track-data a.address{
    /*font-family: Helvetica;*/
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: normal;
    font-size: 13px;
    color: #e0302f;
    border-bottom: 1px dotted #B2B2B2;
}

.track-data .secure-payment-conditions-title{
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
}
.track-data .secure-payment-conditions{
    font-size: 12px;
}

.phone_tip_form{
    position: absolute;
    width: 309px;
    height: 72px;
    /*left: 332px;*/
    /*top: 199px;*/
    /*top: 314px;*/
    top: -74px;
    left: -100px;

    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15), 0px 2px 2px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    padding: 10px;
}

.phone_tip_form input {
    border: none;
    outline: none;
    -webkit-appearance: none;
    vertical-align: middle;
    /*margin: 2px;*/
    width: 193px;
    height: 16px;
    /* text-align: center; */
    vertical-align: middle;
    font-size: 15px;
    /*font-family: Helvetica;*/
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: normal;
    color: #828282;
    margin: 14px 0 19px 10px;
}
.phone_tip_form button{
    width: 77px;
    height: 40px;

    background: #E02F2F;
    border: 1px solid #EB5757;
    box-sizing: border-box;
    box-shadow: 0px 4px 8px rgba(224, 47, 47, 0.1), 0px 2px 4px rgba(63, 31, 31, 0.15);
    border-radius: 2px;

    /*font-family: Helvetica;*/
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: normal;
    font-size: 12px;
    text-align: center;

    color: #FFFFFF;
}
.phone_tip_form form{
    width: 289px;
    height: 50px;

    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
}

.phone_tip_form:before {
    content: '';
    width: 0px;
    height: 0px;
    border: 10px solid;
    border-color: #F2F2F2 transparent  transparent  transparent;
    position:absolute;
    bottom: -21px;
    left: 50%;
}

.phone_tip_form:before {
    content: '';
    width: 0px;
    height: 0px;
    border: 10px solid;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: -20px;
}

.wrapper-phone-form{
    position: relative;
    /*display: block;*/
}
.btn-disable{
    opacity: 0.5;
    cursor: default !important;
}

.b_tooltip > i {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 7px;

    font-size: 0;
    /*line-height: 20px;*/
    vertical-align: bottom;
    background: url(../img/ico_i2.png) 0 0 no-repeat;
}

.phone-error{
    height: 40px;
    margin: auto;
    margin-top: 8px;
    background: #FFE5E5;
    border-radius: 2px;
}

.phone-error span{
    display: inline-flex;
    margin-top: 14px;
    margin-left: 75px;
    /*font-family: Helvetica;*/
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: normal;
    font-size: 13px;
    color: #4F4F4F;
}


.loader {
    position: absolute;
    border: 16px solid #f3f3f3;
    border-top: 16px solid gray;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    top: 45%;
    left: 42%;
    opacity: 0.5;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#overlay {
    opacity: 0.1;
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    width: 100%;
    height: 100%;
    z-index: 5004;
}

.loader2-wrapper{
    position: relative;
    display: none;
    height: 300px;
    background: #fff;
}
.loader2 {
    position: absolute;
    border: 6px solid #e15b64;
    border-top: 6px solid transparent;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-top: -23px;
    margin-left: -23px;
    animation: spin2 2s linear infinite;
    top: 45%;
    left: 50%;
    /*opacity: 0.5;*/
}

@keyframes spin2 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#overlay2 {
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    width: 100%;
    height: 100%;
    z-index: 5004;
}

.weight-change{
    background: #FFE5E5;
    border-radius: 2px;
    padding: 16px;
}
.weight-change span{
    margin-left: 36px;
}

.warn-ico{
    margin-top: -5px;
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../img/warning-24.png) 0 0 no-repeat;
}

.icon_error_status{
    margin-top: 5px;
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../img/icon_error_status.png) 0 0 no-repeat;
}
.additional-info{
    border-top: 1px solid #E0E0E0;
}

.tracking-status{
    margin-bottom: 14px;
}

.status-msg-danger{
    background: #FFE5E5;
    border-radius: 2px;
    padding: 16px;
}
.status-msg-danger span{
    margin-left: 36px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 15px;
    display: flex;
    color: #828282;
}

.payed-btn{
    background: #F2EDED !important;
    border: solid 1px #828282;
    border-radius: 2px;
    color: #828282;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    -webkit-text-fill-color: #828282;
    opacity: 1;
}

.weight-change:before{
    /*margin-top: 5px;*/
    top: 12px;
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../img/icon_error_status.png) 0 0 no-repeat;
}

.redelivery_msg,.redelivery_msg_short{
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: normal;
    font-size: 12px !important;
    color: #828282 !important;
}


.redelivery_msg,.redelivery_msg_short{
    background: #FFE5E5;
    border-radius: 2px;
    padding: 16px;
    margin-left: 0 !important;
}

.redelivery_msg:before{
    top: 16px;
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../img/icon_error_status.png) 0 0 no-repeat;
}

.redelivery_msg_short:before{
    top: 12px;
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../img/icon_error_status.png) 0 0 no-repeat;
}


/*Калькулятор международной доставки*/
.form_wrap.int-calc form .l{
    width: 160px;
}
.form_wrap.int-calc form .i {
    margin-left: 180px;
}
.intcalc-place-header{
    font-size: 80%;
}
.intcalc-place-header2{
    font-size: 70%;
}
.form_wrap form .dimensions-int {
    width: 180px;
    display: inline-block;
}

.form_wrap form .intcalc-places input {
    width: 29px;
}
.intcalc-results{
    padding: 10px;
    margin: 5px 0 15px;
}
.intcalc-result{
    width: 100%;
    border-collapse: collapse;
}
.intcalc-result td
,.intcalc-result th
{
    padding: 10px;
    border: 1px solid #000;
}
.intcalc-results .note{
    margin: 15px;
    font-size: 80%;
}
/*!Калькулятор международной доставки*/

/* Онлайн чат*/
#chat-24-widget-container #chat-24-popup-7 #chat-24-inner-container-lch #chat-24-present-form-container .chat-24-present-form .chat-24-present-form-title{
    background-color: red !important;
}
#chat-24-widget-container #chat-24-popup-7 #chat-24-inner-container-lch #chat-24-present-form-container .chat-24-present-form .chat-24-present-form-rows-block .chat-24-present-form-label{
    color: #808080 !important;
}
/*
#chat-24-widget-container #chat-24-popup-7 #chat-24-inner-container-lch #chat-24-present-form-container .chat-24-present-form .chat-24-present-form-rows-block .chat-24-present-form-input:focus{
    border: 2px solid red !important;
}
*/
#chat-24-widget-container #chat-24-popup-7 #chat-24-inner-container-lch #chat-24-present-form-container .chat-24-present-form #chat-24-present-form-send{
    background-color: red !important;
    color: #fff !important;
    border: 1px solid red !important;
}
#chat-24-widget-container #chat-24-popup-7 #chat-24-inner-container-lch #chat-24-present-form-container .chat-24-present-form #chat-24-present-form-send:hover {
    background-color: red !important;
}
/* !Онлайн чат*/

/*Временные интервалы*/
#wrapper #top_block.offices_wrap .filter.timeinterval_filter .block{
    padding: 0 0 5px 0;
}
.offices_wrap .form_wrap .timeinterval_filter .l {
    font-size: 13px;
    color: #000;
}
.timeinterval-filter-block .btn2{
    padding: 0 5px;
    text-align: center;
    font-weight: bold;
    color: #f23c32;
    border-radius: 3px;
}
#wrapper #top_block.offices_wrap .filter.timeinterval_filter .i{
    margin-right: 5px;
}
#wrapper .timeinterval_filter table{
    border-collapse: collapse;
}
#wrapper .offices.timeinterval_filter td{
    padding: 10px 2px;
    border: none;
    text-align: left;
    background: none;
}
#wrapper .offices.timeinterval_filter tbody tr.timeinterval_filter_header{
    background: #f7f7f7;
    background: linear-gradient(to bottom, #f7f7f7, #ebebeb);
}
#wrapper .offices.timeinterval_filter tbody tr.timeinterval_filter_header td{
    padding: 10px 5px;
    text-align: center;
}
#wrapper #top_block.offices_wrap .filter.timeinterval_filter .autocomplete{
    width: 220px;
}
#wrapper #top_block.offices_wrap .filter.timeinterval_filter .i_l .select.select-day{
    width: 100px;
    min-width: 100px;
}
#wrapper #top_block.offices_wrap .filter.timeinterval_filter .i_l .select.select-timeinterval{
    width: 106px;
    min-width: 106px;
}
.timeinterval_filter .select .dropdown ul li{
    padding: 5px 9px;
}
.form_wrap form.timeinterval_filter .l{
    line-height: 16px;
}
.timeinterval-col-city {
    padding: 30px 20px !important;
    width: 30%;
}
.timeinterval-col-other {
    width: 17% !important;
    padding-left: 10px !important;
}
.timeinterval-col-days{
    width: 17% !important;
    padding-left: 17px !important;
    text-align: left !important;
}
.timeinterval-col-days .pop{
    padding-left: 30px !important;
    padding-right: 30px !important;
}
#wrapper .offices.time-intervals-table tbody .time_popup .pop.opened{
    position: relative;
}
#wrapper .offices tbody .time_popup .time-intervals-content li{
    text-align: center;
}
#wrapper .offices tbody .time_popup .time-intervals-content .zebra li:nth-child(even){
    background: #e1e1e1;
}
.time-intervals-tab-selected{
    font-weight: 700;
}
.time-intervals-content > li{
    display: none;
}
.time-intervals-content > li:first-child{
    display: block;
}
/*!Временные интервалы*/
.gm-style .gm-style-iw-t::after {
    height: 0;
}


/* Калькулятор*/
.b_autocomplete.pack_type ul li{
    padding-right: 6px;
}
.place-row{
    margin-bottom: 10px;
}
.place-weight
,.place-cost
{
    float: left;
    width: 120px;
    padding-right: 10px;
}
.place-dimension{
    float: left;
    width: 70px;
}
.place-dimension.last{
    width: 90px;
}
.places .place-label{
    display: block;
    margin-bottom: 4px;
    font-size: 11px;
}
.places .place-remove{
    float: left;
    margin: 22px 0 0 10px;
}
.places .place-add a{
    color: #000;
    font-size: 12px;
}
.form_wrap form .places .place-dimension input{
    width: 45px;
}
.form_wrap form .places input.volumetricLength
,.form_wrap form .places input.volumetricWidth
{
    margin-right: 10px;
}
.form_wrap form .places input.weight
,.form_wrap form .places input.cost
{
    width: 65px;
}
.form_wrap form .places input.autocomplete{
    width: 200px;
}
/* !Калькулятор*/

.tech-work-button{
    display: block;
    margin: 5px 0 10px;
    width: 590px;
    margin-left: 39px;
    padding: 5px;
    background: #FF392E;
    text-align: center;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
    box-shadow: 0px 1px 2px #A7A7A7;
    text-decoration: none;
}

.tracking-cardpay-status{
    width: 600px;
    margin-bottom: 12px;
    margin-left: 40px;
    padding: 16px;
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15), 0px 2px 2px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
}

#showDetailedService, #showDetailedBackDelivery {
    color: #E02F2F;
    font-size: 12px;
    cursor: pointer;
}

.servicesPayment .description {
    display: block;
    margin-left: 8px;
    width: 168px;
}

#divServices .text {
    width: 357px;
}

.news-banner{
    display: block;
    margin: 4px 0 0;
    width: 691px;
    height: 101px;
    /*background: url('../img/nps_banner_tracker.jpg') top left no-repeat;*/
    text-decoration: none;
}

.news-banner-ua{
    background: url(https://static.novaposhta.ua/sitecard/misc/img/banners/Var_1-01.png) top left no-repeat;
    background-size: 100%;
}

.news-banner-ru{
    background: url(https://static.novaposhta.ua/sitecard/misc/img/banners/Var_1-01.png) top left no-repeat;
    background-size: 100%;
}

.search_button {
    width: 80px;
}

.search_button input {
    border: 1px solid #999;
    background-color: #ff0000;
    width: 70px;
    line-height: 28px;
    color: #fff;
    box-shadow: 2px 2px 2px rgba(100,100,100,0.5);
    cursor: pointer;
}

#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);
}

/* O SEARCH BAR Begin */
.o_form_wrap form {
    position: relative;
}

#o_search_bar {
    position: relative;
}

#o_search_bar form {
    box-shadow: none;
    margin-top: 15px;
    background-color: #f2f2f2;
    min-height: 100px;
}

#o_search_bar .scroll-element {
    width: 364px;
    height: auto;
    max-height: 330px;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    position: absolute;
    z-index: 20;
    top: 42px;
    left: 0px;
    background: #fff;
    border: 1px solid #e1e1e1;
}

#o_search_bar .autocomplete {
    padding: 6px 46px 6px 32px;
    height: 42px;
    /*width: 238px;*/
    width: 366px;
    background: #FFFFFF;
    border: 1px solid #D3D3D3;
    box-sizing: border-box;
    border-radius: 2px;
    margin-right: 12px;
}

#o_search_bar .wh_types {
    padding: 6px 46px 6px 10px;
    height: 42px;
    /*width: 238px;*/
    width: 238px;
    background: #FFFFFF;
    border: 1px solid #D3D3D3;
    box-sizing: border-box;
    border-radius: 2px;
    margin-right: 12px
}

#o_search_bar .wh_types_scroll {
    width: 236px;
    height: auto;
    max-height: 430px;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    position: absolute;
    z-index: 20;
    top: 42px;
    left: 0px;
    background: #fff;
    border: 1px solid #e1e1e1;
}

#o_search_bar .o_input_arrow {
    content: " ";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/o_wh_arrow_down_min.png) 50% 50% no-repeat;
    position: absolute;
    top: 6px;
    right: 16px;
    cursor: pointer;
    z-index: 10;
}

#o_search_bar .o_input_pointer {
    content: " ";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/o_wh_pointer.png) 50% 50% no-repeat;
    position: absolute;
    top: 6px;
    left: 4px;
    z-index: 10;
}

#o_search_bar .o_input_number {
    content: " ";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/o_wh_number.png) 50% 50% no-repeat;
    position: absolute;
    top: 6px;
    left: 4px;
    z-index: 10;
}

#o_search_bar .address_div {
    padding: 15px;
}

#o_search_bar .button_search {
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 778px;
    width: 110px;
    height: 42px;
    text-align: center;
    background: #eb432e;
    box-shadow: 0px 4px 10px rgba(149, 149, 149, 0.25);
    border-radius: 2px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 42px;
    color: #fbfbfb;
    text-decoration: none;
    margin-right: 12px;
}

#o_search_bar .button_map {
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 904px;
    width: 110px;
    height: 42px;
    text-align: center;
    background: #eb432e;
    box-shadow: 0px 4px 10px rgba(149, 149, 149, 0.25);
    border-radius: 2px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: #fbfbfb;
    text-decoration: none;
}

#o_search_bar .button_map span {
    display: block;
    line-height: 16px;
    padding-top: 6px;
    width: 80px;
    margin: 0 auto;
}

#o_search_bar .o_form_wrap hr {
    margin: 0px 15px 15px 15px;
    border: 0;
    border-top: 1px solid #d3d3d3;
}

#o_search_bar .o_additional_search {
    position: relative;
    display: block;
    min-height: 30px;
}

#o_search_bar #oAdditionalSearch {
    display: block;
    position: absolute;
    top: 0px;
    left: 15px;
    color: #828282;
    font-size: 12px;
    text-decoration: none;
    width: 140px;
    height: 30px;
    z-index: 15;
    background: top right no-repeat;
}

#o_search_bar #oClearAll {
    display: block;
    position: absolute;
    top: 0px;
    left: 920px;
    color: #828282;
    font-size: 12px;
    text-decoration: none;
    width: 90px;
    height: 30px;
    z-index: 30;
    background: url(../img/o_wh_clear.png) top right no-repeat;
}

#o_search_bar .oAdditionalSearchBlock {
    padding: 0 15px;
    min-height: 200px;
    position: relative;
}

#o_search_bar .o_wh_types {
    display: block;
    position: relative;
    top: 0px;
    left: 15px;
    color: #828282;
    font-size: 12px;
    text-decoration: none;
    width: 400px;
    height: 30px;
    z-index: 15;
}

#o_search_bar .o_wh_types .autocomplete {
    padding-left: 10px;
}

#o_search_bar .o_wh_types span {
    display: inline-block;
    padding-right: 20px;
    height: 18px;
    color: #000;
}

#o_search_bar .o_wh_sunday, #o_search_bar .o_wh_self_service {
    display: block;
    position: absolute;
    color: #828282;
    font-size: 12px;
    line-height: 12px;
}

#o_search_bar .o_wh_sunday {
    top: 130px;
    left: 410px;
    z-index: 15;
}

#o_search_bar .o_wh_self_service {
    top: 130px;
    left: 620px;
    z-index: 15;
}

#o_search_bar .o_checkbox {
    width: 12px;
    height: 12px;
    border: none;
    background: #fff;
}

#o_search_bar .o_checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 5px 0 0 20px;
}

#o_search_bar .o_checkbox + label {
    position: relative;
    padding: 0 0 0 55px;
    cursor: pointer;
}

#o_search_bar .o_checkbox + label:before {
    content: '';
    left: 32px;
    position: absolute;
    width: 12px;
    height: 12px;
    border: 2px solid rgba(0, 0, 0, 0.54);
    border-radius: 2px;
}

#o_search_bar .o_checkbox:checked + label:before {
    content: "\2714";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 12px;
    color: #000;
    text-align: center;
    line-height: 12px;

}

#o_search_bar .o_label {
    margin-right: 33px;
    font-size: 14px;
    line-height: 18px;
    color: #828282;
    display: inline-block;
}

#o_search_bar .o_label:last-of-type {
    margin-right: 0;
}

#o_search_bar .o_ch_container {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
#o_search_bar .o_ch_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
#o_search_bar .o_ch_checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 10px;
    width: 10px;
    background-color: #eee;
    border: 2px solid #666;
    border-radius: 2px;
}

/* On mouse-over, add a grey background color */
#o_search_bar .o_ch_container:hover input ~ .o_ch_checkmark {
    background-color: #ccc;
    border: 2px solid #666
}

/* When the checkbox is checked, add a blue background */
#o_search_bar .o_ch_container input:checked ~ .o_ch_checkmark {
    background-color: #666;
    border: 2px solid #666
}

/* Create the checkmark/indicator (hidden when not checked) */
#o_search_bar .o_ch_checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
#o_search_bar .o_ch_container input:checked ~ .o_ch_checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
#o_search_bar .o_ch_container .o_ch_checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#o_search_bar #o_cities {
    width: 362px;
    max-width: 362px;
}

#o_search_bar .o_disable {

}

svg {
    z-index: 1;
}

.o_search .n_btn {
    padding: 0 !important;
    display: inline-block;
    border: 0;
}

.o_search {
    margin-top: 40px;
}

.o_search .n_main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.o_search .n_search {
    width: 100%;
    background: #f2f2f2;
    display: flex;
    justify-content: center;
}

.form-control {
    padding: 0;
}

.o_search .n_form {
    max-width: 1032px;
}

.o_search .expanded-search #clear-btn {
    border: none;
    width: auto;
    background: none
}

.o_search .search__form_1 {
    display: flex;
    position: relative;
    margin-bottom: 27px;
    margin-top: 16px;
}

.o_search .search__form_1:after {
    content: '';
    height: 1px;
    position: absolute;
    top: 62px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #D3D3D3;
    box-sizing: border-box;
    border-radius: 2px;
}

.o_search .search__form_2 .text {
    font-weight: 500;
    color: #000;
}

.o_search .search__select {
    height: 100%;
    width: 100%;
    margin-right: 20px;
    border: none;
    outline: none;
    color: #828282;
    font-size: 13px;
    line-height: 16px;
    position: absolute;
    box-sizing: border-box;
    padding-left: 38px;
    background: url("../images/arrow.svg") no-repeat right #fff;
    -webkit-appearance: none;
    background-position-x: 212px;
}

.o_search .select-container {
    display: flex;
    align-items: center;
    height: 42px;
    width: 240px;
    border: 1px solid #D3D3D3;
    box-sizing: border-box;
    border-radius: 2px;
    margin-right: 10px;
    background-color: #fff;
    position: relative;
}

.o_search .n_icon {
    margin: 11px 12px;
}

.o_search .n_button {
    height: 42px;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Museo Sans Cyrl', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 101.8%;
    text-align: center;
    color: #FBFBFB;
    background: #EB432E;
    box-shadow: 0 4px 10px rgba(149, 149, 149, 0.25);
    border-radius: 2px;
    border: none;
}

.o_search .n_button:hover {
    text-decoration: none;
}

.o_search .n_button:last-child {
    margin-left: 10px;
}

.o_search .expanded-search section {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

.o_search .expanded-search div span {
    margin-right: 14px;
    font-size: 13px;
    line-height: 16px;
    color: #828282;
}

.o_search .toggle span {
    color: #828282;
}

.o_search .search__form_2 {
    display: flex;
    margin-top: 15px;
    align-items: center;
    padding-bottom: 16px;
}

.o_search .search__form_2 .select {
    margin-right: 33px;
    width: 280px;
}

#warehouse-type-selector {
    background-position-x: 252px;
}

.n_checkbox__wrapper {
    width: 12px;
    height: 12px;
    border: 2px solid #6f6f6f;
    margin-right: 10px;
}

.n_checkbox {
    width: 12px;
    height: 12px;
    border: none;
    background: #fff;
}

.n_checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 5px 0 0 20px;
}
.n_checkbox + label {
    position: relative;
    padding: 0 0 0 60px;
    cursor: pointer;
}

.n_checkbox + label:before {
    content: '';
    left: 32px;
    position: absolute;
    width: 12px;
    height: 12px;
    border: 2px solid rgba(0, 0, 0, 0.54);
    border-radius: 2px;
}

.n_checkbox:checked + label:before {
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 12px;
    color: #000;
    text-align: center;
    line-height: 12px;

}


.n_label {
    margin-right: 33px;
    font-size: 13px;
    line-height: 12px;
    color: #828282;
}

.n_label:last-of-type {
    margin-right: 0;
}

.o_search .n_btn.focus {
    outline: none;
}

.o_search .info {
    width: 100%;
    box-sizing: border-box;
}

.o_search .info__header {
    height: 71px;
    position: relative;
}

.o_search .info__header:after {
    content: "";
    height: 3px;
    background-color: #000;
    position: absolute;
    right: 0;
    width: 100%;
}

.o_search .n_header:first-child {
    margin-left: 56px;
}

/* O SEARCH BAR End */

/* O styles*/
.oSelectCityNote{
    margin-bottom: 18px;
}

#wrapper .offices.o_offices tbody .time_popup li{
    font-size: 14px;
}
/* O styles End*/

.popup-input-wrapper {
    z-index: 16;
    position: absolute;
    top: calc(100% + 10px);
    width: 400px;
    height: 160px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.popup-input-wrapper-geo {
    z-index: 16;
    position: absolute;
    top: 50px;
    left: 300px;
    width: 400px;
    height: 160px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.popup-input-wrapper-geo a {
    text-decoration: none;
    color: #666;
}

.popup-input-top {
    border-top: 6px solid #EC4D3D;
}
.popup-input-content{
    padding: 42px 19px 0 19px;
}
.popup-input-bottom{
    padding: 18px 17px;
}
.popup-input-ok{
    float: right;
    padding: 11px 32px;
    border: 1px solid #E5E5E5;
    border-radius: 2px;
    background: #fff;
    cursor: pointer;
}

#wrapper .offices tbody .time_popup .map_link a {
    color: #4f4f4f;
    text-decoration: underline;
    font-weight: bold;
}

#o_geo_bar form {
    box-shadow: none;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #f2f2f2;
    min-height: 74px;
}

#o_geo_bar .button_geo {
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 904px;
    width: 110px;
    height: 42px;
    text-align: center;
    background: #eb432e;
    box-shadow: 0px 4px 10px rgba(149, 149, 149, 0.25);
    border-radius: 2px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: #fbfbfb;
    text-decoration: none;
}

#o_geo_bar .button_geo span {
    display: block;
    line-height: 16px;
    padding-top: 6px;
    width: 80px;
    margin: 0 auto;
}

#o_geo_bar .button_show_nearest {
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 776px;
    width: 240px;
    height: 42px;
    text-align: center;
    background: #eb432e;
    box-shadow: 0px 4px 10px rgba(149, 149, 149, 0.25);
    border-radius: 2px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: #fbfbfb;
    text-decoration: none;
}

#o_geo_bar .button_show_nearest span {
    display: block;
    line-height: 42px;
    width: 240px;
    margin: 0 auto;
}

#o_geo_bar .button_link {
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 20px;
    width: 110px;
    height: 42px;
    text-align: center;
    background: #eb432e;
    box-shadow: 0px 4px 10px rgba(149, 149, 149, 0.25);
    border-radius: 2px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: #fbfbfb;
    text-decoration: none;
}

#o_geo_bar .button_link span {
    display: block;
    line-height: 42px;
    width: 80px;
    margin: 0 auto;
}

/*#oGeoFailButton {
    display: inline-block;
    position: absolute;
    top: 150px;
    left: 400px;
    width: 160px;
    height: 42px;
    text-align: center;
    background: #eb432e;
    box-shadow: 0px 4px 10px rgba(149, 149, 149, 0.25);
    border-radius: 2px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: #fbfbfb;
    text-decoration: none;
}

#oGeoFailButton span {
    display: block;
    line-height: 16px;
    padding-top: 6px;
    width: 155px;
    margin: 0 auto;
}*/

.geolocation-note{
    margin: 0 70px;
}
.geolocation-note p{
    margin: 10px;
    font-family: verdana,geneva;
    font-size: 12px;
}

#o_address_bar form {
    box-shadow: none;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #f2f2f2;
    min-height: 74px;
}

#o_address_bar .button_geo {
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 904px;
    width: 110px;
    height: 42px;
    text-align: center;
    background: #eb432e;
    box-shadow: 0px 4px 10px rgba(149, 149, 149, 0.25);
    border-radius: 2px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: #fbfbfb;
    text-decoration: none;
}

#o_address_bar .button_geo span {
    display: block;
    line-height: 16px;
    padding-top: 6px;
    width: 80px;
    margin: 0 auto;
}

#o_address_bar .button_show_nearest {
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 776px;
    width: 240px;
    height: 42px;
    text-align: center;
    background: #eb432e;
    box-shadow: 0px 4px 10px rgba(149, 149, 149, 0.25);
    border-radius: 2px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: #fbfbfb;
    text-decoration: none;
}

#o_address_bar .button_show_nearest span {
    display: block;
    line-height: 42px;
    width: 240px;
    margin: 0 auto;
}

#o_address_bar .button_link {
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 20px;
    width: 110px;
    height: 42px;
    text-align: center;
    background: #eb432e;
    box-shadow: 0px 4px 10px rgba(149, 149, 149, 0.25);
    border-radius: 2px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: #fbfbfb;
    text-decoration: none;
}

#o_address_bar .button_link span {
    display: block;
    line-height: 42px;
    width: 80px;
    margin: 0 auto;
}

#o_address_bar .scroll-element, #o_geo_bar .scroll-element {
    min-width: 236px;
    height: auto;
    max-height: 430px;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    position: absolute;
    z-index: 20;
    top: 42px;
    left: 0px;
    background: #fff;
    border: 1px solid #e1e1e1;
}

#o_address_bar .autocomplete, #o_geo_bar .autocomplete {
    padding: 6px 46px 6px 32px;
    height: 42px;
    width: 500px;
    background: #FFFFFF;
    border: 1px solid #D3D3D3;
    box-sizing: border-box;
    border-radius: 2px;
    margin-right: 12px;
}

#o_address_bar .o_input_arrow, #o_geo_bar .o_input_arrow {
    content: " ";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/o_wh_arrow_down_min.png) 50% 50% no-repeat;
    position: absolute;
    top: 6px;
    right: 16px;
    cursor: pointer;
    z-index: 10;
}

#o_address_bar .o_input_pointer, #o_geo_bar .o_input_pointer {
    content: " ";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/o_wh_pointer.png) 50% 50% no-repeat;
    position: absolute;
    top: 6px;
    left: 4px;
    z-index: 10;
}

#o_address_bar .o_address, #o_geo_bar .o_address {
    top: 15px;
    left: 15px;
}

.lowercase {
    text-transform: lowercase;
}

.text .additional-services-blockUL li {
    list-style: disc;
    font-size: 13px;
    line-height: 18px;
    background: none;
    margin-bottom:6px;
    margin-left: 25px;
    padding-left: 10px;
}

.deliveryChanges {
    margin-top: 30px;
}

.deliveryChangesTittle {
    border-bottom: 2px solid white;
    padding-bottom: 3px;
    padding-top: 5px;
    color: #f23c32;
    font-weight: bold;
}

.office_map_static {
    margin-top: 15px;
}

#searchSettlementsDiv .scroll-element {
    max-height: 500px;
}

.officePageTitle {
    float: left;
    margin-left: 0;
}

.office_page_title {
    padding: 20px 0 10px 10px;
    margin: 1px 5px 0px 5px;
    border-top: 1px solid #cacaca;
    z-index: 1;
    font-size: 21px;
}

.stock_payment {
    display: none;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
}

.stock_payment p {
    padding: 0 9px;
}

.ui-widget-content {
    background: white;
    border: 1px solid lightgray;
    margin-top: -1px !important;
    z-index: 99 !important;
}


/* Вызов курьера*/
.form_wrap form input.autocomplete.sender_city{
    width: 330px;
}
#settlementSelectList{
    width: 362px;
}
#settlementSelectList li{
    padding-right: 6px;
}
/* Вызов курьера*/


/*new delivery form*/

/*block packing*/
.packing-row{
    margin-bottom: 10px;
    display: inline-flex;
    float: left;
   /* margin-top: -30px;
    margin-left: 70px;*/
}

.packing-row .place-label{
    display: block;
    margin-bottom: 4px;
    font-size: 11px;
    margin-top: 10px;
}

.form_wrap form .places input.autocomplete {
    width: 160px;
}

.DeliveryForm_packType {
    width: 160px !important;
}
.pack-type{
    width: 160px;
    float: left;
    display: block;
}
.pack-count{
    /*width: 30px;*/
    float: left;
    display: block;
    margin-left: 50px;
    margin-right: 5px;
}
.pack-count input{
    width: 56px;
    border: 1px solid #d7d7d7;
    border-top-color: #878787;
    box-shadow: inset 0 1px #d7d7d7;
    padding: 6px;
    position: relative;
    font-family: 'HelveticaNeue';
    background: #fff;

}

.pack-cost{
    width: 30px;
    float: left;
    display: block;
    margin-left: 50px;
}
.pack-cost input{
    width: 30px;
    border: none;
    padding: 6px;
    position: relative;
    font-family: 'HelveticaNeue';
    background: #fff;

}

.pack-cost p{
    font-size: 15px;
    line-height: 29px;
    vertical-align: top;
    font-weight: normal;
}

.pack-add{
    color: #000;
    font-size: 12px;
    /*margin-top: 40px;*/
}

.pack-remove{
    display: none;
    margin-top: 5px;
}

.pack-remove-first{
    margin-top: 26px;
}

/* end block packing*/

/* delivery result */
.form_wrap form .top.delivery-results table {
    width: 100%;
    margin-top: 0px;
    font-size: 15px;
    text-align: left;
    border-collapse: collapse;
}

.form_wrap form .delivery-results .right {
    float: left;
    width: 50%;
}

.form_wrap form .delivery-results .left {
    float: left;
    width: 50%;
}

.form_wrap form .delivery-results .btn {
    font-size: 11px;
    padding: 5px 12px;
    width: 125px;
    text-align: center;
}

.form_wrap form .delivery-results p {
    font-size: 13px;
    margin-bottom: 5px;
}

/*tires wheels*/
div .disc-r, .disc-type, .disc-count {
    float: left;
    width: 120px !important;
    padding-right: 10px;
    display: inline-table;
}
.disc-count .units{
    display: -webkit-box;
    margin-left: 5px;
}
.disc-row{
    display: inline-block;
    margin-bottom: 10px;
}
.disc-count input{
    border: 1px solid #d7d7d7;
    border-top-color: #878787;
    box-shadow: inset 0 1px #d7d7d7;
    padding: 6px;
    position: relative;
    font-family: 'HelveticaNeue';
    background: #fff;
}
#discs-block .place-add{
    color: #000;
    font-size: 12px;
}

/*pallets */
div .palets-r, .palets-cost, .palets-count {
    float: left;
    width: 120px !important;
    padding-right: 10px;
    display: inline-table;
}
.palets-count .units{
    display: -webkit-box;
    margin-left: 5px;
}
.palets-row{
    display: inline-block;
    margin-bottom: 10px;
}
.palets-count input{
    border: 1px solid #d7d7d7;
    border-top-color: #878787;
    box-shadow: inset 0 1px #d7d7d7;
    padding: 6px;
    position: relative;
    font-family: 'HelveticaNeue';
    background: #fff;
}
#palets-block .place-add{
    color: #000;
    font-size: 12px;
}

/*options seat*/
.place-count {
    float: left;
    width: 64px;
    /*padding-right: 10px;*/
}
.place-row label{
    height: 18px;
    padding-bottom: 4px;
}

.form_wrap .place-row input.short {
    width: 40px;
}

.place-row .place-count input{
    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 .places input.weight, .form_wrap form .places input.cost {
    width: 40px;
}

.place-weight, .place-cost {
    float: left;
    width: 82px;
    padding-right: 8px;
}
.place-associate-img{
    float: left;
    width: 120px;
    margin-top: -50px;
}

.form_wrap form .b_discs .list.check {
    display: inline-block;
    /*width: 50%;*/
}
.form_wrap form .discs-list {
    display: inline-block;
    width: 50%;
    margin-left: 25px;
    /*float: left;*/
}
.form_wrap form .b_discs .text {
    display: block;
}

.form_wrap form .discs-block {
    display: inline-flex;
}
.floorCount {
    margin-top: 10px;
}

.form_wrap form .btn.ajax_cost {
    vertical-align: top;
}


#DeliveryForm_floorCountAsc {
    top: -6px;
}

.form_wrap form .i.packing_service {
    margin-bottom: -4px;
}

#oWHTypeFilter {
    padding: 6px 46px 6px 10px;
    height: 42px;
    /* width: 238px; */
    width: 238px;
    background: #FFFFFF;
    border: 1px solid #D3D3D3;
    box-sizing: border-box;
    border-radius: 2px;
    margin-right: 12px;
}

#oSearchFilter {
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 778px;
    width: 110px;
    height: 42px;
    text-align: center;
    background: #eb432e;
    box-shadow: 0px 4px 10px rgb(149 149 149 / 25%);
    border-radius: 2px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 42px;
    color: #fbfbfb;
    text-decoration: none;
    margin-right: 12px;
}

#oGeoForm .address_div, #oGeoForm .o_address {
    display: inline-block;
}