
/*******************  FONTS *****************/
/*@font-face {
    font-family: 'SourceSansProBold';
    src: url('../fonts/SourceSansProBold/SourceSansProBold.woff') format('woff'),
         url('../fonts/SourceSansProBold/SourceSansProBold.ttf') format('truetype');
}*/
@font-face {
  font-family: 'GothamPro';
  src: url("../fonts/GothamProLightRegular/GothamProLightRegular.eot");
  src: url("../fonts/GothamProLightRegular/GothamProLightRegular.eot") format("embedded-opentype"), url("../fonts/GothamProLightRegular/GothamProLightRegular.woff2") format("woff2"), url("../fonts/GothamProLightRegular/GothamProLightRegular.woff") format("woff"), url("../fonts/GothamProLightRegular/GothamProLightRegular.ttf") format("truetype"), url("../fonts/GothamProLightRegular/GothamProLightRegular.svg#GothamProLightRegular") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'GothamPro';
  src: url("../fonts/GothamProRegular/GothamProRegular.eot");
  src: url("../fonts/GothamProRegular/GothamProRegular.eot") format("embedded-opentype"), url("../fonts/GothamProRegular/GothamProRegular.woff2") format("woff2"), url("../fonts/GothamProRegular/GothamProRegular.woff") format("woff"), url("../fonts/GothamProRegular/GothamProRegular.ttf") format("truetype"), url("../fonts/GothamProRegular/GothamProRegular.svg#GothamProRegular") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'GothamPro';
  src: url("../fonts/GothamProBold/GothamProBold.eot");
  src: url("../fonts/GothamProBold/GothamProBold.eot") format("embedded-opentype"), url("../fonts/GothamProBold/GothamProBold.woff2") format("woff2"), url("../fonts/GothamProBold/GothamProBold.woff") format("woff"), url("../fonts/GothamProBold/GothamProBold.ttf") format("truetype"), url("../fonts/GothamProBold/GothamProBold.svg#GothamProBold") format("svg");
  font-weight: 700;
  font-style: normal; }

/*********************  preloader  *******************/
#page-preloader {
  margin: 0 auto;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 100500; }
  #page-preloader .spinner {
    position: absolute;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.lds-dual-ring {
  position: relative; }

.lds-dual-ring div {
  position: absolute;
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 8px solid #000;
  border-color: #95d12d transparent #95d12d transparent;
  -webkit-animation: lds-dual-ring 1s linear infinite;
  animation: lds-dual-ring 1s linear infinite; }

.lds-dual-ring {
  width: 85px !important;
  height: 85px !important;
  -webkit-transform: translate(-42.5px, -42.5px) scale(0.425) translate(42.5px, 42.5px);
  -ms-transform: translate(-42.5px, -42.5px) scale(0.425) translate(42.5px, 42.5px);
      transform: translate(-42.5px, -42.5px) scale(0.425) translate(42.5px, 42.5px); }

/********************  VARS  *****************/
/**********************  MEDIA  *******************/
/*************************** BODY **************************/
html, body {
  height: 100%; }

