@font-face {
  font-family: 'GothamPro-Black';
  src: url("../fonts/GothamPro-Black.eot?#iefix") format('embedded-opentype'), url("../fonts/GothamPro-Black.otf") format('opentype'), url("../fonts/GothamPro-Black.woff") format('woff'), url("../fonts/GothamPro-Black.ttf") format('truetype'), url("../fonts/GothamPro-Black.svg#GothamPro-Bold") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamPro-Medium';
  src: url("../fonts/GothamPro-Medium.eot?#iefix") format('embedded-opentype'), url("../fonts/GothamPro-Medium.otf") format('opentype'), url("../fonts/GothamPro-Medium.woff") format('woff'), url("../fonts/GothamPro-Medium.ttf") format('truetype'), url("../fonts/GothamPro-Medium.svg#GothamPro-Bold") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueCyr-Roman';
  src: url("../fonts/HelveticaNeueCyr-Roman.eot?#iefix") format('embedded-opentype'), url("../fonts/HelveticaNeueCyr-Roman.otf") format('opentype'), url("../fonts/HelveticaNeueCyr-Roman.woff") format('woff'), url("../fonts/HelveticaNeueCyr-Roman.ttf") format('truetype'), url("../fonts/HelveticaNeueCyr-Roman.svg#GothamPro-Bold") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueCyr-Light';
  src: url("../fonts/HelveticaNeueCyr-Light.eot?#iefix") format('embedded-opentype'), url("../fonts/HelveticaNeueCyr-Light.otf") format('opentype'), url("../fonts/HelveticaNeueCyr-Light.woff") format('woff'), url("../fonts/HelveticaNeueCyr-Light.ttf") format('truetype'), url("../fonts/HelveticaNeueCyr-Light.svg#GothamPro-Bold") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueCyr-Black';
  src: url("../fonts/HelveticaNeueCyr-Black.eot?#iefix") format('embedded-opentype'), url("../fonts/HelveticaNeueCyr-Black.otf") format('opentype'), url("../fonts/HelveticaNeueCyr-Black.woff") format('woff'), url("../fonts/HelveticaNeueCyr-Black.ttf") format('truetype'), url("../fonts/HelveticaNeueCyr-Black.svg#GothamPro-Bold") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueCyr-Bold';
  src: url("../fonts/HelveticaNeueCyr-Bold.eot?#iefix") format('embedded-opentype'), url("../fonts/HelveticaNeueCyr-Bold.otf") format('opentype'), url("../fonts/HelveticaNeueCyr-Bold.woff") format('woff'), url("../fonts/HelveticaNeueCyr-Bold.ttf") format('truetype'), url("../fonts/HelveticaNeueCyr-Bold.svg#GothamPro-Bold") format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  outline: none;
  font-family: 'HelveticaNeueCyr-Roman';
  font-weight: 400;
}
body {
  margin: 0;
}
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
  padding: 0;
}
.resize {
  position: relative;
  width: 1170px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  min-width: 1170px;
}
.cf:after,
.cf:before {
  content: '';
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
input {
  -webkit-appearance: none;
}
.error {
  border-color: red !important;
}
.valid {
  border-color: green !important;
}
label.error {
  display: none !important;
}
.fll {
  float: left;
}
.flr {
  float: right;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.tac li {
  display: inline;
  display: inline-block;
  zoom: 1;
  text-align: center;
}
.displayT {
  display: table;
}
.displayTC {
  display: table-cell;
  vertical-align: middle;
  height: inherit;
}
.displayIB {
  display: inline;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  list-style-type: none;
}
.btn {
  display: block;
  margin: 0 auto;
  text-decoration: none;
  border: 3px solid #f36f22;
  height: 60px;
  line-height: 54px;
  text-align: center;
  cursor: pointer;
  width: 284px;
  background-color: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-family: 'GothamPro-Black';
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  color: #ff6f14;
  font-size: 27px;
}
.btn:hover {
  border-color: #ff6f14;
  background-color: #ff6f14;
  color: #000;
}
.globalWrapper {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  -webkit-box-shadow: 0 0 10px 0 #000;
  box-shadow: 0 0 10px 0 #000;
  overflow: hidden;
  height: auto;
  z-index: 10;
  min-width: 1170px;
}
.fix .logo {
  margin: 10px 0 !important;
}
.fix .logo img {
  height: 70px !important;
}
.fix .menu ul {
  margin: 38px 0 !important;
}
.fix .menu ul li a {
  font-size: 16px !important;
}
.headerWrapper {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  z-index: 100;
}
.headerWrapper .logo {
  margin: 20px 0;
}
.headerWrapper .logo img {
  height: 137px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.headerWrapper .menu ul {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 77px 0;
  font-size: 0;
  text-align: center;
}
.headerWrapper .menu ul li {
  vertical-align: middle;
  margin: 0 18px;
}
.headerWrapper .menu ul li a {
  color: #fff;
  font-family: 'HelveticaNeueCyr-Light';
  font-size: 24px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.headerWrapper .menu ul li a:hover {
  color: #f36f22;
}
.firstScreen {
  padding-top: 236px;
  background: url("../images/first-bg.png") center center no-repeat;
}
.firstScreen .aparat {
  margin-top: -32px;
}
.firstScreen h1 {
  font-size: 48px;
  color: #f36f22;
  font-family: 'GothamPro-Black';
  line-height: 1.3;
}
.firstScreen h3 {
  line-height: 1.5;
  font-family: 'HelveticaNeueCyr-Light';
  font-size: 27px;
  color: #fff;
  font-weight: 300;
  margin-top: 55px;
}
.firstScreen .btn {
  margin: 55px 0 0;
  position: relative;
}
.firstScreen .btn .hoverP {
  margin: 0;
  position: absolute;
  z-index: 1;
  left: 30px;
  top: 11px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.firstScreen .btn img {
  margin: 11px 15px 11px 0;
}
.firstScreen .btn:hover img {
  opacity: 0;
}
.firstScreen .btn:hover .hoverP {
  opacity: 1;
}
.firstScreen ul {
  font-size: 0;
  margin-top: -85px;
}
.firstScreen ul li {
  vertical-align: bottom;
  margin: 0 16px;
}
.firstScreen ul li:first-child {
  margin-left: 0;
}
.firstScreen ul li:last-child {
  margin-right: 0;
}
h2 {
  font-family: 'GothamPro-Black';
  font-size: 48px;
  color: #000;
  text-align: center;
  line-height: 1.3;
}
.advantages {
  padding-top: 180px;
  padding-bottom: 85px;
}
.advantages h3 {
  text-align: center;
  color: #000;
  font-size: 27px;
  margin-top: 25px;
}
.advantages ul {
  font-size: 0;
  text-align: center;
}
.advantages ul li {
  width: 33%;
  margin-top: 108px;
}
.advantages ul li .displayT {
  height: 170px;
  width: 100%;
}
.advantages ul li .displayT .displayTC {
  vertical-align: bottom;
}
.advantages ul li img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.advantages ul li p {
  margin-top: 25px;
  font-size: 24px;
  color: #000;
  padding: 15px;
  line-height: 1.5;
}
.test {
  background: url("../images/test-bg.png") center center no-repeat;
  padding-top: 285px;
  padding-bottom: 200px;
}
.test .right {
  width: 520px;
}
.test .right h2 {
  text-align: left;
  color: #f36f22;
}
.test .right h3 {
  font-family: 'HelveticaNeueCyr-Light';
  font-size: 27px;
  color: #fff;
  font-weight: 300;
  margin-top: 40px;
  line-height: 1.5;
}
.test .right .btn {
  margin: 60px 0 0;
}
.modalWindow {
  width: 750px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
  background-color: #f36f22;
}
.modalWindow h3 {
  text-align: center;
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 35px;
  color: #000;
  font-family: 'HelveticaNeueCyr-Bold';
}
.modalWindow input[type=text] {
  display: block;
  margin: 11px auto;
  width: 390px;
  height: 54px;
  border: 1px solid transparent;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-indent: 22px;
  font-size: 22px;
  color: #010101;
}
.modalWindow .btn {
  height: 54px;
  width: 390px;
  border: none;
  color: #fff;
  font-size: 22px;
  margin: 22px auto;
}
.modalWindow .btn:hover {
  background-color: #fff;
  color: #f36f22;
}
.comfort {
  padding-top: 140px;
  padding-bottom: 135px;
}
.comfort ul {
  font-size: 0;
  text-align: center;
  margin-top: 15px;
}
.comfort ul li {
  margin-top: 95px;
  width: 25%;
}
.comfort ul li .displayT {
  height: 126px;
  width: 100%;
}
.comfort ul li .displayT .displayTC {
  vertical-align: bottom;
}
.comfort ul li .displayT .displayTC img {
  display: block;
  margin: 0 auto;
}
.comfort ul li p {
  font-size: 24px;
  color: #000;
  line-height: 1.5;
  margin-top: 25px;
}
.catalog {
  background-color: #000;
  padding-top: 120px;
  padding-bottom: 100px;
}
.catalog h2 {
  color: #f36f22;
  margin-bottom: 130px;
}
.catalog .left {
  width: 310px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 2px solid #fff;
}
.catalog .left .item {
  color: #fff;
  font-size: 22px;
  width: 278px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #fff;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  list-style-type: none;
  text-align: center;
  padding: 15px;
  margin: 9px 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.catalog .left .item:hover {
  color: #000;
  background-color: #f36f22;
  border-color: #f36f22;
}
.catalog .left .item:first-child {
  margin-top: 0;
}
.catalog .left .item:last-child {
  margin-bottom: 0;
}
.catalog .left .activeItem {
  color: #000;
  background-color: #f36f22;
  border-color: #f36f22;
}
.catalog .catalogItems {
  width: 830px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 2px solid #fff;
}
.catalog .catalogItems .catalogItem {
  display: none;
}
.catalog .catalogItems .catalogItem1 {
  display: block;
}
.catalog .catalogItems .products {
  font-size: 0;
  text-align: center;
}
.catalog .catalogItems .products li {
  width: 33%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 2px solid #fff;
}
.catalog .catalogItems .products .single{
  width: 100%;
}
.catalog .catalogItems .products .double{
  width: 50%;
}
.catalog .catalogItems .products li:last-child {
  border-right: none;
}
.catalog .catalogItems .products li .displayT {
  height: 176px;
  width: 100%;
}
.catalog .catalogItems .products li .displayT .displayTC img {
  display: block;
  margin: 0 auto;
  max-width: 85%;
}
.catalog .catalogItems .products li h3 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'HelveticaNeueCyr-Black';
  margin: 22px 0;
}
.catalog .catalogItems .products li .btn {
  height: 37px;
  width: 170px;
  border: 3px solid #ff6f14;
  font-size: 16px;
  line-height: 31px;
}
.catalog .catalogItems h4 {
  text-align: center;
  font-size: 22px;
  color: #f36f22;
  font-family: 'GothamPro-Black';
  margin: 50px 0 10px;
}
.catalog .catalogItems h5 {
  text-align: center;
  color: #fff;
  font-size: 22px;
}
.catalog .catalogItems h6 {
  text-align: center;
  font-size: 22px;
  color: #f36f22;
  font-family: 'GothamPro-Black';
  margin: 45px 0 10px;
}
.catalog .catalogItems .stats {
  font-size: 0;
  text-align: center;
}
.catalog .catalogItems .stats li {
  width: 33%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 2px solid #fff;
  color: #fff;
  font-size: 22px;
  vertical-align: middle;
}
.catalog .catalogItems .stats li:last-child {
  border-right: none;
}
.clients {
  padding-top: 75px;
  padding-bottom: 50px;
}
.clients ul {
  margin-top: 60px;
  text-align: center;
}
.clients ul li {
  vertical-align: middle;
}
.load {
  padding-top: 75px;
  background-color: #f36f22;
  padding-bottom: 80px;
}
.load h3 {
  font-size: 22px;
  color: #000;
  font-family: 'HelveticaNeueCyr-Bold';
  margin: 20px 0 35px;
  text-align: center;
}
.load form {
  font-size: 0;
  text-align: center;
}
.load form input[type=text] {
  width: 280px;
  height: 54px;
  border: 1px solid transparent;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-indent: 22px;
  font-size: 22px;
  color: #010101;
}
.load form input[type=text]:nth-child(2) {
  margin: 0 70px;
}
.load form input[type=text]:nth-child(3) {
  margin: 0 70px;
}
.load form .btn {
  display: inline;
  display: inline-block;
  zoom: 1;
  height: 54px;
  width: 280px;
  border: none;
  color: #fff;
  font-size: 22px;
}
.load form .btn:hover {
  background-color: #fff;
  color: #f36f22;
}
.recalls {
  padding-top: 105px;
  padding-bottom: 65px;
}
.recalls ul {
  font-size: 0;
  text-align: center;
}
.recalls ul li {
  width: 33%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  margin-top: 90px;
}
.recalls ul li img {
  display: block;
  margin: 0 auto;
  border: 8px solid #f36f22;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  width: 201px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
}
.recalls ul li h3 {
  text-transform: uppercase;
  color: #000;
  font-size: 22px;
  font-family: 'HelveticaNeueCyr-Black';
  margin: 45px 0 30px;
}
.recalls ul li p {
  color: #000;
  font-size: 22px;
}
.recalls ul li h4 {
  color: #f36f22;
  font-size: 22px;
  font-family: 'HelveticaNeueCyr-Black';
  margin-top: 30px;
}
.map {
  position: relative;
}
.map .contact {
  height: 600px;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 465px;
  background-color: #f36f22;
}
.map .contact h2 {
  color: #fff;
  background-color: #000;
  padding: 40px 0;
}
.map .contact p {
  padding: 0 45px;
  color: #000;
  font-family: 'GothamPro-Black';
  font-size: 24px;
  margin-top: 50px;
}
.map .contact p a {
  color: #000;
  font-family: 'GothamPro-Black';
  text-decoration: none;
}
.map .contact p .tel {
  font-size: 33px;
}
.footerWrapper {
  padding: 30px 0;
}
.footerWrapper p {
  font-family: 'GothamPro-Medium';
  text-align: center;
  font-size: 24px;
  color: #000;
}
