@import "fonts.css";
@import "magnific-popup.css";
@import "font-awesome.min.css";
@import "animate.css";
@import "scrollbar/jquery.mCustomScrollbar.min.css";
@import "jquery.formstyler.css";
@import "owl-carousel/owl.carousel.css";
@import "owl-carousel/owl.theme.css";
@import "owl-carousel/owl.theme.css";
@import "bootstrap-multiselect.css";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700,900,100&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700&subset=latin,cyrillic);
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
body,
html {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #222226;
  background-color: #ffffff;
  min-width: 1180px;
}
form {
  margin: 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
a:focus,
input:focus,
textarea:focus,
button:focus,
select:focus,
a:active,
input:active,
textarea:active,
button:active,
select:active {
  outline: none;
}
::-moz-selection {
  background: #33393f;
  text-shadow: none;
  color: #fff;
}
::selection {
  background: #33393f;
  text-shadow: none;
  color: #fff;
}
.blue-text {
  color: #116aad;
}
.red-text {
  color: #f74c39;
}
.center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
figure figcaption {
  margin-top: 10px;
}
a:focus,
input:focus,
select:focus,
a:active,
input:active,
select:active {
  outline: none;
}
input,
textarea {
  padding: 8px 10px;
  font-weight: 300;
  background: #fafafa;
  color: #222226;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #7d7d80;
  margin-bottom: 10px;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #000000;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #000000;
}
input:focus,
textarea:focus,
input:active,
textarea:active {
  border-color: #3d9ccc;
}
label {
  font-weight: 400;
  margin-bottom: 0;
}
select,
.jq-selectbox__select {
  background: #fafafa;
  padding: 0 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 30px;
  line-height: 28px;
  box-shadow: none;
  border: 1px solid #7d7d80;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #222226;
}
select:hover,
.jq-selectbox__select:hover {
  background: #fff;
  border-color: #7d7d80;
}
.jq-selectbox__select {
  padding-right: 30px;
}
.jq-selectbox__select .jq-selectbox__trigger {
  width: 28px;
  border: none;
  font-size: 18px;
}
.jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  border: none;
  top: 0;
  right: 0;
  line-height: 28px;
  width: 28px;
  text-align: center;
  color: #3d9ccc;
}
.dropdown .jq-selectbox__dropdown {
  top: 100% !important;
}
.dropup .jq-selectbox__dropdown {
  border-top: 1px solid #bbbcbf;
}
.jq-selectbox__dropdown,
.multiselect-container,
.multiselect-container.dropdown-menu {
  margin-top: 0;
  background: #fff;
  border: 1px solid #bbbcbf;
  border-top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.jq-selectbox__dropdown li:hover,
.multiselect-container li:hover,
.multiselect-container.dropdown-menu li:hover {
  background-color: transparent;
  color: #116aad;
}
.jq-selectbox__dropdown li.selected,
.multiselect-container li.selected,
.multiselect-container.dropdown-menu li.selected,
.jq-selectbox__dropdown li.sel,
.multiselect-container li.sel,
.multiselect-container.dropdown-menu li.sel {
  background-color: transparent;
  color: #A3ABB1;
}
.multiselect-wrap {
  position: relative;
}
.multiselect-container {
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.multiselect-container.dropdown-menu {
  padding: 0;
}
.multiselect-container.dropdown-menu li.active a,
.multiselect-container.dropdown-menu li:focus a,
.multiselect-container.dropdown-menu li:hover a {
  background: #3d9ccc;
  color: #fff;
}
.multiselect-container li input[type="checkbox"] {
  width: auto;
}
.text {
  margin-top: 20px;
}
.text:first-child {
  margin-top: 0;
}
.text-list {
  list-style: none;
  padding-left: 0;
}
.text-list li:before {
  content: "-";
  display: inline-block;
  padding-right: 5px;
}
.grey-text {
  color: #7d7d80;
  font-size: 12px;
}
.jq-checkbox {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #7d7d80;
  background: transparent;
  box-shadow: none;
  margin-right: 10px;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
}
.jq-checkbox.checked .jq-checkbox__div {
  margin: 0 auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  background: transparent;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  color: #f74c39;
}
.jq-checkbox.big-checkbox {
  height: 30px;
  width: 30px;
}
.jq-checkbox.big-checkbox.checked .jq-checkbox__div {
  font-size: 22px;
  line-height: 30px;
}
.disabled {
  cursor: default;
  color: #d1d1d3;
}
.radio-styler {
  box-shadow: none;
  background: #fff;
  border-color: #838386;
  margin-right: 10px;
}
.radio-styler.focused {
  border-color: #838386;
}
.radio-styler.checked .jq-radio__div {
  background: #f74c39;
  width: 6px;
  height: 6px;
  box-shadow: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.image-popup {
  position: relative;
  display: block;
}
.image-popup > img {
  max-width: 100%;
}
.image-popup .fa {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
  font-size: 14px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.meta-block {
  margin-bottom: 20px;
}
.blue-meta {
  background: #3d9ccc;
  color: #fff;
  margin-bottom: 5px;
  font-weight: 500;
  padding: 5px 10px 5px 30px;
  position: relative;
}
.blue-meta > .fa {
  position: absolute;
  top: 8px;
  left: 10px;
}
.blue-meta.multi {
  padding-left: 10px;
}
.blue-meta.multi .fa {
  padding-right: 5px;
}
.blue-meta.multi span {
  display: inline-block;
  margin-right: 50px;
  font-size: 12px;
}
.blue-meta.multi span a {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.blue-meta.multi span a:hover {
  text-decoration: none;
}
a.blue-meta {
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
a.blue-meta:hover {
  background: #116aad;
}
.grey-meta {
  background: #e1e2e5;
  margin-bottom: 5px;
  font-weight: 500;
  padding: 5px 10px 5px 30px;
  position: relative;
}
.grey-meta .fa {
  position: absolute;
  top: 8px;
  left: 10px;
  color: #3d9ccc;
}
.grey-meta a {
  text-decoration: underline;
}
.social {
  font-size: 0;
  margin-bottom: 20px;
}
.social > div {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-right: 8px;
}
.social .fb {
  background: #3350ae;
}
.social .twtr {
  background: #00c4fc;
}
.social .ytb {
  background: #c60404;
}
.social .vm {
  background: #0084ff;
}
.social .lnkd {
  background: #0084d7;
}
.social .flck {
  background: #d82af8;
}
.social .skp {
  background: #23a9fe;
}
.social .ggl {
  background: #d83d2d;
}
.social .pntr {
  background: #df2828;
}
.social .rss {
  background: #ff7800;
}
.modal-sm {
  width: 420px;
}
.modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 20px 60px 30px;
}
.modal-content .big-title {
  text-align: center;
}
.modal-content .close {
  position: absolute;
  top: 5px;
  right: 10px;
  color: #116aad;
}
.modal-content input[type="text"],
.modal-content input[type="email"],
.modal-content input[type="tel"],
.modal-content input[type="password"] {
  width: 100%;
  display: block;
  margin-bottom: 0;
}
.modal-content .blue-btn {
  display: block;
  width: 100%;
  margin-top: 10px;
  text-align: center;
  padding: 10px 20px;
  font-size: 20px;
}
.modal-content .modal-body {
  padding: 10px 0;
}
.modal-content .input-wrap {
  position: relative;
  margin-bottom: 10px;
}
.unhappyMessage {
  display: block;
  color: #f74c39;
  background: #fff;
  padding: 5px;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}
table {
  margin: 20px 0;
  width: 100%;
  text-align: center;
}
table thead th {
  background-color: #3d9ccc;
  color: #fff;
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  padding: 5px 10px;
  border-left: 1px solid #fff;
  text-align: center;
}
table thead th:first-child {
  border-left: 0;
}
table thead th:last-child {
  border-right: 1px solid #3d9ccc;
}
table tr:nth-child(odd) td {
  background-color: #f9f9fa;
}
table tr td {
  border-right: 1px solid #e1e2e5;
  padding: 15px;
}
table tr td:first-child {
  border-left: 1px solid #e1e2e5;
}
table tr:last-child td {
  border-bottom: 1px solid #e1e2e5;
}
.transp-btn {
  background: transparent;
  outline: none;
  border: 1px solid #e1e2e5;
  white-space: nowrap;
  line-height: 38px;
  padding: 0 15px;
  margin: 6px 15px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.transp-btn .pluse {
  display: inline-block;
  padding-right: 3px;
  color: #52a3cc;
}
.transp-btn:hover {
  background: #52a3cc;
  border-color: #52a3cc;
}
.transp-btn:hover .pluse {
  color: #fff;
}
.blue-btn {
  outline: none;
  border: none;
  background: #116aad;
  white-space: nowrap;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.blue-btn:hover {
  background: #3d9ccc;
}
.round-btn,
button.mfp-arrow {
  background: #fff;
  border: 1px solid #3d9ccc;
  font-size: 18px;
  color: #3d9ccc;
  opacity: 1;
  text-align: center;
  line-height: 1em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-weight: 400;
  padding: 4px 9px 5px 8px;
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.round-btn.prev,
button.mfp-arrow.prev,
.round-btn.mfp-arrow-left,
button.mfp-arrow.mfp-arrow-left {
  padding: 4px 12px 5px 10px;
}
.round-btn.next,
button.mfp-arrow.next,
.round-btn.mfp-arrow-right,
button.mfp-arrow.mfp-arrow-right {
  padding: 4px 10px 5px 12px;
}
.round-btn:hover,
button.mfp-arrow:hover {
  background: #3d9ccc;
  color: #fff;
}
.round-btn.blue-btn,
button.mfp-arrow.blue-btn {
  background: #3d9ccc;
  color: #fff;
}
.round-btn.blue-btn:hover,
button.mfp-arrow.blue-btn:hover {
  background: transparent;
  color: #3d9ccc;
}
.round-btn.small-btn,
button.mfp-arrow.small-btn {
  padding: 0 4px 1px;
  line-height: 0.8em;
}
.mfp-arrow {
  height: auto;
  width: auto;
  margin-top: 0;
  top: auto;
  bottom: 5px;
  left: 100px;
}
.mfp-arrow:before {
  margin: 0;
  border: 0;
  position: static;
  width: auto;
  height: auto;
  opacity: 1;
}
.mfp-arrow:after {
  display: none;
  margin: 0;
}
.mfp-arrow.mfp-arrow-right {
  left: 135px;
}
.clear-btn {
  border: 0;
  outline: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: transparent;
  color: #116aad;
  font-size: 14px;
  font-weight: 300;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.clear-btn .fa {
  font-weight: 400;
  display: inline-block;
  padding-right: 5px;
}
.clear-btn:hover {
  color: #3d9ccc;
}
.show-more-btn {
  background: transparent;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
}
.show-more-btn span {
  background: #116aad;
  height: 5px;
  width: 6px;
  display: inline-block;
  margin-left: 3px;
}
.show-more-btn span:first-child {
  margin-right: 0;
}
.collapse-btn {
  outline: none;
  background: none;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #116aad;
  text-decoration: underline;
  padding: 10px 10px 10px 35px;
  position: relative;
  margin-bottom: 10px;
}
.collapse-btn:before {
  content: "—";
  position: absolute;
  top: 9px;
  left: 0px;
  display: block;
  height: 25px;
  width: 25px;
  font-size: 25px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  line-height: 1em;
  color: #3d9ccc;
  border: 1px solid #3d9ccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: padding-box;
  -moz-box-sizing: padding-box;
  box-sizing: padding-box;
}
.collapse-btn.collapsed:before {
  content: "+";
  line-height: 0.9em;
}
.title-wrap {
  border-bottom: 1px solid #e1e2e5;
  border-left: 5px solid #e1e2e5;
  padding: 15px;
  margin-bottom: 20px;
}
.title-wrap .block-title {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.title-wrap .block-title a {
  color: #484a52;
}
.title-wrap .block-title a:hover {
  color: #116aad;
  text-decoration: none;
}
.block-title {
  color: #484a52;
  font-size: 28px;
  font-family: 'Roboto Condensed', sans-serif;
}
.article-title {
  position: relative;
  padding-right: 100px;
}
.article-title .block-title {
  line-height: 30px;
}
.article-title .article-nav {
  position: absolute;
  bottom: 12px;
  right: 0;
}
.blue-title {
  font-size: 24px;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  background: #116aad;
  padding: 10px 20px;
}
.simple-title {
  font-size: 28px;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 30px;
  margin-bottom: 15px;
}
.simple-grey-title {
  font-size: 28px;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 30px;
  color: #484a52;
  margin-bottom: 15px;
}
.simple-subtitle {
  font-size: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 30px;
}
.middle-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  color: #484a52;
  margin-bottom: 20px;
}
.big-title {
  font-size: 42px;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 20px;
}
.big-title .fa {
  color: #116aad;
  margin-right: 5px;
}
.border-title {
  font-size: 28px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #484a52;
  line-height: 30px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e1e2e5;
}
.blue-mid-title {
  color: #116aad;
  font-size: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 20px 0;
}
.mid-title {
  font-size: 20px;
}
.small-title {
  font-size: 15px;
  font-weight: 600;
}
.small-blue-title {
  color: #3d9ccc;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.dropdown-menu {
  padding: 10px 0;
  font-family: 'Roboto', sans-serif;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
}
.dropdown-menu > li > a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.dropdown-menu > li > a:hover {
  background: transparent;
  color: #116aad;
}
#header {
  background: #33393f;
  padding: 20px 0 0;
  font-size: 15px;
  font-family: 'Roboto Condensed', sans-serif;
  position: relative;
}
#header .header-btns {
  line-height: 52px;
}
#header .header-btns .dropdown {
  display: inline-block;
}
#header .header-btns .dropdown .dropdown-menu {
  top: 65%;
  right: -10px;
  left: auto;
}
#header .header-btns .dropdown .dropdown-menu:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  right: 25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9.5px 10px 9.5px;
  border-color: transparent transparent #ffffff transparent;
}
#header .top-nav-btn {
  padding-bottom: 20px;
}
#header .top-nav-btn:last-child .fa {
  padding-right: 0;
}
#search-box {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  padding: 55px 0 45px;
  font-size: 16px;
  text-align: right;
  font-family: 'Roboto', sans-serif;
}
#search-box label {
  color: #116aad;
}
#search-box input {
  border: 1px solid #bbbcbf;
  margin: 0 6px;
  width: 45%;
  padding: 3px 10px;
}
#search-box .blue-btn {
  line-height: 28px;
  height: 30px;
}
#search-box #hide-box {
  background: transparent;
  border: none;
  outline: none;
  color: #116aad;
  margin-right: -28px;
}
.top-nav-btn {
  color: #fff;
  text-transform: uppercase;
  background: transparent;
  text-decoration: none;
  border: 0;
  outline: 0;
  margin-left: 15px;
  padding: 0 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-nav-btn .fa {
  padding: 0 5px;
}
.top-nav-btn:hover {
  color: #52a3cc;
}
.top-nav-btn.active {
  background: #fff;
  color: #222226;
}
.top-nav-btn.active .fa {
  color: #116aad;
}
.logo {
  display: block;
  height: 52px;
  width: 224px;
  background: url("images/logo.png") no-repeat center center;
  background-size: contain;
  margin-bottom: 20px;
}
.top-nav {
  list-style: none;
  margin-bottom: 0;
  padding-left: 20px;
}
.top-nav li {
  display: inline-block;
  line-height: 52px;
  margin-right: 15px;
}
.top-nav li a {
  line-height: 1em;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-nav li a:hover,
.top-nav li a:active {
  color: #52a3cc;
}
#main-nav {
  background: #116aad;
}
.blue-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blue-menu li {
  float: left;
  border-left: 1px solid #4389be;
}
.blue-menu li.active a {
  text-decoration: none;
  background: #2979b5;
}
.blue-menu li:last-child {
  border-right: 1px solid #4389be;
}
.blue-menu li a {
  display: block;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 20px;
  white-space: nowrap;
  -webkit-box-sizing: padding-box;
  -moz-box-sizing: padding-box;
  box-sizing: padding-box;
}
.blue-menu li a:hover {
  text-decoration: none;
  background: #2979b5;
}
.blue-menu.second-menu {
  background: #116aad;
  margin-bottom: 30px;
}
.blue-menu.second-menu.slider-menu li {
  width: 100%;
}
.blue-menu.second-menu li {
  border-color: #fff;
  border-left: 1px solid #fff;
  border-right: 0;
  margin-left: -1px;
  text-align: center;
}
.blue-menu.second-menu li span {
  display: inline-block;
  padding-left: 5px;
}
.blue-menu.second-menu li:last-child {
  border-right: 0;
}
.blue-menu.second-menu li.active a {
  background: #f74c39;
}
.blue-menu.second-menu .owl-controls .owl-buttons [class*=owl-] {
  position: absolute;
  top: 0;
  height: 100%;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 22px;
  background: #116aad;
}
.blue-menu.second-menu .owl-controls .owl-buttons [class*=owl-] .fa {
  position: relative;
  top: 30%;
}
.blue-menu.second-menu .owl-controls .owl-buttons [class*=owl-].disabled {
  display: none;
}
.blue-menu.second-menu .owl-controls .owl-buttons .owl-prev {
  left: 0;
  border-right: 1px solid #fff;
}
.blue-menu.second-menu .owl-controls .owl-buttons .owl-next {
  right: 0;
  border-left: 1px solid #fff;
}
.latest-scroll-block {
  height: 810px;
  border-top: 1px solid #e1e2e5;
  border-bottom: 1px solid #e1e2e5;
  position: relative;
}
.latest-scroll-block .latest-item {
  display: block;
  text-decoration: none;
  border: 1px solid #e1e2e5;
  border-bottom: none;
}
.latest-scroll-block .latest-item:first-child {
  border-top: 0;
}
.latest-scroll-block .latest-item:last-child {
  padding-bottom: 10px;
}
.latest-scroll-block .latest-item .latest-item-date {
  font-size: 12px;
  line-height: 1em;
  background: #3d9ccc;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
  position: relative;
  top: -1px;
  left: -1px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.latest-scroll-block .latest-item .latest-item-text {
  display: block;
  padding: 8px 8px 12px;
  color: #222226;
  font-weight: 300;
}
.latest-scroll-block .latest-item:hover {
  border-left-color: #f74c39;
}
.latest-scroll-block .latest-item:hover .latest-item-date {
  background: #f74c39;
}
.latest-scroll-block .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.latest-scroll-block .mCSB_scrollTools {
  opacity: 1;
  position: static;
  width: 0;
}
.latest-scroll-block .mCSB_scrollTools .mCSB_draggerContainer {
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 16px;
  right: 0;
  left: auto;
  top: 0;
  z-index: 1000;
  margin: 20px 0;
}
.latest-scroll-block .mCSB_scrollTools .mCSB_buttonDown,
.latest-scroll-block .mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  z-index: 2000;
  bottom: 0px;
  width: 50%;
  background: #e1e2e5;
  color: #3d9ccc;
  opacity: 1;
  line-height: 30px;
  height: 30px;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.latest-scroll-block .mCSB_scrollTools .mCSB_buttonDown:hover,
.latest-scroll-block .mCSB_scrollTools .mCSB_buttonUp:hover {
  color: #fff;
  text-decoration: none;
  background: #3d9ccc;
}
.latest-scroll-block .mCSB_scrollTools .mCSB_buttonDown {
  left: 0;
}
.latest-scroll-block .mCSB_scrollTools .mCSB_buttonUp {
  right: 0;
}
.latest-scroll-block:hover .mCSB_draggerContainer {
  opacity: 0.65;
}
.popular .latest-scroll-block {
  height: 300px;
}
.popular .latest-scroll-block .latest-item .latest-item-text {
  text-decoration: underline;
}
.popular .latest-scroll-block .latest-item:hover .latest-item-text {
  color: #3d9ccc;
}
.latest-scroll-controls {
  margin-bottom: 20px;
}
.latest-scroll-controls a {
  display: block;
  width: 50%;
  background: #e1e2e5;
  color: #3d9ccc;
  line-height: 30px;
  height: 30px;
  text-align: center;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  float: left;
}
.latest-scroll-controls a:hover {
  color: #fff;
  text-decoration: none;
  background: #3d9ccc;
}
#footer {
  background: #33393f;
  padding: 40px 0;
  margin-top: -187px;
}
#footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#footer ul li {
  margin-bottom: 9px;
}
#footer ul li a {
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 16px;
}
.small-logo {
  background: url('images/small-logo.png');
  width: 113px;
  height: 26px;
  display: inline-block;
  vertical-align: top;
}
.copy-lang {
  margin: 20px 0 0 0;
  color: #fff;
}
.copy-lang p {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  margin: 0;
  font-size: 15px;
  text-transform: uppercase;
}
.copy-lang span {
  font-weight: 300;
  font-size: 14px;
}
.advert.center > * {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.advert.built-in-ad {
  padding: 10px 0;
}
.advert-block {
  margin-bottom: 30px;
}
.advert-block .pull-left {
  width: 770px;
}
.advert-block .pull-right {
  width: 388px;
}
.advert-block .pull-right .side-banner {
  height: 174px;
  margin-top: 2px;
  overflow: hidden;
  text-align: center;
}
.advert-block .pull-right .side-banner .upload-photo {
  height: 100%;
  line-height: 174px;
}
.advert-block .pull-right .side-banner img {
  max-width: 100%;
}
.advert-block .pull-right .side-banner:first-child {
  margin-top: 0;
}
.advert-block .photo-btns {
  right: 0;
}
.advert-block .owl-item.active .text-block span:first-child {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.advert-block .owl-item.active .text-block span:first-child + * {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: block;
}
.advert-block .owl-item.active .text-block .bounceInDownSlide {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
.advert-block .owl-item.active .text-block .bounceInRightSlide {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
.advert-block .owl-item.active .text-block .bounceInLeftSlide {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
.advert-block .owl-item.active .text-block .bounceInUpSlide {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
.advert-block .item {
  height: 350px;
  overflow: hidden;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.advert-block .item .text-block {
  color: #fff;
  position: absolute;
  bottom: 20px;
  right: 10px;
  z-index: 100;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
}
.advert-block .item .text-block span {
  font-size: 30px;
  background: #EF414A;
  padding: 0 5px;
}
.advert-block .item .text-block span:first-child + * {
  text-transform: uppercase;
  display: block;
  font-size: 70px;
  line-height: 1em;
}
.advert-block .item .upload-photo {
  height: 100%;
  line-height: 350px;
}
.advert-block .owl-controls {
  position: absolute;
  bottom: 0px;
  z-index: 1000;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4zNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#59000000', GradientType=0);
}
.advert-block .owl-controls .owl-page span {
  background: transparent;
  border: 1px solid #fff;
}
.advert-block .owl-controls .owl-page.active span {
  background: #fff;
}
.advert-block.firm-advert .pull-left {
  width: 879px;
}
.advert-block.firm-advert .pull-right {
  width: 280px;
}
.advert-block.firm-advert .pull-right div {
  margin-top: 1px;
}
.advert-block.firm-advert .pull-right div:first-child {
  margin-top: 0;
}
.advert-block.firm-advert .text-block {
  top: 15px;
  left: 20px;
  right: auto;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.advert-block.firm-advert .text-block span {
  background: rgba(51, 57, 63, 0.4);
  line-height: 47px;
  padding: 0 20px;
}
.advert-block.firm-advert .text-block span:first-child + * {
  font-size: 30px;
  text-transform: none;
  line-height: 47px;
}
.side-banner {
  position: relative;
}
.side-banner .side-banner-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 10px 0;
  background: rgba(51, 57, 63, 0.4);
  color: #fff;
  font-size: 17px;
  font-style: italic;
}
.side-banner:first-child {
  margin-bottom: 2px;
}
.link-list-block {
  line-height: 20px;
}
.link-list-block .link-list-title a {
  font-size: 17px;
  font-family: 'Roboto Condensed', sans-serif;
  text-decoration: underline;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.link-list-block .link-list-title a:hover {
  color: #f74c39;
}
.link-list-block .link-list {
  height: 60px;
  overflow: hidden;
  margin-bottom: 20px;
}
.link-list-block .link-list a {
  text-decoration: none;
  color: #222226;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.link-list-block .link-list a:hover {
  text-decoration: underline;
  color: #f74c39;
}
.articles-slider {
  margin-top: 20px;
}
.articles-list {
  margin-top: 20px;
}
.articles-list .owl-controls {
  position: absolute;
  top: -68px;
  right: 0;
  margin-top: 0;
}
.articles-list .owl-controls .owl-buttons [class*=owl-] {
  background: #fff;
  border: 1px solid #3d9ccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 18px;
  color: #3d9ccc;
  opacity: 1;
  text-align: center;
  line-height: 1em;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.articles-list .owl-controls .owl-buttons [class*=owl-].owl-next {
  padding: 4px 10px 5px 12px;
}
.articles-list .owl-controls .owl-buttons [class*=owl-].owl-prev {
  padding: 4px 12px 5px 10px;
}
.articles-list .owl-controls .owl-buttons [class*=owl-]:hover {
  background: #3d9ccc;
  color: #fff;
}
.articles-item {
  margin-bottom: 30px;
}
.articles-item .col-xs-2 img {
  max-width: 100%;
}
.articles-item .articles-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  margin-bottom: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.articles-item .articles-title a {
  color: #222226;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.articles-item .articles-title a:hover {
  color: #f74c39;
}
.articles-item .short-text {
  max-height: 60px;
  overflow: hidden;
  margin-bottom: 8px;
  font-weight: 300;
}
.articles-item .short-text p {
  margin: 0;
}
.articles-meta {
  font-size: 12px;
  color: #3d9ccc;
}
.articles-meta a {
  color: #3d9ccc;
  display: inline-block;
  margin-right: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.articles-meta a:hover {
  text-decoration: none;
  color: #116aad;
}
.articles-meta a .fa {
  display: inline-block;
  margin-right: 2px;
}
.views-quant {
  font-size: 15px;
  color: #3d9ccc;
}
.views-quant .fa {
  margin-right: 4px;
}
.news-block {
  margin: 10px 0;
}
.news-block .news-title {
  padding: 5px 0;
  font-size: 17px;
  font-family: 'Roboto Condensed', sans-serif;
}
.news-block .news-title a {
  text-decoration: underline;
  color: #222226;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.news-block .news-title a:hover {
  color: #116aad;
}
.news-block .main-news .news-title {
  font-size: 20px;
  line-height: 25px;
  padding: 10px 0;
}
.news-block .main-news .articles-meta {
  padding-left: 5px;
  display: inline-block;
}
.news-block img {
  max-width: 100%;
}
.news-block .other-news {
  font-size: 0;
}
.news-block .other-news .small-news {
  vertical-align: top;
  margin-bottom: 15px;
  display: inline-block;
  float: none;
}
.news-block .other-news .small-news .news-title {
  max-height: 70px;
  overflow: hidden;
}
.questionare {
  margin: 30px 0;
}
.questionare.quest-block {
  margin-top: 0;
}
.questionare .question {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
}
.questionare label {
  display: block;
  cursor: pointer;
  font-weight: 300;
  font-weight: normal;
  margin-top: 10px;
}
.questionare .blue-btn {
  font-size: 20px;
  padding: 10px 20px;
  margin-right: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.questionare .blue-btn:hover {
  background: #3d9ccc;
}
.questionare .submit-result {
  margin-top: 20px;
}
.questionare .submit-result a {
  font-weight: 300;
  color: #484a52;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.questionare .submit-result a:hover {
  text-decoration: none;
  color: #f74c39;
}
.quest-block .quest-result {
  margin-top: 20px;
}
.quest-block .quest-result .quest-variant {
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e2e5;
  margin-top: 15px;
  line-height: 26px;
}
.quest-block .quest-result .quest-variant .progress {
  margin-top: 0.3em;
}
.quest-block .quest-result .quest-variant .progress-num {
  line-height: 1em;
}
.quest-block .question {
  font-size: 28px;
  line-height: 30px;
}
.progress {
  height: 10px;
  margin-bottom: 0;
  background-color: #e1e2e5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress .progress-bar {
  background-color: #3d9ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress .progress-bar.red {
  background-color: #f74c39;
}
.date {
  font-size: 12px;
  color: #3d9ccc;
}
.cd-top {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  background: #f74c39;
  visibility: hidden;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 0.5;
}
.cd-top.cd-fade-out {
  opacity: 1;
}
.cd-top:hover,
.cd-top:active,
.cd-top:focus {
  color: #fff;
}
#main {
  padding-bottom: 222px;
  min-height: 100%;
}
.breadcrumb {
  background: transparent;
  font-size: 12px;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 5px;
}
.breadcrumb a {
  color: #222226;
}
.blue-search {
  background: #3d9ccc;
  padding: 15px;
  color: #fff;
  font-size: 16px;
  margin-bottom: 25px;
}
.blue-search input {
  border: 1px solid #fff;
  width: 83.5%;
  margin: 0 1%;
}
.blue-search .blue-btn {
  line-height: 28px;
  height: 30px;
}
.short-articles-nav {
  padding: 0 5px 15px 5px;
  border-bottom: 2px solid #e1e2e5;
}
.short-articles-nav label {
  font-weight: 400;
  vertical-align: middle;
  padding-right: 3px;
}
.short-articles-nav .short-articles-btn {
  margin-left: 10px;
  display: inline-block;
}
.short-articles-nav .short-articles-btn a {
  display: inline-block;
}
.short-articles-nav.bottom-nav {
  border-bottom: 0;
}
.short-articles-nav.bottom-nav .text-center {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #e1e2e5;
}
.short-articles-nav.bottom-nav .text-center .blue-btn {
  font-size: 18px;
  padding: 10px 80px;
}
.items-quant-of input {
  width: 50px;
  padding: 0 5px;
  line-height: 28px;
  border: 1px solid #7d7d80;
  text-align: center;
  margin-right: 8px;
}
.catalog-block .articles-item {
  margin-top: 20px;
}
.catalog-block .articles-title {
  margin-bottom: 15px;
}
.catalog-block .catalog-item-image {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}
.catalog-block .catalog-item-image .item-image-btn {
  position: absolute;
  bottom: 5px;
  right: 15px;
  line-height: 1em;
}
.catalog-block .catalog-item-image .item-image-btn .fa {
  color: #fff;
  margin-left: 8px;
  font-size: 16px;
  display: inline-block;
}
.catalog-block .short-text {
  margin-top: 10px;
}
.item-image {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.col-xs-2 .item-image {
  min-height: 120px;
}
.col-xs-3 .item-image {
  min-height: 140px;
}
.tag-list {
  font-size: 12px;
  color: #7d7d80;
}
.tag-list ul {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 12px;
}
.tag-list ul li {
  display: inline-block;
  line-height: 12px;
}
.tag-list ul li:before {
  font-size: 12px;
  content: "-";
  display: inline-block;
  padding: 0 5px;
}
.tag-list a {
  text-decoration: underline;
  font-size: 12px;
}
.categorizer .level1 {
  padding-left: 10px;
  display: block;
  text-decoration: none;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.categorizer .level1 .fa {
  margin-right: 10px;
  display: inline-block;
  font-size: 24px;
}
.categorizer .level1:hover {
  background: #3d9ccc;
}
.categorizer ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.categorizer ul li {
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 17px;
}
.categorizer ul li.level2 > * {
  padding: 10px 20px;
  background: #e1e2e5;
  display: block;
}
.categorizer ul li.level2 a {
  padding-left: 10px;
}
.categorizer ul li.level2 a .fa {
  display: inline-block;
  margin-right: 10px;
  color: #3d9ccc;
}
.categorizer ul li.level2 a:hover {
  border-color: #e1e2e5;
  color: #3d9ccc;
}
.categorizer ul li.level2 a:hover .grey-text {
  color: #3d9ccc;
}
.categorizer ul li.level3 {
  border: 1px solid #e1e2e5;
  border-left-width: 2px;
  border-top: 0;
  padding: 10px 20px 10px 25px;
}
.categorizer ul li > a {
  border: 1px solid #e1e2e5;
  border-left-width: 2px;
  border-top: 0;
  display: block;
  padding: 10px 20px;
  color: #222226;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.categorizer ul li > a > span {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.categorizer ul li > a:hover {
  background: #fafafa;
  text-decoration: none;
  color: #f74c39;
  border-left-color: #f74c39;
}
.categorizer ul li > a:hover .grey-text {
  color: #f74c39;
}
.categorizer ul li .grey-text {
  padding-left: 5px;
  display: inline-block;
}
.categorizer ul li.new:after {
  content: "new";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1em;
  padding: 3px 3px 1px 3px;
  background: #f74c39;
}
.categorizer ul li.new:before {
  content: "";
  position: absolute;
  top: 0;
  right: 1px;
  width: 90px;
  height: 98%;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ2JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 46%, #ffffff 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 46%, #ffffff 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 46%, #ffffff 100%);
}
.categorizer .category-filter .title-wrap {
  padding-right: 0;
}
.categorizer .category-filter .title-wrap .fa {
  display: inline-block;
  padding-right: 5px;
}
.inner-page .right-sidebar {
  padding-top: 10px;
}
.inner-page .right-sidebar .block-title {
  font-size: 24px;
}
.inner-page .articles-item .col-xs-9 .short-text {
  max-height: 80px;
}
.inner-page .articles-list .advert {
  margin-bottom: 30px;
}
.filter-block {
  border: 1px solid #e1e2e5;
  border-bottom-width: 0;
  padding: 10px 15px 10px 20px;
  color: #484a52;
}
.filter-block .filter-block-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
}
.filter-block .filter-list {
  margin: 10px 0;
}
.filter-block .filter-list label {
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 5px;
}
.filter-block .filter-list .disabled {
  display: none;
}
.filter-block:last-child {
  border-bottom-width: 1px;
}
.popup-gallery a {
  max-height: 120px;
  overflow: hidden;
  margin-bottom: 25px;
}
.video-gallery .video-item {
  margin-bottom: 25px;
}
.video-gallery .video-item .video {
  max-height: 160px;
  overflow: hidden;
  position: relative;
  display: block;
}
.video-gallery .video-item .video .fa {
  position: absolute;
  top: 50%;
  margin: -25px 0 0 -25px;
  left: 50%;
  color: #fff;
  opacity: 0.4;
  font-size: 50px;
  line-height: 1em;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.video-gallery .video-item .video.no-img {
  display: block;
  height: 160px;
  width: 100%;
  background: #3d9ccc;
}
.video-gallery .video-item .video-title {
  color: #222226;
  display: block;
  margin-top: 10px;
  line-height: 22px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.video-gallery .video-item:hover {
  text-decoration: none;
}
.video-gallery .video-item:hover .fa {
  opacity: 1;
}
.video-gallery .video-item:hover .video-title {
  text-decoration: none;
  color: #116aad;
}
.mfp-gallery {
  text-align: center;
}
.mfp-gallery .mfp-container {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 0 20px;
  width: auto;
  background: #fff;
}
.mfp-gallery .mfp-container .mfp-close {
  position: absolute;
  top: auto;
  left: auto;
  bottom: 5px;
  width: 30px;
  height: 30px;
  right: 0px;
  padding-right: 0;
  color: #3d9ccc;
  border: 1px solid #3d9ccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.mfp-gallery .mfp-container .mfp-close:hover {
  background: #3d9ccc;
  color: #fff;
}
.mfp-gallery .mfp-container .mfp-counter {
  right: auto;
  left: 5px;
  top: 8px;
  color: #222226;
}
.mfp-gallery .mfp-container .mfp-figure {
  position: relative;
}
.mfp-gallery .mfp-container .mfp-figure .mfp-img {
  padding: 20px 0 40px;
}
.mfp-gallery .mfp-container .mfp-figure:after {
  box-shadow: none;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.mfp-iframe-scaler .mfp-close:hover {
  background: none;
}
.prices .label-wrap {
  margin-bottom: 8px;
}
.prices .label-wrap:last-child {
  margin-bottom: 15px;
}
.prices label {
  font-weight: 400;
  font-size: 16px;
}
.prices .blue-btn {
  font-size: 18px;
  padding: 10px 20px;
}
.faq .panel {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.faq .answ {
  padding: 10px 10px 15px 35px;
}
.faq .bottom-nav {
  margin-top: 20px;
}
.big-pad-inputs input {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}
.big-pad-inputs textarea {
  width: 100%;
  height: 180px;
  margin-bottom: 10px;
}
.big-pad-inputs .blue-btn {
  display: block;
  width: 100%;
  padding: 10px;
  text-align: center;
  font-size: 18px;
}
.big-pad-inputs .select-styler {
  width: 100%;
  margin-bottom: 10px;
  color: #222226;
}
.big-pad-inputs .select-styler .jq-selectbox__select {
  height: 38px;
  line-height: 38px;
}
.big-pad-inputs .select-styler .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  height: 38px;
  line-height: 38px;
}
.big-pad-inputs .multiselect {
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
  color: #222226;
  font-size: 16px;
  font-weight: 300;
  height: 38px;
  line-height: 38px;
  padding: 0 30px 0 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #adb3b8;
  position: relative;
  background: #fafafa;
}
.big-pad-inputs .multiselect .fa {
  position: absolute;
  top: 0;
  right: 0;
  height: 38px;
  line-height: 38px;
  width: 28px;
  text-align: center;
  color: #3d9ccc;
  font-size: 18px;
}
.big-pad-inputs .multiselect:hover {
  background: #fff;
}
.big-pad-inputs .open .multiselect {
  background: #fff;
  -webkit-box-shadow: inset 1px 1px 3px #dddddd;
  box-shadow: inset 1px 1px 3px #dddddd;
  border-color: #3d9ccc;
}
.article-nav {
  text-align: right;
}
.article-title {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #e1e2e5;
}
.text p {
  margin-bottom: 20px;
  font-size: 15px;
}
.text a {
  text-decoration: underline;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.text figure {
  margin-bottom: 20px;
}
.text figure.pull-left {
  margin-right: 20px;
}
.text figure.pull-right {
  margin-left: 20px;
}
.text figure.mid-image {
  max-width: 380px;
}
.text figure.small-image {
  max-width: 280px;
}
.text figure img {
  max-width: 100%;
}
.text em {
  font-style: normal;
  font-weight: 600;
}
.archive {
  margin-top: 30px;
}
.archive-list {
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
}
.archive-list li {
  margin-bottom: 15px;
}
.archive-list .archive-title {
  font-size: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1em;
  color: #222226;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.archive-list .archive-title:hover {
  color: #116aad;
}
.popular {
  margin-top: 15px;
}
.advert-conditions .banner {
  margin-bottom: 20px;
  margin-right: 20px;
}
.personal-cab-header {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 2px solid #e1e2e5;
}
.personal-cab-header .simple-grey-title {
  margin-bottom: 0px;
}
.personal-cab {
  min-height: 500px;
}
.personal-cab .second-menu li {
  width: 25%;
}
.personal-cab .second-menu li:last-child {
  width: auto;
  float: none;
  margin-left: 74.7%;
}
.personal-cab .second-menu.slider-menu li {
  width: 100%;
}
.personal-cab .second-menu.slider-menu li:last-child {
  width: 100%;
  float: left;
  margin-left: 0;
}
.personal-cab .slider-menu {
  margin-top: 20px;
}
.personal-cab label {
  margin-bottom: 5px;
  font-size: 14px;
}
.personal-cab label .grey-text {
  font-size: 14px;
}
.personal-cab label a {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.personal-cab .jq-selectbox {
  width: 100%;
}
.personal-cab select,
.personal-cab .jq-selectbox__select {
  border-color: #adb3b8;
}
.personal-cab.big-pad-inputs input,
.personal-cab.big-pad-inputs .jq-selectbox__select-text {
  font-size: 16px;
}
.personal-cab-block .small-blue-title {
  text-transform: uppercase;
}
.personal-cab-block label {
  display: block;
  margin-bottom: 5px;
}
.personal-cab-block label:last-child {
  margin-bottom: 0;
}
.personal-cab-block input[type="text"],
.personal-cab-block input[type="password"] {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  border-color: #adb3b8;
}
.personal-cab-block textarea {
  border-color: #adb3b8;
}
.personal-cab-block .blue-btn {
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  padding: 10px;
  margin-top: 15px;
}
.personal-cab-block .bottom-btn {
  margin-top: 30px;
}
.personal-cab-block .bottom-btn .blue-btn {
  text-transform: none;
  width: auto;
  padding: 10px 50px;
  margin: 0 auto;
}
.personal-cab-block .bottom-btn .blue-btn .fa {
  margin-right: 10px;
}
.personal-cab-block .bottom-btn.row-btn .row {
  margin-top: 30px;
}
.personal-cab-block .bottom-btn.row-btn .row .blue-btn {
  width: 100%;
}
.personal-cab-block .load-file .bottom-btn {
  margin-top: 20px;
  margin-bottom: 15px;
}
.personal-cab-block .load-file .text-center .fa {
  color: #116aad;
  font-size: 14px;
}
.personal-cab-block .load-file .grey-text {
  font-size: 14px;
}
.personal-cab-block .load-file .file-name {
  margin-bottom: 10px;
}
.personal-cab-block .load-file .file-name:last-child {
  margin-bottom: 0;
}
.company-line {
  border: 1px solid #e1e2e5;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 10px;
  margin-top: 10px;
}
.company-line .company-line-img {
  margin-right: 10px;
}
.company-line .company-name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #222226;
  font-size: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.company-line .company-name:hover {
  color: #116aad;
}
.company-line .tag-list {
  margin-top: 15px;
}
.company-line .tag-list .grey-text {
  text-decoration: none;
}
.company-line .views-quant {
  margin-top: 20px;
  margin-right: 20px;
  width: 100px;
}
.company-line .dropdown {
  width: 250px;
}
.company-line .dropdown .dropdown-menu {
  width: 100%;
}
.company-line .dropdown.open .transp-btn {
  border-color: #116aad;
}
.company-line .dropdown.open .transp-btn .pluse {
  color: #116aad;
}
.company-line .dropdown.open .transp-btn .fa {
  color: #116aad;
}
.company-line .transp-btn {
  line-height: 28px;
  margin: 5px 0 0;
  width: 100%;
  color: #222226;
  text-align: left;
  position: relative;
  padding: 0 20px 0 10px;
}
.company-line .transp-btn .fa {
  position: absolute;
  right: 5px;
  line-height: 28px;
  font-size: 18px;
  color: #3d9ccc;
}
.company-line .transp-btn:hover {
  background: transparent;
}
.company-line .transp-btn:hover .pluse {
  color: #116aad;
}
.company-line .transp-btn:hover .fa {
  color: #116aad;
}
.slide-up-block {
  border-bottom: 1px solid #e1e2e5;
  padding: 20px 0;
  position: relative;
}
.slide-up-block .top-btn {
  position: absolute;
  top: 20px;
  right: 0;
}
.slide-up-block .top-btn .hide-btn {
  margin-left: 5px;
}
.slide-up-block .edit-line {
  margin-top: 15px;
  position: relative;
}
.slide-up-block .edit-line input,
.slide-up-block .edit-line select,
.slide-up-block .edit-line .select-styler {
  margin-bottom: 0;
}
.slide-up-block .edit-line .add-remove-btn {
  position: absolute;
  bottom: 9px;
  left: 100%;
  font-size: 22px;
  white-space: nowrap;
}
.slide-up-block .edit-line .add-remove-btn a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.slide-up-block .edit-line .add-remove-btn a:hover {
  text-decoration: none;
  color: #f74c39;
}
.slide-up-block .slide-up-block-hid-title {
  height: 0;
  font-size: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.slide-up-block .slide-up-block-hid-title.active {
  height: auto;
  font-size: 16px;
  color: #116aad;
}
.big-textarea label {
  margin: 10px 0 5px;
}
.big-textarea textarea {
  height: 350px;
}
.adress-block {
  margin-top: 30px;
}
.adress-block .bottom-btn {
  margin-top: 20px;
}
.adress-block .blue-btn {
  text-transform: none;
}
.adress-block .blue-btn .fa {
  margin-right: 10px;
}
.alert {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #3d9ccc;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 15px 20px;
}
.alert .fa {
  color: #3d9ccc;
  font-size: 40px;
  float: left;
}
.alert .alert-text {
  margin-left: 40px;
  color: #222226;
  font-weight: 300;
  font-size: 16px;
}
.alert.alert-warning {
  background-color: #ffffcc;
}
.photo-block {
  margin-top: 15px;
}
.photo-block .photo {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.photo-block .photo.col-md-2 {
  max-height: 120px;
}
.photo-block .photo > a {
  display: block;
  overflow: hidden;
}
.photo-btns {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 0;
  line-height: 20px;
}
.photo-btns .photo-btn {
  font-size: 15px;
  line-height: 1em;
  display: inline-block;
  background: rgba(255, 255, 255, 0.6);
  padding: 3px 4px;
  color: #3d9ccc;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.photo-btns .photo-btn:hover {
  background: #fff;
}
.upload-photo {
  position: relative;
  height: 120px;
  background: #e6e7eb;
  line-height: 120px;
  text-align: center;
}
.upload-photo input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  margin-bottom: 0;
  z-index: 100;
  cursor: pointer;
}
.upload-photo .upload-btn {
  padding: 10px 15px;
  display: inline-block;
  border: 1px solid #116aad;
  margin: 0 auto;
  text-align: center;
  line-height: 1em;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.upload-photo:hover .upload-btn {
  background: #116aad;
  color: #fff;
}
.upload-photo .text-center {
  position: absolute;
  bottom: 15%;
  line-height: 1.2em;
  width: 100%;
}
.close-block {
  border-top: 1px solid #e1e2e5;
  border-bottom: 0;
}
.close-block > :first-child {
  margin-top: 10px;
}
.close-block:last-child {
  border-bottom: 1px solid #e1e2e5;
}
.close-block:first-child {
  margin-top: 10px;
}
.close-block .close {
  color: #3d9ccc;
  font-size: 17px;
  opacity: 1;
  float: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.close-block .close:hover {
  color: #116aad;
}
.close-block .bottom-btn {
  margin-top: 0;
}

/* Add styles for MS */
.main-news img {
  width: 373px;
  height: 246px;
}

.small-news img {
  width: 177px;
  height: 118px;
}

.articles-item img {
  width: 177px;
  height: 118px;
}

.gallery{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.gallery a img {
  width: 150px;
  margin: 15px;
}