#_lp_block_38508305[data-block-layout="94451"] .lpc-form-3__img-wrap {
  display: none;
}
#_lp_block_38508305 .lpc-row {
  display: flex;
  justify-content: flex-end;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.g-img {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  vertical-align: top;
}
.g-img__link {
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 3px;
  position: relative;
  padding: 10px;
  min-height: 170px;
  min-width: 170px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  outline: none;
  z-index: 1;
}
.g-img__link::after {
  content: "";
  display: inline-block;
  min-height: 150px;
  visibility: hidden;
}
.g-img__image {
  display: inline-block;
  vertical-align: middle;
}
.g-img__count {
  position: absolute;
  z-index: 2;
  top: -12px;
  right: -12px;
  height: 24px;
  padding: 0 9px;
  text-align: center;
  color: #fff;
  border-radius: 12px;
  background-color: #15c;
  font-size: 12px;
  line-height: 24px;
}
.g-img__caption {
  display: block;
  max-width: 200px;
  margin-top: 20px;
  text-align: left;
  text-decoration: none;
  font-size: 0.9333em;
  line-height: 1.3em;
  font-weight: bold;
}
.g-img:hover .g-img__caption {
  text-decoration: underline;
}
.g-img__tooltip {
  top: 50%;
  left: 95%;
}
.g-img:hover .g-img__tooltip {
  left: 88%;
  visibility: visible;
  opacity: 1;
  white-space: nowrap;
}
.g-img--gallery-album {
  margin: 20px 37px 30px 13px;
}
.g-img--gallery-album .g-img__layers {
  position: relative;
  display: inline-block;
}
.g-img--gallery-album .g-img__layers::before, .g-img--gallery-album .g-img__layers::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  content: "";
  transition: transform 0.2s;
  transform-origin: 50% 50%;
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  outline: 1px solid transparent;
  background-color: #fff;
}
.g-img--gallery-album .g-img__layers::before {
  transform: rotate(6deg);
}
.g-img--gallery-album .g-img__layers::after {
  transform: rotate(-6deg);
}
.g-img--gallery-album .g-img__link {
  transition: all 0.2s;
  border: 1px solid #c5c5c5;
}
.g-img--gallery-album .g-img__link:hover {
  border-color: rgba(17, 85, 204, 0.4);
  box-shadow: 0 0 3px rgba(17, 85, 204, 0.4);
}
.g-img--gallery-album .g-img__layers:hover::before {
  transform: rotate(10deg);
}
.g-img--gallery-album .g-img__layers:hover::after {
  transform: rotate(-10deg);
}
.g-img--gallery-image {
  margin: 0 20px 20px 0;
  vertical-align: top;
  font-size: 15px;
}
.g-img--gallery-image .g-img__link {
  transition: all 0.2s;
  border: 1px solid #c5c5c5;
}
.g-img--gallery-image:hover .g-img__link {
  border-color: rgba(17, 85, 204, 0.4);
  box-shadow: 0 0 3px rgba(17, 85, 204, 0.4);
}
.g-img--gallery-image .g-img__caption {
  display: block;
  max-width: 170px;
  margin-top: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  font-size: 0.8667em;
  line-height: 1.3em;
  font-weight: normal;
}
.pswp__caption__center.pswp__caption__center--g-img {
  text-align: center;
}
.g-gallery2-info {
  padding: 0.2em 1.7em;
  box-sizing: border-box;
  font-size: 15px;
}
.g-gallery2-info__item {
  display: inline-block;
  margin-right: 1.9231em;
  vertical-align: baseline;
  font-size: 0.8667em;
  line-height: 1.2em;
}
.g-gallery2-info__item-label {
  display: inline-block;
  margin-left: 1.5385em;
  vertical-align: baseline;
  color: #484848;
}
.g-gallery2-info__item-value {
  display: inline-block;
  cursor: pointer;
  text-decoration: underline;
  color: #15c;
}
.g-gallery2-info__item-value:hover {
  text-decoration: none;
}
.g-gallery2-photo-list {
  margin-top: 1.5385em;
}
.g-gallery2-preview {
  margin: 10px 0 20px;
}
.g-gallery2-preview img {
  max-width: 100%;
}
.g-gallery2-thumb {
  display: inline-block;
  overflow: hidden;
  margin-bottom: 30px;
  vertical-align: top;
  text-decoration: none;
  color: #15c;
  font-size: 15px;
}
.g-gallery2-thumb:hover {
  text-decoration: underline;
  color: #15c;
}
.g-gallery2-thumb--prev {
  margin-right: 8px;
  text-align: left;
}
.g-gallery2-thumb--next {
  margin-left: 8px;
  text-align: right;
}
.g-gallery2-thumb__image {
  display: block;
  overflow: hidden;
  max-width: 300px;
  max-height: 300px;
  vertical-align: middle;
  margin-bottom: 9px;
}
.g-gallery2-thumb__image img {
  max-width: 100%;
  vertical-align: top;
}
.g-page-gallery2--photo {
  margin: 64px 20px 20px 50px;
}
body {
  overflow-x: visible !important;
}
.g-tooltip {
  cursor: help;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  -webkit-tap-highlight-color: transparent;
}
.g-tooltip--help {
  color: gray;
  border: 1px solid gray;
  border-radius: 50%;
  width: 1.25em;
  height: 1.25em;
  background: #fff url(../__assets/e03b708bb32982dcc32ae3c2a613ae5d.svg) 50% 50% no-repeat;
}
.g-tooltip--info {
  width: 1.33333em;
  height: 1.33333em;
  background: url(../__assets/c4173b0f0015b0ee9d1f2c74e4270cd9.svg) 50% 50% no-repeat;
  background-size: 1.33333em 1.33333em;
}
.g-tooltip--form {
  margin-left: 5px;
}
.g-tooltip--middle {
  vertical-align: middle;
}
.g-tooltip-msg {
  padding: 10px 14px !important;
  text-align: left;
  color: #484848;
  border-radius: 4px;
  background-color: #fdf8bc;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  font-size: 13px !important;
  line-height: 18px !important;
  min-width: 230px;
  max-width: 500px;
}
.g-panel {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 0.6666em;
  padding: 1.06667em 1.33333em 1.13333em;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  font-size: 15px;
  line-height: 1.2em;
  background-color: #fff;
  background-clip: padding-box;
}
.g-panel--small {
  padding: 0.6667em;
}
.g-panel--fill {
  background-color: #f3f3f3;
  border: 0;
  padding: 0.2667em;
}
.g-panel--no-rounded {
  border-radius: 0 !important;
}
.g-panel--fixed-top {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
}
.g-panel--icon {
  padding-left: 3.33333em;
  background-position: 1.06667em 50%;
  background-repeat: no-repeat;
}
.g-panel--icon-file {
  background-image: url(../__assets/23285a6b1401ef0e3dcecaed5a709152.svg);
}
.g-panel--icon-gzip, .g-panel--icon-7z, .g-panel--icon-tar-gz {
  background-image: url(../__assets/62df5e44968b90417eb34638e1e9f0c5.svg);
}
.g-panel--icon-rar {
  background-image: url(../__assets/9fb5783bc167d1dfae09b5653f1ec99b.svg);
}
.g-panel--icon-zip {
  background-image: url(../__assets/b00b2f13f25992f7e3c38c786972f095.svg);
}
.g-panel--icon-csv {
  background-image: url(../__assets/26fdf5239131138530efa9ab8ccbeb6a.svg);
}
.g-panel--icon-png, .g-panel--icon-bmp {
  background-image: url(../__assets/a19ad787e2e43a026c145ecd5fbc52f5.svg);
}
.g-panel--icon-gif {
  background-image: url(../__assets/fa46b28da43b6d1760ca22492575b6e6.svg);
}
.g-panel--icon-jpg, .g-panel--icon-jpeg {
  background-image: url(../__assets/3309f755a07096e1701e3d8cd68c409f.svg);
}
.g-panel--icon-image {
  background-image: url(../__assets/a19ad787e2e43a026c145ecd5fbc52f5.svg);
}
.g-panel--icon-doc {
  background-image: url(../__assets/84c0ebec59b5ab4b21b69400640acfb0.svg);
}
.g-panel--icon-pdf {
  background-image: url(../__assets/5ef91d3fd4792d667e5dcb30104b1af3.svg);
}
.g-panel--icon-rtf {
  background-image: url(../__assets/4a55af4d63cb663eafa39241737afd51.svg);
}
.g-panel--icon-xls {
  background-image: url(../__assets/156a8ef79533fa97e1feb725d79d6c29.svg);
}
.g-panel__head {
  display: block;
  margin-bottom: 0.4em;
  color: #484848;
  font-size: 1.3333em;
}
.g-panel__head a {
  text-decoration: none;
  color: #15c;
}
.g-panel__head a:hover {
  text-decoration: underline;
}
.g-panel__body {
  font-size: 0.8667em;
  margin-top: 0.9286em;
  color: #484848;
}
.g-panel__capture {
  color: gray;
}
.g-button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 0.5em 1.35714em;
  cursor: pointer;
  text-decoration: none !important;
  color: #fff !important;
  border: 0.07143em solid rgba(0, 0, 0, 0.1);
  border-radius: 0.28571em;
  outline: none;
  background-color: #15c;
  background-image: linear-gradient(-180deg, #3b7cef 0%, #15c 100%);
  box-shadow: 0 0.07143em 0.07143em 0 rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
}
.g-button:hover {
  color: #fff !important;
  background: #15c;
  box-shadow: 0 0.07143em 0.07143em 0 rgba(0, 0, 0, 0.2);
}
.g-button:active {
  color: #fff !important;
  background: #15c;
  box-shadow: inset 0 0.07143em 0.14286em 0 rgba(0, 0, 0, 0.3);
}
.g-button.g-button--invert {
  color: #15c !important;
  border-color: rgba(17, 85, 204, 0.5);
  background: #fff;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}
.g-button.g-button--invert:hover {
  color: #fff !important;
  border-color: #15c;
  background: #15c;
  text-shadow: 0 0.07143em 0.07143em rgba(0, 0, 0, 0.2);
}
.g-button.g-button--invert.g-button--disabled, .g-button.g-button--invert.g-button--disabled:hover, .g-button.g-button--invert.g-button--disabled:active, .g-button.g-button--disabled, .g-button.g-button--disabled:hover, .g-button.g-button--disabled:active {
  cursor: default !important;
  color: #979797 !important;
  border-color: #c5c5c5 !important;
  background: #f3f3f3 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
.g-button--dublicator {
  padding: 0.5em 0.6428em;
}
.g-button--middle {
  vertical-align: middle;
}
.g-button--arr-right::after, .g-button--arr-left::after {
  position: absolute;
  top: 50%;
  display: block;
  width: 0.9286em;
  height: 0.7857em;
  margin-top: -0.3571em;
  content: "";
}
.g-button.g-button--arr-right {
  padding: 0.5em 2.3571em 0.5em 1.1428em;
}
.g-button.g-button--arr-right::after {
  right: 0.7143em;
  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%2213px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2013%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M7.1%2C0.7L7.8%2C0L13%2C5.5L7.8%2C11l-0.7-0.7l4-4.3H0V5h11.1L7.1%2C0.7z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat;
}
.g-button.g-button--arr-left {
  padding: 0.5em 1.1428em 0.5em 2.3571em;
}
.g-button.g-button--arr-left::after {
  left: 10px;
  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%2213px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2013%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M5.9%2C0.7L5.2%2C0L0%2C5.5L5.2%2C11l0.7-0.7L1.9%2C6H13V5H1.9L5.9%2C0.7z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat;
}
.g-button--invert.g-button--arr-right::after {
  right: 0.7143em;
  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%2213px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2013%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%2315c%22%20d%3D%22M7.1%2C0.7L7.8%2C0L13%2C5.5L7.8%2C11l-0.7-0.7l4-4.3H0V5h11.1L7.1%2C0.7z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat;
}
.g-button--invert.g-button--arr-left::after {
  left: 0.7143em;
  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%2213px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2013%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%2315c%22%20d%3D%22M5.9%2C0.7L5.2%2C0L0%2C5.5L5.2%2C11l0.7-0.7L1.9%2C6H13V5H1.9L5.9%2C0.7z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat;
}
.g-button--invert.g-button--arr-right:hover::after, .g-button--invert.g-button--arr-right:active::after {
  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%2213px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2013%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M7.1%2C0.7L7.8%2C0L13%2C5.5L7.8%2C11l-0.7-0.7l4-4.3H0V5h11.1L7.1%2C0.7z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat;
}
.g-button--invert.g-button--arr-left:hover::after, .g-button--invert.g-button--arr-left:active::after {
  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%2213px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2013%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M5.9%2C0.7L5.2%2C0L0%2C5.5L5.2%2C11l0.7-0.7L1.9%2C6H13V5H1.9L5.9%2C0.7z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat;
}
.g-button--disabled.g-button--arr-right::after {
  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%2213px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2013%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23979797%22%20d%3D%22M7.1%2C0.7L7.8%2C0L13%2C5.5L7.8%2C11l-0.7-0.7l4-4.3H0V5h11.1L7.1%2C0.7z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat !important;
}
.g-button--disabled.g-button--arr-left::after {
  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%2213px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2013%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23979797%22%20d%3D%22M5.9%2C0.7L5.2%2C0L0%2C5.5L5.2%2C11l0.7-0.7L1.9%2C6H13V5H1.9L5.9%2C0.7z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat !important;
}
.g-button--arr-right::after, .g-button--arr-left::after, .g-button--disabled.g-button--arr-left::after, .g-button--disabled.g-button--arr-right::after {
  background-size: cover !important;
}
.g-button--back {
  margin-top: 3.33333em;
  margin-left: 0.73333em;
}
.g-button--vote-back {
  margin-top: 1.33333em;
}
.g-user_svg_icon .g-user_svg_block {
  background: rgba(17, 85, 204, 0.3) !important;
}
.g-user_svg_icon .g-user_svg_block svg {
  fill: #15c !important;
}
.shop2-product-amount button.amount-minus.g-user_wb_mount_minus {
  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%2220px%22%20height%3D%2220px%22%20%20viewBox%3D%220%200%2020%2020%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M5.877%2010.75C5.67809%2010.75%205.48732%2010.671%205.34667%2010.5303C5.20602%2010.3897%205.127%2010.1989%205.127%2010C5.127%209.80109%205.20602%209.61032%205.34667%209.46967C5.48732%209.32902%205.67809%209.25%205.877%209.25H14C14.1989%209.25%2014.3897%209.32902%2014.5303%209.46967C14.671%209.61032%2014.75%209.80109%2014.75%2010C14.75%2010.1989%2014.671%2010.3897%2014.5303%2010.5303C14.3897%2010.671%2014.1989%2010.75%2014%2010.75H5.877ZM10%2019.75C4.615%2019.75%200.25%2015.385%200.25%2010C0.25%204.615%204.615%200.25%2010%200.25C15.385%200.25%2019.75%204.615%2019.75%2010C19.75%2015.385%2015.385%2019.75%2010%2019.75ZM10%2018.25C12.188%2018.25%2014.2865%2017.3808%2015.8336%2015.8336C17.3808%2014.2865%2018.25%2012.188%2018.25%2010C18.25%207.81196%2017.3808%205.71354%2015.8336%204.16637C14.2865%202.61919%2012.188%201.75%2010%201.75C7.81196%201.75%205.71354%202.61919%204.16637%204.16637C2.61919%205.71354%201.75%207.81196%201.75%2010C1.75%2012.188%202.61919%2014.2865%204.16637%2015.8336C5.71354%2017.3808%207.81196%2018.25%2010%2018.25V18.25Z%22%20fill%3D%22%2315c%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
.shop2-product-amount button.amount-minus.g-user_wb_mount_minus:disabled {
  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%2220px%22%20height%3D%2220px%22%20%20viewBox%3D%220%200%2020%2020%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M5.877%2010.75C5.67809%2010.75%205.48732%2010.671%205.34667%2010.5303C5.20602%2010.3897%205.127%2010.1989%205.127%2010C5.127%209.80109%205.20602%209.61032%205.34667%209.46967C5.48732%209.32902%205.67809%209.25%205.877%209.25H14C14.1989%209.25%2014.3897%209.32902%2014.5303%209.46967C14.671%209.61032%2014.75%209.80109%2014.75%2010C14.75%2010.1989%2014.671%2010.3897%2014.5303%2010.5303C14.3897%2010.671%2014.1989%2010.75%2014%2010.75H5.877ZM10%2019.75C4.615%2019.75%200.25%2015.385%200.25%2010C0.25%204.615%204.615%200.25%2010%200.25C15.385%200.25%2019.75%204.615%2019.75%2010C19.75%2015.385%2015.385%2019.75%2010%2019.75ZM10%2018.25C12.188%2018.25%2014.2865%2017.3808%2015.8336%2015.8336C17.3808%2014.2865%2018.25%2012.188%2018.25%2010C18.25%207.81196%2017.3808%205.71354%2015.8336%204.16637C14.2865%202.61919%2012.188%201.75%2010%201.75C7.81196%201.75%205.71354%202.61919%204.16637%204.16637C2.61919%205.71354%201.75%207.81196%201.75%2010C1.75%2012.188%202.61919%2014.2865%204.16637%2015.8336C5.71354%2017.3808%207.81196%2018.25%2010%2018.25V18.25Z%22%20fill%3D%22%2315c%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
.shop2-product-amount button.amount-plus.g-user_wb_amount_plus {
  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%2220px%22%20height%3D%2220px%22%20%20viewBox%3D%220%200%2020%2020%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M10.75%2010.85V14.1C10.75%2014.2989%2010.671%2014.4897%2010.5303%2014.6303C10.3897%2014.771%2010.1989%2014.85%2010%2014.85C9.80109%2014.85%209.61032%2014.771%209.46967%2014.6303C9.32902%2014.4897%209.25%2014.2989%209.25%2014.1V10.85H5.877C5.67809%2010.85%205.48732%2010.771%205.34667%2010.6303C5.20602%2010.4897%205.127%2010.2989%205.127%2010.1C5.127%209.90109%205.20602%209.71032%205.34667%209.56967C5.48732%209.42902%205.67809%209.35%205.877%209.35H9.25V6.1C9.25%205.90109%209.32902%205.71032%209.46967%205.56967C9.61032%205.42902%209.80109%205.35%2010%205.35C10.1989%205.35%2010.3897%205.42902%2010.5303%205.56967C10.671%205.71032%2010.75%205.90109%2010.75%206.1V9.35H14C14.1989%209.35%2014.3897%209.42902%2014.5303%209.56967C14.671%209.71032%2014.75%209.90109%2014.75%2010.1C14.75%2010.2989%2014.671%2010.4897%2014.5303%2010.6303C14.3897%2010.771%2014.1989%2010.85%2014%2010.85H10.75ZM10%2019.85C4.615%2019.85%200.25%2015.485%200.25%2010.1C0.25%204.715%204.615%200.35%2010%200.35C15.385%200.35%2019.75%204.715%2019.75%2010.1C19.75%2015.485%2015.385%2019.85%2010%2019.85ZM10%2018.35C12.188%2018.35%2014.2865%2017.4808%2015.8336%2015.9336C17.3808%2014.3865%2018.25%2012.288%2018.25%2010.1C18.25%207.91196%2017.3808%205.81354%2015.8336%204.26637C14.2865%202.71919%2012.188%201.85%2010%201.85C7.81196%201.85%205.71354%202.71919%204.16637%204.26637C2.61919%205.81354%201.75%207.91196%201.75%2010.1C1.75%2012.288%202.61919%2014.3865%204.16637%2015.9336C5.71354%2017.4808%207.81196%2018.35%2010%2018.35Z%22%20fill%3D%22%2315c%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
.shop2-order-options.shop2-delivery .option-type.g-user_option-type.active-type {
  border-color: #15c;
}
.shop2-order-options.shop2-delivery .option-type.g-user_option-type.active-type .option-label ins {
  border-color: #15c;
}
.g-user_option-type.so-content__payment-type--opened {
  border-color: #15c;
}
.g-user_option-type.so-content__payment-type--opened .g-form-control-radio__label {
  color: #15c;
}
.g-user_option-type.so-content__payment-type--opened .g-form-control-radio input[type=radio]:checked ~ .g-form-control-radio__input {
  border-color: #15c;
  background-color: #15c;
}
.g-user_text_color, a.g-user_text_color {
  color: #15c !important;
}
.localcontacts__adress-inner a, .localcontacts__top-discription span {
  font-size: 19px;
}
.lpc-lg-sub-html {
  display: none !important;
}
.lg-backdrop.in, .lg-outer.lg-visible, .pswp {
  z-index: 2147483648 !important;
}
#onicon {
  z-index: 50 !important;
}
