@charset "UTF-8";
/* line 5, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: Micradi;
  src: url(../fonts/MICRADI_.TTF);
}
/* line 21, ../sass/screen.scss */
html {
  width: 100%;
  height: 100%;
}

/* line 25, ../sass/screen.scss */
body {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  width: 100%;
  height: 100%;
}

/* line 31, ../sass/screen.scss */
::selection {
  background: #4c4c4c;
  color: #fff;
  /* Safari */
}

/* line 35, ../sass/screen.scss */
::-moz-selection {
  background: #4c4c4c;
  color: #fff;
  /* Firefox */
}

/* line 39, ../sass/screen.scss */
.wrapper {
  width: 1170px;
  margin: 0 auto;
}

/* line 43, ../sass/screen.scss */
header {
  background-color: rgba(0, 0, 0, 0.8);
  height: 45px;
  line-height: 45px;
  text-align: center;
  z-index: 99;
  position: relative;
}
/* line 50, ../sass/screen.scss */
header nav ul {
  list-style: none;
}
/* line 52, ../sass/screen.scss */
header nav ul li {
  display: inline-block;
  margin-right: 100px;
}
/* line 55, ../sass/screen.scss */
header nav ul li:last-child {
  margin-right: 0;
}
/* line 58, ../sass/screen.scss */
header nav ul li a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
/* line 63, ../sass/screen.scss */
header nav ul li a:hover {
  color: #a5a5a5;
}

/* line 70, ../sass/screen.scss */
.mini_slider {
  display: none;
}

/* line 73, ../sass/screen.scss */
#info {
  position: relative;
  padding-bottom: 90px;
  background-color: #f2f2f2;
}
/* line 77, ../sass/screen.scss */
#info .wrapper div {
  display: inline-block;
  width: 380px;
  padding: 0 20px;
  text-align: center;
  vertical-align: top;
}
/* line 83, ../sass/screen.scss */
#info .wrapper div h2 {
  font-size: 30px;
  text-decoration: underline;
  margin-top: 60px;
  margin-bottom: 45px;
}
/* line 89, ../sass/screen.scss */
#info .wrapper div p {
  font-size: 20px;
  line-height: 40px;
}

/* line 95, ../sass/screen.scss */
.istrend {
  background-color: #2c343b;
  padding-bottom: 95px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  line-height: 29px;
  font-family: "Open Sans", sans-serif;
  font-weight: lighter;
}
/* line 104, ../sass/screen.scss */
.istrend .wrapper {
  padding-top: 70px;
  width: 750px;
}

/* line 109, ../sass/screen.scss */
#goals {
  padding: 50px 0;
}
/* line 111, ../sass/screen.scss */
#goals .wrapper {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  text-align: center;
}
/* line 115, ../sass/screen.scss */
#goals .wrapper h2 {
  font-family: "Micradi";
  font-size: 29px;
  margin-bottom: 30px;
}
/* line 120, ../sass/screen.scss */
#goals .wrapper p {
  line-height: 25px;
}
/* line 123, ../sass/screen.scss */
#goals .wrapper .main_icons {
  width: 23%;
  display: inline-block;
  vertical-align: top;
  margin-top: 30px;
}
/* line 128, ../sass/screen.scss */
#goals .wrapper .main_icons img {
  width: 40px;
}

/* line 134, ../sass/screen.scss */
#instrumental {
  height: auto;
  padding-top: 55px;
  padding-bottom: 70px;
  background-color: #f2f2f2;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  text-align: left;
}
/* line 142, ../sass/screen.scss */
#instrumental .wrapper {
  width: 1060px;
  padding: 50px 100px;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 55px -1px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: 2px 2px 55px -1px rgba(0, 0, 0, 0.39);
  box-shadow: 2px 2px 55px -1px rgba(0, 0, 0, 0.39);
}
/* line 149, ../sass/screen.scss */
#instrumental .wrapper h2 {
  text-align: center;
  font-family: "Micradi";
  font-size: 29px;
  margin-bottom: 60px;
}
/* line 155, ../sass/screen.scss */
#instrumental .wrapper p {
  line-height: 25px;
  text-indent: 30px;
}
/* line 159, ../sass/screen.scss */
#instrumental .wrapper a {
  display: inline-block;
  padding: 1.2em 1.4em;
  margin-top: 3.8em;
  margin-left: 725px;
  background-color: #d44457;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
/* line 172, ../sass/screen.scss */
#instrumental .wrapper a:hover {
  background-color: #de5b6c;
}

