@charset "UTF-8";
/*------------- Resets ------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

/* remember to define focus styles! */
:focus {
  outline: 0; }

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*------------- General ------------*/
@font-face {
  font-family: 'Comfortaa Reg';
  src: url('http://novitec.com.ua/wp-content/themes/tema/fonts/ComfortaaRegular.eot?#iefix') format('embedded-opentype'),
  url('http://novitec.com.ua/wp-content/themes/tema/fonts/ComfortaaRegular.woff') format('woff'),
  url('http://novitec.com.ua/wp-content/themes/tema/fonts/ComfortaaRegular.ttf')  format('truetype'),
  url('http://novitec.com.ua/wp-content/themes/tema/fonts/ComfortaaRegular.svg#Comfortaa') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Comfortaa Bold';
  src: url('http://novitec.com.ua/wp-content/themes/tema/fonts/Comfortaa-Bold.eot?#iefix') format('embedded-opentype'),
  url('http://novitec.com.ua/wp-content/themes/tema/fonts/Comfortaa-Bold.woff') format('woff'),
  url('http://novitec.com.ua/wp-content/themes/tema/fonts/Comfortaa-Bold.ttf')  format('truetype'),
  url('http://novitec.com.ua/wp-content/themes/tema/fonts/Comfortaa-Bold.svg#Comfortaa-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Comfortaa Light';
  src: url('http://novitec.com.ua/wp-content/themes/tema/fonts/Comfortaa-Light.eot?#iefix') format('embedded-opentype'),
  url('http://novitec.com.ua/wp-content/themes/tema/fonts/Comfortaa-Light.woff') format('woff'),
  url('http://novitec.com.ua/wp-content/themes/tema/fonts/Comfortaa-Light.ttf')  format('truetype'),
  url('http://novitec.com.ua/wp-content/themes/tema/fonts/Comfortaa-Light.svg#Comfortaa-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  font-family: 'Comfortaa Reg',Arial,Helvetica,sans-serif;
  }

html body {
  background: #fff;
  color: #373737;
  font-size: 18px;
  line-height: auto; }

html, body {
  height: 100%; }

h1 {
  margin: 15px 0 44px;
   font-family: 'Comfortaa Bold',Arial,Helvetica,sans-serif;font-weight:normal;
  font-size: 28px;
  text-transform: uppercase;
  border-bottom: 8px solid #f8bf36;
  letter-spacing: 1px;
  line-height: 125%;
  color:#2c2244;}

h1.title-right {
  padding: 0 281px 25px; }

h2 {
  margin: 25px 0 18px;
  font-family: 'Comfortaa Bold',Arial,Helvetica,sans-serif;font-weight:normal;
  font-size: 28px;
  padding: 0 0 15px 0;
  text-transform: uppercase;
  border-bottom: 8px solid #f8bf36;
  text-align: center;
  letter-spacing: 1px;
color:#2c2244;  }

h3 {
  margin: 0 0 20px;
  color: #2c2244;
  font-size: 18px;
  text-transform: uppercase;
   font-family: 'Comfortaa Bold',Arial,Helvetica,sans-serif;font-weight:normal;
  letter-spacing: 1px;
  position: relative; }

h3:after {
  content: "";
  width: 100%;
  display: block;
  height: 8px;
  background: #f8bf36;
  position: absolute;
  top: 35%;
  z-index: -1;
}

h3 span {
  background: #fff;
  padding-right: 20px; font-family: 'Comfortaa Bold',Arial,Helvetica,sans-serif;font-weight:normal;}

h4 {
  margin: 0 0 10px; }

.title-border {
  width: 100%;
  display: block;
  height: 8px;
  background: #f8bf36;
  position: absolute;
  top: 39%;
  z-index: -1;
  }
/*.title-border:before{
content:"";
  display: block;
  height: 8px;
  background: #f8bf36;
  margin-left: -200px;
  z-index: -1;
}
.title-border:after{
content:"";
  display: block;
  height: 8px;
  background: #f8bf36;
  margin-right: -200px;
  z-index: -1;
    margin-top:-8px;
}
.content{overflow: hidden;}*/
.title-right {
  text-align: right;
  padding-bottom: 25px; }
  .title-right span {
    background: url(../images/title-bg.png) no-repeat center center;
    display: inline-block;
    padding: 49px 0px;
    font-family: 'Comfortaa Bold',Arial,Helvetica,sans-serif;font-weight:normal;}

.title-center {
  border: 0;
  text-align: center;
  z-index: -1;
  position: relative;
  padding-bottom: 25px; }
  .title-center span {
    background: #fff url(../images/title-bg.png) no-repeat center center;
    display: inline-block;
    padding: 49px 33px;
    font-family: 'Comfortaa Bold',Arial,Helvetica,sans-serif;}

a {
  color: #f8bf36;
  text-decoration: none;
  outline: none !important; }

a:hover {
  color: #000; }

ol {
  margin-bottom: 15px;
  list-style-type: decimal; }

ol li {
  margin-left: 20px; }

strong {
  font-family: 'Comfortaa Bold',Arial,Helvetica,sans-serif;font-weight:normal; }

textarea {
  resize: none; }

::-webkit-input-placeholder {
  opacity: 0.7; }

:-moz-placeholder {
  opacity: 0.7; }

::-moz-placeholder {
  opacity: 0.7; }

:-ms-input-placeholder {
  opacity: 0.7; }

input[type="text"],
input[type="password"],
textarea {
  outline: 0;
  border: 1px solid #c6c5c8;
  background: none;
  border-radius: 5px;
  margin: 2px 0 13px;
  height: 36px;
  width: 100%;
  padding: 8px 17px;
  font-size: 14px;
  color: #fff;
  font-family: 'Comfortaa Light',Arial,Helvetica,sans-serif; }

textarea {
  height: 138px; }

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: #fff;
  opacity: 1; }

input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="file"]:disabled {
  border-color: #ccc; }

input[type="submit"] {
  background: #fff;
  border-radius: 5px;
  color: #2c2244;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Comfortaa Bold',Arial,Helvetica,sans-serif;font-weight:normal;
  padding: 11px;
  border: 0;
    margin-top: 0px;
    margin-bottom: 20px;
  width: 216px; }

input[type="submit"]:hover {
  opacity: 0.9; }

header {
 /* background: #392a4e;
  border-bottom: 8px solid #f8bf36;
  text-align: center;
  padding: 19px 0;*/ }

.header-home {
   background:transparent;
}

.ovh {
  overflow: hidden;
  position: relative;
  max-height: 1075px;
 }
header .pos-a {
  background: #392a4e;
  border-bottom: 8px solid #f8bf36;
  text-align: center;
  padding: 19px 0;
  width: 100%;
  z-index: 9999;
}
.is-sticky .pos-a{padding:5px 0;}
.is-sticky .logo img{width:250px;}
.is-sticky #navbar > ul{padding:35px 0 0;}



/*.header-home{background:transparent;}*/
.header-home  {
  position: absolute;
  top: 0;
  width: 100%;
  background:transparent;
  z-index:9999;
}
.header-home .pos-a{background:transparent; }
.header-home .is-sticky .pos-a{background: #392a4e; }

header ul li {
  display: inline-block; }

footer {
  min-height: 50px; }

.push {
  height: 108px; }

.wrapper {
  min-height: 100%;
  height: auto !important;
  margin: 0 auto -108px;
  /*overflow:hidden;*/
  }

.header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 793px; }

.header-video {
  /*position:absolute;top:0;left:0;max-width:1920px;*/
  height: auto;
  width: 100%;
  margin: 0 auto 0; }

#navbar > ul {
  float: right;
  padding: 50px 0 0; }

#navbar a {
  font-size: 20px;
   font-family: 'Comfortaa Bold',Arial,Helvetica,sans-serif;font-weight:normal;
  margin: 0 67px 0 0;
  color: #fff;
  line-height: 26px; }

#navbar a:focus {
  text-decoration: none; }

#navbar .caret {
  border-width: 5px;
  margin-left: 21px; }

