/*Content*/
.field-error {
  color: red !important;
}
.field-error select,
.field-error input,
.field-error textarea,
select.field-error,
input.field-error,
textarea.field-error {
  border-color: red !important;
}
.star.field-error {
  color: red !important;
}
.form-wrapper{
  border: 1px solid #d2ddf2;
  padding: 50px 20px;
}
form p {
  
}
form select {
  padding: 5px;
  border: 1px solid #b1c9f4;
  border-radius: 2px

}

/**/


/*Content END-------------*/


/*Select Styles*/
/* ------ STYLE SELECT ----------------  */
/* Основная часть */
.cusel {
  position: relative;
  z-index: 1;
  display: inline-block;
  height: 30px;
  font-size: 14px;
  border: 1px solid #A2C3EE;
  border-radius: 2px;
  background: #fff;
  vertical-align: middle;
  cursor: pointer;
  padding-right: 6px;
}
/* Стрелочка справа */
.cuselFrameRight {
  position: absolute;
  z-index: 2;
  top: 0;
  right: -7px;
  height: 100%;
  width: 34px;
  background: url("../Images/select_bg_arrow.png") no-repeat center;

}
/* Текст в селекте */
.cuselText { 
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 30px;
  padding: 0 5px 0 15px; 
  font-size: 12px; 
  line-height: 30px;
  color: #7C7C7C;
  cursor: pointer;
  overflow: hidden;
}
* html .cuselText {height: 30px;}

/* Оформление пунктов списка */
.cusel span { 
  display: block;
  padding: 5px 15px; 
  font-size: 14px; 
  color: #333;
  zoom: 1;
  cursor: pointer;
  white-space: nowrap;
}

