@charset "utf-8";
@font-face {
  font-family: 'Trebuchet_ms_Bold';
  src: url('../font/Trebuchet-MS/trebuchet-ms-bold.eot');
  src: url('../font/Trebuchet-MS/trebuchet-ms-bold.eot?#iefix') format('embedded-opentype'), url('../font/Trebuchet-MS/trebuchet-ms-bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Trebuchet-MS-Regular';
  src: url('../font/Trebuchet-MS/Trebuchet-MS-Regular.eot');
  src: url('../font/Trebuchet-MS/Trebuchet-MS-Regular.eot?#iefix') format('embedded-opentype'), url('../font/Trebuchet-MS/Trebuchet-MS-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input:focus {
  outline: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  resize: none;
}
textarea:focus {
  outline: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 0 30px 0;
  padding: 5px 20px;
  background: #b5f0ec;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
p {
  margin: 0;
  line-height: normal;
}
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 13px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
  line-height: normal;
  padding: 0;
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.list,
.list	ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  list-style-image: none;
}
.hide {
  display: none !important;
  visibility: hidden;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.clear {
  display: table;
  clear: both;
  height: 0;
  visibility: hidden;
}
.inbl {
  display: -moz-inline-stack;
  display: inline-block;
}
a {
  color: #006699;
}
a:hover {
  text-decoration: underline !important;
}
a:hover,
a:active {
  outline: 0;
}

.logo {

  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.animation {
  -moz-animation: rotate 150s infinite linear;
  -webkit-animation: rotate 150s infinite linear;
  animation: rotate 150s infinite linear;
}
html,
body {
 /* height: 100%;*/
  margin: 0;
}
body {
  color: #838280;
  font-family: Arial, sans-serif;
  font-size: 14px;
  background: url(../i/bg/fon-repeat.png) left top repeat;
}
.page_wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /*background: url(../i/bg/bg-top.png) left top repeat-x;*/
  background: url(../i/bg/fon-top-line.png) left top repeat-x;
  
}
.wrapper {
  width: 1000px;
  margin: 0 auto;
}
.header-top {
  height: 193px;
 /* */background: url(../i/bg/fon-top-line.png) center top no-repeat;
   -moz-background-size: 100%; /* Firefox 3.6+ */
   -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /*Opera 9.6+ */
  background-size: 100%;
}
.header-top-logo {
  width: 620px;
  margin: 29px 0 0;
  float: left;
}
.header-top-logo a {
  float: left;
  margin: 15px 0 0;
}
.header-top-logo .blockquote {
  width: 408px;
  text-transform: uppercase;
  float: right;
  margin: 0;
  padding: 0;
  background: none;
}
.header-top-logo .blockquote p {
  letter-spacing: -1px;
  /* font: 36px/36px "Trebuchet-MS-Regular"; */
  font: 36px/36px Tahoma,Arial,sans-serif;
  color: #171717;
}
.header-top-logo .blockquote p strong {
  font-weight: normal;
  word-spacing: -4px;
  white-space: nowrap;
}
.box-top-right {
  float: right;
  padding-top: 20px;
}
.tel {
  display: block;
  height: auto;
  font: 20px "Trebuchet_ms_Bold";
  color: #000;
  /* margin: 32px 38px 0 0;
  padding: 0 0 0 45px; */
  margin: 15px 25px 0 0;
  padding: 0 0 0 25px;
  letter-spacing: -1px;
  word-spacing: -7px;
  background: url(../i/bg/tel.png) 0 0 no-repeat;
  background-size: contain;
}
.nav-top {
  width: 212px;
  margin: 19px 0 0;
  float: right;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}
.nav-top li {
  display: inline-block;
  font-size: 12px;
  line-height: normal;
  letter-spacing: normal;
  vertical-align: top;
}
.nav-top li a {
  height: 28px;
  padding: 0 29px;
  border-left: 1px solid #616161;
  display: block;
  text-decoration: none;
  font-size: 0;
  text-indent: -9999px;
}
.nav-top li:first-child a {
  border-left-color: transparent;
  padding-left: 2px;
}
.nav-top li.home {
  background: url(../i/bg/icon-1.png) 0 10px no-repeat;
}
.nav-top li.mail {
  background: url(../i/bg/icon-2.png) 25px 12px no-repeat;
}
.nav-top li.network {
  background: url(../i/bg/icon-3.png) 27px 11px no-repeat;
}
.menu-nav {
  background: url(../i/bg/menu.png) left top no-repeat;
}
.menu_top,
.menu_footer {
  position: relative;
  margin: 21px 0 0 -3px;
  padding: 23px 0px 23px 0px;
  letter-spacing: -4px;
  text-align: justify;
  line-height: 0;
  font-size: 1px;
  text-justify: newspaper;
  zoom: 1;
  text-align-last: justify;
}
.menu_top:after,
.menu_footer:after {
  width: 100%;
  height: 0px;
  visibility: hidden;
  overflow: hidden;
  display: inline-block;
}
.menu_top li,
.menu_footer li {
  height: 41px;
  display: inline-block;
  letter-spacing: normal;
  text-align: center;
  line-height: normal;
  font-size: 12px;
  vertical-align: top;
}

.menu_top li a,
.menu_footer li a {
  padding:17px 10px 20px 15px;
  margin: 0 15px;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
  font: 18px sans-serif;
  color: #191919;
  /*text-transform: capitalize;*/
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.menu_top li a:hover,
.menu_footer li a:hover {
  
  color: #ff4401;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
/* .menu_top li a:first-child{
    padding-left: 40px;
} */

.container {
  margin-top: 86px;
  padding-bottom: 202px;
}
.col1wrap {
  width: 100%;
  float: left;
}
.col1 {
  padding: 0 0 0 74px;
}
.col2 {
  width: 250px;
  float: left;
  margin: 0 0 0 -1000px;
}
.col2  h2 {
  padding: 0 0 0 54px;
  margin-bottom: 5px;
  /* text-transform: uppercase; */
  font: 27px/30px "Trebuchet-MS-Regular";
  color: #000;
  background: url(../i/bg/sapfir.png) 0 5px no-repeat;
}
.mar_left {
  margin: 0 0 0 250px;
}
.header-title {
  display: inline-block;
  vertical-align: top;
}
.header-title h1 {
  padding: 0 0 0 54px;
  margin-bottom: 20px;
  /* text-transform: uppercase; */
  /* font: 27px/30px sans-serif; */
  font: 27px/30px "Trebuchet-MS-Regular";
  color: #000;
  background: url(../i/bg/sapfir.png) 0 5px no-repeat;
}

.header-title p {
  line-height: 20px;
}

.work_area .linck {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  margin: 1px 0 0 13px;
  padding: 0 0 0 9px;
  background: url(../i/bg/linck-left.png) left top no-repeat;
}
.work_area .linck em {
  display: inline-block;
  vertical-align: top;
  font-style: normal;
  padding: 0 9px 0 0;
  background: url(../i/bg/linck-right.png) right top no-repeat;
}
.work_area .linck b {
  height: 26px;
  text-align: center;
  font: 12px/26px "Arial";
  color: #efefef;
  padding: 0 14px;
  text-transform: uppercase;
  display: block;
  font-style: normal;
  background: url(../i/bg/linck-repeat.png) 0 top repeat-x;
}
.map {
  margin: 40px auto;
  overflow: hidden;
  width: 100%;
}

#feedback h2 {
  color: #000;
  margin-bottom: 20px;
  font: 20px "Trebuchet-MS-Bold";
  font-weight: bold;
}

.blueform {
  overflow: hidden;
  padding: 20px;
  color: #000;
  display: block;
  background: #fff;
}
.blueform label {
  display: block;
  margin-bottom: 10px;
  line-height: 16px;
}
.blueform label input,
.blueform label textarea {
  margin-top: 10px;
  width: 300px;
  padding: 10px;
  border: 1px solid #c2c2c2;
  border-radius: 3px;
}
.blueform label img {
  float: left;
}
.blueform label input.ccc {
  width: 100px;
  height: 23px;
  margin-left: 5px;
  display: block;
  float: left;
}
.blueform .odef {
  float: left;
  margin-left: 35px;
}
#feedback .blueform input,
#feedback .blueform textarea {
  width: 400px;
}

.blueform .btn {
  width: 200px !important;
  border: none;
  color: #fff;
  background-color: #FF4401;
  padding: 10px;
}

.blueform .btn:hover {
  background-color: rgb(224, 60, 0);
}

.result {
  margin: 10px 0;
  border: #cccccc;
  -webkit-border-top-left-radius: 6px;
  -khtml-border-radius-topleft: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 0;
  -khtml-border-radius-topright: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -khtml-border-radius-bottomleft: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -khtml-border-radius-bottomright: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  padding: 5px;
}
.result.ok,
.result.success {
  color: #585858 !important;
  background: #dbffcc !important;
}
.result.error,
.result.fail {
  color: #585858 !important;
  background: #ffcccc !important;
}
label.mandatory:before {
  content: "* ";
  color: red;
}
.red,
.error,
.fail {
  color: red;
}
.cap {
  overflow: hidden;
}

.cap * {
  float: left;
  width: auto !important;
  margin: 0;
}

.cap input {
  width: 255px !important;
  height: auto !important;
}

.cap img {
  height: 39px;
  margin-top: 10px;
  width: 140px !important;
}
/* GALLERY */

div.prodfotos{
    float: left; margin: 0px 10px 20px 0px;
}
div.prodfotos div.loader{
    position: absolute; display: none;
    text-align: center; color:white; font-size: 12px;
    padding: 2px 10px; margin: -50px 0px 0px 130px;
    background:#222; border: 0px solid #000;
}
div.prodfotos img{display: block;}
div.prodfotos img.bigfoto{margin-top: 4px; border: solid 0px #f49d78;cursor: pointer; }
div.prodfotos div.smfoto, div.prodfotos div.smfotoa{
    display: block; float: left; 
    border: solid 0px #f49d78; overflow: hidden; 
    cursor: pointer; margin: 10px 5px 0px 0px;
}
div.smfoto {text-align: center;}
div.prodfotos div.smfotoa{margin-right: 0px;}




.footer {
  height: 232px;
  margin-top: -114px;
  position: relative;
}
.fon {
  width: 100%;
  height: 547px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: url(../i/bg/fon.png) center 0 repeat-x;
}
.fon-white {
  width: 100%;
  height: 60px;
  background: url(../i/bg/white.png) left top repeat;
}
.box-footer {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
  margin: 42px 0 0 -2px;
}
.box-footer li {
  display: inline-block;
  font-size: 12px;
  line-height: normal;
  letter-spacing: normal;
  vertical-align: top;
}
.copy {
  margin: 0;
  padding-top: 10px;
  margin-right: 40px;
}
.copy small {
  width: 126px;
  display: block;
  font: 12px/18px "Arial";
  color: #55525d;
  margin: 0 0 5px;
}
.copy p {
  font: 12px/18px "Arial";
  color: #55525d;
  margin: 0;
}
.copy p a {
  color: #5450ad;
}
.box-footer li .tel {
  margin: 15px 25px 0 0;
  padding: 0 0 0 25px;
  font: 20px "Trebuchet-MS-Regular";
}
.box-footer li .tel:first-child {
  margin-top: 0;
}
.box-footer li .button {
  width: 247px;
  height: 53px;
  display: block;
  text-decoration: none;
  background: url(../i/bg/button.png) 0 0 no-repeat;
  margin: 11px 0 0 32px;
  font-size: 0;
  text-indent: -9999px;
  opacity: 0.9;
}

.box-footer li .img-block {
  margin: 20px 0 0 88px;
}
.box-footer li .button:hover {  
   opacity: 1;
}
.counter {
    margin: 19px 10px 10px 64px;
}

.box-news .linck {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  margin: 26px 0 0 -4px;
  padding: 0 0 0 9px;
  background: url(../i/bg/linck-left.png) left top no-repeat;
  opacity: 0.9;
}
.box-news .linck:hover {
  opacity: 1;  
}
.box-news .linck em {
  display: inline-block;
  vertical-align: top;
  font-style: normal;
  padding: 0 9px 0 0;
  background: url(../i/bg/linck-right.png) right top no-repeat;
  
}
.box-news .linck b {
  height: 26px;
  text-align: center;
  font: 12px/26px "Arial";
  color: #efefef;
  padding: 0 10px;
  text-transform: uppercase;
  display: block;
  font-style: normal;
  background: url(../i/bg/linck-repeat.png) 0 top no-repeat;
    -moz-background-size: 100%; /* Firefox 3.6+ */
   -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
   -o-background-size: 100%; /* Opera 9.6+ */
  background-size: 100%;
}
.box-news .linck b:hover {  
 
}
.box-news {
  margin: 47px 0 0;
}
.box-news h2 {
  padding: 0 0 0 54px;
  /* text-transform: uppercase; */
  font: 27px/30px "Trebuchet-MS-Regular";
  color: #000;
  background: url(../i/bg/sapfir.png) 0 2px no-repeat;
}
.box-news .news {
  margin: 0;
}
.box-news .news .item-news {
  margin: 14px 0 0;
  padding: 0 0 13px;
  border-bottom: 1px solid #b7c7eb;
}
.box-news .news .item-news img {
  float: left;
  margin: 0 6px 0 0;
}
.box-news .news .item-news .box-info {
  overflow: hidden;
}
.box-news .news .item-news .box-info h3 {
  /* text-transform: uppercase; */
  font: 12px/12px "Arial";
  color: #000;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 0;
}
.box-news .news .item-news .box-info h3:hover {
  /* text-transform: uppercase; */
  font: 12px/12px "Arial";
  color: #FF4401;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 0;
}
.box-news .news .item-news .box-info > a {
	display: block;
	/*margin-top: -6px; */
}
.box-news .news .item-news .box-info p {
  font: 12px/17px "Arial";
  /* color: #55525d; */
  margin: 0 0 9px;
}
.box-news .news .item-news .box-info span {
  font: 10px/10px "Arial";
  /* color: #55525d; */
}
.services {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
  margin: 22px 0 0 -41px;
}

.item-news {
  width: 100%;
  display: inline-block;
  font-size: 12px;
  line-height: normal;
  letter-spacing: normal;
  vertical-align: top;
  margin: 0 0 42px 41px;
}

.item-news img {

  float:left;
  margin: 0px 6px 0px 0px;
}

.item-news a {

  text-decoration:none;
}

.item-news a:hover {

  text-decoration:underline;
}


.item-services {
  width: 197px;
  display: inline-block;
  font-size: 12px;
  line-height: normal;
  letter-spacing: normal;
  vertical-align: top;
  margin: 20px 0 42px 41px;
}
.item-services a.parent {
  display: block;
  height: 162px;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.item-services a.parent img {
  width: 197px;
  height: 162px;
  position: absolute;
  left: 0;
  top: 0;
}
.item-services figure:hover a.parent img,
.item-services a.parent img:hover {
  min-height: 110%;
  left: -10px;
  min-width: 110%;
  top: -16px;
}
.item-services a.parent .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.item-services .pro-info {
  height: 41px;
  display: block;
  //background: #5450ad url(../i/bg/arrow_info.png) left top no-repeat;
}
.item-services .pro-info strong {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 5px 0 30px;
  text-transform: uppercase;
  font: 11px/11px "Arial";
  color: #000;
}
.item-services .pro-info .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.work-area-text {
  margin: 12px 0 0;
    color: #000000;
    font-family: 'times new roman',times;
    font-size: 16px;
}
.work-area-text h2 {
  margin: 0 0 30px;
  padding: 0 0 0 54px;
  /* text-transform: uppercase; */
  font: 27px/30px "Trebuchet-MS-Regular";
  color: #000;
  background: url(../i/bg/sapfir.png) 0 2px no-repeat;
}
.work-area-text p {
/*  font: 12px/24px "Arial";*/
  color: #000000;
    font-family: 'times new roman',times;
    font-size: 16px;
    line-height: 20px;
}
.work-area-text .img-right {
  margin: 0 18px 0 0;
}
.work-area-text h3 {
  font: 18px/26px "Trebuchet-MS-Regular";
  color: #55525d;
  margin: 15px 0;
}
.list-text-1 {
  font: 12px/24px "Arial";
  list-style: decimal;
  margin: 0 0 0 16px;
}
.list-text-2 {
  font: 12px/24px "Arial";
}
.list-text-2 li {
  background: url(../i/bg/arrow.png) 0px 9px no-repeat;
  padding: 0 0 0 15px;
}
.work-area-text  .linck-back {
  float: right;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  margin: 33px 0 0 0px;
  padding: 0 0 0 9px;
  background: url(../i/bg/linck-left.png) left top no-repeat;
}
.linck-back {
  float: right;
  opacity: 0.9;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  margin: 33px 0 0 0px;
  padding: 0 0 0 9px;
  background: url(../i/bg/linck-left.png) left top no-repeat;
}
.linck-back:hover{
    opacity: 1;
}
.linck-back em {
  display: inline-block;
  vertical-align: top;
  font-style: normal;
  padding: 0 9px 0 0;
  background: url(../i/bg/linck-right.png) right top no-repeat;
}
.linck-back b {
  height: 26px;
  text-align: center;
  font: 12px/26px "Arial";
  color: #efefef;
  padding: 0 14px;
  text-transform: uppercase;
  display: block;
  font-style: normal;
  background: url(../i/bg/linck-repeat.png) 0 top repeat-x;
}

.work-area-text .linck-back em {
  display: inline-block;
  vertical-align: top;
  font-style: normal;
  padding: 0 9px 0 0;
  background: url(../i/bg/linck-right.png) right top no-repeat;
}
.work-area-text .linck-back b {
  height: 26px;
  text-align: center;
  font: 12px/26px "Arial";
  color: #efefef;
  padding: 0 14px;
  text-transform: uppercase;
  display: block;
  font-style: normal;
  background: url(../i/bg/linck-repeat.png) 0 top repeat-x;
}
.breadcrumbs {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
  margin: -34px 0 20px 55px;
}
.breadcrumbs li {
  padding: 0 0 0 25px;
  font: 12px/18px "Arial";
  color: #55525d;
  display: inline-block;
  font-size: 12px;
  /*line-height: normal;*/
  letter-spacing: normal;
  vertical-align: top;
  background: url(../i/bg/arrow.png) 11px 5px no-repeat;
}
.breadcrumbs li a:hover{
	text-decoration: underline;
}
.breadcrumbs li:first-child {
  padding: 0;
  background: none;
}
.breadcrumbs li a {
  color: #000;
  text-decoration: none;
}






div.divxit01 {width:1000px; height:337px; margin:24px auto 0px;}
ul.tabs {
	margin: 0px 0px 0px 23px;
	padding: 0;
	float: left;
	list-style: none;
	height: 44px;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0px 4px 0px 0px;
	padding: 0;
	height: 44px;
	line-height: 44px;
	background:url(img/fon_xit01.png) no-repeat left;   
	overflow: hidden;
	position: relative;
}
ul.tabs li div {
	background:url(img/fon_xit02.png) no-repeat right;
}
ul.tabs li div a {
	text-decoration: none;
	display: block;
	padding: 0 20px;
	outline: none;
	font-family:Arial;
	color:#e5e5e5;
	font-size:20px;
}
ul.tabs li:hover {
	background-image:url(img/fon_xit05.png);
	background-position:left;
	background-repeat:no-repeat;
}	
ul.tabs li div:hover {
	background-image:url(img/fon_xit06.png);
	background-position:right;
	background-repeat:no-repeat;
}	
ul.tabs li.active {
	background:url(img/fon_xit03.png) left no-repeat;
}
ul.tabs li.active div  {
	background:url(img/fon_xit04.png) right no-repeat;
}
ul.tabs li.active a {
	font-family:Arial; color:#484848; font-size:20px;
}
.tab_containerxit {
	clear: both;
	background:url(img/fon_xit09.png) left repeat-y;
}

div.h17 {height:17px;}

div.tab_content {display: block; height:293px; background:url(img/fon_xit07.png) bottom no-repeat;}
div.divxit02 {background:url(img/fon_xit08.png) top right no-repeat;}

div.blok_xit {
	height: 256px;
	width: 156px;
	float: left;
}
div.divxit04 {height:4px; width:142px; background:url(img/fon_xit11.png) top left no-repeat;}
div.divxit05 {height:248px; width:142px; background:#FFFFFF;}
div.divxit06 {height:4px; width:142px; background:url(img/fon_xit10.png) top left no-repeat;}
div.divxit07 {height:117px; width:142px;}
.divxit07 div {height:117px; width:142px; background:url(img/fon_xit12.png) top right no-repeat;}
div.divxit08 {height:1px; width:142px; background:url(img/fon_xit13.png) top left no-repeat;}
div.divxit09 {height:130px; width:142px;}
.divxit09 div {text-align:center; margin:8px 6px 7px 6px; height:48px;}
.divxit09 p {padding:0px; margin:0px; text-align:center; color:#ce5048; font-family:Arial; font-size:20px; font-weight:bold;}
p.pxit01 {padding:0px; margin:4px 0px 0px 0px; text-align:center;}
div.div_xit_dop { background:url(img/fon_xit14.png) top left no-repeat;}

.slide-item, .slide-item1, .slide-item2 {
float: left;
}
.prev-slide, .prev-slide1, .prev-slide2 {
left: 0; background: url(img/str05.jpg) no-repeat;
}
.next-slide, .next-slide1, .next-slide2 {
right: 0; background: url(img/str07.jpg) no-repeat;
}
.navy.disable, .navy1.disable1, .navy2.disable2 {
	background: #dbdbdb;
}
.navy.disable, .navy1.disable1, .navy2.disable2 {
	background: #dbdbdb;
}
.navy, .navy1, .navy2 {
position: absolute; top: 0; z-index: 1; height: 100%; width: 38px; cursor: pointer;
}
.img_bord {border:0px;}

.slider, .slider1, .slider2 {
width: 600px; padding: 0px 38px; position: relative; overflow: hidden;
}
.slider::-moz-selection, .slider1::-moz-selection, .slider2::-moz-selection {
background: transparent; color: #fff; text-shadow: none;
}
.slider::selection, .slider1::selection, .slider2::selection {
background: transparent; color: #fff; text-shadow: none;
}
.slide-list, .slide-list1, .slide-list2 {
position: relative;
}
.slide-wrap, .slide-wrap1, .slide-wrap2 {
position: relative; width: 10000000px;
}
.slide-item, .slide-item1, .slide-item2 {
float: left;
}

a.text_wapk06 {font-family:Arial; font-weight:bold; font-size:12px; color:#484848; text-decoration:underline;}

.clear1, .clear2 {
margin-top: -1px; height: 1px; clear:both; zoom: 1;
}

/* ---------------------------- */
.item-services .pro-info a {
	display: block;
	text-align: center;
	font-size: 12pt;
/*	color: #191919; */
	padding: 5px 0;
        font-weight: bold;
        text-decoration: underline;
}
.item-services figure:hover .pro-info a,
.item-services .pro-info a:hover {
	background: linear-gradient(#eaefef, #cdd8da);
	position: relative;
	left: -10px;
	min-width: 110%;
	color: #ff4401;
}

nav.menu {
	padding: 10px 0;
	background: linear-gradient(90deg, rgba(234,239,239,0.6), rgba(185,206,215,0.6));
        font: 16px/18px "Trebuchet-MS-Regular";
}
nav.menu ul {
}
nav.menu li {
	padding: 5px;
	padding-right: 0;
	padding-left: 20px;
/*	margin-left: 10px; */
}
nav.menu ul ul li {
	margin-left: 10px;
}
nav.menu li {
	background: url(/i/menu-arrow-right.png) 0 8px no-repeat;
}
nav.menu li a{
	font-weight: bold;
}
nav.menu li.expanded {
	background: url(/i/menu-arrow-down.png) 0 8px no-repeat;
}
nav.menu li.leave {
	background: url(/i/menu-bullet.png) 0 8px no-repeat;
}
nav.menu li.leave a{
	font-weight: normal;
}
nav.menu li.leave.tr{
    background: url(/i/menu-arrow-right.png) 0 8px no-repeat;
}
nav.menu li.leave.tr a{
    font-weight: bold;
}
nav.menu li > ul {
	 display: none;
}

a {
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
  color: #191919;
}
a:hover {
  color: #ff4401;
}
.active a, a:active {
  color: #ff4401;
}
.breadcrumbs li.active a {
  color: #ff4401;
}
.menu_top li.active a {
  color: #ff4401;
}

#main {
	position: relative;
}
#main > #overlay {
	position: absolute;
	/*top: -89px; */top: -278px;
	left: 0; right: 0;
	z-index: -10;
	background: url(/i/bg/fon0.png) 0 0 no-repeat;
	height: 547px;
}
nav.menu-nav {
	position: relative;
	z-index: 30;
}

.news article span {
	float: left;
	margin-bottom: 5px;
}
.dop-photos {
    width: 250px;
}

.tg  {border-collapse:collapse;border-spacing:0;}
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal; vertical-align:middle;}
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
.tg .tg-hesw{font-size:16px;font-family:"Times New Roman", Times, serif !important;;background-color:#fff;border-color:inherit;text-align:left;vertical-align:middle}
.tg .tg-bvl1{font-size:16px;font-family:"Times New Roman", Times, serif !important;;background-color:#fff;border-color:inherit;text-align:center}
.tg .tg-lv56{font-weight:bold;font-size:16px;font-family:"Times New Roman", Times, serif !important;;background-color:#fff;border-color:inherit;text-align:center}
.tg .tg-2sa7{font-weight:bold;font-size:16px;font-family:"Times New Roman", Times, serif !important;;background-color:#fff;border-color:inherit;text-align:center;vertical-align:middle}
.tg .tg-w5jh{font-size:16px;font-family:"Times New Roman", Times, serif !important;;border-color:inherit;text-align:center}
.tg .tg-adem{font-size:16px;font-family:"Times New Roman", Times, serif !important;;border-color:inherit;text-align:left;vertical-align:middle}

/* cookie policy */
.cookie-policy {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9999;
  max-width: 550px;
  background-color: #ffffff;
  opacity: .9;
  padding: 30px 10px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.39);
}
.cookie-policy .wrapper {
  width: auto;
  margin: 0 auto;
  padding: 0 2rem;
  min-width: 280px;
  max-width: 1920px;
  position: relative;
}
.cookie-policy-text {
  margin-bottom: 20px;
}
.cookie-policy-text p {
  margin-top: 0;
}
.cookie-policy-button .btn {
  padding: 10px;
  line-height: unset;
  display: block;
  text-align: center;
  color: #ff4401;
  font-weight: 700;
  font-size: 14px;
  border: 2px solid #ff4401;
  transition: .2s;
  background: transparent;
}
.cookie-policy-button .btn:hover {
  background-color: #ff4401;
  color: #ffffff;
}
.hidden {
  display: none !important;
}
/* fix */
.header-top .menu_top {
  display: flex;
  justify-content: space-around;
  align-items: center;
  /* height: 43px;
  margin: 17px 0 0 0; */
  height: 65px;
  padding: 0;
  letter-spacing: unset;
  text-align: unset;
  line-height: unset;
  font-size: unset;
  text-justify: unset;
  text-align-last: unset;
}
.header-top .menu_top li {
  height: auto;
}
.header-top .menu_top li a {
  padding: 0;
  margin: 0 10px;
  /*font-size: 11px;*/
  outline: none;
}
aside .box-news {
  display: none;
}
.col2 {
  float: none;
  margin: 0;
}
.col2 .category-header {
  display: block;
  padding: 0 0 0 54px;
  margin-bottom: 10px;
  font: 27px/30px "Trebuchet-MS-Regular";
  color: #000;
  background: url(../i/bg/sapfir.png) 0 5px no-repeat;
}
.col1wrap {
  width: calc(100% - 270px);
  float: none;
}
.col1 p {
  color: #000;
}
.col1.mar_left {
  margin: 0;
  padding: 0;
}
.container[role="main"] .wrapper {
  display: flex;
  justify-content: space-between;
}
.col1 .services {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0;
}
.col1 .services .item-services {
  width: calc(100% / 3 - 20px);
  margin: 10px;
  margin-top: 0;
}
.item-services a.parent img {
  width: 100%;
  height: 100%;
}
.item-services .pro-info a {
  font-size: 12px;
}
.header-title h1 {
  margin-bottom: 20px;
}
.col2 .category-header {
  margin-bottom: 20px;
}
.box-news {
  display: none;
}
.breadcrumbs {
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.contacts .col1wrap {
  width: 100%;
}
.blueform {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blueform .left {
  float: none !important;
  width: 49%;
  padding-right: 20px;
}
.contacts .blueform .odef {
  float: none !important;
  width: 48%;
  margin-left: 0;
}
.contacts #feedback .blueform input, .contacts #feedback .blueform textarea {
  width: 100%;
  box-sizing: border-box;
}
.contacts .blueform label input.ccc {
  width: calc(100% - 145px) !important;
}
.tel span {
  padding-right: 10px;
}
.order #feedback h1 {
  color: #000;
  margin-bottom: 20px;
  font-family: "Trebuchet-MS-Regular";
}
.order .col1wrap {
  width: 100%;
  box-sizing: border-box;
}
.order .blueform .left input {
  width: 100% !important;
  box-sizing: border-box;
}
.order .blueform .cap input{
  width: calc(100% - 145px) !important;
}
.order .blueform select {
  margin-top: 10px;
  padding: 9px;
  border: 1px solid #c2c2c2;
  border-radius: 3px;
  width: 100%;
  box-sizing: border-box;
}
.order .blueform .right {
  float: none;
  width: 48%;
}
.order .blueform .right textarea {
  width: 100% !important;
  box-sizing: border-box;
}
.fon-white {
  height: auto;
}
.footer .fon-white .menu_top {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.footer .fon-white .menu_top li {
  height: auto;
  margin: 5px 10px;
}
.footer .fon-white .menu_top li a {
  padding: 0;
  margin: 0;
}
.footer .copy a {
  display: block;
  margin-bottom: 5px;
}
.footer .who a {
  display: inline-block;
}
.container {
  min-height: 50vh;
}
.policy-field {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
}
.policy-field a {
  color: #ff4401;
}
.blueform label {
  outline: none;
}
.services-header {
  display: block;
  padding: 0 0 0 54px;
  margin-bottom: 20px;
  font: 27px/30px "Trebuchet-MS-Regular";
  color: #000;
  background: url(../i/bg/sapfir.png) 0 5px no-repeat;
}
.policy .col1wrap {
  width: 100%;
  box-sizing: border-box;
}
.policy .work-area-text h2 {
  margin: 20px 0;
}
.work_area p img {
  display: block;
  margin: 20px auto;
}
nav.menu li > ul {
  display: block;
}
/* adaptive */
.menu-btn {
  display: none;
  position: absolute;
  top: 25px;
  right: 25px;
  background: url("../img/list-menu.svg") no-repeat center;
  background-size: cover;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
@media screen and (max-width: 1250px) {
  .wrapper {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10%;
  }
  .breadcrumbs {
      width: 100%;
      box-sizing: border-box;
      padding: 0 10%;
  }
  .menu-nav {
    background-size: contain;
  }
  .box-footer li:last-child {
    position: absolute;
    visibility: hidden;
    z-index: -2;
    order: 4;
    right: 15px;
  }
  .box-footer li .counter {
    margin: 0;
  }
}
@media screen and (max-width: 1150px) {
  .header-top .menu_top {
    height: 62px;
  }
  .header-top .menu_top li a {
    font-size: 16px;
  }
  .footer {
    height: auto;
    padding-bottom: 40px;
  }
  .box-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .box-footer .copy {
    margin-right: 0;
    order: 3;
  }
  .box-footer .tel-block {
    margin: 0 10px;
    order: 2;
  }
  .box-footer .btn-block {
    order: 1;
  }
  .box-footer li .button {
    margin: 0;
  }
  .tg .tg-bvl1,
  .tg .tg-lv56,
  .tg .tg-hesw,
  .tg .tg-2sa7,
  .tg .tg-w5jh,
  .tg .tg-adem {
    font-size: 12px;
  }
}
@media screen and (max-width: 1120px) {
  .header-top-logo {
    display: flex;
    width: 70%;
    box-sizing: border-box;
  }
  .header-top-logo a {
    margin-right: 20px;
  }
  .box-top-right {
    width: calc(30% - 20px);
    box-sizing: border-box;
    margin-left: 20px;
    padding-top: 0;
    margin-top: 29px;
  }
  .header-top-logo .blockquote {
    width: auto;
    margin-top: 15px;
  }
  .header-top-logo .blockquote p {
    font-size: 25px;
  }
  .tel {
    margin-right: 0;
  }
  .box-top-right .tel {
    white-space: nowrap;
  }
  .header-top .menu_top {
    height: 55px;
  }
}
@media screen and (max-width: 996px) {
  .header-top .menu_top {
    margin-top: 14px;
  }
}
@media screen and (max-width: 960px) {
  .col1 .services .item-services {
    width: calc(100% / 2 - 20px);
  }
  .header-top .menu_top {
    height: 50px;
  }
  .header-top .menu_top li a {
    font-size: 14px;
  }
  .policy-field {
    font-size: 12px;
  }
}
@media screen and (max-width: 920px) {
  .tg .tg-bvl1,
  .tg .tg-lv56,
  .tg .tg-hesw,
  .tg .tg-2sa7,
  .tg .tg-w5jh,
  .tg .tg-adem {
    font-size: 11px;
  }
}
@media screen and (max-width: 885px) {
  /*.contacts .blueform .left {*/
  /*  width: 40%;*/
  /*}*/
  /*.contacts .blueform .odef {*/
  /*  width: 55%;*/
  /*}*/
  /*.contacts .cap img {*/
  /*  width: 100px !important;*/
  /*}*/
  .contacts .blueform label input.ccc {
    width: calc(100% - 105px) !important;
  }
  .contacts .blueform {
    flex-direction: column;
    position: relative;
  }
  .contacts .blueform .left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 0;
  }
  .contacts .blueform .mandatory {
    width: 49%;
  }
  .contacts .blueform .mandatory:last-child {
    position: absolute;
    left: 20px;
    right: 20%;
    bottom: 85px;
    width: auto;
  }
  .contacts .blueform .odef {
    width: 100%;
  }
  .policy-field {
    margin-top: 110px;
  }
  .order .blueform {
    position: relative;
  }
  .order .blueform .left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 0;
  }
  .order .blueform .left label {
    width: 49%;
  }
  .order .blueform .mandatory--bottom {
    position: absolute;
    left: 20px;
    right: 20%;
    bottom: 85px;
    width: auto;
  }
  .order .blueform .mandatory--bottom .g-recaptcha {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .order .blueform .right {
    width: 100%;
  }
  .order .policy-field {
    margin-top: 110px;
  }

}
@media screen and (max-width: 850px) {
  .header-top .menu_top {
    height: 45px;
  }
  .header-top .menu_top li a {
    margin: 0;
    font-size: 12px;
  }
}
@media screen and (max-width: 786px) {
  .header-top .menu_top {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 10px 0;
    margin: 0;
  }
  .header-top .menu_top li a {
    font-size: 16px;
  }
  .page_wrap {
    background: none;
  }
  .header-top {
    position: relative;
    height: auto;
    padding-bottom: 20px;
  }
  .header-top::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #171717;
  }
  .header-top .wrapper {
    position: relative;
    padding: 0 15px;
  }
  .header-top-logo {
    width: 100%;
    float: none;
    margin-top: 0;
    padding-top: 20px;
    padding-right: 40px;
  }
  .header-top-logo a {
    margin-top: 0;
  }
  .header-top-logo .blockquote {
    margin-top: 0;
  }
  .header-top-logo .blockquote p {
    font-size: 23px;
  }
  .box-top-right {
    float: none;
    width: auto;
    margin-top: 15px;
    margin-left: 0;
  }
  .box-top-right a {
    display: inline-block;
    margin-top: 0;
  }
  .tel {
    margin-right: 10px;
  }
  .menu-nav {
    display: none;
  }
  .menu_top {
    text-align-last: unset;
    margin: 0;
  }
  .menu_top li {
    display: block;
    height: auto;
    margin-bottom: 20px;
  }
  .menu_top li:last-child {
    margin-bottom: 0;
  }
  .menu-nav.active {
    display: block;
    position: absolute;
    top: 156px;
    left: 10%;
    right: 10%;
    background-image: none;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
  }
  .menu-btn {
    display: block;
  }
  aside.col2 {
    width: 100%;
    margin-bottom: 20px;
  }
  aside.col2 .menu {
    display: none;
  }
  aside.col2 .menu.active {
    display: block;
  }
  aside.col2 .menu.active a {
    color: #000;
  }
  aside.col2 .menu.active a:hover{
    color: #ff4401;
  }
  aside.col2 .category-header {
    position: relative;
    padding: 10px 0 10px 55px;
    cursor: pointer;
    background: linear-gradient(90deg, rgba(234,239,239,0.6), rgba(185,206,215,0.6));
  }
  aside.col2 .category-header:after {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 25px;
    height: 25px;
    background: url("../img/list-menu-orange.svg") no-repeat center;
    background-size: cover;
    cursor: pointer;
  }
  .col1wrap {
    width: 100%;
    box-sizing: border-box;
  }
  .col1 .services .item-services {
    width: calc(100% / 3 - 20px);
  }
  .container[role="main"] {
    margin-top: 40px;
  }
  .order .blueform .cap input {
    width: calc(100% - 145px) !important;
  }
  .header-title {
    width: 100%;
    box-sizing: border-box;
  }
  .header-title h1 {
    font-size: 25px;
  }
  .container[role="main"] .wrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 660px){
  .box-footer {
    flex-direction: column;
  }
  .box-footer .tel-block {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .box-footer .tel-block a {
    display: inline-block;
  }
  .order .blueform .left label {
    width: 100%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 652px) {
  .menu-nav.active {
    top: 179px;
  }
}
@media screen and (max-width: 634px){
  .contacts .blueform .mandatory:last-child {
    bottom: 100px;
  }
  .order .blueform .mandatory:last-child {
    bottom: 100px;
  }
}
@media screen and (max-width: 620px) {
  .header-top-logo .blockquote p {
    font-size: 17px;
    line-height: normal;
    padding-top: 10px;
  }
  .box-top-right a {
    font-size: 17px;
  }
  .menu-nav.active {
    top: 153px;
  }
  .col1 .services .item-services {
    width: calc(100% / 2 - 20px);
  }
  .tg {
    display: block;
    max-width: 100%;
    overflow-x: auto;
  }
}
@media screen and (max-width: 580px) {
    .contacts .blueform .mandatory {
      width: 100%;
    }
    .contacts .blueform .mandatory:last-child {
      width: auto;
    }
}
@media screen and (max-width: 569px){
  .menu-nav.active {
    top: 173px;
  }
  div.prodfotos {
    float: none;
  }
  div.prodfotos .gallery {
    display: block;
  }
  div.prodfotos .gallery img {
    margin: 10px auto;
  }
  .dop-photos {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .dop-photos .smfoto {
    float: none;
  }
  div.prodfotos div.smfoto {
    float: none;
    width: calc(100% / 4 - 10px);
  }
  div.prodfotos div.smfoto:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 490px) {
  .work_area p img {
    width: 100%;
  }
}
@media screen and (max-width: 460px) {
  .header-top {
    padding-bottom: 5px;
  }
  .header-top-logo {
    flex-wrap: wrap;
    padding-top: 0;
  }
  .header-top-logo a {
    transform: scale(0.8);
    padding-top: 5px;
  }
  .header-top-logo .blockquote p {
    padding-top: 0;
  }
  .menu-nav.active {
    left: 0;
    right: 0;
  }
  .box-top-right {
    padding-bottom: 5px;
  }
  .menu-nav.active {
    top: 190px;
  }
  .col1 .services .item-services {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .contacts .blueform .mandatory:last-child {
    right: 20px;
  }
  .contacts .blueform .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .order .cap img {
    width: 100px !important;
  }
  .order .blueform .cap input {
    width: calc(100% - 105px) !important;
  }
  .order .blueform .mandatory:last-child {
    right: 20px;
  }
  .order .blueform .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .header-title h1 {
    font-size: 22px;
  }
  aside.col2 .category-header {
    font-size: 20px;
  }
  .breadcrumbs li {
    font-size: 11px;
  }
  .services-header {
    font-size: 22px;
  }
  .policy .work-area-text h2 {
    font-size: 17px;
  }
}
@media screen and (max-width: 430px) {
  .g-recaptcha {
    transform: scale(0.8) translate(-30px);
  }
}
@media screen and (max-width: 362px) {
  .g-recaptcha {
    transform: scale(0.7) translate(-50px);
  }
  .col1 .services .item-services {
    width: 90%;
  }
  .footer .fon-white .menu_top {
    flex-direction: column;
  }
  .menu-nav.active {
    top: 210px;
  }
  div.prodfotos div.smfoto {
    width: calc(100% / 3 - 10px);
  }
}
@media screen and (max-width: 342px) {
  .contacts .blueform .mandatory:last-child {
    bottom: 115px;
  }
  .order .blueform .mandatory:last-child {
    bottom: 115px;
  }
}
@media screen and (max-width: 340px) {
  .box-footer li .tel {
    font-size: 17px;
    margin-top: 5px;
  }
  .header-top-logo {
    padding-right: 0;
  }
  .header-top-logo .blockquote p {
    text-align: center;
  }
  .box-top-right {
    margin-top: 0;
    text-align: center;
    padding-bottom: 0;
    padding-top: 5px;
  }
  .box-top-right a {
    font-size: 15px;
  }
  .header-top-logo a {
    padding-top: 0;
  }
  .menu-nav.active {
    top: 165px;
  }
}
@media (max-width: 328px) {
  .g-recaptcha {
    transform: scale(0.7) translate(-46px);
  }
  .menu-nav.active {
    top: 181px;
  }
}