.reg-form .field input.error {
  border-color: red;
}

.reg-form .field input + label.error {
  font-size: 12px;
  color: red;
  margin-left: 2px;
  margin-top: 5px;
}

.open_notify_reg {
  background: #ffd200;
  color: black;
  font-weight: 800;
  font-size: 20px;
  padding: 15px;
  border: none;
  outline: none;
  box-shadow: 0px 5px 0px 0px #caa80a;
}
.open_notify_reg:focus, .open_notify_reg:active {
  outline: none;
}
.open_notify_reg:active {
  margin-top: 2px;
  box-shadow: 0px 3px 0px 0px #caa80a;
}
.notify_popup .reg-form {
  padding: 10px 40px;
}
.notify_timeout_popup .form {
  padding: 30px 40px;
  text-align: left;
}
.notify_timeout_popup .pre_text {
  margin: 20px 0px;
}
.notify_popup .reg-form label.error {
  display: block;
  text-align: left;
}

.d-table {
  margin-bottom: 15px;
  color: #fff;
  border: 1px solid #fff;
}

.d-table-row {
  display: grid; 
  grid-template-columns: 20% 1fr 1fr 1fr 1fr 1fr 12% 12% 12%;  
  border-top: 1px solid #fff;
}

.d-table-row:nth-child(1) {
  border-top: none;
}

.d-table-col {
  border-right: 1px solid #fff;
  padding: 10px;
}

.d-table-col:last-child {
  border-right: none;
}


.d-table-row {
  margin-bottom: 0;
}

.d-table-row:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {

  .d-table {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid #fff;
  }

  .d-table-row {
    grid-template-columns: 100%;
    grid-row-gap: 15px; 
    margin-bottom: 0;
  }

  .d-table-row:nth-child(1) {
    border-right: 1px solid #fff;
  }

  .d-table-col {
    border-top: 1px solid #fff;
    border-right: none;
    padding: 10px;
  }

  .d-table-row .d-table-col:nth-child(1) {
    height: 50px;
    border-top: none;
  }

  .slider-wrap {
    padding-left: 15px;
    padding-right: 15px;
}

.slider-wrap .owl-prev {
    left: -12px;
}

.slider-wrap .owl-next {
    right: -12px;
}

}

@media (max-width: 540px) {
  .d-table-row .d-table-col:nth-child(1) {
    height: 70px;
  }
}


@media (max-width: 400px) {
  .d-table-row .d-table-col:nth-child(1) {
    height: 90px;
  }

  .d-table-row .d-table-col {
    display: flex;
    align-items: center;
    height: 60px;
  }
}

.products .product .price {
  float: none;
}

.c-note {
  text-align: left;
  color: #000;
}

.show-table {
  padding: 0;
  background: none;
  border: none;
  margin: 0;
  color: #6cf;
}
@media (max-width: 897px) {
  #wrapper #header {
      background-color: #07111d;
      background-position: center top;
      background-size: cover;
      padding-bottom: 100px;
  }

  #top-line .logo {
    margin: 10px 0;
    width: 220px;
  }

  #header-panel .main-words .line {
    font-size: 20px;
    line-height: 36px;
  }


  #header-panel .main-words .line .word-bg {
    padding: 8px 24px;
  }

  .btn-header {
    margin-top: 25px;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    margin-bottom: 70px;
  }

  .btn-header [class^="micon-"]::before {
    margin-top: 0;
  }

  .wrp-about {
    margin-top: 27px;
    height: 180px;
  }

  .wrp-about .reg_text {
    padding-top: 28px;
  }

  #top-line .phone-link {
    width: 45px;
    right: 15px !important;
  }

  #top-line .navbar-toggle {
    right: 64px;
  }

}

@media (max-width: 560px) {
  #wrapper #header {
    padding-bottom: 50px;
  }
}

