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

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

nav ol, nav ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

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

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

button, input[type=submit] {
  cursor: pointer
}

h1 {
  font-size: 42px;
  font-weight: lighter
}

h2 {
  font-size: 26px;
  font-weight: lighter
}

h3 {
  font-size: 20px;
  font-weight: lighter
}

p {
  font-size: 15px;
  color: #909090
}

a {
  font-size: 20px;
  text-decoration: none
}

html, body {
  width: 100%;
  height: 100%
}

body {
  background-color: #fff;
  font-family: "Open Sans", sans-serif
}

.page-header {
  position: relative;
  width: 100%;
  min-height: 90px;
  overflow: hidden
}

.page-header__inner {
  max-width: 1500px;
  margin: 10px auto
}

.page-header__inner:after {
  content: '';
  display: table;
  clear: both
}

.page-header__logo {
  float: left;
  margin-top: 20px;
  color: #6c6c6c
}

/*.page-header__logo:before {*/
  /*content: "\201C";*/
  /*display: inline-block;*/
  /*width: 45px;*/
  /*height: 45px;*/
  /*margin-right: 10px;*/
  /*margin-top: -10px;*/
  /*background-color: #5094f2;*/
  /*font-family: serif;*/
  /*line-height: 1;*/
  /*font-size: 65px;*/
  /*color: #fff;*/
  /*text-align: center;*/
  /*vertical-align: middle;*/
  /*-webkit-border-radius: 50%;*/
  /*border-radius: 50%;*/
  /*-webkit-box-sizing: border-box;*/
  /*box-sizing: border-box*/
/*}*/

.page-header__nav {
  float: right;
  white-space: nowrap
}

.page-header__nav-check {
  display: none
}

.page-header__nav-icon {
  display: none;
  position: absolute;
  width: 60px;
  height: 45px;
  margin-top: 20px;
  right: 20px;
  z-index: 5;
  background-color: #5094f2;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s
}

.page-header__nav-icon:hover {
  background-color: #2177ee
}

.page-header__nav-icon i:before {
  font-size: 40px;
  line-height: 45px
}

.page-nav {
  width: 100%
}

.page-nav__link {
  margin: 0 20px;
  padding-bottom: 35px;
  border-bottom: 6px solid #5094f2;
  line-height: 90px;
  color: #6c6c6c;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s
}

.page-nav__link.is-highlighted {
  padding-bottom: 27px
}

.page-nav__link:not(.is-highlighted):hover {
  padding-bottom: 27px
}

.page-footer {
  width: 100%;
  min-height: 90px;
  padding-top: 35px;
  border-top: 1px solid #e5e5e5;
  text-align: center
}

.page-footer__inner {
  max-width: 1024px;
  margin: 0 auto
}

.product {
  width: 100%;
  min-height: 400px
}

.product__inner {
  max-width: 1024px;
  margin: 0 auto
}

.product__inner:after {
  content: '';
  display: table;
  clear: both
}

.product__title {
  margin-bottom: 15px;
  color: #6f7173;
  float: left;
  width: 100%;
  margin-left: 0;
  margin-right: 0
}

.product__card {
  display: block;
  height: 280px;
  margin-top: 25px;
  background: url(../images/basket.png) center 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  font-size: 0;
  color: transparent;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  float: left;
  width: 40%;
  margin-left: 0;
  margin-right: 0
}

.product__card:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.product__info {
  float: left;
  width: 60%;
  margin-left: 0;
  margin-right: 0
}

.product__slogan {
  margin-bottom: 10px;
  color: #6f7173;
  line-height: 45px
}

.product__text {
  line-height: 36px
}

.promo {
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden;
  -webkit-background-size: cover;
  background-size: cover
}

.slider__item__one {
  position: relative;
  width: 100%;
  height: 480px;
  background: url(../images/1.jpg) center 0 no-repeat;
  overflow: hidden;
  -webkit-background-size: cover;
  background-size: cover
}

.slider__item__two {
  position: relative;
  width: 100%;
  height: 480px;
  background: url(../images/factory_2.jpg) center 0 no-repeat;
  overflow: hidden;
  -webkit-background-size: cover;
  background-size: cover
}