#navbar a:hover, #navbar a.active, #navbar a.cur {
  color: #f8bf36;
  text-decoration: none; }
#navbar a.active{cursor:text;}
#navbar .dropdown {
  margin: 0 38px 0 47px; }

#navbar .dropdown a {
  margin: 0; }

#navbar .dropdown .dropdown-menu li {
  width: 100%; }

#navbar .dropdown .dropdown-menu a {
  color: #000;
  font-size: 14px;
  width: 100%; }

/* Выпадающее меню WPML в конце основного меню */
@media (min-width: 768px) {
  #navbar li[class*="wpml-ls-current-language"] > a:after {
    content: "▼";
    font-size: 10px;
    padding-left: 15px;
  }
  #navbar li[class*="wpml-ls-current-language"] ul.sub-menu {
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    padding: 5px;
    border-radius: 2px;
    border: 1px solid #d0d0d0;

    position: absolute;
    z-index: 1000;

    display: none;
  }
  #navbar li[class*="wpml-ls-current-language"] ul.sub-menu a {
    color: #000;
    font-size: 14px;
    width: 100%;
  }
  #navbar li[class*="wpml-ls-current-language"]:hover ul.sub-menu {
    display: block;
  }
}
/* */


.logo {
  text-align: left; }

.content p {
  text-align: justify;
  line-height: 28px;
  margin-bottom: 26px;
   font-family: 'Comfortaa Light',Arial,Helvetica,sans-serif;
   letter-spacing:1px;
  }
