@font-face {
  font-family: 'GothamPro';
  src: url("../fonts/GothamPro.otf");
  src: url("../fonts/GothamPro.eot");
  src: url("../fonts/GothamPro.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro.woff") format("woff"), url("../fonts/GothamPro.ttf") format("truetype"), url("../fonts/GothamPro.svg#GothamPro") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GothamPro-Medium';
  src: url("../fonts/GothamPro-Medium.otf");
  src: url("../fonts/GothamPro-Medium.eot");
  src: url("../fonts/GothamPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Medium.woff") format("woff"), url("../fonts/GothamPro-Medium.ttf") format("truetype"), url("../fonts/GothamPro-Medium.svg#GothamPro-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'GothamPro-Light';
  src: url("../fonts/GothamPro-Light.otf");
  src: url("../fonts/GothamPro-Light.eot");
  src: url("../fonts/GothamPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Light.woff") format("woff"), url("../fonts/GothamPro-Light.ttf") format("truetype"), url("../fonts/GothamPro-Light.svg#GothamPro-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'GothamPro-Bold';
  src: url("../fonts/GothamPro-Bold.otf");
  src: url("../fonts/GothamPro-Bold.eot");
  src: url("../fonts/GothamPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Bold.woff") format("woff"), url("../fonts/GothamPro-Bold.ttf") format("truetype"), url("../fonts/GothamPro-Bold.svg#GothamPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  font: normal normal 10px/1.15 GothamPro, Freesans, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  position: relative;
  min-width: 320px;
  min-height: 100vh; }

body.inner-page {
  background: url(../img/bg_inner.png) repeat;
  color: #000;
  font-size: 1.6rem; }

p {
  color: #000;
  font-size: 1.6rem;
  line-height: 28px; 
  margin-bottom: 28px;}

.wrapper {
  position: relative;
  width: 100%;
  max-width: 1360px;
  padding: 0 30px;
  margin: 0 auto; }

h1 {
  font-size: 4.8rem;
  line-height: 60px;
  font-weight: normal;
  margin: 0;
  margin-bottom: 15px; }
  #projects h1.inner {
    color: #111;
    margin-left: 138px;
    margin-bottom: 28px; }
  h1.inner-page {
    font-size: 3.6rem;
    line-height: 48px;
    color: #000;
    margin-bottom: 36px; }
  h1.product {
    margin-bottom: 47px; }

h2 {
  font-size: 3.4rem;
  line-height: 28px;
  color: #111;
  font-weight: normal;
  margin-bottom: 18px; }

h3 {
  font-size: 2.6rem;
  line-height: 28px;
  color: #000;
  font-weight: normal;
  margin-bottom: 15px; }

h4 {
  font-size: 2rem;
  font-weight: normal;
  color: #000;
  margin-bottom: 17px; }
  h4.review {
    margin-top: 12px;
    margin-bottom: 2px; }
  h4.product {
    font-size: 2.2rem;
    line-height: 30px;
    margin-bottom: 22px; }

h5 {
  font-size: 1.6rem;
  line-height: 28px;
  color: #111;
  font-weight: normal;
  margin-bottom: 7px; }

h6 {
  font-size: 1.5rem;
  font-weight: normal; }

a {
  text-decoration: none;
  color: #000;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  a:hover {
    color: red; }
 /* a:visited {
    color: #344f86; } */
  a:hover, a:visited, a:active, a:focus {
    text-decoration: none; }

blockquote {
  max-width: 847px;
  margin-left: 55px;
  color: #000;
  font-size: 2rem;
  line-height: 28px;
  border-left: 4px solid red;
  padding: 4px 30px 7px 22px; }

input {
  outline: none; }
  input[type=search] {
    -webkit-appearance: textfield;
    font-family: inherit;
    font-size: 100%; }
  input::-webkit-search-decoration, input::-webkit-search-cancel-button {
    display: none; }

.input {
  position: relative;
  margin-bottom: 7px; }
  .input p {
    /* color: #5a5953; */
	color: #000;
    font-size: 1.2rem;
    line-height: 28px;
    margin-bottom: 0px;
    margin-top: 10px; }


.wrapper input[type="checkbox"] {
  height: 13px; 
  width: auto; }


.wrapper input {
  width: 100%;
  height: 48px;
  border-radius: 6px;
  border: 1px solid #e1e1e1;
  color: #111;
  font-size: 1.6rem;
  line-height: 28px;
  padding: 0 20px; }
  input#phone {
    max-width: 285px; }
  input.error {
    border: 1px solid #ed3036; }

label.error {
  display: block;
  color: #ed3036;
  font-size: 1.2rem;
  position: absolute;
  top: 7px;
  left: 70px; }

font.errortext {
    display: block;
    color: #ed3036;
    font-size: 1.2rem;
	line-height: 1.7; }


.select-wrap {
  margin-bottom: 7px; }
  .select-wrap p {
    color: #5a5953;
    font-size: 1.2rem;
    line-height: 28px;
    margin-bottom: 8px; }
  .select-wrap .select {
    position: relative;
    width: 250px;
    height: 48px;
    border-radius: 6px; }
    .select-wrap .select.is-opened .select_arrow {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .select-wrap .select_in {
      position: relative;
      width: 100%;
      height: 100%;
      background: #fff;
      border-radius: 2px;
      color: #000;
      border-radius: 6px;
      cursor: pointer; }
    .select-wrap .select_arrow {
      position: absolute;
      top: 23px;
      right: 13px;
      display: block;
      width: 0;
      height: 0;
      border-color: #999 transparent  transparent  transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -ms-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
    .select-wrap .select_title {
      display: block;
      padding: 15px 20px;
      font-size: 1.6rem;
      border-radius: 6px;
      border: 1px solid #e1e1e1;
      white-space: nowrap;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      overflow: hidden; }
    .select-wrap .select_list {
      position: absolute;
      top: 100%;
      display: none;
      height: auto;
      width: 100%;
      overflow-y: auto;
      list-style: none;
      background: #fff;
      border-radius: 0 0 6px 6px;
      border: 1px solid #e1e1e1;
      z-index: 1000;
      margin-left: 0; }
      .select-wrap .select_list li {
        padding: 15px 20px;
        color: #000;
        font-size: 1.6rem;
        line-height: 1;
        cursor: pointer; }
        .select-wrap .select_list li:hover {
          background: #383b40;
          color: #FFF; }
        .select-wrap .select_list li:before {
          display: none; }

textarea {
  width: 100%;
  height: 88px;
  margin-bottom: 20px;
  overflow: auto;
  resize: none;
  border-radius: 6px;
  border: 1px solid #e1e1e1;
  color: #111;
  font-size: 1.6rem;
  line-height: 28px;
  padding: 10px 20px; }

.checkbox {
  display: none; }
  .checkbox + label {
    cursor: pointer;
    color: #5a5953;
    font-size: 1.2rem;
    line-height: 28px;
    margin-bottom: 10px; }
  .checkbox:not(checked) {
    position: absolute; }
    .checkbox:not(checked) + label {
      position: relative;
      padding-left: 32px; }
      .checkbox:not(checked) + label:before {
        content: '';
        position: absolute;
        top: -4px;
        left: 0;
        width: 20px;
        height: 20px;
        border-radius: 3px;
        border: 1px solid #e1e1e1;
        background-color: #fff; }
  .checkbox:checked + label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 4px;
    width: 15px;
    height: 11px;
    background: url(../img/check.png) center center no-repeat; }

.radio {
  vertical-align: top;
  width: 20px;
  height: 20px; }
  .radio + label {
    cursor: pointer;
    color: #000;
    font-size: 1.6rem;
    line-height: 28px;
    margin-bottom: 10px; }
  .radio:not(checked) {
    position: absolute;
    opacity: 0; }
    .radio:not(checked) + label {
      position: relative;
      padding-left: 35px; }
      .radio:not(checked) + label:before {
        content: '';
        position: absolute;
        top: -3px;
        left: 0;
        width: 20px;
        height: 20px;
        border: 1px solid #CDD1DA;
        border-radius: 50%;
        background: #FFF; }
      .radio:not(checked) + label:after {
        content: '';
        position: absolute;
        top: 2px;
        left: 5px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #db2c32;
        opacity: 0;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s; }
  .radio:checked + label:after {
    opacity: 1; }

button {
  width: 201px;
  height: 48px;
  border-radius: 5px;
  background-color: #ed3036;
  border: none;
  color: #fff;
  font-size: 1.6rem;
  line-height: 45px;
  text-align: center;
  outline: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  button:hover {
    background-color: #d52b31;
    cursor: pointer;
    cursor: hand; }
  button:active {
    -webkit-transform: translateY(2px) translateX(2px);
    -moz-transform: translateY(2px) translateX(2px);
    -ms-transform: translateY(2px) translateX(2px);
    -o-transform: translateY(2px) translateX(2px);
    transform: translateY(2px) translateX(2px); }
  button:disabled {
    background-color: #939597;
    opacity: .6; }

.video-bg {
  width: 100vw;
  height: 100vh;
  background-color: #252529;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -99;
  overflow: hidden; }
  .video-bg video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    opacity: 0.7;
    background-color: #000; }

ol {
  counter-reset: num;
  margin-left: 33px; }
  ol li {
    list-style: none;
    position: relative;
    font-size: 1.6rem;
    line-height: 28px;
    color: #111;
    margin-bottom: 10px; }
    ol li:before {
      counter-increment: num;
      content: counter(num);
      color: red;
      font-family: "GothamPro-Bold";
      font-size: 1.6rem;
      line-height: 28px;
      position: absolute;
      left: -33px; }

ul {
  margin-left: 50px; }
  ul li {
    list-style: none;
    position: relative;
    font-size: 1.6rem;
    line-height: 28px;
    color: #000; }
    ul li:before {
      content: "";
      display: block;
      width: 30px;
      height: 2px;
      background-color: red;
      position: absolute;
      top: 13px;
      left: -50px; }

ul.breadcrumb {
  margin-left: 0; }
  ul.breadcrumb li {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.4;
    color: #888;
    margin-right: 2px; }
    ul.breadcrumb li:before {
      display: none; }
    ul.breadcrumb li a {
      color: #000; }
      ul.breadcrumb li a:hover {
        color: red; }
      ul.breadcrumb li a span {
        color: #000; }

table {
  width: 100%;
  border-spacing: 0; }
  table tr.t-header {
    background-color: #efeee5;
    border-radius: 6px;
    color: #5a5953;
    font-size: 1.2rem;
    line-height: 28px; }
    table tr.t-header th.first-col {
      width: 50%;
      text-align: left;
      padding: 10px 20px; }
    table tr.t-header th.second-col {
      width: 16%;
      text-align: right;
      padding: 10px 20px; }
    table tr.t-header th.third-col {
      width: 34%;
      text-align: right;
      padding: 10px 20px; }
  table tr.t-body {
    color: #000;
    font-size: 1.6rem;
    line-height: 20px; }
    table tr.t-body td.first-col {
      padding: 10px 20px; }
    table tr.t-body td.second-col {
      text-align: right;
      padding: 10px 20px; }
    table tr.t-body td.third-col {
      text-align: right;
      padding: 10px 20px; }

.switches {
  margin-bottom: 50px; }
  .switches .switch {
    display: inline-block;
    border: 3px solid transparent;
    color: #000;
    font-size: 16px;
    line-height: 40px;
    text-decoration: underline;
    text-align: center;
    padding: 1px 19px;
    margin: 10px; }
    .switches .switch.active {
      border: 3px solid #ed3036;
      text-decoration: none; }
    .switches .switch:hover {
      text-decoration: none;
      cursor: pointer;
      cursor: hand; }

.accordion {
  min-height: 300px; }
  .accordion .acc-title {
    padding: 20px;
    position: relative;
    display: block;
    width: 100%;
    max-width: 625px;
    height: 58px;
    margin-top: 5px;
    border-radius: 6px;
    background-color: #efeee5;
    cursor: pointer; }
    .accordion .acc-title:hover span {
      border-bottom: none; }
    .accordion .acc-title:after {
      content: '\e803';
      font-family: 'fontello';
      font-size: 1.4rem;
      opacity: .5;
      position: absolute;
      top: 22px;
      right: 30px;
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -ms-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
    .accordion .acc-title.active:after {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .accordion .acc-title span {
      display: inline-block;
      font-size: 2rem;
      line-height: 1;
      margin-top: -3px;
      border-bottom: 1px dotted #666; }
  .accordion .acc-content {
    display: none;
    background-color: #efeee5;
    width: 100%;
    max-width: 625px;
    border-radius: 0 0 6px 6px; }
    .accordion .acc-content p {
      padding: 0 20px 20px 20px; }

header.header-index {
  width: 100vw;
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 23px;
  background-color: #252529;
  z-index: 1;
  opacity: 0.85; }
  header.header-index.header-inner {
    background-color: transparent;
  	opacity: 1;
    background-image: url(/local/templates/passat/img/header-fix.jpg);
    position: fixed; }
    header.header-index.header-inner .wrapper {
      -o-background-size: contain;
      background-size: contain; }
      header.header-index.header-inner .wrapper .language ul li:before {
        display: none; }
      header.header-index.header-inner .wrapper .language ul li a {
        color: #888;
        opacity: 1; }
      header.header-index.header-inner .wrapper .logo_by {
        background: url(../img/logo-inner.svg) center center no-repeat;
        -webkit-background-size: contain; }
      header.header-index.header-inner .wrapper .logo_ru {
        background: url(../img/logo-inner.svg) center center no-repeat;
        -webkit-background-size: contain; }
      header.header-index.header-inner .wrapper .logo_en {
        background: url(../img/logo-inner-en.svg) center center no-repeat;
        -webkit-background-size: contain; }
      header.header-index.header-inner .wrapper nav.header-nav ul.menu-items li {
        color: #000; }
        header.header-index.header-inner .wrapper nav.header-nav ul.menu-items li:before {
          display: none; }
        header.header-index.header-inner .wrapper nav.header-nav ul.menu-items li a {
          color: #000;
          opacity: 1; }
        header.header-index.header-inner .wrapper nav.header-nav ul.menu-items li .submenu {
          background-color: #f3f3f3;
          -webkit-box-shadow: 0px 5px 15px 0px rgba(50, 50, 50, 0.3);
          -moz-box-shadow: 0px 5px 15px 0px rgba(50, 50, 50, 0.3);
          box-shadow: 0px 5px 15px 0px rgba(50, 50, 50, 0.3); }
          header.header-index.header-inner .wrapper nav.header-nav ul.menu-items li .submenu li {
            color: #000; }
            header.header-index.header-inner .wrapper nav.header-nav ul.menu-items li .submenu li:before {
              display: none; }
      header.header-index.header-inner .wrapper .search {
        background-color: transparent;
        height: auto; }
      header.header-index.header-inner .wrapper .phoneNum a {
        color: #000;
        opacity: 1; }
        header.header-index.header-inner .wrapper .phoneNum a span {
          color: #888;
          opacity: 1; }
  header.header-index .wrapper {
    position: relative; }
    header.header-index .wrapper:after {
      content: "";
      display: table;
      clear: both; }
    header.header-index .wrapper .language {
      margin-left: 154px;
      margin-bottom: 1px; }
      header.header-index .wrapper .language ul {
        margin-left: 0; }
        header.header-index .wrapper .language ul li {
          display: inline-block;
          margin-right: 10px;
          line-height: 1; }
          header.header-index .wrapper .language ul li:before {
            display: none; }
          header.header-index .wrapper .language ul li a {
            opacity: 0.5;
            color: #fff;
            font-size: 1.2rem; }
            header.header-index .wrapper .language ul li a.active {
              opacity: 1;
              color: red; }
            header.header-index .wrapper .language ul li a:hover {
              color: red; }
    header.header-index .wrapper .logo_by,
	header.header-index .wrapper .logo_ru {
      float: left;
      width: 250px;
      height: 45px;
      background: url(../img/logo-main.svg) center center no-repeat;
      -webkit-background-size: contain;
      -o-background-size: contain;
      background-size: contain;
      margin-right: 46px; }
    header.header-index .wrapper .logo_en {
      float: left;
      width: 250px;
      height: 45px;
      background: url(../img/logo-main-en.svg) center center no-repeat;
      -webkit-background-size: contain;
      -o-background-size: contain;
      background-size: contain;
      margin-right: 46px; }
    header.header-index .wrapper nav.header-nav {
      float: left;
      vertical-align: top;
      margin-top: 6px; }
      header.header-index .wrapper nav.header-nav ul.menu-items {
        width: 675px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 0; }
        header.header-index .wrapper nav.header-nav ul.menu-items li {
          position: relative;
          color: rgba(255, 255, 255, 0.7);
          font-size: 1.6rem;
          line-height: 28px;

		}
          header.header-index .wrapper nav.header-nav ul.menu-items li:before {
            display: none; }
          header.header-index .wrapper nav.header-nav ul.menu-items li:hover {
            text-decoration: none;
            cursor: pointer;
            cursor: hand; }
            header.header-index .wrapper nav.header-nav ul.menu-items li:hover i {
              -webkit-transform: rotate(180deg);
              -moz-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
              -o-transform: rotate(180deg);
              transform: rotate(180deg); }
            header.header-index .wrapper nav.header-nav ul.menu-items li:hover .submenu {
              top: 100%;
              opacity: 1; }
          header.header-index .wrapper nav.header-nav ul.menu-items li.open i {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg); }
          header.header-index .wrapper nav.header-nav ul.menu-items li.active {
            color: red !important;
            cursor: text !important;
            text-decoration: none !important; }
            header.header-index .wrapper nav.header-nav ul.menu-items li.active a {
              text-decoration: none;
              color: red; }
          header.header-index .wrapper nav.header-nav ul.menu-items li i {
            display: inline-block;
            font-size: 1rem;
            vertical-align: middle;
            margin-left: 4px;
            -webkit-transition: all .2s ease;
            -moz-transition: all .2s ease;
            -ms-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease; }
          header.header-index .wrapper nav.header-nav ul.menu-items li a {
            display: inline-block;
            opacity: .7;
            color: #fff;
            font-size: 1.6rem;
            line-height: 20px;

			}

			header.header-index .wrapper nav.header-nav ul.menu-items li span {
				line-height: 20px;
			}


			.header-index .menu-items li a,
			.header-index .menu-items li span {
				border-bottom:1px solid rgba(255, 255, 255, 0.7);
				transition:all 0.2s ease-in;
				line-height: 20px;
			}

			.header-inner .menu-items li a,
			.header-inner .menu-items li span {
				border-bottom:1px solid rgba(0, 0, 0, 0.7);
				transition:all 0.2s ease-in;
				line-height: 20px;
			}

			.menu-items li a:hover,
			.menu-items li span:hover {
				border-bottom:1px solid transparent;
			}

            header.header-index .wrapper nav.header-nav ul.menu-items li a:hover {
              opacity: 1;
              text-decoration: none;
              cursor: pointer;
              cursor: hand;  }
          header.header-index .wrapper nav.header-nav ul.menu-items li .submenu {
            position: absolute;
            top: -9999px;
            left: -15px;
            max-width: 300px;
            min-width: 155px;
            padding: 10px;
            background-color: #252529;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            opacity: 0;
            z-index: 1;
            margin-left: 0;
            -webkit-transition: opacity .3s ease;
            -moz-transition: opacity .3s ease;
            -ms-transition: opacity .3s ease;
            -o-transition: opacity .3s ease;
            transition: opacity .3s ease; }
            header.header-index .wrapper nav.header-nav ul.menu-items li .submenu li {
              padding: 5px;
              color: rgba(255, 255, 255, 0.7);
              font-size: 1.2rem;
              line-height: 20px;
              text-decoration: underline; }
              header.header-index .wrapper nav.header-nav ul.menu-items li .submenu li:before {
                display: none; }
              header.header-index .wrapper nav.header-nav ul.menu-items li .submenu li:hover {
                text-decoration: none;
                cursor: pointer;
                cursor: hand; }
              header.header-index .wrapper nav.header-nav ul.menu-items li .submenu li a {
                font-size: 1.2rem;
                line-height: 16px; }
    header.header-index .wrapper .hamburger {
      display: none;
      position: relative;
      float: right;
      vertical-align: top;
      padding-right: 0;
      margin-top: 2px;
      z-index: 999; }
    header.header-index .wrapper .search {
      background-color: #252529;
      position: absolute;
      top: 15px;
      right: 30px;
      overflow: hidden;
      z-index: 1; 
	}


      header.header-index .wrapper .search form#search {
        position: relative;
        margin-top: 0px;
	 }

	 header.header-index .wrapper .search form#search::after {
        content:'';
		position: absolute;
    	top: 1px;
    	right: 0;
		width: 40px;
        height: 36px;
        background:url(../img/search.svg) no-repeat 5px center;
		z-index:1;
        cursor:pointer;
	 }
        header.header-index .wrapper .search form#search input[type=search] {
          border: none;
		  background:transparent;
          padding: 0 10px 0 0;
          color: transparent;
          width: 40px;
          height: 36px;
          -webkit-border-radius: 0px;
          -moz-border-radius: 0px;
          border-radius: 0px;
          font-size: 1.4rem;
          transition: all .5s ease; 
		  cursor:pointer;
          overflow:hidden;
          text-indent:-9999px;
		}

		header.header-index .wrapper .search form#search.open input[type=search] {
			width: 260px;
            color: #111;
            padding-left: 20px;
			padding-right: 40px;
            background: #fff;
            opacity: 1 !important;
            text-indent:0;
      	}



         /*header.header-index .wrapper .search form#search input[type=search]::-webkit-input-placeholder {
            opacity: 0; 
		}
          header.header-index .wrapper .search form#search input[type=search]:-moz-placeholder {
            opacity: 0;
			 }
          header.header-index .wrapper .search form#search input[type=search]:hover {
            opacity: .7;
            cursor: pointer;
            cursor: hand; 
			}*/
          /*header.header-index .wrapper .search form#search input[type=search]:focus, 
			header.header-index .wrapper .search form#search input[type=search]:active {
            width: 260px;
            color: #111;
            padding-left: 20px;
			padding-right: 40px;
            background: #fff;
            opacity: 1 !important;

			 }*/

            header.header-index .wrapper .search form#search input[type=search]:focus::-webkit-input-placeholder, 
			header.header-index .wrapper .search form#search input[type=search]:active::-webkit-input-placeholder {
              color: #666;
              opacity: 1; 
			}

        header.header-index .wrapper .search form#search input[type=submit] {
          background: url(../img/search.svg) no-repeat 5px center;
          border: none;
          color: transparent;
          width: 40px;
          height: 34px;
          overflow: hidden;
          text-indent: -9999px;
          border-radius: 20px;
          font-size: 1.4rem;
          position: absolute;
          top: 1px;
          right: 0;
          z-index: -1;
          opacity:0;
		  transition: all .5s ease;
		}

		header.header-index .wrapper .search form#search.open input[type=submit] {
		  z-index: 2;
          opacity:1;
          cursor:pointer;
    	}
          /*header.header-index .wrapper .search form#search input[type=submit]:hover {
            cursor: pointer;
            cursor: hand; 
		}*/

		/*header.header-index .wrapper .search form#search input[type=search]:active + input[type=submit],
		header.header-index .wrapper .search form#search input[type=search]:focus + input[type=submit] {
			display:block!important;
		}*/

    header.header-index .wrapper .phoneNum {
      float: right;
      vertical-align: top;
      margin-top: 5px;
      margin-right: 65px; }
      header.header-index .wrapper .phoneNum a {
        opacity: .7;
        color: #fff;
        font-size: 2rem;
        line-height: 28px; }
        header.header-index .wrapper .phoneNum a:hover {
          opacity: 1; }
        header.header-index .wrapper .phoneNum a span {
          opacity: 0.5;
          color: #fff;
          font-size: 1.7rem;
          line-height: 28px;
          margin-right: 9px; }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .overlay .mainTitle {
    width: 840px; }
    .overlay .mainTitle h1 {
      color: #FFF; }
      .overlay .mainTitle h1 span {
        color: red; }

footer.footer-index {
  width: 100vw;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: transparent;
  padding: 20px 0;
  z-index: 1; }
  footer.footer-index.footer-inner {
    background-color: #252529;
    padding-top: 28px;
    padding-bottom: 24px; }
  footer.footer-index .wrapper .copyright {
    float: left;
    opacity: 0.5;
    color: #fff;
    font-size: 1.2rem;
    line-height: 28px;
    margin-right: 40px; }
  footer.footer-index .wrapper .sitemap-social {
    width: 217px;
    float: left; }
    footer.footer-index .wrapper .sitemap-social .sitemap {
      opacity: 0.7;
      color: #fff;
      font-size: 1.2rem;
      line-height: 28px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.7);
      transition: all 0.2s ease-in ;
	}
      footer.footer-index .wrapper .sitemap-social .sitemap:hover {
        opacity: 1;
		border-bottom:1px solid transparent;
        text-decoration:none;
	 }

    footer.footer-index .wrapper .sitemap-social .social {
      float: right; }
      footer.footer-index .wrapper .sitemap-social .social .fb {
        position: relative;
        display: inline-block;
        width: 26px;
        height: 26px;
        background-color: rgba(255, 255, 255, 0.2);
        -webkit-border-radius: 50%;
        border-radius: 50%;
        text-align: center;
        margin-right: 14px;
        vertical-align: middle; }
        footer.footer-index .wrapper .sitemap-social .social .fb:hover span {
          width: 26px;
          height: 26px;
          border-radius: 26px;
          margin: -13px; }
        footer.footer-index .wrapper .sitemap-social .social .fb:before {
          content: '\f09a';
          font-family: "fontello";
          font-size: 1.2rem;
          color: #fff;
          position: absolute;
          top: 50%;
          left: 50%;
          margin-top: -6px;
          margin-left: -4px;
          z-index: 1; }
        footer.footer-index .wrapper .sitemap-social .social .fb span {
          border-radius: 0;
          display: block;
          width: 0;
          height: 0;
          margin: 0;
          background-color: #41528E;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transition: all .3s;
          -moz-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s; }
      footer.footer-index .wrapper .sitemap-social .social .yt {
        position: relative;
        display: inline-block;
        width: 24px;
        height: 17px;
        background-color: rgba(255, 255, 255, 0.2);
        -webkit-border-radius: 5px;
        border-radius: 6px;
        text-align: center;
        margin-right: 15px;
        vertical-align: middle; }
        footer.footer-index .wrapper .sitemap-social .social .yt:hover span {
          width: 24px;
          height: 17px;
          border-radius: 6px;
          margin: -8.5px -12px; }
        footer.footer-index .wrapper .sitemap-social .social .yt:before {
          content: '\e800';
          font-family: "fontello";
          font-size: .8rem;
          color: #FFF;
          position: absolute;
          top: 50%;
          left: 50%;
          margin-top: -4.5px;
          margin-left: -2.5px;
          z-index: 1; }
        footer.footer-index .wrapper .sitemap-social .social .yt span {
          border-radius: 0;
          display: block;
          width: 0;
          height: 0;
          margin: 0;
          background-color: #ac4348;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transition: all .3s;
          -moz-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s; }
      footer.footer-index .wrapper .sitemap-social .social .in {
        position: relative;
        display: inline-block;
        width: 26px;
        height: 26px;
        background-color: rgba(255, 255, 255, 0.2);
        -webkit-border-radius: 50%;
        border-radius: 50%;
        text-align: center;
        vertical-align: middle; }
        footer.footer-index .wrapper .sitemap-social .social .in:hover span {
          width: 26px;
          height: 26px;
          border-radius: 26px;
          margin: -13px; }
        footer.footer-index .wrapper .sitemap-social .social .in:before {
          content: '\f0e1';
          font-family: "fontello";
          font-size: 1.2rem;
          color: #fff;
          position: absolute;
          top: 50%;
          left: 50%;
          margin-top: -7px;
          margin-left: -4.5px;
          z-index: 1; }
        footer.footer-index .wrapper .sitemap-social .social .in span {
          border-radius: 0;
          display: block;
          width: 0;
          height: 0;
          margin: 0;
          background-color: #395f8e;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transition: all .3s;
          -moz-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s; }
  footer.footer-index .wrapper .dev {
    float: right;
    width: 250px;
    margin-right: 8px; }
    footer.footer-index .wrapper .dev p {
      font-size: 1.2rem;
      line-height: 28px;
      color: #fff; }
      footer.footer-index .wrapper .dev p a {
        opacity: 0.7;
        font-size: 1.2rem;
        line-height: 28px;
        color: red; }
        footer.footer-index .wrapper .dev p a:hover {
          opacity: 1; }

#projects {
  padding: 120px 0; }
  #projects .wrapper {
    max-width: 1183px; }
    #projects .wrapper ul.breadcrumb {
      margin-left: 139px;
      margin-bottom: 14px; }
    #projects .wrapper .projects-items {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;

      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 0 140px;
      margin-bottom: 18px; }
      #projects .wrapper .projects-items .project-item {
        position: relative;
        display: block;
        margin-bottom: 26px;
        -webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.5);
        -moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.5);
        box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.5);
		}

        #projects .wrapper .projects-items .project-item .image img {
          max-width: 100%;
   		  height: 100%;
   		  width: 100%;
   		  object-fit: cover;
   		  margin-bottom: -10px;
   		  max-height: 100%; }
        #projects .wrapper .projects-items .project-item .date {
          position: absolute;
          left: 21px;
          bottom: 15px;
          font-size: 1.6rem;
          color: #FFF; }
        #projects .wrapper .projects-items .project-item .desc {
          display: block;
          width: 250px;
          height: 150px;
          /*min-height: 120px;*/
          position: absolute;
          overflow: hidden;
          top: 55px;
          left: -140px;
          background-color: #FFF;
          font-size: 1.6rem;
          line-height: 28px;
          color: #000;
          padding: 19px 30px;
		text-decoration: none;
		 }

		#projects .wrapper .projects-items .project-item .desc span {
            border-bottom: 1px solid transparent;
    		transition: all 0.2s ease-in;
		}

       	#projects .wrapper .projects-items .project-item:hover .desc span {
	  		border-bottom: 1px solid rgba(0, 0, 0, 0.7);
		}

          #projects .wrapper .projects-items .project-item .desc.plus {
            max-width: 520px;
            min-height: 180px;
            top: 25px;
            padding-right: 70px; }
          #projects .wrapper .projects-items .project-item .desc.right-desc {
            left: auto;
            right: -140px; }
          .project-item:hover .desc {
            cursor: pointer;
            text-decoration: underline; }
            .project-item:hover .desc:after {
              content: "";
              display: block;
              width: 0;
              height: 0;
              border-bottom: 10px solid red;
              border-left: 10px solid transparent;
              position: absolute;
              right: 5px;
              bottom: 5px; }
    #projects .wrapper .pagination {
      margin-left: 150px; }
      #projects .wrapper .pagination ul {
        margin-left: 0; }
        #projects .wrapper .pagination ul li {
          display: inline-block;
          text-align: center;
          font-size: 1.6rem;
          color: #111;
          border: 2px solid transparent; }
          #projects .wrapper .pagination ul li:before {
            display: none; }
          #projects .wrapper .pagination ul li:hover {
            border: 2px solid red; }
          #projects .wrapper .pagination ul li.current {
            padding: 5px 15px;
            font-family: "GothamPro-Bold";
            color: red; }
            #projects .wrapper .pagination ul li.current:hover {
              border: 2px solid transparent; }
          #projects .wrapper .pagination ul li.prev {
            border: none;
            position: relative; }
            #projects .wrapper .pagination ul li.prev:after {
              content: '\e80a';
              font-family: "fontello";
              font-size: 1.2rem;
              color: red;
              position: absolute;
              top: 2px;
              left: -10px; }
            #projects .wrapper .pagination ul li.prev a {
              text-decoration: underline;
              line-height: 1;
              padding: 0 5px; }
              #projects .wrapper .pagination ul li.prev a:hover {
                text-decoration: none; }
          #projects .wrapper .pagination ul li.next {
            border: none;
            position: relative; }
            #projects .wrapper .pagination ul li.next:after {
              content: '\e80b';
              font-family: "fontello";
              font-size: 1.2rem;
              color: red;
              position: absolute;
              top: 2px;
              right: -10px; }
            #projects .wrapper .pagination ul li.next a {
              text-decoration: underline;
              line-height: 1;
              padding: 0 5px; }
              #projects .wrapper .pagination ul li.next a:hover {
                text-decoration: none; }
          #projects .wrapper .pagination ul li a {
            /* display: inline-block; */
            width: 100%;
            height: 100%;
            padding: 5px 15px;
            font-size: 1.6rem;
            color: #111; }