/* Оформление пунктов списка при наведении*/
.cusel span:hover,
.cusel .cuselOptHover { background: #63889D; color:#fff;}

/* Оформление активного пункта списка  */
.cusel .cuselActive,
.cusel .cuselActive:hover { background: #63889D; color:#fff;}

/* Оформление селекта при наведении и клике */
.cusel:hover,
.cusel:focus,
.cuselFocus {background:#fff;}

/* Оформление стрелки при наведении и клике */
.cusel:hover .cuselFrameRight,
.cusel:focus .cuselFrameRight,
.cuselFocus .cuselFrameRight {
  /*background: #fff url(../img/select_bg_arrow.png) no-repeat center;*/
}

/* видимость выпадающего списка */
.cuselOpen {z-index: 999;}

/* Оформление селекта и стрелки disabled */
.classDisCusel,
.classDisCusel .cuselFrameRight {
  background-image: url(../img/select_bg_arrow.png) no-repeat center;
  cursor: default;
  color: #ccc;
}
/* Оформление текста в селекте когда он disabled */
.classDisCusel .cuselText {
  cursor: default;
  color: #ccc;
}

/* Оформление выпадающего списка */
.cusel .cusel-scroll-wrap {
  position: absolute;
  left: -2px;
  top: 100%;
  display: block;
  min-width: 100%;
  width: auto;
  height: auto !important;
  visibility: hidden;
  
  padding: 0 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #fff;
  overflow: hidden;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -o-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.cusel .jScrollPaneContainer {
  position: relative;
  z-index: 5;
  overflow: hidden;
  background: #fff;
}
/* блок для элементов списка с отступом справа для скролла */
.cusel-scroll-pane {
  top: 5px;
  right: 3px;
  left: 0;
  width: auto !important;
}

/* Линия по которой будет проходить скролл */
.cusel .jScrollPaneTrack {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 20px !important;
  background: #E4F3FA;
}

/* кнопка для скролла */
.cusel .jScrollPaneDrag {
  position: absolute;
  left: 2px;
  width: 16px !important;
  height: 17px !important;
  background: #d4d8da;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0px;
}
.cusel .jScrollPaneDrag:hover{
  background: #bec1c4;
}
.cusel .jScrollPaneDrag:active{
  background: #9d9fa2;
}

/* эти 2 стиля не трогаем */
.cusel .jScrollPaneDragTop {
  position: absolute;
  top: 0;
  left: 0;
  width: 0 !important;
  overflow: hidden;
}
.cusel .jScrollPaneDragBottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0 !important;
  overflow: hidden;
}

/* Стрелка вверху для скролла */
.cusel .jScrollArrowUp {
  position: absolute;
  top: 0;
  right: 0px;
  width: 20px !important;
  height: 11px;
  cursor: pointer;
  overflow: hidden; 
  background-color: #E4F3FA;
  background-image: url("../Images/t-a.png");
  background-repeat: no-repeat;
  background-position: 5px 1px;

}

/* Стрелка внизу для скролла */
.cusel .jScrollArrowDown {
  width: 20px !important;
  height: 11px;
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0px;
  cursor: pointer;
  overflow: hidden;
  background-color: #E4F3FA;
  background-image: url("../Images/b-a.png");
  background-repeat: no-repeat;
  background-position: 5px 1px;
}






/**********************************/
.wrapper-all{
  display: inline-block;
  width: 300px;
  vertical-align: top;
  margin-right: -10px;
}
.wrapper-all.wrapper-1 {
  width: 300px;
}
.wrapper-all.wrapper-2 {
  width: 405px;
}
.wrapper-all.wrapper-3 {
  width: 240px;
}
.fl-l{
  float: right;
  width: 330px;
}
.wrapper-1 p {
  margin-bottom: 15px;
}

.wrapper-2{
  position: relative;
  min-height: 200px;
}
.wrapper-2 .fl-l > select,
.wrapper-2 .fl-l > input[type="text"] {
  display: block;
}
.wrapper-2 .fl-l >.cusel{
  margin-top: 14px;
  margin-bottom: 70px;

}
.first-labl{
  position: absolute;
  display: block;
  top: 59px;
  left: -49px;

}
.wrapper-all label{
  color: #777;
}
.wrapper-all input{
  border: 1px solid #A7C9F5;
  border-radius: 2px;
  padding: 5px 7px; 
}
.socond-labl {
  position: absolute;
  display: block;
  top: 165px;
  left: -48px;

}


.wrapper-2 p {
  padding-top: 21px;
}


textarea {
  border: 1px solid #A7C9F5;
  padding: 5px;
  width: 200px;
  height: 58px;
  position: relative;
  color: #777;
}
.wrapper-3{
  position: relative;
}
.first-ta img,
.second-ta img {
  padding: 0 0 58px 5px;
}


.first-ta{
  margin-top: 52px;
}
.second-ta{
  margin-top: 33px;

}

.f-ta-2{
  margin-top: 2px;
}

.s-ta-2{
  margin-top: -2px;
} 
#local{
  position: relative;
}
.star {
  color: #3476aa;
}
.add-station{
  position: absolute;
  background: url("../images/pl-1.png") no-repeat center;
  display: block;
  width: 20px;
  height: 20px;
  top: 167px;
  right: 22px;
  cursor: pointer;
  border: none;
  text-decoration: none;
}
.add-station:hover{
  background: url("../images/pl-2.png") no-repeat center;
}
.button-submit a,
.demand-link-btn {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  background: linear-gradient(to bottom, #8da3d5, #2a6fa7);
  cursor: pointer;
}
.button-submit a:active,
.button-submit a:hover,
.demand-link-btn:active,
.demand-link-btn:hover,
.data .submit:hover,
.data .submit:active {
  background: #266da5;
}
.button-submit2 a,
.button-submit2 .demand-link-btn {
  color: #fff;
  border-radius: 5px;
  background: linear-gradient(to bottom, #8da3d5, #2a6fa7);
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.button-submit2 a:active,
.button-submit2 a:hover,
.button-submit2 .demand-link-btn:active,
.button-submit2 .demand-link-btn:hover{
  background: #266da5;
}
.data .button-submit a,
.data .button-submit .demand-link-btn {
  padding: 6px 50px;
}
.add-station.demand-link-btn {
  background: url("../images/pl-1.png") no-repeat center;
  padding: 0;
  border-radius: 0;
}
.add-station.demand-link-btn:hover {
  background: url("../images/pl-2.png") no-repeat center;
}
.first-ta a.demand-link-btn,
.second-ta a.demand-link-btn,
.first-ta a.demand-link-btn:hover,
.first-ta a.demand-link-btn:active,
.second-ta a.demand-link-btn:hover,
.second-ta a.demand-link-btn:active {
  text-decoration: none;
  background: none;
  padding: 0;
  border-radius: 0;
  color: inherit;
}
.disabled {
  display: none;
  position: absolute;
  width: 332px !important;
  left: -35px;
}
.disabled a {
  pointer-events: none;
  cursor: default;
  opacity: .5;
}
.address-find-btn,
.address-find-btn:hover,
.address-find-btn:active {
  background: none;
  padding: 0;
  border-radius: 0;
}

.button-submit {
  padding: 115px 150px 0;
  margin-bottom: 30px;
}

.button-submit2 {
  padding: 10px 40px 0;
  margin-bottom: 30px;
}

.button-submit p {
  font-style: italic;
  margin-top: 15px;
  color: #256298;
  font-family: "Time New Roman Regular";
}
.button-submit div {
  width: 262px;
}
.bt-1 a,
.bt-1 .demand-link-btn {
 padding: 6px 50px;
}
.button-submit2 a,
.button-submit2 .demand-link-btn {
  color: #fff;
  border-radius: 5px;
  background: linear-gradient(to bottom, #8da3d5, #2a6fa7);
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.button-submit2 a:active,
.button-submit2 a:hover,
.button-submit2 .demand-link-btn:active,
.button-submit2 .demand-link-btn:hover {
  background: #266da5;
}
.button-submit2 p {
  font-style: italic;
  margin-top: 15px;
  color: #256298;
  font-family: "Time New Roman Regular";
}
.button-submit2 div {
  width: 262px;
}
.bt-11 a,
.bt-11 .demand-link-btn {
 padding: 4px 20px;
}
.bt-11 {
  float: left;
}
.bt-2 a,
.bt-2 .demand-link-btn {
 padding: 6px 8px;
}
.bt-1 {
  float: left;
}
.bt-2 {
  text-align: center;
  float: right;
  position: relative;
}
.clearfix {
  clear: both;
}
.data {
    padding-top:20px;
  padding-left: 80px;
  width: 358px;
  margin-bottom: 45px;
}
.data input {
  height: 24px;
}
.data input,
.data textarea {
  float: right;
  width: 280px; 
  border: 1px solid #adc8f9;
  border-radius: 3px;
}
.data p,
.data textarea {
  margin-bottom: 18px;
}
.data .submit {
  width: 210px;
  height: 30px;
  margin-left: 112px;
  float: none;
}

.last-ta {
  width: 269px !important;
}


.tooltip {
  position: fixed;
  display:none;
  width: 145px;
  font-size: 15px;
  color: #908C8C;
  padding: 8px 8px;
  background-color: rgba(255,255,255, .9);
  text-align: left;
  z-index: 100;
  left: 0;
  box-sizing:border-box;
  border-radius: 5px;
  /*shadow*/
  -webkit-box-shadow: 2px 2px 10px -7px rgba(0,0,0,0.75);
  -moz-box-shadow: 2px 2px 10px -7px rgba(0,0,0,0.75);
  box-shadow: 2px 2px 10px -7px rgba(0,0,0,0.75);
}
.tooltip:hover{
  background-color: rgba(255,255,255, .6);
}


.wr-2ff-3 {
  position: relative;
  left: 12px;
}
.wr-2ff-3 label {
  left: -137px;
}
.wrapper-4{
  position: relative;
  margin-top: 34px;
}
.wr-2ff-2 .drag a{
  position: absolute;
top: 49px;
left: 281px;

}
.wrapper-4 input {
 margin-left: 40px;
}
.wr-2ff{
  margin-left: 40px;
}
.bottom-f-l{
  position: absolute;
  left: -52px;
}
.socond-inp-b{
  position: absolute;
  left: -52px;
}
.wrap-form-cl{
  margin-left: 72px;
}
.wrap-form-cl > div > label {
  line-height: 33px;
}
.wrap-form-cl > div {
  margin-bottom: 10px;
}
.italic {
  color: #75777D;
  font-family: "Times New Roman Regular";
}

.item_p {
  padding: 20px 3px 10px 3px;
  color: #788fa4;
  height: 789px;
  margin-bottom: 100px;
  width:1000px;
}

.border_p {
  border: 2px solid #e1e7f2;
  float: left;
  width: 839px;
}
.info_p {
  width: 848px;
  margin-right: 2px;
  padding: 15px 10px 25px;
  border: 3px solid #e6ebf6;
  width: 97.1%;
}
.empty-banner_p {
  width: 156px;
  height: 100%;
  float: right;
  text-align:center;
}

.empty-banner_p .baner {
  margin-bottom:12px;
  margin-left:5px;
}

.info_p table,
.info_p caption {
  text-align: left;
}
.info_p table {
  float: left;
}
.clearfix_p {
  clear:both;
}
.info_p caption {
  margin-bottom: 10px;
  font-weight: bold;
}
.table1 {
  margin-right: 40px;
}
.table1_p {
  margin-right: 60px;
}
.table1_p td {
  padding-bottom: 10px;
  text-decoration: underline;
}
.table2_p {
  margin-right: 60px;
}
.table2_p th {
  padding-right: 40px;
}
.table2_p td {
  padding-top: 6px;
}
.table3_p th,
.table3_p td {
  padding-bottom: 10px;
}
.table3_p th {
  padding-right: 10px;
}
.map_p > img {
  border-bottom: 2px solid #d2ddf2;
  border-right: 2px solid #d2ddf2;
}
.border_p .item img {
  padding: 10px 5px;
}
.border_p .item {
  padding: 15px 0 25px;
}
.bg-1_p {
  background: #fff;
}
.item_p span {
  position: relative;
  bottom: 27px;
}
.factory-border_p {
  border-bottom: 1px solid #f2f4fa;
}
.factory-border_p a {
  text-decoration: underline;
  font-weight: bold;
}
.factory-border_p a:hover {
  text-decoration: none;
}
.map_p {
  float: left;
}
.factory_p {
  width: 431px;
  float: right;
}
.factory-border_p {
  padding: 10px 15px;
  background: linear-gradient(to bottom, #9cddf7, #fcfcfc);
}
.factory-border_p p:first-child {
  float: left;
}
.factory-border_p .second_p {
  float: right;
}
.left_p a {
  display: inline-block;
  margin-top: 0px;
}
.left_p {
  float: left;
  width:220px;
}
.right_p {
  float: right;
  width: 150px;
  margin-top:22px;
}
.factory_p img {
  width: 26px;
  height: 26px;
}
.factory_p li {
  padding: 10px 10px 10px 30px;
  position: relative;
}
.factory_p li p {
  line-height: 23px;
}
.factory_p .icon_p {
  position: absolute;
  left: 0px;
}
.factory_p li span {
  position: relative;
  bottom: -4px;
}
.button1_p {
  color: #7ebbe8;
  text-decoration:underline;
  margin-right: 15px;
  padding-top:5px;
}

.change_p {
  color: #7ebbe8;
  text-decoration:underline;
  margin-right: 30px;
  float:right;
  padding-top:5px;
}

.button1_p:hover,
.change_p:hover {
  text-decoration: none;
}
.button2_p {
  background: #acc2e9;
  border-radius: 10px;
  padding: 2px 13px;
  color: #fff;
  transition: background .2s ease-in-out;
}
.button2_p:hover {
  background: #8fa4c8;
}
.map,
.factory_p {
  font-family: "Time New Roman";
}
.star_p {
    color: #3476aa;
}

/* Формы размещения объявлений (/adv/add*) */
table.tab-add button.adv-list-btn {
  min-width: 42px;
  width: 42px;
  height: 28px;
  padding: 2px 8px;
  font-size: 15px;
  line-height: 1.2;
  color: #686868;
  border: 1px solid #c0c0c0;
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
  vertical-align: top;
}

table.tab-add button.adv-list-btn:hover {
  background: #f5f5f5;
}

table.tab-add td.send-ob a.adv-save-link,
table.tab-add td.send-ob2 a.adv-preview-link {
  border: none;
  background: transparent;
  padding: 0;
  text-decoration: none;
  display: inline-block;
}

table.tab-add td.send-ob a.adv-save-link img {
  border: none;
  display: block;
}

table.tab-add td.send-ob2 a.adv-preview-link p {
  margin: 25px 0 0;
  font-size: 14px;
  color: #4b70a5;
  text-decoration: underline;
}