.content p.ta-left{text-align: left;}
.fl {
  float: left;
  margin: 0 30px 15px 0; }

.slider-text {
  position: absolute;
  top:50%;
  margin-top:-40px;
  color: #fff;
  text-align: center;
  width: 54%;
  left: 50%;
  margin-left: -27%;
  line-height: 425%; }
  .slider-text p {
    font-size: 55px;
    font-family: 'Comfortaa Light',Arial,Helvetica,sans-serif;
    letter-spacing: 10px; }
    .slider-text p b {
      font-family: 'Comfortaa Bold',Arial,Helvetica,sans-serif;font-weight:normal; }

.slider-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
	opacity: 0.6;}

.content-small {
  padding: 0 145px; }

.mr-big {
  margin-top: 136px; }

.mr-small {
  margin: 60px 0 36px; }

.mrt-minus {
  margin-top: -172px; }

.product-list ul {
  margin: 0 0 50px 0; }

.product-list ul li {
  margin-bottom: 9px;
  font-size: 16px; }

.product-list ul li:first-child {
  }

.product-list-img {
  display: block;
  position: relative;
  background: #000;
  color: #fff; }
  .product-list-img span {
    position: absolute;
    top: 37%;
    left: 21px;
    z-index: 0;
    max-width: 70%;
    line-height: 120%;
    font-size: 18px; }
  .product-list-img img {
    opacity: 0.8;
    width: 100%;
    height: auto; }

.product-list-img:hover {
  color: #fff; }

.product-list-img:hover img {
  opacity: 1; }

.mr1 {
  margin: 41px 0 19px 0; }

.mr2 {
  margin: 79px 0 0 0; }

.form-container {
  background: #2c2244;
  padding: 26px 31px;
  color: #fff;
  margin-left: 116px;
}

.footer-form {
  margin-top: 58px; }

.footer-form form {
   }

.footer-form .title-border {
  top: 63px; }

.footer-contact {
  border-top: 8px solid #f8bf36;
  margin-top: 63px;
  padding: 36px 0 0 60px; }
  .footer-contact a {
    color: #373737; }
  .footer-contact li {
    padding-left: 61px;
    line-height: 26px;
    margin-bottom: 12px;
    letter-spacing: 1px;
    position: relative; }
  .footer-contact .title-border {
    right: 0;
    top: 15px;
    width: 630px; }

.dropdown-menu {
  min-width: 60px !important; }
.button_none p{
	font-size: 0px;
}

.form-container form{
  text-align: center;
 }
  .form-container h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 34px;
    text-align: left;
    color: #fff; }
  .form-container h3:after {
    display: none; }
  .form-container p {
    font-size: 16px;
   font-family: 'Comfortaa Light',Arial,Helvetica,sans-serif;
    letter-spacing: 1px;
    text-align: left; }

footer {
  text-align: center;
  color: #737373;
  font-size: 16px;
 font-family: 'Comfortaa Light',Arial,Helvetica,sans-serif;
  margin-top: 59px;
  letter-spacing: 1px; }

.addres-icon {
  background: url(../images/addres-icon.svg) no-repeat 1px 4px;
  background-size: 27px auto; }

.phone-icon {
  background: url(../images/phone-icon.svg) no-repeat 0 center;
  background-size: 26px auto; }

.mail-icon {
  background: url(../images/mail-icon.svg) no-repeat 0 center;
  background-size: 28px auto;
  padding: 3px 0 8px; }

.img-animate {
  position: relative;
  float: right;
  width: 495px;
  height: 279px;
  margin-top: 28px; }

.img-animate img {
  position: absolute;
  left:23px;
  top: 0;
  width:495px;
  height:auto;
 }
.pos-rel{position:relative;}
.img-animate img.first {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* Отступы для видимости по якорю */
.text-image[id*="product"] {
  padding-top: 135px;
  margin-bottom: 0;
  margin-top: -60px;
}
/* */
.text-image {
  margin-bottom: 50px;
}
.text-image:hover img.first {
  opacity: 1;
  filter: alpha(opacity=100); }

.text-image:hover img.second, img.second:hover {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.products-list-left {
  width: 32%;
  float: left;
  margin-bottom: 20px; }

.products-list-right {
  width: 68%;
  float: right;
  margin-bottom: 20px; }

.products-list-right p {
  padding-left: 35px;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 26px;
  max-width: 84%; }

@media (max-width: 1460px) {
  #navbar .dropdown {
    margin-left: 0; }

  #navbar a {
    margin: 0 40px 0 0; }

  .content-small {
    padding: 0 94px; }

  h3:after {
    width: 200%; }

  .content {
    overflow: hidden; }

  .products-list-right p {
    max-width: 94%; }
    .slider-text{
    width:64%;
  margin-left: -32%;
}
    }
@media (max-width: 1200px) {
  #navbar > ul {
    text-align: right; }

  #navbar a {
    margin: 0 29px 0 0; }

  .slider-text p {
    line-height: 150%;
    font-size: 48px; }

  .products-list-right p {
    max-width: 100%; }

  .slider-text {
    width: 80%;
    margin-left: -40%; }

  .slider-text p {
    font-size: 4vw; }

  h1.title-right {
    padding: 0 0 25px; }


}
@media (max-width: 990px) {
 input[type="text"], input[type="password"], textarea{font-size:12px;}
  .content-small {
    padding: 0; }

  .mrt-minus {
    max-width: 50%; }

  .footer-form form {
    margin-left: 0; }

  .footer-contact {
    padding-left: 0; }

  #navbar > ul {
    padding-top: 30px; }

  #navbar a, #navbar .dropdown {
    margin-right: 15px;
    font-size: 17px; } }