body {
  font-family: 'GothamPro', sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5;
  width: 100%;
  min-width: 320px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #171922; }

header,
footer {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none; }

main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

ul {
  list-style: none;
  margin: 0; }

h1, h2, h3, h4, h5, h6, p {
  font-weight: normal;
  font-style: normal;
  margin: 0; }

h1 {
  font-size: 140px;
  font-weight: 700; }
  @media all and (max-width: 1199px) {
    h1 {
      font-size: 100px; } }
  @media all and (max-width: 767px) {
    h1 {
      font-size: 80px; } }
  @media all and (max-width: 575px) {
    h1 {
      font-size: 60px;
      line-height: 70px; } }

h2 {
  position: relative; }
  h2.line {
    display: inline-block;
    position: relative;
    z-index: 2; }
    h2.line:after {
      position: absolute;
      content: '';
      bottom: 25px;
      left: 3px;
      right: 0;
      height: 14px;
      width: 75%;
      background-color: #95d12d;
      z-index: -11; }
      @media all and (max-width: 767px) {
        h2.line:after {
          bottom: 20px;
          left: 0;
          right: 0;
          margin: auto; } }

a {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    text-decoration: none; }
  a.btn {
    display: block;
    width: 100%;
    max-width: 220px;
    height: 50px;
    -webkit-border-radius: 25px;
            border-radius: 25px;
    color: #95d12d;
    background-color: #171922;
    text-align: center;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700; }
    a.btn:hover {
      color: #fff; }

button {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  button:active, button:focus {
    outline: none; }

*:focus {
  outline: none; }

* {
  margin: 0;
  padding: 0; }

img {
  max-width: 100%; }

.center {
  text-align: center; }

.p-80-80 {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media all and (max-width: 991px) {
    .p-80-80 {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media all and (max-width: 575px) {
    .p-80-80 {
      padding-top: 30px;
      padding-bottom: 30px; } }

.stop-scrolling {
  height: 100%;
  overflow: hidden; }

span {
  display: block; }

/*****************  ARROW UP  **************/
/*********************  HEADER  ************************/
header {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 700px; }
  @media all and (max-width: 1199px) {
    header {
      height: 100%; } }
  header .container {
    position: relative; }
  header .header_top {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px; }
    header .header_top .header_logo .logo a img {
      width: 250px;
      height: auto; }
      @media all and (max-width: 1199px) {
        header .header_top .header_logo .logo a img {
          width: 220px; } }
    @media all and (max-width: 767px) {
      header .header_top .header_menu .menu {
        display: none; } }
    header .header_top .header_menu .menu ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      header .header_top .header_menu .menu ul li a {
        font-size: 25px;
        font-weight: 300;
        color: #fff; }


		
	 header .header_top .header_menu .menu ul li a.active {
		 color: #95d12d;
		 /*font-weight: bold;*/
	}
        @media all and (max-width: 1199px) {
          header .header_top .header_menu .menu ul li a {
            font-size: 20px; } }
        header .header_top .header_menu .menu ul li a:hover {
          color: #95d12d; }
    header .header_top .header_menu .header_burger {
      position: relative;
      display: none;
      float: right; }
      @media all and (max-width: 767px) {
        header .header_top .header_menu .header_burger {
          display: block; } }
      header .header_top .header_menu .header_burger .burger_button {
        position: relative;
        top: 0px;
        width: 30px;
        height: 30px;
        display: block;
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        z-index: 20; }
        header .header_top .header_menu .header_burger .burger_button span {
          display: block;
          position: absolute;
          height: 4px;
          width: 100%;
          background: #95d12d;
          opacity: 1;
          left: 0;
          -webkit-transform: rotate(0deg);
              -ms-transform: rotate(0deg);
                  transform: rotate(0deg);
          -webkit-transition: .25s ease-in-out;
          -o-transition: .25s ease-in-out;
          transition: .25s ease-in-out; }
          header .header_top .header_menu .header_burger .burger_button span:nth-child(1) {
            top: 4px; }
          header .header_top .header_menu .header_burger .burger_button span:nth-child(2) {
            top: 12px; }
          header .header_top .header_menu .header_burger .burger_button span:nth-child(3) {
            top: 20px; }
        header .header_top .header_menu .header_burger .burger_button.open span:nth-child(1) {
          top: 9px;
          -webkit-transform: rotate(135deg);
              -ms-transform: rotate(135deg);
                  transform: rotate(135deg); }
        header .header_top .header_menu .header_burger .burger_button.open span:nth-child(2) {
          opacity: 0;
          left: -60px; }
        header .header_top .header_menu .header_burger .burger_button.open span:nth-child(3) {
          top: 9px;
          -webkit-transform: rotate(-135deg);
              -ms-transform: rotate(-135deg);
                  transform: rotate(-135deg); }
      header .header_top .header_menu .header_burger .menu_toggle {
        position: fixed;
        top: 0px;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        margin: 0;
        overflow: auto;
        text-align: center;
        z-index: 10;
        padding-top: 50px; }
        header .header_top .header_menu .header_burger .menu_toggle ul li a {
          font-size: 24px;
          color: #171922;
          border-bottom: 1px solid #95d12d; }
  header .header_main {
    height: 700px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media all and (max-width: 1199px) {
      header .header_main {
        height: 100%; } }
    header .header_main .main h1 {
      text-align: center;
      color: #fff;
      text-transform: uppercase; }

/**********************  ledlamps  *******************/
#ledlamps {
  position: relative; }
  @media all and (max-width: 991px) {
    #ledlamps {
      padding-top: 40px; } }
  @media all and (max-width: 767px) {
    #ledlamps {
      padding-bottom: 50px; } }
  #ledlamps .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media all and (max-width: 991px) {
      #ledlamps .content {
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media all and (max-width: 767px) {
      #ledlamps .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center; } }
    #ledlamps .content .box {
      max-width: 590px;
      width: 100%;
      padding-top: 100px; }
      @media all and (max-width: 991px) {
        #ledlamps .content .box {
          padding-top: 0; } }
    #ledlamps .content h2 {
      font-size: 90px;
      font-weight: 700;
      line-height: 66px;
      margin-bottom: 15px; }
      @media all and (max-width: 991px) {
        #ledlamps .content h2 {
          font-size: 70px; } }
      @media all and (max-width: 575px) {
        #ledlamps .content h2 {
          font-size: 50px; } }
    #ledlamps .content p {
      font-size: 30px;
      line-height: 43px;
      font-weight: 300; }
      @media all and (max-width: 991px) {
        #ledlamps .content p {
          font-size: 24px;
          line-height: 34px; } }
      @media all and (max-width: 575px) {
        #ledlamps .content p {
          font-size: 22px;
          line-height: 30px; } }
    #ledlamps .content a.btn {
      margin: 15px auto 15px 0; }
      @media all and (max-width: 991px) {
        #ledlamps .content a.btn {
          margin: 15px auto 15px auto; } }
    #ledlamps .content .box_img {
      padding-top: 30px; }
      @media all and (max-width: 767px) {
        #ledlamps .content .box_img {
          padding-top: 10px; } }
      @media all and (max-width: 767px) {
        #ledlamps .content .box_img img {
          width: 300px; } }
      @media all and (max-width: 575px) {
        #ledlamps .content .box_img img {
          width: 200px; } }

