[id ^= sandbox_theme_panel] {
  width: 100px !important;
  font-size: 10px !important;
  right: 0;
  top: auto !important;
  bottom: 0;
  line-height: 1.2;
  font-weight: normal !important;
}
/*.div--u-is0yws0ot {
	width: auto;
	margin-left: 0;
}
.mosaic-s3-include--u-iqrdwvouq,
.mosaic-s3-include--u-ich1p8bdt{
	flex: 1 0 0;
	text-align: center;
	padding: 11px 20px 0 20px;
	align-self: flex-start;
}*/
.site-city {
  position: relative;
  z-index: 2;
  margin-bottom: 5px;
}
.city-in {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.site-city .city-in .title-city {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
}
.site-city .city-in .title-city span {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}
.city-in .block-city-first-load {
  position: fixed;
  display: none;
  padding: 15px;
  margin: 10px 0 0;
  color: #333;
  z-index: 10;
  border: 1px solid #bebebe;
  background: #fff;
  font-size: 16px;
  width: 280px;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 99999px rgba(26, 191, 167, 0.5);
}
@media (min-width: 1261px) {
  .city-in .block-city-first-load {
    min-width: 320px;
    padding: 20px;
    font-size: 18px;
  }
}
.city-in .block-city-first-load .buttons-select {
  padding: 10px 0px 0px 0px;
  display: flex;
  justify-content: space-between;
}
.city-in .block-city-first-load .buttons-select span {
  display: inline-block;
  vertical-align: top;
  padding: 12px 20px;
  margin: 0;
  font-size: 14px;
  text-align: center;
  background: #1abfa7;
  color: #fff;
  cursor: pointer;
  border-radius: 10px;
  font-weight: 500;
}
@media (min-width: 1261px) {
  .city-in .block-city-first-load .buttons-select span {
    padding: 13px 25px;
    font-size: 15px;
  }
}
.block-pop-wrap {
  position: fixed;
  height: 100%;
  width: 100%;
  overflow: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  -ms-flex-align: start;
  padding: 20px;
  box-sizing: border-box;
  background: rgba(26, 191, 167, 0.5);
  left: 0;
  top: 0;
  z-index: 10000;
  font-family: Montserrat, sans-serif;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.block-pop-wrap.opened {
  opacity: 1;
  visibility: visible;
}
.block-form-product-pop2 {
  text-align: left;
  position: relative;
  flex: 0 0 auto;
  margin: auto;
  max-width: 100%;
  box-sizing: border-box;
  display: inline-block;
  width: 600px;
  padding: 20px 20px 30px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.13);
  position: relative;
}
.block-form-product-pop2 .title-pop {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  padding: 20px 20px 30px;
  color: #1abfa7;
}
.block-form-product-pop2 .title-pop p {
  font-weight: normal;
  font-size: 16px;
  display: inline-block;
  border-bottom: 1px solid rgba(26, 191, 167, 0.4);
  padding-bottom: 10px;
}
.block-form-product-pop2 .block-city-down {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.block-form-product-pop2 .block-city-down div {
  font-size: 16px;
  text-align: center;
}
.block-form-product-pop2 .block-city-down div + div > span {
  background: #fff;
  color: #1abfa7;
}
.block-form-product-pop2 .block-city-down div + div > span:hover {
  background: #1abfa7;
  color: #fff;
}
.block-form-product-pop2 .block-city-down div > span {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  font-weight: 500;
  padding: 12px 30px;
  border-radius: 10px;
  color: #fff;
  background: #1abfa7;
  border: 2px solid #1abfa7;
  transition: all 0.3s ease;
}
.block-form-product-pop2 .block-city-down div > span:hover {
  background: #fff;
  color: #1abfa7;
}
.block-form-product-pop2 .block-pop-close {
  z-index: 2;
  position: absolute;
  cursor: pointer;
  background: url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20%20viewBox%3D%220%200%2016%2016%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23575757%22%20d%3D%22M15.985%2C14.571%20L14.571%2C15.985%20L8.000%2C9.414%20L1.429%2C15.985%20L0.015%2C14.571%20L6.586%2C8.000%20L0.015%2C1.429%20L1.429%2C0.015%20L8.000%2C6.586%20L14.571%2C0.015%20L15.985%2C1.429%20L9.414%2C8.000%20L15.985%2C14.571%20Z%22%2F%3E%3C%2Fsvg%3E) center center/15px no-repeat;
  width: 15px;
  height: 15px;
  top: 13px;
  right: 13px;
}
.city-not-found {
  position: absolute;
  right: 0;
  display: none;
  padding: 10px 20px 10px 10px;
  top: 100%;
  margin: 10px 0 0;
  color: #333;
  z-index: 10;
  border: 1px solid #bebebe;
  border-radius: 3px;
  background: #fff;
  font-size: 14px;
  width: 250px;
}
.city-not-found .city-not-found-in p:first-child {
  margin-top: 0;
}
.city-not-found .city-not-found-in p:last-child {
  margin-bottom: 0;
}
.city-not-found .block-pop-close2 {
  z-index: 2;
  position: absolute;
  cursor: pointer;
  background: url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20%20viewBox%3D%220%200%2016%2016%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23575757%22%20d%3D%22M15.985%2C14.571%20L14.571%2C15.985%20L8.000%2C9.414%20L1.429%2C15.985%20L0.015%2C14.571%20L6.586%2C8.000%20L0.015%2C1.429%20L1.429%2C0.015%20L8.000%2C6.586%20L14.571%2C0.015%20L15.985%2C1.429%20L9.414%2C8.000%20L15.985%2C14.571%20Z%22%2F%3E%3C%2Fsvg%3E) center center/10px no-repeat;
  width: 10px;
  height: 10px;
  top: 10px;
  right: 7px;
}
.title-city2 {
  text-align: center;
  color: #1abfa7;
}
.title-city2 span {
  font-weight: 600;
}
@media (max-width: 991px) {
  /*.div--u-is0yws0ot {
		width: 100%;
	}
	.mosaic-s3-include--u-iqrdwvouq,
	.mosaic-s3-include--u-ich1p8bdt {
		width: 100%;
		padding: 20px 0;
	}*/
  .city-in .block-city-first-load, .city-not-found {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 480px) {
  .block-form-product-pop2 .block-city-down {
    margin: 0;
  }
  .city-in .block-city-first-load, .city-not-found {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}
