.mosaic-mega-copyright--u-if8cy677n span {
  width: 100% !important;
}
html.overflow {
  overflow: hidden;
}
.sample-popup {
  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(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 1000;
  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;
  box-sizing: border-box;
}
.sample-popup * {
  box-sizing: border-box;
}
.sample-popup.opened {
  opacity: 1;
  visibility: visible;
}
.sample-popup .sample-popup-in {
  text-align: left;
  position: relative;
  flex: 0 0 auto;
  margin: auto;
  max-width: 100%;
  box-sizing: border-box;
  display: inline-block;
  width: 560px;
  padding: 0;
  position: relative;
  border-radius: 20px;
  background: #fff;
}
@media (max-width: 960px) {
  .sample-popup .sample-popup-in {
    padding-bottom: 0px;
  }
}
.sample-popup .sample-popup-in .sample-popup-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 20px;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.sample-popup .sample-popup-top {
  padding-left: 0px;
  padding-top: 30px;
}
@media (max-width: 960px) {
  .sample-popup .sample-popup-top {
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 42px;
    padding: 0;
    text-align: center;
  }
}
.sample-popup .sample-popup-title {
  font-size: 25.31px;
  font-weight: 700;
  line-height: 29.04px;
  color: #b48953;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  .sample-popup .sample-popup-title {
    font-size: 16px;
    line-height: 18px;
  }
}
.sample-popup .title2 {
  color: #487A8A;
}
.sample-popup .sample-popup-image {
  font-size: 0;
  width: 100%;
  text-align: center;
}
.sample-popup .sample-popup-image img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  max-height: 250px;
  object-fit: cover;
}
.sample-popup .sample-popup-text {
  font-size: 14px;
  font-weight: 700;
  margin-top: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin: 0;
}
.sample-popup .sample-popup-text p:first-child {
  margin-top: 0;
}
.sample-popup .sample-popup-text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 960px) {
  .sample-popup .sample-popup-text {
    font-size: 10px;
    line-height: 12px;
    margin-top: 12px;
    padding: 0 20px;
  }
}
.sample-popup .bottom-text {
  margin-top: 20px;
  font-size: 10px;
  color: #000;
  max-width: 250px;
}
.sample-popup .bottom-text a {
  color: #000;
}
@media (max-width: 960px) {
  .sample-popup .bottom-text {
    margin: 0 auto;
    margin-top: 17px;
    text-align: center;
  }
}
.sample-popup .sample-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/15px no-repeat;
  width: 30px;
  height: 30px;
  top: 5px;
  right: 5px;
}
.sample-popup-form {
  padding-left: 0px;
  color: #000;
  width: 100%;
  margin-top: 0px;
  padding-bottom: 28px;
}
.sample-popup-form form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: -16px;
}
@media (max-width: 768px) {
  .sample-popup-form form .tpl-field-button {
    margin-bottom: 0;
  }
  .sample-popup-form form .tpl-field-button div {
    width: 50%;
  }
}
.sample-popup-form form .tpl-field {
  width: 100%;
  font-size: 14px;
  margin-bottom: 0;
  margin-bottom: 16px;
  color: #A0A0A0;
}
@media (max-width: 768px) {
  .sample-popup-form form .tpl-field {
    width: 100%;
    padding-right: 0;
  }
}
.sample-popup-form form .tpl-field p:first-child {
  margin-top: 0;
}
.sample-popup-form form .tpl-field p:last-child {
  margin-bottom: 0;
}
.sample-popup-form form .tpl-field.type-checkbox ul, .sample-popup-form form .tpl-field.type-radio_group ul, .sample-popup-form form .tpl-field.type-multi_checkbox ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sample-popup-form form .tpl-field.type-calendar .field-value span {
  position: relative;
}
.sample-popup-form form .tpl-field.type-calendar .field-value span img {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -8px;
}
.sample-popup-form form .tpl-field.type-calendar .field-value span img + img {
  display: none;
}
.sample-popup-form form .field-title {
  color: #555;
  padding-bottom: 4px;
}
.sample-popup-form form .field-title span {
  color: red;
}
.sample-popup-form form .error-message {
  padding: 0 0 5px;
}
.sample-popup-form form .tpl-field input[type=text], .sample-popup-form form .tpl-field input[type=email], .sample-popup-form form .tpl-field input[type=tel], .sample-popup-form form .tpl-field select, .sample-popup-form form .tpl-field textarea {
  outline: none;
  color: #4c4c4c;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  border: 1px solid rgba(41, 41, 41, 0.2);
  box-sizing: border-box;
  width: 100%;
  border-radius: 13px;
}
.sample-popup-form form .tpl-field-button {
  padding-bottom: 0;
  font-size: 14px;
  display: flex;
  text-align: center;
  width: 100%;
  gap: 10px;
  margin: 0;
}
@media (max-width: 960px) {
  .sample-popup-form form .tpl-field-button {
    flex-wrap: wrap;
  }
}
.sample-popup-form form .tpl-field-button div {
  cursor: pointer;
  width: 50%;
  margin: 0 10px 0 0;
  font-size: 15px;
  color: #666;
  background-color: #d1d1d1;
  padding: 10px;
  border-radius: 10px;
}
.sample-popup-form form .tpl-field-button button {
  width: 100%;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  border: none;
  background: #b48953;
  outline: none;
  padding: 12px 20px;
  cursor: pointer;
  border-radius: 10px;
  min-height: 56px;
  font-size: 16px;
  text-transform: uppercase;
}
.sample-popup-form form .tpl-field-button button:hover {
  background: #a9804e;
}
@media (max-width: 960px) {
  .sample-popup-form form .tpl-field-button button {
    min-height: 40px;
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .sample-popup {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.mosaic-form__field.is-error .mosaic-form__text, .mosaic-form__field.is-error .mosaic-form__textarea, .mosaic-form__field.is-error .mosaic-form__select {
  border: 1px solid red !important;
}
.blocklist__item_text--u-i7hf6raon .text-block-wrap-div p .highslide img {
  width: 100% !important;
  height: auto !important;
}
#iprphil03_0 {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#i5aczyuje_0 {
  position: relative;
  display: inline-block;
}
#i5aczyuje_0::after {
  content: "";
  background: url("../../images/arrow-down-31014.svg");
  position: absolute;
  right: 25px;
  top: 75px;
  width: 10px;
  height: 10px;
  pointer-events: none;
  width: 15px;
  height: 15px;
  background-size: contain;
}
@keyframes animate {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.msgrs {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  z-index: 10;
}
@media (max-width: 960px) {
  .msgrs {
    right: 20px;
  }
}
.msgrs.msgrs_mobile .msgrs_item a span {
  display: none;
}
.msgrs_list {
  bottom: 25px;
  right: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  transition: 0.3s all linear;
}
.msgrs_list.opened {
  bottom: 55px;
  opacity: 1;
  visibility: visible;
}
.msgrs_item.phone a {
  background: url(msgrs_sprite.png) 0 100% no-repeat;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 473.806 473.806' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M374.456 293.506c-9.7-10.1-21.4-15.5-33.8-15.5-12.3 0-24.1 5.3-34.2 15.4l-31.6 31.5c-2.6-1.4-5.2-2.7-7.7-4-3.6-1.8-7-3.5-9.9-5.3-29.6-18.8-56.5-43.3-82.3-75-12.5-15.8-20.9-29.1-27-42.6 8.2-7.5 15.8-15.3 23.2-22.8 2.8-2.8 5.6-5.7 8.4-8.5 21-21 21-48.2 0-69.2l-27.3-27.3c-3.1-3.1-6.3-6.3-9.3-9.5-6-6.2-12.3-12.6-18.8-18.6-9.7-9.6-21.3-14.7-33.5-14.7s-24 5.1-34 14.7l-.2.2-34 34.3c-12.8 12.8-20.1 28.4-21.7 46.5-2.4 29.2 6.2 56.4 12.8 74.2 16.2 43.7 40.4 84.2 76.5 127.6 43.8 52.3 96.5 93.6 156.7 122.7 23 10.9 53.7 23.8 88 26 2.1.1 4.3.2 6.3.2 23.1 0 42.5-8.3 57.7-24.8.1-.2.3-.3.4-.5 5.2-6.3 11.2-12 17.5-18.1 4.3-4.1 8.7-8.4 13-12.9 9.9-10.3 15.1-22.3 15.1-34.6 0-12.4-5.3-24.3-15.4-34.3l-54.9-55.1zm35.8 105.3c-.1 0-.1.1 0 0-3.9 4.2-7.9 8-12.2 12.2-6.5 6.2-13.1 12.7-19.3 20-10.1 10.8-22 15.9-37.6 15.9-1.5 0-3.1 0-4.6-.1-29.7-1.9-57.3-13.5-78-23.4-56.6-27.4-106.3-66.3-147.6-115.6-34.1-41.1-56.9-79.1-72-119.9-9.3-24.9-12.7-44.3-11.2-62.6 1-11.7 5.5-21.4 13.8-29.7l34.1-34.1c4.9-4.6 10.1-7.1 15.2-7.1 6.3 0 11.4 3.8 14.6 7l.3.3c6.1 5.7 11.9 11.6 18 17.9 3.1 3.2 6.3 6.4 9.5 9.7l27.3 27.3c10.6 10.6 10.6 20.4 0 31-2.9 2.9-5.7 5.8-8.6 8.6-8.4 8.6-16.4 16.6-25.1 24.4-.2.2-.4.3-.5.5-8.6 8.6-7 17-5.2 22.7l.3.9c7.1 17.2 17.1 33.4 32.3 52.7l.1.1c27.6 34 56.7 60.5 88.8 80.8 4.1 2.6 8.3 4.7 12.3 6.7 3.6 1.8 7 3.5 9.9 5.3.4.2.8.5 1.2.7 3.4 1.7 6.6 2.5 9.9 2.5 8.3 0 13.5-5.2 15.2-6.9l34.2-34.2c3.4-3.4 8.8-7.5 15.1-7.5 6.2 0 11.3 3.9 14.4 7.3l.2.2 55.1 55.1c10.3 10.2 10.3 20.7.1 31.3zM256.056 112.706c26.2 4.4 50 16.8 69 35.8s31.3 42.8 35.8 69c1.1 6.6 6.8 11.2 13.3 11.2.8 0 1.5-.1 2.3-.2 7.4-1.2 12.3-8.2 11.1-15.6-5.4-31.7-20.4-60.6-43.3-83.5s-51.8-37.9-83.5-43.3c-7.4-1.2-14.3 3.7-15.6 11s3.5 14.4 10.9 15.6zM473.256 209.006c-8.9-52.2-33.5-99.7-71.3-137.5s-85.3-62.4-137.5-71.3c-7.3-1.3-14.2 3.7-15.5 11-1.2 7.4 3.7 14.3 11.1 15.6 46.6 7.9 89.1 30 122.9 63.7 33.8 33.8 55.8 76.3 63.7 122.9 1.1 6.6 6.8 11.2 13.3 11.2.8 0 1.5-.1 2.3-.2 7.3-1.1 12.3-8.1 11-15.4z' fill='%23fff' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E") 50% 50%/30px no-repeat #3a4090 !important;
  border-radius: 50%;
  position: relative;
}
.msgrs_item.phone a .before {
  display: block;
  position: absolute;
  border: 50%;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: animate 1.5s linear infinite;
  opacity: 0;
  backface-visibility: hidden;
}
.msgrs_item.phone a .after {
  display: block;
  position: absolute;
  border: 50%;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: animate 1.5s linear infinite;
  opacity: 0;
  backface-visibility: hidden;
  animation-delay: 0.5s;
}
.msgrs_item a {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  background-repeat: no-repeat;
  transition: 0.3s opacity linear;
  position: relative;
  font-size: 0;
}
.msgrs_item a img {
  border-radius: 50%;
  max-width: 100%;
}
.msgrs_item a span {
  padding: 4px 6px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  right: 100%;
  margin-right: 5px;
  top: 50%;
  margin-top: -14px;
  visibility: hidden;
  opacity: 0;
  transition: 0.25s all linear;
  white-space: nowrap;
}
.msgrs_item a:hover {
  opacity: 0.9;
}
.msgrs_item a:hover span {
  visibility: visible;
  opacity: 1;
}
.msgrs_item a .before {
  display: block;
  position: absolute;
  border: 50%;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: animate 1.5s linear infinite;
  opacity: 0;
  backface-visibility: hidden;
}
.msgrs_item a .after {
  display: block;
  position: absolute;
  border: 50%;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: animate 1.5s linear infinite;
  opacity: 0;
  backface-visibility: hidden;
  animation-delay: 0.5s;
}
.msgrs_item:not(.phone) {
  margin-bottom: 20px;
}
.msgrs_item.phone a {
  background-position: bottom left;
}
.msgrs_item.telegram a {
  background-position: top right;
}
.msgrs_item.whatsapp a {
  background-position: top -55px right 0;
}
.msgrs_item.viber a {
  background-position: top -110px right 0;
}
.msgrs_item.form a {
  background-position: top -165px right 0;
}
.msgrs_but {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-left: 15px;
  background-image: url(msgrs_sprite.png);
  background-repeat: no-repeat;
  background-position: bottom -55px right 0;
  cursor: pointer;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 32 32' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M8 30a1.001 1.001 0 0 1-1-1v-5H4c-1.654 0-3-1.346-3-3V5c0-1.654 1.346-3 3-3h24c1.654 0 3 1.346 3 3v16c0 1.654-1.346 3-3 3H15.851l-7.226 5.781A.998.998 0 0 1 8 30zM4 4c-.552 0-1 .449-1 1v16c0 .551.448 1 1 1h4a1 1 0 0 1 1 1v3.92l5.875-4.701A1 1 0 0 1 15.5 22H28c.552 0 1-.449 1-1V5c0-.551-.448-1-1-1z' fill='%23fff' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3Cpath d='M24 12H8a1 1 0 1 1 0-2h16a1 1 0 1 1 0 2zM16 16H8a1 1 0 1 1 0-2h8a1 1 0 1 1 0 2z' fill='%23fff' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E") 50% 50%/30px no-repeat #7c716a;
  border-radius: 50%;
  transition: 0.3s opacity linear;
}
.msgrs_but:hover {
  opacity: 0.9;
}
.msgrs_but.opened {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 64 64' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M4.59 59.41a2 2 0 0 0 2.83 0L32 34.83l24.59 24.58a2 2 0 0 0 2.83-2.83L34.83 32 59.41 7.41a2 2 0 0 0-2.83-2.83L32 29.17 7.41 4.59a2 2 0 0 0-2.82 2.82L29.17 32 4.59 56.59a2 2 0 0 0 0 2.82z' fill='%23ffffff' opacity='1' data-original='%23000000'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
@media (max-width: 960px) {
  .msgrs:not(.real-mobile) {
    bottom: 15px;
  }
}