/**********************  children  *******************/
#children {
  padding-bottom: 40px;
  position: relative; }
  #children .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media all and (max-width: 991px) {
      #children .content {
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media all and (max-width: 767px) {
      #children .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center; } }
    #children .content .box {
      max-width: 590px;
      width: 100%;
      padding-top: 100px; }
      @media all and (max-width: 991px) {
        #children .content .box {
          padding-top: 0; } }
      @media all and (max-width: 767px) {
        #children .content .box {
          -webkit-box-ordinal-group: 0;
          -webkit-order: -1;
              -ms-flex-order: -1;
                  order: -1; } }
    #children .content h2 {
      font-size: 63px;
      font-weight: 700;
      line-height: 75px;
      margin-bottom: 15px; }
      @media all and (max-width: 575px) {
        #children .content h2 {
          font-size: 50px;
          line-height: 60px; } }
    #children .content p {
      font-size: 22px;
      line-height: 32px;
      font-weight: 300; }
    #children .content a.btn {
      margin: 15px auto 15px 0; }
      @media all and (max-width: 991px) {
        #children .content a.btn {
          margin: 15px auto 15px auto; } }
    #children .content .box_img {
      padding-top: 30px; }
      @media all and (max-width: 767px) {
        #children .content .box_img {
          padding-top: 10px; } }
      @media all and (max-width: 767px) {
        #children .content .box_img img {
          width: 300px; } }
      @media all and (max-width: 575px) {
        #children .content .box_img img {
          width: 200px; } }

