/*! 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: 'Lato', sans-serif;
  color: #404040;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  background: #ffffff;
  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 {
  -webkit-appearance: none;
  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 */
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
input[type="radio"] {
  -webkit-appearance: checkbox;
}
/**
 * 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;
}
.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: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #252525;
  background: #ffffff;
  font-weight: 400;
}
.wrapper {
  width: 100%;
  overflow: hidden;
}
::-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 {
    min-height: 100%;
    padding: 0 0 268px;
  }
}
.header {
  z-index: 5;
  position: relative;
}
.header p {
  margin: 0;
}
.header-slider .moduletable {
  height: 100%;
  position: relative;
}
.header-slider .moduletable .custom {
  height: 100%;
  background-size: cover !important;
  position: relative;
  z-index: 1;
}
.header-main {
  position: relative;
  z-index: 100;
}
.header-top {
  position: relative;
  z-index: 2;
}
.header-top-wrap {
  padding: 15px 15px;
  background: #ffffff;
}
.header-top-wrap.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(19, 155, 198, 0.4);
  -moz-box-shadow: 0px 5px 10px 0px rgba(19, 155, 198, 0.4);
  box-shadow: 0px 5px 10px 0px rgba(19, 155, 198, 0.4);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.header-logo a img {
  object-fit: contain;
  object-position: left center;
  width: 100%;
  height: 100%;
  max-height: 90px;
  max-width: 175px;
}
.header-contacts {
  padding: 0 15px;
}
.header-address {
  padding: 0 0 0 50px;
  background: url("../images/icon-local.png") 15px 50% no-repeat;
  line-height: 27px;
}
.header-address span {
  display: none;
}
.header-address strong {
  font-weight: 400;
}
.header-phones {
  line-height: 27px;
  padding: 0 0 0 50px;
  background: url("../images/icon-phone.png") 15px 50% no-repeat;
}
.header-buttons {
  text-align: right;
}
.header-buttons_helpme {
  padding: 0 15px 0 0;
}
.header-buttons_helpme a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 25px;
  margin: 0;
  font-size: 13px;
  line-height: 1.2;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  /*-ms-filter: ~ "progid:DXImageTransform.Microsoft.Alpha(opacity=@{opperc})";
    filter: ~ "alpha(opacity=@{opperc})";*/
  text-align: center;
  font-weight: 500;
  outline: none;
  white-space: normal;
  text-transform: none;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  background: #80bf41;
  color: #ffffff;
}
.header-buttons_helpme a:hover,
.header-buttons_helpme a:active,
.header-buttons_helpme a:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.header-buttons_helpme a:hover {
  background: #80bf41;
}
.header-buttons_helpyou {
  padding: 0 15px 0 0;
}
.header-buttons_helpyou a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 25px;
  margin: 0;
  font-size: 13px;
  line-height: 1.2;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  /*-ms-filter: ~ "progid:DXImageTransform.Microsoft.Alpha(opacity=@{opperc})";
    filter: ~ "alpha(opacity=@{opperc})";*/
  text-align: center;
  font-weight: 500;
  outline: none;
  white-space: normal;
  text-transform: none;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  background: #139bc6;
  color: #ffffff;
}
.header-buttons_helpyou a:hover,
.header-buttons_helpyou a:active,
.header-buttons_helpyou a:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.header-buttons_helpyou a:hover {
  background: #139bc6;
}
.header-desc {
  padding: 30px 15px;
  color: #ffffff;
  line-height: 2;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: auto 0;
  z-index: 10;
}
.header-desc .container {
  height: 100%;
}
.header-desc .container .row {
  height: 100%;
}
.header-desc p strong {
  font-weight: 600;
  display: block;
  font-size: 24px;
}
.header-desc p a {
  color: #ffffff;
  font-weight: 400;
  padding: 0 40px 0 0;
  font-size: 16px;
  background: url('../images/icon-readmore-white.png') 100% 50% no-repeat;
}
.header-desc h1 {
  font-size: 46px;
  line-height: 1.4;
  margin: 10px 0 40px;
  text-transform: uppercase;
}
.header-bottom {
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.header-bottom a {
  display: block;
  height: 80px;
  width: 280px;
  position: absolute;
  left: 50%;
  margin-left: -140px;
  bottom: 0;
  background: url('../images/header-bottom-bg.png') 50% 0 no-repeat;
  text-align: center;
}
.header-bottom a:after {
  display: block;
  width: 100%;
  height: 80px;
  background: url('../images/icon-mouse.png') 50% 50% no-repeat;
  content: "";
}
@media (max-width: 768px) {
  .header-top-wrap {
    background: #80bf41;
  }
  .header-logo a img {
    max-height: 21px;
  }
  .header-desc {
    font-size: 16px;
  }
  .header-desc p strong {
    font-size: 18px;
    font-weight: 400;
  }
  .header-desc h1 {
    font-size: 24px;
    margin: 0 0 30px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .header-top-wrap {
    background: #80bf41;
  }
  .header-logo a img {
    max-height: 21px;
  }
  .header-buttons_helpme a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 25px;
    margin: 0;
    font-size: 13px;
    line-height: 1.2;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    /*-ms-filter: ~ "progid:DXImageTransform.Microsoft.Alpha(opacity=@{opperc})";
    filter: ~ "alpha(opacity=@{opperc})";*/
    text-align: center;
    font-weight: 500;
    outline: none;
    white-space: normal;
    text-transform: none;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    background: #ffffff;
    color: #139bc6;
  }
  .header-buttons_helpme a:hover,
  .header-buttons_helpme a:active,
  .header-buttons_helpme a:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .header-buttons_helpme a:hover {
    background: #ffffff;
  }
  .header-desc {
    font-size: 16px;
  }
  .header-desc p strong {
    font-size: 18px;
    font-weight: 400;
  }
  .header-desc h1 {
    font-size: 32px;
    margin: 0 0 30px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .header-buttons_helpme a {
    padding: 15px 20px;
  }
  .header-buttons_helpyou a {
    padding: 15px 20px;
  }
  .header-desc {
    padding: 30px 90px;
  }
  .header-desc h1 {
    font-size: 40px;
  }
}
.header-menu {
  position: inherit;
}
.header-menu ul.menu {
  margin: 0;
  padding: 0;
  position: relative;
  display: table;
  width: 100%;
}
.header-menu ul.menu > li {
  padding: 10px 0;
  display: table-cell;
  vertical-align: middle;
}
.header-menu ul.menu > li > a {
  padding: 5px 0;
  margin: 0 15px 0 0;
  text-decoration: none;
  color: #252525;
  font-size: 16px;
  border-bottom: 2px solid transparent;
  display: inline-block;
  vertical-align: middle;
}
.header-menu ul.menu > li > a:after {
  display: none;
}
.header-menu ul.menu > li:last-child > a {
  margin: 0;
}
.header-menu ul.menu > li > ul {
  display: none;
  position: absolute;
  left: 0;
  top: inherit;
  min-width: 240px;
  width: 100%;
  padding: 15px 0;
  margin: 10px -15px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #ffffff;
  border: 0;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(19, 155, 198, 0.4);
  -moz-box-shadow: 0px 5px 10px 0px rgba(19, 155, 198, 0.4);
  box-shadow: 0px 5px 10px 0px rgba(19, 155, 198, 0.4);
}
.header-menu ul.menu > li > ul.small {
  font-size: 14px;
}
.header-menu ul.menu > li > ul > li {
  padding: 0 30px;
  -ms-flex: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px 15px;
}
.header-menu ul.menu > li > ul > li:last-child {
  padding: 0 15px;
}
.header-menu ul.menu > li > ul > li a {
  color: #252525;
  padding: 0;
  text-transform: none;
  text-decoration: none;
  background: 0;
  white-space: normal;
  font-size: 14px;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  /*-ms-filter: ~ "progid:DXImageTransform.Microsoft.Alpha(opacity=@{opperc})";
    filter: ~ "alpha(opacity=@{opperc})";*/
}
.header-menu ul.menu > li > ul > li a:after {
  display: none;
}
.header-menu ul.menu > li > ul > li a:hover {
  color: #139bc6;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  /*-ms-filter: ~ "progid:DXImageTransform.Microsoft.Alpha(opacity=@{opperc})";
    filter: ~ "alpha(opacity=@{opperc})";*/
}
.header-menu ul.menu > li > ul > li a .image-img {
  display: none;
}
.header-menu ul.menu > li > ul > li ul {
  display: none;
}
.header-menu ul.menu > li:hover > a {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  /*-ms-filter: ~ "progid:DXImageTransform.Microsoft.Alpha(opacity=@{opperc})";
    filter: ~ "alpha(opacity=@{opperc})";*/
  border-bottom: 2px solid #80bf41;
}
.header-menu ul.menu > li:hover > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0 -30px;
  margin-left: 0 -30px;
}
.header-menu ul.menu > li.active > a {
  font-weight: 600;
  color: #139bc6;
  border-bottom: 2px solid #139bc6;
}
.header-menusmall {
  text-align: left;
}
.header-menusmall p {
  margin: 0;
}
.header-menusmall a {
  outline: none;
  text-decoration: none;
}
.header-menusmall a:hover {
  text-decoration: none;
}
.header-menusmall a .icon-bar {
  display: block;
  margin: 5px 0;
  height: 3px;
  width: 27px;
  line-height: 1;
  background: #ffffff;
}
.header-menusmall a .icon-bars {
  display: inline-block;
  vertical-align: middle;
}
.nav-breadcrumbs {
  padding: 15px 0;
  margin: 0;
}
.nav-breadcrumbs ul {
  padding: 0;
  margin: 0;
  background: transparent;
}
.nav-breadcrumbs ul li {
  display: inline-block;
  vertical-align: top;
  color: #404040;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
}
.nav-breadcrumbs ul li:first-child:before {
  display: none !important;
}
.nav-breadcrumbs ul li span {
  color: #404040;
}
.nav-breadcrumbs ul li span.divider {
  margin: 0 7px;
  color: #404040;
}
.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: #404040;
}
.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 !important;
  display: block !important;
}
.pagination ul .page-item {
  margin: 0 5px 10px 0 !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: #ffffff;
  border: 1px solid #d0d0d0 !important;
  color: #404040;
  cursor: pointer;
  outline: none !important;
  line-height: 40px;
  text-decoration: none;
}
.pagination ul .page-item .page-link.pagenav:focus,
.pagination ul .page-item .page-link.pagenav:active,
.pagination ul .page-item .page-link.pagenav:hover {
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.pagination ul .page-item .page-link.pagenav:hover {
  color: #ffffff;
  background: #80bf41;
  border: 1px solid #80bf41 !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: #80bf41;
  outline: none !important;
}
.pagination ul .page-item .page-link span.fa:hover.fa-backward {
  background: #80bf41 url("../images/pagination-arr-white.png") 50% 50% no-repeat !important;
}
.pagination ul .page-item .page-link span.fa:hover.fa-forward {
  background: #80bf41 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: #80bf41;
  border: 1px solid #80bf41 !important;
  color: #ffffff;
  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: #ffffff;
  background: #80bf41;
}
.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) {
  .header-menusmall {
    text-align: right;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .header-menu ul.menu > li {
    margin: 0 15px 0 0;
  }
}
.slider {
  margin: 0 0 40px;
  position: relative;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track {
  -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);
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-slider .slick-track:before {
  display: table;
  content: '';
}
.slick-slider .slick-track:after {
  display: table;
  content: '';
  clear: both;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  -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);
  margin: 0 -15px;
  padding: 0 0 15px;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.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;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-next,
.slick-prev {
  border: none;
  position: absolute;
  top: -60px;
  width: 30px;
  height: 30px;
  background: #efefef url('../images/slider-arr-green.png') 50% 50% no-repeat;
  text-indent: -9999px;
  outline: none;
  cursor: pointer;
  opacity: 1;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  left: inherit;
}
.slick-next:hover,
.slick-prev:hover {
  opacity: 1;
  background: #80bf41 url('../images/slider-arr-white.png') 50% 50% no-repeat;
}
.slick-prev {
  right: 35px;
}
.slick-next {
  right: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.blocks {
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.blocks .moduletable {
  width: 100%;
  margin: 0 0 30px;
}
.blocks .moduletable h2 {
  text-transform: none;
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 30px;
  font-weight: bold;
  color: #252525;
  text-align: left;
}
.blocks .moduletable p {
  margin: 0;
}
.blocks-about {
  background: #80bf41;
  color: #ffffff;
  line-height: 1.5;
  padding: 0 15px;
}
.blocks-about .moduletable {
  margin: 0;
}
.blocks-about .moduletable h2 {
  margin: 0 0 40px;
  color: #ffffff;
}
.blocks-about .moduletable h2 strong {
  font-weight: 600;
}
.blocks-about .moduletable p {
  margin: 0 0 15px;
}
.blocks-about .moduletable p:last-child {
  margin: 0 0 30px;
}
.blocks-about .moduletable p a {
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
}
.blocks-about-left {
  padding: 30px 8.333% 30px 15px;
}
.blocks-about-right {
  padding: 30px 15px;
}
.blocks-about-right img {
  max-width: 100%;
  height: auto;
  margin: 0;
}
.blocks-about-right .moduletable p {
  margin: 0;
}
.blocks-about-right .moduletable p:last-child {
  margin: 0;
}
.blocks-about-right span {
  margin: 0 15px;
  font-weight: 600;
}
.blocks-about_helpme {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
}
.blocks-about_helpme a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 25px;
  margin: 0;
  font-size: 13px;
  line-height: 1.2;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  /*-ms-filter: ~ "progid:DXImageTransform.Microsoft.Alpha(opacity=@{opperc})";
    filter: ~ "alpha(opacity=@{opperc})";*/
  text-align: center;
  font-weight: 500;
  outline: none;
  white-space: normal;
  text-transform: none;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  background: #ffffff;
  color: #139bc6;
  font-size: 14px;
}
.blocks-about_helpme a:hover,
.blocks-about_helpme a:active,
.blocks-about_helpme a:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.blocks-about_helpme a:hover {
  background: #ffffff;
}
.blocks-about_helpyou {
  display: inline-block;
  vertical-align: middle;
}
.blocks-about_helpyou a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 25px;
  margin: 0;
  font-size: 13px;
  line-height: 1.2;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  /*-ms-filter: ~ "progid:DXImageTransform.Microsoft.Alpha(opacity=@{opperc})";
    filter: ~ "alpha(opacity=@{opperc})";*/
  text-align: center;
  font-weight: 500;
  outline: none;
  white-space: normal;
  text-transform: none;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  background: #139bc6;
  color: #ffffff;
  font-size: 14px;
}
.blocks-about_helpyou a:hover,
.blocks-about_helpyou a:active,
.blocks-about_helpyou a:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.blocks-about_helpyou a:hover {
  background: #139bc6;
}
.blocks-programms {
  padding: 30px 15px;
}
.blocks-programms .moduletable.lnk a {
  color: #80bf41;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  padding: 0 30px 0 0;
  background: url('../images/icon-readmore-green.png') 100% 50% no-repeat;
}
.blocks-programms .newsflash_i {
  text-align: left;
}
.blocks-programms .newsflash-image {
  margin: 0 0 30px;
  overflow: hidden;
}
.blocks-programms .newsflash-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 200px;
}
.blocks-programms .newsflash-bottom {
  color: #404040;
  font-size: 13px;
}
.blocks-programms .newsflash-bottom .date {
  display: none;
}
.blocks-programms .newsflash-title {
  margin: 0 0 15px;
}
.blocks-programms .newsflash-title a {
  color: #252525;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
}
.blocks-history {
  padding: 30px 15px;
}
.blocks-history .moduletable.lnk a {
  color: #80bf41;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  padding: 0 40px 0 0;
  background: url('../images/icon-readmore-green.png') 100% 50% no-repeat;
}
.blocks-history .newsflash_i {
  text-align: left;
}
.blocks-history .newsflash-image {
  margin: 0 0 30px;
  overflow: hidden;
}
.blocks-history .newsflash-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 200px;
}
.blocks-history .newsflash-bottom {
  color: #404040;
  font-size: 13px;
}
.blocks-history .newsflash-bottom .date {
  display: none;
}
.blocks-history .newsflash-title {
  margin: 0 0 15px;
}
.blocks-history .newsflash-title a {
  color: #252525;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
}
.blocks-news {
  padding: 30px 15px;
}
.blocks-news .moduletable.lnk a {
  color: #80bf41;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  padding: 0 40px 0 0;
  background: url('../images/icon-readmore-green.png') 100% 50% no-repeat;
}
.blocks-news .newsflash {
  /*&_lst {
                .row(0);
            }

            &_i {
                text-align: left;
                .cols(15px, 4);
            }*/
}
.blocks-news .newsflash-image {
  margin: 0 0 30px;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.blocks-news .newsflash-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 200px;
}
.blocks-news .newsflash-bottom {
  color: #404040;
  font-size: 14px;
  font-weight: 400;
}
.blocks-news .newsflash-bottom .date {
  display: block;
  margin: 0 0 5px;
  color: #252525;
  font-size: 12px;
  opacity: 0.4;
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  /*-ms-filter: ~ "progid:DXImageTransform.Microsoft.Alpha(opacity=@{opperc})";
    filter: ~ "alpha(opacity=@{opperc})";*/
  font-weight: 600;
}
.blocks-news .newsflash-title {
  margin: 0 0 15px;
}
.blocks-news .newsflash-title a {
  color: #252525;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}
.blocks-news .newsflash .readmore {
  margin: 15px 0 0;
  color: #1A5075;
  font-size: 13px;
  line-height: 2;
  font-weight: 600;
  padding: 0 30px 0 0;
  background: url('../images/icon-readmore.png') 100% 50% no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.blocks-news .newsflash-readmore {
  display: none;
}
@media (max-width: 768px) {
  .blocks .moduletable h2 {
    width: 100%;
    margin: 0 0 30px;
  }
  .blocks-about-left {
    padding: 60px 15px;
  }
  .blocks-about_helpme {
    width: 100%;
    margin: 0 0 15px;
  }
  .blocks-about_helpme a {
    display: block;
    max-width: 100%;
  }
  .blocks-about_helpyou {
    width: 100%;
  }
  .blocks-about_helpyou a {
    display: block;
    max-width: 100%;
  }
  .blocks-programms {
    padding: 30px 15px 0;
  }
  .blocks-history {
    padding: 30px 15px 0;
  }
  .blocks-news {
    padding: 30px 15px 0;
  }
  .blocks-news .newsflash_i {
    padding: 0 15px;
    -ms-flex: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 30px;
  }
  .blocks-news .newsflash_i:last-child {
    margin: 0;
  }
  .blocks-news .newsflash-image {
    margin: 0 0 15px;
  }
  .blocks-news .newsflash-bottom p {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .blocks-about-left {
    padding: 30px 15px;
  }
  .blocks-programms {
    padding: 30px 15px 15px;
  }
  .blocks-news {
    padding: 30px 15px;
  }
  .blocks-news .newsflash_i {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
  }
  .blocks-news .newsflash_i:last-child {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .blocks-about-left {
    padding: 45px 30px;
  }
  .blocks-about-right {
    padding: 45px 30px;
  }
  .blocks-programms {
    padding: 30px 15px;
  }
  .blocks-news {
    padding: 30px 15px;
  }
}
@media (min-width: 1200px) {
  .blocks-about-left {
    padding: 60px 8.333% 60px 15px;
  }
  .blocks-about-right {
    padding: 60px 15px 60px 30px;
  }
  .blocks-programms {
    padding: 60px 15px 0;
  }
  .blocks-news {
    padding: 60px 15px;
  }
}
.main {
  margin: 0;
  font-size: 16px;
}
.main .container-fluid {
  padding: 0;
}
.main.page404 {
  background: #F7F8FA;
  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 {
  background: #ffffff;
  padding: 0 0 60px;
  font-size: 14px;
}
.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: 24px;
  line-height: 1.3;
  margin: 0 0 30px;
  padding: 0;
  color: #252525;
  font-weight: 500;
  text-transform: none;
  width: 100%;
}
.main-content h2 {
  margin: 0 0 30px;
  font-size: 18px;
  text-transform: none;
  font-weight: 600;
  color: #404040;
}
.main-content h3 {
  margin: 20px 0 15px;
  font-size: 16px;
  text-transform: none;
  color: #404040;
  font-weight: 600;
}
.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 b,
.main-content strong {
  color: #404040;
  font-weight: 600;
}
.main-content ul {
  padding: 0;
  margin: 0 0 15px;
}
.main-content ul > li {
  padding: 0 0 15px 25px;
  background: url("../images/content-li-arr.png") 0 10px no-repeat;
}
.main-content ul > li ol,
.main-content ul > li ul {
  margin: 15px 0 15px 0;
}
.main-content ol {
  padding: 0;
  margin: 0 0 15px;
}
.main-content ol > li {
  padding: 0;
  margin: 0 0 15px;
  list-style-position: inside;
  list-style-type: decimal;
}
.main-content ol > li ol,
.main-content ol > 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 #404040;
  text-align: left;
  font-weight: 500;
  vertical-align: top;
  white-space: normal !important;
}
.main-content table tr th {
  background: #139bc6;
  color: #ffffff;
  vertical-align: middle;
  border: 0;
  border-left: 1px solid #404040;
  border-right: 1px solid #404040;
}
.main-content table tr:hover td {
  background: #efefef;
}
.main-content a {
  color: #139bc6;
  text-decoration: none;
  border-bottom: 1px solid #139bc6;
}
.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 #139bc6;
}
.main-content img {
  max-width: 100%;
  height: auto;
}
.main-content blockquote {
  padding: 25px 20px;
  background: #d0d0d0;
  font-weight: bold;
  color: #404040;
  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: contain !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-left h2 {
  font-size: 24px;
  padding: 0 0 0 25px;
  margin: 70px 0 30px;
  background: url('../images/left-header.png') 0 8px no-repeat;
  color: #404040;
  text-transform: none;
  font-weight: 600;
}
.main-content .blog .cat-children {
  margin: 0 0 30px;
}
.main-content .blog .cat-children .subcat_image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.main-content .blog .cat-children .subcat_image a {
  display: block;
  height: 100%;
  border: 0;
}
.main-content .blog .cat-children .subcat_image a img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.main-content .blog .cat-children .subcat_image a img.category_noimg {
  display: none;
}
.main-content .blog .cat-children .subcat_title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
}
.main-content .blog .cat-children .subcat_title a {
  border: 0;
  color: #404040;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
  text-transform: uppercase;
  padding: 15px;
  display: block;
}
.main-content .blog .cat-children .subcat_item {
  height: 210px;
  margin: 0 0 20px;
}
.main-content .blog .cat-children .subcat_item:hover .subcat_title a {
  color: #ffffff;
}
.main-content .blog .cat-children .subcat_inner {
  position: relative;
  height: 100%;
  background: #d0d0d0;
}
.main-content .blog .cat-children .subcat_inner:hover {
  background: #139bc6;
}
.main-content .blog .cat-children .subcat_inner:hover .category_name {
  color: #ffffff;
}
.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: 0 0 15px;
  overflow: hidden;
}
.main-content .blog .items-row .item-img img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 200px;
}
.main-content .blog .items-row .item-desc .article-info {
  margin: 0;
}
.main-content .blog .items-row .item-desc .article-info .create {
  display: block;
  margin: 0 0 15px;
  color: #d0d0d0;
  font-size: 12px;
}
.main-content .blog .items-row .item-desc .page-header {
  margin: 0 0 5px;
}
.main-content .blog .items-row .item-desc .page-header h2 {
  margin: 0;
}
.main-content .blog .items-row .item-desc .page-header h2 a {
  color: #404040;
  font-size: 16px;
  line-height: 1.5;
  text-transform: none;
  font-weight: 600;
}
.main-content .blog .items-row .item-desc .introtext {
  font-size: 14px;
}
.main-content .blog .items-row .item-desc .introtext p:last-child {
  margin: 0;
}
.main-content .blog .items-row .item-desc .readmore {
  margin: 15px 0 0;
}
.main-content .blog .items-row .item-desc .readmore_lnk {
  color: #139bc6;
  font-size: 13px;
  line-height: 2;
  font-weight: 600;
  padding: 0 30px 0 0;
  background: url('../images/icon-readmore.png') 100% 50% no-repeat;
  display: inline-block;
  vertical-align: middle;
  border: 0;
}
.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: #d0d0d0;
}
.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 .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: #404040;
  font-size: 14px;
  text-align: left;
  border: 1px solid #d0d0d0;
  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 #d0d0d0;
}
.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 #d0d0d0;
}
.main-content .search-results .result-row .result-title {
  margin: 0 0 10px;
}
.main-content .search-results .result-row .result-title a {
  color: #139bc6;
}
.main-content .search-results .highlight {
  color: #252525;
  font-weight: bold;
}
body.page404 .main {
  min-height: 400px;
}
@media (max-width: 768px) {
  .main {
    margin: 0;
  }
  .main-content {
    padding: 0 0 30px;
  }
  .main-content blockquote {
    padding: 20px;
  }
  .main-content ul.sigProClassic li.sigProThumb {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .main-content h1 br {
    display: none;
  }
}
@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;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .main-content ul.sigProClassic li.sigProThumb {
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
}
@media (min-width: 1200px) {
  .main-content {
    padding: 15px 15px 60px;
  }
  .main-content ul.sigProClassic li.sigProThumb {
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
}
@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;
  }
}
.footer {
  padding: 30px 15px;
  background: #585858;
  color: #ffffff;
}
.footer p {
  margin: 0;
}
.footer-logo {
  margin: 0 0 30px;
}
.footer-logo_lnk img {
  object-fit: contain;
  object-position: left center;
  width: 100%;
  max-width: 175px;
  max-height: 80px;
}
.footer-copyright {
  color: #ffffff;
  opacity: 0.6;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  /*-ms-filter: ~ "progid:DXImageTransform.Microsoft.Alpha(opacity=@{opperc})";
    filter: ~ "alpha(opacity=@{opperc})";*/
  font-size: 13px;
}
.footer-center {
  font-size: 14px;
  color: #d0d0d0;
  line-height: 2;
}
.footer-center a {
  font-size: 15px;
  color: #ffffff;
  display: block;
}
.footer-contacts {
  color: #ffffff;
  margin: 0 0 30px;
}
.footer-phones {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px 0 0;
  font-weight: 600;
}
.footer-email {
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
}
.footer-email a {
  font-weight: 400;
}
.footer-address {
  font-size: 14px;
  margin: 0 0 5px;
}
.footer-address strong {
  font-weight: 400;
  display: block;
}
.footer-address span {
  display: block;
}
.footer-links {
  margin: 15px 0 5px;
}
.footer-links a {
  font-size: 13px;
  color: #ffffff;
  opacity: 0.6;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  /*-ms-filter: ~ "progid:DXImageTransform.Microsoft.Alpha(opacity=@{opperc})";
    filter: ~ "alpha(opacity=@{opperc})";*/
}
.footer-callback {
  text-align: right;
}
.footer-callback a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 25px;
  margin: 0;
  font-size: 13px;
  line-height: 1.2;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  /*-ms-filter: ~ "progid:DXImageTransform.Microsoft.Alpha(opacity=@{opperc})";
    filter: ~ "alpha(opacity=@{opperc})";*/
  text-align: center;
  font-weight: 500;
  outline: none;
  white-space: normal;
  text-transform: none;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  background: #80bf41;
  color: #ffffff;
  margin: 0 0 45px;
}
.footer-callback a:hover,
.footer-callback a:active,
.footer-callback a:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.footer-callback a:hover {
  background: #80bf41;
}
.footer-social {
  margin: 30px 0 15px;
}
.footer-social .social_i {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  margin: 0 10px 0 0;
}
.footer-social .social_i a {
  height: 24px;
  overflow: hidden;
  text-indent: 9999px;
  display: block;
}
.footer-social .social_i.vk a {
  background: url("../images/icon-social-vk.png") 50% 50% no-repeat;
}
.footer-social .social_i.ok a {
  background: url("../images/icon-social-ok.png") 50% 50% no-repeat;
}
.footer-social .social_i.fb a {
  background: url("../images/icon-social-fb.png") 50% 50% no-repeat;
}
.footer-social .social_i.yt a {
  background: url("../images/icon-social-yt.png") 50% 50% no-repeat;
}
.footer-social .social_i.ins a {
  background: url("../images/icon-social-in.png") 50% 50% no-repeat;
}
.footer-social .social_i:last-child {
  margin: 0;
}
.footer .button-top {
  display: none;
}
.footer-dev {
  margin: 45px 0 0 0;
  text-align: right;
  width: 100%;
}
.footer-dev a {
  color: #989898;
  font-size: 12px;
  line-height: 3.6;
  display: inline-block;
  vertical-align: middle;
  padding-right: 45px;
  background: url(../images/logo-dev.png) 100% 50% no-repeat;
}
.footer-dev a span {
  height: 1.5px;
  width: 30px;
  background: #7B7A7F;
  margin: auto 15px;
  display: inline-block;
  vertical-align: middle;
}
.footer-counters {
  display: none;
}
@media (max-width: 768px) {
  .footer-address {
    margin: 0 0 10px;
  }
  .footer-callback {
    text-align: left;
    margin: 0 0 30px !important;
  }
  .footer-callback a {
    margin: 0;
  }
  .footer copyright {
    margin: 15px 0 0;
  }
  .footer-social {
    text-align: left;
  }
  .footer-dev {
    text-align: left;
    margin: 30px 0 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .footer-right {
    margin: 30px 0 0;
  }
  .footer-callback {
    text-align: left;
  }
  .footer-callback a {
    margin: 0;
  }
  .footer-dev {
    text-align: right;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .footer-dev {
    margin: 15px 0 0 !important;
  }
}
@media (min-width: 1200px) {
  .footer {
    padding: 60px 15px;
    margin: -268px 0 0;
  }
  .footer-dev {
    margin: 15px 0 0 !important;
  }
}
body > .tooltip {
  display: none !important;
}
.modal-backdrop {
  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})";*/
  background: #008d36;
  backdrop-filter: blur(2px);
  background-size: cover;
}
.popup-item {
  background: 0;
  padding: 0 !important;
}
.popup-item .modal-dialog {
  position: initial;
  min-height: 100% !important;
  width: 100%;
  max-width: 450px !important;
  padding: 0;
  margin: 0 auto;
}
.popup-item .modal-content {
  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;
  position: relative;
}
.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;
  position: initial;
  left: 0;
  top: 0;
  margin: 0;
}
.popup-item .modal-header button {
  outline: none;
}
.popup-item .modal-header button.close {
  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})";*/
  position: absolute;
  right: 0;
  top: 0;
}
.popup-item .modal-header button .close_btn {
  text-indent: -999px;
  overflow: hidden;
  background: #80bf41 url("../images/icon-close-white.png") 50% 50% no-repeat;
  display: block;
  height: 40px;
  width: 40px;
  padding: 10px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 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:hover {
  background: #80bf41 url("../images/icon-close-white.png") 50% 50% no-repeat;
  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_lbl {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  color: #404040;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
}
.popup-item .modal-body {
  padding: 0 45px 0 0;
  margin: 0;
  position: relative;
  z-index: 1;
  text-align: left;
}
.popup-item .modal-body .popup-header {
  text-align: left;
  font-size: 24px;
  line-height: 1;
  margin: 10px 0 30px;
  text-transform: uppercase;
  padding: 0;
  font-weight: bold;
  color: #ffffff;
}
.popup-item .modal-body h2 {
  font-weight: 600;
  color: #252525;
  text-transform: none;
  line-height: 1;
  margin: 0 0 30px;
  padding: 0;
  text-align: left;
  font-size: 24px;
}
.popup-item .modal-body .rsform-checkbox {
  float: left;
  margin: 2px 15px 4px 0;
  background: #ffffff;
  border: 1px solid #80bf41;
}
.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 .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-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: #ffffff;
  border: 1px solid #d0d0d0;
  color: #252525;
  font-size: 16px;
  padding: 5px 15px;
  text-align: left;
  height: auto;
}
.popup-item .modal-body .rsform-block .formControls input:focus,
.popup-item .modal-body .rsform-block .formControls textarea:focus {
  border: 1px solid #80bf41;
}
.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-submit label {
  display: none;
}
.popup-item .modal-body .rsform-block-submit .rsform-submit-button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 25px;
  margin: 0;
  font-size: 13px;
  line-height: 1.2;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  /*-ms-filter: ~ "progid:DXImageTransform.Microsoft.Alpha(opacity=@{opperc})";
    filter: ~ "alpha(opacity=@{opperc})";*/
  text-align: center;
  font-weight: 500;
  outline: none;
  white-space: normal;
  text-transform: none;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  background: #80bf41;
  color: #ffffff;
}
.popup-item .modal-body .rsform-block-submit .rsform-submit-button:hover,
.popup-item .modal-body .rsform-block-submit .rsform-submit-button:active,
.popup-item .modal-body .rsform-block-submit .rsform-submit-button:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.popup-item .modal-body .rsform-block-submit .rsform-submit-button:hover {
  background: #80bf41;
}
.popup-item .modal-body .rsform-block-text-01 {
  font-size: 13px;
}
.popup-item#popup-menu .modal-content {
  background: #ffffff;
}
.popup-item#popup-menu .modal-body p {
  margin: 0 0 5px;
}
.popup-item#popup-menu .modal-body .popup-logo {
  margin: 0 0 30px;
}
.popup-item#popup-menu .modal-body .popup-logo_lnk {
  padding-right: 0;
}
.popup-item#popup-menu .modal-body .popup-logo_lnk img {
  object-fit: contain;
  object-position: left center;
  width: 100%;
  height: 100%;
  max-height: 60px;
  max-width: 130px;
}
.popup-item#popup-menu .modal-body .popup-buttons {
  margin: 0 0 30px;
}
.popup-item#popup-menu .modal-body .popup-buttons_helpme {
  margin: 0 15px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.popup-item#popup-menu .modal-body .popup-buttons_helpme a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 25px;
  margin: 0;
  font-size: 13px;
  line-height: 1.2;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  /*-ms-filter: ~ "progid:DXImageTransform.Microsoft.Alpha(opacity=@{opperc})";
    filter: ~ "alpha(opacity=@{opperc})";*/
  text-align: center;
  font-weight: 500;
  outline: none;
  white-space: normal;
  text-transform: none;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  background: #80bf41;
  color: #ffffff;
}
.popup-item#popup-menu .modal-body .popup-buttons_helpme a:hover,
.popup-item#popup-menu .modal-body .popup-buttons_helpme a:active,
.popup-item#popup-menu .modal-body .popup-buttons_helpme a:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.popup-item#popup-menu .modal-body .popup-buttons_helpme a:hover {
  background: #80bf41;
}
.popup-item#popup-menu .modal-body .popup-buttons_helpyou {
  display: inline-block;
  vertical-align: middle;
}
.popup-item#popup-menu .modal-body .popup-buttons_helpyou a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 25px;
  margin: 0;
  font-size: 13px;
  line-height: 1.2;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  /*-ms-filter: ~ "progid:DXImageTransform.Microsoft.Alpha(opacity=@{opperc})";
    filter: ~ "alpha(opacity=@{opperc})";*/
  text-align: center;
  font-weight: 500;
  outline: none;
  white-space: normal;
  text-transform: none;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  background: #139bc6;
  color: #ffffff;
}
.popup-item#popup-menu .modal-body .popup-buttons_helpyou a:hover,
.popup-item#popup-menu .modal-body .popup-buttons_helpyou a:active,
.popup-item#popup-menu .modal-body .popup-buttons_helpyou a:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.popup-item#popup-menu .modal-body .popup-buttons_helpyou a:hover {
  background: #139bc6;
}
.popup-item#popup-menu .modal-body ul.menu {
  padding: 0 0 30px;
  text-align: left;
}
.popup-item#popup-menu .modal-body ul.menu > li {
  padding: 0;
  margin: 0 25px 15px 0;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}