.slider__item__three {
  position: relative;
  width: 100%;
  height: 480px;
  background: url(../images/factory_3.jpg) center 0 no-repeat;
  overflow: hidden;
  -webkit-background-size: cover;
  background-size: cover
}

.promo__slider {
  /*max-width: 1024px;*/
  margin: 0 auto
}

.promo__slider:after {
  content: '';
  display: table;
  clear: both
}

.services {
  position: relative;
  width: 100%;
  min-height: 350px;
  text-align: center
}

.services:before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  margin-top: -8px;
  background: url(../images/border.png) 0 0 repeat-x
}

.services__inner {
  max-width: 1500px;
  margin: 0 auto
}

.services__inner:after {
  content: '';
  display: table;
  clear: both
}

.services__item {
  float: left;
  width: 33.33333%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 65px;
  margin-bottom: 90px;
  padding: 5px
}

.services__item:before {
  content: "";
  display: inline-block;
  width: 185px;
  height: 185px;
}

.services__item_info:before {
  content:url("../images/robotHand.png");
  background-position: 0 center
}

.services__item_production:before {
  content:url("../images/ship.png");
  background-position: -185px center
}

.services__item_proposal:before {
  content:url("../images/shakeHand.png");
  background-position: -370px center
}

.services__title {
  margin: 25px auto 10px;
  color: #5094f2
}

.services__text {
  margin-bottom: 5px
}

.slider {
  width: 100%
}

.slider__radio {
  display: none
}

.slider__control {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 100;
  width: 13px;
  height: 13px;
  background-color: rgba(255, 255, 255, .8);
  cursor: pointer;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, .8);
  box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, .8);
  -webkit-transition: background-color .5s;
  -o-transition: background-color .5s;
  transition: background-color .5s
}

.slider__control[for=button-one] {
  margin-left: -25px
}

.slider__radio#button-one:checked ~ .slider__control[for=button-one] {
  background-color: #646464
}

.slider__radio#button-two:checked ~ .slider__control[for=button-two] {
  background-color: #646464
}

.slider__control[for=button-three] {
  margin-left: 25px
}

.slider__radio#button-three:checked ~ .slider__control[for=button-three] {
  background-color: #646464
}

.slider__items {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.slider__radio#button-one:checked ~ .slider__items {
  margin-top: 0
}

.slider__radio#button-two:checked ~ .slider__items {
  margin-top: -480px
}

.slider__radio#button-three:checked ~ .slider__items {
  margin-top: -960px
}

/*///*/

#container {
  position: relative;
  width: 600px;
  height: 400px;
  border: 3px solid #333;
  overflow: hidden;
}

#list {
  position: absolute;
  z-index: 1;
  width: 4200px;
  height: 400px;
}

#list img {
  float: left;
  width: 600px;
  height: 400px;
}

#buttons {
  position: absolute;
  left: 250px;
  bottom: 20px;
  z-index: 2;
  height: 10px;
  width: 100px;
}

#buttons span {
  float: left;
  margin-right: 5px;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #333;
  cursor: pointer;
}

#buttons .on {
  background: orangered;
}

.arrow {
  position: absolute;
  top: 180px;
  z-index: 2;
  display: none;
  width: 40px;
  height: 40px;
  font-size: 36px;
  font-weight: bold;
  line-height: 39px;
  text-align: center;
  color: #fff;
  background-color: RGBA(0, 0, 0, .3);
  cursor: pointer;
}

.arrow:hover {
  background-color: RGBA(0, 0, 0, .7);
}

#container:hover .arrow {
  display: block;
}

#prev {
  left: 20px;
}

#next {
  right: 20px;
}

/*///*/
















.slider__item {
  height: 480px;
  padding-top: 35px;
  color: #fff;
  overflow: hidden;
  width: 100%;
  clear: both
}

.slider__item:after {
  content: '';
  display: table;
  clear: both
}

.slider__item:before, .slider__item:after {
  display: block;
  content: '';
  clear: both;
  height: 0
}

.slider__item-image {
  float: left;
  width: 50%;
  margin-left: 0;
  margin-right: 0
}

.slider__item-image img {
  display: inline-block;
  max-width: 350px;
  max-height: 440px
}

.slider__item-image figcaption {
  font-size: 0;
  line-height: 0;
  color: transparent
}