/*******************  about  ******************/
#about {
  position: relative; }
  @media all and (max-width: 767px) {
    #about {
      text-align: center; } }
  #about:after {
    position: absolute;
    content: '';
    -webkit-background-size: contain;
            background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("../img/about.png");
    width: 846px;
    height: 717px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1; }
    @media all and (max-width: 1799px) {
      #about:after {
        width: 700px;
        height: 600px; } }
    @media all and (max-width: 1599px) {
      #about:after {
        width: 580px;
        height: 520px; } }
    @media all and (max-width: 1199px) {
      #about:after {
        width: 400px;
        height: 380px; } }
    @media all and (max-width: 991px) {
      #about:after {
        display: none; } }
  #about .content {
    padding-right: 50px; }
    @media all and (max-width: 767px) {
      #about .content {
        padding: 0; } }
    #about .content h2.line {
      font-size: 90px;
      font-weight: 700; }
      @media all and (max-width: 767px) {
        #about .content h2.line {
          font-size: 70px; } }
    #about .content p, #about ul li {
      font-size: 22px;
      line-height: 32px;
      font-weight: 300; }


#about ul li {
      list-style-type: disc !important;
      padding-left : 20px!important;
	margin-left: 20px!important;
}




      #about .content p span {
        font-weight: 700;
        display: inline; }

/**********************  footer  *********************/
#contact {
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  padding-top: 140px; }
  @media all and (max-width: 1199px) {
    #contact {
      padding-top: 100px; } }
  @media all and (max-width: 767px) {
    #contact {
      text-align: center; } }
  #contact .contact_inner {
    padding-bottom: 50px; }
    @media all and (max-width: 767px) {
      #contact .contact_inner {
        padding-bottom: 20px; } }
    #contact .contact_inner h2.line {
      font-size: 90px;
      font-weight: 700;
      color: #fff; }
      @media all and (max-width: 767px) {
        #contact .contact_inner h2.line {
          font-size: 70px; } }
      #contact .contact_inner h2.line:before {
        position: absolute;
        content: '';
        -webkit-background-size: contain;
                background-size: contain;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-image: url("../img/1.png");
        width: 30px;
        height: 30px;
        top: 20px;
        right: -25px; }
        @media all and (max-width: 575px) {
          #contact .contact_inner h2.line:before {
            display: none; } }
    #contact .contact_inner .form {
      background-color: #12141c;
      padding: 10px 0 10px 30px;
      position: relative;
      max-width: 1070px;
      width: 100%; }
      @media all and (max-width: 767px) {
        #contact .contact_inner .form {
          padding: 10px; } }
      #contact .contact_inner .form:before {
        position: absolute;
        content: '';
        -webkit-background-size: contain;
                background-size: contain;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-image: url("../img/2.png");
        width: 50px;
        height: 50px;
        top: -15px;
        left: -70px; }
        @media all and (max-width: 767px) {
          #contact .contact_inner .form:before {
            display: none; } }
      #contact .contact_inner .form form span, form span {
        font-size: 22px;
        line-height: 32px;
        font-weight: 300;
        color: #fff; }
      #contact .contact_inner .form form input, form input {
        max-width: 360px;
        width: 100%;
        height: 32px;
        -webkit-border-radius: 16px;
                border-radius: 16px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding-left: 15px;
        background-color: #fff;
        border: none;
        margin-bottom: 8px; }
      #contact .contact_inner .form form textarea, form textarea {
        resize: none;
        max-width: 360px;
        width: 100%;
        height: 70px;
        -webkit-border-radius: 20px;
                border-radius: 20px;
        border: none;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding-left: 15px; }
      #contact .contact_inner .form form button, form button {
        display: block;
        max-width: 220px;
        width: 100%;
        height: 50px;
        background-color: #95d12d;
        border: none;
        -webkit-border-radius: 25px;
                border-radius: 25px;
        font-size: 30px;
        font-weight: 700;
        margin-top: 20px; }
        @media all and (max-width: 767px) {
          #contact .contact_inner .form form button, form button {
            margin: 20px auto 0 auto; } }
        #contact .contact_inner .form form button:hover, form button:hover {
          color: #fff; }
  #contact .maps {
    position: absolute;
    right: -75px;
    top: -40px;
    max-width: 600px;
    width: 100%;
    height: 500px;
    -webkit-box-shadow: 0px 14px 24.36px 4.64px rgba(0, 1, 5, 0.56);
            box-shadow: 0px 14px 24.36px 4.64px rgba(0, 1, 5, 0.56); }
    @media all and (max-width: 1199px) {
      #contact .maps {
        max-width: 500px;
        right: 0; } }
    @media all and (max-width: 991px) {
      #contact .maps {
        top: 0;
        bottom: 0;
        height: 470px;
        margin: auto;
        max-width: 250px; } }
    @media all and (max-width: 767px) {
      #contact .maps {
        position: relative;
        max-width: 100%;
        right: 0;
        margin-top: 20px;
        height: 360px; } }
    #contact .maps:after {
      position: absolute;
      content: '';
      -webkit-background-size: contain;
              background-size: contain;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-image: url("../img/1.png");
      width: 30px;
      height: 30px;
      top: -40px;
      right: 25px; }
      @media all and (max-width: 575px) {
        #contact .maps:after {
          display: none; } }
    #contact .maps iframe {
      width: 100%;
      height: 100%; }
  #contact .footer_bottom {
    background-color: #262632;
    padding-top: 15px;
    padding-bottom: 15px; }
    #contact .footer_bottom .content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media all and (max-width: 767px) {
        #contact .footer_bottom .content .logo {
          margin: 0 auto; } }
      #contact .footer_bottom .content .logo a img {
        width: 150px; }
      #contact .footer_bottom .content .menu {
        max-width: 670px;
        width: 100%;
        padding-right: 60px; }
        @media all and (max-width: 991px) {
          #contact .footer_bottom .content .menu {
            padding-right: 0;
            margin-left: 40px; } }
        @media all and (max-width: 767px) {
          #contact .footer_bottom .content .menu {
            display: none; } }
        #contact .footer_bottom .content .menu ul {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          #contact .footer_bottom .content .menu ul li a {
            font-size: 25px;
            color: #fff; }
            @media all and (max-width: 991px) {
              #contact .footer_bottom .content .menu ul li a {
                font-size: 20px; } }
            #contact .footer_bottom .content .menu ul li a:hover {
              color: #95d12d; }
  #contact p.ninja, p.ninja {
    color: #fff;
    margin-top: 10px;
    display: none; }