#project-page {
  padding: 120px 0; }
  #project-page .wrapper {
    max-width: 900px; }
  #project-page .wrapper div {
    line-height: 28px; }
    #project-page .wrapper ul.breadcrumb {
      margin-left: 0;
      margin-bottom: 16px; }
    #project-page .wrapper p {
      color: #000;
      font-size: 1.6rem;
      line-height: 28px; }
      #project-page .wrapper p.p-1 {
        margin-bottom: 21px; }
      #project-page .wrapper p.p-2 {
        margin-bottom: 30px; }
      #project-page .wrapper p.p-3 {
        margin-bottom: 45px; }
      #project-page .wrapper p.p-4 {
        margin-bottom: 50px; }
    #project-page .wrapper ol {
      margin-bottom: 38px; }
    #project-page .wrapper ul {
      margin-left: 50px;
      margin-bottom: 33px; }
      #project-page .wrapper ul li {
        margin-bottom: 10px; }
    #project-page .wrapper .review-block {
      width: 900px;
      height: 260px;
      background-color: #ece9d9;
      padding: 20px 30px;
      margin-left: -30px;
      margin-bottom: 40px; }
      #project-page .wrapper .review-block .review-img {
        display: block;
        float: left;
        margin-right: 30px; }
        #project-page .wrapper .review-block .review-img img {
          -webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.2);
          -moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.2);
          box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.2);
          margin-bottom: -2px; }
      #project-page .wrapper .review-block span.subtitle {
        display: block;
        color: #888;
        font-size: 1.6rem;
        line-height: 28px;
        margin-bottom: 17px; }
      #project-page .wrapper .review-block p img {
        width: 23px;
        height: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
        vertical-align: middle;
        margin-right: 10px; }
      #project-page .wrapper .review-block p a {
        color: #000;
        font-size: 1.6rem;
        line-height: 28px;
        text-decoration: underline;
        margin-right: 15px; }
        #project-page .wrapper .review-block p a:hover {
          text-decoration: none;
          color: red; }
      #project-page .wrapper .review-block p span {
        margin-top: 5px;
        color: #000;
        font-size: 1.2rem;
        line-height: 28px;
        opacity: .7; }
  #project-page .slider-wrap {
    position: relative;
    width: 100%;
    margin-bottom: 35px; 
	}

    #project-page .slider-wrap .slick-slide {
    	height:auto!important; 
	}
    #project-page .slider-wrap .slider {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #project-page .slider-wrap .slider .slide {
        display: inline-block;
        margin: 10px; }
        #project-page .slider-wrap .slider .slide img {
          max-width: 100%;
          height: auto; }
    #project-page .slider-wrap .prev-arr {
      position: absolute;
      top: 50%;
      left: 20px;
      margin-top: -52px; }
      #project-page .slider-wrap .prev-arr:hover {
        cursor: pointer;
        cursor: hand; }
      #project-page .slider-wrap .prev-arr i {
        color: #FFF;
        font-size: 9rem; }
    #project-page .slider-wrap .next-arr {
      position: absolute;
      top: 50%;
      right: 20px;
      margin-top: -52px; }
      #project-page .slider-wrap .next-arr:hover {
        cursor: pointer;
        cursor: hand; }
      #project-page .slider-wrap .next-arr i {
        color: #FFF;
        font-size: 9rem; }
    #project-page .slider-wrap .slick-dots li:before {
      display: none; }

