.offer-form-wrapper {
  min-width: 1024px;
}
.offer-form__header {
  position: relative;
  height: 450px;
  background-image: url("/img/photo_bg.svg");
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat;
}
.offer-form__header:after {
  content: '';
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
  display: block;
  height: 70%;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 0;
  left: 0;
  z-index: 0;
}
.offer-form__body {
  min-width: 1024px;
  margin: 0 auto;
}
.offer-form__msettings {
  text-align: center;
  margin: 20px 0;
}
.offer-form__bwrapper {
  max-width: 780px;
  margin: 0 auto;
  padding: 50px 0;
}
.offer-form__bwrapper_continue {
  padding: 10px 0;
}
.offer-form__bwrapper:after {
  content: '';
  display: table;
  clear: both;
}
.offer-form__brow {
  margin-bottom: 30px;
}
.offer-form__brow_submit {
  margin-top: 65px;
  margin-bottom: 80px;
  text-align: center;
  position: relative;
}
.offer-form__brow:after {
  content: '';
  display: table;
  clear: both;
}
.offer-form__brhead {
  font-size: 35px;
  text-align: center;
  color: #999;
  margin-bottom: 17px;
}
.offer-form__brsubhead {
  margin-bottom: 17px;
  margin-top: 30px;
  font-size: 21px;
  text-align: left;
  color: #b3b3b3;
  font-weight: 600;
}
.offer-form__placeholder {
  position: relative;
  height: 140px;
  line-height: 140px;
  border: 1px solid #ccc;
  text-align: center;
  outline: 0;
}
.offer-form__placeholder_error {
  background: #ffebeb;
  border-color: #fbb !important;
}
.offer-form__placeholder_open {
  border: 0;
  height: auto;
}
.offer-form__placeholder:not(.offer-form__placeholder_open) {
  cursor: pointer;
}
.offer-form__placeholder:focus,
.offer-form__placeholder:not(.offer-form__placeholder_open):hover {
  border-color: #9ddaac;
}
.offer-form__placeholder:hover .offer-form__ptext {
  color: #999;
}
.offer-form__placeholder_open .offer-form__ptext {
  display: none;
}
.offer-form__placeholder_open .offer-form__pvalue {
  display: block;
  line-height: 1.2;
}
.offer-form__ptext {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 23px;
  text-align: center;
}
.offer-form__pvalue {
  display: none;
  text-align: left;
}
.offer-form__photo {
  position: absolute;
  width: 220px;
  left: 50%;
  top: 95px;
  margin-left: -100px;
  text-align: center;
  z-index: 1;
  outline: 0;
}
.offer-form__photo_hidden {
  display: none;
}
.offer-form__photo_error .offer-form__photo-caption {
  background: #ffa6a6;
  border: 1px solid #fff;
}
.offer-form__photo-button {
  display: inline-block;
  padding: 50px 46px;
  border-radius: 50%;
  border: 1px solid transparent;
  cursor: pointer;
}
.offer-form__photo:focus .offer-form__photo-button,
.offer-form__photo .offer-form__photo-button:hover {
  border-color: #fff;
}
.offer-form__photo-button:hover + .offer-form__photo-caption,
.offer-form__photo:focus .offer-form__photo-button + .offer-form__photo-caption {
  display: none;
}
.offer-form__photo-icon {
  display: block;
  width: 62px;
  height: 54px;
  background: url("/img/photo_button.svg") no-repeat;
  background-size: contain;
}
.offer-form__photo-caption {
  position: relative;
  top: -30px;
  width: 220px;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
}
.offer-form__name-wrapper {
  position: absolute;
  bottom: 50px;
  width: 100%;
  padding: 0 30px;
  text-align: center;
}
.offer-form__name {
  position: relative;
  display: inline-block;
  width: 600px;
  min-height: 80px;
  font-weight: 600;
  z-index: 1;
  text-align: left;
}
.offer-form__name_error {
  background: #ffa6a6;
  border: 1px solid #fff;
}
.offer-form__name_center {
  width: 100%;
  max-width: 1140px;
}
.offer-form__name_center .offer-form__name-content {
  width: 100%;
}
.offer-form__name-button,
.offer-form__name-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  text-align: center;
  color: #fff;
  font-size: 49px;
  line-height: 60px;
  text-align: left;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.45);
}
.offer-form__name-button_hidden,
.offer-form__name-content_hidden {
  display: none;
}
.offer-form__name-button_shadow {
  color: #ccc;
}
.offer-form__name-content {
  z-index: 2;
  background: transparent;
  border: 0;
  outline: 0;
  height: 60px;
  min-height: 60px;
  max-height: 140px;
  resize: none;
}
.offer-form__name-content_center {
  text-align: center;
}
.offer-form__photo-block {
  position: absolute;
  width: 100% !important;
  background: #e6e6e6;
  top: 100%;
  box-shadow: 0 10px 50px -10px rgba(0,0,0,0.6);
  z-index: 60;
  left: 0;
}
.offer-form__photo-block_hidden {
  display: none;
}
.offer-form__photo-list {
  margin: 0;
  list-style-type: none;
  padding: 12px 42px;
}
.offer-form__photo-list:after {
  content: '';
  display: table;
  clear: both;
}
.offer-form__photo-item {
  display: block;
  margin: 18px;
  position: relative;
  float: left;
  height: 120px;
}
.offer-form__photo-item_add {
  overflow: hidden;
  box-shadow: none !important;
}
.offer-form__photo-add {
  display: inline-block;
  border: 1px dashed #b3b3b3;
  background-image: url("/img/plus_photo.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 32px;
  height: 120px;
  width: 150px;
  cursor: pointer;
}
.offer-form__photo-add:hover,
.offer-form__photo-add:focus {
  /*background-image: url("/img/plus_photo_hover.svg");*/
  background-size: 42px;
}
.offer-form__photo-file {
  position: absolute;
  left: -200px;
  top: 0;
  width: 0;
  height: 0;
  outline: 0;
  padding: 0;
}
/*.offer-form__photo-toggle {
  position: absolute;
  width: 200px;
  left: 50%;
  top: 95px;
  margin-left: -100px;
  text-align: center;
  top: auto;
  margin-top: 26px;
  background: #5ec478;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: table;
  margin: 0;
  right: 43px;
  left: inherit;
  bottom: -22.5px;
  cursor: pointer;
  outline: 0;
  z-index: 70;
}*/
.offer-form__photo-toggle {
  position: absolute;
  left: 50%;
  bottom: -23px;
  margin-left: -23px;
  text-align: center;
  background: #5ec478;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  cursor: pointer;
  outline: none;
  z-index: 70;
}
.offer-form__photo-toggle_close {
  background: #fff url("/img/close_img_block.svg") 50% 50% no-repeat !important;
  width: 30px !important;
  height: 30px !important;
  /*bottom: -15px !important;*/
  bottom: -15px;
  margin-left: -15px;
  /*right: 50px !important;*/
}
.offer-form__photo-toggle_close .offer-form__photo-toggle-icon {
  display: none;
}
.offer-form__photo-toggle-button {
  display: inline-block;
  padding: 50px 46px;
  border-radius: 50%;
  border: none;
  padding: 0;
  vertical-align: middle;
  position: relative;
  padding: 13px 0px;
}
.offer-form__photo-toggle-icon {
  width: 20px;
  display: block;
  height: 17px;
  background: url("/img/photo_button.svg") no-repeat;
  background-size: contain;
}
.offer-form__category {
  position: relative;
  float: left;
  width: 65%;
  max-width: 490px;
  z-index: 50;
}
.offer-form__time {
  position: relative;
  float: right;
  width: 35%;
  max-width: 280px;
  border: 1px solid #d8d8d8;
  outline: 0;
}
.offer-form__time_focus,
.offer-form__time:hover {
  border-color: #9ddaac;
}
.offer-form__time_error {
  background: #ffebeb;
  border-color: #fbb;
}
.offer-form__time_focus .offer-form__tvalue,
.offer-form__time:hover .offer-form__tvalue {
  border-color: #9ddaac;
  color: #999;
}
.offer-form__tvalue {
  width: 65%;
  float: left;
  line-height: 48px;
  color: #999;
  padding-left: 15px;
  border-right: 1px solid #d8d8d8;
}
.offer-form__tvlabel {
  float: left;
  font-weight: normal;
  line-height: 48px;
  margin: 0;
  font-size: 16px;
  color: #adadad;
}
.offer-form__tvinput {
  float: right;
  width: 45px;
  border: none;
  text-align: center;
  color: #4d4d4d;
  font-size: 16px;
  background: transparent;
  outline: 0;
}
.offer-form__ttype {
  position: relative;
  float: right;
  width: 35%;
  max-width: 280px;
}
.offer-form__description {
  display: block;
  width: 100%;
  height: 140px;
  min-height: 140px;
  border: 1px solid transparent;
  font-size: 15px;
  line-height: 23px;
  outline: 0;
  resize: none;
}
.offer-form__description::-webkit-input-placeholder {
  color: #999;
}
.offer-form__description::-moz-placeholder {
  color: #999;
}
.offer-form__description:-moz-placeholder {
  color: #999;
}
.offer-form__description:-ms-input-placeholder {
  color: #999;
}
.offer-form__description:focus {
  border-color: #d8d8d8;
  color: #333 !important;
}
.offer-form__description:hover {
  color: #999;
}
.offer-form__pradd {
  margin-top: 35px;
}
.offer-form__prabutton {
  padding: 0;
  border: 0;
  color: #57b66f;
  background: none;
  outline: 0;
}
.offer-form__prabutton:hover {
  text-decoration: underline;
}
.offer-form__iadd {
  margin-top: 30px;
}
.offer-form__iabutton {
  padding: 0;
  border: 0;
  color: #57b66f;
  background: none;
  outline: 0;
}
.offer-form__iabutton:hover,
.offer-form__iabutton:focus {
  text-decoration: underline;
}
.offer-form__exclude {
  margin-top: 65px;
}
.offer-form__swrapper {
  display: inline-block;
  position: relative;
}
.offer-form__submit {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #5ec478;
  line-height: 50px;
  padding: 0 40px;
  border: 0;
  border-radius: 3px;
  outline: 0;
}
.offer-form__submit:hover,
.offer-form__submit:focus {
  text-decoration: none;
  color: #fff;
  background: #48b75f;
}
.offer-form-photo {
  min-width: 130px;
  text-align: center;
  outline: 0;
}
.offer-form-photo_checked .offer-form-photo__controls,
.offer-form-photo:hover .offer-form-photo__controls {
  z-index: 2;
  opacity: 1;
  background: rgba(0,0,0,0.5);
}
.offer-form-photo__image {
  height: 120px;
  position: relative;
  z-index: 1;
}
.offer-form-photo__controls {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 7px 10px;
  color: #fff;
  cursor: pointer;
  z-index: 0;
  opacity: 0;
}
.offer-form-photo__control {
  display: block;
}
.offer-form-photo__control_left {
  float: left;
}
.offer-form-photo__control_right {
  float: right;
}
.offer-form-photo__apply {
  display: inline-block;
  vertical-align: middle;
  padding-left: 25px;
  min-height: 18px;
  line-height: 18px;
  position: relative;
}
.offer-form-photo__apply:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #b3b3b3;
  position: absolute;
  left: 0;
  top: 0;
}
.offer-form-photo__acaption {
  color: #ccc;
}
.offer-form-photo__apply:hover .offer-form-photo__acaption {
  color: #fff;
}
.offer-form-photo__apply:hover:before {
  border-color: #fff;
}
.offer-form-photo__delete {
  display: inline-block;
  width: 20px;
  height: 18px;
  background: url("/img/remove_photo.svg") 50% 50% no-repeat;
}
.offer-form-photo__delete:hover {
  background: url("/img/remove_photo_hover.svg") 50% 50% no-repeat;
}
.offer-form-photo_checked .offer-form-photo__apply:before {
  background: #fff url("/img/ok.svg") 50% 50% no-repeat;
}
.offer-form-photo_checked:not(:hover) .offer-form-photo__controls {
  background: transparent;
}
.offer-form-photo_checked:not(:hover) .offer-form-photo__acaption,
.offer-form-photo_checked:not(:hover) .offer-form-photo__delete {
  display: none;
}
.offer-form-program {
  position: relative;
  margin-bottom: 20px;
}
.offer-form-program_time .offer-form-program__twrapper {
  width: 130px;
}
.offer-form-program_time .offer-form-program__description {
  width: 620px;
}
.offer-form-program__head {
  margin-bottom: 7px;
}
.offer-form-program__twrapper,
.offer-form-program__description,
.offer-form-program__rwrapper {
  display: inline-block;
}
.offer-form-program__twrapper {
  width: 210px;
  margin-right: -4px;
}
.offer-form-program__description {
  width: 540px;
  margin-right: -4px;
}
.offer-form-program__rwrapper {
  width: 30px;
  text-align: right;
}
.offer-form-program__dnumber {
  /*position: relative;*/
  /*top: 1px;*/
  padding: 0;
  line-height: 30px;
  font-weight: bold;
  color: #4d4d4d;
}
.offer-form-program__day {
  display: inline-block;
  width: 150px;
}
.offer-form-program__dinput {
  /*position: relative;*/
  /*top: -1px;*/
  color: #4d4d4d;
  border: 1px solid transparent;
  padding: 0;
  width: 100%;
  line-height: 28px;
  outline: 0;
  font-weight: 700;
}
.offer-form-program__dinput::-webkit-input-placeholder {
  color: #999;
}
.offer-form-program__dinput::-moz-placeholder {
  color: #999;
}
.offer-form-program__dinput:-moz-placeholder {
  color: #999;
}
.offer-form-program__dinput:-ms-input-placeholder {
  color: #999;
}
.offer-form-program__dinput_empty {
  font-weight: 400;
}
.offer-form-program__dinput:focus {
  border: 1px solid #d8d8d8;
}
.offer-form-program__tperiod {
  cursor: pointer;
  color: #999;
}
.offer-form-program__tperiod_hidden {
  display: none;
}
.offer-form-program__tinput {
  width: 41px;
  font-size: 15px;
  padding: 0;
  line-height: 28px;
  border: 1px solid transparent;
  outline: 0;
  font-weight: 700;
}
.offer-form-program__tinput::-webkit-input-placeholder {
  color: #999;
}
.offer-form-program__tinput::-moz-placeholder {
  color: #999;
}
.offer-form-program__tinput:-moz-placeholder {
  color: #999;
}
.offer-form-program__tinput:-ms-input-placeholder {
  color: #999;
}
.offer-form-program__tinput_empty {
  font-weight: 400;
}
.offer-form-program__tinput_hidden {
  display: none;
}
.offer-form-program__tinput:focus {
  border: 1px solid #d8d8d8;
}
.offer-form-program__tdash_hidden {
  display: none;
}
.offer-form-program__remove {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  background-color: transparent;
  background-image: url("/img/close_circle.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  border: 0;
  padding: 0;
  outline: 0;
  visibility: hidden;
}
.offer-form-program__remove:hover,
.offer-form-program__remove:focus {
  background-image: url("/img/close_circle_hover.svg");
}
.offer-form-program__remove_hidden {
  display: none;
}
.offer-form-program:hover .offer-form-program__remove {
  visibility: visible;
}
.offer-form-program__text {
  min-height: 25px;
  text-align: left;
  padding-left: 5px;
  border: 1px solid transparent;
  outline: 0;
}
.offer-form-program__text:focus {
  border: 1px solid #d8d8d8;
  color: #333 !important;
}
.offer-form-program__text:hover {
  color: #999;
}
.offer-form-program__text_empty li:first-child:after {
  content: 'События';
  position: absolute;
  top: 0;
  color: #999;
}
.offer-form-program__text ul {
  padding-left: 0;
  margin-bottom: 0;
}
.offer-form-program__text li {
  list-style-type: none;
  padding: 0 0 0 20px;
  position: relative;
  line-height: 23px;
  margin-top: 7px;
  font-size: 15px;
}
.offer-form-program__text li:first-child {
  margin-top: 0;
}
.offer-form-program__text li:before {
  content: '';
  display: block;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background: #ccc;
  position: absolute;
  left: 1px;
  top: 8px;
}
.offer-form-program__roverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.65);
  z-index: 999;
}
.offer-form-program__roverlay_hidden {
  display: none;
}
.offer-form-program__roinner {
  display: table;
  width: 100% !important;
  height: 100% !important;
}
.offer-form-program__rocell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.offer-form-program__robutton {
  display: inline-block;
  margin-left: 12px;
  padding: 8px 10px;
  line-height: 1;
  border: 1px solid #808080;
  border-radius: 3px;
  outline: 0;
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}
.offer-form-program__robutton:hover {
  background: #fff;
  color: #808080;
  border-radius: 3px;
}
.offer-form-program__robutton:first-child {
  margin-left: 0;
}
.offer-form-include {
  position: relative;
  padding-left: 20px;
}
.offer-form-include__name {
  width: 100%;
  background: none;
  box-shadow: none;
  border: 1px solid transparent;
  font-weight: 700;
  line-height: 30px;
  outline: 0;
  padding-left: 5px;
}
.offer-form-include__name::-webkit-input-placeholder {
  color: #999;
}
.offer-form-include__name::-moz-placeholder {
  color: #999;
}
.offer-form-include__name:-moz-placeholder {
  color: #999;
}
.offer-form-include__name:-ms-input-placeholder {
  color: #999;
}
.offer-form-include__name:focus {
  border-color: #d8d8d8;
}
.offer-form-include__nwrapper,
.offer-form-include__rwrapper {
  display: inline-block;
}
.offer-form-include__nwrapper {
  position: relative;
  width: 730px;
  margin-right: -4px;
}
.offer-form-include__nwrapper:before {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: -20px;
  top: 8px;
  background: url("/img/ok_gray.svg") 50% 50% no-repeat;
  background-size: 90%;
}
.offer-form-include_exclude .offer-form-include__nwrapper:before {
  background: url("/img/plus_gray.svg") 50% 50% no-repeat;
  background-size: 90%;
}
.offer-form-include__description {
  width: 100%;
  min-height: 30px;
  resize: none;
  border: 1px solid transparent;
  outline: 0;
  padding-left: 5px;
  font-size: 15px;
  line-height: 23px;
}
.offer-form-include__description::-webkit-input-placeholder {
  color: #999;
}
.offer-form-include__description::-moz-placeholder {
  color: #999;
}
.offer-form-include__description:-moz-placeholder {
  color: #999;
}
.offer-form-include__description:-ms-input-placeholder {
  color: #999;
}
.offer-form-include__description:hover {
  color: #999;
}
.offer-form-include__description:focus {
  border-color: #d8d8d8;
  color: #333;
}
.offer-form-include__description_hidden {
  display: none;
}
.offer-form-include__dwrapper {
  margin-bottom: 10px;
}
.offer-form-include__remove {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  background-color: transparent;
  background-image: url("/img/close_circle.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  border: 0;
  padding: 0;
  outline: 0;
  visibility: hidden;
}
.offer-form-include__remove:hover,
.offer-form-include__remove:focus {
  background-image: url("/img/close_circle_hover.svg");
}
.offer-form-include__remove_hidden {
  display: none;
}
.offer-form-include:hover .offer-form-include__remove {
  visibility: visible;
}
.offer-form-include__rwrapper {
  width: 30px;
  text-align: right;
}
.offer-form-include__roverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.65);
  z-index: 999;
}
.offer-form-include__roverlay_hidden {
  display: none;
}
.offer-form-include__roinner {
  display: table;
  width: 100% !important;
  height: 100% !important;
}
.offer-form-include__rocell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.offer-form-include__robutton {
  display: inline-block;
  margin-left: 12px;
  padding: 8px 10px;
  line-height: 1;
  border: 1px solid #808080;
  border-radius: 3px;
  outline: 0;
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}
.offer-form-include__robutton:hover {
  background: #fff;
  color: #808080;
  border-radius: 3px;
}
.offer-form-include__robutton:first-child {
  margin-left: 0;
}
.offer-form-map {
  position: relative;
  height: 450px;
  background-color: #e4e4e4;
}
.offer-form-map__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.offer-form-map__zoom {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 35px;
  text-align: center;
}
.offer-form-map__zplus,
.offer-form-map__zminus {
  background: #fff;
  line-height: 35px;
  border-radius: 3px;
  margin-bottom: 5px;
  font-weight: bold;
  box-shadow: 0 0 2px rgba(0,0,0,0.15);
  font-size: 20px;
  cursor: pointer;
}
.offer-form-map__zplus:before {
  content: '+';
}
.offer-form-map__zminus:before {
  content: '–';
}
.offer-form-map__menu {
  width: 460px;
  background: #fff;
  position: absolute;
  top: 30px;
  left: 30px;
  box-shadow: 0 0 15px rgba(0,0,0,0.35);
  max-width: 100%;
  z-index: 10;
}
.offer-form-map__point {
  position: relative;
  line-height: 53px;
  padding: 0 15px 0 15px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}