/*****************  led lamps page  ******************/
@media all and (max-width: 1199px) {
  header.page {
    height: 200px; } }

/******************  banner  *******************/
.banner_block {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding-top: 15px;
  padding-bottom: 15px; }
  .banner_block span {
    font-size: 55px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    color: #fff; }
    @media all and (max-width: 767px) {
      .banner_block span {
        font-size: 50px; } }

/******************  advantage  *******************/
#advantage {
  padding-top: 50px; }
  @media all and (max-width: 767px) {
    #advantage {
      padding-top: 30px; } }
  @media all and (max-width: 991px) {
    #advantage .advantage_aside {
      margin-bottom: 20px; } }
  #advantage .advantage_aside aside ul li {
    border-left: 1px solid #7c7c7c;
    border-right: 1px solid #7c7c7c;
    border-bottom: 1px solid #7c7c7c; }
    #advantage .advantage_aside aside ul li:nth-child(1) {
      border-top: 1px solid #7c7c7c; }
    @media all and (max-width: 575px) {
      #advantage .advantage_aside aside ul li {
        text-align: center; } }
    #advantage .advantage_aside aside ul li a {
      display: block;
      text-transform: uppercase;
      font-size: 14px;
      color: #7c7c7c;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 15px;
      background-color: #fff; }
      @media all and (max-width: 575px) {
        #advantage .advantage_aside aside ul li a {
          padding-left: 0; } }
      #advantage .advantage_aside aside ul li a:hover {
        background-color: #171922;
        color: #95d12d; }
  #advantage .advantage_main .main h2 {
    font-size: 54px;
    line-height: 44px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px; }
    @media all and (max-width: 767px) {
      #advantage .advantage_main .main h2 {
        font-size: 40px;
        text-align: center;
        margin-bottom: 15px;
        line-height: 38px; } }
  #advantage .advantage_main .main ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    list-style-type: disc;
    padding-left: 12px; }
    @media all and (max-width: 575px) {
      #advantage .advantage_main .main ul {
        -webkit-column-count: 1;
           -moz-column-count: 1;
                column-count: 1; } }
    #advantage .advantage_main .main ul li {
      margin-bottom: 15px;
      padding-left: 25px;
      padding-right: 15px; }
      @media all and (max-width: 767px) {
        #advantage .advantage_main .main ul li {
          line-height: 17px;
          padding-left: 10px;
          padding-right: 10px; } }
      #advantage .advantage_main .main ul li.title {
        list-style-type: none;
        line-height: 22px;
        font-weight: 700;
        margin-bottom: 15px;
        margin-left: -12px;
        padding: 0; }
      #advantage .advantage_main .main ul li.subtitle {
        line-height: 22px;
        font-weight: 700;
        text-transform: uppercase;
        list-style-type: none;
        margin-left: -12px;
        padding: 0; }
  #advantage .advantage_main .about_main {
    margin-top: 20px; }
    #advantage .advantage_main .about_main h2.about {
      font-size: 42px;
      line-height: 34px;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 15px; }
      @media all and (max-width: 767px) {
        #advantage .advantage_main .about_main h2.about {
          font-size: 40px;
          text-align: center;
          line-height: 38px; } }
    #advantage .advantage_main .about_main p {
      line-height: 17px;
      margin-bottom: 15px; }
    #advantage .advantage_main .about_main ul {
      list-style-type: disc;
      padding-left: 12px; }
      #advantage .advantage_main .about_main ul li {
        padding-left: 25px;
        margin-bottom: 15px; }
        @media all and (max-width: 767px) {
          #advantage .advantage_main .about_main ul li {
            line-height: 17px;
            padding-left: 10px;
            padding-right: 10px; } }

