@charset "UTF-8";
/* SMARTADMIN VARIABLES
 * All variables related specifically to the theme starts from here:
 *
 * Grays moved to front, because they are needed before this point.
 */
/* left side */
/* right side */
/* the color that flashes when you click on the first nav element */
/* the plus icon that appears on the parent nav when expanding and collapsing */
/* these values will only address the first parent in the entire nav */
/* the plus & minus icons */
/* margin top */
.adv-order-form h2 {
  margin-top: 0; }

.adv-info p {
  margin-top: 18px; }
.adv-order-form p {
  margin-bottom: 24px; }

.adv-order-actions a {
  color: #55A32A;
  font-size: 24px;
  font-weight: bold; }

.adv-info-title {
  font-weight: bold;
  /* Корректировка наличия фиксированной шапки при переходе к якорю */ }
  .adv-info-title:before {
    display: block;
    content: "";
    height: 50px;
    margin: -50px 0 0; }
  .adv-info-title[data-item='0']:before {
    height: 65px;
    margin: -65px 0 0; }

.adv-info-cost {
  color: red; }

.adv-info-table {
  border: solid gray 1px; }
  .adv-info-table td {
    text-align: center; }
  .adv-info-table th {
    font-size: 16px;
    font-weight: 700; }
    .adv-info-table th h3 {
      text-align: center; }
  .adv-info-table td, .adv-info-table th {
    border: solid gray 1px;
    padding: 2px 4px; }
  .adv-info-table .adv-info-plus {
    color: green;
    text-align: center;
    font-weight: 700; }

.adv-info-example {
  margin: 0 -6px; }

.adv-info-example-col-left {
  float: left;
  width: 70%;
  padding: 0 6px; }
  .adv-info-example-col-left .adv-info-example-img {
    width: 100%; }

.adv-info-example-col-right {
  float: left;
  padding: 0 6px;
  width: 30%; }

.adv-info-example-desc-box {
  position: relative;
  padding: 12px;
  border: 1px solid #439A22;
  background-color: #439A22;
  color: #fff;
  font-size: 16px;
  font-family: Verdana;
  font-weight: bold;
  border-radius: 25px; }
  .adv-info-example-desc-box:before {
    content: ' ';
    position: absolute;
    left: 20%;
    bottom: -25px;
    width: 0;
    height: 0;
    border-width: 25px 60px 0 6px;
    border-radius: 0 0 0 4px;
    border-style: solid;
    border-color: #439A22 transparent transparent #439A22; }

.adv-order-actions {
  margin: 48px auto 63px;
  width: 700px; }

.adv-order-action {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35px 35px;
  background-color: #55A32A;
  border-radius: 25px; }
  .adv-order-action ~ div {
    float: left; }

.adv-order-action-mail {
  background-image: url("/assets/images/icon-mail-white.svg"); }

.adv-order-action-call {
  background-image: url("/assets/images/icon-smartphone-white.svg"); }

.adv-order-form {
  padding: 24px 90px;
  background-color: #fff;
  border: 3px solid #55A32A; }

.footer {
  background-color: #fff;
  margin-top: 0; }

/*# sourceMappingURL=info-adv.css.map */