.popup-item#popup-menu .modal-body ul.menu > li:last-child {
  border: 0;
}
.popup-item#popup-menu .modal-body ul.menu > li > a {
  display: inline-block;
  vertical-align: middle;
  text-transform: none;
  font-size: 18px;
  line-height: 1.4;
  text-decoration: none;
  white-space: inherit;
  font-weight: 500;
  color: #252525;
  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: left;
  border: 0;
}
.popup-item#popup-menu .modal-body ul.menu > li > a:after {
  display: none;
}
.popup-item#popup-menu .modal-body ul.menu > li:hover > a,
.popup-item#popup-menu .modal-body ul.menu > li.active > 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 .modal-body ul.menu > li:hover > a {
  border: 0;
}
.popup-item#popup-menu .modal-body ul.menu > li:active > a {
  border: 0;
}
.popup-item#popup-menu .modal-body ul.menu > li > ul {
  display: block;
  position: relative;
  background: 0;
  padding: 15px 0 0;
  margin: 0 0 20px;
  -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 .modal-body ul.menu > li > ul > li {
  padding: 0;
  margin: 0 5px 10px;
  display: inline-block;
  vertical-align: top;
}
.popup-item#popup-menu .modal-body ul.menu > li > ul > 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 0 0 30px;
  margin: 0;
  background: url(../images/content-li-arr.png) 0 10px no-repeat;
  color: #404040;
}
.popup-item#popup-menu .modal-body ul.menu > li > ul > li a:focus,
.popup-item#popup-menu .modal-body ul.menu > li > ul > li a:hover {
  background: url(../images/content-li-arr.png) 0 10px no-repeat;
}
.popup-item#popup-menu .modal-body ul.menu > li > ul > li > ul {
  display: none !important;
}
.popup-item#popup-menu .modal-body .phones {
  margin: 0 0 10px;
}
.popup-item#popup-menu .modal-body .phones a {
  font-weight: 600;
  font-size: 18px;
  color: #80bf41;
}
.popup-item#popup-menu .modal-body .email a {
  font-size: 14px;
  color: #404040;
}
.popup-item#popup-menu .modal-body .address {
  font-size: 14px;
  color: #404040;
  margin: 0;
}
.popup-item#popup-menu .modal-body .address strong {
  display: block;
}
.popup-item#popup-menu .modal-body .address span {
  display: block;
}
.popup-item#popup-menu .modal-body .social {
  margin: 30px 0 0;
}
.popup-item#popup-menu .modal-body .social_i {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  margin: 0 15px 0 0;
}
.popup-item#popup-menu .modal-body .social_i a {
  height: 24px;
  overflow: hidden;
  text-indent: 9999px;
  display: block;
}
.popup-item#popup-menu .modal-body .social_i.vk a {
  background: url("../images/icon-social-vk.png") 50% 50% no-repeat;
}
.popup-item#popup-menu .modal-body .social_i.ok a {
  background: url("../images/icon-social-ok.png") 50% 50% no-repeat;
}
.popup-item#popup-menu .modal-body .social_i.fb a {
  background: url("../images/icon-social-fb.png") 50% 50% no-repeat;
}
.popup-item#popup-menu .modal-body .social_i.yt a {
  background: url("../images/icon-social-yt.png") 50% 50% no-repeat;
}
.popup-item#popup-menu .modal-body .social_i.ins a {
  background: url("../images/icon-social-in.png") 50% 50% no-repeat;
}
.popup-item#popup-menu .modal-body .social_i:last-child {
  margin: 0;
}
.popup-item#popup-callback .modal-dialog {
  border: 0;
  margin: 0 auto;
}
.popup-item#popup-callback .modal-content {
  position: relative;
}
.popup-item#popup-helpyou .modal-header button .close_btn {
  background: #139bc6 url(../images/icon-close-white.png) 50% 50% no-repeat;
}
.popup-item#popup-helpyou .modal-header button .close_btn:hover {
  background: #139bc6 url(../images/icon-close-white.png) 50% 50% no-repeat;
}
.popup-item#popup-helpyou .modal-body .rsform-block-submit .rsform-submit-button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 25px;
  margin: 0;
  font-size: 13px;
  line-height: 1.2;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  /*-ms-filter: ~ "progid:DXImageTransform.Microsoft.Alpha(opacity=@{opperc})";
    filter: ~ "alpha(opacity=@{opperc})";*/
  text-align: center;
  font-weight: 500;
  outline: none;
  white-space: normal;
  text-transform: none;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  background: #139bc6;
  color: #ffffff;
}
.popup-item#popup-helpyou .modal-body .rsform-block-submit .rsform-submit-button:hover,
.popup-item#popup-helpyou .modal-body .rsform-block-submit .rsform-submit-button:active,
.popup-item#popup-helpyou .modal-body .rsform-block-submit .rsform-submit-button:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.popup-item#popup-helpyou .modal-body .rsform-block-submit .rsform-submit-button:hover {
  background: #139bc6;
}
.rsfp_thankou_popup_close_btn {
  padding: 0;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: #fff;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  /*-ms-filter: ~ "progid:DXImageTransform.Microsoft.Alpha(opacity=@{opperc})";
    filter: ~ "alpha(opacity=@{opperc})";*/
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.rsfp_thankou_popup_close_btn span {
  text-indent: -999px;
  overflow: hidden;
  background: url("../images/icon-close.png") 50% 50% no-repeat;
  background-size: contain;
  height: 24px;
  width: 24px;
  display: block;
  margin: 7px;
}
.rsfp_thankou_popup_close_btn:hover {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  /*-ms-filter: ~ "progid:DXImageTransform.Microsoft.Alpha(opacity=@{opperc})";
    filter: ~ "alpha(opacity=@{opperc})";*/
  background: #000;
  color: #fff;
}
.rsform-thankyou-button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 25px;
  margin: 0;
  font-size: 13px;
  line-height: 1.2;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  /*-ms-filter: ~ "progid:DXImageTransform.Microsoft.Alpha(opacity=@{opperc})";
    filter: ~ "alpha(opacity=@{opperc})";*/
  text-align: center;
  font-weight: 500;
  outline: none;
  white-space: normal;
  text-transform: none;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  background: #80bf41;
  color: #ffffff;
}
.rsform-thankyou-button:hover,
.rsform-thankyou-button:active,
.rsform-thankyou-button:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.rsform-thankyou-button:hover {
  background: #80bf41;
}
@media (max-width: 768px) {
  .popover {
    display: none !important;
  }
  .popup-item {
    padding: 0 !important;
  }
  .popup-item .modal-dialog {
    background: #ffffff;
  }
  .popup-item .modal-content {
    padding: 30px !important;
    position: initial !important;
  }
  .popup-item .modal-body {
    padding: 0;
  }
  .popup-item .modal-body .rsform-block {
    margin: 0 0 10px;
  }
  .popup-item#popup-menu .modal-body .popup-buttons_helpme {
    width: 100%;
    max-width: 196px;
  }
  .popup-item#popup-menu .modal-body .popup-buttons_helpme a {
    display: block;
  }
  .popup-item#popup-menu .modal-body .popup-buttons_helpyou {
    width: 100%;
    max-width: 196px;
  }
  .popup-item#popup-menu .modal-body .popup-buttons_helpyou a {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .popup-item#popup-menu .modal-dialog {
    max-width: 100% !important;
    height: 100%;
    min-height: inherit !important;
  }
  .popup-item#popup-menu .modal-content {
    height: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .popup .modal-dialog {
    max-width: 945px;
  }
}
@media (min-width: 1200px) {
  .popup .modal-dialog {
    max-width: 945px;
  }
}