/* line 178, ../sass/screen.scss */
footer {
  background-color: #ebebeb;
  height: 200px;
  position: relative;
  border-top: 1px solid #bababa;
  text-align: center;
  font-size: 13px;
  color: #333;
}
/* line 186, ../sass/screen.scss */
footer .wrapper div {
  margin-top: 40px;
  display: inline-block;
  width: 20%;
  margin-right: 55px;
  vertical-align: top;
}
/* line 192, ../sass/screen.scss */
footer .wrapper div ul li {
  margin-top: 15px;
  margin-left: 84px;
  text-align: left;
}
/* line 196, ../sass/screen.scss */
footer .wrapper div ul li a {
  color: #333;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
/* line 200, ../sass/screen.scss */
footer .wrapper div ul li a:hover {
  color: #717171;
}
/* line 204, ../sass/screen.scss */
footer .wrapper div ul li:first-child {
  margin-top: 0;
}
/* line 207, ../sass/screen.scss */
footer .wrapper div ul li:last-child {
  margin-right: 0;
}

/* line 213, ../sass/screen.scss */
.copy {
  line-height: 25px;
}

/* line 216, ../sass/screen.scss */
.footer_contacts {
  text-align: left;
}
/* line 218, ../sass/screen.scss */
.footer_contacts p {
  margin-left: 84px;
  margin-top: 15px;
}
/* line 221, ../sass/screen.scss */
.footer_contacts p:first-child {
  margin-top: 0;
}
/* line 225, ../sass/screen.scss */
.footer_contacts a {
  color: #333;
}

/*---PRODUCTS---*/
/* line 230, ../sass/screen.scss */
.products {
  height: 700px;
  background-color: rgba(51, 51, 51, 0.8);
  text-align: center;
}
/* line 234, ../sass/screen.scss */
.products a {
  color: #333;
}
/* line 237, ../sass/screen.scss */
.products div {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 350px;
  height: 700px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  cursor: pointer;
}
/* line 247, ../sass/screen.scss */
.products div:hover {
  background-color: #fff;
}
/* line 249, ../sass/screen.scss */
.products div:hover h2 {
  color: black;
}
/* line 252, ../sass/screen.scss */
.products div:hover .circle {
  width: 220px;
  height: 260px;
}
/* line 256, ../sass/screen.scss */
.products div:hover .auto {
  background: #fff url(../images/auto.png) center center no-repeat;
}
/* line 259, ../sass/screen.scss */
.products div:hover .ku {
  background: #fff url(../images/ku.png) center center no-repeat;
}
/* line 262, ../sass/screen.scss */
.products div:hover .contactor {
  background: #fff url(../images/contactor.png) center center no-repeat;
}
/* line 266, ../sass/screen.scss */
.products div h2 {
  font-size: 17px;
  color: white;
  line-height: 30px;
  margin-top: 50px;
  margin-bottom: 30px;
}
/* line 273, ../sass/screen.scss */
.products div p {
  margin-top: 50px;
  line-height: 25px;
}
/* line 277, ../sass/screen.scss */
.products div .circle {
  width: 160px;
  height: 200px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  -ms-border-radius: 150px;
  border-radius: 150px;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
/* line 283, ../sass/screen.scss */
.products div .auto {
  background: #fff url(../images/smoke_auto.png) center center no-repeat;
}
/* line 286, ../sass/screen.scss */
.products div .ku {
  background: #fff url(../images/smoke_ku.png) center center no-repeat;
}
/* line 289, ../sass/screen.scss */
.products div .contactor {
  background: #fff url(../images/smoke_contactor.png) center center no-repeat;
}

/* line 295, ../sass/screen.scss */
.bread_crumbs {
  margin: 24px 0;
}
/* line 297, ../sass/screen.scss */
.bread_crumbs a {
  margin: 24px 0;
  font-size: 14px;
  color: #333;
  text-decoration: none;
}

/* line 304, ../sass/screen.scss */
.image_viewer {
  display: inline-block;
  vertical-align: top;
  width: 500px;
  margin-top: 90px;
}
/* line 309, ../sass/screen.scss */
.image_viewer #thumbnail {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  margin-right: 40px;
  text-align: center;
}
/* line 315, ../sass/screen.scss */
.image_viewer #thumbnail li {
  margin-top: 15px;
  border: 1px solid #000;
  height: 50px;
}
/* line 319, ../sass/screen.scss */
.image_viewer #thumbnail li img {
  width: 40px;
}
/* line 324, ../sass/screen.scss */
.image_viewer #large {
  display: inline-block;
  width: 350px;
  height: 305px;
  margin-top: 20px;
  text-align: center;
}

/* line 332, ../sass/screen.scss */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  visibility: hidden;
}

