* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out; }

body {
  font-family: "Dinot", sans-serif;
  line-height: 1;
  background-color: #f4f4f4; }

#body {
  display: inline-block;
  width: 100%; }

#wrap {
  max-width: 1280px;
  margin: 0px auto;
  overflow-x: hidden;
  padding-top: 56px;
  z-index: 0;
  position: relative; }

.container {
  display: block;
  width: 100%;
  float: left;
  text-align: left; }
  .container h1, .container h2, .container h3, .container h4 {
    font-weight: normal; }
  .container .col-6 {
    display: inline-block;
    width: 50%;
    float: left; }

.lSAction > a {
  background: transparent; }

.form-input {
  width: 100%;
  display: inline-block;
  float: left;
  margin-right: 5px;
  position: relative; }
  .form-input label {
    position: absolute;
    top: 14px;
    left: 14px;
    color: #7c7c7c; }
  .form-input.active label {
    top: -9px;
    left: 7px;
    background: #edeeed; }
  .form-input.active input {
    position: initial; }
  .form-input input {
    width: 100%;
    display: inline-block;
    background: rgba(0, 0, 0, 0.13);
    margin-bottom: 15px;
    border: 1px solid #fff;
    padding: 10px 10px 21px;
    outline: none;
    border-radius: 3px; }

.p_bottom_content {
  display: block;
  width: 100%;
  padding: 0px 20px;
  max-width: 1000px;
  margin: 0px auto; }
  .p_bottom_content .p_btm_row {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px; }
    .p_bottom_content .p_btm_row .p_btm_header {
      display: inline-block;
      width: 100%;
      border-bottom: 1px solid #fafafa; }
      .p_bottom_content .p_btm_row .p_btm_header span {
        display: inline-block;
        font-size: 17px;
        text-transform: uppercase;
        padding: 10px;
        line-height: 1.5; }
        .p_bottom_content .p_btm_row .p_btm_header span svg {
          width: 25px;
          height: 25px;
          fill: #fcd00b;
          vertical-align: top;
          margin-top: 0px;
          margin-right: 6px; }
      .p_bottom_content .p_btm_row .p_btm_header a {
        display: inline-block;
        text-decoration: none;
        text-transform: uppercase;
        color: #000;
        background-color: #fdcf0a;
        border-radius: 40px;
        padding: 10px;
        float: right;
        margin-top: 5px;
        font-size: 15px; }
        .p_bottom_content .p_btm_row .p_btm_header a svg {
          width: 10px;
          height: 10px; }
    .p_bottom_content .p_btm_row .p_btm_ico {
      display: inline-block;
      width: 30px;
      height: 30px;
      background-color: #21e059;
      border-radius: 50%;
      text-align: center; }
      .p_bottom_content .p_btm_row .p_btm_ico svg {
        width: 15px;
        height: 15px;
        margin-top: 7px;
        display: inline-block;
        fill: #fff; }
      .p_bottom_content .p_btm_row .p_btm_ico.tclose {
        background-color: #ff0000; }
      .p_bottom_content .p_btm_row .p_btm_ico.tedit {
        background-color: #ccc; }
    .p_bottom_content .p_btm_row table {
      table-layout: fixed;
      border-collapse: collapse;
      width: 100%; }
      .p_bottom_content .p_btm_row table tr {
        background-color: #fafafa;
        border-bottom: 2px solid #fff; }
        .p_bottom_content .p_btm_row table tr:first-child {
          background: #fdcf0a; }
          .p_bottom_content .p_btm_row table tr:first-child td {
            text-transform: uppercase;
            font-weight: bold; }
        .p_bottom_content .p_btm_row table tr td {
          padding: 14px; }

@media screen and (min-width: 700px) {
  #wrap {
    padding-top: 59px; } }
@media screen and (min-width: 954px) {
  #wrap {
    padding-top: 57px; } }

/*# sourceMappingURL=general.css.map */