.slider__item-info {
  float: left;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 100px
}

.slider__item-title {
  margin-bottom: 20px
}

.slider__item-text {
  line-height: 45px
}

.slider__item-link {
  display: block;
  width: 170px;
  height: 40px;
  margin: 35px 0 0 10px;
  padding: 8px 10px;
  background-color: #5094f2;
  color: #fff;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.slider__item-link:before {
  content: "\2714";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-color: #fff;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  color: #5094f2;
  text-align: center;
  vertical-align: middle;
  line-height: 1
}

.slider__item-link:hover {
  background-color: #2177ee
}

@media screen and (max-width: 960px) {
  .page-header {
    padding: 0 30px;
    overflow: visible
  }

  .page-header__logo {
    width: 100%
  }

  .page-header__nav {
    position: absolute;
    float: none;
    width: 100%;
    left: 0;
    margin-top: 90px;
    z-index: 100;
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    white-space: normal;
    text-align: center;
    overflow: hidden;
    display: none;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s
  }

  .page-header__nav-check:checked ~ .page-header__nav {
    display: block
  }

  .page-header__nav-icon {
    display: inline-block
  }

  .page-nav__link {
    display: inline-block;
    margin: 0 0 0 -5px;
    padding: 10px 20px;
    border-bottom: none;
    line-height: 1
  }

  .page-nav__link.is-highlighted {
    padding-bottom: 10px;
    background-color: #ededed
  }

  .page-nav__link:not(.is-highlighted):hover {
    padding-bottom: 10px;
    background-color: #ededed
  }

  .product {
    padding: 45px
  }

  .product__title {
    margin-bottom: 0;
    text-align: center;
    float: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0
  }

  .product__card {
    height: 165px;
    margin: 40px 0 10px;
    float: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0
  }

  .product__info {
    float: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0
  }

  .product__slogan {
    margin-bottom: 10px;
    font-size: 35px
  }

  .product__text {
    font-size: 16px
  }

  .promo {
    height: 320px;
    padding: 0 20px
  }

  .services {
    text-align: left
  }

  .services__item {
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 40px 5px 20px;
    border-bottom: 1px solid #ddd
  }

  .services__item:after {
    content: '';
    display: table;
    clear: both
  }

  .services__item:before {
    content: "";
    float: left;
    width: 135px;
    height: 135px;
    margin: 0 25px 0 45px
  }

  .services__item_info:before {
    background-position: -25px center
  }

  .services__item_production:before {
    background-position: -205px center
  }

  .services__item_proposal:before {
    background-position: -395px center
  }

  .services__title {
    font-size: 25px;
    margin: 15px auto 0
  }

  .slider__radio#button-two:checked ~ .slider__items {
    margin-top: -320px
  }

  .slider__radio#button-three:checked ~ .slider__items {
    margin-top: -640px
  }

  .slider__item {
    height: 480px;
    padding-top: 0px
  }

  /*.slider__item-image {*/
    /*float: left;*/
    /*width: 33.33333%;*/
    /*margin-left: 0;*/
    /*margin-right: 0*/
  /*}*/

  /*.slider__item-image img {*/
    /*max-height: 210px*/
  /*}*/

  /*.slider__item-info {*/
    /*float: left;*/
    /*width: 66.66667%;*/
    /*margin-left: 0;*/
    /*margin-right: 0;*/
    /*margin-top: 0*/
  /*}*/

  /*.slider__item-title {*/
    /*margin-bottom: 10px;*/
    /*font-size: 35px*/
  /*}*/

  /*.slider__item-text {*/
    /*font-size: 20px;*/
    /*line-height: 30px*/
  /*}*/

  /*.slider__item-link {*/
    /*width: 235px;*/
    /*height: 55px;*/
    /*margin: 20px 0 0;*/
    /*padding: 8px 10px;*/
    /*font-size: 30px*/
  /*}*/

  /*.slider__item-link:before {*/
    /*width: 30px;*/
    /*height: 30px*/
  /*}*/
/*}*/

@media screen and (max-width: 640px) {
  .services__item:before {
    margin-left: 10px
  }

  .slider__item-image img {
    display: none
  }

  .slider__item-info {
    float: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0
  }
}