@media (max-width: 768px) {
  .products-list-left, .products-list-right {width: 100%; }
  .products-list-right p {padding: 0; }
  .img-animate {float: none;margin: 0 auto; }
  .header-home .pos-a {border: 0; }
  .navbar-toggle .icon-bar {background: #fff; }
  .footer-form .title-border {display: none; }
  .footer-contact {text-align: center; }
  .footer-contact ul {display: inline-block;text-align: left; }
    .slider-text{margin-top:0;}

}

@media (max-width: 764px) {
input[type="text"], input[type="password"], textarea{font-size:14px;}
.dropdown #dLabel {display: none;}
header ul li {display: block; }
header .navbar-toggle {
    padding: 4px 0;
    margin: 0; }
  header .navbar-collapse {
    box-shadow: none;
    position: absolute;
    right: 0;
    width: 200px;
    padding-top: 15px; }
  header #navbar > ul {
    padding: 5px 0;
    background: #E7E5E9;
    width: 100%; }
.is-sticky #navbar > ul{padding:5px 0;}
  header #navbar a {
    color: #000;
   font-family: 'Comfortaa Light',Arial,Helvetica,sans-serif;
    line-height: 37px; }
  .dropdown-menu {
    position: static;
    display: block;
    padding-top: 10px;
    background: none;
    border: 0;
    box-shadow: none;
    width: 100%;
    text-align: right; }
  #navbar .dropdown .dropdown-menu a {padding: 0 1px 0 0;font-size: 17px; }
  #navbar .dropdown .dropdown-menu a:hover {background:none;color:#f8bf36;}
}
@media (max-width: 668px) {

  .mr-big {
    margin-top: 36px; } }
@media (max-width: 568px) {
  .mrt-minus {
    margin-top: 0;
    max-width: 100%; }

  .mrt-minus.fl {
    float: none; }

  .title-right {
    text-align: center; } }
@media (max-width: 468px) {
  .slider-text p {
    font-size: 12px; } }
@media (max-width: 400px) {
.header-video{height:250px;width:auto;}
 .ovh{min-height: 230px }
}
/*# sourceMappingURL=style.css.map */


/*Responsive styles --- START --- */
@media (max-width: 1366px) {
  .products-list-righ {
      display: inline-block;
  }
  .products-list-righ h3:after {
      bottom: 0;
  }
    .img-animate img {
      position: absolute;
      width: 100%;
      left: 50%;
      top: 50%;
      transform: translate(-50%,-50%);
  }
    .img-animate {
      width: 100%;
      margin: 0;
  }
}
@media (max-width: 1366px) {
    .products-list-righ h3 span {
      display: inline-block;
      width: 70%;
  }
  h3:after {
      bottom: 0;
      top: auto;
      transform: translateY(-50%);
  }
}

@media (max-width: 768px) {
  .img-animate {
      width: 100%;
      margin: 0 auto 30px auto;
      display: flex;
  }
  .img-animate img {
      position: absolute;
      width: 495px;
      left: 50%;
      top: 50%;
      transform: translate(-50%,-50%);
  }
  .products-list-righ h3 span {
      display: inline-block;
      width: 70%;
  }
  h3:after {
      bottom: 0;
      top: auto;
      transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .form-container {
      width: 80%;
      margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .img-animate {
      margin: 0 auto 10px auto;
  }
  .mr-small {
      margin: 40px 20px 0 20px;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  h1.title-center span {
      padding: 20px 10px;
  }
  h1.title-center span {
      font-size: 65%;
  }
  h3 {
      width: 90%;
  }
  .form-container {
      width: 100%;
      margin: 0;
  }
}
@media (max-width: 380px) {
  input[type="submit"] {
      width: 100%;
  }
  .text-image {
      margin-bottom: 15px;
  }
  .img-animate {
      height: 220px;
  }
}
/*Responsive styles --- END --- */