html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box; }

@font-face {
  font-family: "Lato-Regular";
  src: url("../fonts/Lato-Regular.ttf"); }
@font-face {
  font-family: "Lato-Bold";
  src: url("../fonts/Lato-Bold.ttf"); }
@font-face {
  font-family: "Lato-Light";
  src: url("../fonts/Lato-Light.ttf"); }
@font-face {
  font-family: "Lato-Medium";
  src: url("../fonts/Lato-Medium.ttf"); }
@font-face {
  font-family: "Lato-Semibold";
  src: url("../fonts/Lato-Semibold.ttf"); }
@font-face {
  font-family: "Lato-Heavy";
  src: url("../fonts/Lato-Heavy.ttf"); }
@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.ttf"); }
@media screen and (min-width: 1142px) {
  .container {
    width: 1142px;
    margin: 0 auto; } }
@media screen and (max-width: 1141px) {
  .container {
    width: 100%;
    padding: 5px 5px; } }

h1, h2 {
  font-family: "Lato-Regular", sans-serif;
  font-size: 2.500rem;
  color: #2d3950;
  text-align: center;
  padding: 1em 0 0.5em 0; 
    margin-bottom: 30px;
}
  @media screen and (max-width: 581px) {
    h1, h2 {
      font-size: 1.750rem; } }

p, li {
  font-size: 1.125em; }