#product {
  padding: 120px 0 113px 0; }
  #product .wrapper {
    max-width: 900px; }
  #product .wrapper div {
    line-height: 28px; }
    #product .wrapper ul.breadcrumb {
      margin-bottom: 14px; }
    #product .wrapper .review-block {
      width: 875px;
      background-color: #ece9d9;
      padding: 15px 30px;
      margin-left: -30px;
      margin-bottom: 27px; }
      #product .wrapper .review-block img {
        width: 23px;
        height: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-right: 10px;
        margin-bottom: 5px;
        vertical-align: middle; }
      #product .wrapper .review-block a {
        color: #000;
        font-size: 1.6rem;
        line-height: 28px;
        text-decoration: underline;
        margin-right: 15px; }
        #product .wrapper .review-block a:hover {
          text-decoration: none;
          color: red; }
        #product .wrapper .review-block a:visited {
          text-decoration: none;
          color: #344f86; }
      #product .wrapper .review-block span {
        color: #000;
        font-size: 1.2rem;
        line-height: 28px;
        opacity: .7; }
  #product .wrapper ul li {
      margin-bottom: 10px; }
    #product .wrapper div {
      color: #000;
      font-size: 1.6rem;
      line-height: 28px; }
    #product .wrapper p {
      color: #000;
      font-size: 1.6rem;
      line-height: 28px; }
      #product .wrapper p.p-1 {
        margin-bottom: 28px; }
      #product .wrapper p.p-2 {
        margin-bottom: 27px; }
      #product .wrapper p.p-3 {
        margin-bottom: 28px; }
      #product .wrapper p.p-4 {
        margin-bottom: 39px; }
      #product .wrapper p.p-5 {
        margin-bottom: 34px; }
      #product .wrapper p.p-6 {
        margin-bottom: 0; }
    #product .wrapper .img-block {
      max-width: 1008px;
      margin-left: -108px;
      margin-bottom: 30px; }
      #product .wrapper .img-block .image-wrap {
        float: left; }
        #product .wrapper .img-block .image-wrap .image {
          display: block;
          max-width: 406px;
          margin-top: 8px;
          margin-right: 30px;
          margin-bottom: 20px; }
          #product .wrapper .img-block .image-wrap .image.single {
            margin-bottom: 0; }
          #product .wrapper .img-block .image-wrap .image:nth-child(3) {
            margin-bottom: 0; }
          #product .wrapper .img-block .image-wrap .image img {
            max-width: 100%;
            height: auto; }
      #product .wrapper .img-block p {
        margin-bottom: 28px; }
        #product .wrapper .img-block p.around-ul {
          margin-bottom: 16px; }
        #product .wrapper .img-block p span {
          display: inline-block;
          font-family: "GothamPro-Bold";
          margin-bottom: 23px; }
      #product .wrapper .img-block ul {
        margin-left: 487px;
        margin-bottom: 36px; }
        #product .wrapper .img-block ul li {
          margin-bottom: 5px; }
      #product .wrapper .img-block ol {
        margin-left: 470px;
        margin-bottom: 38px; }
        #product .wrapper .img-block ol li {
          margin-bottom: 10px; }

