<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
}
html.no-scroll {
  overflow: hidden;
  overflow-y: hidden;
  height: 100%;
  max-height: 100%;
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: 'PT Sans', sans-serif;
  color: #3b3b3b;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  background: #f8f8f8;
  margin: 0;
  padding: 0;
  width: 100%;
}
body.no-scroll {
  overflow: hidden;
  overflow-y: hidden;
  height: 100%;
  max-height: 100%;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a {
  color: #000;
  text-decoration: none;
}
.undrl {
  border-bottom: 1px solid #616161;
}
.undrl:hover {
  border-color: #f88787;
}
a:focus {
  outline: 0;
  text-decoration: none;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
  /*color: #f65050;*/
  text-decoration: none;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.1;
  margin: 0 0 20px;
}
h2 {
  font-size: 22px;
  font-weight: bold;
  margin: 40px 0 20px;
}
h3 {
  font-size: 16px;
  margin: 0 0 5px;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
sup {
  font-size: 14px;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 2px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 10px;
  list-style: none;
  margin: 0;
}
menu li,
ol li,
ul li {
  padding-bottom: 3px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
input {
  border-radius: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
button:focus,
input:focus {
  outline: none;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.btnorder {
  border: 2px solid #21a2e9;
  padding: 15px 30px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  background: #fff;
  color: #21a2e9;
  text-align: center;
}
.btnorder.blue {
  background: #21a2e9;
  color: #fff;
}
.btnorder:hover {
  background: #21a2e9;
  color: #fff;
}
@media (max-width: 768px) {
  .btnorder {
    display: block;
  }
}
.table {
  display: table;
  /* IE6-8 */
  *display: block;
  *float: left;
  *overflow: hidden;
  *position: relative;
  padding: 0;
}
.table-row {
  display: table-row;
  /* IE6-8 */
  *display: block;
  *float: left;
  padding: 0;
}
.table-cell {
  display: table-cell;
  /* IE6-8 */
  *display: block;
  *float: left;
  *clear: right;
  *zoom: 1;
  padding: 0;
}
/* sprties */
.noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*@font-face {
    font-family: 'SegoeWP';
    src: url('../fonts/SegoeWP.eot');
    src: local('вє'), url('../fonts/SegoeWP.woff') format('woff'), url('../fonts/SegoeWP.ttf') format('truetype'), url('../fonts/SegoeWP.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #3b3b3b;
}
html {
  line-height: 1.4;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: .2em 0;
  padding: .2em 0;
  color: #000;
  background: #ccc;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html,
body {
  height: 100%;
  width: 100%;
}
body {
  font-family: 'Commissioner', sans-serif !important;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  background: #fff;
}
.wrapper {
  min-height: 100%;
  width: 100%;
}
::-webkit-scrollbar-button {
  background: 0;
  width: 10px;
  height: 0px;
}
::-webkit-scrollbar-track {
  background: #dfdfdf;
}
::-webkit-scrollbar-thumb {
  background: #f8f8f8 url('../images/scroll-bg.png') 50% 50% no-repeat;
  cursor: pointer;
}
::-webkit-resizer {
  background: 0;
  width: 7px;
  height: 0px;
}
::-webkit-scrollbar {
  width: 10px;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ta-c {
  text-align: center;
}
/*
 * Image replacement
 */
.ir {
  overflow: hidden;
  border: 0;
  background-color: transparent;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  display: block;
  width: 0;
  height: 150%;
  content: '';
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  /* 1 */
  display: table;
  content: ' ';
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}
.xs {
  font-size: 12px;
}
.m {
  font-size: 16px;
}
.fl-l {
  float: left;
}
.fl-r {
  float: right;
}
.ta-c {
  text-align: center;
}
.ta-r {
  text-align: right;
}
.line-strike {
  text-decoration: line-through;
}
.itWrap {
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.it {
  width: 100%;
  height: 32px;
  margin: 0;
  padding: 0 8px;
  border: 1px solid #cccccc;
  background: #fafafa;
  display: inline-block;
  vertical-align: top;
}
.it-err {
  border-color: #cb0d26;
}
.it-clndr {
  line-height: 42px;
  cursor: pointer;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAFVBMVEUAAABZWVlZWVlZWVlZWVlZWVlZWVnI10MDAAAABnRSTlMAd4iARDxX9kicAAAAWUlEQVQY02NQSzBLZktLA5FJDGkITho6h4EByAGSIE6SkpJaGpgEchAAnZMoCAViYAOggA2To6TgpMKkBOFA7cXGERQIFGUURDcAoYwgBwLwcfD5Rw3BTgIAqSdDaJWXjAkAAAAASUVORK5CYII=') no-repeat 97% 50%;
}
.err-text {
  color: #cb0d26;
}
.label {
  margin: 6px 0 0;
  display: inline-block;
  vertical-align: top;
}
.label_str {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  padding: 0;
  color: #cb0d26;
}
.is {
  border: none;
}
.textarea {
  width: 100%;
  height: 80px;
  margin: 0 0 25px;
  background: #fafafa;
  padding: 8px;
  resize: none;
  border: 1px solid #ccc;
  display: inline-block;
  vertical-align: top;
}
.jmoddiv.jmodinside {
  position: initial !important;
}
.grecaptcha-badge {
  display: none;
}
@media (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .wrapper {
    padding: 0 0 120px;
  }
}
.header {
  z-index: 2;
  position: relative;
  padding: 30px 15px 0;
}
.header p {
  margin: 0;
}
.header-top {
  padding: 0 0 15px;
}
.header-logo_img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0;
}
.header-logo a img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
  max-height: 80px;
  max-width: 226px;
}
.header-logo a img.black {
  display: none;
}
.header-logo a img.white {
  display: block;
}
.header-logo_slogan {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
}
.header-address {
  text-align: left;
  font-size: 14px;
}
.header-address_wrapper:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  background: url('../images/icon-local.png') 50% 50% no-repeat;
  margin-right: 10px;
}
.header-address_wrapper .moduletable {
  display: inline-block;
  vertical-align: middle;
}
.header-address_wrapper a {
  color: #000;
  font-size: 14px;
  line-height: 1.8;
  display: inline-block;
  vertical-align: middle;
}
.header-middle {
  padding: 15px 0;
  transition: all .5s linear 0s;
}
.header-middle.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all .5s linear 0s;
  background: #fff;
  z-index: 10;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.header-phones {
  text-align: right;
}
.header-phones_wrapper {
  text-align: left;
}
.header-phones_wrapper:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url('../images/icons-phones.png') 50% 50% no-repeat;
  margin-right: 10px;
}
.header-phones_wrapper .moduletable {
  display: inline-block;
  vertical-align: middle;
}
.header-phones_wrapper a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  display: block;
  border: 0;
  line-height: 1.2;
}
.header-btns-order {
  text-align: right;
}
.header-btns-order a {
  display: inline-block;
  vertical-align: middle;
  padding: 15px 25px;
  font-weight: bold;
  border: 2px solid #3c589b;
}
.header-btns-order a:hover {
  border: 2px solid #000;
  background: #000;
  color: #fff;
}
.header-btns-order a:active {
  background: #3c589b;
  border: 2px solid #3c589b;
  color: #000;
}
@media (max-width: 768px) {
  .header {
    padding: 0;
  }
  .header.nofront {
    padding-top: 70px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .header.nofront {
    padding-top: 70px;
  }
  .header-logo_img {
    margin: 0 0 5px;
  }
  .header-logo_slogan {
    font-size: 13px;
  }
  .header-logo_slogan br {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .header-top {
    padding: 0;
  }
  .header-logo_img {
    margin: 0 0 5px;
    width: 100px;
  }
  .header-logo_slogan {
    margin-left: -110px;
    padding-left: 130px;
    width: 100%;
  }
}
.header-menu {
  margin: 0;
  position: inherit;
}
.header-menu ul.menu {
  margin: 0;
  padding: 0;
  text-align: left;
}
.header-menu ul.menu &gt; li {
  padding: 0;
  margin: 0 15px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.header-menu ul.menu &gt; li:first-child {
  margin-left: 0;
}
.header-menu ul.menu &gt; li:last-child {
  margin-right: 0;
}
.header-menu ul.menu &gt; li &gt; a {
  color: #000;
  padding: 0;
  margin: 0;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  border-bottom: 2px solid transparent;
}
.header-menu ul.menu &gt; li &gt; a:after {
  display: none;
}
.header-menu ul.menu &gt; li &gt; ul {
  display: none;
  position: absolute;
  left: 0;
  top: inherit;
  min-width: 240px;
  max-width: 320px;
  padding: 30px;
  margin: -2px 0 0 -30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  background: #fff;
}
.header-menu ul.menu &gt; li:hover &gt; a {
  border-bottom: 2px solid #000;
}
.header-menu ul.menu &gt; li:hover &gt; ul {
  display: block;
}
.header-menu ul.menu &gt; li.active &gt; a {
  border-bottom: 2px solid #3c589b;
}
.header-menu ul.menu &gt; li.item-752 {
  display: none;
}
.header-middle.fixed .header-menu ul.menu &gt; li.item-752 {
  display: inline-block;
  vertical-align: middle;
}
.header-middle.fixed .header-menu ul.menu &gt; li.item-752 &gt; a {
  padding: 5px 20px;
  background: #21a2e9;
  color: #fff;
}
.header-middle.fixed .header-menu ul.menu &gt; li.item-752:hover &gt; a,
.header-middle.fixed .header-menu ul.menu &gt; li.item-752.active &gt; a {
  border-bottom: 2px solid transparent;
  background: #3c589b;
  color: #fff;
}
.menusmall {
  position: fixed;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 1000;
  width: 100%;
  padding: 10px 15px;
}
.menusmall p {
  margin: 0;
}
.menusmall-logo_img {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
}
.menusmall-logo_img a {
  display: block;
}
.menusmall-logo_img a img {
  height: 50px;
  width: 100%;
  max-width: 115px;
  object-fit: contain;
  object-position: left center;
}
.menusmall-logo_slogan {
  display: inline-block;
  vertical-align: middle;
  margin-left: -70px;
  padding-left: 80px;
  width: 100%;
  font-size: 14px;
}
.menusmall-logo_slogan span,
.menusmall-logo_slogan br {
  display: none;
}
.menusmall-menu {
  padding: 10px 15px;
  text-align: right;
}
.menusmall a {
  outline: none;
  text-decoration: none;
}
.menusmall a:hover {
  text-decoration: none;
}
.menusmall a .icon-bar {
  display: block;
  margin: 6px 4px;
  height: 3px;
  background: #3D3D3D;
  width: 25px;
  line-height: 1;
}
.menusmall a .icon-bars {
  display: inline-block;
  vertical-align: middle;
}
.menusmall a .brend {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  text-decoration: none;
  outline: none;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  display: none;
}
.nav-breadcrumbs {
  padding: 0;
  margin: 0 0 15px;
}
.nav-breadcrumbs ul {
  padding: 0;
  margin: 0;
  background: transparent;
}
.nav-breadcrumbs ul li {
  display: inline-block;
  vertical-align: top;
  color: #1c1c1c;
  opacity: 0.7;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  /*-ms-filter: ~ "progid:DXImageTransform.Microsoft.Alpha(opacity=@{opperc})";
    filter: ~ "alpha(opacity=@{opperc})";*/
  padding: 0;
  margin: 0 0 10px;
  font-size: 14px;
}
.nav-breadcrumbs ul li:first-child:before {
  display: none !important;
}
.nav-breadcrumbs ul li span {
  color: #45a4d1;
}
.nav-breadcrumbs ul li span.divider {
  margin: 0 7px;
}
.nav-breadcrumbs ul li span.divider.icon-location {
  display: none;
}
.nav-breadcrumbs ul li a {
  text-decoration: none;
}
.nav-breadcrumbs ul li a span {
  color: #1c1c1c;
}
.nav-breadcrumbs ul li a:hover {
  text-decoration: none !important;
}
body.nofront.p404 .nav-breadcrumbs {
  display: none;
}
.pagination {
  margin: 0;
}
.pagination ul {
  padding: 0 !important;
  margin: 0 auto !important;
}
.pagination ul .page-item {
  margin: 0 5px 10px !important;
  padding: 0 !important;
  background: 0 !important;
  display: inline-block;
  vertical-align: middle;
  outline: none !important;
  border: 0 !important;
}
.pagination ul .page-item .page-link {
  padding: 0 !important;
}
.pagination ul .page-item .page-link.pagenav {
  height: 40px;
  width: 40px;
  vertical-align: middle;
  text-align: center;
  background: #fff;
  border: 1px solid #dfdfdf !important;
  color: #115090;
  cursor: pointer;
  outline: none !important;
  line-height: 40px;
  text-decoration: none;
}
.pagination ul .page-item .page-link.pagenav:focus {
  background: #14537a;
  outline: none !important;
}
.pagination ul .page-item .page-link.pagenav:hover {
  color: #fff;
  background: #14537a;
  border: 1px solid #14537a !important;
  outline: none !important;
}
.pagination ul .page-item .page-link span.fa-fast-backward,
.pagination ul .page-item .page-link span.fa-fast-forward {
  display: none;
}
.pagination ul .page-item .page-link span.fa-backward {
  height: 100%;
  width: 100%;
  display: block;
  text-align: center;
  background: #ffffff url("../images/pagination-arr-blue.png") 50% 50% no-repeat !important;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  cursor: pointer;
  outline: none !important;
}
.pagination ul .page-item .page-link span.fa-forward {
  height: 100%;
  width: 100%;
  display: block;
  text-align: center;
  background: #ffffff url("../images/pagination-arr-blue.png") 50% 50% no-repeat !important;
  cursor: pointer;
  outline: none !important;
}
.pagination ul .page-item .page-link span.fa:hover {
  background: #14537a;
  outline: none !important;
}
.pagination ul .page-item .page-link span.fa:hover.fa-backward {
  background: #14537a url("../images/pagination-arr-white.png") 50% 50% no-repeat !important;
}
.pagination ul .page-item .page-link span.fa:hover.fa-forward {
  background: #14537a url("../images/pagination-arr-white.png") 50% 50% no-repeat !important;
}
.pagination ul .page-item.active .page-link {
  height: 40px;
  width: 40px;
  vertical-align: middle;
  text-align: center;
  background: #14537a;
  border: 1px solid #14537a !important;
  color: #fff;
  cursor: pointer;
  outline: none !important;
  line-height: 40px;
}
.pagination ul .page-item.active .page-link:focus {
  outline: none !important;
}
.pagination ul .page-item.active .page-link:hover {
  color: #fff;
  background: #14537a;
}
.pagination ul .page-item:first-child,
.pagination ul .page-item:last-child {
  display: none;
}
.pagination ul .page-item.disabled {
  display: none;
}
@media (max-width: 768px) {
  .nav-breadcrumbs {
    display: none;
  }
}
.slider {
  background: url('../images/slider-bg.jpg') 50% 50% no-repeat;
  background-size: cover;
  position: relative;
  height: 600px;
  color: #fff;
}
.slider-big {
  padding: 0 30px;
}
.slider &gt; .container {
  position: relative;
  z-index: 2;
  height: 100%;
}
.slider &gt; .container &gt; .row {
  height: 100%;
}
.slider h1 {
  font-size: 42px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 30px 0;
}
.slider h1 strong {
  color: #21a2e9;
}
.slider h1 em {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-transform: none;
  margin: 25px 0 0;
}
.slider a {
  /*border: 2px solid #21a2e9;
        padding: 15px 30px;*/
  margin-right: 20px;
  margin-bottom: 15px;
  /*&amp;.blue {
            background: #21a2e9;
            color: #fff;
        }

        &amp;:hover {
            background: #21a2e9;
            color: #fff;
        }*/
}
.slider a:last-child {
  margin: 0 0 15px;
}
@media (max-width: 768px) {
  .slider {
    padding: 120px 0 80px;
    margin-top: 0px;
  }
  .slider h1 {
    font-size: 24px;
    text-align: left;
    padding: 0;
    margin-bottom: 45px;
  }
  .slider h1 strong {
    display: block;
    font-size: 32px;
  }
  .slider h1 em {
    line-height: 1.2;
  }
  .slider a {
    text-align: center;
    margin-right: 0;
    display: block;
  }
}
@media (min-width: 776px) and (max-width: 992px) {
  .slider {
    padding: 60px 0;
  }
  .slider h1 strong {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .slider {
    /*h1 {
            font-size: 64px;
            padding: 60px 0 0;
        }*/
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 -15px 80px;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track,
.slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  /*margin-left: auto;
        margin-right: auto;*/
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track :after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  padding: 0 15px;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-next,
.slick-prev {
  border: none;
  position: absolute;
  text-indent: -9999px;
  outline: none;
  cursor: pointer;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  /*-ms-filter: ~ "progid:DXImageTransform.Microsoft.Alpha(opacity=@{opperc})";
    filter: ~ "alpha(opacity=@{opperc})";*/
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  background: #ffffff url('../images/arr-slick.png') 50% 50% no-repeat;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
  box-sizing: content-box;
  bottom: 30px;
}
.slick-next:hover,
.slick-prev:hover {
  background: #21a2e9 url('../images/arr-slick-white.png') 50% 50% no-repeat;
  opacity: 1;
}
.slick-prev {
  right: 75px;
}
.slick-next {
  right: 30px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slick-dots {
  text-align: center;
  padding: 0;
}
.slick-dots li {
  background: #fff;
  border: 0;
  height: 16px;
  width: 16px;
  margin: 7px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.slick-dots li button {
  background: 0;
  height: 16px;
  width: 16px;
  display: block;
  border: 0;
  overflow: hidden;
  text-indent: 999px;
}
.slick-dots li.slick-active {
  background: #21a2e9;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.blocks {
  z-index: 1;
  position: relative;
  overflow: hidden;
  /*&amp;-orders {
        margin-top: 60px;
        padding: 90px 15px 120px;
        background: url('../images/blocks-orders.jpg') 50% 50% no-repeat;
        background-size: cover;
        text-align: center;

        .moduletable {
            h2 {
                color: #000;
                text-transform: none;
                font-size: 20px;
                font-weight: 500;
            }
        }

        &amp;_phone {
            margin: 30px 0;

            a {
                font-weight: 500;
                font-size: 48px;
                .inline-block(middle);
            }
        }

        &amp;_bottom {
            margin: 30px 0 0;

            a {
                margin-right: 20px;
                margin-bottom: 15px;

                &amp;:last-child {
                    margin: 0 0 15px;
                }
            }
        }
    }*/
}
.blocks .moduletable {
  width: 100%;
}
.blocks .moduletable h2 {
  text-transform: uppercase;
  font-size: 38px;
  line-height: 1.2;
  margin: 0 0 40px;
  font-weight: 500;
  width: 100%;
  color: #21a2e9;
}
.blocks .moduletable p {
  margin: 0;
}
.blocks .moduletable ul.sigProClassic {
  padding: 0 !important;
  margin: 0 !important;
}
.blocks .moduletable ul.sigProClassic .slick-list {
  margin-bottom: 0;
}
.blocks .moduletable ul.sigProClassic li.sigProThumb {
  margin: 0 !important;
  background: 0 !important;
}
.blocks .moduletable ul.sigProClassic li.sigProThumb span.sigProLinkOuterWrapper {
  padding: 0 !important;
  display: block;
  float: none !important;
  width: 100% !important;
}
.blocks .moduletable ul.sigProClassic li.sigProThumb span.sigProLinkOuterWrapper span.sigProLinkWrapper {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background: 0 !important;
  float: none !important;
  width: 100% !important;
}
.blocks .moduletable ul.sigProClassic li.sigProThumb span.sigProLinkOuterWrapper span.sigProLinkWrapper a.sigProLink {
  width: 100% !important;
  height: 100% !important;
  display: block;
}
.blocks .moduletable ul.sigProClassic li.sigProThumb span.sigProLinkOuterWrapper span.sigProLinkWrapper a.sigProLink:after {
  display: none;
}
.blocks .moduletable ul.sigProClassic li.sigProThumb span.sigProLinkOuterWrapper span.sigProLinkWrapper a.sigProLink img {
  /*height: 100% !important;*/
  width: 100% !important;
  background-size: cover !important;
  height: 100% !important;
  min-height: 600px;
}
.blocks-advantages {
  padding: 0 15px;
  margin-bottom: 90px;
}
.blocks-advantages_img {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  text-align: center;
}
.blocks-advantages_img img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 70px;
}
.blocks-advantages_desc {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding: 0 0 0 90px;
  margin: 0 0 0 -80px;
}
.blocks-services {
  margin-top: 60px;
}
.blocks-services .newsflash_lst {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.blocks-services .newsflash_i {
  padding: 0 15px;
  -ms-flex: 50%;
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.blocks-services .newsflash-wrapper {
  height: 100%;
  background: #fff;
}
.blocks-services .newsflash-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 240px;
}
.blocks-services .newsflash-bottom {
  padding: 30px;
}
.blocks-services .newsflash-bottom .date {
  display: none;
}
.blocks-services .newsflash-bottom p {
  margin-bottom: 30px;
}
.blocks-services .newsflash-bottom p:last-child {
  margin-bottom: 0;
}
.blocks-services .newsflash-bottom .fields-container {
  margin: 0;
}
.blocks-services .newsflash-bottom .field-entry.btn-order {
  text-align: center;
}
.blocks-services .newsflash-bottom .field-entry.btn-order .btnorder {
  min-width: 80%;
}
.blocks-services .newsflash-introtext {
  margin-bottom: 30px;
}
.blocks-command {
  padding: 60px 0;
}
.blocks-command .moduletable h2 {
  text-align: center;
}
.blocks-command .newsflash {
  /*&amp;_lst {
                .row(-15px);
            }

            &amp;_i {
                .cols(15px, 3);
            }*/
}
.blocks-command .newsflash-image {
  margin-bottom: 30px;
}
.blocks-command .newsflash-image img {
  object-fit: cover;
  object-position: top center;
  width: 100%;
  height: 320px;
}
.blocks-command .newsflash-bottom .date {
  display: none;
}
.blocks-command .slick-list {
  margin-bottom: 0;
}
.blocks-command .slick-prev,
.blocks-command .slick-next {
  bottom: -30px;
  right: 50%;
}
.blocks-command .slick-prev {
  margin-left: -50px;
}
.blocks-command .slick-next {
  margin-right: -50px;
}
.blocks-about {
  padding: 60px 0;
}
.blocks-about .moduletable ul.sigProClassic li.sigProThumb span.sigProLinkOuterWrapper span.sigProLinkWrapper a.sigProLink img {
  min-height: 600px !important;
}
.blocks-about_right .moduletable p {
  margin: 0 0 30px;
  font-weight: 300;
}
.blocks-about_right .moduletable ul {
  padding: 0;
  margin: 0 0 15px;
}
.blocks-about_right .moduletable ul li {
  padding: 0 0 0 15px;
  margin: 0 0 15px;
  background: url('../images/content-li-arr.png') 0 9px no-repeat;
}
@media (max-width: 768px) {
  .blocks {
    /*&amp;-orders {
            text-align: left;
            padding: 60px 0;

            &amp;_phone {
                a {
                    font-size: 28px;
                }
            }

            &amp;_bottom {
                a {
                    margin: 0 0 20px;
                    max-width: 100%;

                    &amp;:last-child {
                        margin: 0;
                    }
                }
            }
        }*/
  }
  .blocks .moduletable h2 {
    font-size: 25px;
  }
  .blocks .moduletable ul.sigProClassic li.sigProThumb span.sigProLinkOuterWrapper span.sigProLinkWrapper a.sigProLink img {
    min-height: 400px !important;
  }
  .blocks-advantages {
    margin-bottom: 30px;
  }
  .blocks-advantages_i {
    margin: 0 0 30px !important;
  }
  .blocks-advantages_img {
    width: 100%;
    margin: 0 0 15px;
  }
  .blocks-advantages_desc {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .blocks-services {
    padding: 0 15px;
  }
  .blocks-services .newsflash_i {
    padding: 0 15px;
    -ms-flex: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }
  .blocks-about {
    padding: 0 15px;
  }
  .blocks-about_left,
  .blocks-about_right {
    padding: 30px 15px;
  }
  .blocks-command {
    padding: 0 15px 45px;
  }
  .blocks-command .newsflash-wrapper {
    text-align: center;
    margin-bottom: 45px;
  }
  .button-top {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .blocks {
    /*&amp;-orders {
            padding: 60px 15px 90px;
        }*/
  }
  .blocks .moduletable h2 {
    font-size: 28px;
  }
  .blocks-advantages {
    padding: 30px 15px 0;
  }
  .blocks-advantages_i br {
    display: none;
  }
  .blocks-command .newsflash-image img {
    height: 240px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .blocks .moduletable h2 {
    font-size: 28px;
  }
  .blocks-advantages {
    padding: 30px 15px 0;
    /*&amp;_img {
                margin-bottom: 15px;
            }

            &amp;_desc {
                padding: 0;
                margin: 0;
            }*/
  }
  .blocks-advantages_i {
    /*.cols(15px, 3.7);

                &amp;:last-child {
                    .cols(15px, 4.6);
                }*/
  }
  .blocks-advantages_i br {
    display: none;
  }
}
.main {
  margin: 30px 0;
  padding: 0 15px;
  font-size: 16px;
  /*h1,
    .h2 {
        text-align: left;
        font-size: 22px;
        line-height: 1.7;
        margin: 0 0 30px;
        padding: 0;
        color: #3a3a3a;
        font-weight: bold;
        text-transform: uppercase;
    }*/
}
.main .container-fluid {
  padding: 0;
}
.main.page404 {
  margin: 0;
  font-size: 18px;
  color: #054e7c;
  text-align: center;
  font-weight: bold;
}
.main.page404 img {
  height: auto;
  max-height: 260px;
  width: 100%;
  object-fit: contain;
  object-position: center;
  margin: 60px 0;
}
.main.page404 a {
  text-decoration: none;
  color: #054e7c;
}
.main.page404 a.page404-btn {
  text-decoration: none;
  color: #fff;
  background: #054e7c;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  display: inline-block;
  vertical-align: middle;
  width: 180px;
  height: 50px;
  line-height: 1.1;
  padding: 0;
  padding: 15px 40px;
  transition: all .5s ease 0s;
  font-size: 14px;
  font-weight: normal;
}
.main.page404 a.page404-btn:hover {
  background: #45a4d1 !important;
  color: #fff !important;
  transition: all .5s ease 0s;
}
.main-content .page-header {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
}
.main-content p {
  margin: 0 0 25px;
}
.main-content h1 {
  text-align: left;
  font-size: 22px;
  line-height: 1.7;
  margin: 0 0 30px;
  padding: 0;
  color: #3a3a3a;
  font-weight: bold;
  text-transform: uppercase;
}
.main-content h2 {
  margin: 0 0 30px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  color: #3a3a3a;
}
.main-content h3 {
  margin: 20px 0 15px;
  font-size: 16px;
  text-transform: uppercase;
  color: #3a3a3a;
}
.main-content h4 {
  margin: 20px 0 15px;
  font-size: 16px;
  text-transform: none;
  font-weight: 400;
}
.main-content h5 {
  margin: 20px 0 15px 0;
  font-size: 16px;
  text-transform: none;
  font-weight: 400;
}
.main-content ul {
  padding: 0;
  margin: 0 -15px 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main-content ul &gt; li {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px 15px 30px;
  background: url("../images/content-li-arr.png") 15px 8px no-repeat;
}
.main-content ul &gt; li ol,
.main-content ul &gt; li ul {
  margin: 15px 0 15px 0;
}
.main-content ul.width100 &gt; li {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.main-content ol {
  padding: 0;
  margin: 0 0 15px;
}
.main-content ol &gt; li {
  padding: 0;
  margin: 0 0 15px;
  list-style-position: inside;
  list-style-type: decimal;
}
.main-content ol &gt; li ol,
.main-content ol &gt; li ul {
  margin: 15px 0 15px 0;
}
.main-content .table-responsive {
  margin: 25px 0;
  border: 0;
  overflow-y: visible;
}
.main-content table {
  margin: 0 0 30px;
  width: 100% !important;
}
.main-content table th,
.main-content table td {
  padding: 5px 15px;
  border: 1px solid #94969b;
  text-align: left;
  font-weight: 400;
  vertical-align: top;
  width: auto !important;
  white-space: normal !important;
}
.main-content table tr th {
  background: #14537a;
  color: #fff;
  vertical-align: middle;
  border: 0;
  border-left: 1px solid #94969b;
  border-right: 1px solid #94969b;
}
.main-content table tr:hover td {
  background: #f5f6f7;
}
.main-content a {
  /*color: red;*/
  text-decoration: none;
  border-bottom: 1px solid #013771;
}
.main-content a.wf_file {
  border: 0;
  padding: 0;
  font-weight: normal;
}
.main-content a.wf_file .wf_file_icon {
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: top;
}
.main-content a.wf_file .wf_file_text {
  line-height: 20px;
  margin: 3px 0 0 0;
  max-width: 95%;
  border-bottom: 1px solid #013771;
}
.main-content img {
  max-width: 100%;
}
.main-content blockquote {
  padding: 25px 20px;
  background: #f6f6f6;
  font-weight: bold;
  color: #14537a;
  margin: 0 0 25px;
}
.main-content blockquote p:last-child {
  margin: 0;
}
.main-content ul.sigProClassic {
  padding: 0 !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px !important;
}
.main-content ul.sigProClassic li.sigProThumb {
  padding: 15px !important;
  margin: 0 !important;
  -ms-flex: 0 0 25% !important;
  flex: 0 0 25% !important;
  max-width: 25% !important;
  background: 0 !important;
}
.main-content ul.sigProClassic li.sigProThumb span.sigProLinkOuterWrapper {
  padding: 0 !important;
  display: block;
  float: none !important;
  height: 200px !important;
  width: 100% !important;
}
.main-content ul.sigProClassic li.sigProThumb span.sigProLinkOuterWrapper span.sigProLinkWrapper {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background: 0 !important;
  float: none !important;
  height: 200px !important;
  width: 100% !important;
}
.main-content ul.sigProClassic li.sigProThumb span.sigProLinkOuterWrapper span.sigProLinkWrapper a.sigProLink {
  width: 100% !important;
  height: 200px !important;
  display: block;
}
.main-content ul.sigProClassic li.sigProThumb span.sigProLinkOuterWrapper span.sigProLinkWrapper a.sigProLink img {
  height: 100% !important;
  width: 100% !important;
  background-size: cover !important;
}
.main-content .video-block {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.main-content .video-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-content .formResponsive .rsform-block .formControlLabel {
  width: 200px !important;
}
.main-content .formResponsive .rsform-block .formControls {
  margin-left: 220px;
}
.main-content .formResponsive .rsform-block .formControls label {
  width: 100%;
  padding: 0 0 0 30px;
  margin: 0 0 10px -30px;
  min-height: 20px;
  height: auto;
  line-height: 1;
}
.main-content .formResponsive .rsform-block .formControls input.rsform-checkbox {
  -webkit-appearance: checkbox !important;
  width: 20px;
}
.main-content .formResponsive .rsform-block .formControls textarea {
  resize: none;
  width: 100%;
}
.main-content .blog .cat-children {
  margin: 0 0 30px;
}
.main-content .blog .cat-children .subcat_item .item-title a {
  border: 0;
}
.main-content .blog .cat-children .subcat_item .subcat_img {
  height: 200px;
  margin: 0 0 15px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.main-content .blog .items-row .fields-container {
  display: none;
}
.main-content .blog .items-row h2 a {
  border: 0;
}
.main-content .blog .items-row .items_i {
  margin-bottom: 30px;
}
.main-content .blog .items-row .item-img {
  margin-bottom: 30px;
}
.main-content .blog .items-row .item-img img {
  height: 240px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.main-content .blog .items-row .item-desc h2 {
  text-transform: none;
}
.main-content .item-page .article-info {
  margin: 0 0 15px;
  padding: 0;
}
.main-content .item-page .article-info .create {
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #989898;
}
.main-content .item-page .item-image {
  margin: 0 0 30px;
  text-align: center;
}
.main-content .item-page .item-image img {
  width: 100%;
  max-width: 100%;
}
.main-content .item-page .fields-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px 30px;
}
.main-content .item-page .field-entry {
  padding: 0 15px;
  margin: 0;
}
.main-content .item-page .field-entry.post {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  padding: 0 15px 0 40px;
  background: url('../images/icon-contacts-name.png') 15px 10px no-repeat;
}
.main-content .item-page .field-entry.phones {
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
  padding: 0 15px 0 40px;
  background: url('../images/icon-contacts-phone.png') 15px 10px no-repeat;
}
.main-content .item-page .field-entry.phones ul {
  margin: 0;
  padding: 0;
  display: block;
  flex-wrap: nowrap;
}
.main-content .item-page .field-entry.phones ul li {
  padding: 0;
  margin: 0;
  background: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.main-content .item-page .field-entry.phones ul li p {
  margin: 0;
}
.main-content .item-page .field-entry.phones ul li a {
  color: #3a3a3a;
  text-decoration: none;
  border: 0;
}
.main-content .item-page .field-entry.email {
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
  padding: 0 15px 0 40px;
  background: url('../images/icon-contacts-email.png') 15px 10px no-repeat;
}
.main-content .item-page .field-label {
  display: block;
  font-size: 14px;
}
.main-content .item-page .field-value {
  display: block;
  font-size: 14px;
  font-weight: bold;
}
.main-content .item-page.sublabs .fields-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px 30px;
}
.main-content .item-page.sublabs .field-entry {
  padding: 0 15px;
  margin: 0;
}
.main-content .item-page.sublabs .field-entry.post {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  padding: 0 15px 0 40px;
  background: url('../images/icon-contacts-name.png') 15px 10px no-repeat;
}
.main-content .item-page.sublabs .field-entry.phones {
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
  padding: 0 15px 0 40px;
  background: url('../images/icon-contacts-phone.png') 15px 10px no-repeat;
}
.main-content .item-page.sublabs .field-entry.phones ul {
  margin: 0;
  padding: 0;
  display: block;
  flex-wrap: nowrap;
}
.main-content .item-page.sublabs .field-entry.phones ul li {
  padding: 0;
  margin: 0;
  background: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.main-content .item-page.sublabs .field-entry.phones ul li p {
  margin: 0;
}
.main-content .item-page.sublabs .field-entry.phones ul li a {
  color: #3a3a3a;
  text-decoration: none;
  border: 0;
}
.main-content .item-page.sublabs .field-entry.email {
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
  padding: 0 15px 0 40px;
  background: url('../images/icon-contacts-email.png') 15px 10px no-repeat;
}
.main-content .item-page.sublabs .field-label {
  display: block;
  font-size: 14px;
}
.main-content .item-page.sublabs .field-value {
  display: block;
  font-size: 14px;
  font-weight: bold;
}
.main-content .item-page.news .page-header h1 {
  margin: 0 0 10px;
}
.main-content .item-page.news .article-info {
  margin: 0 0 30px;
}
.main-content .articleBody {
  /*.prices {
                padding: 0 10% 20px 15%;

                &amp;__i {
                    margin: 0 0 20px;
                }

                &amp;__header {
                    width: 100%;
                    position: relative;
                }

                &amp;__name {
                    font-weight: bold;
                    padding: 0 10px 0 0;
                    display: table-cell;
                    vertical-align: middle;
                    white-space: nowrap;
                    font-size: 18px;
                    width: 1%;
                    line-height: 1.2;
                }

                &amp;__dots {
                    display: table-cell;
                    vertical-align: middle;
                    width: 98%;

                    &amp;:after {
                        border-bottom: 1px dashed #999;
                        content: '';
                        display: block;
                    }
                }

                &amp;__price {
                    padding: 0 0 0 10px;
                    display: table-cell;
                    vertical-align: middle;
                    font-size: 24px;
                    color: #232323;
                    width: 1%;
                    white-space: nowrap;
                    font-weight: bold;
                    font-family: 'Fira Sans', sans-serif;
                }

                &amp;__desc {
                    color: #575044;
                    font-size: 14px;
                }
            }*/
}
.main-content .articleBody .page-about_row {
  margin: 0 -15px 50px;
}
.main-content .articleBody .page-about_row:last-child {
  margin: 0 -15px;
}
.main-content .articleBody .page-about_row img {
  height: 360px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.main-content .articleBody .page-about_btn {
  display: inline-block;
  vertical-align: middle;
  padding: 15px 25px 15px 40px;
  color: #14537a;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  background-size: 20px 20px !important;
  font-weight: bold;
  margin: 0 15px 20px 0;
  transition: all .5s linear 0s;
  border: 0;
}
.main-content .articleBody .page-about_btn.item-01 {
  background: #f6f6f6 url('../images/page-about-icons-01.svg') 10px 50% no-repeat;
}
.main-content .articleBody .page-about_btn.item-01:hover {
  background-color: #45a4d1 !important;
}
.main-content .articleBody .page-about_btn.item-02 {
  background: #f6f6f6 url('../images/page-about-icons-02.svg') 10px 50% no-repeat;
}
.main-content .articleBody .page-about_btn.item-02:hover {
  background-color: #45a4d1 !important;
}
.main-content .articleBody .page-about_btn.item-03 {
  background: #f6f6f6 url('../images/page-about-icons-03.svg') 10px 50% no-repeat;
}
.main-content .articleBody .page-about_btn.item-03:hover {
  background-color: #45a4d1 !important;
}
.main-content .articleBody .page-about_btn.item-04 {
  background: #f6f6f6 url('../images/page-about-icons-04.svg') 10px 50% no-repeat;
}
.main-content .articleBody .page-about_btn.item-04:hover {
  background-color: #45a4d1 !important;
}
.main-content .articleBody .page-about_btn.item-05 {
  background: #f6f6f6 url('../images/page-about-icons-05.svg') 10px 50% no-repeat;
}
.main-content .articleBody .page-about_btn.item-05:hover {
  background-color: #45a4d1 !important;
}
.main-content .articleBody .page-about_btn:hover {
  transition: all .5s linear 0s;
  color: #fff;
}
.main-content .articleBody .page-contacts a {
  color: #3a3a3a !important;
  border: 0;
}
.main-content .articleBody .page-contacts .contacts-address {
  padding: 0 0 0 25px;
  background: url("../images/icon-contacts-local.png") 0 50% no-repeat;
}
.main-content .articleBody .page-contacts .contacts-address &gt; p {
  margin: 0;
}
.main-content .articleBody .page-contacts .contacts-address_i {
  padding: 0 0 0 25px;
}
.main-content .articleBody .page-contacts .contacts-phones {
  margin: 0 0 15px;
}
.main-content .articleBody .page-contacts .contacts-phones_i {
  padding: 0 0 0 25px;
}
.main-content .articleBody .page-contacts .contacts-phones_i:first-child {
  background: url("../images/icon-contacts-phone.png") 0 50% no-repeat;
}
.main-content .articleBody .page-contacts .contacts-email_i {
  padding: 0 0 0 25px;
  background: url("../images/icon-contacts-email.png") 0 50% no-repeat;
}
.main-content .articleBody .page-contacts-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.main-content .articleBody .page-contacts-top-left {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  padding: 0 15px;
  min-height: 1px;
}
.main-content .articleBody .page-contacts-top_address-top {
  margin: 0 0 30px;
}
.main-content .articleBody .page-contacts-top_address-top .contacts-address_i p {
  border-bottom: 1px solid #dfdfdf;
  padding: 0 0 15px;
  margin: 0 0 15px;
}
.main-content .articleBody .page-contacts-top_address-top .contacts-address_i:last-child p {
  margin: 0;
  padding: 0;
  border: 0;
}
.main-content .articleBody .page-contacts-top-right {
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
  padding: 0 15px;
  min-height: 1px;
}
.main-content .articleBody .page-contacts-top-right form {
  padding: 30px;
  background: #f6f6f6;
  margin: 0 0 30px;
}
.main-content .articleBody .page-contacts-top-right form h2 {
  color: #054e7c;
  font-size: 20px;
  text-transform: none;
  font-weight: bold;
  margin: 0 0 30px;
}
.main-content .articleBody .page-contacts-top-right form .formContainer .form-row .col-12 {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.main-content .articleBody .page-contacts-top-right form .formContainer .form-row .col-12 .rsform-block {
  padding: 0 15px;
  min-height: 1px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.main-content .articleBody .page-contacts-top-right form .formContainer .form-row .col-12 .rsform-block-name {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.main-content .articleBody .page-contacts-top-right form .formContainer .form-row .col-12 .rsform-block-phone {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.main-content .articleBody .page-contacts-top-right form .formContainer .form-row .col-12 .rsform-block-company {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.main-content .articleBody .page-contacts-top-right form .formContainer .form-row .col-12 .rsform-block-email {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.main-content .articleBody .page-contacts-top-right form .rsform-checkbox {
  float: left;
  margin: 2px 15px 10px 0;
  background: #fff;
  border: 1px solid #82a7be;
}
.main-content .articleBody .page-contacts-top-right form .rsform-checkbox.checked .jq-checkbox__div {
  background: url("../images/popup-close.png") 50% 50% no-repeat;
}
.main-content .articleBody .page-contacts-top-right form .rsform .formRed {
  font-weight: normal;
  font-size: 13px;
  margin: 0 0 10px;
}
.main-content .articleBody .page-contacts-top-right form .rsform .formError {
  font-weight: normal;
  font-size: 12px;
  padding: 5px 0 0;
  display: block;
}
.main-content .articleBody .page-contacts-top-right form .rsform-submit-button {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  color: #fff !important;
  text-align: center;
  height: 50px;
  line-height: 1.1;
  padding: 0;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  padding: 15px 40px;
  white-space: normal;
  transition: all .5s ease 0s;
  font-size: 14px;
  text-transform: none;
  background: #054e7c;
}
.main-content .articleBody .page-contacts-top-right form .rsform-submit-button:hover {
  background: #45a4d1 !important;
  color: #fff !important;
  transition: all .5s ease 0s;
}
.main-content .articleBody .page-contacts-top-right form .rsform-block .formControlLabel {
  display: none;
}
.main-content .articleBody .page-contacts-top-right form .rsform-block:last-child {
  margin: 0;
}
.main-content .articleBody .page-contacts-top-right form .rsform-block .formControls {
  text-align: left;
}
.main-content .articleBody .page-contacts-top-right form .rsform-block .formControls .form-check {
  margin: 0 !important;
}
.main-content .articleBody .page-contacts-top-right form .rsform-block .formControls input,
.main-content .articleBody .page-contacts-top-right form .rsform-block .formControls textarea {
  outline: none;
  box-shadow: none;
  resize: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: 0;
  border: 0;
  border-bottom: 2px solid #054e7c;
  color: #054e7c;
  font-size: 16px;
  padding: 15px 0;
  font-weight: bold;
}
.main-content .articleBody .page-contacts-top-right form .rsform-block .formControls input::-webkit-input-placeholder,
.main-content .articleBody .page-contacts-top-right form .rsform-block .formControls textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #82a7be;
  font-size: 16px;
  font-weight: normal;
}
.main-content .articleBody .page-contacts-top-right form .rsform-block .formControls input::-moz-placeholder,
.main-content .articleBody .page-contacts-top-right form .rsform-block .formControls textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #82a7be;
  font-size: 16px;
  font-weight: normal;
}
.main-content .articleBody .page-contacts-top-right form .rsform-block .formControls input:-ms-input-placeholder,
.main-content .articleBody .page-contacts-top-right form .rsform-block .formControls textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #82a7be;
  font-size: 16px;
  font-weight: normal;
}
.main-content .articleBody .page-contacts-top-right form .rsform-block .formControls input:-moz-placeholder,
.main-content .articleBody .page-contacts-top-right form .rsform-block .formControls textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #82a7be;
  font-size: 16px;
  font-weight: normal;
}
.main-content .articleBody .page-contacts-top-right form .rsform-block-personal {
  margin: 25px 0 40px;
}
.main-content .articleBody .page-contacts-top-right form .rsform-block-personal label {
  cursor: pointer;
  color: #054e7c;
  font-size: 15px;
  line-height: 1.5;
  padding: 0 15px 0 0;
}
.main-content .articleBody .page-contacts-top-right form .rsform-block-recaptcha2 {
  display: none;
}
.main-content .articleBody .page-contacts-middle {
  padding: 30px 0 0;
  border-top: 1px solid #dfdfdf;
}
.main-content .articleBody .page-contacts_labs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.main-content .articleBody .page-contacts_labs_i {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
  min-height: 1px;
  margin: 0 0 25px;
}
.main-content .articleBody .page-contacts_labs_i p {
  margin: 0 0 15px;
}
.main-content .articleBody .page-contacts_labs_name {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.main-content .articleBody .page-contacts_labs_lnk {
  font-weight: bold;
}
.main-content .articleBody .page-contacts_labs_lnk a {
  color: #45a4d1 !important;
  text-decoration: none;
}
.main-content .articleBody .page-contacts_labs_post {
  padding: 0 0 0 25px;
  background: url("../images/icon-contacts-name.png") 0 10px no-repeat;
}
.main-content .articleBody .page-contacts_labs_phone {
  padding: 0 0 0 25px;
  background: url("../images/icon-contacts-phone.png") 0 50% no-repeat;
}
.main-content .articleBody .page-contacts_labs_email {
  padding: 0 0 0 25px;
  background: url("../images/icon-contacts-email.png") 0 50% no-repeat;
}
.main-content .search {
  overflow: hidden;
}
.main-content .search .btn-toolbar {
  position: relative;
  margin: 0 0 20px;
  display: block !important;
}
.main-content .search .btn-toolbar #search-searchword {
  color: #525151;
  font-size: 14px;
  text-align: left;
  border: 1px solid #bababa;
  padding: 6px 30px 6px 10px;
  display: block;
  width: 100%;
}
.main-content .search .btn-toolbar .btn {
  display: block;
  text-indent: 9999px;
  width: 16px;
  height: 16px;
  background: url(../images/header-search-btn.png) 50% 50% no-repeat;
  position: absolute;
  right: 10px;
  top: 8px;
  outline: none;
  border: 0;
}
.main-content .search .btn-toolbar .btn-group {
  display: block !important;
}
.main-content .search .searchintro {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px dashed #ccc;
}
.main-content .search .searchintro p {
  margin: 0;
}
.main-content .search .searchintro strong {
  font-weight: normal;
}
.main-content .search .phrases,
.main-content .search .only,
.main-content .search .form-limit {
  display: none;
}
.main-content .search-results .result-row {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px dashed #ccc;
}
.main-content .search-results .result-row .result-title {
  margin: 0 0 10px;
}
.main-content .search-results .result-row .result-title a {
  color: #1e3c86;
}
.main-content .search-results .highlight {
  color: #000;
  font-weight: bold;
}
body.page404 .main {
  min-height: 400px;
}
@media (max-width: 768px) {
  .main {
    margin: 30px 0 0 0;
  }
  .main-content ul &gt; li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .main-content blockquote {
    padding: 20px;
  }
  .main-content ul.sigProClassic li.sigProThumb {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .main-content .blog.services .cat-children {
    margin: 0;
    padding: 0;
  }
  .main-content .blog.services .cat-children .subcat_i {
    height: 200px;
  }
  .main-content .blog .items-row.services {
    /*.item {
                            height: 200px;
                        }*/
  }
  .main-content .blog .items-row.sert .items_i.itemid-120,
  .main-content .blog .items-row.sert .items_i.itemid-266 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .main-content h1 br {
    display: none;
  }
  .main-content .item-page.sublabs .field-entry {
    margin: 0 0 15px;
  }
  .main-content .item-page.sublabs .field-entry.post {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .main-content .item-page.sublabs .field-entry.phones {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .main-content .item-page.sublabs .field-entry.email {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .main-content .articleBody .page-contacts-top-left {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .main-content .articleBody .page-contacts-top-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .main-content .articleBody .page-contacts-top-right form .formContainer .form-row .col-12 .rsform-block {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .main-content .articleBody .page-contacts_labs_i {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .main-content ul.sigProClassic li.sigProThumb {
    -ms-flex: 0 0 33.33% !important;
    flex: 0 0 33.33% !important;
    max-width: 33.33% !important;
  }
  .main-content .blog .items-row {
    /*&amp;.cols-3 {
                        .span4 {
                            float: left;
                            width: 48%;

                            &amp;:nth-child(3n-1) {
                                margin: 0 0 20px;
                            }

                            &amp;:nth-child(2n) {
                                margin: 0 0 20px 4%;
                            }
                        }
                    }*/
  }
  .main-content .blog .items-row.news .items_i {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .main-content .blog .items-row.sert .items_i.itemid-120,
  .main-content .blog .items-row.sert .items_i.itemid-266 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .main-content .articleBody .page-contacts-top-left {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .main-content .articleBody .page-contacts-top_address {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
  .main-content .articleBody .page-contacts-top_address-top {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    min-height: 1px;
  }
  .main-content .articleBody .page-contacts-top_address-bottom {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    min-height: 1px;
  }
  .main-content .articleBody .page-contacts-top-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .main-content ul.sigProClassic li.sigProThumb {
    -ms-flex: 0 0 33.33% !important;
    flex: 0 0 33.33% !important;
    max-width: 33.33% !important;
  }
  .main-content .blog .items-row {
    /*&amp;.cols-3 {
                        .span4 {
                            float: left;
                            width: 32%;

                            &amp;:nth-child(3n-1) {
                                margin: 0 2% 20px;
                            }
                        }
                    }*/
  }
  .main-content .blog .items-row.sublabs .items_i {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .main-content .blog .items-row.sert .items_i {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .main-content .blog .items-row.sert .items_i.itemid-120,
  .main-content .blog .items-row.sert .items_i.itemid-266 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .main-content .articleBody .page-contacts-top-left {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .main-content .articleBody .page-contacts-top_address {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
  .main-content .articleBody .page-contacts-top_address-top {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    min-height: 1px;
  }
  .main-content .articleBody .page-contacts-top_address-bottom {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    min-height: 1px;
  }
  .main-content .articleBody .page-contacts-top-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .main-content ul.sigProClassic li.sigProThumb {
    -ms-flex: 0 0 33.33% !important;
    flex: 0 0 33.33% !important;
    max-width: 33.33% !important;
  }
  .main-content .blog .items-row.news .items_i {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .main-content .item-page.sublabs .field-entry.post {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .main-content .item-page.sublabs .field-entry.phones {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .main-content .item-page.sublabs .field-entry.email {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .main-content .item-page.sublabs .field-value {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  .main-content .articleBody .page-contacts-top-left {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .main-content .articleBody .page-contacts-top-right {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1600px) {
  .main-content ul.sigProClassic li.sigProThumb {
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
  .main-content .items-row.news .item-img {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .main-content .items-row.news .item-desc {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .main-content .items-row.news .item-desc-noimg {
    margin-left: 25%;
  }
  .main-content .articleBody .page-contacts-top-left {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .main-content .articleBody .page-contacts-top_address {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
  .main-content .articleBody .page-contacts-top_address-top {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    min-height: 1px;
  }
  .main-content .articleBody .page-contacts-top_address-bottom {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    min-height: 1px;
  }
  .main-content .articleBody .page-contacts-top-right {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.footer {
  padding: 30px 0;
}
.footer p {
  margin: 0;
}
.footer-logo_img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0;
}
.footer-logo a img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
  max-height: 50px;
  max-width: 160px;
}
.footer-logo a img.black {
  display: none;
}
.footer-logo a img.white {
  display: block;
}
.footer-logo_slogan {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.footer .button-top {
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 100px;
  padding: 5px 10px;
  color: #fff;
}
.footer-center {
  font-size: 14px;
}
.footer-right {
  text-align: right;
}
.footer-dev {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
}
.footer-dev a {
  color: #747474;
  font-size: 13px;
  font-weight: 500;
  line-height: 3.2;
  display: inline-block;
  vertical-align: middle;
  padding-right: 45px;
  background: url('../images/logo-dev.svg') 100% 50% no-repeat;
  background-size: contain;
}
.footer-dev a .sep {
  height: 1.5px;
  width: 30px;
  background: #747474;
  margin: auto 15px;
  display: inline-block;
  vertical-align: middle;
}
.footer-counters {
  display: none;
}
@media (max-width: 768px) {
  .footer {
    /*border-top: 1px solid #747474;
        margin-top: 30px;*/
  }
  .footer-logo {
    text-align: center;
  }
  .footer-logo_slogan {
    text-align: left;
  }
  .footer-center {
    padding: 30px 0 45px;
    text-align: center;
  }
  .footer-right {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .footer {
    height: 120px;
    margin: -120px 0 0;
    z-index: 2;
    position: relative;
  }
}
body &gt; .tooltip {
  display: none !important;
}
.modal-backdrop {
  background: #21a2e9;
  opacity: 0.6 !important;
  -moz-opacity: 0.6 !important;
  -khtml-opacity: 0.6 !important;
  -webkit-opacity: 0.6 !important;
  /*-ms-filter: ~ "progid:DXImageTransform.Microsoft.Alpha(opacity=@{opperc})";
    filter: ~ "alpha(opacity=@{opperc})";*/
}
.popup-item {
  backdrop-filter: blur(1px);
  background: 0;
  padding: 0 !important;
}
.popup-item .modal-dialog {
  height: 100% !important;
  max-width: 450px !important;
  padding: 0;
}
.popup-item .modal-content {
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.popup-item .modal-header {
  padding: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: left;
  display: block;
  z-index: 2;
  margin: 0 0 30px;
}
.popup-item .modal-header button {
  outline: none;
  position: absolute;
  right: 15px;
  top: 20px;
}
.popup-item .modal-header button.close {
  float: right;
  padding: 0;
  margin: 0;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  /*-ms-filter: ~ "progid:DXImageTransform.Microsoft.Alpha(opacity=@{opperc})";
    filter: ~ "alpha(opacity=@{opperc})";*/
}
.popup-item .modal-header button .close_btn {
  text-indent: -999px;
  overflow: hidden;
  background: url("../images/icon-close.png") 50% 50% no-repeat;
  background-size: contain;
  height: 24px;
  width: 24px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.popup-item .modal-header button .close_lbl {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  color: #054e7c;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
}
.popup-item .modal-header button .close:hover {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  /*-ms-filter: ~ "progid:DXImageTransform.Microsoft.Alpha(opacity=@{opperc})";
    filter: ~ "alpha(opacity=@{opperc})";*/
}
.popup-item .modal-body {
  padding: 0;
  position: relative;
  z-index: 2;
  text-align: center;
}
.popup-item .modal-body .popup-header {
  text-align: center;
  font-size: 30px;
  line-height: 1;
  margin: 10px 0 30px;
  text-transform: uppercase;
  padding: 0;
  font-weight: bold;
  color: #fff;
}
.popup-item .modal-body .moduletable h2 {
  font-weight: 500;
  color: #000;
  text-transform: none;
  line-height: 1;
  margin: 0 0 15px;
  padding: 0;
  text-align: left;
  font-size: 32px;
}
.popup-item .modal-body .rsform-checkbox {
  float: left;
  margin: 2px 15px 10px 0;
  background: #fff;
  border: 1px solid #82a7be;
  position: relative;
}
.popup-item .modal-body .rsform-checkbox.checked .jq-checkbox__div {
  background: url("../images/icon-close.png") 50% 50% no-repeat;
}
.popup-item .modal-body .rsform-type-checkboxgroup .form-check-label {
  cursor: pointer;
}
.popup-item .modal-body .rsform-type-checkboxgroup .form-check-label a {
  text-decoration: underline;
}
.popup-item .modal-body .rsform .formRed {
  font-weight: normal;
  font-size: 13px;
  margin: 0 0 10px;
}
.popup-item .modal-body .rsform .formError {
  font-weight: normal;
  font-size: 12px;
  padding: 5px 0 0;
  display: block;
}
.popup-item .modal-body .rsform-submit-button {
  line-height: 1.1;
  outline: none !important;
  box-shadow: none !important;
  white-space: normal;
  text-transform: uppercase !important;
  text-decoration: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: 2px solid #21a2e9;
  padding: 15px 30px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  background: #fff;
  color: #21a2e9;
  text-align: center;
  width: 100%;
  /*&amp;:hover {
                            background: #000 !important;
                            color: #fff !important;
                        }*/
}
.popup-item .modal-body .rsform-submit-button.blue {
  background: #21a2e9;
  color: #fff;
}
.popup-item .modal-body .rsform-submit-button:hover {
  background: #21a2e9;
  color: #fff;
}
.popup-item .modal-body .rsform-block .control-label {
  display: none;
}
.popup-item .modal-body .rsform-block:last-child {
  margin: 0;
}
.popup-item .modal-body .rsform-block .formControls .form-check {
  margin: 0 !important;
}
.popup-item .modal-body .rsform-block .formControls input,
.popup-item .modal-body .rsform-block .formControls textarea {
  outline: none;
  box-shadow: none;
  resize: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #fff;
  border: 1px solid #ccc;
  color: #000;
  font-size: 16px;
  padding: 15px;
  text-align: center;
}
.popup-item .modal-body .rsform-block .formControls input:focus,
.popup-item .modal-body .rsform-block .formControls textarea:focus {
  border: 1px solid #ff6600;
}
.popup-item .modal-body .rsform-block .formControls input::-webkit-input-placeholder,
.popup-item .modal-body .rsform-block .formControls textarea::-webkit-input-placeholder {
  color: #666;
  font-size: 13px;
}
.popup-item .modal-body .rsform-block .formControls input::-moz-placeholder,
.popup-item .modal-body .rsform-block .formControls textarea::-moz-placeholder {
  color: #666;
  font-size: 13px;
}
.popup-item .modal-body .rsform-block .formControls input:-ms-input-placeholder,
.popup-item .modal-body .rsform-block .formControls textarea:-ms-input-placeholder {
  color: #666;
  font-size: 13px;
}
.popup-item .modal-body .rsform-block .formControls input:-moz-placeholder,
.popup-item .modal-body .rsform-block .formControls textarea:-moz-placeholder {
  color: #666;
  font-size: 13px;
}
.popup-item .modal-body .rsform-block-recaptcha2 {
  display: none;
}
.popup-item#popup-menu .modal-dialog {
  background: #fff;
  max-width: 100% !important;
  margin: 0;
}
.popup-item#popup-menu .modal-content {
  position: initial;
}
.popup-item#popup-menu .modal-header {
  position: initial;
}
.popup-item#popup-menu .modal-header .logo {
  position: absolute;
  left: 15px;
  top: 15px;
}
.popup-item#popup-menu .modal-header .logo a img {
  height: 33px;
  width: 100%;
  object-fit: contain;
  object-position: left;
}
.popup-item#popup-menu .modal-body-main {
  margin: 0 0 60px;
}
.popup-item#popup-menu .modal-body .phones_wrapper {
  text-align: center;
}
.popup-item#popup-menu .modal-body .phones_wrapper:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url('../images/icons-phones.png') 50% 50% no-repeat;
  margin-right: 10px;
}
.popup-item#popup-menu .modal-body .phones_wrapper .moduletable {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.popup-item#popup-menu .modal-body .phones_wrapper a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  display: block;
  border: 0;
  line-height: 1.2;
}
.popup-item#popup-menu .modal-body .address {
  text-align: center;
  font-size: 14px;
}
.popup-item#popup-menu .modal-body .address_wrapper:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  background: url('../images/icon-local.png') 50% 50% no-repeat;
  margin-right: 10px;
}
.popup-item#popup-menu .modal-body .address_wrapper .moduletable {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.popup-item#popup-menu .modal-body .address_wrapper p br {
  display: none;
}
.popup-item#popup-menu ul.menu {
  padding: 0;
  text-align: left;
}
.popup-item#popup-menu ul.menu &gt; li {
  padding: 0;
  margin: 0 0 15px;
  text-align: center;
}
.popup-item#popup-menu ul.menu &gt; li:last-child {
  border: 0;
}
.popup-item#popup-menu ul.menu &gt; li &gt; a {
  display: inline-block;
  vertical-align: middle;
  text-transform: none;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  white-space: inherit;
  color: #000;
  opacity: 1 !important;
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -webkit-opacity: 1 !important;
  /*-ms-filter: ~ "progid:DXImageTransform.Microsoft.Alpha(opacity=@{opperc})";
    filter: ~ "alpha(opacity=@{opperc})";*/
  padding: 0;
  text-align: center;
  border-bottom: 1px solid transparent;
}
.popup-item#popup-menu ul.menu &gt; li &gt; a:after {
  display: none;
}
.popup-item#popup-menu ul.menu &gt; li:hover &gt; a,
.popup-item#popup-menu ul.menu &gt; li.active &gt; a {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  /*-ms-filter: ~ "progid:DXImageTransform.Microsoft.Alpha(opacity=@{opperc})";
    filter: ~ "alpha(opacity=@{opperc})";*/
}
.popup-item#popup-menu ul.menu &gt; li:hover &gt; a {
  border-bottom: 1px solid #000;
}
.popup-item#popup-menu ul.menu &gt; li:active &gt; a {
  color: #21a2e9;
  border-bottom: 1px solid #21a2e9;
}
.popup-item#popup-menu ul.menu &gt; li &gt; ul {
  display: block;
  position: relative;
  background: 0;
  padding: 0;
  margin: 20px 0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  float: none !important;
  width: 100% !important;
  border: 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.popup-item#popup-menu ul.menu &gt; li &gt; ul &gt; li {
  padding: 0;
  margin: 0 0 10px;
  text-align: center;
}
.popup-item#popup-menu ul.menu &gt; li &gt; ul &gt; li a {
  opacity: 1 !important;
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -webkit-opacity: 1 !important;
  /*-ms-filter: ~ "progid:DXImageTransform.Microsoft.Alpha(opacity=@{opperc})";
    filter: ~ "alpha(opacity=@{opperc})";*/
  display: block;
  white-space: normal;
  font-size: 14px;
  text-decoration: none;
  padding: 0;
  margin: 0;
  color: #3a3a3a;
}
.popup-item#popup-menu ul.menu &gt; li &gt; ul &gt; li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  background: url(../images/content-li-arr.png) 0 10px no-repeat;
}
.popup-item#popup-menu ul.menu &gt; li &gt; ul &gt; li a:focus,
.popup-item#popup-menu ul.menu &gt; li &gt; ul &gt; li a:hover {
  background: 0 !important;
}
.popup-item#popup-menu ul.menu &gt; li &gt; ul &gt; li &gt; ul {
  display: none !important;
}
/*.rsfp_thankou_popup_close_btn {
    padding: 0;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #fff;
    .opacity(1);
    .rounded(50%);

    span {
        text-indent: -999px;
        overflow: hidden;
        background: url("../images/icon-close.png") 50% 50% no-repeat;
        background-size: contain;
        display: block;
        height: 24px;
        width: 24px;
        display: block;
        margin: 7px;
    }

    &amp;:hover {
        .opacity(1);
        background: #000;
        color: #fff;
    }
}

.rsform-thankyou-button {
    .rounded(0);
    color: #fff !important;
    border: 2px solid #3c589b;
    .inline-block(middle);
    font-weight: bold;
    width: 100%;
    max-width: 210px;
    text-align: center;
    height: auto;
    line-height: 1.4;
    padding: 0;
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 15px 25px;
    white-space: normal;
    font-size: 14px;
    text-transform: none;

    &amp;:focus,
    &amp;:active,
    &amp;:hover {
        outline: none !important;
        .box-shadow(none) !important;
        outline: auto 0px -webkit-focus-ring-color;
    }

    &amp;:hover {
        border: 2px solid #fff;
        background: #000;
        color: #fff;
    }

    &amp;:active {
        background: #3c589b;
        border: 2px solid #3c589b;
        color: #000;
    }
}*/
@media (max-width: 768px) {
  .popover {
    display: none !important;
  }
  .popup-item {
    padding: 0 !important;
  }
  .popup-item .modal-dialog {
    max-width: 100% !important;
  }
  .popup-item .modal-header {
    padding: 0;
  }
  .popup-item .modal-body {
    padding: 0;
  }
  .popup-item .modal-body .moduletable h2 {
    text-align: center;
  }
  .popup-item .modal-body .rsform-block {
    margin: 0 0 10px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .popup .modal-dialog {
    max-width: 945px;
  }
}
@media (min-width: 1200px) {
  .popup .modal-dialog {
    max-width: 945px;
  }
}
</pre></body></html>