@charset "UTF-8";
/* line 1, dhome-style.scss */
html {
  height: 100%; }

/* line 5, dhome-style.scss */
body {
  height: 100%;
  font-family: "Circe", sans-serif;
  line-height: 1.4;
  font-size: 18px;
  color: #f7f9f8; }

/* line 12, dhome-style.scss */
p {
  margin-bottom: 1rem; }

/* line 16, dhome-style.scss */
.button {
  margin-top: 24px;
  cursor: pointer;
  border: none;
  outline: none;
  border-radius: 0;
  background: #b78b1e;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: inherit;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 42px;
  height: 42px;
  padding: 0 13px;
  min-width: 200px;
  font-size: 12px;
  color: #ffffff; }
  /* line 41, dhome-style.scss */
  .button:hover, .button:active {
    box-shadow: none; }
  /* line 45, dhome-style.scss */
  .button.button-border {
    border: 1px solid #fff;
    box-shadow: none;
    background: transparent; }
    /* line 49, dhome-style.scss */
    .button.button-border:hover, .button.button-border:active {
      color: #b78b1e;
      border-color: #b78b1e; }

/* line 57, dhome-style.scss */
.dhome-page {
  min-height: 100%;
  background: -webkit-linear-gradient(bottom, rgba(117, 105, 76, 0.65), rgba(117, 105, 76, 0.65)), url(bg_desktop.jpg);
  background: linear-gradient(0deg, rgba(117, 105, 76, 0.65), rgba(117, 105, 76, 0.65)), url(bg_desktop.jpg);
  background-blend-mode: normal, multiply;
  background-size: cover;
  background-position: 48% 50%; }
  /* line 74, dhome-style.scss */
  .dhome-page .inner {
    text-align: center; }
    /* line 77, dhome-style.scss */
    .dhome-page .inner .content {
      max-width: 480px;
      margin: 0 auto;
      padding: 43px;
      min-height: calc(100vh - 200px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
    /* line 95, dhome-style.scss */
    .dhome-page .inner .strong {
      font-weight: bold;
      font-size: 18px;
      line-height: 133%;
      letter-spacing: 2px;
      text-transform: uppercase;
      margin-bottom: 24px; }
  /* line 104, dhome-style.scss */
  .dhome-page .header {
    padding: 18px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    /* line 115, dhome-style.scss */
    .dhome-page .header img + img {
      margin-left: 20px; }
  /* line 120, dhome-style.scss */
  .dhome-page h1 {
    margin-bottom: 24px;
    font-weight: bold;
    font-size: 25px;
    line-height: 128%;
    letter-spacing: 2px;
    text-transform: uppercase; }

/* line 130, dhome-style.scss */
#jivo-iframe-container + *, #jivo-iframe-container + div + * {
  display: none; }

/* line 134, dhome-style.scss */
.ovh {
  overflow: hidden; }

/* line 138, dhome-style.scss */
.dhome-reg-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: transparent;
  z-index: 1000; }
  /* line 148, dhome-style.scss */
  .dhome-reg-modal .hide-wrap {
    display: none; }
  /* line 151, dhome-style.scss */
  .dhome-reg-modal .modal-block-inner {
    margin: 0 auto;
    background: #fff;
    height: 100%;
    border-radius: 10px 10px 0 0;
    overflow-y: auto;
    padding: 50px 30px;
    max-width: 480px;
    position: relative; }
    /* line 160, dhome-style.scss */
    .dhome-reg-modal .modal-block-inner .title {
      font-weight: 600;
      font-size: 20px;
      margin-bottom: 24px; }
    /* line 165, dhome-style.scss */
    .dhome-reg-modal .modal-block-inner .modal-block-close {
      position: absolute;
      right: 12px;
      top: 7px;
      font-size: 20px;
      color: #a0a0a0; }
      /* line 171, dhome-style.scss */
      .dhome-reg-modal .modal-block-inner .modal-block-close:hover {
        color: #000e25; }
  /* line 176, dhome-style.scss */
  .dhome-reg-modal .modal-block-position {
    position: absolute;
    top: 100px;
    left: 0;
    bottom: 0;
    right: 0; }
  /* line 184, dhome-style.scss */
  .dhome-reg-modal form button {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 200px; }
  /* line 190, dhome-style.scss */
  .dhome-reg-modal form label {
    opacity: 0;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #6d6e70; }
  /* line 198, dhome-style.scss */
  .dhome-reg-modal form .input-changed label {
    opacity: 1; }
  /* line 201, dhome-style.scss */
  .dhome-reg-modal form input {
    border-radius: 0;
    padding: 6px 0;
    margin-bottom: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-bottom: 2px solid #dcddde;
    width: 100%;
    font-family: inherit;
    color: #00754a;
    font-size: 18px;
    outline: none;
    line-height: 1; }
    /* line 216, dhome-style.scss */
    .dhome-reg-modal form input.is-error {
      border-color: #b4394d; }
      /* line 218, dhome-style.scss */
      .dhome-reg-modal form input.is-error::-webkit-input-placeholder {
        color: #b4394d; }
      /* line 221, dhome-style.scss */
      .dhome-reg-modal form input.is-error:-moz-placeholder {
        color: #b4394d; }
      /* line 224, dhome-style.scss */
      .dhome-reg-modal form input.is-error::-moz-placeholder {
        color: #b4394d; }
      /* line 227, dhome-style.scss */
      .dhome-reg-modal form input.is-error:-ms-input-placeholder {
        color: #b4394d; }
    /* line 231, dhome-style.scss */
    .dhome-reg-modal form input::-webkit-input-placeholder {
      color: #6d6e70;
      text-transform: uppercase;
      font-size: 18px;
      font-weight: 300; }
    /* line 237, dhome-style.scss */
    .dhome-reg-modal form input:-moz-placeholder {
      color: #6d6e70;
      opacity: 1;
      text-transform: uppercase;
      font-size: 18px;
      font-weight: 300; }
    /* line 244, dhome-style.scss */
    .dhome-reg-modal form input::-moz-placeholder {
      color: #6d6e70;
      opacity: 1;
      text-transform: uppercase;
      font-size: 18px;
      font-weight: 300; }
    /* line 251, dhome-style.scss */
    .dhome-reg-modal form input:-ms-input-placeholder {
      color: #6d6e70;
      text-transform: uppercase;
      font-size: 18px;
      font-weight: 300; }
  /* line 259, dhome-style.scss */
  .dhome-reg-modal form .dhome-data {
    padding-top: 25px;
    padding-bottom: 15px; }
    /* line 262, dhome-style.scss */
    .dhome-reg-modal form .dhome-data label {
      color: #6d6e70;
      text-transform: uppercase;
      font-size: 18px;
      font-weight: 300;
      opacity: 1; }
    /* line 269, dhome-style.scss */
    .dhome-reg-modal form .dhome-data div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 20px; }
    /* line 281, dhome-style.scss */
    .dhome-reg-modal form .dhome-data input {
      width: 48%;
      flex-basis: 48%;
      max-width: 48%;
      border: 2px solid #dcddde;
      border-radius: 10px;
      font-size: 24px;
      text-align: center;
      text-transform: uppercase;
      color: #b78b1e;
      margin-bottom: 0; }
  /* line 295, dhome-style.scss */
  .dhome-reg-modal .g-recaptcha > div {
    margin: 0 auto; }

/* line 300, dhome-style.scss */
.form-changed input:invalid {
  border-color: #b4394d !important;
  /*&::-webkit-input-placeholder {				
  color: #b4394d;				
  }
  &:-moz-placeholder {				
  color: #b4394d;                    
  }
  &::-moz-placeholder {				
  color: #b4394d;                    
  }
  &:-ms-input-placeholder {				
  color: #b4394d;                     
  }    */ }

/* line 316, dhome-style.scss */
.notice {
  color: #4e4e4e;
  background: #fff3d5;
  padding: 24px 31px;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
  border: 2px solid #b78b1e;
  margin-bottom: 20px; }
  /* line 326, dhome-style.scss */
  .notice a {
    white-space: nowrap;
    color: #0092b3;
    font-weight: 400; }

/* line 333, dhome-style.scss */
div.is-error {
  box-shadow: 0 0 5px 5px rgba(180, 57, 77, 0.79); }

/* Планы */
/* line 337, dhome-style.scss */
.dhome-collection {
  color: #6d6e70; }
  /* line 339, dhome-style.scss */
  .dhome-collection .inner {
    max-width: 480px;
    margin: 0 auto;
    padding: 0 20px; }
  /* line 344, dhome-style.scss */
  .dhome-collection .dhome-header {
    height: 30vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.65) 100%), url(ab1_bg.jpg);
    background-size: cover; }
    /* line 363, dhome-style.scss */
    .dhome-collection .dhome-header .title {
      font-weight: bold;
      font-size: 28px;
      line-height: 30px;
      text-transform: uppercase;
      color: #ddc9a3; }
  /* line 371, dhome-style.scss */
  .dhome-collection .dhome-plan {
    padding: 20px 0 40px 0; }
    /* line 373, dhome-style.scss */
    .dhome-collection .dhome-plan .image-map area:hover {
      background: red; }
    /* line 376, dhome-style.scss */
    .dhome-collection .dhome-plan #img {
      display: block;
      margin: 0 auto; }
    /* line 380, dhome-style.scss */
    .dhome-collection .dhome-plan .dhome-plan-image {
      margin-bottom: 40px;
      margin-left: -20px;
      margin-right: -20px; }
      /* line 384, dhome-style.scss */
      .dhome-collection .dhome-plan .dhome-plan-image #mapster_wrap_0 {
        margin: 0 auto; }
  /* line 390, dhome-style.scss */
  .dhome-collection .dhome-plan-notice {
    padding: 20px 16px 18px 68px;
    background: url(hand.svg) 18px 50% no-repeat;
    border: 2px solid #00754a;
    border-radius: 10px;
    font-size: 14px;
    text-transform: uppercase;
    color: #000000; }
  /* line 399, dhome-style.scss */
  .dhome-collection .dhome-plan-data {
    margin-bottom: 30px;
    font-size: 15px; }
    /* line 402, dhome-style.scss */
    .dhome-collection .dhome-plan-data strong {
      position: relative;
      bottom: -1px;
      margin-left: 15px;
      font-weight: normal;
      font-size: 20px;
      color: #b78b1e; }
    /* line 410, dhome-style.scss */
    .dhome-collection .dhome-plan-data ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
  /* line 423, dhome-style.scss */
  .dhome-collection .button-scroll {
    position: fixed;
    top: -60px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    left: 0;
    right: 0;
    background-color: #00754ad9;
    cursor: pointer; }
    /* line 435, dhome-style.scss */
    .dhome-collection .button-scroll .dhome-plan-notice {
      line-height: 35px;
      min-height: 35px;
      padding: 2px 10px 2px 56px;
      color: #fff;
      font-size: 11px;
      background-size: 20px;
      border-radius: 0;
      border-left: 0;
      border-right: 0;
      border-top: 0;
      border-width: 1px; }
      /* line 447, dhome-style.scss */
      .dhome-collection .button-scroll .dhome-plan-notice span {
        vertical-align: middle;
        line-height: 1.3;
        display: inline-block; }
    /* line 453, dhome-style.scss */
    .dhome-collection .button-scroll.show {
      top: 0; }
  /* line 458, dhome-style.scss */
  .dhome-collection .button-order-scroll {
    position: fixed;
    bottom: -100px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    left: 0;
    right: 0;
    background-color: rgba(0, 117, 74, 0.98);
    padding: 8px 10px 8px 10px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    background-size: 20px;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-width: 1px; }
    /* line 478, dhome-style.scss */
    .dhome-collection .button-order-scroll.show {
      bottom: 0; }
    /* line 481, dhome-style.scss */
    .dhome-collection .button-order-scroll button {
      margin: 0; }
  /* line 486, dhome-style.scss */
  .dhome-collection .button {
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    box-shadow: none;
    background: #004d43;
    min-width: 255px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ddc9a3; }
    /* line 497, dhome-style.scss */
    .dhome-collection .button.empty {
      border: 2px solid #92ad85;
      background: transparent; }
  /* line 503, dhome-style.scss */
  .dhome-collection .dd-room {
    padding: 30px 0;
    background: #f7f7f7; }
    /* line 506, dhome-style.scss */
    .dhome-collection .dd-room .dd-heading {
      padding: 0 10px;
      margin-bottom: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 24px;
      line-height: 30px;
      text-transform: uppercase;
      color: #b78b1e; }
      /* line 519, dhome-style.scss */
      .dhome-collection .dd-room .dd-heading .icon {
        display: block;
        margin-right: 20px;
        width: 80px;
        height: 80px;
        background: #ddc9a3;
        border-radius: 100%;
        text-align: center;
        line-height: 80px; }
        /* line 528, dhome-style.scss */
        .dhome-collection .dd-room .dd-heading .icon img {
          vertical-align: middle; }
    /* line 534, dhome-style.scss */
    .dhome-collection .dd-room .faq-item {
      margin: 0 -4px;
      border-top: 2px solid rgba(109, 110, 112, 0.2); }
      /* line 537, dhome-style.scss */
      .dhome-collection .dd-room .faq-item:last-child {
        border-bottom: 2px solid rgba(109, 110, 112, 0.2); }
      /* line 540, dhome-style.scss */
      .dhome-collection .dd-room .faq-item .faq-qst {
        position: relative;
        font-size: 16px;
        line-height: 1.3;
        padding: 15px 0;
        padding-left: 50px;
        padding-right: 25px;
        background-repeat: no-repeat;
        background-position: 14px 50%; }
        /* line 549, dhome-style.scss */
        .dhome-collection .dd-room .faq-item .faq-qst .arr {
          position: absolute;
          top: calc(50% - 6px);
          right: 10px;
          width: 8px;
          height: 8px;
          border-top: 1px solid #6d6e70;
          border-right: 1px solid #6d6e70;
          -moz-transform: rotate(135deg);
          -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
          cursor: pointer; }
        /* line 562, dhome-style.scss */
        .dhome-collection .dd-room .faq-item .faq-qst.clickme {
          cursor: pointer; }
      /* line 566, dhome-style.scss */
      .dhome-collection .dd-room .faq-item .faq-asw {
        color: #333;
        font-size: 16px;
        padding: 0 14px 10px 14px;
        display: none; }
      /* line 573, dhome-style.scss */
      .dhome-collection .dd-room .faq-item.opened .arr {
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  /* line 582, dhome-style.scss */
  .dhome-collection .dd-room-devices {
    padding: 30px 0 0 0; }
    /* line 584, dhome-style.scss */
    .dhome-collection .dd-room-devices .row.is-grid {
      margin-left: -15px;
      margin-right: -15px; }
      /* line 587, dhome-style.scss */
      .dhome-collection .dd-room-devices .row.is-grid .cell-6 {
        padding: 0 15px; }
  /* line 592, dhome-style.scss */
  .dhome-collection .dd-room-wrap:last-child .dd-room-summary {
    padding-bottom: 24px; }
  /* line 595, dhome-style.scss */
  .dhome-collection .dd-room-summary {
    text-align: center;
    padding-bottom: 64px;
    padding-top: 20px;
    border-top: 1px solid #00754a; }
    /* line 600, dhome-style.scss */
    .dhome-collection .dd-room-summary .room-total {
      font-size: 20px;
      color: #00754a;
      font-weight: bold; }
    /* line 605, dhome-style.scss */
    .dhome-collection .dd-room-summary .dd-room-total {
      margin-bottom: 8px; }
  /* line 609, dhome-style.scss */
  .dhome-collection .dd-product {
    position: relative;
    margin-bottom: 30px; }
    /* line 612, dhome-style.scss */
    .dhome-collection .dd-product .img {
      background: #f7f7f7;
      line-height: 100px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100px;
      height: 100px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0 auto;
      overflow: hidden;
      border-radius: 100%;
      margin-bottom: 10px; }
      /* line 630, dhome-style.scss */
      .dhome-collection .dd-product .img img {
        max-width: 130px;
        max-height: 130px;
        display: block; }
    /* line 636, dhome-style.scss */
    .dhome-collection .dd-product a {
      text-decoration: none;
      color: #004d43; }
    /* line 640, dhome-style.scss */
    .dhome-collection .dd-product .dd-prod-price {
      font-size: 20px;
      white-space: nowrap; }
    /* line 644, dhome-style.scss */
    .dhome-collection .dd-product .dd-old-price {
      color: #d0cfcd;
      font-size: 14px;
      white-space: nowrap;
      text-decoration: line-through; }
    /* line 650, dhome-style.scss */
    .dhome-collection .dd-product .dd-prod-count {
      border-radius: 100%;
      width: 20px;
      height: 20px;
      background: #00754a;
      text-align: center;
      line-height: 20px;
      position: absolute;
      top: 0;
      right: 0;
      font-size: 12px;
      color: #ddc9a3; }
    /* line 663, dhome-style.scss */
    .dhome-collection .dd-product .dd-buyzone {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    /* line 671, dhome-style.scss */
    .dhome-collection .dd-product .title {
      display: block;
      font-size: 14px;
      line-height: 18px;
      color: #004d43;
      margin-bottom: 10px; }
    /* line 678, dhome-style.scss */
    .dhome-collection .dd-product button {
      width: 36px;
      height: 36px;
      display: block;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: 0;
      outline: none;
      box-shadow: none;
      padding: 0;
      border-radius: 100%;
      margin: 0;
      background: url(dd-cart.svg) center center no-repeat #74cee2; }
  /* line 695, dhome-style.scss */
  .dhome-collection .dd-plan-summary {
    text-align: center;
    padding: 24px 0;
    background: #00754a;
    color: #f7f9f8; }
    /* line 700, dhome-style.scss */
    .dhome-collection .dd-plan-summary .title {
      letter-spacing: 2px;
      text-transform: uppercase;
      margin-bottom: 20px;
      text-align: center;
      font-weight: bold;
      font-size: 18px; }
    /* line 708, dhome-style.scss */
    .dhome-collection .dd-plan-summary .plan-total {
      font-size: 20px;
      color: #ddc9a3;
      font-weight: bold; }
  /* line 715, dhome-style.scss */
  .dhome-collection .call-us {
    background: #fff;
    padding: 30px 0; }
    /* line 718, dhome-style.scss */
    .dhome-collection .call-us .title {
      margin-bottom: 20px;
      font-size: 16px;
      line-height: 21px;
      text-align: center;
      text-transform: uppercase;
      color: #000000; }
    /* line 727, dhome-style.scss */
    .dhome-collection .call-us .call-us-icons a {
      display: block;
      text-align: center;
      margin: 0 24px; }
    /* line 732, dhome-style.scss */
    .dhome-collection .call-us .call-us-icons a .icon {
      margin: 0 auto;
      display: block;
      width: 48px;
      height: 48px;
      border: 1px solid #b78b1e;
      border-radius: 100%; }
    /* line 740, dhome-style.scss */
    .dhome-collection .call-us .call-us-icons a .text {
      font-size: 14px;
      color: #333; }
    /* line 744, dhome-style.scss */
    .dhome-collection .call-us .call-us-icons .cu-mail .icon {
      background: url(dd-mail.svg) center center no-repeat; }
    /* line 747, dhome-style.scss */
    .dhome-collection .call-us .call-us-icons .cu-call .icon {
      background: url(dd-call.svg) center center no-repeat; }
  /* line 753, dhome-style.scss */
  .dhome-collection .dd-compatible {
    background: #f1f1f0;
    padding: 24px 0 10px 0; }
    /* line 756, dhome-style.scss */
    .dhome-collection .dd-compatible .title {
      color: #000;
      text-align: center;
      margin-bottom: 20px; }
    /* line 761, dhome-style.scss */
    .dhome-collection .dd-compatible a {
      display: block;
      margin-bottom: 24px; }
      /* line 764, dhome-style.scss */
      .dhome-collection .dd-compatible a img {
        display: block; }
    /* line 768, dhome-style.scss */
    .dhome-collection .dd-compatible .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: distribute;
      justify-content: space-around; }

/* line 783, dhome-style.scss */
#own_preloader {
  z-index: 1000;
  background: #f7f7f7;
  text-align: center;
  width: 250px;
  color: #6d6e70;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.3); }
  /* line 791, dhome-style.scss */
  #own_preloader #added-to-cart {
    width: 270px;
    padding: 20px; }
    /* line 794, dhome-style.scss */
    #own_preloader #added-to-cart .title {
      text-transform: uppercase;
      font-size: 14px; }
  /* line 799, dhome-style.scss */
  #own_preloader .button {
    line-height: 40px;
    width: 100%;
    display: inline-block;
    box-shadow: none;
    background: #004d43;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ddc9a3; }
    /* line 810, dhome-style.scss */
    #own_preloader .button.empty {
      border: 2px solid #004d43;
      background: transparent;
      color: #004d43;
      font-weight: 600; }