#product .wrapper .img-block {
      max-width: 1008px;
      margin-left: -108px;
      margin-bottom: 20px; }
      #product .wrapper .img-block .image {
        display: block;
        float: left;
        max-width: 406px;
        margin: 8px 30px 20px 0; }
        #product .wrapper .img-block .image img {
          max-width: 100%;
          height: auto; }
      #product .wrapper .img-block p {
        margin-bottom: 27px; }



#text {
  padding: 120px 0; }
  #text .wrapper {
    max-width: 900px; }
  #text .wrapper div {
    line-height: 28px; }
  #text .wrapper ul li {
    margin-bottom: 10px;}
    #text .wrapper ul.breadcrumb {
      margin-bottom: 14px; }
    #text .wrapper p.p-1 {
      margin-bottom: 29px; }
    #text .wrapper p.p-2 {
      margin-bottom: 47px; }
    #text .wrapper p.p-3 {
      margin-bottom: 32px; }
    #text .wrapper p.p-4 {
      margin-bottom: 22px; }
    #text .wrapper blockquote {
      margin-bottom: 27px; }
    #text .wrapper .video-block {
      max-width: 1008px;
      margin-left: -108px;
      margin-bottom: 30px; }
      #text .wrapper .video-block .video-wrap {
        position: relative;
        float: left;
        max-width: 405px;
        height: 230px;
        margin-right: 30px;
        margin-bottom: 30px; }
        #text .wrapper .video-block .video-wrap .video {
          display: block;
          max-width: 100%;
          height: 100%;
          margin-bottom: 5px; }
          #text .wrapper .video-block .video-wrap .video img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover; }
        #text .wrapper .video-block .video-wrap .play {
          display: block;
          width: 40px;
          height: 46px;
          background: url(../img/play-2x.png) center center no-repeat;
          -webkit-background-size: cover;
          -o-background-size: cover;
          background-size: cover;
          position: absolute;
          top: 50%;
          left: 50%;
          margin-top: -30px;
          margin-left: -20px; }
          #text .wrapper .video-block .video-wrap .play:hover {
            cursor: pointer;
            cursor: hand; }
        #text .wrapper .video-block .video-wrap span {
          color: #777;
          font-size: 1.2rem; }
      #text .wrapper .video-block p {
        margin-bottom: 27px; }
    #text .wrapper .img-block {
      max-width: 1008px;
      margin-left: -108px;
      margin-bottom: 70px; }
      #text .wrapper .img-block .image {
        display: block;
        float: left;
        max-width: 406px;
        margin: 8px 30px 20px 0; }
        #text .wrapper .img-block .image img {
          max-width: 100%;
          height: auto; }
      #text .wrapper .img-block p {
        margin-bottom: 27px; }
    #text .wrapper .list-block {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 32px; }
      #text .wrapper .list-block .ul-block {
        width: 49%; }
        #text .wrapper .list-block .ul-block ul {
          margin-left: 50px; }
          #text .wrapper .list-block .ul-block ul li {
            margin-bottom: 10px; }
      #text .wrapper .list-block .ol-block {
        width: 49%; }
        #text .wrapper .list-block .ol-block ol li {
          margin-bottom: 10px; }
    #text .wrapper table {
      max-width: 734px;
      margin-bottom: 58px; }
    #text .wrapper .social {
      margin-bottom: 80px; }
      #text .wrapper .social a.fb-like {
        display: inline-block;
        margin-right: 25px; }
      #text .wrapper .social a.in-share {
        display: inline-block; }
    #text .wrapper .form-block {
      max-width: 726px;
      background-color: #efeee5;
      border-radius: 6px;
      padding: 42px;
      margin-bottom: 50px; }
      #text .wrapper .form-block form {
        width: 100%; }
        #text .wrapper .form-block form button {
          margin-top: 30px; }
    #text .wrapper .modal-bg {
      display: none;
      background-color: rgba(0, 0, 0, 0.5);
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; 
      z-index: 1; }
      #text .wrapper .modal-bg .popup {
        max-width: 465px;
        border-radius: 6px;
        background-color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -135px;
        margin-left: -233px;
        padding: 45px 70px;
        text-align: center; }
        #text .wrapper .modal-bg .popup .close {
          position: absolute;
          top: -8px;
          right: -40px; }
          #text .wrapper .modal-bg .popup .close i {
            font-size: 3rem;
            color: #EDEAD9; }
          #text .wrapper .modal-bg .popup .close:hover {
            cursor: pointer;
            cursor: hand; }
            #text .wrapper .modal-bg .popup .close:hover i {
              opacity: .8; }
        #text .wrapper .modal-bg .popup p {
          margin-bottom: 28px; }
        #text .wrapper .modal-bg .popup .btn {
          width: 155px;
          height: 48px;
          border-radius: 5px;
          background-color: #ed3036;
          color: #ffffff;
          font-size: 1.6rem;
          line-height: 45px;
          margin: 0 auto; }
          #text .wrapper .modal-bg .popup .btn:hover {
            cursor: pointer;
            cursor: hand; }


    #text .wrapper .review-block {
      max-width: 875px;
      background-color: #ece9d9;
      padding: 15px 30px;
      margin-left: -30px;
      margin-bottom: 27px; }
      #text .wrapper .review-block img {
        width: 23px;
        height: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-right: 10px;
        margin-bottom: 5px;
        vertical-align: middle; }
      #text .wrapper .review-block a {
        color: #000;
        font-size: 1.6rem;
        line-height: 28px;
        text-decoration: underline;
        margin-right: 15px; }
        #text .wrapper .review-block a:hover {
          text-decoration: none;
          color: red; }
        #text .wrapper .review-block a:visited {
          text-decoration: none;
          color: #344f86; }
      #text .wrapper .review-block span {
        color: #000;
        font-size: 1.2rem;
        line-height: 28px;
        opacity: .7; }