/********************  lamps page  *********************/
/******************  lamps  *******************/
#lamps {
  padding-top: 50px; }
  @media all and (max-width: 767px) {
    #lamps {
      padding-top: 30px; } }
  @media all and (max-width: 991px) {
    #lamps .lamps_aside {
      margin-bottom: 20px; } }
  #lamps .lamps_aside aside ul li {
    position: relative;
    border-left: 1px solid #7c7c7c;
    border-right: 1px solid #7c7c7c;
    border-bottom: 1px solid #7c7c7c;
    cursor: pointer;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    background-color: #fff;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all; }
    #lamps .lamps_aside aside ul li:hover {
      background-color: #171922;
      color: #95d12d; }
    #lamps .lamps_aside aside ul li:nth-child(1) {
      border-top: 1px solid #7c7c7c; }
    @media all and (max-width: 575px) {
      #lamps .lamps_aside aside ul li {
        text-align: center;
        padding-left: 0; } }
    #lamps .lamps_aside aside ul li.active {
      background-color: #171922;
      color: #95d12d; }
      #lamps .lamps_aside aside ul li.active:after {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-left-color: #171922;
        border-width: 10px;
        margin-top: -10px; }
        @media all and (max-width: 991px) {
          #lamps .lamps_aside aside ul li.active:after {
            display: none; } }
  #lamps .lamps_main .main .tabs__content {
    display: none; }
    #lamps .lamps_main .main .tabs__content h2 {
      text-align: center;
      font-size: 45px;
      line-height: 40px;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 15px; }
      @media all and (max-width: 767px) {
        #lamps .lamps_main .main .tabs__content h2 {
          font-size: 30px;
          text-align: center;
          line-height: 30px; } }
    #lamps .lamps_main .main .tabs__content .content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      @media all and (max-width: 767px) {
        #lamps .lamps_main .main .tabs__content .content {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      #lamps .lamps_main .main .tabs__content .content table.spec {
        max-width: 400px;
        width: 100%;
        border-spacing: 2px;
        border-collapse: separate;
        margin-bottom: 18px; }
        @media all and (max-width: 767px) {
          #lamps .lamps_main .main .tabs__content .content table.spec {
            max-width: 100%; } }
        #lamps .lamps_main .main .tabs__content .content table.spec tr th {
          background-color: #171922;
          color: #fff;
          text-transform: uppercase;
          font-size: 13px;
          font-weight: 700;
          text-align: center;
          height: 33px;
          width: 30%; }
          #lamps .lamps_main .main .tabs__content .content table.spec tr th:nth-child(1) {
            -webkit-border-top-left-radius: 20px;
                    border-top-left-radius: 20px;
            width: 40%; }
          #lamps .lamps_main .main .tabs__content .content table.spec tr th:nth-child(3) {
            -webkit-border-top-right-radius: 20px;
                    border-top-right-radius: 20px; }
        #lamps .lamps_main .main .tabs__content .content table.spec tr td {
          border: 2px solid #171922;
          text-align: center;
          font-size: 13px;
          line-height: 13px;
          padding-top: 2px;
          padding-bottom: 2px; }
          #lamps .lamps_main .main .tabs__content .content table.spec tr td:nth-child(1) {
            font-weight: 700;
            text-align: left;
            padding-left: 4px; }
      #lamps .lamps_main .main .tabs__content .content table.connect {
        max-width: 400px;
        width: 100%;
        border-spacing: 2px;
        border-collapse: separate; }
        @media all and (max-width: 767px) {
          #lamps .lamps_main .main .tabs__content .content table.connect {
            max-width: 100%; } }
        #lamps .lamps_main .main .tabs__content .content table.connect tr th {
          background-color: #171922;
          color: #fff;
          text-transform: uppercase;
          font-size: 13px;
          line-height: 13px;
          font-weight: 700;
          text-align: center;
          height: 33px; }
          #lamps .lamps_main .main .tabs__content .content table.connect tr th:nth-child(1) {
            -webkit-border-top-left-radius: 20px;
                    border-top-left-radius: 20px; }
          #lamps .lamps_main .main .tabs__content .content table.connect tr th:nth-child(2) {
            -webkit-border-top-right-radius: 20px;
                    border-top-right-radius: 20px; }
        #lamps .lamps_main .main .tabs__content .content table.connect tr td {
          border: 2px solid #171922;
          text-align: left;
          font-size: 13px;
          line-height: 13px;
          padding-top: 2px;
          padding-bottom: 2px;
          font-weight: 700; }
          #lamps .lamps_main .main .tabs__content .content table.connect tr td:nth-child(1) {
            padding-left: 4px; }
          #lamps .lamps_main .main .tabs__content .content table.connect tr td:nth-child(2) {
            text-align: center; }
          #lamps .lamps_main .main .tabs__content .content table.connect tr td.img {
            border: none;
            -webkit-background-size: cover;
                    background-size: cover;
            background-position: 50% 50%;
            background-repeat: no-repeat;
            width: 25%; }
      #lamps .lamps_main .main .tabs__content .content .lamp_img {
        margin-left: 25px; }
        @media all and (max-width: 767px) {
          #lamps .lamps_main .main .tabs__content .content .lamp_img {
            margin: 15px auto 0 auto; } }
        #lamps .lamps_main .main .tabs__content .content .lamp_img .box {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          margin-bottom: 15px; }
          #lamps .lamps_main .main .tabs__content .content .lamp_img .box:nth-child(2) {
            margin-bottom: 20px; }
          @media all and (max-width: 767px) {
            #lamps .lamps_main .main .tabs__content .content .lamp_img .box {
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -webkit-flex-direction: column;
                  -ms-flex-direction: column;
                      flex-direction: column;
              -webkit-box-pack: center;
              -webkit-justify-content: center;
                  -ms-flex-pack: center;
                      justify-content: center; } }
          #lamps .lamps_main .main .tabs__content .content .lamp_img .box .title {
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-right: 25px;
            text-align: right; }
            @media all and (max-width: 767px) {
              #lamps .lamps_main .main .tabs__content .content .lamp_img .box .title {
                font-size: 20px;
                text-align: center;
                margin: 0 auto; } }
          #lamps .lamps_main .main .tabs__content .content .lamp_img .box .img {
            width: 200px;
            height: 200px;
            -webkit-border-radius: 50%;
                    border-radius: 50%;
            border: 10px solid #95d12d;
            -webkit-background-size: cover;
                    background-size: cover;
            background-position: 50% 50%;
            background-repeat: no-repeat;
            -webkit-flex-shrink: 0;
                -ms-flex-negative: 0;
                    flex-shrink: 0; }
            @media all and (max-width: 767px) {
              #lamps .lamps_main .main .tabs__content .content .lamp_img .box .img {
                width: 100px;
                height: 100px; } }
          #lamps .lamps_main .main .tabs__content .content .lamp_img .box .box_img {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
            max-width: 230px;
            width: 100%; }
            @media all and (max-width: 767px) {
              #lamps .lamps_main .main .tabs__content .content .lamp_img .box .box_img {
                margin-top: 15px; } }
            #lamps .lamps_main .main .tabs__content .content .lamp_img .box .box_img .img.small {
              width: 110px;
              height: 110px;
              margin-bottom: 20px;
              position: relative; }
              @media all and (max-width: 767px) {
                #lamps .lamps_main .main .tabs__content .content .lamp_img .box .box_img .img.small {
                  width: 100px;
                  height: 100px; } }
            #lamps .lamps_main .main .tabs__content .content .lamp_img .box .box_img span {
              position: absolute;
              top: -35px;
              right: -10px;
              font-size: 24px;
              text-transform: uppercase; }
              @media all and (max-width: 767px) {
                #lamps .lamps_main .main .tabs__content .content .lamp_img .box .box_img span {
                  font-size: 20px;
                  top: -30px; } }
    #lamps .lamps_main .main .tabs__content.active {
      display: block; }
    #lamps .lamps_main .main .tabs__content .right_fixing {
      margin-top: 10px; }
      #lamps .lamps_main .main .tabs__content .right_fixing h2 {
        font-size: 21px;
        line-height: 20px;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 5px; }
      #lamps .lamps_main .main .tabs__content .right_fixing table.fixing {
        width: 100%;
        border-spacing: 2px;
        border-collapse: separate; }
        #lamps .lamps_main .main .tabs__content .right_fixing table.fixing tr th {
          background-color: #171922;
          color: #fff;
          font-size: 13px;
          line-height: 13px;
          font-weight: 700;
          text-align: center;
          height: 33px;
          width: 30%; }
          #lamps .lamps_main .main .tabs__content .right_fixing table.fixing tr th:nth-child(1) {
            -webkit-border-top-left-radius: 20px;
                    border-top-left-radius: 20px; }
          #lamps .lamps_main .main .tabs__content .right_fixing table.fixing tr th:nth-child(3) {
            -webkit-border-top-right-radius: 20px;
                    border-top-right-radius: 20px; }
        #lamps .lamps_main .main .tabs__content .right_fixing table.fixing tr td {
          border: 2px solid #171922;
          text-align: left;
          font-size: 13px;
          line-height: 13px;
          padding-top: 2px;
          padding-bottom: 2px;
          font-weight: 700; }
          #lamps .lamps_main .main .tabs__content .right_fixing table.fixing tr td.img {
            border: none;
            -webkit-background-size: contain;
                    background-size: contain;
            background-position: 50% 50%;
            background-repeat: no-repeat;
            height: 65px; }