.offer-form-map__point_error {
  background: #ffebeb;
}
.offer-form-map__picon {
  background-image: url("/img/map_point.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 28px;
  display: inline-block;
  margin: 0 10px -8px 0;
}
.offer-form-map__point_route .offer-form-map__picon {
  text-align: center;
  top: auto;
  background: #7e7e7e;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin: 0 10px 0 0;
  line-height: 24px;
  color: #fff;
}
.offer-form-map__point_add .offer-form-map__picon {
  display: inline-block;
  background-image: url("/img/map_point_add.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
}
.offer-form-map__point_departure .offer-form-map__picon {
  display: inline-block;
  background-image: url("/img/map_point_departure.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
}
.offer-form-map__point_back .offer-form-map__picon {
  background: #5ec478;
}
.offer-form-map__pback {
  cursor: pointer;
  display: inline-block;
  width: 13px;
  height: 25px;
  background: url("/img/back_arrow.svg") no-repeat;
  vertical-align: middle;
}
.offer-form-map__pinput {
  width: 100%;
  padding-left: 5px;
  background: none;
  box-shadow: none;
  border: 1px solid transparent;
  max-width: 350px;
  outline: 0;
}
.offer-form-map__pinput::-webkit-input-placeholder {
  color: #999;
}
.offer-form-map__pinput::-moz-placeholder {
  color: #999;
}
.offer-form-map__pinput:-moz-placeholder {
  color: #999;
}
.offer-form-map__pinput:-ms-input-placeholder {
  color: #999;
}
.offer-form-map__pedit {
  display: inline-block;
  width: 420px;
  cursor: pointer;
}
.offer-form-map__petitle {
  display: inline-block;
  width: 391px;
  overflow: hidden;
  vertical-align: top;
}
.offer-form-map__peicon {
  display: inline-block;
  width: 25px;
  box-shadow: 0 0 20px 20px #fff;
  vertical-align: top;
}
.offer-form-map__pmenu {
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 100%;
  text-align: right;
  padding-right: 10px;
  background-color: #fff;
}
.offer-form-map__pbutton {
  display: inline-block;
  margin-right: 5px;
  width: 15px;
  height: 15px;
  background: none;
  border: 0;
  padding: 0;
  outline: none;
}
.offer-form-map__pbicon {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  transition: 0.2s;
  position: relative;
  z-index: 1;
}
.offer-form-map__pbutton_settings {
  background-image: url("/img/settings.svg");
}
.offer-form-map__pbutton_settings:hover {
  background-image: url("/img/settings_hover.svg");
}
.offer-form-map__pedit:hover .offer-form-map__pbutton_settings,
.offer-form-map__pbutton_settings:hover {
  background-image: url("/img/settings_hover.svg");
}
.offer-form-map__pbutton_remove {
  background-image: url("/img/remove_icon.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.offer-form-map__pbutton_remove:hover {
  background-image: url("/img/remove_icon_hover.svg");
}
.offer-form-map__pdwrapper {
  border-top: 1px solid #d8d8d8;
  height: 75px;
}
.offer-form-map__pdinner {
  position: relative;
  max-height: 48px;
  margin: 13px 15px 13px 15px;
}
.offer-form-map__pdescription {
  position: relative;
  width: 100%;
  min-height: 48px;
  padding: 0;
  border: 1px solid transparent;
  outline: 0;
  line-height: 20px;
}
.offer-form-map__pdescription_placeholder:before {
  content: attr(placeholder);
  position: absolute;
  color: #999;
}
.offer-form-map__pdescription p {
  margin: 0;
}
.offer-form-map__pdwrapper .ps-container.ps-theme-default > .ps-scrollbar-y-rail {
  background-color: transparent !important;
}
.offer-form-map__pdwrapper .ps-container.ps-theme-default > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  right: 5px;
}
.offer-form-map__piinput {
  position: relative;
}
.offer-form-map__pilabel {
  display: block;
  line-height: 54px;
  padding: 0 15px;
  margin-bottom: 0;
  border-top: 1px solid #d8d8d8;
  cursor: pointer;
  color: #999;
  font-size: 14px;
  font-weight: 400;
}
.offer-form-map__pilabel:before {
  content: '';
  display: inline-block;
  width: 23px;
  height: 20px;
  margin: 0 8px 0 0;
  background: url("/img/photo_button_gray.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.offer-form-map__pifile {
  position: absolute;
  left: -200px;
  top: 0;
  width: 0;
  height: 0;
  outline: 0;
  padding: 0;
}
.offer-form-map__pimage {
  position: relative;
}
.offer-form-map__pimenu {
  position: absolute;
  left: 15px;
  top: 18px;
  z-index: 10;
  display: none;
}
.offer-form-map__pibutton {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: 0px 6px;
  background: none;
  border: 0;
  padding: 0;
  outline: none;
  background-size: contain;
  cursor: pointer;
}
.offer-form-map__pibutton_upload {
  background-image: url("/img/photo_btn.svg");
  background-position: center center;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
}
.offer-form-map__pibutton_upload:hover {
  background-image: url("/img/photo_btn_white.svg");
}
.offer-form-map__pibutton_remove {
  background-image: url("/img/remove_photo.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
}
.offer-form-map__pibutton_remove:hover {
  background-image: url("/img/remove_photo_hover.svg");
}
.offer-form-map__picontainer {
  height: 255px;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.offer-form-map__pimage:hover .offer-form-map__picontainer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.5;
}
.offer-form-map__pimage:hover .offer-form-map__pimenu {
  display: block;
}
.offer-form-map__route {
  position: relative;
  border-top: 1px solid #d8d8d8;
  max-height: 213px;
  height: 100%;
  overflow: hidden;
}
.offer-form-map__location {
  border-bottom: 1px solid #d8d8d8;
}
.offer-form-map__mlabel {
  color: #fff;
  font-size: 16px;
  width: 29px;
  text-align: center;
}
.tip {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  top: -5px;
  min-width: 460px;
  max-width: 780px;
  padding: 25px 40px;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.2 !important;
  text-align: center;
  color: #808080;
  background: #fff;
  z-index: 200;
  box-shadow: 0px 0px 45px 0px rgba(0,0,0,0.4);
}
.tip_hidden {
  display: none;
}
.tip_placeholder {
  top: 20px;
}
.tip:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: -5px;
  transform: rotate(45deg);
  display: block;
  box-shadow: 0px 0px 45px 0px rgba(0,0,0,0.4);
}
.tip__header {
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 700;
  color: #4d4d4d;
}
.tip__content {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}
.tree-select {
  position: relative;
  min-height: 50px;
  line-height: 50px;
  background: #fff;
  cursor: pointer;
  color: #4d4d4d;
  font-size: 16px;
  border: 1px solid #d8d8d8;
  outline: 0;
}
.tree-select_error {
  background: #ffebeb;
  border-color: #fbb !important;
}
.tree-select:focus,
.tree-select:hover {
  border-color: #9ddaac;
  color: #999;
}
.tree-select__lwrapper {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  padding-top: 50px;
  transition: box-shadow 0.15s;
}
.tree-select_open .tree-select__lwrapper {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.25);
  transition: 0.15s;
}
.tree-select_open .tree-select__list {
  max-height: 1000px;
  outline: 1px solid #d8d8d8;
  overflow: hidden;
}
.tree-select__value {
  padding: 0 15px;
}
.tree-select__value:after {
  content: '';
  display: block;
  position: absolute;
  right: 15px;
  top: 22px;
  border: 5px solid transparent;
  border-top: 5px solid #ccc;
}
.tree-select_open .tree-select__value:after {
  border: 5px solid transparent;
  border-bottom: 5px solid #ccc;
  border-top: 5px solid transparent;
  top: 17px;
}
.tree-select__list {
  max-height: 0;
  width: 100%;
  background-color: #fff;
  overflow: auto;
  z-index: 4;
  transition: max-height outline 0.15s;
}
.tree-select__linner {
  position: relative;
  max-height: 383px;
  width: 100%;
  overflow: hidden;
}
.tree-select__item {
  line-height: 40px;
  position: relative;
  overflow: hidden;
  color: #4d4d4d;
  cursor: pointer;
}
.tree-select__item:hover {
  cursor: pointer;
  color: #57b66f;
  background: #f4f4f4;
}
.tree-select__item:before {
  content: '';
  background-position: 50% 92%;
  display: inline-block;
  width: 43px;
  height: 15px;
  background: url("/img/plus.svg") 50% 2px no-repeat;
  position: absolute;
  left: 0;
  top: 12px;
}
.tree-select__item_selected {
  color: #57b66f;
  background: #f4f4f4;
}
.tree-select__item_open:before {
  background-position: 50% 92%;
}
.tree-select__iname {
  padding-left: 43px;
}
.tree-select__item_open .tree-select__sublist {
  max-height: 1000px;
  background-position: 50% 92%;
  transition: 0.3s;
}
.tree-select__sublist {
  max-height: 0;
  width: 100%;
  color: #4d4d4d;
  background: #fff;
  transition: 0.15s;
}
.tree-select__subitem {
  position: relative;
  padding-left: 63px;
  line-height: 40px;
}
.tree-select__subitem:hover {
  background: #f4f4f4;
}
.tree-select__subitem_selected {
  cursor: pointer;
  color: #57b66f;
  background: #f4f4f4;
  background: #f4f4f4 url("/img/ok_green.svg") 43px 13px no-repeat !important;
  background-size: 14px !important;
}
.simple-select {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  outline: 0;
}
.simple-select:hover .simple-select__value {
  color: #999;
}
.simple-select_left {
  text-align: left;
}
.simple-select_small {
  min-height: 30px;
  width: auto;
}
.simple-select_small .simple-select__value {
  line-height: 30px;
  min-height: 30px;
  font-size: 14px;
  z-index: 4;
  color: #999;
}
.simple-select_small .simple-select__value:after {
  right: 0;
  top: 13px;
}
.simple-select_small .simple-select__value_selected {
  font-weight: 700;
  color: #333;
}
.simple-select_small .simple-select__list {
  padding-top: 0;
  top: 30px;
  background-color: #fff;
  z-index: 5;
  min-width: 125px;
}
.simple-select_small .simple-select__lwrapper {
  border-top: 0;
}
.simple-select_small .simple-select__item {
  font-size: 14px;
}
.simple-select_small .simple-select__item {
  line-height: 30px;
}
.simple-select_small .simple-select__item_selected {
  color: #333;
  background: transparent;
}
.simple-select_small.simple-select_open .simple-select__value:after {
  top: 8px;
}
.simple-select_small.simple-select_open .simple-select__list {
  box-shadow: none;
  overflow: visible;
}
.simple-select_small.simple-select_open .simple-select__lwrapper {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.25);
}
.simple-select__value {
  color: #4d4d4d;
  line-height: 50px;
  padding: 0 15px;
  z-index: 5;
  position: relative;
  min-height: 50px;
  cursor: pointer;
  font-size: 16px;
}
.simple-select__value:after {
  content: '';
  display: block;
  position: absolute;
  right: 5px;
  top: 22px;
  border: 5px solid transparent;
  border-top: 5px solid #ccc;
}
.simple-select_open .simple-select__value:after {
  border: 5px solid transparent;
  border-bottom: 5px solid #ccc;
  border-top: 5px solid transparent;
  top: 17px;
}
.simple-select_open .simple-select__list {
  max-height: 1000px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.25);
}
.simple-select__list {
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  color: #999;
  font-size: 17px;
  font-family: Arial;
  max-height: 450px;
  padding-top: 50px;
  z-index: 4;
  max-height: 0;
  transition: max-height 0.15s;
  overflow: hidden;
}
.simple-select__lwrapper {
  border-top: 1px solid #ccc;
  position: relative;
}
.simple-select__item {
  position: relative;
  line-height: 40px;
  padding-left: 20px;
  color: #4d4d4d;
  cursor: pointer;
}
.simple-select__item:hover {
  background: #f4f4f4 !important;
}
.simple-select__item_selected {
  color: #57b66f;
  background: #f4f4f4;
}
.points-autocomplete {
  position: absolute;
  width: 100%;
  background-color: #fff;
  z-index: 2;
  box-shadow: 0 7px 15px rgba(0,0,0,0.35);
}
.points-autocomplete__item {
  color: #b3b3b3;
  font-size: 15px;
  line-height: 50px;
  height: 50px;
  padding: 0 20px;
  box-shadow: 0 1px 0 0 #e6e6e6 inset;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.points-autocomplete__item_selected,
.points-autocomplete__item:hover,
.points-autocomplete__item:active {
  background-color: #f2f2f2;
}
.points-autocomplete__name {
  font-weight: 700;
  color: #4d4d4d;
}
.offer-form-checkbox__input {
  display: none;
}
.offer-form-checkbox__input:checked + .offer-form-checkbox__label:after {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 5px;
  background-color: #5fc474;
}
.offer-form-checkbox__label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  color: #898989;
}
.offer-form-checkbox__label:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border: 1px solid #eaeaea;
}
.ps-container.ps-theme-default > .ps-scrollbar-y-rail {
  width: 10px;
}
.ps-container.ps-theme-default > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y,
.ps-container.ps-theme-default > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
  width: 6px;
}
.ps-container.ps-theme-default > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  right: 1px;
}