#not-found {
  position: relative;
  text-align: center;
  padding-top: 611px;
  min-height: 95vh; }
  #not-found .logo {
    width: 250px;
    height: 45px;
    background: url(../img/logo-inner-2x.png) center center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 36px;
    left: 10%; }
  #not-found .logo_ru {
    width: 250px;
    height: 45px;
    background: url(../img/logo-inner-2x.png) center center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 36px;
    left: 10%; }
  #not-found  .logo_en {
    width: 250px;
    height: 45px;
    background: url(../img/logo-inner-en-2x.png) center center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 36px;
    left: 10%; }
  #not-found .logo-bg {
    width: 836px;
    height: 592px;
    background: url(../img/404-bg-2x.png) center center no-repeat;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -418px;
    text-align: center;
    padding-top: 535px; }
    #not-found .logo-bg p {
      color: #111;
      font-size: 3.6rem;
      line-height: 28px; }
  #not-found p {
    color: #111;
    font-size: 1.6rem;
    line-height: 28px; }
    #not-found p a {
      color: #111;
      font-size: 1.6rem;
      line-height: 28px;
      text-decoration: underline; }
      #not-found p a:hover {
        text-decoration: none; }
  #not-found .copyright {
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin-left: -198px;
    color: #000;
    font-size: 1.2rem;
    line-height: 28px; }
    #not-found .copyright .sitemap {
      position: absolute;
      top: 0;
      right: -145px; }
      #not-found .copyright .sitemap a {
        opacity: 0.7;
        color: #000;
        font-size: 1.2rem;
        line-height: 28px;
        text-decoration: underline; }
        #not-found .copyright .sitemap a:hover {
          opacity: 1;
          text-decoration: none; }