/* line 342, ../sass/screen.scss */
.ui-dialog {
  margin: 0 auto;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: #333;
  z-index: 101;
  /* Firefox 19+ */
  /* Firefox 18- */
}
/* line 348, ../sass/screen.scss */
.ui-dialog #application {
  width: 475px;
}
/* line 351, ../sass/screen.scss */
.ui-dialog #applicationName, .ui-dialog #applicationEmail, .ui-dialog #applicationTelephone, .ui-dialog .text_app {
  width: 470px;
  height: 73px;
  background: none;
  margin: 0 auto;
  margin-top: 25px;
  padding-left: 25px;
  border: 1px solid #fff;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: lighter;
  outline: none;
}
/* line 366, ../sass/screen.scss */
.ui-dialog .text_app {
  padding-left: 25px;
  font-family: "Open Sans", sans-serif;
  font-weight: lighter;
}
/* line 371, ../sass/screen.scss */
.ui-dialog option {
  background-color: #333;
  font-family: "Open Sans", sans-serif;
  font-weight: lighter;
}
/* line 376, ../sass/screen.scss */
.ui-dialog .text_app {
  height: 150px;
  padding: 10px;
}
/* line 380, ../sass/screen.scss */
.ui-dialog #applicationName:focus, .ui-dialog #applicationEmail:focus, .ui-dialog #applicationTelephone:focus, .ui-dialog .text_app:focus {
  border: 1px solid #30ad64;
}
/* line 383, ../sass/screen.scss */
.ui-dialog ::-webkit-input-placeholder {
  color: #efefef;
  font-family: "Open Sans", sans-serif;
  font-weight: lighter;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
/* line 389, ../sass/screen.scss */
.ui-dialog ::-moz-placeholder {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: lighter;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
/* line 395, ../sass/screen.scss */
.ui-dialog :-moz-placeholder {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: lighter;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
/* line 401, ../sass/screen.scss */
.ui-dialog :-ms-input-placeholder {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: lighter;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
/* line 407, ../sass/screen.scss */
.ui-dialog ::placeholder {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
/* line 411, ../sass/screen.scss */
.ui-dialog .applicationButton, .ui-dialog .ui-dialog-titlebar-close {
  margin-top: 25px;
  background: #30ad64;
  border: none;
  width: 100%;
  height: 73px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: lighter;
  cursor: pointer;
  outline: none;
}
/* line 425, ../sass/screen.scss */
.ui-dialog .applicationButton:hover, .ui-dialog .ui-dialog-titlebar-close:hover {
  background: #d68c18;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
/* line 430, ../sass/screen.scss */
.ui-dialog .ui-dialog-titlebar-close {
  width: 40px;
  height: 40px;
  margin-top: 0;
  text-transform: none;
  font-size: 18px;
  background: none;
  border: 1px solid #fff;
}

/* line 440, ../sass/screen.scss */
.margin-bottom {
  margin-bottom: 60px;
}

/* line 443, ../sass/screen.scss */
.product_description {
  display: inline-block;
  vertical-align: top;
  width: 600px;
  padding-left: 60px;
}
/* line 448, ../sass/screen.scss */
.product_description h1 {
  padding: 35px 0 0 0;
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
  color: #000;
}
/* line 456, ../sass/screen.scss */
.product_description .content h2 {
  text-decoration: underline;
  font-weight: bold;
  padding-top: 20px;
}
/* line 461, ../sass/screen.scss */
.product_description .content p {
  padding: 20px 0 0 0;
  font-size: 18px;
  line-height: 28px;
}
/* line 465, ../sass/screen.scss */
.product_description .content p:first-child {
  padding: 30px 0 0 0;
}
/* line 469, ../sass/screen.scss */
.product_description .content table {
  margin-top: 20px;
  border: 1px solid black;
}
/* line 472, ../sass/screen.scss */
.product_description .content table td {
  border: 1px solid black;
  padding: 10px;
  text-align: center;
  line-height: 20px;
}
/* line 479, ../sass/screen.scss */
.product_description .content #order {
  margin-top: 40px;
  margin-bottom: 40px;
  float: right;
  width: 100%;
  height: 60px;
  font-size: 18px;
  cursor: pointer;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid black;
  background: #fff;
  outline: none;
}
/* line 491, ../sass/screen.scss */
.product_description .content #order:hover {
  border: none;
  background-color: #333;
  color: #fff;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

/*-------------╨в╨░╨▒╨╗╨╕╤Ж╨░-----------------*/
/* line 501, ../sass/screen.scss */
h3 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

/* line 506, ../sass/screen.scss */
.techs a:active, .techs a:hover {
  color: #bd5a35;
  text-decoration: underline;
}

/* line 510, ../sass/screen.scss */
.techs {
  width: 900px;
  margin: 40px auto;
  font-family: Arial, Helvetica, sans-serif;
  color: #666;
  font-size: 15px;
  text-shadow: 1px 1px 0px #fff;
  background: #eaebec;
  border: #ccc 1px solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 2px #d1d1d1;
  -webkit-box-shadow: 0 1px 2px #d1d1d1;
  box-shadow: 0 1px 2px #d1d1d1;
}
/* line 523, ../sass/screen.scss */
.techs a:link {
  color: #666;
  font-weight: bold;
  text-decoration: none;
}
/* line 528, ../sass/screen.scss */
.techs a:visited {
  color: #999999;
  font-weight: bold;
  text-decoration: none;
}
/* line 533, ../sass/screen.scss */
.techs th {
  padding: 21px 25px 22px 25px;
  border-top: 1px solid #fafafa;
  border-bottom: 1px solid #e0e0e0;
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
  background: -moz-linear-gradient(top, #ededed, #ebebeb);
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
/* line 543, ../sass/screen.scss */
.techs th:first-child {
  padding-left: 20px;
}
/* line 547, ../sass/screen.scss */
.techs tr {
  text-align: center;
  padding-left: 20px;
}
/* line 550, ../sass/screen.scss */
.techs tr td {
  padding: 18px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  background: #fafafa;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
  background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
}

/* line 561, ../sass/screen.scss */
.techs tr:first-child th:first-child {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 566, ../sass/screen.scss */
.techs tr:first-child th:last-child {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 571, ../sass/screen.scss */
.techs tr td:first-child {
  text-align: left;
  padding-left: 20px;
  border-left: 0;
}

/* line 576, ../sass/screen.scss */
.techs tr.even td {
  background: #f6f6f6;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
  background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
}

/* line 581, ../sass/screen.scss */
.techs tr:last-child td {
  border-bottom: 0;
}

/* line 584, ../sass/screen.scss */
.techs tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 589, ../sass/screen.scss */
.techs tr:last-child td:last-child {
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 594, ../sass/screen.scss */
.techs tr:hover td {
  background: #f2f2f2;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
  background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
}

/*---PRODUCTION---*/
/* line 600, ../sass/screen.scss */
.headline {
  width: 100%;
  height: 500px;
  position: relative;
  top: -45px;
  text-align: center;
  background: fixed silver url(../images/production_bg.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
}
/* line 609, ../sass/screen.scss */
.headline h1 {
  padding-top: 200px;
  font-size: 50px;
  font-weight: bold;
}
/* line 614, ../sass/screen.scss */
.headline h2 {
  font-size: 30px;
  margin-top: 20px;
}

/* line 619, ../sass/screen.scss */
.production {
  margin: 0 auto;
  text-align: center;
}
/* line 622, ../sass/screen.scss */
.production .promservice_logo {
  width: 232px;
  height: 142px;
  margin: 30px 0;
}
/* line 627, ../sass/screen.scss */
.production .promservice_info {
  min-height: 400px;
  text-align: center;
  line-height: 26px;
  font-size: 20px;
  margin-bottom: 10px;
}
/* line 633, ../sass/screen.scss */
.production .promservice_info p {
  display: inline-block;
  font-weight: bold;
  width: 25%;
  min-height: 130px;
  vertical-align: middle;
  font-size: 19px;
  margin: 0 20px 40px 20px;
}
/* line 641, ../sass/screen.scss */
.production .promservice_info p i {
  font-size: 35px;
}
/* line 645, ../sass/screen.scss */
.production .promservice_info h3 {
  margin: 40px 0;
  font-weight: bold;
  font-size: 23px;
}

/* line 652, ../sass/screen.scss */
.one {
  background-color: #fff;
}

/* line 655, ../sass/screen.scss */
.color_wrapper {
  overflow: hidden;
}

/* line 658, ../sass/screen.scss */
.production_info {
  padding: 120px 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  line-height: normal;
  text-align: center;
}
/* line 664, ../sass/screen.scss */
.production_info:nth-of-type(1) {
  background-color: #F5FDF1;
}
/* line 667, ../sass/screen.scss */
.production_info:nth-of-type(2) {
  background-color: #FFF1DE;
}
/* line 669, ../sass/screen.scss */
.production_info:nth-of-type(2) img {
  width: 80px;
}
/* line 672, ../sass/screen.scss */
.production_info:nth-of-type(2) p {
  margin-bottom: 20px;
}
/* line 674, ../sass/screen.scss */
.production_info:nth-of-type(2) p:nth-of-type(2) {
  padding-top: 30px;
}
/* line 679, ../sass/screen.scss */
.production_info:nth-of-type(3) {
  background-color: #E9F7F8;
}
/* line 682, ../sass/screen.scss */
.production_info:nth-of-type(4) {
  background-color: #FCE7E3;
}
/* line 685, ../sass/screen.scss */
.production_info:nth-of-type(5) {
  background-color: #c8ceef;
}
/* line 688, ../sass/screen.scss */
.production_info:nth-of-type(6) {
  background-color: #f4f6da;
  padding-bottom: 185px;
}
/* line 692, ../sass/screen.scss */
.production_info h3 {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 32px;
}
/* line 697, ../sass/screen.scss */
.production_info p {
  margin-bottom: 46px;
  padding: 0 50px;
}
/* line 701, ../sass/screen.scss */
.production_info ul {
  padding-left: 160px;
  padding-right: 50px;
  margin-bottom: 46px;
}
/* line 706, ../sass/screen.scss */
.production_info ul li {
  text-align: left;
  list-style: disc;
  padding: 8px 0;
}
/* line 712, ../sass/screen.scss */
.production_info .wrapper {
  width: 850px;
}

/* line 716, ../sass/screen.scss */
.middleline {
  width: 100%;
  height: 350px;
  position: relative;
  text-align: center;
  background: fixed silver url(../images/production_bg.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
}
/* line 724, ../sass/screen.scss */
.middleline h2 {
  padding-top: 150px;
  font-size: 50px;
  font-weight: bold;
}

/* line 730, ../sass/screen.scss */
.contacts {
  width: 100%;
  min-height: 800px;
  padding-bottom: 40px;
  text-align: center;
  background: fixed silver url(../images/contacts_bg.jpg) center center no-repeat;
}
/* line 736, ../sass/screen.scss */
.contacts h1 {
  padding-top: 85px;
  padding-bottom: 30px;
  font-size: 35px;
  font-weight: bold;
  color: #fff;
}
/* line 743, ../sass/screen.scss */
.contacts a {
  color: #fff;
}
/* line 747, ../sass/screen.scss */
.contacts .contacts_information {
  width: 100%;
  box-sizing: border-box;
  padding: 35px;
  height: 400px;
  background-color: rgba(255, 255, 255, 0.9);
  vertical-align: top;
  box-shadow: 0 8px 20px 5px rgba(0, 0, 0, 0.7);
}
/* line 755, ../sass/screen.scss */
.contacts .contacts_information iframe {
  width: 400px;
  height: 330px;
  background-color: #ccc;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.7);
  float: right;
}
/* line 762, ../sass/screen.scss */
.contacts .contacts_information .phone {
  float: left;
  width: 300px;
  margin-right: 50px;
  text-align: left;
}
/* line 767, ../sass/screen.scss */
.contacts .contacts_information .phone h2 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 10px;
}
/* line 774, ../sass/screen.scss */
.contacts .contacts_information .phone span {
  display: block;
  text-align: center;
  font-size: 17px;
  margin-bottom: 10px;
}
/* line 780, ../sass/screen.scss */
.contacts .contacts_information .phone p {
  font-size: 20px;
  margin-bottom: 10px;
}
/* line 785, ../sass/screen.scss */
.contacts .contacts_information .location {
  border-top: 1px solid #000;
  margin-top: 200px;
  padding-top: 20px;
  width: 650px;
  text-align: left;
  line-height: 38px;
  font-size: 19px;
}

/* line 796, ../sass/screen.scss */
.cont {
  top: -45px;
}

/* line 799, ../sass/screen.scss */
.hidden {
  position: absolute;
  top: -9000px;
}

/*PRODUCT_LINE*/
/* line 804, ../sass/screen.scss */
.img_head {
  height: 400px;
  background: fixed silver url(../images/slide_2bg.jpg) center -100px no-repeat;
}
/* line 807, ../sass/screen.scss */
.img_head .overlay {
  background-color: #000;
  height: 100%;
  width: 100%;
  opacity: .5;
}
/* line 812, ../sass/screen.scss */
.img_head .overlay .wrapper {
  text-align: center;
}
/* line 814, ../sass/screen.scss */
.img_head .overlay .wrapper h1 {
  padding-top: 140px;
  font-size: 55px;
  color: #fff;
  opacity: 1 !important;
}
/* line 820, ../sass/screen.scss */
.img_head .overlay .wrapper p {
  font-family: "Open Sans", sans-serif;
  font-weight: lighter;
  padding-top: 15px;
  font-size: 27px;
  color: #fff;
  opacity: 1 !important;
}

/* line 832, ../sass/screen.scss */
.product_line_wrap {
  background-color: #e8eaea;
  padding: 50px 0;
}
/* line 835, ../sass/screen.scss */
.product_line_wrap .product_line {
  width: 40%;
  margin: 0 auto;
  padding: 70px;
  background-color: #fff;
  text-align: center;
}
/* line 841, ../sass/screen.scss */
.product_line_wrap .product_line h2 {
  text-align: center;
  line-height: 52px;
  font-size: 37px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding-top: 50px;
  padding-bottom: 30px;
  border-top: 1px solid #e8eaea;
}
/* line 849, ../sass/screen.scss */
.product_line_wrap .product_line h2:first-child {
  padding-top: 0;
  border-top: none;
}
/* line 854, ../sass/screen.scss */
.product_line_wrap .product_line p {
  text-align: left;
  color: #515e5f;
  font-weight: 300;
  line-height: 26px;
  font-size: 18px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: 0.5px;
  padding-bottom: 50px;
}
/* line 864, ../sass/screen.scss */
.product_line_wrap .product_line .line_butt {
  margin-bottom: 60px;
}
/* line 866, ../sass/screen.scss */
.product_line_wrap .product_line .line_butt a {
  background-color: #59cb59;
  padding: 20px 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 500;
  font-family: Helvetica, Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 40px;
  width: 100%;
  letter-spacing: 1px;
}

/*---MEDIA---*/
@media screen and (min-width: 1600px) {
  /* line 886, ../sass/screen.scss */
  .products {
    box-sizing: border-box;
    min-height: 100%;
    margin-bottom: -200px;
  }
  /* line 890, ../sass/screen.scss */
  .products div {
    height: 100%;
  }

  /* line 894, ../sass/screen.scss */
  .headline {
    background: fixed silver url(../images/production_bg_big.jpg) center -400px no-repeat;
  }

  /* line 897, ../sass/screen.scss */
  .middleline {
    background: fixed silver url(../images/production_bg_big.jpg) center -400px no-repeat;
  }

  /* line 900, ../sass/screen.scss */
  .contacts {
    min-height: 795px;
    background: fixed silver url(../images/contacts_bg_big.jpg) top center no-repeat;
  }
}
@media screen and (max-width: 1200px) {
  /* line 907, ../sass/screen.scss */
  .wrapper {
    width: 900px;
  }

  /* line 910, ../sass/screen.scss */
  header {
    height: 50px;
    line-height: 50px;
  }
  /* line 913, ../sass/screen.scss */
  header nav ul li {
    margin-right: 75px;
  }
  /* line 915, ../sass/screen.scss */
  header nav ul li a {
    font-size: 13px;
  }

  /* line 920, ../sass/screen.scss */
  #info {
    padding-bottom: 50px;
  }
  /* line 922, ../sass/screen.scss */
  #info .wrapper div {
    width: 295px;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 926, ../sass/screen.scss */
  #info .wrapper div h2 {
    font-size: 25px;
    margin-bottom: 35px;
  }
  /* line 930, ../sass/screen.scss */
  #info .wrapper div p {
    font-size: 16px;
    line-height: 30px;
  }

  /* line 937, ../sass/screen.scss */
  #instrumental .wrapper {
    width: 890px;
  }
  /* line 939, ../sass/screen.scss */
  #instrumental .wrapper a {
    margin-left: 564px;
  }

  /* line 944, ../sass/screen.scss */
  footer {
    height: auto;
  }
  /* line 946, ../sass/screen.scss */
  footer .wrapper div {
    margin-top: 40px;
    padding-bottom: 50px;
    display: inline-block;
    width: 18%;
    margin-right: 55px;
  }

  /* line 954, ../sass/screen.scss */
  .footer_contacts p {
    margin-left: 50px;
  }

  /* line 957, ../sass/screen.scss */
  .products {
    height: 650px;
  }
  /* line 959, ../sass/screen.scss */
  .products div {
    width: 255px;
    height: 650px;
  }

  /*-------------╨в╨░╨▒╨╗╨╕╤Ж╨░-----------------*/
  /* line 965, ../sass/screen.scss */
  .techs {
    width: 500px;
    margin: 80px 33px;
  }
  /* line 968, ../sass/screen.scss */
  .techs th {
    padding: 15px 25px 15px 25px;
  }
  /* line 971, ../sass/screen.scss */
  .techs tr {
    text-align: center;
    padding-left: 20px;
  }
  /* line 974, ../sass/screen.scss */
  .techs tr td {
    padding: 16px;
  }

  /*------------------------------*/
  /* line 980, ../sass/screen.scss */
  .circle_wrap {
    margin: 10px 0 30px 50px;
  }

  /* line 983, ../sass/screen.scss */
  .headline {
    top: -50px;
    background: scroll silver url(../images/production_bg.jpg) center -55px no-repeat;
  }

  /* line 987, ../sass/screen.scss */
  .middleline {
    background: scroll silver url(../images/production_bg.jpg) center -400px no-repeat;
  }

  /* line 991, ../sass/screen.scss */
  .production_info p {
    line-height: 35px;
    font-size: 19px;
  }
  /* line 994, ../sass/screen.scss */
  .production_info p span {
    font-size: 25px;
  }
  /* line 998, ../sass/screen.scss */
  .production_info .p_wrap {
    width: 550px;
  }
  /* line 1000, ../sass/screen.scss */
  .production_info .p_wrap ul li {
    font-size: 19px;
  }

  /* line 1006, ../sass/screen.scss */
  .contacts {
    background: scroll silver url(../images/contacts_bg.jpg) center center no-repeat;
    background-size: cover;
  }
  /* line 1009, ../sass/screen.scss */
  .contacts h1 {
    padding-top: 85px;
    padding-bottom: 30px;
    font-size: 35px;
    font-weight: bold;
    color: #fff;
  }
  /* line 1016, ../sass/screen.scss */
  .contacts a {
    color: #fff;
  }
  /* line 1020, ../sass/screen.scss */
  .contacts .contacts_information {
    padding: 20px;
  }
  /* line 1022, ../sass/screen.scss */
  .contacts .contacts_information iframe {
    height: 355px;
  }
  /* line 1025, ../sass/screen.scss */
  .contacts .contacts_information .phone {
    width: 400px;
  }
  /* line 1027, ../sass/screen.scss */
  .contacts .contacts_information .phone h2 {
    font-size: 19px;
    margin-top: 15px;
  }
  /* line 1031, ../sass/screen.scss */
  .contacts .contacts_information .phone p {
    font-size: 16px;
  }
  /* line 1035, ../sass/screen.scss */
  .contacts .contacts_information .location {
    width: 450px;
    margin-top: 275px;
    padding-top: 5px;
    line-height: 27px;
    font-size: 16px;
  }

  /* line 1044, ../sass/screen.scss */
  .cont {
    top: -50px;
  }
}
@media screen and (max-width: 942px) {
  /* line 1049, ../sass/screen.scss */
  .wrapper {
    width: 100%;
  }

  /* line 1053, ../sass/screen.scss */
  header nav ul li {
    margin-right: 10%;
  }

  /* line 1059, ../sass/screen.scss */
  #info .wrapper div {
    width: 33%;
  }
  /* line 1061, ../sass/screen.scss */
  #info .wrapper div h2 {
    font-size: 22px;
  }

  /* line 1068, ../sass/screen.scss */
  #instrumental .wrapper {
    width: 90%;
  }
  /* line 1070, ../sass/screen.scss */
  #instrumental .wrapper a {
    margin-left: 0;
  }

  /* line 1076, ../sass/screen.scss */
  .istrend .wrapper {
    width: 100%;
  }
  /* line 1078, ../sass/screen.scss */
  .istrend .wrapper p {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* line 1086, ../sass/screen.scss */
  footer .wrapper .footer_contacts, footer .wrapper .copy {
    padding-bottom: 40px;
  }
  /* line 1089, ../sass/screen.scss */
  footer .wrapper div {
    width: 28%;
  }

  /*Products------------------*/
  /* line 1095, ../sass/screen.scss */
  .products {
    height: auto;
  }
  /* line 1097, ../sass/screen.scss */
  .products a {
    display: block;
  }
  /* line 1099, ../sass/screen.scss */
  .products a div {
    width: 100%;
    height: auto;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 0;
  }
  /* line 1105, ../sass/screen.scss */
  .products a div div {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 1109, ../sass/screen.scss */
  .products a div p {
    margin-bottom: 50px;
    padding: 0 150px;
  }

  /* line 1116, ../sass/screen.scss */
  .bread_crumbs {
    padding-left: 30px;
  }

  /* line 1119, ../sass/screen.scss */
  .image_viewer {
    display: block;
    margin: 90px auto 0 auto;
  }

  /* line 1123, ../sass/screen.scss */
  .product_description {
    display: block;
    padding: 0 20px;
    margin: 0 auto;
  }

  /* line 1128, ../sass/screen.scss */
  .techs {
    margin: 50px auto;
  }

  /*--------Production-------------*/
  /* line 1132, ../sass/screen.scss */
  .headline h1, .middleline h2 {
    font-size: 42px;
  }

  /* line 1137, ../sass/screen.scss */
  .production .wrapper .promservice_info div p {
    width: 30%;
    margin: 0 30px 40px 30px;
  }

  /* line 1143, ../sass/screen.scss */
  .production_info {
    padding: 120px 0;
  }
  /* line 1145, ../sass/screen.scss */
  .production_info .wrapper {
    width: 600px;
  }

  /*--------Production---END----------*/
  /* line 1151, ../sass/screen.scss */
  .contacts .contacts_information {
    width: 100%;
    height: auto;
  }
  /* line 1154, ../sass/screen.scss */
  .contacts .contacts_information .phone {
    float: none;
    width: 100%;
    text-align: center;
  }
  /* line 1158, ../sass/screen.scss */
  .contacts .contacts_information .phone h2 {
    font-size: 21px;
  }
  /* line 1162, ../sass/screen.scss */
  .contacts .contacts_information .location {
    width: 100%;
    margin-top: 25px;
    text-align: center;
  }
  /* line 1167, ../sass/screen.scss */
  .contacts .contacts_information iframe {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 630px) {
  /* line 1177, ../sass/screen.scss */
  header nav .menu-icon {
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
    cursor: pointer;
  }
  /* line 1182, ../sass/screen.scss */
  header nav .menu-icon:hover i {
    background-color: #a5a5a5;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  /* line 1186, ../sass/screen.scss */
  header nav .menu-icon i {
    display: block;
    margin-bottom: 5px;
    width: 24px;
    height: 2px;
    background-color: white;
  }
  /* line 1192, ../sass/screen.scss */
  header nav .menu-icon i:last-child {
    margin-bottom: 0;
  }
  /* line 1197, ../sass/screen.scss */
  header nav .menu {
    display: none;
  }
  /* line 1200, ../sass/screen.scss */
  header nav ul {
    background-color: rgba(51, 51, 51, 0.9);
    padding-left: 40px;
    padding-right: 40px;
  }
  /* line 1204, ../sass/screen.scss */
  header nav ul li {
    display: block;
    margin: 0 auto;
    border-bottom: 1px solid white;
  }
  /* line 1208, ../sass/screen.scss */
  header nav ul li:hover {
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  /* line 1212, ../sass/screen.scss */
  header nav ul li a {
    display: block;
    padding: 10px 0;
  }

  /* line 1220, ../sass/screen.scss */
  #goals .wrapper .main_icons {
    width: 30%;
  }

  /* line 1224, ../sass/screen.scss */
  #info .wrapper div {
    display: block;
    margin: 0 auto;
    padding-top: 60px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 1231, ../sass/screen.scss */
  #info .wrapper div h2 {
    margin-top: 0;
  }

  /* line 1236, ../sass/screen.scss */
  footer {
    height: auto;
    width: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  /* line 1242, ../sass/screen.scss */
  footer .wrapper {
    background-color: rgba(51, 51, 51, 0.9);
    color: #fff;
  }
  /* line 1245, ../sass/screen.scss */
  footer .wrapper .footer_contacts, footer .wrapper .footer_logo {
    display: none;
  }
  /* line 1248, ../sass/screen.scss */
  footer .wrapper .copy, footer .wrapper .footer_menu {
    display: block;
    width: 100%;
    padding: 40px 0;
    margin: 0;
  }
  /* line 1254, ../sass/screen.scss */
  footer .wrapper .footer_products {
    width: 86%;
    padding-left: 40px;
    padding-right: 40px;
  }
  /* line 1259, ../sass/screen.scss */
  footer .wrapper .footer_menu {
    padding: 0;
  }
  /* line 1261, ../sass/screen.scss */
  footer .wrapper .footer_menu ul {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
  /* line 1265, ../sass/screen.scss */
  footer .wrapper .footer_menu ul li {
    display: block;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid white;
  }
  /* line 1270, ../sass/screen.scss */
  footer .wrapper .footer_menu ul li:hover {
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  /* line 1274, ../sass/screen.scss */
  footer .wrapper .footer_menu ul li a {
    color: #fff;
    display: block;
    padding: 10px 0;
  }

  /*Products------------------*/
  /* line 1285, ../sass/screen.scss */
  .products a div p {
    padding: 0 50px;
  }

  /*Products---------END---------*/
}
/*------end media 630------------------------------------------------------*/
@media screen and (max-width: 630px) {
  /* line 1292, ../sass/screen.scss */
  footer .wrapper .footer_menu ul {
    padding-left: 35px;
  }
}
