html{
    height: 100%;
}

.Page {
  font-family: "PT Sans", sans-serif;
  line-height: 1.2;
  margin: 0;
  color: #222;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.container-fluid {
  max-width: 1170px;
}
@media (max-width: 991px) {
  .row {
    margin: 0 -5px;
  }
}
@media (max-width: 991px) {
  .col,
  [class*="col-"] {
    padding: 0 5px;
  }
}
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
}
.irs-line {
  position: relative;
  display: block;
  outline: none !important;
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}
.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}
.irs-handle.type_last {
  z-index: 2;
}
.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
}
.irs-min {
  left: 0;
}
.irs-max {
  right: 0;
}
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0,0,0,0);
  z-index: 2;
}
.lt-ie9 .irs-disable-mask {
  background: #000;
  cursor: not-allowed;
}
.irs-disabled {
  opacity: 0.4;
}
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}
.irs--flat {
  height: 40px;
}
.irs--flat.irs-with-grid {
  height: 60px;
}
.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565;
}
.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}
.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}
.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}
.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}
.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}
.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}
.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}
.irs--flat .irs-grid-text {
  color: #999;
}
.irs--big {
  height: 55px;
}
.irs--big.irs-with-grid {
  height: 70px;
}
.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: #fff;
  background: linear-gradient(to bottom, #ddd -50%, #fff 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}
.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(to bottom, #fff 0%, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255,255,255,0.5);
}
.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}
.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66,139,202,0.5);
}
.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0,0,0,0.3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom, #fff 0%, #b4b9be 30%, #fff 100%);
  box-shadow: 1px 1px 2px rgba(0,0,0,0.2), inset 0 0 3px 1px #fff;
  border-radius: 30px;
}
.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0,0,0,0.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom, #fff 0%, #919ba5 30%, #fff 100%);
}
.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: #fff;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}
.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: #fff;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}
.irs--big .irs-grid-pol {
  background-color: #428bca;
}
.irs--big .irs-grid-text {
  color: #428bca;
}
.irs--modern {
  height: 55px;
}
.irs--modern.irs-with-grid {
  height: 55px;
}
.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}
.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}
.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}
.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209,214,224,0.5);
}
.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: #fff;
  transform: rotate(45deg);
}
.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(to bottom, #fff 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}
.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #fff 0%, #919ba5 30%, #fff 100%);
}
.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}
.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}
.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: #fff;
  background-color: #d1d6e0;
  border-radius: 5px;
}
.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: #fff;
  border-radius: 5px;
}
.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}
.irs--modern .irs-grid {
  height: 25px;
}
.irs--modern .irs-grid-pol {
  background-color: #dedede;
}
.irs--modern .irs-grid-text {
  color: #c0c0c0;
  font-size: 13px;
}
.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}
.irs--sharp.irs-with-grid {
  height: 57px;
}
.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
}
.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}
.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}
.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0,0,0,0.5);
}
.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}
.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: #000;
}
.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: #000;
}
.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}
.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: #fff;
  border-radius: 2px;
}
.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-grid {
  height: 25px;
}
.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}
.irs--sharp .irs-grid-text {
  color: #c0c0c0;
  font-size: 13px;
}
.irs--round {
  height: 35px;
}
.irs--round.irs-with-grid {
  height: 65px;
}
.irs--round .irs-line {
  top: 27px;
  height: 1px;
  background-color: #dee4ec;
  border-radius: 4px;
}
.irs--round .irs-line::after,
.irs--round .irs-line::before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: #1a5499;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translate(0, -50%);
}
.irs--round .irs-line::before {
  left: 0;
}
.irs--round .irs-line::after {
  right: 0;
}
.irs--round .irs-bar {
  top: 25.5px;
  height: 4px;
  background-color: #7d7d7d;
}
.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222,228,236,0.5);
}
.irs--round .irs-handle {
  top: 20px;
  width: 15px;
  height: 15px;
  border: 3px solid #1a5499;
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0,0,255,0.3);
}
.irs--round .irs-min {
  transform: translate(-35%, 0);
}
.irs--round .irs-max {
  transform: translate(35%, 0);
}
.irs--round .irs-min,
.irs--round .irs-max {
  color: inherit;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
}
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  color: inherit;
}
.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}
.irs--round .irs-grid {
  height: 25px;
}
.irs--round .irs-grid-pol {
  background-color: #dedede;
}
.irs--round .irs-grid-text {
  color: #c0c0c0;
  font-size: 13px;
}
.irs--square {
  height: 50px;
}
.irs--square.irs-with-grid {
  height: 60px;
}
.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}
.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: #000;
}
.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}
.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid #000;
  background-color: #fff;
  transform: rotate(45deg);
}
.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0,0,0,0.1);
}
.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #000;
  color: #fff;
}
.irs--square .irs-grid {
  height: 25px;
}
.irs--square .irs-grid-pol {
  background-color: #dedede;
}
.irs--square .irs-grid-text {
  color: #c0c0c0;
  font-size: 11px;
}
.CheckboxFavorite {
  cursor: pointer;
}
.CheckboxFavorite-Check {
  opacity: 0;
}
.CheckboxFavorite:hover .CheckboxFavorite-Check,
.CheckboxFavorite.Check .CheckboxFavorite-Check {
  opacity: 1;
}
.DL {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.DL._Column {
  columns: 2;
  column-gap: 30px;
}
.DL-Item::before {
  content: ' - ';
}
.DL._Inline .DL-Item {
  margin: 0 30px 10px 0;
}
.Button {
  display: inline-block;
  border: none;
  border-radius: 0;
  font-size: 18px;
  line-height: 18px;
  padding: 12px 19px;
  border-radius: 19px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border: 1px solid transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.Button.Block {
  width: 100%;
}
.Button:hover {
  text-decoration: none;
}
.Button:focus {
  outline: none;
}
.Button.Green {
  background: #0f9973;
  color: #fff;
}
.Button.Green:hover {
  background: #12b88a;
  color: #fff;
}
.Button.Green:active {
  background: #0e8a68;
  color: #fff;
}
.Button.Blue {
  background: #1a5499;
  color: #fff;
}
.Button.Blue:hover {
  background: #1f64b5;
}
.Button.Blue:active {
  background: #174c8a;
}
.Button.OWhite {
  border-color: #fff;
}
.Button.OBlue {
  border-color: #1a5499;
  color: #1a5499;
  background-color: transparent;
}
.Button.OBlue:hover {
  color: #fff;
  border-color: #1f64b5;
  background: #1f64b5;
}
.Button.OBlue:active {
  color: #fff;
  border-color: #1f64b5;
  background: #1f64b5;
}
.Button.OGreen {
  border-color: #0f9973;
  color: #0f9973;
}
.Button.OGreen:hover {
  color: #fff;
  border-color: #12b88a;
  background: #12b88a;
}
.Button.OGreen:active {
  color: #fff;
  border-color: #12b88a;
  background: #12b88a;
}
.Button.EmptyWhite {
  background: transparent;
}
.Button.EmptyWhite:hover,
.Button.EmptyWhite:active {
  background: #fff;
}
.Button.TextWhiteGreen {
  color: #fff;
}
.Button.TextWhiteGreen:hover {
  color: #0f9973;
}
.Button.TextWhiteGreen:active {
  color: #0e8a68;
}
.Button.Sm {
  padding: 9px 19px;
}
.Button.Xs {
  padding: 7px 10px;
  font-size: 14px;
}
.Icon {
  fill: currentColor;
}
.Field {
  border-radius: 10px;
  color: #363636;
  font-family: 'PT Sans';
}
.Field:focus {
  outline: none;
}
.Field.WhiteOGray {
  border: 1px solid #b7b7b7;
}
.Field.WhiteOGray:focus {
  border-color: #4d90fe;
}
.Field.Square {
  border-radius: 0;
}
.Field.Block {
  display: block;
  width: 100%;
}
.Field.Md {
  font-size: 16px;
  padding: 6.5px 15px;
}
.Field.Lg {
  font-size: 18px;
  padding: 10px 30px;
}
.Field.Short {
  width: 35px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
.DatePicker {
  position: relative;
}
.DatePicker-Icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  fill: #1a5499;
}
.Link.Blue {
  color: #1b5599;
}
.Link.Blue:hover {
  text-decoration: none;
}
.Checkbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: left;
}
.Checkbox-Input {
  display: none;
}
.Checkbox-Box {
  width: 17px;
  height: 17px;
  border-radius: 3px;
  border: 1px solid #b7b7b7;
  margin-right: 5px;
}
.Checkbox-Checked {
  opacity: 0;
}
.Checkbox-Input:checked + .Checkbox-Box .Checkbox-Checked {
  opacity: 1;
}
.PopupSocial {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.PopupSocial-Label {
  margin-right: 10px;
}
.PopupSocial-Nav {
  color: #1a5498;
}
.Popup {
  width: 450px;
  color: #363636;
  text-align: center !important;
}
.Popup-Title {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 20px;
}
.Popup-Field {
  margin-bottom: 20px;
}
.Popup-Checkbox {
  font-size: 12px;
}
.Popup-Social {
  margin-top: 15px;
}
.Popup-Button {
  margin-top: 30px;
}
.Popup-Button.Submit {
  min-width: 220px;
}
.Popup-Reg {
  margin-top: 15px;
}
.Main {
  color: #fff;
  text-align: center;
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background-size: cover;
}
@media (min-width: 992px) {
  .Main {
    padding: 150px 0;
  }
}
.Main-Title {
  margin: 0 0 20px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 420px) {
  .Main-Title {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .Main-Title {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .Main-Title {
    font-size: 60px;
  }
}
.Main-Slogan {
  margin: 0 0 40px;
  font-size: 20px;
}
@media (min-width: 992px) {
  .Main-Slogan {
    font-size: 24px;
  }
}
.SearchForm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
.SearchForm-Field {
  height: 44px;
  border: none;
  border-radius: 22px 0 0 22px;
  -ms-flex: auto;
      flex: auto;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .SearchForm-Field {
    padding: 0 20px;
  }
}
.SearchForm-Field:focus {
  outline: none;
}
.SearchForm-Button {
  font-size: 24px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 420px) {
  .SearchForm-Button {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.dropdown-menu {
  position: absolute;
  top: 100%!important;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  color: #363636;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
  text-align: left;
  list-style: none;
  margin-left: -5px;
  background-color: #fff;
}
.dropdown-item {
  padding: 4px 5px;
}
.show .dropdown-menu {
  display: block;
}
.HeaderUserBar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 16px;
}
.HeaderUserBar-Icon {
  fill: #1a5499;
}
@media (min-width: 768px) {
  .HeaderUserBar-Icon {
    margin-right: 5px;
  }
}
@media (min-width: 420px) {
  .HeaderUserBar.show .HeaderUserBar-Icon {
    margin-right: 5px;
  }
}
.HeaderUserBar-Current {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #363636;
  text-decoration: none;
  padding: 0 10px;
}
.HeaderUserBar-Current:hover {
  color: #1a5499;
  text-decoration: underline;
}
.HeaderUserBar-Text {
  display: none;
  margin-right: 4px;
}
.HeaderUserBar-addProperty {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #363636;
    text-decoration: none;
    padding: 0 10px;
}
.HeaderUserBar-addProperty:hover {
    color: #1a5499;
    text-decoration: underline;
}
@media (min-width: 768px) {
  .HeaderUserBar-Text {
    display: block;
  }
  .HeaderUserBar-addProperty {
    display: none;
  }
}
.HeaderUserBar-Arrow {
  display: none;
  transform: translate(0, 1px);
}
@media (min-width: 768px) {
  .HeaderUserBar-Arrow {
    display: block;
  }
}
@media (min-width: 420px) {
  .HeaderUserBar.show .HeaderUserBar-Arrow {
    display: block;
    transform: rotate(180deg);
    fill: #1a5499;
  }
}
@media (min-width: 420px) {
  .HeaderUserBar.show .HeaderUserBar-Text {
    display: block;
    color: #1a5499;
  }
}
.HeaderUserBar-Dropdown {
  padding: 0 5px;
  color: #363636;
}
.HeaderLangSwitcher {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 16px;
}
.HeaderLangSwitcher-Icon {
  display: block;
  margin-right: 10px;
  fill: #1a5499;
}
.HeaderLangSwitcher-Current {
  padding: 0 10px;
}
.HeaderLangSwitcher-Current,
.HeaderLangSwitcher-Item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #363636;
  text-decoration: none;
}
.HeaderLangSwitcher-Current:hover,
.HeaderLangSwitcher-Item:hover {
  color: #1a5499;
}
.NavHeaderUserBar {
  width: 200px;
}
.NavHeaderUserBar-Link {
  display: block;
  margin-bottom: 7px;
  text-decoration: none;
  color: #363636;
}
.NavHeaderUserBar-Link:hover {
  text-decoration: underline;
}
.Header {
  /*position: -webkit-sticky;
  position: sticky;*/
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
  padding: 15px 0;
  box-shadow: 0 0 28px 7px rgba(0,0,0,0.05);
}
@media (min-width: 768px) {
  .Header-Bar {
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .Header-Bar {
    margin-right: 35px;
  }
}
.Header-Bar:last-child {
  margin-right: 0;
}
.Header-Logo {
  width: 126px;
  height: auto;
  transform: translate(0, 3px);
}
@media (min-width: 768px) {
  .Header-Logo {
    width: auto;
    transform: none;
  }
}
.CCities {
  display: block;
  position: relative;
  color: #fefefe;
}
.CCities:hover {
  color: #fefefe;
  text-decoration: none;
}
.CCities-Pr {
  display: block;
  width: 100%;
  height: auto;
}
.CCities-Inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  background-image: linear-gradient(5deg, rgba(0,0,0,0.49) 0%, rgba(23,23,23,0.49) 9%, rgba(255,255,255,0) 100%);
}
.CCities-Inner:hover {
  background: rgba(0,0,0,0.25);
}
.CCities:hover .CCities-Desc {
  display: block;
}
.CCities-City {
  font-weight: 700;
  font-size: 24px;
}
.CCities-Desc {
  display: none;
}
.CCities-NumberOfOptions {
  margin-bottom: 10px;
  font-size: 18px;
}
.CCities-Average {
  font-size: 20px;
  font-weight: 700;
}
.CCities-AverageLabel {
  display: inline;
  font-weight: 400;
  font-size: 16px;
  margin-left: 10px;
}
.CitiesNav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  columns: 2;
  column-gap: 10px;
  font-size: 18px;
}
@media (min-width: 480px) {
  .CitiesNav {
    columns: 3;
  }
}
@media (min-width: 420px) {
  .CitiesNav {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .CitiesNav {
    columns: 4;
    column-gap: 30px;
    font-size: 20px;
  }
}
.CitiesNav-Item {
  line-height: 1;
  margin-bottom: 16px;
}
.CitiesNav-Link {
  color: #2f2f2f;
}
.CitiesNav-Link:hover {
  color: #2f2f2f;
}
.Cities {
  padding: 50px 0 20px;
}
@media (min-width: 992px) {
  .Cities {
    padding: 75px 0 40px;
  }
}
.Cities-Card {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .Cities-Card {
    margin-bottom: 30px;
  }
}
.Cities-Nav {
  margin: 25px 0 0;
}
.Cities-Button {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .Cities-Button {
    margin-top: 60px;
  }
}
.CityPoints {
  padding: 30px 0;
}
@media (min-width: 992px) {
  .CityPoints {
    padding: 40px 0;
  }
}
.CityPoints-Card {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .CityPoints-Card {
    margin-bottom: 30px;
  }
}
.CCityPoint {
  display: block;
  text-align: center;
  color: #2f2f2f;
  text-decoration: none;
}
.CCityPoint:hover {
  color: #2f2f2f;
  text-decoration: underline;
}
.CCityPoint-Pr {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.CCityPoint-Title {
  font-size: 15px;
}
@media (min-width: 420px) {
  .CCityPoint-Title {
    font-size: 18px;
  }
}
.NavFoo {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 16px;
}
.NavFoo-Item {
  margin-bottom: 5px;
}
.NavFoo-Link {
  text-decoration: none;
  color: #ebe9e9;
}
.NavFoo-Link:hover {
  color: #ebe9e9;
  text-decoration: underline;
}
.VisaMc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
}
@media (min-width: 1200px) {
  .VisaMc {
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.VisaMc-Cell {
  margin-right: 20px;
}
.VisaMc-Cell:first-child {
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  .VisaMc-Cell:first-child {
    margin-top: 5px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .VisaMc-Cell {
    margin-right: 0;
  }
}
.NavSocial {
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.NavSocial-Item {
  margin: 0 5px;
}
.NavSocial-Item:first-child {
  margin-left: 0;
}
.NavSocial-Item:last-child {
  margin-right: 0;
}
.NavSocial-Link {
  display: block;
  overflow: hidden;
  border-radius: 3px;
  color: inherit;
}
.NavSocial-Link:hover {
  opacity: 0.8;
}
.NavSocial-Icon {
  display: block;
  fill: currentColor;
}
.Foo {
  background: #041e3d;
  padding: 20px 0;
}
@media (min-width: 1200px) {
  .Foo {
    padding: 40px 0;
  }
}
.Foo-Logo {
  margin-bottom: 25px;
  width: 131px;
  height: auto;
}
@media (min-width: 992px) {
  .Foo-Logo {
    width: auto;
  }
}
.Foo-Nav {
  margin-bottom: 25px;
}
.Foo-VisaMc {
  margin-bottom: 25px;
}
.Foo-Map {
  font-size: 16px;
  text-decoration: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
  text-decoration: underline;
}
.Foo-Map:hover {
  color: #fff;
  text-decoration: none;
}
.Foo-MapIcon {
  margin-right: 5px;
}
.FooCopy {
  background: #021327;
  color: #ebe9e9;
  padding: 15px 0;
}
.FooCopy-Copy {
  font-size: 12px;
}
@media (min-width: 768px) {
  .FooCopy-Copy {
    font-size: 14px;
  }
}
.FooCopy-Social {
  margin: auto;
}
.CHousing {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  border: 1px solid #a1a1a1;
  line-height: 1;
}
@media (min-width: 992px) {
  .CHousing._Row {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
.CHousing._Vip {
  background: #0f9973;
  border-color: #0f9973;
}
@media (min-width: 992px) {
  .CHousing._Row._Vip {
    padding-top: 25px;
  }
}
.CHousing-Col._Gallery {
  margin-top: 25px;
  position: relative;
}
.CHousing-Col._Info {
  -ms-flex: auto;
      flex: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (min-width: 992px) {
  .CHousing._Row .CHousing-Col._Gallery {
    width: 275px;
    margin: 0;
    min-width: 275px;
  }
}
.CHousing._Map .CHousing-Col._Gallery {
  margin-top: 0;
}
@media (min-width: 992px) {
  .CHousing._Row._Vip .CHousing-Col._Gallery {
    width: 300px;
    background: #fff;
  }
}
@media (min-width: 1200px) {
  .CHousing._Row._Vip .CHousing-Col._Gallery {
    width: 360px;
  }
}
.CHousing-Pr {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .CHousing._Row .CHousing-Pr {
    height: 215px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.CHousing-Info {
  padding: 15px 20px;
  background: #fff;
  color: #363636;
  -ms-flex: auto;
      flex: auto;
}
@media (min-width: 992px) {
  .CHousing._Row .CHousing-Info {
    position: relative;
    overflow: hidden;
    padding-bottom: 5px;
  }
  .CHousing._Row .CHousing-Info::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
  }
}
@media (min-width: 992px) {
  .CHousing._Row._Vip .CHousing-Info {
    height: 219px;
  }
}
.CHousing-Title {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  line-height: 1;
  color: #363636;
  text-decoration: none;
  display: block;
}
.CHousing._Vip .CHousing-Title:after {
  content: 'VIP';
  color: #0f9973;
  font-size: 16px;
  font-weight: 400;
  margin-left: 4px;
}
.CHousing-Location {
  color: #656565;
  font-size: 14px;
  margin-bottom: 20px;
}
.CHousing-Address {
  font-size: 18px;
  margin-bottom: 20px;
}
.CHousing-Metro {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.CHousing-MetroIcon {
  -ms-flex: none;
      flex: none;
  margin-right: 5px;
}
.CHousing-Desc {
  font-size: 16px;
  line-height: 1.25;
}
.CHousing-DescIcon {
  margin-left: 4px;
}
.CHousing-Foo {
  text-align: center;
  padding: 15px 20px 20px;
  margin-top: auto;
}
.CHousing._Map .CHousing-Foo {
  text-align: left;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .CHousing._Row .CHousing-Foo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .CHousing._Row._Vip .CHousing-Foo {
    padding: 10px 20px;
    height: 75px;
  }
}
.CHousing-Price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
}
.CHousing._Map .CHousing-Price {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
@media (min-width: 992px) {
  .CHousing._Row .CHousing-Price {
    margin-bottom: 0;
    width: 50%;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
.CHousing-PriceHeart {
  display: block;
  margin-left: 10px;
  fill: currentColor;
}
.CHousing._Vip .CHousing-Price {
  color: #fff;
}
@media (min-width: 992px) {
  .CHousing._Row .CHousing-Features {
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 992px) {
  .CHousing._Row .CHousing-ColFeatures {
    width: 50%;
  }
}
.CHousing-ColFeatures._Edge {
  display: none;
}
@media (min-width: 992px) {
  .CHousing._Row .CHousing-ColFeatures._Edge {
    display: block;
  }
}
.CHousing-PhotoList {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  padding: 10px;
  background: rgba(0,0,0,0.32);
  color: #fff;
  text-decoration: none;
}
.CHousing-PhotoIcon {
  margin-right: 5px;
}
.CHousing .CHousingGallery-Thumbs {
  height: 0 !important;
}
@media (min-width: 992px) {
  .CHousing._Row._Vip .CHousingGallery-Thumbs {
    padding-top: 4px !important;
    height: auto !important;
  }
}
.CHousing._Map .CHousingGallery-Thumbs {
  padding-top: 4px !important;
  height: auto !important;
}
.IL {
  margin: 0;
  padding: 0;
}
.IL-Item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 3px;
}
.IL-Icon {
  margin-right: 5px;
  -ms-flex: none;
      flex: none;
}
.CHousingGallery {
  position: relative;
}
.CHousingGallery-Thumb {
  display: block;
  width: 100%;
  height: 75px;
  -o-object-fit: cover;
     object-fit: cover;
}
.SHousing {
  padding: 0 0 60px;
}
.SHousing-Cell {
  margin-bottom: 20px;
}
.SHousing-Card {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.SHousing-Button {
  margin: 30px 0 0;
  width: 300px;
}
@media (min-width: 768px) {
  .SHousing-Button {
    margin: 50px 0 0;
  }
}
.SHousing-Desc {
  padding: 20px 0 0;
}
@media (min-width: 768px) {
  .SHousing-Desc {
    padding: 40px 0 0;
  }
}
.SHousing-Aside.col-lg-3 .NavHousing-List {
  -ms-flex-direction: column;
      flex-direction: column;
}
.SHousing-Banner {
  display: none;
}
.SHousing-Aside.col-lg-3 .SHousing-Banner {
  display: block;
  margin-top: 30px;
}
.SHousingNav-select {
    border: none;
    font-size: 16px;
    cursor:pointer;
}
.SHousingNav {
  border-bottom: 1px solid #b7b7b7;
  padding: 12px 0;
  font-size: 14px;
  color: #363636;
}
@media (min-width: 420px) {
  .SHousingNav {
    font-size: 16px;
  }
}
.SHousingNav-Asc,
.SHousingNav-Desc {
  display: none;
  color: #000;
  cursor: pointer;
}
.SHousingNav-Sort._Asc .SHousingNav-Asc {
  display: inline-block;
}
.SHousingNav-Sort._Desc .SHousingNav-Desc {
  display: inline-block;
}
.SHousingNav-Sort {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.SHousingNav-Sort:hover {
  color: #1a5499;
}
.SHousingNav-Button {
  border: none;
  background: transparent;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  color: #363636;
}
.SHousingNav-Button:hover,
.SHousingNav-Button._Active {
  color: #1a5499;
  cursor: pointer;
}
@media (max-width: 991px) {
  .SHousingNav-Grid,
  .SHousingNav-Rows {
    display: none;
  }
}
@media (min-width: 992px) {
  .SHousingNav-Icon {
    margin-right: 5px;
  }
}
.SHousingNav-Title {
  font-size: 16px;
}
.SHousingFilter {
  /*background: linear-gradient(to bottom, #0d2a4c, #1b59a2);*/
  background: linear-gradient(to bottom, #4680c3, #1b59a2);
  padding: 12px 0;
}
.SHousingFilter-City {
  width: 100%;
}
@media (min-width: 420px) {
  .SHousingFilter-City {
    width: 260px;
  }
}
.SHousingFilter-Range {
  padding: 0 50px;
  color: #fff;
}
.SHousingFilter-Range .irs--round .irs-line::before,
.SHousingFilter-Range .irs--round .irs-line::after {
  background: #fff;
}
.SHousingFilter-Range .irs--round .irs-bar {
  background: #fff;
}
.SHousingFilter-Range .irs--round .irs-handle {
  border-color: #fff;
  background: #1a5499;
}
.SHousingFilter-Nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
}
.SHousingFilter-Item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  margin-right: 20px;
  color: inherit;
  text-decoration: none;
}
.SHousingFilter-Item:last-child {
  margin-right: 0;
}
.SHousingFilter-Item._Active {
  font-weight: 700;
}
.SHousingFilter-Label {
  font-size: 16px;
}
.SHousingFilter-Arrow {
  margin-left: 4px;
}
.NavHousing {
  overflow: hidden;
}
.NavHousing-List {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  margin: 0 -20px 0 0;
  padding: 0;
}
@media (min-width: 768px) {
  .NavHousing-List {
    margin: 0 -40px 0 0;
  }
}
.NavHousing-Item {
  padding: 5px 20px 5px 0;
}
@media (min-width: 768px) {
  .NavHousing-Item {
    padding: 5px 40px 5px 0;
  }
}
.NavHousing-Link {
  color: #1a5499;
  text-decoration: none;
}
.NavHousing-Link:hover {
  text-decoration: underline;
}
.SHousingOptions {
  display: none;
  border-bottom: 1px solid #b7b7b7;
}
.SHousingOptions-Group {
  padding: 10px 0;
}
@media (min-width: 992px) {
  .SHousingOptions-Group {
    padding: 20px 0;
  }
}
.SHousingOptions-Cell {
  margin: 0 auto 10px;
}
@media (min-width: 992px) {
  .SHousingOptions-Cell {
    margin: 0 auto 20px;
  }
}
.SHousingOptions-Cell:last-child {
  margin-bottom: 0;
}
.SHousingOptions-Title {
  padding: 0 50px;
  margin-bottom: 25px;
  color: #363636;
  font-size: 16px;
}
.SHousingOptions-Label {
  padding: 0;
  color: #4f4f4f;
  font-size: 16px;
  min-height: 25px;
  padding-bottom: 4px;
}
.SHousingOptions-Checkbox {
  margin-bottom: 10px;
}
.SHousingOptions-Columns {
  column-width: 180px;
}
.SHousingOptions .SHousingFilter-Nav {
  color: #363636;
}
.RangeSliderWrapper {
  padding: 0 10px;
}
.NavBreadcrumbs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #363636;
}
.NavBreadcrumbs-Item::after {
  content: '>';
  margin: 0 4px;
}
.NavBreadcrumbs-Item:last-child::after {
  display: none;
}
.NavBreadcrumbs-Link {
  color: #565656;
  text-decoration: none;
}
.NavBreadcrumbs-Link:hover {
  color: #363636;
  text-decoration: underline;
}
.SBreadcrumbs {
  padding: 20px 0 25px;
}
.HousingCardGallery {
  position: relative;
}
.HousingCardGallery-PhotoList {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  padding: 10px;
  background: rgba(0,0,0,0.32);
  color: #fff;
  text-decoration: none;
}
@media (min-width: 420px) {
  .HousingCardGallery-PhotoList {
    top: 12px;
    right: 12px;
  }
}
.HousingCardGallery-PhotoIcon {
  margin-right: 5px;
}
.HousingCardGallery-Pr {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.HousingCardGallery-main{
    max-height: 466px;
}
.HousingCardGallery-thumb{
    max-height: 105px;
}
.HousingCardGallery-Arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  transform: translate(0, -50%);
  padding: 5px;
  border: none;
  background: transparent;
  cursor: pointer;
}
.HousingCardGallery-Arrow.swiper-button-disabled {
  opacity: 0.5;
}
.HousingCardGallery-Arrow._MainPrev {
  left: 0;
  color: #fff;
}
@media (min-width: 420px) {
  .HousingCardGallery-Arrow._MainPrev {
    left: 10px;
  }
}
.HousingCardGallery-Arrow._MainNext {
  right: 0;
  color: #fff;
}
@media (min-width: 420px) {
  .HousingCardGallery-Arrow._MainNext {
    right: 10px;
  }
}
.HousingCardGallery-Arrow._ThumbPrev {
  left: 0;
}
.HousingCardGallery-Arrow._ThumbNext {
  right: 0;
}
.HousingCardGallery-ThumbsWrapper {
  position: relative;
  padding: 6px 30px 0;
}
.HousingCardDescription {
  padding: 0 10px;
}
@media (min-width: 768px) {
  .HousingCardDescription {
    padding: 0 40px;
  }
}
.HousingCardDescription-Title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 12px;
}
@media (min-width: 768px) {
  .HousingCardDescription-Title {
    font-size: 24px;
  }
}
.HousingCardDescription-SubTitle {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 12px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .HousingCardDescription-SubTitle {
    cursor: default;
  }
}
@media (min-width: 992px) {
  .HousingCardDescription-Arrow {
    display: none;
  }
}
.HousingCardDescription-Section {
  padding: 10px 0 0;
}
.HousingCardDescription-Content {
  display: none;
  padding: 0 0 25px;
}
@media (min-width: 992px) {
  .HousingCardDescription-Content {
    display: block;
  }
}
.HousingCardDescription-EdgeList {
  column-width: 180px;
}
.HousingCardDescription-Location {
  font-size: 14px;
  color: #656565;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .HousingCardDescription-Location {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .HousingCardDescription-Location {
    margin-bottom: 25px;
  }
}
.HousingCardDescription-City {
  color: #363636;
  margin-right: 15px;
}
.HousingCardDescription-List {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .HousingCardDescription-List {
    columns: 2;
    column-gap: 30px;
  }
}
.HousingCardDescription-Complain {
  color: #484848;
  font-size: 14px;
}
.HousingCardDescription-Complain:hover {
  text-decoration: none;
}
.HousingCardDescription-Street {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .HousingCardDescription-Street {
    margin-bottom: 30px;
  }
}
.HousingCardDescription-StreetValue {
  font-size: 18px;
  color: #363636;
}
@media (min-width: 992px) {
  .HousingCardDescription-StreetValue {
    font-size: 21px;
  }
}
.HousingCardDescription-StreetOnMap {
  font-size: 16px;
  color: #042750;
}
.HousingCardDescription-StreetOnMap:hover {
  text-decoration: none;
}
.HousingCardDescription-Price {
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}
.HousingCardDescription-Button {
  width: 180px;
  margin-bottom: 30px;
}
.HousingCardPrice {
  border: 1px solid #b7b7b7;
  padding: 30px 30px 25px;
}
.HousingCardPrice-Value {
  margin-bottom: 20px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
.HousingCardPrice-Button {
  margin-bottom: 10px;
}
.ToFavorites {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
  color: #363636;
}
.ToFavorites:hover {
  text-decoration: underline;
  color: #1a5499;
}
.ToFavorites-Icon {
  margin-right: 5px;
  color: #1a5499;
}
.HousingCardUser {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 25px 0 25px 10px;
  border: 1px solid #b7b7b7;
  max-width: 280px;
}
@media (min-width: 992px) {
  .HousingCardUser {
    max-width: none;
  }
}
.HousingCardUser-Col._Pr {
  width: 80px;
  -ms-flex: none;
      flex: none;
}
.HousingCardUser-Col._Desc {
  -ms-flex: auto;
      flex: auto;
  padding-left: 10px;
}
.HousingCardUser-Pr {
  display: block;
  width: 100%;
  height: auto;
}
.HousingCardUser-Name {
  margin-bottom: 5px;
  font-size: 18px;
  color: #041e3d;
}
.HousingCardUser-DateRegistration {
  font-size: 14px;
  color: #737373;
  margin-bottom: 15px;
}
.HousingCardUser-More {
  font-size: 14px;
  color: #363636;
}
.SHousingCard {
  padding-bottom: 45px;
}
.SHousingCard-Main {
  border: 1px solid #b7b7b7;
}
.SHousingCard-Aside {
  padding-top: 25px;
}
@media (min-width: 992px) {
  .SHousingCard-Aside {
    padding-top: 0;
  }
}
.SHousingCard-Other {
  margin-top: 35px;
}
.SHousingCard-Price {
  margin-bottom: 15px;
}
.SHousingCard-ToFavorites {
  padding-left: 10px;
  margin-bottom: 15px;
}
.SHousingCard-User {
  margin-bottom: 25px;
}
.SHousingCard-Social {
  margin-bottom: 30px;
}
.SeeAlso-Title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .SeeAlso-Title {
    margin-bottom: 25px;
  }
}
.SeeAlso-Cell {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .SeeAlso-Cell {
    margin-bottom: 24px;
  }
}
.swiper-slide-thumb-active {
  opacity: 0.8;
}
.HousingCardStickyFoo {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px 20px;
  margin-left: -16px;
  margin-right: -16px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
@media (min-width: 992px) {
  .HousingCardStickyFoo {
    display: none;
  }
}
.HousingCardStickyFoo-Contacts {
  padding: 15px 0;
  border-bottom: 1px solid #959595;
}
.HousingCardStickyFoo-Main {
  padding: 15px 0;
}
.HousingCardStickyFoo-ContactsName,
.HousingCardStickyFoo-ContactsPhone {
  font-size: 18px;
}
@media (min-width: 420px) {
  .HousingCardStickyFoo-ContactsName,
  .HousingCardStickyFoo-ContactsPhone {
    font-size: 24px;
  }
}
.CSeeAlso {
  position: relative;
  border: 1px solid #1a5499;
  overflow: hidden;
}
.CSeeAlso:hover,
.CSeeAlso:focus {
  border-bottom-color: transparent;
  overflow: visible;
}
.CSeeAlso-Header {
  position: relative;
  color: #fff;
}
.CSeeAlso-Top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background: rgba(0,0,0,0.32);
}
@media (min-width: 768px) {
  .CSeeAlso-Top {
    padding: 12px 15px 12px 20px;
  }
}
.CSeeAlso-Street {
  -ms-flex: auto;
      flex: auto;
  margin-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}
@media (min-width: 768px) {
  .CSeeAlso-Street {
    font-size: 16px;
  }
}
.CSeeAlso-PhotoList {
  color: #fff;
  text-decoration: none;
  -ms-flex: none;
      flex: none;
}
.CSeeAlso-PhotoIcon {
  margin-right: 5px;
}
.CSeeAlso-Pr {
  display: block;
  width: 100%;
  height: auto;
}
.CSeeAlso-Price {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 12px 15px;
}
@media (min-width: 768px) {
  .CSeeAlso-Price {
    font-size: 20px;
    padding: 0 0 12px 20px;
  }
}
.CSeeAlso-Desc {
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
  border: 1px solid #1a5499;
  border-top: none;
  padding: 20px 10px 30px;
  z-index: 5;
  background: #fff;
}
.CSeeAlso-Location {
  color: #656565;
}
.CSeeAlso-City {
  color: #363636;
  margin-right: 15px;
}
.CSeeAlso-Metro {
  margin: 10px 0 20px;
}
.CSeeAlso-MetroIcon {
  margin-right: 3px;
}
.CSeeAlso-List {
  margin-bottom: 20px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .CSeeAlso-List {
    font-size: 14px;
  }
}
.CSeeAlso-More {
  color: #1a5499;
}
.CSeeAlso-More:hover {
  text-decoration: none;
}
.HousingContactDropdown {
  margin-top: 5px;
  margin-left: 0;
  padding: 16px 16px 25px;
  text-align: center;
  color: #363636;
  box-shadow: 0 0 28px 7px rgba(0,0,0,0.05);
}
.HousingContactDropdown-Name {
  font-size: 24px;
  margin-bottom: 20px;
}
.HousingContactDropdown-Phone {
  font-size: 22px;
  margin-right: 15px;
}
.NavCPTabs {
  position: relative;
  overflow: visible;
}
.NavCPTabs::after {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  height: 1px;
  background: #a1a1a1;
}
.NavCPTabs-Active {
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 3px;
  background: #1a5499;
  transition: 0.3s left, 0.3s width;
}
.NavCPTabs-Item {
  width: auto !important;
}
.NavCPTabs-Link {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 11px 30px;
  border-bottom: 3px solid transparent;
}
.NavCPTabs-Link._Active {
  border-bottom: 3px solid #1a5499;
}
.CMyObject-Col._Pr {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .CMyObject-Col._Pr {
    margin-bottom: 0;
  }
}
.CMyObject-Col._Operation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .CMyObject-Col._Operation {
    margin-top: 0;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
.CMyObject-Pr {
  display: block;
  width: 100%;
  height: auto;
}
.CMyObject-Title {
  margin-bottom: 5px;
  font-size: 24px;
  color: #041e3d;
}
@media (min-width: 768px) {
  .CMyObject-Title {
    margin-bottom: 10px;
  }
}
.CMyObject-Price {
  margin-bottom: 15px;
  font-size: 20px;
  color: #010101;
}
@media (min-width: 768px) {
  .CMyObject-Price {
    margin-bottom: 30px;
  }
}
.CMyObject-Stats {
  margin-bottom: 10px;
  font-size: 18px;
  color: #000;
}
@media (min-width: 768px) {
  .CMyObject-Stats {
    margin-bottom: 25px;
  }
}
.CMyObject-Promote {
  width: 240px;
}
.CMyObject-Operations {
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  .CMyObject-Operations {
    margin: auto -30px auto 0;
  }
}
.CMyObject-Control {
  margin-right: 10px;
  color: #363636;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .CMyObject-Control {
    margin-right: 30px;
  }
}
.CMyObject-Control:hover {
  text-decoration: none;
  color: #1a5499;
}
.CMyObject-Social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.CMyObject-SocialTitle {
  color: #363636;
  text-decoration: underline;
  margin-right: 30px;
}
.CMyObject-SocialTitle:hover {
  text-decoration: none;
  color: #1a5499;
}
.CMyObject-SocialNav {
  color: #1a5499;
}
.Stats {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.Stats-Item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 30px;
}
.Stats-Icon {
  margin-left: 5px;
}
.SCPMyObjects {
  padding-bottom: 25px;
}
.SCPMyObjects-Card {
  position: relative;
  padding: 25px 0;
}
@media (min-width: 992px) {
  .SCPMyObjects-Card {
    padding: 50px 0;
  }
}
.SCPMyObjects-Card::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  left: 25px;
  right: 25px;
  background: #959595;
}
.SCPMyObjects-Card:last-child::after {
  display: none;
}
.Control {
  width: 25px;
  height: 25px;
  border-radius: 5px;
  background: #1a5499;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.SMaps {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100vh;
}
.SMaps-Main {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: auto;
      flex: auto;
  height: 100%;
}
.SMaps-Container {
  width: 100%;
  height: 100%;
  background: #808080;
}
.SMaps-Back {
  position: absolute;
  top: 0;
  left: 15px;
  margin-top: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background: #fff;
  padding: 10px;
  color: #363636;
  text-decoration: none;
  transition: 0.3s transform;
}
@media (min-width: 768px) {
  .SMaps-Back._SideBar {
    transform: translate(375px, 0);
  }
}
.SMaps-Back:hover {
  color: #1a5499;
}
.SMaps-BackIcon {
  margin-right: 10px;
}
.SMaps-SideBar {
  position: absolute;
  top: 0;
  left: 0;
  width: 360px;
  z-index: 5;
  background: #fff;
  max-height: 100%;
  overflow: auto;
  box-shadow: 0 0 28px 7px rgba(0,0,0,0.09);
  transform: translate(-100%, 0);
  transition: 0.3s transform;
}
.SMaps-SideBar._Active {
  transform: translate(0, 0);
}
.SMaps-Slider {
  -ms-flex: none;
      flex: none;
}
.CMapsHousing {
  padding: 10px;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
.CMapsHousing-Col._Pr {
  width: 125px;
  -ms-flex: none;
      flex: none;
  margin-right: 10px;
}
.CMapsHousing-Col._Desc {
  -ms-flex: auto;
      flex: auto;
}
.CMapsHousing-Pr {
  display: block;
  width: 100%;
  height: auto;
}
.CMapsHousing-Title {
  color: #363636;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 3px;
}
.CMapsHousing-Region {
  color: #656565;
  font-size: 12px;
  margin-bottom: 3px;
}
.CMapsHousing-Metro {
  color: #656565;
  font-size: 12px;
  margin-bottom: 10px;
}
.CMapsHousing-MetroIcon {
  margin-right: 4px;
}
.CMapsHousing-Price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 16px;
  font-weight: 600;
}
.CMapsHousing-PriceValue {
  margin-right: 5px;
}
.SMapsSlider-Slide {
  width: 320px !important;
  box-shadow: 0 0 28px 7px rgba(0,0,0,0.09);
  opacity: 0.75;
}
@media (min-width: 420px) {
  .SMapsSlider-Slide {
    width: 360px !important;
  }
}
.SMapsSlider-Slide.swiper-slide-active {
  opacity: 1;
}

.flash {
    padding: 20px 0;
    box-sizing: border-box;
    color: #f0f0f0;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.flash-success {
    background: #03a679;
}

.flash-failure {
    background: #ff3939;
}
.error-tag{
    color: #ff3939;
}


/*City search input*/
.SearchForm-Field {
    border-right: 1px solid #000;
}
body.m-popup-opened {
    overflow: hidden;
    height: 100vh;
    position: fixed;
}
body.m-no-scroll {
    position: fixed;
    overflow-y: scroll;
}
.m-no-scroll {
    overflow: hidden;
}

/*Сам блок*/
.b-popup.m-open {
    z-index: 999;
    opacity: 1;
}

.b-popup {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    pointer-events: all;
}

/*Фон*/
.b-popup.m-open .b-popup-bg {
    display: block;
}
.b-popup .b-popup-bg {
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
}

/*Внутренность*/
.b-popup .b-popup-wnd {
    position: relative;
    z-index: 2;
    float: left;
    clear: both;
    overflow-y: auto;
    width: 100%;
    max-height: 100%;
    background: #fff;
}

/*Content*/
.b-popup .b-popup-content {
    position: relative;
    overflow: hidden;
    clear: both;
    max-width: 1280px;
    margin: 0 auto;
}

/*Close button*/
.b-popup .close {
    position: absolute;
    z-index: 22;
    top: 18px;
    right: 9px;
    display: block;
    width: 40px;
    height: 40px;
    text-decoration: none;
    cursor: pointer;
}
.b-popup .close::before, .b-popup .close::after {
    content: "";
    position: absolute;
    top: 18px;
    left: 7px;
    display: block;
    width: 25px;
    height: 3px;
    border-radius: 2px;
    background: #3b3e44;
    transform: rotate(45deg);
}
.b-popup .close::after {
    transform: rotate(-45deg);
}
.b-popup .close span {
    display: none;
}

/*Filter input*/
.b-popup-content .b-filter-input {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    height: 70px;
    padding: 9px 20px 11px 20px;
    box-sizing: border-box;
    border-bottom: #bebebe 1px solid;
}
.b-popup-content .b-filter-input label {
    position: absolute;
    z-index: -1;
    top: 25px;
    left: 20px;
    font-size: 21px;
    line-height: 21px;
    color: #a7a7a7;
}
.b-popup-content .b-filter-input input {
    width: 100%;
    height: 49px;
    padding: 0 40px 0 0;
    border: 0;
    background: transparent;
    font-size: 21px;
}

/*Dropdown*/
.b-popup-content .b-filter-input .dropdown {
    display: none;
    overflow: hidden;
    width: 100%;
    max-height: 0;
    margin-top: 12px;
    background: #fff;
    -webkit-transition: .1s max-height cubic-bezier(0.4,0.01,0.165,0.99);
    transition: .1s max-height cubic-bezier(0.4,0.01,0.165,0.99);
}
.b-popup-content .b-filter-input.m-open .dropdown {
    display: block;
    max-height: 1500px;
    -webkit-transition: .8s max-height cubic-bezier(0.4,0.01,0.165,0.99);
    transition: .8s max-height cubic-bezier(0.4,0.01,0.165,0.99);
}
.b-popup-content .b-filter-input .dropdown ul {
    float: left;
    clear: both;
    width: 100%;
    padding: 1px 0 2px 0;
    border-bottom: #bebebe 1px solid;
    list-style: none;
}
.b-popup-content .b-filter-input .dropdown ul li:not(.inactive) {
    cursor: pointer;
}
.b-popup-content .b-filter-input .dropdown ul li {
    float: left;
    clear: both;
    width: 100%;
    padding: 8px 0;
    font-size: 14px;
    line-height: 18px;
    color: #333;
    text-indent: 8px;
}
.b-popup-content .b-filter-input .dropdown ul li:hover {
    background: #e9e9e9;
}

/*Scroll Content*/
.b-popup .b-popup-content .b-scroll {
    float: left;
    clear: both;
    width: 100%;
    height: calc(100vh - 70px);
    overflow-y: auto;
    padding: 0 20px;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 990px){
    .b-popup-content .b-location-list {
        margin-bottom: 85px;
    }
    .Popup {
        width: auto;
    }
}
.b-popup-content .b-location-list {
    float: left;
    clear: both;
    width: 100%;
}

/*Title*/
.b-popup-content .b-location-list h3 {
    float: left;
    clear: both;
    width: 100%;
    margin-top: 19px;
    margin-bottom: 19px;
    font-size: 18px;
    line-height: 18px;
}

/*UL*/
@media screen and (max-width: 990px){
    .b-popup-content .b-location-list ul {
        width: 100%;
        margin-bottom: 0;
    }
}
.b-popup-content .b-location-list ul {
    float: left;
    width: 25%;
    margin-bottom: 25px;
    list-style: none;
}

.b-popup-content .b-location-list ul li.m-litera {
    margin-left: 0;
    padding: 21px 0 5px 0;
    border: 0;
    font-weight: bold;
    font-size: 16px;
}
@media screen and (max-width: 990px){
    .b-popup-content .b-location-list ul {
        width: 100%;
        margin-bottom: 0;
    }
}

.b-popup-content .b-location-list ul li {
    display: flex;
}
.b-popup-content .b-location-list ul li span {
    float: left;
    padding: 3px 10px 2px 10px;
    margin-left: -12px;
    border: #fff 2px solid;
    border-radius: 4px;
    text-decoration: none;
    color: #52555a;
    cursor: pointer;
}
.b-popup-content .b-location-list ul li small.m-count {
    float: left;
    padding: 8px 15px 0 5px;
    white-space: nowrap;
    pointer-events: none;
}
.b-popup-content .b-location-list ul li small {
    font-size: 11px;
    color: #949494;
}

/*Modal*/
.modal-up { position: absolute; top: 0; left: 0; width: 100%; height: 100%; position: fixed; z-index: 100; overflow: auto; font-family: "PT Sans"; display: none; }

.modal-up__vertical { display: table-cell; vertical-align: middle; }

.modal-up__background-close { position: absolute; top: 0; left: 0; width: 100%; height: 100%; position: fixed; background: rgba(0, 0, 0, 0.15); }

.modal-up__content { margin: auto; position: relative; padding: 30px 34px 34px 34px; max-width: 752px; background-color: #ffffff; box-sizing: border-box; }

@media only screen and (max-width: 760px) { .modal-up__content { padding: 30px 10px; } }

.modal-up__close { position: absolute; top: 30px; right: 30px; cursor: pointer; z-index: 1; background-image: url("../img/icons.png"); width: 15px; height: 15px; background-position: -19px -65px; }

@media only screen and (max-width: 760px) { .modal-up__close { top: 15px; right: 15px; } }

.modal-up__close:hover { opacity: 0.8; }

.modal-up__close:before { position: absolute; top: -7px; left: -7px; right: -7px; bottom: -7px; display: block; content: ''; }

.modal-up .title-modal1 { padding-bottom: 40px; color: #363636; font-size: 18px; font-weight: bold; line-height: 20px; text-align: center; }

.modal-up .title-modal1.mod1 { padding-bottom: 18px; }

@media only screen and (max-width: 760px) { .modal-up .title-modal1 { padding-bottom: 28px; }
    .modal-up .title-modal1.mod1 { text-align: left; } }

.modal-up .content-over3 { *zoom: 1; }

.modal-up .content-over3:after { content: " "; display: table; clear: both; }

@media only screen and (max-width: 760px) { .modal-up .content-over3 { padding-bottom: 24px; } }

.modal-up .content-over3__left { float: left; width: 352px; margin-right: 45px; }

@media only screen and (max-width: 760px) { .modal-up .content-over3__left { float: none; width: auto; margin: 0 0 20px 0; } }

.modal-up .content-over3__over { overflow: hidden; }

.modal-up .content-over3__over p { font-size: 14px; color: #000000; line-height: 20px; }

.modal-up .content-over3__title { color: #363636; font-size: 14px; line-height: 20px; font-weight: bold; }

.modal-up .list-field1 { *zoom: 1; }

.modal-up .list-field1:after { content: " "; display: table; clear: both; }

.modal-up .list-field1__item { float: left; width: 215px; padding-bottom: 27px; }

.modal-up .list-field1__item.mod1 { float: right; width: auto; }

@media only screen and (max-width: 760px) { .modal-up .list-field1__item { float: none !important; width: auto; padding: 0 0 17px 0; }
    .modal-up .list-field1__item:last-child { padding: 0; } }

.modal-up .list-field1__item p { padding-bottom: 12px; line-height: 12px; color: #000000; font-size: 14px; font-weight: bold; }

.modal-up .list-field1__input { display: block; width: 100%; padding: 0 10px; height: 35px; border: 1px solid #b7b7b7; background-color: #ffffff; color: #363636; font-size: 16px; font-family: "PT Sans"; }

.modal-up .list-field1 ::-webkit-input-placeholder { opacity: 1; color: #363636; }

.modal-up .list-field1 ::-moz-placeholder { opacity: 1; color: #363636; }

.modal-up .list-field1 :-ms-input-placeholder { opacity: 1; color: #363636; }

.modal-up .list-field1 :-moz-placeholder { opacity: 1; color: #363636; }

.modal-up .list-field1 .jq-selectbox { cursor: pointer; display: block !important; z-index: 0 !important; }

.modal-up .list-field1 .jq-selectbox.opened { z-index: 1 !important; }

.modal-up .list-field1 .jq-selectbox__select { display: block; padding: 0 29px 0 10px; height: 35px; line-height: 33px; box-sizing: border-box; border: 1px solid #b7b7b7; background-color: #ffffff; color: #363636; font-size: 16px; position: relative; }

.modal-up .list-field1 .jq-selectbox__select:before { position: absolute; top: 14.5px; right: 10px; display: block; content: ''; background-image: url("../img/icons.png"); width: 10px; height: 5px; background-position: -81px -52px; }

.modal-up .list-field1 .jq-selectbox.opened .jq-selectbox__select:before { -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); filter: progid:DXImageTransform.Microsoft.Matrix(M11=$m11, M12=$m12,M21=$m21, M22=$m22, sizingMethod='auto expand'); zoom: 1; }

.modal-up .list-field1 .jq-selectbox__select-text { display: block; width: auto !important; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.modal-up .list-field1 .jq-selectbox__dropdown { position: absolute; left: 0; width: auto !important; right: 0; bottom: auto !important; border: 1px solid #b7b7b7; background-color: #ffffff; top: 35px !important; border-top: none; }

.modal-up .list-field1 .jq-selectbox ul { max-height: 150px; overflow: auto; }

.modal-up .list-field1 .jq-selectbox li { padding: 5px 10px; font-size: 14px; line-height: 16px; border-bottom: 1px solid rgba(51, 51, 51, 0.1); }

.modal-up .list-field1 .jq-selectbox li.selected, .modal-up .list-field1 .jq-selectbox li:hover { background: rgba(0, 0, 0, 0.03); }

.modal-up .list-field1__line { padding-bottom: 20px; *zoom: 1; }

.modal-up .list-field1__line:after { content: " "; display: table; clear: both; }

.modal-up .list-field1__line-title { float: left; width: 181px; box-sizing: border-box; padding: 10px 10px 0 0; color: #000000; font-size: 14px; line-height: 14px; }

@media only screen and (max-width: 760px) { .modal-up .list-field1__line-title { float: none; width: auto; padding: 0 0 13px 0; } }

.modal-up .list-field1__line-over span { float: right; width: 40px; margin-left: 12px; white-space: nowrap; color: #000000; font-size: 14px; font-style: italic; line-height: 14px; padding-top: 10px; }

.modal-up .list-field1__line-over div { overflow: hidden; }

.modal-up .count-js1 { position: relative; width: 87px; }

@media only screen and (max-width: 760px) { .modal-up .count-js1 { width: auto; padding: 0 25px; } }

.modal-up .count-js1__input { display: block; width: 37px; height: 35px; border: 1px solid #b7b7b7; background-color: #ffffff; text-align: center; margin: auto; color: #363636; font-size: 16px; font-family: "PT Sans"; }

@media only screen and (max-width: 760px) { .modal-up .count-js1__input { width: 100%; } }

.modal-up .count-js1 ::-webkit-input-placeholder { opacity: 1; color: #363636; }

.modal-up .count-js1 ::-moz-placeholder { opacity: 1; color: #363636; }

.modal-up .count-js1 :-ms-input-placeholder { opacity: 1; color: #363636; }

.modal-up .count-js1 :-moz-placeholder { opacity: 1; color: #363636; }

.modal-up .count-js1 div { position: absolute; top: 0; left: 0; right: 0; }

.modal-up .count-js1 div span { position: absolute; top: 0; left: 0; height: 35px; width: 25px; display: block; cursor: pointer; }

.modal-up .count-js1 div span:before { position: absolute; left: 0; top: 50%; display: block; content: ''; background-image: url("../img/icons.png"); width: 15px; height: 3px; background-position: -55px -65px; margin-top: -1.5px; }

.modal-up .count-js1 div span:last-child { left: auto; right: 0; }

.modal-up .count-js1 div span:last-child:before { left: auto; right: 0; background-image: url("../img/icons.png"); width: 15px; height: 15px; background-position: 0px -65px; margin-top: -7.5px; }

.modal-up .modalOrderTable { width: 100%; margin-bottom: 15px; }

.modal-up .modalOrderTable tr td { padding: 12px 10px; text-align: left; color: #363636; font-size: 16px; line-height: 20px; font-weight: bold; border-bottom: 1px solid #d0d0d0; }

.modal-up .modalOrderTable tr td:last-child { text-align: right; font-weight: normal; }

.modal-up .modalOrderTable tr td span { color: #0f9973; }

@media only screen and (max-width: 760px) { .modal-up .modalOrderTable tr td { font-size: 14px; line-height: 16px; } }

.modal-up .modalOrderTable tr:last-child td { border: none; }

.modal-up .button-more1 { *zoom: 1; position: relative; top: 20px; margin-top: -20px; }

.modal-up .button-more1:after { content: " "; display: table; clear: both; }

@media only screen and (max-width: 760px) { .modal-up .button-more1 { text-align: center; font-size: 0.01px; top: 0; margin: 0; } }

.modal-up .button-more1 div { display: none; }

@media only screen and (max-width: 760px) { .modal-up .button-more1 div { display: block; } }

.modal-up .button-more1__link { display: inline-block; vertical-align: top; margin: 0 30px 20px 0; padding: 0 28px; height: 38px; border-radius: 19px; background-color: #1a5499; line-height: 38px; color: #ffffff; font-size: 16px; }

.modal-up .button-more1__link:last-child { margin: 0; }

.modal-up .button-more1__link:hover { opacity: 0.9; }

@media only screen and (max-width: 760px) { .modal-up .button-more1__link { margin: 0 0 20px 0; } }


.container{
    flex: 1 0 auto;
}
.Foo{
    flex: 0 0 auto;
}
.FooCopy{
    flex: 0 0 auto;
}