#test {
  padding: 120px 0 150px 0; }
  #test input {
    margin: 20px 0; }




.project-item .image img{
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.project-item:hover .image img{
  transform: scale(1.1);
}

.project-item .image{
  display: block;
  overflow: hidden;
    max-height: 245px;
    height: 100%;
    max-width: 390px;
    width: 100%;
}

#product img{
  max-width: 100%;
  height: auto;
}

.project-item-info__inner{
    overflow: hidden;
    max-height: 110px;
    text-overflow: ellipsis;
}

div.popup h2 { 
	line-height: 36px; 
	font-size: 28px; 
}
.ph2{
 font-size: 4.8rem;
 line-height: 60px;
 font-weight: normal;
 float: left;
 color: red;
 padding-right: 10px;
}
.ph1{
font-size: 4.8rem;
line-height: 60px;
font-weight: normal;
float: left;
color: red;
padding-right: 10px;
}
.ph3{
font-size: 4.8rem;
line-height: 60px;
font-weight: normal;
float: left;
color: red;
padding-right: 10px;
}

#projects {
    padding-bottom: 195px;
}


footer.footer-index .wrapper .sitemap-social .social {
  float: none;
  width: 100%;
  display: inline-block;
}
.seologic {
  font-size: 1.2rem;
  float: left;
  width: 100%;
  color: #fff !important;
}
.seologic a{
  opacity: 0.7;
  color: red;
}
.seologic a:hover{
  opacity: 1;
}
footer.footer-index .wrapper .sitemap-social {
  width: auto;
}

.wrapper {
  padding-bottom: 60px;
}
footer.footer-index .wrapper .dev p {
   margin-bottom: 0;
}
header .header-index.header-inner > .wrapper:after{display:block}
header.header-index .wrapper:after {
    content: "";
    display: none;
    clear: both;
}



.table tr:nth-child(odd):not(:first-child){
	background-color: #E9E8E6;
}


@media (max-width: 580px) {
    .span_nowpar span{
        white-space: nowrap;
    }
}