ul {
  list-style-type: disc;
  color: #4a0070; }
  ul li {
    margin-left: 3em; }

header {
  background-color: #ecd8ff; }
  header .container {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (min-width: 781px) {
      header .container {
        height: 100px; } }
    @media screen and (max-width: 780px) {
      header .container {
        font-size: 0.7em; } }
    header .container .s-logo {
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      order: 1; }
      header .container .s-logo p {
        margin-left: 0.542em;
        color: #4a0070;
        font-family: "Lato-Medium", sans-serif;
        font-size: 1.500em; }
        @media screen and (max-width: 340px) {
          header .container .s-logo p {
            font-size: 1.2em; } }
    header .container .s-menu {
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media screen and (max-width: 580px) {
        header .container .s-menu {
          order: 3;
          margin-top: 1em;
          width: 100%; } }
      @media screen and (min-width: 581px) {
        header .container .s-menu {
          order: 2; } }
      header .container .s-menu p {
        font-family: "Lato-Bold", sans-serif;
        font-size: 1.250em;
        text-align: center;
        margin-top: 0.4em;
        color: #4a0070; }
      header .container .s-menu nav {
        margin-top: 1em;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center; }
        header .container .s-menu nav a {
          color: #4a0070;
          text-decoration: none;
          font-family: "Roboto-Regular", sans-serif;
          font-size: 1.125em;
          margin: 0 0.625em; }
        header .container .s-menu nav a[href] {
          color: #343434; }
          header .container .s-menu nav a[href]:hover {
            color: #4a0070; }
    header .container form {
      position: absolute;
      visibility: hidden;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: center;
      align-items: center;
      margin-right: 0;
      background-color: rgba(226, 197, 240, 0.7);
      width: 50vw;
      top: 85px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      border-radius: 10px;
      padding: 1em; }
      @media screen and (min-width: 1142px) {
        header .container form {
          width: 500px;
          margin-left: 641px; } }
      @media screen and (max-width: 420px) {
        header .container form {
          width: 200px; } }
      @media screen and (max-width: 1141px) {
        header .container form {
          right: 5px; } }
      header .container form .name {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        margin-top: 1em; }
        header .container form .name input {
          width: 70%;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          -ms-border-radius: 3px;
          border-radius: 3px; }
        header .container form .name span {
          width: 30%;
          margin: auto 0; }
      header .container form .phone {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        margin-top: 1em; }
        header .container form .phone input {
          width: 70%;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          -ms-border-radius: 3px;
          border-radius: 3px; }
        header .container form .phone span {
          width: 30%;
          margin: auto 0; }
      header .container form input[type=submit] {
        font-family: "Lato-Regular", sans-serif;
        font-size: 1.125em;
        color: #4a0070;
        text-decoration: none;
        background-color: white;
        padding: 0.444em 0.667em;
        border: 1px solid #4a0070;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        margin-top: 1em; }
        header .container form input[type=submit]:hover {
          color: white;
          background-color: #4a0070; }
        @media screen and (max-width: 340px) {
          header .container form input[type=submit] {
            font-size: 0.9em; } }
      header .container form a {
        width: 100%;
        text-align: right;
        margin-top: -20px; }
        header .container form a:hover {
          cursor: pointer; }
    header .container .s-contacts {
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: space-around;
      justify-content: space-around;
      -webkit-align-items: flex-end;
      align-items: flex-end; }
      @media screen and (max-width: 580px) {
        header .container .s-contacts {
          order: 2; } }
      @media screen and (min-width: 581px) {
        header .container .s-contacts {
          order: 3; } }
      header .container .s-contacts a:nth-child(1) {
        font-family: "Lato-Bold", sans-serif;
        font-size: 1.500em;
        color: #4a0070;
        text-decoration: none; }
        @media screen and (max-width: 340px) {
          header .container .s-contacts a:nth-child(1) {
            font-size: 1.2em; } }
      header .container .s-contacts a:nth-child(2) {
        font-family: "Lato-Regular", sans-serif;
        font-size: 1.125em;
        color: #4a0070;
        text-decoration: none;
        background-color: white;
        padding: 0.444em 0.667em;
        border: 1px solid #4a0070;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px; }
        header .container .s-contacts a:nth-child(2):hover {
          color: white;
          background-color: #4a0070; }
        @media screen and (max-width: 340px) {
          header .container .s-contacts a:nth-child(2) {
            font-size: 0.9em; } }
      header .container .s-contacts a:nth-child(3) {
        font-family: "Lato-Light", sans-serif;
        font-size: 1em;
        color: #4a0070;
        text-decoration: underline; }

section.chain-links .container {
  padding-top: 1em;
  padding-bottom: 1em;
  color: #4a0070; }
  section.chain-links .container a {
    text-decoration: none;
    font-size: 1em;
    font-family: "Roboto-Regular", sans-serif;
    color: #58595b; }
  section.chain-links .container a[href] {
    color: #4a0070; }
    section.chain-links .container a[href]:hover {
      color: #58595b;
      text-decoration: underline; }

section.banner {
  background-image: url("../img/banner-1.jpg");
  background-size: cover;
  background-position: center; }
  section.banner .container {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    justify-content: space-around; }
    @media screen and (min-width: 1142px) {
      section.banner .container {
        height: 400px; } }
    @media screen and (max-width: 1141px) and (min-width: 581px) {
      section.banner .container {
        height: 300px; } }
    @media screen and (max-width: 580px) {
      section.banner .container {
        height: 200px; } }
    section.banner .container p {
      font-family: "Lato-Bold", sans-serif;
      color: white;
      text-align: center;
      padding: 2em;
      line-height: 1.5em; }
      @media screen and (min-width: 1142px) {
        section.banner .container p {
          font-size: 1.125em; } }
      @media screen and (max-width: 1141px) and (min-width: 581px) {
        section.banner .container p {
          font-size: 0.9em; } }
      @media screen and (max-width: 580px) {
        section.banner .container p {
          font-size: 0.5em;
          padding: 1em 2em;
          line-height: 1.5em; } }
    section.banner .container a {
      font-family: "Lato-Regular", sans-serif;
      font-size: 1.125em;
      color: #4a0070;
      text-decoration: none;
      background-color: rgba(255, 255, 255, 0.5);
      padding: 1.111em 2.222em;
      border: 1px solid #4a0070;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px; }
      section.banner .container a:hover {
        color: white;
        background-color: rgba(74, 0, 112, 0.5); }
      @media screen and (min-width: 341px) and (max-width: 580px) {
        section.banner .container a {
          font-size: 0.9em; } }
      @media screen and (max-width: 340px) {
        section.banner .container a {
          font-size: 0.7em; } }

section.category .container {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 3.125em; }
  section.category .container .item-container {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 2.500em;
    width: 270px; }
    @media screen and (max-width: 581px) {
      section.category .container .item-container {
        width: 140px; } }
    section.category .container .item-container a.icon-container {
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      order: -1;
      margin: 0 auto;
      width: 100px;
      height: 100px;
      transition: all 0.3s;
      background-image: url("../img/bg_icon2.png"); }
      @media screen and (max-width: 581px) {
        section.category .container .item-container a.icon-container {
          width: 70px;
          height: 70px;
          font-size: 0.9em; } }
      section.category .container .item-container a.icon-container:hover {
        background-image: url("../img/bg_icon.png");
        cursor: pointer; }
      section.category .container .item-container a.icon-container img {
        margin: auto; }
        @media screen and (max-width: 581px) {
          section.category .container .item-container a.icon-container img {
            width: 50%; } }
    section.category .container .item-container a {
      text-align: center;
      text-decoration: none;
      margin-top: 1.889em;
      color: #777777;
      font-family: "Lato-Regular", sans-serif;
      font-size: 1.125em; }
      @media screen and (max-width: 581px) {
        section.category .container .item-container a {
          margin-top: 1em;
          font-size: 0.9em; } }
      section.category .container .item-container a:hover ~ .icon-container {
        background-image: url("../img/bg_icon.png"); }

section.about {
    background-color: #f5ebff;
    overflow: hidden; 
    padding: 30px;
}
  section.about .container {
    padding-bottom: 3.125em; }
    @media screen and (max-width: 581px) {
      section.about .container {
        font-size: 0.9em; } }
    section.about .container h1 {
      padding: 1em 0 0.5em 0; }
    section.about .container p, section.about .container li {
      color: #343434;
      font-family: "Lato-Light", sans-serif;
      text-indent: 1em;
      line-height: 1.7em;
      text-align: justify; }
      section.about .container p b, section.about .container li b {
        font-family: "Lato-Medium", sans-serif; }
    section.about .container ul {
      list-style-type: disc;
      color: #4a0070; }
      section.about .container ul li {
        margin-left: 3em; }

section.examples .container {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: 3.563em;
  padding-bottom: 3.563em; }
  @media screen and (max-width: 1141px) and (min-width: 570px) {
    section.examples .container {
      padding-top: 3vw;
      padding-bottom: 3vw; } }
  @media screen and (max-width: 569px) {
    section.examples .container {
      padding-top: 0;
      padding-bottom: 0em; } }
  section.examples .container .item-container {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (max-width: 569px) {
      section.examples .container .item-container {
        margin: 0.5em auto; } }
    section.examples .container .item-container a:nth-child(1) {
      width: 360px;
      height: 260px;
      padding: 5px; }
      @media screen and (max-width: 1141px) and (min-width: 570px) {
        section.examples .container .item-container a:nth-child(1) {
          width: 31.55vw;
          height: 22.787vw; } }
      @media screen and (max-width: 569px) {
        section.examples .container .item-container a:nth-child(1) {
          width: 200px;
          height: 144px; } }
      section.examples .container .item-container a:nth-child(1):hover + a {
        color: #4a0070; }
      section.examples .container .item-container a:nth-child(1) img {
        max-width: 100%;
        max-height: 100%; }
    section.examples .container .item-container a:nth-child(2) {
      margin-top: 1em;
      text-align: center;
      font-family: "Lato-Regular", sans-serif;
      color: #909090;
      text-decoration: none;
      font-size: 0.938em; }
      @media screen and (max-width: 569px) {
        section.examples .container .item-container a:nth-child(2) {
          font-size: 0.938em; } }
      section.examples .container .item-container a:nth-child(2):hover {
        color: #4a0070; }

section.advantes {
  background-color: #f5ebff; }
  section.advantes .container {
    padding-bottom: 3.375em; }
    section.advantes .container .advant-container {
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-around;
      justify-content: space-around; }
      section.advantes .container .advant-container .advant {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 25%;
        margin-top: 1em; }
        @media screen and (max-width: 581px) {
          section.advantes .container .advant-container .advant {
            width: 50%; } }
        section.advantes .container .advant-container .advant .img-container {
          display: -webkit-flex;
          display: -ms-flex;
          display: flex;
          width: 100px;
          height: 100px;
          background-color: #bb28ff;
          margin: 0 auto; }
          section.advantes .container .advant-container .advant .img-container img {
            max-width: 100%;
            max-height: 100%;
            margin: auto; }
        section.advantes .container .advant-container .advant p {
          font-family: "Lato-Regular", sans-serif;
          font-size: 0.938em;
          text-align: center;
          margin-top: 1em;
          color: #777777; }

section.reviews .container .review {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  margin: 2em 0 4em 0; }
  @media screen and (min-width: 381px) and (max-width: 780px) {
    section.reviews .container .review {
      font-size: 0.7em; } }
  @media screen and (max-width: 380px) {
    section.reviews .container .review {
      font-size: 0.6em; } }
  section.reviews .container .review img {
    width: 50px;
    height: 40px;
    margin: auto; }
    @media screen and (min-width: 781px) {
      section.reviews .container .review img {
        margin-left: 4.5em; } }
    @media screen and (min-width: 381px) and (max-width: 780px) {
      section.reviews .container .review img {
        margin-left: 1.5em; } }
    @media screen and (max-width: 380px) {
      section.reviews .container .review img {
        margin-left: 0.5em;
        width: 30px;
        height: 24px; } }
  section.reviews .container .review .review-text {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    justify-content: space-around; }
    section.reviews .container .review .review-text p {
      text-align: center; }
    section.reviews .container .review .review-text p:nth-child(1) {
      font-family: "Lato-Semibold", sans-serif;
      font-size: 1.125em;
      color: #bb28ff; }
    section.reviews .container .review .review-text p:nth-child(2) {
      font-family: "Lato-Semibold", sans-serif;
      font-size: 0.813em;
      color: #646464;
      margin-top: 0.5em; }
    section.reviews .container .review .review-text p:nth-child(3) {
      font-family: "Lato-Regular", sans-serif;
      font-size: 1em;
      color: #282528;
      margin-top: 1.5em;
      line-height: 1.5em; }
      @media screen and (min-width: 781px) {
        section.reviews .container .review .review-text p:nth-child(3) {
          padding: 0 2.5em 0 0.7em; } }
      @media screen and (min-width: 381px) and (max-width: 780px) {
        section.reviews .container .review .review-text p:nth-child(3) {
          padding: 0 0 0 1em; } }
      @media screen and (max-width: 380px) {
        section.reviews .container .review .review-text p:nth-child(3) {
          padding: 0 0 0 0.5em; } }

section.map #map {
  width: 100%; }
  @media screen and (min-width: 1142px) {
    section.map #map {
      height: 570px; } }
  @media screen and (max-width: 1141px) {
    section.map #map {
      height: 50vw; } }
  section.map #map .addres-info {
    position: absolute;
    z-index: 2;
    margin-left: 14.625vw;
    margin-top: 2.807vw;
    background-color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
    @media screen and (min-width: 1142px) {
      section.map #map .addres-info {
        width: 300px;
        height: 120px; } }
    @media screen and (max-width: 1141px) and (min-width: 700px) {
      section.map #map .addres-info {
        width: 26.29vw;
        height: 10.517vw;
        font-size: 1.4vw; } }
    @media screen and (max-width: 699px) and (min-width: 500px) {
      section.map #map .addres-info {
        width: 180px;
        height: 80px;
        font-size: 0.7em; } }
    @media screen and (max-width: 499px) {
      section.map #map .addres-info {
        width: 150px;
        height: 55px;
        font-size: 0.5em;
        margin-left: 1em;
        margin-top: 1em; } }
    section.map #map .addres-info p:nth-child(1) {
      font-family: "Lato-Regular", sans-serif;
      font-size: 1em;
      margin-top: 1em;
      margin-left: 1rem;
      color: #4a0070;
      text-decoration: none;
      /*@media screen and (max-width: 340px) {
          font-size: 0.8em;
      }    */ }
    section.map #map .addres-info a {
      font-family: "Lato-Bold", sans-serif;
      font-size: 1.500em;
      display: block;
      margin-top: 1em;
      margin-left: 1rem;
      color: #4a0070;
      text-decoration: none; }

section.price {
  background-color: #f5ebff;
  overflow: hidden; 
    padding: 30px 0;
}
  section.price .price-container {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    section.price .price-container a {
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      padding: 1em;
      text-decoration: none; }
      section.price .price-container a:hover {
        background-color: #815a99; }
        section.price .price-container a:hover span {
          color: white; }
      section.price .price-container a:nth-child(2n) {
        background-color: #ecceff; }
      section.price .price-container a:nth-child(1n):hover {
        background-color: #815a99; }
        section.price .price-container a:nth-child(1n):hover span {
          color: white; }
      section.price .price-container a span {
        font-size: 0.875em; }
      section.price .price-container a span:nth-child(1) {
        color: #343434;
        font-family: "Lato-light", sans-serif; }
      section.price .price-container a span:nth-child(2) {
        color: #4a0070;
        min-width: 60px;
        margin: auto 0;
        text-align: right;
        font-family: "Lato-Bold", sans-serif; }

section form.question {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 340px;
  margin: 0 auto;
  padding-bottom: 1rem;
  align-items: center; }
  @media screen and (max-width: 500px) {
    section form.question {
      width: 270px; } }
  section form.question p {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 1rem;
    width: 100%;
    text-indent: 0; }
    section form.question p span {
      width: 70px;
      font-family: "Lato-Light", sans-serif;
      font-size: 0.750rem;
      color: #000000;
      margin: auto 0; }
    section form.question p span.red-star {
      color: red; }
    section form.question p input {
      height: 1.688rem;
      font-family: "Lato-Bold", sans-serif;
      font-size: 0.750rem;
      -webkit-flex-grow: 2;
      flex-grow: 2; }
  section form.question input[type=submit] {
    font-family: "Lato-Bold", sans-serif;
    font-size: 1rem;
    color: white;
    text-decoration: none;
    background-color: #4a0070;
    padding: 0.500rem 2.5rem;
    margin-top: 1rem;
    border: 1px solid #4a0070;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
    section form.question input[type=submit]:hover {
      color: #4a0070;
      cursor: pointer;
      background-color: white; }
    @media screen and (max-width: 340px) {
      section form.question input[type=submit] {
        font-size: 0.9em; } }
  section form.question p:nth-child(4) {
    font-size: 0.625rem;
    font-family: "Lato-Light", sans-serif;
    display: inline; }
section .links {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 2em; }
  section .links .links-container {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    flex: 1; }
    section .links .links-container a {
      font-family: "Lato-Regular", sans-serif;
      font-size: 1em;
      margin-top: 1em; }
      section .links .links-container a:hover {
        color: #343434; }
      @media screen and (max-width: 500px) {
        section .links .links-container a {
          font-size: 0.8em; } }
    @media screen and (max-width: 900px) {
      section .links .links-container {
        width: 50%;
        flex: none; } }
    @media screen and (max-width: 1200px) and (min-width: 400px) {
      section .links .links-container {
        padding: 0 1em; } }
    @media screen and (max-width: 399px) {
      section .links .links-container {
        padding: 0 0.5em; } }
section a.button {
  font-family: "Lato-Bold", sans-serif;
  font-size: 1rem;
  color: white;
  text-decoration: none;
  background-color: #4a0070;
  padding: 0.500rem 2.5rem;
  margin: 0 auto;
  border: 1px solid #4a0070;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  section a.button:hover {
    color: #4a0070;
    cursor: pointer;
    background-color: white; }
  @media screen and (max-width: 340px) {
    section a.button {
      font-size: 0.9em; } }

section.button .container {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 2em 0; }

section.pages .container {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2em 0; }
  section.pages .container a {
    padding: 0.5em 0.7em;
    text-decoration: none;
    font-family: "Lato-Regular", sans-serif;
    font-size: 0.938em;
    color: #7e7e7e;
    border-left: 1px solid #dfdfdf;
    background: linear-gradient(to top, #f3f3f3, #ffffff);
    box-shadow: 0px 1px 1px 0 #c9c9c9;
    -webkit-box-shadow: 0px 1px 1px 0 #c9c9c9;
    -moz-box-shadow: 0px 1px 1px 0 #c9c9c9; }
    section.pages .container a:hover {
      background: linear-gradient(to top, #48016a, #a122db);
      color: white; }
  section.pages .container a.arrow:first-child {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    border-top-right-radius: 0%;
    border-bottom-right-radius: 0%;
    border-left: 0px solid #dfdfdf; }
  section.pages .container a.arrow {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%; }

section.article {
  background-color: #f5ebff; }
  section.article .container {
    padding-bottom: 2em; }
    section.article .container img {
      width: 100%; }
    section.article .container p {
      font-family: "Lato-Bold", sans-serif;
      font-size: 1em;
      color: #343434;
      text-indent: 1em;
      margin-top: 1em;
      text-align: justify; }
      section.article .container p b {
        color: #4a0070;
        font-family: "Lato-Heavy", sans-serif; }

section.text {
  padding-bottom: 1em; }
  section.text h3 {
    font-family: "Lato-Light", sans-serif;
    font-size: 1.125em;
    color: #000000;
    text-align: center;
    margin-top: 2em; }
    @media screen and (max-width: 500px) {
      section.text h3 {
        font-size: 1em; } }
  section.text p, section.text li {
    font-family: "Lato-Light", sans-serif;
    font-size: 0.875em;
    color: #343434;
    text-align: justify;
    text-indent: 1em;
    margin-top: 1em; }
    @media screen and (max-width: 500px) {
      section.text p, section.text li {
        font-size: 0.8em; } }

section.information {
  background-color: #f5ebff;
  padding-bottom: 2em; }
  @media screen and (max-width: 499px) {
    section.information .container {
      font-size: 0.9em; } }
  section.information .container .information-container {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    section.information .container .information-container p {
      font-family: "Lato-Light", sans-serif;
      font-size: 1em;
      color: #343434;
      margin-top: 1.5em;
      text-indent: 1em; }
    section.information .container .information-container p:first-child {
      font-family: "Lato-Medium", sans-serif;
      font-size: 1.125em; }
    section.information .container .information-container a {
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      font-family: "Lato-Bold", sans-serif;
      font-size: 1em;
      color: #4a0070;
      margin-top: 1.5em; }
      section.information .container .information-container a:hover {
        color: #343434; }

section.card {
  background-color: #f5ebff; }
  section.card .container {
    padding-bottom: 2em; }
    @media screen and (max-width: 580px) {
      section.card .container h1 {
        font-size: 1.2em; } }
    section.card .container .card-container {
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media screen and (min-width: 581px) {
        section.card .container .card-container {
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row; } }
      @media screen and (max-width: 580px) {
        section.card .container .card-container {
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; } }
      section.card .container .card-container .img-container {
        overflow: hidden;
        width: 50%;
        padding-right: 15px;
    }
        @media screen and (max-width: 580px) {
          section.card .container .card-container .img-container {
            width: 70%;
            height: 100px; } }
        section.card .container .card-container .img-container img {
          width: 100%;
          margin: auto; }
      section.card .container .card-container .card-info {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        flex: 1;
        padding-left: 15px;
        padding-right: 10px; }
        @media screen and (max-width: 580px) {
          section.card .container .card-container .card-info {
            font-size: 0.9em; } }
        section.card .container .card-container .card-info p {
          display: -webkit-flex;
          display: -ms-flex;
          display: flex;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-justify-content: space-between;
          justify-content: space-between;
          margin-top: 0.5em;
          color: #343434; }
          section.card .container .card-container .card-info p span {
            margin: auto 0;
            font-family: "Lato-Light", sans-serif;
            font-size: 0.9em; }
          section.card .container .card-container .card-info p:first-child {
            font-family: "Lato-Bold", sans-serif;
            font-size: 1.125em;
            color: #4a0070; }
    section.card .container .card-text p, section.card .container .card-text li {
      font-family: "Lato-Light", sans-serif;
      font-size: 1em;
      color: #343434;
      text-indent: 1em;
      margin-top: 1em;
      line-height: 1.5em; }
    section.card .container .card-text p b, section.card .container .card-text li b {
      font-family: "Lato-Bold", sans-serif;
      font-size: 1.167em;
      color: #4a0070; }
    section.card .container .card-text li {
      list-style-type: disc;
      color: #4a0070;
      margin-left: 2em; }

footer {
  background-color: #ecd8ff; }
  footer .container {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    min-height: 90px; }
    footer .container .left-part {
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: center;
      justify-content: center;
      font-family: "Lato-Regular", sans-serif;
      font-size: 1em;
      color: #4a0070; }
      @media screen and (max-width: 500px) {
        footer .container .left-part {
          font-size: 0.7em; } }
      footer .container .left-part a {
        margin-top: 1em;
        text-decoration: underline; }
    footer .container .right-part {
      margin: auto 0;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
      @media screen and (max-width: 500px) {
        footer .container .right-part img {
          width: 20px;
          height: 20px; } }
      footer .container .right-part a {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-right: 5px; }
        footer .container .right-part a:hover {
          cursor: pointer; }

/*# sourceMappingURL=style.css.map */
#nav {
    border:3px solid #3e4547;

    box-shadow:2px 2px 8px #000000;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
#nav, #nav ul {
    list-style:none;
    padding:0;
    width:200px;
}
#nav ul {
    position:relative;
    z-index:-1;
}
#nav li {
    position:relative;
    z-index:100;
}
#nav ul li {
    margin-top:-23px;

    -moz-transition:  0.4s linear 0.4s;
    -ms-transition: 0.4s linear 0.4s;
    -o-transition: 0.4s linear 0.4s;
    -webkit-transition: 0.4s linear 0.4s;
    transition: 0.4s linear 0.4s;
}
#nav li a {
    background-color:#d4d5d8;
    color:#000;
    display:block;
    font-size:12px;
    font-weight:bold;
    line-height:58px;
    outline:0;
    padding-left:15px;
    text-decoration:none;
}
#nav li a.sub {
    background:#d4d5d8 url("../images/down.gif") no-repeat;
}
#nav li a + img {
    cursor:pointer;
    display:none;
    height:28px;
    left:0;
    position:absolute;
    top:0;
    width:200px;
}
#nav li a img {
    border-width:0px;
    height:24px;
    line-height:28px;
    margin-right:8px;
    vertical-align:middle;
    width:24px;
}
#nav li a:hover {
    background-color:#bcbdc1;
}
#nav ul li a {
    background-color:#eee;
    border-bottom:1px solid #ccc;
    color:#000;
    font-size:11px;
    line-height:22px;
}
#nav ul li a:hover {
    background-color:#ddd;
    color:#444;
}
#nav ul li a img {
    background: url("../images/bulb.png") no-repeat;
    border-width:0px;
    height:16px;
    line-height:22px;
    margin-right:5px;
    vertical-align:middle;
    width:16px;
}
#nav ul li:nth-child(odd) a img {
    background:url("../images/bulb2.png") no-repeat;
}
#nav a.sub:focus {
    background:#bcbdc1;
    outline:0;
}
#nav a:focus ~ ul li {
    margin-top:0;

    -moz-transition:  0.4s linear;
    -ms-transition: 0.4s linear;
    -o-transition: 0.4s linears;
    -webkit-transition: 0.4s linears;
    transition: 0.4s linear;
}
#nav a:focus + img, #nav a:active + img {
    display:block;
}
#nav a.sub:active {
    background:#bcbdc1;
    outline:0;
}
#nav a:active ~ ul li {
    margin-top:0;
}
#nav ul:hover {
    display:block;
}

/* sg go m */
.menu-content .price{ position: absolute; right: 5px; top: 15px; font-weight: bold; }
img{ max-width:100%; }
.showmob{
    width: 50px;
    position: fixed;
    top: 100px;
    right: 20px;
    z-index: 1;
    display: none;
}
.menu-content{ min-width:250px; margin-right: 30px; max-width:250px; }
.flex-menu{ display: flex; padding: 20px 0; }
.menu-content ul, .menu-content li{ padding:0; margin: 0; list-style:none; }
.menu-content a{ padding: 15px; background: #fff; text-decoration: none; display: block; color: #3c3c3c; border-bottom: 1px solid #89b7b8; border-top: 1px solid #fff; position: relative; }
.menu-content ul ul a{ padding: 15px 58px 15px 15px; }
.menu-content ul a .dcjq-icon {
    position: absolute;  top: 50%;
    right: 5px; width: 34px;
    margin-top: -17px; height: 34px;
    background: no-repeat center center url(../img/op.png);
}
.dcjq-parent-li>a{ font-weight: bold; }
.dcjq-parent-li ul a{ font-size: 16px; transition: .25s; }
.dcjq-parent-li ul a:hover{ background: rgba(192,240,245, .1); color: #999;     text-shadow: 1px 1px 3px #FFF; }
.dcjq-parent-li ul { display: none; }
a .dcjq-icon.active {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media screen and (max-width: 992px) {
    .showmob{ display:block; z-index: 9;}
    .flex-menu{ flex-wrap: wrap }
    .basic-content{ order: 0; max-width: 100%; }
    .menu-content{ display: block; position: fixed; top: 0; left: -300px; margin: 0; max-width: 300px; box-sizing: border-box; overflow: scroll;
        z-index: 1; height: 100%; transition: left 0.25s; }
    
    .menu-content.open{
        left:0;
    }
    .dcjq-parent-li ul a:hover{     background: rgba(192,240,245, 1); }
    img{ max-width: 100%; }
    .main-page-container .basic-content{ order:1; }
    
}

.messager{position:fixed;display:flex;flex-direction:column;right:20px;bottom:30px}.messager .img{width:48px;height:48px}