@font-face {
  font-family: 'fontello';
  src: url('font/fontello.eot?87744336');
  src: url('font/fontello.eot?87744336#iefix') format('embedded-opentype'), url('font/fontello.woff2?87744336') format('woff2'), url('font/fontello.woff?87744336') format('woff'), url('font/fontello.ttf?87744336') format('truetype'), url('font/fontello.svg?87744336#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/**/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'fontello';
    src: url('font/fontello.svg?87744336#fontello') format('svg');
  }
}
/**/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-mobile:before {
  content: '\e805';
}
.icon-facebook:before {
  content: '\f09a';
}
.icon-vkontakte:before {
  content: '\f189';
}
.icon-instagram:before {
  content: '\f31e';
}
.icon-menu:before {
  content: '\f0c9';
}
.icon-right-open:before {
  content: '\f006';
}
.icon-left-open:before {
  content: '\f007';
}
.icon-zoom-in:before {
  content: '\e801';
}
svg {
  width: 100%;
  height: 100%;
}
img.svg {
  width: 100%;
  height: 100%;
}
html {
  box-sizing: border-box;
  moz-box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Open Sans', sans-serif;
  background: #fff;
  font-size: 14px;
  font-weight: 300;
  color: #000;
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
}
header {
  min-height: 130px;
  background: #092031 linear-gradient(to bottom, #092031 0%, #061327 100%);
  position: relative;
}
header.-index {
  min-height: 520px;
  overflow: hidden;
}
header.-index .hdr-price {
  text-align: center;
  position: absolute;
  bottom: 20px;
  z-index: 3;
  width: 100%;
}
header.-index .hdr-content {
  width: 100%;
  height: 520px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.hdr-video {
  background: url(../img/bgr_hdr.jpg) right center no-repeat;
  overflow: hidden;
  width: 100%;
  height: 520px;
}
.hdr-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  z-index: 1;
  background-size: cover;
}
.hdr {
  color: #fff;
}
.logo {
  display: block;
  background: #fdfcfc;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
}
.logo img {
  vertical-align: middle;
}
.hdr .-c a {
  color: #fff;
}
.hdr .-c a:hover {
  color: #ef4112;
}
.hdr .-c a[href^=mailto] {
  text-decoration: underline;
  font-size: 13px;
}
.hdr .-c p {
  margin: 3px 0;
}
.hdr .-c .recall {
  border-bottom: #fff 1px dotted;
  font-size: 13px;
}
.hdr .-c .recall:hover {
  border-bottom: #ef4112 1px dotted;
}
.hdr-tel {
  font-size: 25px;
  font-weight: bold;
}
.hdr-tel i {
  font-size: 16px;
  vertical-align: middle;
}
.hdr-links {
  padding-left: 30px;
}
.soc-links a {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  margin-right: 5px;
  background: #fff;
  color: #0a2131 !important;
  text-align: center;
  line-height: 21.6px;
  font-size: 16px;
  transition: 300ms;
}
.soc-links a:hover {
  background: #ef4112;
  color: #fff !important;
}
.hdr-mobi-soc {
  display: none;
}
.menu a {
  color: #fff;
  display: block;
  font-size: 14px;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  padding: 15px 20px;
}
.menu > li {
  display: inline-block;
}
.menu > li > a {
  padding: 15px 20px;
}
.menu > li:hover > a {
  background: #ef4112;
}
.menu > li.-hs {
  position: relative;
}
.menu > li.-hs > a {
  padding-right: 50px;
  position: relative;
}
.menu > li.-hs > a:after {
  content: "\25BE";
  position: absolute;
  left: 80%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 130%;
}
.menu-sub {
  background: #ef4112;
  min-width: 100%;
  padding: 0 20px / 2;
}
.menu-sub li a {
  padding: 5px 20px/2;
}
.menu-sub li a:hover {
  text-decoration: underline;
}
.menu-sub li:not(:last-child) {
  border-bottom: #f26641 1px solid;
}
.hdr-h1 {
  font-size: 74px;
  line-height: 100%;
  font-weight: bold;
  color: #fff;
  margin-top: 60px;
  position: relative;
}
.hdr-h1 p {
  font-size: 17px;
  font-weight: 400;
}
.hdr-h1:after {
  display: block;
  content: "";
  background: #fff;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 100px;
  height: 2px;
  transform: translateX(-50%);
}
.hdr-price a {
  color: #fff;
}
.hdr-price a span {
  border-bottom: #fff 1px dotted;
}
.hdr-price a:hover {
  color: #ef4112;
}
.hdr-price a:hover span {
  border-bottom: #ef4112 1px dotted;
}
.hdr-price img {
  vertical-align: middle;
  margin-right: 15px;
}
.blk {
  margin-top: 40px;
}
.blk > .-h {
  position: relative;
  font-size: 28px;
  color: #2f2f2f;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 45px;
}
.blk > .-h:after {
  display: block;
  content: "";
  background: #ef4112;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 100px;
  height: 3px;
  transform: translateX(-50%);
}
.cat-list.-menu li {
  padding-bottom: 35px;
}
.cat-list li {
  width: 250px;
  border: #d3d3d3 1px solid;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  transition: 300ms;
}
.cat-list li .-c {
  display: inline-block;
  padding: 25px 0px;
  width: 90%;
  text-align: left;
}
.cat-list li a {
  color: #000;
}
.cat-list li a:hover {
  color: #185099;
}
.cat-list li .-i {
  display: block;
  width: 100%;
  height: 160px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  text-decoration: none;
}
.cat-list li .-i .ico {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  transition: 300ms;
  opacity: 0;
}
.cat-list li .-i img {
  max-width: 100%;
  max-height: 100%;
}
.cat-list li .-t {
  text-transform: uppercase;
  font-weight: bold;
}
.cat-list li .-n {
  margin-bottom: 20px;
  display: block;
}
.cat-list li .-more {
  position: absolute;
  bottom: 0px;
  padding: 10px 0px;
  width: 90%;
  border-top: #d3d3d3 1px dashed;
}
.cat-list li .-more a {
  color: #ef4112;
}
.cat-list li .-more a:hover {
  color: #185099;
}
.cat-list li:hover {
  border: #8c8c8c 1px solid;
}
.cat-list li:hover .-i .ico {
  opacity: 1;
}
.cl-prods {
  margin-top: 25px;
}
.cl-prods a {
  display: block;
  color: #000;
  margin: 5px 0;
}
.cl-cntry {
  color: #ef4112;
  margin-bottom: 20px;
}
.cl-cntry img {
  height: 20px;
  float: left;
  margin-right: 5px;
  vertical-align: middle;
}
.сl-price span {
  font-size: 22px;
  font-weight: bold;
}
.index-prod-text {
  font-size: 17px;
}
.index-prod-text br {
  display: none;
}
.slider-wrap {
  height: 440px;
  position: relative;
}
.slider-box {
  position: relative;
  height: 100%;
  height: 440px;
}
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  display: inline-block;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: #a2a2a2 3px solid;
  color: #a2a2a2;
  font-size: 26px;
  line-height: 50px;
  transition: 300ms;
  cursor: pointer;
}
.slider-btn.prev {
  left: 5px;
}
.slider-btn.next {
  right: 5px;
}
.slider-btn:hover {
  border: #ef4112 3px solid;
  color: #ef4112;
  cursor: pointer;
}
.slider .-itm {
  width: 100%;
  height: 440px;
  position: relative;
  background-position: center center;
  overflow: hidden;
}
.slider .mw {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.slider .mw.-r {
  justify-content: flex-end;
  text-align: right;
}
.slider .mw.-c {
  justify-content: space-around;
  text-align: center;
}
.slider .-t {
  display: inline-block;
  width: 40%;
}
.slider .-t .-h {
  font-size: 40px;
  font-weight: bold;
}
.slider .-t hr {
  width: 100px;
  height: 2px;
  background: #a2a1a6;
  margin-top: 35px;
  display: inline-block;
}
.slider-dots {
  position: absolute;
  z-index: 500;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}
.slider-dots li {
  display: inline-block;
  width: 35px;
  height: 6px;
  background: #fff;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.6);
  margin: 0 3px;
  cursor: pointer;
}
.slider-dots li.active {
  background: #ef4112;
}
.preim li {
  text-transform: uppercase;
  width: 24%;
  padding: 30px 25px;
  border: #d3d3d3 1px solid;
}
.preim li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  min-height: 60px;
}
.preim li > div > div:first-child {
  width: 30%;
}
.preim li > div > div:last-child {
  width: 68%;
}
.iabout-wrap {
  background: #484848 url(../img/bgr_sea.png) fixed;
  min-height: 480px;
  padding: 50px 0;
}
.iabout .-t {
  width: 50%;
  font-size: 16px;
  color: #fff;
}
.iabout .-t h1 {
  text-transform: uppercase;
  font-size: 26px;
}
.iabout .-t hr {
  margin: 40px 0;
  width: 60px;
  height: 2px;
  background: #fff;
}
.iabout .-f {
  width: 40%;
  padding: 30px;
  background: #fff url(../img/bgr_form_iabout.jpg) right bottom no-repeat;
}
.iabout .-f h3 {
  color: #2f2f2f;
  font-size: 20px;
  margin: 0 0 25px 0;
}
.clients li {
  width: 33%;
  margin-bottom: 30px;
}
.clients li .ic {
  display: inline-block;
  width: 80%;
  height: 100px;
}
.clients li .-t {
  display: none;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  color: #2f2f2f;
}
.clients li:hover .ic {
  -webkit-filter: none;
  filter: none;
}
.map {
  position: relative;
  min-height: 340px;
  /*&:after {
    content: "";
    .absoluteLT(0px, 0px);
    .box2d(100%);
    .z(5);
    .bgr(rgba(0, 0, 0, 0.3));
  }
  &:hover {
  	&:after {
      .dNone;
    }
  }*/
}
.map .-wrap {
  justify-content: flex-end;
  padding: 50px 0;
}
#map {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#map2 {
  height: 450px;
  margin-bottom: -40px;
}
.map-adr {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 530px;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 30px;
}
.map-adr h3 {
  color: #2f2f2f;
  line-height: 100%;
  margin: 0;
  padding: 0;
}
.map-adr h3:not(:first-child) {
  margin-top: 30px;
}
.map-adr a {
  text-decoration: none;
  color: #000;
}
footer {
  color: #0d0d0d;
  font-size: 13px;
}
footer .-l {
  width: 30%;
}
footer .-r {
  width: 20%;
}
footer .-c {
  width: 49%;
}
.ftr-menu a {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 5px;
  text-decoration: none;
  color: #0d0d0d;
}
.ftr-menu a:hover {
  text-decoration: underline;
}
.menu-cat-wrap {
  padding: 22px 10px;
  border-bottom: #eae8ee 1px solid;
}
.menu-cat a {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  transition: 300ms;
}
.menu-cat a span {
  text-decoration: underline;
}
.menu-cat a i {
  margin-right: 10px;
  vertical-align: middle;
}
.menu-cat a:not(:last-child) {
  margin-right: 30px;
}
.menu-cat a:hover span {
  color: #185099;
}
.menu-cat a:hover i {
  opacity: 0.9;
}
.cont-hdr {
  position: relative;
  margin-top: 40px;
  margin-bottom: 30px;
}
.cont-hdr > * {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 28px;
  margin: 0;
  padding: 0 0 30px 0;
  display: inline-block;
  position: relative;
}
.cont-hdr > *:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 3px;
  background: #ef4112;
}
.pi-img > a {
  display: block;
  width: 100%;
  height: 258px;
  border: #d3d3d3 1px solid;
}
.pi-img > a {
  width: 100%;
  height: 258px;
}
.pi-img a {
  transition: 300ms;
  position: relative;
  background-size: cover;
  background-position: center center;
}
.pi-img a:after {
  content: '\e801';
  font-family: fontello;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  color: #ef4112;
  font-size: 32px;
  opacity: 0;
  transition: 300ms;
}
.pi-img a:hover {
  opacity: 0.8;
}
.pi-img a:hover:after {
  opacity: 1;
}
.pi-gal {
  margin-top: 15px;
}
.pi-gal a {
  width: 125px;
  height: 96px;
  border: #d3d3d3 1px solid;
  margin-bottom: 15px;
}
.pi-txt h1 {
  margin: 0;
}
.pi-txt .half-hr {
  background: #d3d3d3;
  width: 100px;
  height: 2px;
  margin: 30px 0;
}
.pi-txt hr {
  margin: 45px 0;
}
.pi-txt p {
  margin: 0 0 10px 0;
}
.prod-about {
  margin-top: 45px;
  /*p, ul, ol {
    margin: 0 0 10px 0;
  }
  ul {
    padding: 0 0 0 15px;
    li {
      list-style: disc;
    }
  }*/
}
.prod-about .b {
  margin-bottom: 20px;
}
.prod-about h2 {
  font-size: 24px;
  margin: 0 0 25px 0;
}
.props-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  margin-bottom: 10px;
}
.props-list li > div {
  width: 50%;
}
.props-list li > div span {
  padding: 0 2px 1px 0;
  background: #fff;
}
.props-list li:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  z-index: -1;
  width: 49.5%;
  height: 1px;
  border-top: #d3d3d3 1px dotted;
}
/*# sourceMappingURL=style.css.map */