/****** FILE: themes/mobile/css/main.css *****/
html,
body {
  height: 100%;
}
html {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  box-sizing: border-box;
}
html.noScroll {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  min-height: 100vh;
  font-family: "Open Sans", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #373737;
}
body.noScroll {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
a {
  text-decoration: none;
  outline: none;
}
.scrollButton {
  display: none;
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  padding: 1rem 0.75rem;
  cursor: pointer;
  color: #fff;
  opacity: 0.7;
  background-color: #5c5c5c;
}
.scrollButton:after {
  content: "";
  display: block;
  border-bottom: 1rem solid #fff;
  border-left: 0.75rem solid transparent;
  border-right: 0.75rem solid transparent;
}
.hide {
  display: none;
  visibility: hidden;
}
/* layout */
.content {
  width: 100%;
  padding: 1rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  overflow: hidden;
}
.content_scroll {
  margin: 2rem 0;
  overflow-x: auto;
}
.button {
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.5rem;
  border: 1px solid #920d30;
  background: #920d30;
  color: #fff;
  font-weight: 600;
}
.button:not(.button__disabled):not(.button__second):not(:active):hover {
  background: #00bcfe;
  border-color: #00bcfe;
  color: #fff;
  cursor: pointer;
}
.button__second {
  width: 100%;
  background: transparent;
  color: #920d30;
  border-color: currentColor;
}
.button__second:not(.button__disabled):not(:active):hover {
  background: transparent;
  color: #00bcfe;
  border-color: currentColor;
}
.button__disabled {
  border-color: #efefef;
  background: #efefef;
  color: #373737;
}
.button__cart {
  margin-bottom: 1.5rem;
  width: 100%;
}
.button__cartPopup {
  margin-bottom: 1rem;
  width: 100%;
}
.button__filters {
  width: -webkit-calc((100% - 0.5rem) / 2) !important;
  width: calc((100% - 0.5rem) / 2) !important;
}
.button__fullWidth {
  width: 100%;
}
.button__further {
  min-width: -webkit-calc(100% - 100px);
  min-width: calc(100% - 100px);
}
.button__showMore {
  width: 100%;
  margin-bottom: 1rem;
}
.button__marginBottom {
  margin-bottom: 1rem !important;
}
.button__marginRight {
  margin-right: 20px !important;
}
.button__backCheckout {
  margin-right: 20px;
  width: 80px;
  min-width: 80px;
}
.widgetHolder {
  margin-bottom: 24px;
}
/*.sideWidgetHolder
	margin-bottom: 24px*/
.htmlShare {
  text-align: right;
  margin-top: 2.5rem;
  clear: both;
}
.search_item:not(:last-child) {
  margin-bottom: 1rem;
}
.search_itemParent {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #a6a6a6;
}
.currency {
  font-size: 0.85em;
}
.linkImage {
  display: block;
  position: relative;
  overflow: hidden;
}
.linkImage:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background: rgba(0,0,0,0.2);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}
.linkImage:hover:before {
  opacity: 1;
}
.linkImage9 {
  display: block;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.linkImage9:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
/* Удаление браузерных стрелок в input[type="number"] */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
fieldset {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/*# sourceMappingURL=maps/main.css.map */


/****** FILE: themes/mobile/css/component/typography.css *****/
.typography {
  font-family: "Open Sans", sans-serif;
  color: #373737;
}
.typography > :last-child {
  margin-bottom: 0 !important;
}
.typography__size1 {
  font-size: 0.54rem;
}
.typography__size2 {
  font-size: 0.64rem;
}
.typography__size3 {
  font-size: 0.8rem;
}
.typography__size4 {
  font-size: 1rem;
}
.typography__size5 {
  font-size: 1.25rem;
}
.typography__size6 {
  font-size: 1.5rem;
}
.typography__size7 {
  font-size: 2rem;
}
.typography p,
.typography_p {
  margin: 0 0 1rem;
  line-height: 1.75;
}
.typography blockquote,
.typography_blockquote {
  margin: 1rem 2rem;
  font-style: italic;
}
.typography a,
.typography_a {
  color: #8f0d2f;
}
.typography a:visited {
  color: #003b66;
}
.typography a:hover,
.typography_a:hover {
  color: #00bbfe;
}
.typography a:active,
.typography_a:active {
  color: #8f0d2f;
}
.typography ul:not(.form_grouplist),
.typography_ul,
.typography ol,
.typography_ol {
  margin: 2rem 0;
  overflow: hidden;
}
.typography ul:not(.form_grouplist),
.typography_ul {
  padding: 0 0 0 1rem;
}
.typography ol,
.typography_ol {
  padding: 0 0 0 2rem;
}
.typography ul > ul,
.typography ol > ol,
.typography_ul > .typography_ul,
.typography_ol > .typography_ol {
  margin: 0.75rem 0 0.75rem 0.5rem !important;
}
.typography ul > ul:last-child,
.typography ol > ol:last-child,
.typography_ul > .typography_ul:last-child,
.typography_ol > .typography_ol:last-child {
  margin-bottom: 0 !important;
}
.typography ul:not(.form_grouplist) > li {
  position: relative;
  list-style: none;
  padding: 0 0 0 1rem;
}
.typography ul:not(.form_grouplist) > li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
}
.typography li,
.typography_li {
  margin: 0 0 0.5rem;
}
.typography li:last-child,
.typography_li:last-child {
  margin: 0;
}
.typography h1,
.typography_h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  color: #000;
  margin: 2.5rem 0 2rem;
  text-align: center;
}
.typography h2,
.typography_h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1;
  color: #000;
  margin: 2rem 0 1.5rem;
  text-align: center;
}
.typography h3,
.typography_h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
  color: #000;
  margin: 1.75rem 0 1.25rem;
  text-align: center;
}
.typography h4,
.typography_h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
  color: #000;
  margin: 1.5rem 0 1rem;
  text-align: center;
}
.typography pre,
.typography_pre {
  background: none;
  border: none;
  display: block;
  font-family: Courier, monospace;
  font-size: 123%;
  margin: 0;
  padding: 0;
}
.typography table,
.typography_table {
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}
.typography table th,
.typography_table th,
.typography table thead td,
.typography_table thead td {
  background-color: #efefef;
  text-align: center;
  padding: 0.75rem 1rem;
  border: 1px solid #cdcdcd;
}
.typography table td,
.typography_table td {
  padding: 0.75rem 1rem;
  border: 1px solid #cdcdcd;
  vertical-align: top;
  background-color: #fff;
}
.typography .left {
  text-align: left;
}
.typography .center {
  text-align: center;
}
.typography .right {
  text-align: right;
}
.typography table.noBorders td,
.typography table.noBorders th {
  border: none !important;
}
.typography tr.noBorders > td,
.typography tr.noBorders > th {
  border: none !important;
}
.typography td.noBorders,
.typography th.noBorders {
  border: none !important;
}
.typography table.hBorders td,
.typography table.hBorders th,
.typography tr.hBorders > td,
.typography tr.hBorders > th,
.typography td.hBorders,
.typography th.hBorders {
  border-left: none !important;
  border-right: none !important;
}
.typography table.vBorders td,
.typography table.vBorders th,
.typography td.vBorders,
.typography th.vBorders {
  border-top: none !important;
  border-bottom: none !important;
}
.typography tr.noHover:hover > td {
  background-color: transparent;
}
.typography img {
  max-width: 100%;
  height: auto;
}
.typography img.right {
  float: right;
  margin-left: 1rem;
  margin-bottom: 1rem;
}
.typography img.left {
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.typography img.leftAlone {
  display: block;
  margin: 1rem 0;
}
.typography img.center {
  display: block;
  margin: 1rem auto;
}

/*# sourceMappingURL=../maps/component/typography.css.map */


/****** FILE: themes/mobile/css/component/form.css *****/
.form {
  zoom: 1;
}
.form:after,
.form:before {
  content: "";
  display: table;
}
.form:after {
  clear: both;
}
.form__monument .form_title {
  font-size: 1rem;
}
.form__UserForm {
  margin-top: 2rem;
}
.form__AddProductForm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.form__OrderForm > .form_header {
  display: none;
}
.form__checkoutOptions .form_grouplist {
  width: auto;
}
.form__checkoutOptions .form_grouplist > li:not(:last-child) {
  margin-bottom: 1rem;
}
.form__checkoutOptions .form_grouplist .form_radioTitle,
.form__checkoutOptions .form_grouplist label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__checkoutComment .form_title {
  display: none;
}
.form_field {
  zoom: 1;
  display: block;
  margin-bottom: 1.25rem;
}
.form_field:after,
.form_field:before {
  content: "";
  display: table;
}
.form_field:after {
  clear: both;
}
.form_field__search {
  margin: 0;
}
.form_field__password:last-of-type {
  margin-bottom: 0;
}
.form_field__filters {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #b5b5b5;
}
.form_field__filters:first-of-type {
  padding-top: 1.5rem;
  border-top: 1px solid #b5b5b5;
}
.form_field.form_fieldContent__active .form_boxArrow {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.form_fieldHeader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form_fieldContent {
  display: none;
  margin-top: 0.75rem;
}
.form_fieldContent__important,
.form_fieldContent__active {
  display: block;
}
.form_fieldContent__checkbox {
  display: block;
  margin: 0;
}
.form_fileUpload {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.75rem;
}
.form_fileUploadNote {
  display: block;
  color: #f00;
  font-weight: 300;
  line-height: 1;
}
.form_fileCount {
  margin-top: 0.75rem;
}
.form_range {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.form_title {
  display: block;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.75rem;
}
.form_title__filters {
  margin-bottom: 0;
  color: #8f0d2f;
}
.form_markRequired {
  color: #f00;
}
.form_input {
  width: 100%;
  max-width: 100%;
  display: block;
  outline: none;
  border-radius: 0;
}
.form_input__text {
  width: 100%;
  height: 2.5rem;
  border: 1px solid #cdcdcd;
  background-color: #fff;
  color: #373737;
  font-weight: 300;
  padding: 0 1rem;
}
.form_input__text:focus {
  border-color: #00bcfe !important;
}
.form_input__text.is-invalid {
  border-color: #f00;
}
.form_input__range {
  width: -webkit-calc((100% - 3.5rem) / 2);
  width: calc((100% - 3.5rem) / 2);
  margin-right: 0;
  text-align: center;
}
.form_input__textarea {
  height: auto;
  resize: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.form_input__noIndent {
  margin: 0;
}
.form_input__dropdown {
  padding-right: 1.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFCAMAAACgjTZZAAAAElBMVEUAAAAVIUIVIUIVIUIVIUIVIULDisgGAAAABnRSTlMA//P+/fcNgN/BAAAAHUlEQVR4AWNghAImBiiTmYEBwmRhAAOQCBSwgggABEkAJnCqeVQAAAAASUVORK5CYII=");
}
.form_input__file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
select.form_input::-ms-expand {
  display: none;
}
.form_checkboxWrapper,
.form_grouplist {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin-right: 1.25rem;
}
.form_grouplist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.form_grouplist > li {
  margin: 0;
  padding: 0;
  margin-bottom: 0.25rem;
}
.form_grouplist__hidden {
  display: none;
}
.form_grouplistToggle {
  margin-top: 0.5rem !important;
}
.form_actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  width: 100%;
}
.form_actions__filters {
  margin-top: 2.5rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form_actions__searchRight {
  margin: 0;
}
.form_actions__orderButton {
  margin: 0;
}
.form_actions__member {
  display: block;
}
.form_actions__frontend {
  margin: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.form_actions__frontendRegister {
  margin-top: 1rem;
  border-top: 1px solid #cdcdcd;
  padding-top: 1rem;
}
.form_action {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
  border-radius: 0;
}
.form_message {
  display: inline-block;
  font-size: 0.875rem;
  vertical-align: top;
  margin-top: 0.75rem;
}
.form_message__error,
.form_message__validation,
.form_message__required {
  color: #f00;
}
.form_message__bad {
  margin: 0 0 0.75rem;
  color: #f00;
}
.form_desc {
  display: block;
  font-size: 0.875rem;
  font-style: italic;
  margin-top: 0.25rem;
}
.form_temp {
  background: #f00;
  display: block;
}
.form_forgetPassword {
  margin-left: 16px;
  white-space: nowrap;
}
.form_showOnClick {
  display: inline-block;
  margin-bottom: 1.25rem;
  cursor: pointer;
}
.form_showOnClick:after {
  content: "";
  display: inline-block;
  margin-left: 0.25rem;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  vertical-align: middle;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.form_showOnClick__active:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.form_boxArrow {
  display: inline-block;
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid currentColor;
  cursor: pointer;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.form_boxArrow__active > .form_arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.form_arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0.5rem;
  height: 1rem;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.form a:not(.button) {
  color: #8f0d2f;
}
.form a:not(.button):visited {
  color: #003b66;
}
.form a:not(.button):hover {
  color: #00bbfe;
}
.form a:not(.button):active {
  color: #8f0d2f;
}

/*# sourceMappingURL=../maps/component/form.css.map */


/****** FILE: themes/mobile/css/component/monument.css *****/
.monument {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.monument_stages {
  min-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 1.5rem;
  margin: -2.5rem 0 1.5rem;
  border-bottom: 1px dashed #a2a4a5;
}
.monument_stagesItem {
  display: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.monument_stagesItem.filled > .monument_stagesItemNum {
  background-color: #920d30;
}
.monument_stagesItem.current {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding-top: 4rem;
}
.monument_stagesItem.current > .monument_stagesItemNum {
  background-color: #3a3a3a;
}
.monument_stagesItem.future > .monument_stagesItemNum {
  color: #8e8e8e;
  background: #ccc;
}
.monument_stagesItem.future > .monument_stagesItemTitle {
  color: #8e8e8e;
}
.monument_stagesItemNum {
  width: 60px;
  height: 60px;
  margin-right: 1rem;
  font-size: 28px;
  background: #920d30;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.monument_stagesItemTitle {
  color: #000;
  font-weight: 600;
}
.monument_stagesItemArrow {
  height: 30px;
  width: 16px;
  color: #3a3a3a;
  margin-right: 40px;
}
.monument_left {
  position: relative;
  width: 100%;
}
.monument_photo {
  display: block !important;
  width: 100%;
  height: -webkit-calc(100vw - 2rem);
  height: calc(100vw - 2rem);
  max-height: -webkit-calc(100vh - 3rem);
  max-height: calc(100vh - 3rem);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.monument_photoWrapper {
  width: 100%;
  margin-bottom: 1.5rem !important;
  background-color: #fff;
}
.monument_grandTotal {
  margin: 0 0 1.5rem;
  width: 100%;
  min-width: 100%;
  font-size: 1.5rem;
  font-weight: 600;
}
.monument_grandTotalValue,
.monument_grandTotalCurrency {
  font-size: 2rem;
  color: #9f0606;
}
.monument_totalHeader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}
.monument_totalTitle {
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
}
.monument_totalPrice {
  font-weight: 600;
  color: #920d30;
  white-space: nowrap;
}
.monument_totalParam {
  margin: 0;
}
.monument_totalParamTitle {
  font-weight: 600;
}
.monument_totalParamWrapper {
  margin: 0.5rem 0;
}
.monument_right {
  width: 100%;
  position: relative;
}
.monument_stage,
.monument_totalParam {
  display: none;
}
.monument_totalContent {
  margin: 1.5rem 0 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px dashed #a2a4a5;
}
.monument_optionsItem {
  margin-bottom: 1rem;
}
.monument_optionsItem:last-child {
  margin-bottom: 0.25rem;
}
.monument_optionsItem__margin:last-child {
  margin-bottom: -1.25rem;
}
.monument_optionsContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -0.5rem;
}
.monument_optionsTitle {
  font-weight: 600;
  margin: 0 0 0.5rem;
}
.monument_optionsImage {
  display: block;
  margin: 0 0 0.5rem;
}
.monument_optionsParam {
  display: block;
  margin: 0;
  text-align: center;
}
.monument_optionsParam__title {
  height: 3rem;
  overflow: hidden;
}
.monument_optionsParam__price {
  margin-top: 0.25rem;
  text-align: right;
  font-weight: 600;
}
.monument_sizeItem {
  display: block;
  width: 248px;
  padding: 0.4375rem;
  margin: 0 0.5rem 0.5rem 0;
  background-color: #fff;
  box-shadow: 2px 3px 1px rgba(0,4,2,0.19);
  border: 1px solid transparent;
  color: #373737;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.monument_sizeItem:hover,
.monument_sizeItem.active {
  background-color: #ccc;
  border: 1px solid #920d30;
  box-shadow: none;
}
.monument_polishContent,
.monument_gardenContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.monument_polishItem,
.monument_gardenItem {
  width: 170px;
  padding: 0.1875rem;
  margin: 0 0.5rem 0.5rem 0;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  box-shadow: 2px 3px 1px rgba(0,4,2,0.19);
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.monument_polishItem:hover,
.monument_gardenItem:hover,
.monument_polishItem.active,
.monument_gardenItem.active {
  background-color: #ccc;
  border: 1px solid #920d30;
  box-shadow: none;
}
.monument_personsInput {
  margin-bottom: 1.5rem;
}
.monument_engraving {
  padding: 0 3.5rem;
}
.monument_engravingItem {
  display: block !important;
  width: 168px !important;
  padding: 0.1875rem;
  margin: 0 auto 0.25rem;
  background-color: #fff;
  box-shadow: 2px 3px 1px rgba(0,4,2,0.19);
  border: 1px solid transparent;
  color: #373737;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.monument_engravingItem:hover,
.monument_engravingItem.active {
  background-color: #ccc;
  border: 1px solid #920d30;
  box-shadow: none;
}
.monument_engravingItemImage {
  margin-bottom: 0.5rem;
}
.monument_engravingItemInfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: -webkit-calc(100% - 160px - 0.5rem);
  height: calc(100% - 160px - 0.5rem);
}
.monument_engravingItemTitle {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  height: 3.9375rem;
  max-height: 3.9375rem;
  overflow: hidden;
}
.monument_engravingItemButton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0 0.5rem;
  font-weight: 600;
}
.monument_engravingItemButtonIcon {
  font-size: 1.5rem;
}
.monument_engravingItemButtonIcon.active {
  font-size: 1.75rem;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.monument_engravingInfo {
  margin-top: 0.5rem;
  text-align: center;
}
.monument_engravingTableRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5rem;
}
.monument_engravingTableRowTitle {
  min-width: 80%;
  width: 80%;
}
.monument_engravingTableRowPrice {
  width: 6rem;
  font-weight: 600;
}
.monument_engravingTableRowDelete {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid;
}
.monument_engravingTableRowDelete:before {
  content: '+';
  position: absolute;
  width: 2.375rem;
  height: 2.375rem;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  font-size: 1.75rem;
  line-height: 2.375rem;
  text-align: center;
}
.monument_engravingTableMessage {
  margin-bottom: 0.5rem;
  color: #f00;
}
.monument_buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.monument_buttons > .form_action {
  max-width: -webkit-calc(100% - 100px);
  max-width: calc(100% - 100px);
}
/* Dots */
.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 1rem;
  position: absolute;
  width: 100%;
  top: auto;
  bottom: 0;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slick-dots li {
  margin: 0;
  padding: 0;
  margin: 0 0.5rem;
}
.slick-dots li button {
  border: 0;
  padding: 0;
  border-radius: 50%;
  display: block;
  height: 0.5rem;
  width: 0.5rem;
  outline: none;
  cursor: pointer;
  background-color: #8f0d2f;
}
.slick-dots li button:hover {
  background-color: #00bbfe;
}
.slick-dots li.slick-active button {
  background-color: #5d5d5d;
}

/*# sourceMappingURL=../maps/component/monument.css.map */


