@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,500,700,900&subset=cyrillic");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600,800i&subset=cyrillic");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* === Reset === */
html, body {
  height: 100%;
  min-height: 100%;
  margin: 0;
}

body {
  background: #fefefe;
  color: #000;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  line-height: 22px;
  margin: 0;
}

img {
  border: 0;
  max-width: 100%;
}

p {
  margin: 0 0 20px;
}

p:last-child {
  margin: 0;
}

ul, ol {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

b, strong {
  font-weight: 700;
}

a {
  color: #0057a4;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a.dotlink {
  border-bottom: 1px dotted #0057a4;
  text-decoration: none;
}
a.dotlink:hover {
  border: 0;
}
a.maplink {
  border-bottom: 1px dotted #0057a4;
  text-decoration: none;
  margin-left: 20px;
  position: relative;
}
a.maplink:before {
  content: '';
  display: block;
  position: absolute;
  left: -14px;
  top: 1px;
  height: 15px;
  width: 11px;
  background-image: url('../images/spr-s7c455bb1ad.png');
  background-position: 0 -1102px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  a.maplink:before {
    background-image: url('../images/spr-retina-s0d464d30b9.png');
    background-position: 0 -1062px;
    -moz-background-size: 118px auto;
    -o-background-size: 118px auto;
    -webkit-background-size: 118px auto;
    background-size: 118px auto;
  }
}
a.maplink:hover {
  border: 0;
}

a, input, textarea {
  outline: none;
}

th {
  font-weight: normal;
  text-align: left;
}

fieldset {
  padding: 0;
  border: 0;
  margin: 0;
}

blockquote {
  margin: 0;
  padding: 0;
}

i, em {
  font-style: italic;
}

textarea {
  resize: none;
  overflow: auto;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

a:hover {
  text-decoration: none;
}

table {
  width: 100%;
  border-collapse: collapse;
}

.clear {
  clear: both;
  display: block;
}

img.alignleft {
  float: left;
  margin: 4px 20px 4px 0;
}

img.alignright {
  float: right;
  margin: 4px 0 4px 20px;
}

.sidebanner {
  text-align: center;
  margin: 0 0 30px;
}

.sidegrd {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tb-visible, .sm-visible, .xs-visible {
  display: none;
}

/* === Responsive grid === */
.container {
  margin: 0 auto;
  width: 1170px;
}

.clearfix:after, .row:after, .container:after {
  content: '';
  clear: both;
  display: block;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

[class*='grid'] {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px;
}

.grid2 {
  width: 16.6666666%;
}

.grid20 {
  width: 20%;
}

.grid3 {
  width: 25%;
}

.grid4 {
  width: 33.3333333%;
}

.grid5 {
  width: 41.6666666%;
}

.grid6 {
  width: 50%;
}

.grid7 {
  width: 58.3333333%;
}

.grid8 {
  width: 66.6666666%;
}

.grid9 {
  width: 75%;
}

.grid12 {
  width: 100%;
}

.pull-right {
  float: right;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.morebox {
  text-align: center;
  margin: 0 0 40px;
}
.morebox.margin {
  margin: 0 0 80px;
}
.morebox.no_margin {
  margin: 0;
}

.middle {
  padding: 90px 0;
}

.inline {
  display: inline-block;
}

.noMarginTop {
  margin-top: 0 !important;
}

.lg-hidden {
  display: none;
}

.float100 {
  float: left;
  width: 100%;
}

.medium {
  font-weight: 500;
}

hr {
  background: url(../images/line.png) center 0 no-repeat;
  height: 2px;
  min-width: 231px;
  border: 0;
  padding: 0;
  clear: both;
  display: block;
  margin: 20px 0;
}

/* === FORMS === */
.input {
  background: 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #3e3e3e;
  font-size: 16px;
  line-height: 20px;
  padding: 5px;
  height: 32px;
}

.inpf {
  background: #fff;
  height: 40px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 0 0 30px;
  border-bottom: 2px solid #cececc;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px 5px 40px;
}
.inpf .input {
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  height: 30px;
  padding: 5px 0;
  width: 100%;
}
.inpf .fas {
  position: absolute;
  font-size: 14px;
  line-height: 14px;
  position: absolute;
  left: 12px;
  top: 12px;
}

.inpf-text {
  padding-left: 14px;
  height: 100px;
}
.inpf-text textarea.input {
  height: 90px;
  display: block;
  margin: 0;
}

/* === Button === */
.btn {
  background: #09b05a;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border: 0;
  border-bottom: 2px solid #4d874d;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  padding: 10px 24px;
}
.btn:hover {
  background: #4d874d;
}
.btn-more {
  background: #f4f3f3;
  border-bottom-color: #e7e4e4;
  color: #09b05a;
  font-weight: 500;
  min-width: 270px;
}
.btn-more:hover {
  background: #e7e4e4;
}
.btn-blue {
  background: #10549d;
  border-bottom-color: #002462;
  color: #fff;
}
.btn-blue:hover {
  background: #002462;
}
.btn-yellow {
  background: #f1c40f;
  border-bottom-color: #cba409;
  color: #3e3e3e;
}
.btn-yellow:hover {
  background: #cba409;
}
.btn-green {
  background: #39f78a;
  border-bottom-color: #27ae60;
}
.btn-green:hover {
  background: #27ae60;
}
.btn-green2 {
  background: #00b05a;
  border-bottom-color: #058848;
}
.btn-green2:hover {
  background: #058848;
}
.btn-o {
  background: 0;
  color: #09b05a;
  border: 2px solid #09b05a;
}
.btn-o:hover {
  background: #09b05a;
  color: #fff;
}
.btn-vnz b {
  position: relative;
  padding-left: 24px;
  font-weight: 500;
}
.btn-vnz b:before {
  content: '';
  display: block;
  position: absolute;
  height: 18px;
  width: 18px;
  left: 0;
  top: 0;
  background: url(../images/svg-icons/build-green.svg) no-repeat;
  background-size: cover;
}

.btn-vnz.btn-yellow b:before {
  background-image: url(../images/svg-icons/build.svg);
}

input.btn, button.btn {
  padding-top: 0;
  padding-bottom: 0;
  height: 38px;
  line-height: 38px;
}

input.btn-o, button.btn-o {
  padding-top: 0;
  padding-bottom: 0;
  height: 38px;
  line-height: 36px;
}

/* === delete_link === */
.delete_link {
  color: #e74c3c;
  font-size: 16px;
  font-weight: 700;
}
.delete_link a {
  color: inherit;
}

/* === Radio / Checkbox === */
.jq-radio {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 3px solid #09b05a;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.jq-radio.checked {
  background: url(../images/check.svg);
  background-size: 20px 20px;
  border: 0;
}

.jq-checkbox {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #fff;
  border: 1px solid #c1c1c1;
  width: 14px;
  height: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.jq-checkbox__div:before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-size: 10px;
  line-height: 14px;
  content: '\f00c';
  color: #0359a1;
  display: none;
  margin-left: 1px;
}

.jq-checkbox.checked {
  border-color: #0359a1;
}

.jq-checkbox.checked .jq-checkbox__div:before {
  display: block;
}

.checkf {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}

.checkf .jq-radio {
  left: 0;
  top: -1px;
  position: absolute !important;
}

.checkf .jq-checkbox {
  left: 0;
  top: 1px;
  position: absolute !important;
}

.checkf .jq-checkbox.checked + span, .checkf .jq-radio.checked + span {
  color: #0359a1;
}

.filterbox_content .jq-radio {
  background: #fff;
  border: 1px solid #c1c1c1;
  width: 14px;
  height: 14px;
}
.filterbox_content .jq-radio__div {
  background: #0359a1;
  width: 8px;
  height: 8px;
  left: 2px;
  top: 2px;
  border: 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  display: none;
}
.filterbox_content .jq-radio.checked {
  border-color: #0359a1;
}
.filterbox_content .jq-radio.checked .jq-radio__div {
  display: block;
}
.filterbox_content .checkf {
  display: inline-block;
}
.filterbox_content .checkf .jq-radio {
  top: 1px;
}

/* === Select === */
.jq-selectbox__select {
  cursor: pointer;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 0 30px 0 14px;
  color: #333;
  height: 36px;
  border: 1px solid #cfcfce;
  border-bottom-width: 3px;
  font-weight: 700;
  font-size: 14px;
  line-height: 36px;
  position: relative;
}
.jq-selectbox__select-text {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jq-selectbox__trigger {
  position: absolute;
  background: url(../images/admin/chevron.svg) no-repeat;
  width: 12px;
  height: 10px;
  right: 10px;
  top: 12px;
  background-size: cover;
}
.jq-selectbox__dropdown {
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #cfcfce;
  padding: 3px;
  width: 100%;
}
.jq-selectbox__dropdown ul li {
  cursor: pointer;
  padding: 8px;
  font-size: 14px;
  line-height: 16px;
}
.jq-selectbox__dropdown ul li:hover {
  background: #e1e1e1;
}

.selectlang .jq-selectbox__select {
  color: #4c7ca0;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  padding: 0;
  border: 0;
  text-transform: uppercase;
}
.selectlang .jq-selectbox__select-text {
  overflow: visible;
  white-space: normal;
}
.selectlang .jq-selectbox__trigger {
  display: none;
}
.selectlang .jq-selectbox__dropdown {
  background: white;
  font-size: 16px;
  line-height: 18px;
  margin-top: 12px;
  left: 50%;
  -webkit-box-shadow: 0 4px 35px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 4px 35px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 35px rgba(0, 0, 0, 0.05);
  font-weight: 700;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border: 0;
  width: 56px;
  margin-left: -28px;
}
.selectlang .jq-selectbox__dropdown:before {
  content: '';
  display: block;
  position: absolute;
  height: 11px;
  width: 21px;
  background-image: url('../images/spr-s7c455bb1ad.png');
  background-position: 0 -55px;
  background-repeat: no-repeat;
  top: -11px;
  left: 50%;
  margin-left: -9px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .selectlang .jq-selectbox__dropdown:before {
    background-image: url('../images/spr-retina-s0d464d30b9.png');
    background-position: 0 -55px;
    -moz-background-size: 118px auto;
    -o-background-size: 118px auto;
    -webkit-background-size: 118px auto;
    background-size: 118px auto;
  }
}
.selectlang .jq-selectbox__dropdown li {
  padding: 8px 14px;
  cursor: pointer;
  color: #34495e;
}

/* bigbanner */
.bigbanner {
  position: relative;
}

.bigbanner img {
  display: block;
  width: 100%;
}

.bigbanner_close {
  font-size: 24px;
  line-height: 24px;
  position: absolute;
  color: #fff;
  right: 44px;
  top: 50%;
  margin-top: -12px;
}

.banner {
  text-align: center;
}

.banner img {
  max-width: 100%;
}

/* header */
.header {
  background: #23475f;
  padding: 24px 0;
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.12);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.12);
  position: relative;
}
.header .logobox {
  float: left;
  margin: 0 40px 0 0;
}
.header .navmenu {
  float: left;
  margin: 4px 44px 0 0;
}
.header .hamburgerOut {
  float: left;
  margin: 7px 0 0;
}

/* Navmenu */
.navmenu .tb-visible {
  display: none;
}
.navmenu li {
  float: left;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 52px 0 0;
  position: relative;
}
.navmenu li:last-child {
  margin: 0;
}
.navmenu li a {
  color: #f2f2f2;
  text-decoration: none;
}
.navmenu li.spec a {
  color: #f69d25;
}
.navmenu li.spec a:before {
  content: '';
  display: block;
  position: absolute;
  height: 11px;
  width: 11px;
  background-image: url('../images/spr-s7c455bb1ad.png');
  background-position: 0 -1532px;
  background-repeat: no-repeat;
  left: -20px;
  top: 5px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .navmenu li.spec a:before {
    background-image: url('../images/spr-retina-s0d464d30b9.png');
    background-position: 0 -1452px;
    -moz-background-size: 118px auto;
    -o-background-size: 118px auto;
    -webkit-background-size: 118px auto;
    background-size: 118px auto;
  }
}
.navmenu li.spec a:hover {
  color: #fff;
}
.navmenu li.spec a:hover:before {
  height: 11px;
  width: 11px;
  background-image: url('../images/spr-s7c455bb1ad.png');
  background-position: 0 -1501px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .navmenu li.spec a:hover:before {
    background-image: url('../images/spr-retina-s0d464d30b9.png');
    background-position: 0 -1421px;
    -moz-background-size: 118px auto;
    -o-background-size: 118px auto;
    -webkit-background-size: 118px auto;
    background-size: 118px auto;
  }
}
.navmenu li:hover > a {
  color: #f69d25;
}
.navmenu li:hover > .childnav {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
.navmenu .lang {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 26px 0 0;
  display: none;
}
.navmenu .lang a {
  color: rgba(255, 255, 255, 0.3);
  margin-right: 18px;
  text-decoration: none;
}
.navmenu .lang a.active {
  color: white;
}

.childnav {
  background: white;
  margin-top: 14px;
  left: 50%;
  z-index: 1100;
  padding: 14px 0;
  -webkit-box-shadow: 0 4px 35px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 4px 35px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 35px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border: 0;
  width: 216px;
  margin-left: -108px;
  position: absolute;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
}
.childnav:before {
  content: '';
  display: block;
  position: absolute;
  height: 11px;
  width: 21px;
  background-image: url('../images/spr-s7c455bb1ad.png');
  background-position: 0 -55px;
  background-repeat: no-repeat;
  top: -11px;
  left: 50%;
  margin-left: -9px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .childnav:before {
    background-image: url('../images/spr-retina-s0d464d30b9.png');
    background-position: 0 -55px;
    -moz-background-size: 118px auto;
    -o-background-size: 118px auto;
    -webkit-background-size: 118px auto;
    background-size: 118px auto;
  }
}
.childnav:after {
  content: '';
  display: block;
  position: absolute;
  height: 16px;
  width: 100%;
  left: 0;
  top: -16px;
}
.childnav li {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  text-transform: none;
  float: none;
  margin: 0;
}
.childnav li a {
  padding: 6px 20px;
  display: block;
  color: #34495e;
  text-decoration: none;
}
.childnav li a:hover {
  background: #f69d25;
  color: #fff;
}
.childnav.open {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}

.hamb_nav {
  float: left;
  margin: 10px 14px 0 0;
  display: none;
}

/* Hamburger */
.hamburger {
  display: block;
  width: 20px;
  cursor: pointer;
  position: relative;
  height: 14px;
}
.hamburgerOut {
  position: relative;
}
.hamburger b {
  background: #fff;
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
}
.hamburger b.hamb_mid {
  top: 50%;
  margin-top: -1px;
  left: 0;
}
.hamburger b.hamb_fst {
  top: 0;
  left: 50%;
  margin-left: -10px;
}
.hamburger b.hamb_last {
  bottom: 0;
  left: 50%;
  margin-left: -10px;
}
.hamburger.open b.hamb_mid {
  display: none;
}
.hamburger.open b.hamb_last, .hamburger.open b.hamb_fst {
  margin: -1px 0 0 -10px;
  left: 50%;
  top: 50%;
}
.hamburger.open b.hamb_fst {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.hamburger.open b.hamb_last {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* userbox */
.userbox {
  float: right;
  margin: 3px 0 0;
}
.userbox_icon {
  background-color: #2d5c7a;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  float: left;
  margin: 0 20px 0 0;
  display: block;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
}
.userbox_icon.user {
  height: 26px;
  width: 26px;
  background-image: url('../images/spr-s7c455bb1ad.png');
  background-position: 0 -1890px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .userbox_icon.user {
    background-image: url('../images/spr-retina-s0d464d30b9.png');
    background-position: 0 -1810px;
    -moz-background-size: 118px auto;
    -o-background-size: 118px auto;
    -webkit-background-size: 118px auto;
    background-size: 118px auto;
  }
}
.userbox_icon.search {
  height: 26px;
  width: 26px;
  background-image: url('../images/spr-s7c455bb1ad.png');
  background-position: 0 -1353px;
  background-repeat: no-repeat;
  margin-right: 0;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .userbox_icon.search {
    background-image: url('../images/spr-retina-s0d464d30b9.png');
    background-position: 0 -1273px;
    -moz-background-size: 118px auto;
    -o-background-size: 118px auto;
    -webkit-background-size: 118px auto;
    background-size: 118px auto;
  }
}
.userbox_icon:hover, .userbox_icon.active {
  background-color: #fec502;
}
.userbox .selectlangout {
  float: left;
  margin: 0 0 0 20px;
}

/* Searchwin */
.searchwin {
  background: #fff;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1000;
  width: 100%;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
}
.searchwin .container {
  padding-top: 20px;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.searchwin_title {
  color: #34495e;
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}
.searchwin_input {
  background: 0;
  border: 0;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  width: 100%;
  height: 48px;
  padding: 14px 0;
  font-size: 16px;
  line-height: 20px;
}
.searchwin_close {
  position: absolute;
  font-size: 18px;
  line-height: 20px;
  top: 50%;
  margin-top: -10px;
  color: #34495e;
  right: 0;
}
.searchwin.open {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -webkit-box-shadow: 3px 5px 7px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 3px 5px 7px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 5px 7px rgba(0, 0, 0, 0.16);
}

/* Search results */
.result_item {
  margin: 0 0 30px;
  position: relative;
}
.result_item:after {
  content: '';
  clear: both;
  display: block;
}
.result_item_img {
  float: left;
  width: 235px;
}
.result_item_img img {
  width: 100%;
  display: block;
}
.result_item_entry {
  padding-left: 265px;
}
.result_item .anonse_name {
  height: auto;
  overflow: visible;
  max-width: 420px;
  margin: 0 0 10px;
}
.result_item .anonse_more {
  position: absolute;
  left: 265px;
  bottom: 0;
}

@media screen and (max-width: 520px) {
  .result_item_img {
    float: none;
    width: auto;
    margin: 0 0 20px;
  }

  .result_item_entry {
    padding: 0;
  }

  .result_item .anonse_more {
    position: relative;
    left: auto;
    bottom: auto;
  }
}
/* breadcrumbs */
.breadcrumbs {
  background: #2d3e50;
  color: #59718b;
  padding: 18px 0;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}
.breadcrumbs a {
  color: #59718b;
  text-decoration: none;
}

/* anonse */
.anonse {
  max-width: 550px;
}
.anonse_image {
  background-position: center 0;
  height: 202px;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  text-decoration: none;
}
.anonse_entry {
  padding: 10px 10px 20px;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  position: relative;
}
.anonse_cat {
  color: #0359a1;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  margin: 0 0 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.anonse_cat a {
  color: #0359a1;
  text-decoration: none;
}
.anonse_cat a:hover {
  text-decoration: underline;
}
.anonse_name {
  font-size: 16px;
  line-height: 20px;
  height: 80px;
  overflow: hidden;
  font-weight: 700;
  color: #000;
  margin: 0 0 34px;
}
.anonse_name a {
  color: #000;
  text-decoration: none;
  display: block;
}
.anonse_name a:hover {
  color: #0359a1;
  text-decoration: underline;
}
.anonse_more {
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
  position: relative;
  padding-left: 18px;
  font-weight: 700;
  color: #a0a0a0;
  text-decoration: none;
}
.anonse_more:before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  content: '\f017';
}
.anonse_more:hover {
  color: #0359a1;
}
.anonse_more.edit {
  color: #e74c3c;
}
.anonse_more.edit:before {
  content: '\f304';
  font-size: 12px;
}
.anonse:hover .anonse_entry {
  border: 2px solid rgba(65, 116, 174, 0.47);
  border-top: 0;
  padding: 10px 8px 18px;
}
.anonse_nopic .anonse_thumb {
  margin: 0 0 20px;
}
.anonse_nopic .anonse_entry {
  height: 392px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.anonse_nopic .anonse_name {
  height: 120px;
}
.anonse_nopic .anonse_more {
  position: absolute;
  left: 10px;
  bottom: 24px;
}
.anonse_nopic:hover .anonse_entry {
  border-top: 2px solid rgba(65, 116, 174, 0.47);
  padding-top: 8px;
}
.anonse_nopic:hover .anonse_more {
  left: 8px;
  bottom: 22px;
}

/* Smallbanner */
.smallbanner {
  display: block;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.smallbanner.empty {
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  background-image: url(../images/banner.png);
  background-size: contain;
}
.smallbanner img {
  margin: 0 auto;
  display: block;
}

/* anonsebig */
.anonsebig {
  position: relative;
  background-position: center 0;
  background-repeat: no-repeat;
  text-decoration: none;
  background-size: cover;
  max-width: 700px;
  color: #fff;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.anonsebig:before {
  content: '';
  display: block;
  position: absolute;
  height: 100px;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  background: transparent;
  background: -moz-linear-gradient(top, transparent 0%, black 100%);
  background: -webkit-linear-gradient(top, transparent 0%, black 100%);
  background: linear-gradient(to bottom, transparent 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=0 );
}
.anonsebig_entry {
  display: block;
  position: absolute;
  left: 20px;
  bottom: 20px;
  right: 20px;
}
.anonsebig_cat {
  font-size: 14px;
  margin: 0 0 20px;
  display: block;
}
.anonsebig_cat a {
  color: #fff;
  text-decoration: none;
}
.anonsebig_name {
  font-size: 25px;
  line-height: 28px;
  font-weight: 900;
  margin: 0;
  max-width: 440px;
  display: block;
}
.anonsebig_name a {
  color: #fff;
  text-decoration: none;
}
.anonsebig .anonse_more {
  text-transform: none;
  color: #fff;
  margin: 14px 0 0;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  opacity: 0;
  visibility: hidden;
  height: 0;
  position: relative;
  display: none;
}
.anonsebig:hover:before {
  height: 180px;
}
.anonsebig:hover .anonse_more {
  opacity: 1;
  visibility: visible;
  display: inline-block;
}

.anonse, .smallbanner, .anonsebig, .freshed, .vote, .anonse.anonse_nopic {
  height: 392px;
  margin: 0 0 30px;
}

/* Freshed */
.freshed {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  position: relative;
}
.freshed_title {
  border-bottom: 1px solid #e7e7e7;
  padding: 18px 12px;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #212121;
}
.freshed ul li {
  border-bottom: 1px solid #e7e7e7;
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
}
.freshed ul li:last-child {
  border-bottom: 0;
}
.freshed ul li a {
  display: block;
  padding: 12px;
  color: #373737;
  text-decoration: none;
}
.freshed ul li a:hover {
  color: #0359a1;
}
.freshed_all {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
}
.freshed_all a {
  background: #f8f8f8;
  color: #000;
  text-decoration: none;
  padding: 7px;
  display: block;
}

/* vote */
.vote {
  border: 4px solid #335698;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 20px;
}
.vote_title {
  background: #335698;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  font-weight: 900;
  padding: 12px 10px 16px;
  margin: 0 0 20px;
}
.vote_question {
  position: relative;
  padding-left: 48px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  margin: 0 12px 18px 18px;
}
.vote_question:before {
  content: '';
  display: block;
  position: absolute;
  height: 35px;
  width: 35px;
  background-image: url('../images/spr-s7c455bb1ad.png');
  background-position: 0 -1258px;
  background-repeat: no-repeat;
  left: 0;
  top: 2px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .vote_question:before {
    background-image: url('../images/spr-retina-s0d464d30b9.png');
    background-position: 0 -1218px;
    -moz-background-size: 118px auto;
    -o-background-size: 118px auto;
    -webkit-background-size: 118px auto;
    background-size: 118px auto;
  }
}
.vote_form {
  max-width: 210px;
  margin: 0 auto;
}
.vote_form ul {
  margin: 0 20px 20px;
  min-height: 150px;
}
.vote_form li {
  margin: 0 0 14px;
}
.vote .btn {
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
  display: block;
}
.vote-side {
  height: auto !important;
  margin: 0 auto 30px !important;
  max-width: 300px;
}

/* pagehead */
.pagehead {
  margin: 0 0 30px;
  position: relative;
}
.pagehead:after {
  content: '';
  clear: both;
  display: block;
}
.pagehead_name {
  color: #34495e;
  font-size: 35px;
  font-weight: 700;
  line-height: 36px;
  float: left;
  margin: 0;
  display: block;
  padding: 5px 0 5px 20px;
  border-left: 2px solid #34495e;
}
.pagehead_name small {
  color: #dadada;
  font-size: 27px;
  font-weight: 500;
  line-height: 30px;
}
.pagehead .addnews {
  float: right;
  margin: 16px 0 0;
}

.pagehead_cal {
  padding-right: 50px;
}
.pagehead_cal .iconCalendar {
  position: absolute;
  right: 20px;
  top: -5px;
  display: none;
}
.pagehead_cal .iconCalendar .datewin {
  left: auto;
  margin: 0;
  right: -20px;
}
.pagehead_cal .iconCalendar .datewin:before {
  right: 16px;
  left: auto;
  margin: 0;
}

@media screen and (max-width: 1020px) {
  .pagehead_cal .iconCalendar {
    display: block;
  }
}
.addnews {
  color: #767676;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  position: relative;
  padding-right: 26px;
  text-decoration: none;
  display: inline-block;
}
.addnews:before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  right: 0;
  top: 0;
  content: '\f055';
  color: #ccdaeb;
  position: absolute;
}
.addnews:hover {
  color: #335698;
}
.addnews:hover:before {
  color: #335698;
}

/* offers */
.offers {
  margin: 0 -6px 50px;
}
.offers [class*='grid'] {
  padding: 0 6px;
}

.offerbox {
  background: #fff;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  margin: 0 0 14px;
}
.offerbox_image {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fafafa;
  height: 147px;
}
.offerbox_image img {
  max-height: 140px;
  max-width: 140px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  opacity: 0.65;
  transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -webkit-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
}
.offerbox_entry {
  padding: 14px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 128px;
  text-align: center;
}
.offerbox_name {
  font-size: 14px;
  font-weight: 500;
  color: #454545;
  line-height: 18px;
}
.offerbox_name a {
  color: #454545;
  text-decoration: none;
  display: block;
}
.offerbox_name a:hover {
  text-decoration: underline;
}
.offerbox:hover .offerbox_image img {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none;
  opacity: 1;
}

/* post_bottom */
.post_bottom {
  margin: 60px 0 0;
  position: relative;
  height: 150px;
  overflow: hidden;
}
.post_bottom-text {
  column-count: 2;
  -webkit-column-count: 2;
  column-gap: 20px;
  -webkit-column-gap: 20px;
}
.post_bottom:before {
  content: '';
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=0 );
  width: 100%;
  left: 0;
  bottom: 0;
  height: 100px;
}
.post_bottom.full {
  height: auto;
  overflow: visible;
}
.post_bottom.full:before {
  content: none;
  display: none;
}

.post.post_bottom h1,
.post.post_bottom h2 {
  color: #0359a1;
  margin: 0 0 8px;
  font-weight: 700;
  font-size: 21px;
  line-height: 24px;
}

.postMore {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  margin: 0;
}
.postMore a {
  color: #0359a1;
  text-decoration: none;
  position: relative;
  padding-right: 16px;
}
.postMore a:before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  content: '\f107';
  right: 0;
  top: -1px;
  position: absolute;
}
.postMore a.open:before {
  transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}

/* sliderbox */
.sliderbox {
  background: #0057a6;
  background: -moz-linear-gradient(left, #0057a6 0%, #00c2ce 100%);
  background: -webkit-linear-gradient(left, #0057a6 0%, #00c2ce 100%);
  background: linear-gradient(to right, #0057a6 0%, #00c2ce 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from2', endColorstr='$to2',GradientType=1 );
  overflow: hidden;
  height: 400px;
}
.sliderbox .draggable {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.sliderBtns {
  display: inline-block;
  padding: 17px;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
}
.sliderBtns:after {
  content: '';
  clear: both;
  display: block;
}
.sliderBtns .btn {
  background: #86d3e5;
  border-bottom-color: #6fbcce;
  color: #055da4;
  font-size: 14px;
  width: 180px;
  float: left;
  margin: 0 13px 0 0;
  padding: 14px;
}
.sliderBtns .btn:last-child {
  margin: 0;
}
.sliderBtns .btn:hover {
  background: #fff;
  border-bottom-color: #dbdbdb;
}

.slick-dots {
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 0 6px;
  outline: none;
}
.slick-dots button {
  width: 7px;
  height: 7px;
  background: rgba(255, 255, 255, 0.5);
  border: 0;
  cursor: pointer;
  text-indent: -9999px;
  padding: 0;
  outline: none;
}
.slick-dots li.slick-active button {
  background: white;
}

.slick-prev, .slick-next {
  font-size: 35px;
  color: #fff;
  line-height: 36px;
  top: 50%;
  outline: none;
  display: block;
  z-index: 10;
  margin-top: -38px;
  position: absolute;
  background: 0;
  cursor: pointer;
}

.slick-prev {
  left: 30px;
}

.slick-next {
  right: 30px;
}

/* Slider item */
.sliderbox_item {
  position: relative;
  text-align: left;
  overflow: hidden;
  height: 400px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.sliderbox_item .container {
  padding: 38px 0 0 474px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sliderbox_item h3 {
  font-size: 31px;
  line-height: 38px;
  font-weight: 700;
  margin: 0 0 20px;
}
.sliderbox_item .girl {
  background: url(../images/girl.jpg) right 0 no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 50%;
  margin-right: 134px;
  width: 676px;
  height: 400px;
}

@media screen and (max-width: 1200px) {
  .sliderbox_item .container {
    padding-left: 384px;
  }

  .sliderbox_item .girl {
    background: url(../images/girl.jpg) 100px 0 no-repeat;
  }
}
@media screen and (max-width: 1020px) {
  .sliderbox {
    padding: 28px 30px;
  }

  .sliderbox_item {
    overflow: visible;
    height: auto;
  }

  .sliderbox_item .container {
    padding: 0;
  }

  .sliderbox_item .girl {
    display: none;
  }

  .sliderbox .slick-prev {
    left: -22px;
  }
  .sliderbox .slick-next {
    right: -22px;
  }
}
@media screen and (max-width: 750px) {
  .sliderbox_item {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
  }

  .sliderbox_item h3 {
    font-size: 21px;
    line-height: 24px;
  }
}
/* dayswrap */
.dayswrap {
  -webkit-box-shadow: 0 0 21px rgba(78, 129, 173, 0.15);
  -moz-box-shadow: 0 0 21px rgba(78, 129, 173, 0.15);
  box-shadow: 0 0 21px rgba(78, 129, 173, 0.15);
  border-radius: 14px;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  margin: 0 0 30px;
  padding: 18px 0;
}
.dayswrap:after {
  content: '';
  clear: both;
  display: block;
}
.dayswrap .daybox {
  float: left;
  margin: 0;
  color: #383838;
  font-size: 22px;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 24px;
  text-align: center;
  width: 94px;
  position: relative;
  padding: 0 14px;
}
.dayswrap .daybox:before {
  content: '';
  display: block;
  position: absolute;
  background: #e7e7e7;
  width: 1px;
  height: 48px;
  right: 0;
  top: 50%;
  margin-top: -24px;
}
.dayswrap .daybox a {
  color: #383838;
  text-decoration: none;
}
.dayswrap .daybox b {
  display: block;
  font-size: 24px;
  margin: 0 0 12px;
  color: #383838;
}
.dayswrap .daybox.week {
  color: #d6305f;
}
.dayswrap .daybox.week a {
  color: #383838;
}
.dayswrap .daybox span {
  display: block;
  padding: 8px 0;
  cursor: pointer;
}
.dayswrap .daybox.active {
  color: #0359a1;
}
.dayswrap .daybox.active b {
  color: #0359a1;
}
.dayswrap .daybox.active span {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.dayswrap .addnews {
  float: right;
  margin: 28px 20px 0 0;
}
.dayswrap .iconCalendar {
  float: left;
  margin: 22px 0 0 30px;
}

.iconCalendar {
  display: inline-block;
  position: relative;
}
.iconCalendar_click {
  height: 31px;
  width: 31px;
  background-image: url('../images/spr-s7c455bb1ad.png');
  background-position: 0 -125px;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .iconCalendar_click {
    background-image: url('../images/spr-retina-s0d464d30b9.png');
    background-position: 0 -125px;
    -moz-background-size: 118px auto;
    -o-background-size: 118px auto;
    -webkit-background-size: 118px auto;
    background-size: 118px auto;
  }
}
.iconCalendar:before {
  content: '';
  display: block;
  position: absolute;
  border: 6px solid transparent;
  border-top: 6px solid #335698;
  right: -20px;
  top: 14px;
}

.datewin {
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 330px;
  position: absolute;
  z-index: 1000;
  left: 50%;
  margin-left: -165px;
  top: 70px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  padding: 30px 50px 20px;
  -webkit-box-shadow: 0 11px 35px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 11px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 11px 35px rgba(0, 0, 0, 0.2);
  border: 1px solid #ccd6e5;
  display: none;
}
.datewin:before {
  content: '';
  display: block;
  position: absolute;
  height: 19px;
  width: 36px;
  background-image: url('../images/spr-s7c455bb1ad.png');
  background-position: 0 -86px;
  background-repeat: no-repeat;
  left: 50%;
  margin-left: -18px;
  top: -19px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .datewin:before {
    background-image: url('../images/spr-retina-s0d464d30b9.png');
    background-position: 0 -86px;
    -moz-background-size: 118px auto;
    -o-background-size: 118px auto;
    -webkit-background-size: 118px auto;
    background-size: 118px auto;
  }
}
.datewin.open {
  display: block;
}
.datewin .ui-datepicker {
  background: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

/* === Datepicker === */
.ui-datepicker {
  background: #fff;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  padding: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  z-index: 1010 !important;
}

.ui-datepicker-calendar {
  border-collapse: collapse;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
}
.ui-datepicker-calendar th {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #595c65;
  text-align: center;
  border-bottom: 1px dotted #d1d1d1;
  height: 36px;
}
.ui-datepicker-calendar th.ui-datepicker-week-end {
  color: #a54157;
}
.ui-datepicker-calendar td {
  height: 32px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  padding: 0;
}
.ui-datepicker-calendar td a {
  color: #595c65;
  display: block;
  text-decoration: none;
  width: 28px;
  padding: 5px 0;
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.ui-datepicker-calendar td.ui-datepicker-week-end a {
  color: #a54157;
}

.ui-datepicker-today a {
  background: #dae6f8;
}

.ui-datepicker-calendar .ui-state-active,
.ui-datepicker-calendar td .ui-state-active:hover {
  background: #56b2f1;
  background: -moz-linear-gradient(left, #56b2f1 0%, #4c79ca 100%);
  background: -webkit-linear-gradient(left, #56b2f1 0%, #4c79ca 100%);
  background: linear-gradient(to right, #56b2f1 0%, #4c79ca 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from2', endColorstr='$to2',GradientType=1 );
  color: #fff !important;
}

.ui-datepicker-header {
  text-align: center;
  position: relative;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #3e5496;
  font-family: 'Montserrat', sans-serif;
}

.ui-datepicker-next, .ui-datepicker-prev {
  position: absolute;
  top: 0;
  color: #3e5496;
  font-size: 16px;
  cursor: pointer;
}

.ui-datepicker-prev {
  left: 0;
}

.ui-datepicker-next {
  right: 0;
}

.ui-datepicker-other-month {
  color: #b8b8b8;
}

/* searchTags */
.searchTags {
  margin: 0 0 20px;
}
.searchTags:after {
  content: '';
  clear: both;
  display: block;
}
.searchTags_btn {
  color: #0057a4;
  text-decoration: none;
  display: inline-block;
  margin: 0 10px 10px 0;
  text-align: center;
  border: 1px solid #0057a4;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 6px 22px;
  transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -webkit-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
}
.searchTags_btn:hover {
  background: #f69f24;
  border-color: #f69f24;
  color: #fff;
}
.searchTags_btn:active {
  background: #0057a4;
  border-color: #0057a4;
  color: #fff;
}
.searchTags-rounded {
  margin: 0 0 40px;
}
.searchTags-rounded .searchTags_btn {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #edf3f4;
  font-size: 14px;
  line-height: 18px;
  padding: 5px 8px;
  border: 0;
  font-weight: 400;
  text-transform: none;
}
.searchTags-rounded .searchTags_btn:hover {
  color: #0359a1;
  text-decoration: underline;
}

/* coverbox */
.overflow {
  overflow: hidden;
}
.overflow hr {
  background: #e6e6e6;
  height: 1px;
  margin: 30px 0;
  border: 0;
  padding: 0;
  position: relative;
  clear: both;
  display: block;
}
.overflow hr:before, .overflow hr:after {
  top: 0;
  height: 1px;
  background: #e6e6e6;
  width: 1000px;
  content: '';
  position: absolute;
}
.overflow hr:before {
  left: -1000px;
}
.overflow hr:after {
  right: -1000px;
}

.coverbox {
  background-position: center 0;
  background-repeat: no-repeat;
  height: 454px;
  background-size: cover;
  position: relative;
  margin: 0 0 28px;
}

.pagebox {
  padding-top: 30px;
  padding-bottom: 90px;
}

.post_container {
  padding: 40px 0 90px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pageboxTop {
  position: absolute;
  width: 100%;
  left: 0;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 14px;
}
.pageboxTop h1 {
  color: #fff;
  font-size: 35px;
  line-height: 36px;
  font-weight: 900;
  margin: 0 0 14px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}
.pageboxTop .star {
  margin-left: 2px;
}
.pageboxTop .btn {
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  color: #fff;
  padding: 10px 24px;
  font-size: 12px;
  margin: 0 8px 8px 0;
  font-weight: 400;
}
.pageboxTop .btn:hover {
  text-decoration: underline;
}
.pageboxTopNo {
  position: relative;
  left: auto;
  width: auto;
  padding: 0;
  top: auto !important;
  margin: 0 0 10px;
  bottom: auto;
}
.pageboxTopNo h1 {
  color: #23475f;
  text-shadow: none;
}
.pageboxTopNo .btn {
  background: #0359a1;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  padding: 5px 8px;
}
.pageboxTopNo .btn:hover {
  text-decoration: underline;
}

.star {
  height: 22px;
  width: 22px;
  background-image: url('../images/spr-s7c455bb1ad.png');
  background-position: 0 -1745px;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .star {
    background-image: url('../images/spr-retina-s0d464d30b9.png');
    background-position: 0 -1665px;
    -moz-background-size: 118px auto;
    -o-background-size: 118px auto;
    -webkit-background-size: 118px auto;
    background-size: 118px auto;
  }
}
.star:before {
  content: 'В избранное';
  position: absolute;
  left: 100%;
  top: 5px;
  margin-left: 5px;
  font-size: 12px;
  line-height: 14px;
  white-space: nowrap;
  display: none;
  color: #fff;
}

.star:hover::before {
  display: block;
}

.star:hover, .star.active {
  height: 22px;
  width: 22px;
  background-image: url('../images/spr-s7c455bb1ad.png');
  background-position: 0 -1563px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .star:hover, .star.active {
    background-image: url('../images/spr-retina-s0d464d30b9.png');
    background-position: 0 -1483px;
    -moz-background-size: 118px auto;
    -o-background-size: 118px auto;
    -webkit-background-size: 118px auto;
    background-size: 118px auto;
  }
}

.starb {
  height: 22px;
  width: 22px;
  background-image: url('../images/spr-s7c455bb1ad.png');
  background-position: 0 -1605px;
  background-repeat: no-repeat;
  display: inline-block;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .starb {
    background-image: url('../images/spr-retina-s0d464d30b9.png');
    background-position: 0 -1525px;
    -moz-background-size: 118px auto;
    -o-background-size: 118px auto;
    -webkit-background-size: 118px auto;
    background-size: 118px auto;
  }
}

.starb:before {
  color: #0359a1;
}

.starb:hover, .starb.active {
  height: 22px;
  width: 22px;
  background-image: url('../images/spr-s7c455bb1ad.png');
  background-position: 0 -1647px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .starb:hover, .starb.active {
    background-image: url('../images/spr-retina-s0d464d30b9.png');
    background-position: 0 -1567px;
    -moz-background-size: 118px auto;
    -o-background-size: 118px auto;
    -webkit-background-size: 118px auto;
    background-size: 118px auto;
  }
}

.pageboxTop .coverbox_btns .btn {
  background: #0359a1;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  padding: 5px 8px;
}

.pageboxTop .coverbox_btns .btn:hover {
  text-decoration: underline;
}

.pagetitle {
  position: relative;
  font-size: 21px;
  line-height: 22px;
  font-weight: 700;
  color: #424343;
  margin: 0 0 20px;
  padding-bottom: 8px;
}
.pagetitle:before {
  content: '';
  display: block;
  position: absolute;
  background: #0f559c;
  height: 3px;
  width: 36px;
  left: 0;
  bottom: 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.post {
  font-size: 16px;
  color: #000;
  line-height: 22px;
  font-weight: 400;
  margin: 0 0 30px;
}
.post:after {
  content: '';
  clear: both;
  display: block;
}
.post_cover {
  margin: 0 0 24px;
}
.post_cover img {
  display: block;
  width: 100%;
}
.post h1, .post h2 {
  font-weight: 700;
  font-size: 21px;
  line-height: 24px;
  margin: 24px 0;
}
.post p, .post li {
  margin: 0 0 20px;
}
.post p:last-child, .post li:last-child {
  margin: 0;
}
.post ul, .post ol {
  margin: 24px 0;
}
.post ul li {
  position: relative;
  padding-left: 30px;
}
.post ul li:before {
  content: '';
  display: block;
  position: absolute;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #0f559c;
  width: 9px;
  height: 9px;
  left: 4px;
  top: 6px;
}
.post ol li {
  list-style: inside decimal;
}

blockquote {
  position: relative;
  padding: 40px 0 0;
  margin: 24px 0;
  text-align: center;
  font-style: italic;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
blockquote:before {
  content: '“';
  font-size: 72px;
  line-height: 62px;
  left: 50%;
  position: absolute;
  top: 0;
  color: #0f559c;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-style: italic;
  margin-left: -20px;
}

.related {
  font-weight: 500;
}
.related a {
  color: #000000;
  text-decoration: none;
  display: block;
}
.related a:hover {
  color: #0057a4;
}

.relatednews {
  margin-left: -7px;
  margin-right: -7px;
}
.relatednews .grid3 {
  padding-left: 7px;
  padding-right: 7px;
}
.relatednews_title {
  color: #23475f;
  font-size: 35px;
  line-height: 36px;
  font-weight: 700;
  margin: 0 0 24px;
  text-align: center;
}

/* comments */
.comments {
  margin: 0 0 60px;
}
.comments .pagetitle {
  text-align: center;
  padding: 0;
}
.comments .pagetitle:before {
  content: none;
  display: none;
}
.comments_log {
  background: #fefee7;
  padding: 12px;
  text-align: center;
  margin: 0 0 22px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.comments_log p {
  margin: 0 0 20px;
}
.comments_log a {
  text-decoration: none;
}
.comments_log a:hover {
  text-decoration: underline;
}
.comments_log .social {
  margin: 0;
}
.comments_log .social a {
  border-color: #cfdfdb;
  color: #0058a5;
  margin: 0 8px;
}
.comments_log .social a:hover {
  background: 0;
  border-color: #0058a5;
  color: #0058a5;
}
.comments_form {
  margin: 0 0 22px;
}
.comments_form textarea.input {
  width: 100%;
  height: 100px;
  margin: 0 0 10px;
  padding: 10px 14px;
}
.comments_form_btn {
  text-align: right;
}

.commentbox {
  margin: 0 0 50px;
}
.commentbox_top {
  display: table;
  width: 100%;
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}
.commentbox_ava, .commentbox_meta {
  display: table-cell;
  vertical-align: middle;
}
.commentbox_ava {
  width: 58px;
}
.commentbox_ava img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.commentbox_meta {
  padding-left: 20px;
}
.commentbox_name {
  color: #424343;
  float: left;
}
.commentbox_name .nopro_rate {
  margin-left: 10px;
}
.commentbox_date {
  color: #9e9f9f;
  float: right;
}
.commentbox_text {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 12px;
}
.commentbox_text p {
  margin: 0 0 12px;
}
.commentbox_reply {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
}
.commentbox_reply a {
  text-decoration: none;
}
.commentbox .commentbox {
  margin-left: 90px;
  margin-top: 20px;
}
.commentbox .nopro_rate_mob {
  margin: 0 0 12px;
}

/* tabsSocial */
.tabsSocial {
  margin: 0 auto 30px;
  max-width: 280px;
}
.tabsSocial_head {
  margin: 0 0 10px;
  text-align: center;
}
.tabsSocial_head li {
  display: inline-block;
  margin: 0 8px;
  font-size: 15px;
  line-height: 36px;
  text-align: center;
}
.tabsSocial_head li a {
  display: block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 36px;
  height: 36px;
  color: #fff;
  background: #cfddeb;
  text-decoration: none;
}
.tabsSocial_head li.ui-tabs-active a {
  background: #0f559c;
}

/* subscribe */
.subscribe {
  background: #0057a6;
  background: -moz-linear-gradient(left, #0057a6 0%, #00c2ce 100%);
  background: -webkit-linear-gradient(left, #0057a6 0%, #00c2ce 100%);
  background: linear-gradient(to right, #0057a6 0%, #00c2ce 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from2', endColorstr='$to2',GradientType=1 );
  overflow: hidden;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.subscribe .container {
  position: relative;
  padding: 64px 0 60px;
  z-index: 10;
}
.subscribe_title {
  font-size: 35px;
  line-height: 38px;
  font-weight: 700;
  max-width: 280px;
  margin: 0 0 36px;
}
.subscribe_text {
  max-width: 430px;
  margin: 0 0 0 45px;
  float: left;
}
.subscribe_in1 {
  background: url(../images/subs1.png) left bottom no-repeat;
}
.subscribe_in2 {
  background: url(../images/subs2.png) right top no-repeat;
}
.subscribe_in3 {
  background: url(../images/subs3.png) right bottom no-repeat;
  position: absolute;
  width: 389px;
  height: 126px;
  right: -165px;
  bottom: 0;
}
.subscribe .social {
  margin: 0;
}

.subsForm {
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 474px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #fff;
  border-bottom: 2px solid #cececc;
  padding: 0 190px 0 48px;
  position: relative;
  margin: 0 0 35px;
}
.subsForm:before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  position: absolute;
  font-size: 14px;
  color: #3e3e3e;
  content: '\f0e0';
  left: 20px;
  top: 12px;
  line-height: 14px;
}
.subsForm_out {
  float: right;
  margin: 0 20px 0 0;
}
.subsForm_input {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  background: 0;
  border: 0;
  width: 100%;
  height: 30px;
  margin: 5px 0 0;
  padding: 5px 0;
  color: #3e3e3e;
  font-size: 14px;
  line-height: 20px;
}
.subsForm_btn.btn {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  width: 170px;
  height: 40px;
  border-bottom: 2px solid #daa501;
  background: #f1c40f;
  color: #3e3e3e;
  line-height: 40px;
}
.subsForm_btn.btn:hover {
  background: #daa501;
}
.subsForm .btnMob {
  display: none;
  background: 0;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  right: 18px;
  font-size: 21px;
  line-height: 22px;
  position: absolute;
  color: #035aa2;
  cursor: pointer;
  top: 8px;
  margin: 0;
  padding: 0;
}

.smallSubs {
  padding: 34px 40px;
  background: #0057a6;
  background: -moz-linear-gradient(left, #0057a6 0%, #00c2ce 100%);
  background: -webkit-linear-gradient(left, #0057a6 0%, #00c2ce 100%);
  background: linear-gradient(to right, #0057a6 0%, #00c2ce 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from2', endColorstr='$to2',GradientType=1 );
  margin: 30px 0;
  text-align: center;
  position: relative;
  min-height: 160px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.smallSubs_title {
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  margin: 0 0 24px;
}
.smallSubs:before, .smallSubs:after {
  content: '';
  display: block;
  position: absolute;
}
.smallSubs:after {
  height: 65px;
  width: 118px;
  background-image: url('../images/spr-s7c455bb1ad.png');
  background-position: 0 -1137px;
  background-repeat: no-repeat;
  right: 0;
  top: 36px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .smallSubs:after {
    background-image: url('../images/spr-retina-s0d464d30b9.png');
    background-position: 0 -1097px;
    -moz-background-size: 118px auto;
    -o-background-size: 118px auto;
    -webkit-background-size: 118px auto;
    background-size: 118px auto;
  }
}
.smallSubs:before {
  height: 72px;
  width: 78px;
  background-image: url('../images/spr-s7c455bb1ad.png');
  background-position: 0 -176px;
  background-repeat: no-repeat;
  left: 0;
  bottom: 0;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .smallSubs:before {
    background-image: url('../images/spr-retina-s0d464d30b9.png');
    background-position: 0 -176px;
    -moz-background-size: 118px auto;
    -o-background-size: 118px auto;
    -webkit-background-size: 118px auto;
    background-size: 118px auto;
  }
}
.smallSubs > * {
  position: relative;
}
.smallSubs .subsForm {
  margin: 0;
  display: inline-block;
  width: 100%;
  max-width: 560px;
  padding-right: 50px;
}
.smallSubs .subsForm .btnMob {
  display: block;
}

/* Footer */
.footer {
  background: #23475f;
  padding: 50px 0 42px;
  text-align: center;
}
.footer .logo {
  float: left;
  margin: 0 20px 10px 0;
}

.social {
  margin: 0 0 28px;
}
.social a {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 34px;
  height: 34px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  line-height: 34px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 0 20px 0 0;
}
.social a:last-child {
  margin: 0;
}
.social a:hover {
  background: #fff;
  border-color: white;
  color: #0380b2;
}
.social-big a {
  width: 50px;
  height: 50px;
  font-size: 22px;
  line-height: 50px;
}

.sociaLine {
  margin: 0 0 30px;
}
.sociaLine span, .sociaLine a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0;
}
.sociaLine span {
  color: #0f559c;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}
.sociaLine a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid #0f559c;
  background: #0f559c;
  color: #fff;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
}
.sociaLine a:hover {
  background: 0;
  color: #0f559c;
}
.sociaLine2 span, .sociaLine2 a {
  margin-right: 16px;
}
.sociaLine2 a {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  border-color: transparent;
}
.sociaLine2 a:hover {
  border-color: #0359a1;
}
.sociaLine2 a:last-child {
  margin-right: 0;
}
.sociaLine2 .sociaLine-fb {
  background: #3b5998;
}
.sociaLine2 .sociaLine-tw {
  background: #55acee;
}
.sociaLine2 .sociaLine-fbms {
  background: #0084ff;
}
.sociaLine2 .sociaLine-vb {
  background: #0088cc;
}
.sociaLine2 .sociaLine-print {
  background: #9a9a9a;
}

.copyright {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}
.copyright a {
  color: #06bcd1;
  text-decoration: none;
}
.copyright a:hover {
  text-decoration: underline;
}

.smallnav {
  margin: 0 0 18px;
}
.smallnav li {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  margin: 0 6px 10px;
}
.smallnav li a {
  color: #477ca4;
  text-decoration: none;
}
.smallnav li a:hover {
  color: #06bcd1;
  text-decoration: underline;
}

.footmenu {
  float: left;
  margin: 5px 0 10px;
}
.footmenu li {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 12px;
}
.footmenu li a {
  color: #f2f2f2;
  text-decoration: none;
}
.footmenu li a:hover {
  color: #06bcd1;
  text-decoration: underline;
}

/* Modal */
.modal {
  background: #f2f2f4;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  position: relative;
  border-radius: 14px;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  padding: 40px 50px 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 460px;
  display: none;
}
.modal .close {
  color: #e34949;
  font-size: 18px;
  line-height: 18px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.modalHead {
  margin: 0 0 24px;
}
.modalHead:after {
  content: '';
  clear: both;
  display: block;
}
.modalHead li {
  display: inline-block;
  float: left;
  margin: 0;
  font-size: 26px;
  line-height: 28px;
  font-weight: 700;
}
.modalHead li:last-child {
  float: right;
}
.modalHead li a {
  color: rgba(14, 84, 156, 0.2);
  text-decoration: none;
}
.modalHead li.ui-tabs-active a {
  color: #0e549c;
}
.modal .btn {
  height: 54px;
  width: 100%;
  margin: 0 0 28px;
}
.modal .recall {
  margin: 0 0 26px;
}
.modal .recall:after {
  content: '';
  clear: both;
  display: block;
}
.modal .recall .checkf {
  float: left;
  margin: 0;
}
.modal .recall_link {
  float: right;
  margin: 0;
}
.modal_social {
  margin: 0;
  text-align: center;
}
.modal_social span {
  color: #696969;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  display: block;
  margin: 0 0 28px;
}
.modal_social .socbtn {
  margin: 0 3px;
}
.modal .vote_form {
  margin: 0 0 24px;
  max-width: none;
}
.modal .vote_form_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 20px;
}
.modal .vote_form ul {
  margin: 0;
  min-height: 0;
}
.modal .fancybox-close-small {
  display: none !important;
}

.socbtn {
  width: 100px;
  text-align: center;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #fff;
  text-decoration: none;
  line-height: 37px;
  font-size: 14px;
  font-weight: 500;
  background: #3b5798;
  display: inline-block;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
}
.socbtn i {
  margin-right: 6px;
}
.socbtn:hover {
  background: #294075;
}
.socbtn.gpl {
  background: #d34231;
}
.socbtn.gpl:hover {
  background: #a6372a;
}

/* Event */
.shadow {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.event {
  margin: 0 0 28px;
}
.event:after {
  content: '';
  clear: both;
  display: block;
}
.event_page {
  padding-top: 40px;
  padding-bottom: 90px;
}
.event_title {
  font-size: 35px;
  line-height: 38px;
  font-weight: 700;
  color: #23475f;
  margin: 0 0 20px;
}
.event_left {
  float: left;
  width: 892px;
}
.event_aside {
  float: right;
  width: 246px;
}
.event_image {
  float: left;
  width: 450px;
}
.event_image img {
  display: block !important;
}
.event_image .slick-arrow {
  margin-top: -8px;
}
.event_image .slick-arrow i {
  display: none;
}
.event_image .slick-prev {
  height: 16px;
  width: 10px;
  background-image: url('../images/spr-s7c455bb1ad.png');
  background-position: 0 -1222px;
  background-repeat: no-repeat;
  left: 10px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .event_image .slick-prev {
    background-image: url('../images/spr-retina-s0d464d30b9.png');
    background-position: 0 -1182px;
    -moz-background-size: 118px auto;
    -o-background-size: 118px auto;
    -webkit-background-size: 118px auto;
    background-size: 118px auto;
  }
}
.event_image .slick-next {
  height: 16px;
  width: 10px;
  background-image: url('../images/spr-s7c455bb1ad.png');
  background-position: 0 -860px;
  background-repeat: no-repeat;
  right: 10px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .event_image .slick-next {
    background-image: url('../images/spr-retina-s0d464d30b9.png');
    background-position: 0 -820px;
    -moz-background-size: 118px auto;
    -o-background-size: 118px auto;
    -webkit-background-size: 118px auto;
    background-size: 118px auto;
  }
}
.event_desc {
  float: right;
  width: 720px;
}
.event_line {
  border-bottom: 1px solid #eaebeb;
  padding: 12px 28px;
}
.event_line:after {
  content: '';
  clear: both;
  display: block;
}
.event_line:last-child {
  border-bottom: 0;
}
.event_links {
  font-size: 15px;
  font-weight: 500;
}
.event_links li {
  margin: 0 10px 0 0;
  display: inline-block;
}
.event_time {
  padding-left: 42px;
  position: relative;
  font-size: 15px;
  line-height: 24px;
  color: #233b42;
  margin: 0 0 24px;
}
.event_time:last-child {
  margin: 0;
}
.event_time:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.event_time b {
  font-size: 20px;
  font-weight: 700;
  margin-right: 8px;
}
.event_time small {
  font-size: 16px;
}
.event_time small b {
  font-weight: 500;
  font-size: 16px;
}
.event_time a {
  margin-right: 8px;
}
.event_time .dotlink {
  color: #1b4597;
  text-decoration: none;
  font-size: 12px;
  line-height: 14px;
  border-bottom: 1px dotted #1b4597;
}
.event_time .dotlink:hover {
  border-bottom: 0;
}
.event_time.clock:before {
  height: 23px;
  width: 23px;
  background-image: url('../images/spr-s7c455bb1ad.png');
  background-position: 0 -1847px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .event_time.clock:before {
    background-image: url('../images/spr-retina-s0d464d30b9.png');
    background-position: 0 -1767px;
    -moz-background-size: 118px auto;
    -o-background-size: 118px auto;
    -webkit-background-size: 118px auto;
    background-size: 118px auto;
  }
}
.event_time.pin:before {
  height: 25px;
  width: 20px;
  background-image: url('../images/spr-s7c455bb1ad.png');
  background-position: 0 -1020px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .event_time.pin:before {
    background-image: url('../images/spr-retina-s0d464d30b9.png');
    background-position: 0 -980px;
    -moz-background-size: 118px auto;
    -o-background-size: 118px auto;
    -webkit-background-size: 118px auto;
    background-size: 118px auto;
  }
}
.event_bottom {
  text-align: center;
  padding-top: 14px;
}
.event_bottom .btn {
  max-width: 330px;
  margin: 0 auto 14px;
  display: block;
  text-transform: uppercase;
  padding: 14px 14px 10px;
}
.event_bottom .sociaLine {
  margin: 0;
}
.event_mt {
  float: right;
  margin: 0;
}
.event_mt span {
  margin-right: 18px;
}
.event_mt span:last-child {
  margin-right: 0;
}

.post.post_meta_bottom {
  border-top: 1px solid #eaebeb;
  border-bottom: 1px solid #eaebeb;
  margin: 0 0 20px;
}
.post.post_meta_bottom:after {
  content: '';
  clear: both;
  display: block;
}
.post.post_meta_bottom.top {
  border-top: 0;
}
.post.post_meta_bottom .event_line.event_date {
  padding: 0;
  padding-bottom: 10px;
  color: #8c8b8b;
  font-size: 14px;
  line-height: 18px;
}
.post.post_meta_bottom .event_line.event_date span {
  margin-right: 20px;
  float: left;
}
.post.post_meta_bottom .event_line.event_date span:before {
  font-size: 14px;
}
.post.post_meta_bottom .event_line.event_date a {
  color: inherit;
}
.post.post_meta_bottom .event_line.event_date .print {
  float: right;
  margin: 0;
}
.post.post_meta_bottom .event_line.event_meta, .post.post_meta_bottom .event_line.event_author {
  padding: 14px 0;
}

.banner {
  margin: 0 0 30px;
}

.post .event_line {
  padding: 10px 12px;
}

.event_left .post {
  margin: 0 0 30px;
}

.post .event_meta {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  color: #0359a1;
  line-height: 18px;
}
.post .event_meta .sociaLine {
  float: left;
  margin: 0;
}

.views {
  position: relative;
  padding-left: 22px;
}
.views:before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  content: '\f06e';
  font-size: 16px;
  left: 0;
  top: 0;
  position: absolute;
}

.print a {
  position: relative;
  padding-left: 22px;
  display: inline-block;
  text-decoration: none;
}
.print a:before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  content: '\f02f';
  font-size: 16px;
  left: 0;
  top: 0;
  position: absolute;
}

.widjet {
  margin: 0 0 24px;
}
.widjet.widjet_map {
  margin: 0 0 80px;
}
.widjet_title {
  color: #0359a1;
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}
.widjet iframe {
  width: 100%;
  border: 0;
  margin: 0;
  padding: 0;
  height: 225px;
}

.buy_ticket {
  text-align: center;
  margin: 34px 0 10px;
}
.buy_ticket .btn {
  padding: 14px 20px 12px;
  text-transform: uppercase;
  font-size: 23px;
  line-height: 24px;
  min-width: 250px;
}

.notfree {
  background: #fff7c5;
  padding: 15px 20px;
  text-align: center;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  margin: 0 auto 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 454px;
}
.notfree:after {
  content: '';
  clear: both;
  display: block;
}
.notfree .btn {
  width: 195px;
  text-transform: uppercase;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
.notfree span {
  font-size: 25px;
  line-height: 26px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
}
.notfree span i {
  color: #0359a1;
  margin-right: 4px;
}

.comments_to {
  display: inline-block;
  vertical-align: middle;
}
.comments_to i, .comments_to a {
  display: inline-block;
  vertical-align: middle;
}
.comments_to i {
  background: #00b05a;
  color: #fff;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin-right: 10px;
}
.comments_to a {
  color: #00b05a;
  text-decoration: none;
}
.comments_to a:hover {
  text-decoration: underline;
}

/* advants */
.advants {
  margin: 0 auto 30px;
  max-width: 246px;
}
.advants li {
  position: relative;
  color: #424242;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  padding-left: 74px;
  margin: 0 10px 30px 0;
}
.advants li:last-child {
  margin: 0;
}
.advants li:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
}
.advants_tick:before {
  height: 40px;
  width: 54px;
  background-image: url('../images/spr-s7c455bb1ad.png');
  background-position: 0 -1787px;
  background-repeat: no-repeat;
  left: 0;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .advants_tick:before {
    background-image: url('../images/spr-retina-s0d464d30b9.png');
    background-position: 0 -1707px;
    -moz-background-size: 118px auto;
    -o-background-size: 118px auto;
    -webkit-background-size: 118px auto;
    background-size: 118px auto;
  }
}
.advants_guar:before {
  height: 42px;
  width: 34px;
  background-image: url('../images/spr-s7c455bb1ad.png');
  background-position: 0 -502px;
  background-repeat: no-repeat;
  left: 10px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .advants_guar:before {
    background-image: url('../images/spr-retina-s0d464d30b9.png');
    background-position: 0 -502px;
    -moz-background-size: 118px auto;
    -o-background-size: 118px auto;
    -webkit-background-size: 118px auto;
    background-size: 118px auto;
  }
}
.advants_smart:before {
  height: 43px;
  width: 33px;
  background-image: url('../images/spr-s7c455bb1ad.png');
  background-position: 0 -1399px;
  background-repeat: no-repeat;
  left: 10px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .advants_smart:before {
    background-image: url('../images/spr-retina-s0d464d30b9.png');
    background-position: 0 -1319px;
    -moz-background-size: 118px auto;
    -o-background-size: 118px auto;
    -webkit-background-size: 118px auto;
    background-size: 118px auto;
  }
}
.advants_actual:before {
  height: 35px;
  width: 35px;
  background-image: url('../images/spr-s7c455bb1ad.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  left: 12px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .advants_actual:before {
    background-image: url('../images/spr-retina-s0d464d30b9.png');
    background-position: 0 0;
    -moz-background-size: 118px auto;
    -o-background-size: 118px auto;
    -webkit-background-size: 118px auto;
    background-size: 118px auto;
  }
}

/* filterbox */
.filterbox {
  margin: 0 0 30px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.filterbox_title {
  background: #f69f24;
  font-size: 17px;
  line-height: 18px;
  padding: 12px 18px 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
}
.filterbox_title span {
  position: relative;
  padding-right: 20px;
  display: inline-block;
}
.filterbox_title span:before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  right: 0;
  content: '\f078';
  position: absolute;
  top: 0;
}
.filterbox_title.opened span:before {
  content: '\f077';
}
.filterbox_content:after {
  content: '';
  clear: both;
  display: block;
}
.filterbox_content-title {
  background: #f69f24;
  color: #fff;
  font-size: 17px;
  line-height: 18px;
  display: none;
  padding: 12px 18px 10px;
  text-transform: uppercase;
}
.filterbox_content .checkf {
  font-weight: 400;
  color: #2f3e43;
  font-size: 14px;
  line-height: 16px;
}
.filterbox_content ul {
  padding: 14px 18px;
  display: block;
}
.filterbox_content ul:after {
  content: '';
  clear: both;
  display: block;
}
.filterbox_content li {
  margin: 0 0 12px;
}
.filterbox_content li:last-child {
  margin: 0;
}
.filterbox_content li.parent {
  display: none;
}
.filterbox_content li.parent ul {
  padding: 0;
}

.filterbox .choose_town {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
}

.filterbox .choose_town:hover {
  text-decoration: underline;
}

.filterbox_all {
  display: block;
  background: #efefef;
  color: #686767;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  padding: 7px;
  cursor: pointer;
}
.filterbox_all span {
  position: relative;
  padding-left: 20px;
}
.filterbox_all span:before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  content: '\f078';
}
.filterbox_all:hover {
  color: #0059a5;
}
.filterbox_all.open span:before {
  content: '\f077';
}

.filterbox_container.bl .filterbox_title {
  background: #0059a5;
}

.filterbox_container.bl .filterbox_content-title {
  background: #0059a5;
}

/* Small filter */
.add_event_mob {
  text-align: center;
  display: none;
  margin: 0 0 24px;
}

.smallfilter {
  display: none;
  text-align: center;
  margin: 0 0 20px;
}
.smallfilter ul {
  display: inline-block;
}
.smallfilter ul:after {
  content: '';
  clear: both;
  display: block;
}
.smallfilter li {
  float: left;
  margin: 0 7px 0 0;
  width: 70px;
  padding: 0;
}
.smallfilter li:last-child {
  margin: 0;
}
.smallfilter li a {
  display: block;
  text-decoration: none;
  text-indent: -9999px;
  position: relative;
  height: 40px;
  background-color: #0359a1;
}
.smallfilter li a:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
}
.smallfilter li a:hover {
  background-color: #f69f24;
}
.smallfilter li a.opened {
  background-color: #f69f24;
}
.smallfilter li a.fr1:before {
  height: 26px;
  width: 24px;
  background-image: url('../images/spr-s7c455bb1ad.png');
  background-position: 0 -268px;
  background-repeat: no-repeat;
  margin: -12px 0 0 -13px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .smallfilter li a.fr1:before {
    background-image: url('../images/spr-retina-s0d464d30b9.png');
    background-position: 0 -268px;
    -moz-background-size: 118px auto;
    -o-background-size: 118px auto;
    -webkit-background-size: 118px auto;
    background-size: 118px auto;
  }
}
.smallfilter li a.fr2:before {
  height: 29px;
  width: 30px;
  background-image: url('../images/spr-s7c455bb1ad.png');
  background-position: 0 -314px;
  background-repeat: no-repeat;
  margin: -15px 0 0 -14px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .smallfilter li a.fr2:before {
    background-image: url('../images/spr-retina-s0d464d30b9.png');
    background-position: 0 -314px;
    -moz-background-size: 118px auto;
    -o-background-size: 118px auto;
    -webkit-background-size: 118px auto;
    background-size: 118px auto;
  }
}
.smallfilter li a.fr3:before {
  height: 25px;
  width: 28px;
  background-image: url('../images/spr-s7c455bb1ad.png');
  background-position: 0 -363px;
  background-repeat: no-repeat;
  margin: -13px 0 0 -12px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .smallfilter li a.fr3:before {
    background-image: url('../images/spr-retina-s0d464d30b9.png');
    background-position: 0 -363px;
    -moz-background-size: 118px auto;
    -o-background-size: 118px auto;
    -webkit-background-size: 118px auto;
    background-size: 118px auto;
  }
}
.smallfilter li a.fr4:before {
  height: 26px;
  width: 26px;
  background-image: url('../images/spr-s7c455bb1ad.png');
  background-position: 0 -408px;
  background-repeat: no-repeat;
  margin: -13px 0 0 -13px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .smallfilter li a.fr4:before {
    background-image: url('../images/spr-retina-s0d464d30b9.png');
    background-position: 0 -408px;
    -moz-background-size: 118px auto;
    -o-background-size: 118px auto;
    -webkit-background-size: 118px auto;
    background-size: 118px auto;
  }
}

@media screen and (max-width: 1020px) {
  .filterbox_container {
    text-align: center;
    margin: 0 0 20px;
  }

  .filterbox_inline {
    display: inline-block;
    text-align: left;
    position: relative;
  }
  .filterbox_inline:after {
    content: '';
    clear: both;
    display: block;
  }

  .filterbox, .filterbox_double {
    width: 70px;
    float: left;
    margin: 0 6px 0 0;
    position: static;
  }

  .filterbox:last-child {
    margin: 0;
  }

  .filterbox_content {
    display: none;
    width: 298px;
    background: #fff;
    z-index: 1000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    position: absolute;
    left: 0;
    margin-top: 7px;
  }

  .filterbox_title {
    height: 40px;
    text-indent: -9999px;
    background-color: #0359a1;
    cursor: pointer;
    padding: 0;
    position: relative;
  }

  .filterbox_title:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
  }

  .filterbox_title:hover, .filterbox_title.opened {
    background-color: #f69f24;
  }

  .filterbox-1 .filterbox_title:before {
    height: 26px;
    width: 24px;
    background-image: url('../images/spr-s7c455bb1ad.png');
    background-position: 0 -268px;
    background-repeat: no-repeat;
    margin: -12px 0 0 -13px;
  }
}
@media screen and (max-width: 1020px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1020px) and (min--moz-device-pixel-ratio: 1.5), screen and (max-width: 1020px) and (-o-min-device-pixel-ratio: 3 / 2), screen and (max-width: 1020px) and (min-device-pixel-ratio: 1.5), screen and (max-width: 1020px) and (min-resolution: 144dpi) {
  .filterbox-1 .filterbox_title:before {
    background-image: url('../images/spr-retina-s0d464d30b9.png');
    background-position: 0 -268px;
    -moz-background-size: 118px auto;
    -o-background-size: 118px auto;
    -webkit-background-size: 118px auto;
    background-size: 118px auto;
  }
}

@media screen and (max-width: 1020px) {
  .filterbox-2 .filterbox_title:before {
    height: 29px;
    width: 30px;
    background-image: url('../images/spr-s7c455bb1ad.png');
    background-position: 0 -314px;
    background-repeat: no-repeat;
    margin: -15px 0 0 -14px;
  }
}
@media screen and (max-width: 1020px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1020px) and (min--moz-device-pixel-ratio: 1.5), screen and (max-width: 1020px) and (-o-min-device-pixel-ratio: 3 / 2), screen and (max-width: 1020px) and (min-device-pixel-ratio: 1.5), screen and (max-width: 1020px) and (min-resolution: 144dpi) {
  .filterbox-2 .filterbox_title:before {
    background-image: url('../images/spr-retina-s0d464d30b9.png');
    background-position: 0 -314px;
    -moz-background-size: 118px auto;
    -o-background-size: 118px auto;
    -webkit-background-size: 118px auto;
    background-size: 118px auto;
  }
}

@media screen and (max-width: 1020px) {
  .filterbox-3 .filterbox_title:before {
    height: 25px;
    width: 28px;
    background-image: url('../images/spr-s7c455bb1ad.png');
    background-position: 0 -363px;
    background-repeat: no-repeat;
    margin: -13px 0 0 -12px;
  }
}
@media screen and (max-width: 1020px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1020px) and (min--moz-device-pixel-ratio: 1.5), screen and (max-width: 1020px) and (-o-min-device-pixel-ratio: 3 / 2), screen and (max-width: 1020px) and (min-device-pixel-ratio: 1.5), screen and (max-width: 1020px) and (min-resolution: 144dpi) {
  .filterbox-3 .filterbox_title:before {
    background-image: url('../images/spr-retina-s0d464d30b9.png');
    background-position: 0 -363px;
    -moz-background-size: 118px auto;
    -o-background-size: 118px auto;
    -webkit-background-size: 118px auto;
    background-size: 118px auto;
  }
}

@media screen and (max-width: 1020px) {
  .filterbox-4 .filterbox_title:before {
    height: 26px;
    width: 26px;
    background-image: url('../images/spr-s7c455bb1ad.png');
    background-position: 0 -408px;
    background-repeat: no-repeat;
    margin: -13px 0 0 -13px;
  }
}
@media screen and (max-width: 1020px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1020px) and (min--moz-device-pixel-ratio: 1.5), screen and (max-width: 1020px) and (-o-min-device-pixel-ratio: 3 / 2), screen and (max-width: 1020px) and (min-device-pixel-ratio: 1.5), screen and (max-width: 1020px) and (min-resolution: 144dpi) {
  .filterbox-4 .filterbox_title:before {
    background-image: url('../images/spr-retina-s0d464d30b9.png');
    background-position: 0 -408px;
    -moz-background-size: 118px auto;
    -o-background-size: 118px auto;
    -webkit-background-size: 118px auto;
    background-size: 118px auto;
  }
}

@media screen and (max-width: 1020px) {
  .filterbox-5 .filterbox_title:before {
    height: 28px;
    width: 24px;
    background-image: url('../images/spr-s7c455bb1ad.png');
    background-position: 0 -454px;
    background-repeat: no-repeat;
    margin: -14px 0 0 -12px;
  }
}
@media screen and (max-width: 1020px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1020px) and (min--moz-device-pixel-ratio: 1.5), screen and (max-width: 1020px) and (-o-min-device-pixel-ratio: 3 / 2), screen and (max-width: 1020px) and (min-device-pixel-ratio: 1.5), screen and (max-width: 1020px) and (min-resolution: 144dpi) {
  .filterbox-5 .filterbox_title:before {
    background-image: url('../images/spr-retina-s0d464d30b9.png');
    background-position: 0 -454px;
    -moz-background-size: 118px auto;
    -o-background-size: 118px auto;
    -webkit-background-size: 118px auto;
    background-size: 118px auto;
  }
}

@media screen and (max-width: 1020px) {
  .filterbox_content-title {
    display: block;
  }

  .filterbox_double .filterbox_title {
    display: none;
  }

  .filterbox_double_content {
    display: none;
  }

  .filterbox_double_title {
    height: 40px;
    text-indent: -9999px;
    background-color: #0359a1;
    cursor: pointer;
    padding: 0;
    position: relative;
  }
  .filterbox_double_title:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 26px;
    width: 26px;
    background-image: url('../images/spr-s7c455bb1ad.png');
    background-position: 0 -408px;
    background-repeat: no-repeat;
    margin: -13px 0 0 -13px;
  }
}
@media screen and (max-width: 1020px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1020px) and (min--moz-device-pixel-ratio: 1.5), screen and (max-width: 1020px) and (-o-min-device-pixel-ratio: 3 / 2), screen and (max-width: 1020px) and (min-device-pixel-ratio: 1.5), screen and (max-width: 1020px) and (min-resolution: 144dpi) {
  .filterbox_double_title:before {
    background-image: url('../images/spr-retina-s0d464d30b9.png');
    background-position: 0 -408px;
    -moz-background-size: 118px auto;
    -o-background-size: 118px auto;
    -webkit-background-size: 118px auto;
    background-size: 118px auto;
  }
}

/* Highschool */
.ok_icon {
  height: 35px;
  width: 35px;
  background-image: url('../images/spr-s7c455bb1ad.png');
  background-position: 0 -931px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ok_icon {
    background-image: url('../images/spr-retina-s0d464d30b9.png');
    background-position: 0 -891px;
    -moz-background-size: 118px auto;
    -o-background-size: 118px auto;
    -webkit-background-size: 118px auto;
    background-size: 118px auto;
  }
}

.starg {
  height: 36px;
  width: 38px;
  background-image: url('../images/spr-s7c455bb1ad.png');
  background-position: 0 -1689px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .starg {
    background-image: url('../images/spr-retina-s0d464d30b9.png');
    background-position: 0 -1609px;
    -moz-background-size: 118px auto;
    -o-background-size: 118px auto;
    -webkit-background-size: 118px auto;
    background-size: 118px auto;
  }
}

.ok_icon, .starg {
  display: inline-block;
  position: relative;
}
.ok_icon:hover .tooltip, .starg:hover .tooltip {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}

.tooltip {
  background: #fff;
  color: #000;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  position: absolute;
  width: 250px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 18px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  left: 100%;
  margin-left: 10px;
  z-index: 1000;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.tooltip:before {
  content: '';
  display: block;
  position: absolute;
  border: 3px solid transparent;
  border-right: 5px solid #fff;
  left: -8px;
  top: 50%;
  margin-top: -3px;
}
.tooltip.rt {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: 10px;
  text-align: right;
}
.tooltip.rt:before {
  border: 3px solid transparent;
  border-left: 5px solid #fff;
  left: auto;
  right: -8px;
}

@media screen and (max-width: 1020px) {
  .tooltip {
    left: 50%;
    top: 100%;
    margin: 10px 0 0;
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }

  .tooltip.rt {
    right: auto;
    left: 50%;
    margin: 10px 0 0;
  }

  .tooltip:before, .tooltip.rt:before {
    border: 3px solid transparent;
    border-bottom: 5px solid #fff;
    left: 50%;
    margin: 0 0 0 -3px;
    top: -8px;
    right: auto;
  }
}
.feat {
  float: left;
  width: 464px;
  margin: 0 0 40px;
}
.feat li {
  border-bottom: 1px solid #f0f0f0;
  padding: 8px 0 8px 18px;
  font-size: 15px;
  line-height: 18px;
  color: #212121;
  font-weight: 500;
}
.feat li:after {
  content: '';
  clear: both;
  display: block;
}
.feat_name, .feat_val {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.feat_name {
  color: #6e6f75;
  padding-right: 18px;
}

.pluses {
  float: right;
  width: 306px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  margin: 0 0 40px;
}
.pluses a {
  color: #00b05a;
}
.pluses ul {
  background: #ebeef8;
  border-top: 4px solid #d5daed;
  -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.14);
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.14);
  margin: 0 0 14px;
  padding: 18px;
}
.pluses ul li {
  color: #212121;
  font-size: 15px;
  line-height: 18px;
  position: relative;
  font-weight: 500;
  margin: 0 0 15px;
  text-align: left;
}
.pluses ul li:last-child {
  margin: 0;
}
.pluses ul li.no, .pluses ul li.ok {
  padding-right: 28px;
}
.pluses ul li.no:before, .pluses ul li.ok:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.pluses ul li.no:before {
  height: 15px;
  width: 15px;
  background-image: url('../images/spr-s7c455bb1ad.png');
  background-position: 0 -896px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .pluses ul li.no:before {
    background-image: url('../images/spr-retina-s0d464d30b9.png');
    background-position: 0 -856px;
    -moz-background-size: 118px auto;
    -o-background-size: 118px auto;
    -webkit-background-size: 118px auto;
    background-size: 118px auto;
  }
}
.pluses ul li.ok:before {
  height: 14px;
  width: 17px;
  background-image: url('../images/spr-s7c455bb1ad.png');
  background-position: 0 -986px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .pluses ul li.ok:before {
    background-image: url('../images/spr-retina-s0d464d30b9.png');
    background-position: 0 -946px;
    -moz-background-size: 118px auto;
    -o-background-size: 118px auto;
    -webkit-background-size: 118px auto;
    background-size: 118px auto;
  }
}

.high {
  margin: 0 0 28px;
}
.high:after {
  content: '';
  clear: both;
  display: block;
}
.high_image {
  float: left;
  width: 140px;
}
.high_image img {
  max-width: 100%;
}
.high_title {
  padding-left: 160px;
}
.high h1 {
  color: #23475f;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 8px;
}
.high .ok_icon {
  margin-right: 12px;
}

.high2 .high_image {
  width: 106px;
}
.high2 .high_title {
  padding-left: 123px;
}
.high2 h1 {
  margin: 0;
  display: inline;
  position: relative;
  padding-right: 30px;
  font-size: 35px;
  line-height: 36px;
}
.high2 .starb {
  position: absolute;
  right: 0;
  bottom: 10px;
  display: block;
  margin: 0;
  cursor: pointer;
}

@media screen and (max-width: 500px) {
  .high2 .high_image {
    width: auto;
  }

  .high2 .high_title {
    padding-left: 0;
  }

  .high2 .starb {
    bottom: 3px;
  }
}
.highcats {
  background: #fcfcfc;
  position: relative;
  margin: 0 0 40px;
  padding: 18px 0;
  text-align: center;
}
.highcats:before {
  content: '';
  display: block;
  position: absolute;
  left: 40px;
  top: 0;
  right: 40px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.19);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.19);
  height: 100%;
  z-index: -1;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.highcats ul {
  display: inline-block;
}
.highcats ul:after {
  content: '';
  clear: both;
  display: block;
}
.highcats li {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  border-right: 1px solid #c9cacb;
  padding-right: 8px;
  margin-right: 4px;
}
.highcats li:last-child {
  border: 0;
  padding-right: 0;
  margin-right: 0;
}
.highcats li a {
  text-decoration: none;
}
.highcats li.active a {
  color: #000;
}

.high_tabname {
  border-bottom: 4px solid #0f559c;
  margin: 0 0 26px;
}
.high_tabname span {
  background: #0f559c;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
  padding: 14px 28px 10px;
  text-align: center;
}

.highpost {
  margin: 0 0 38px;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.highpost:after {
  content: '';
  clear: both;
  display: block;
}
.highpost h2 {
  font-size: 21px;
  line-height: 24px;
  font-weight: 700;
  margin: 0 0 20px;
}
.highpost h3 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  margin: 0 0 20px;
}
.highpost h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin: 0 0 4px;
}
.highpost p, .highpost ul, .highpost ol {
  margin: 0 0 20px;
}
.highpost p:last-child, .highpost ul:last-child, .highpost ol:last-child {
  margin: 0;
}
.highpost ul li {
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  padding-left: 18px;
  position: relative;
  margin: 0 0 10px;
}
.highpost ul li:last-child {
  margin: 0;
}
.highpost ul li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  background: #0f559c;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 9px;
  height: 9px;
}
.highpost ul li a {
  color: #212121;
  text-decoration: none;
}
.highpost_map img {
  display: block;
}
.highpost_map iframe {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 190px;
}

.highpost .ul_ways li {
  color: #aeadb0;
}
.highpost .ul_ways li:hover:before {
  background: #00b05a;
}
.highpost .ul_ways li:hover a {
  color: #00b05a;
  text-decoration: underline;
}

.highpost .facultets .grid6 {
  margin: 0 0 20px;
}

.highpost .facultets h6 {
  color: #00b05a;
  font-size: 21px;
  line-height: 24px;
  font-weight: 700;
  margin: 0 0 20px;
}
.highpost .facultets h4 {
  color: #0f559c;
}
.highpost .facultets ul li {
  color: #7f8080;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}

.hidhcar {
  margin: 0 -5px;
  position: relative;
}
.hidhcar:before, .hidhcar:after {
  content: '';
  display: block;
  position: absolute;
  background: #fff;
  width: 5px;
  height: 100%;
  top: 0;
  z-index: 100;
}
.hidhcar:before {
  left: 0;
}
.hidhcar:after {
  right: 0;
}
.hidhcar .slick-slide {
  padding: 0 5px;
}
.hidhcar .slick-dots {
  display: none !important;
  margin: 10px 0 0 !important;
}
.hidhcar .slick-dots li {
  padding: 0;
  margin: 0 5px !important;
}
.hidhcar .slick-dots li:before {
  content: none;
}
.hidhcar .slick-dots li button {
  background: rgba(15, 85, 156, 0.5);
}
.hidhcar .slick-dots li.slick-active button {
  background: #0f559c;
}
.hidhcar li {
  position: relative;
}
.hidhcar li img {
  width: 100%;
}
.hidhcar .slick-arrow {
  margin-top: -16px;
}

.videoplay {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  text-transform: uppercase;
}
.videoplay span {
  position: absolute;
  display: inline-block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.videoplay span:before {
  content: '';
  background: url(../images/svg-icons/play-button.svg) no-repeat;
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
  display: block;
  margin: 0 auto 14px;
}

.nopro_page .ul_ways {
  margin-bottom: 30px;
}

/* Highschool search */
.post_search h1, .post_search h2 {
  margin: 0 0 10px;
  color: #34495e;
}

.searchtop {
  margin: 0 0 24px;
}
.searchtop:after {
  content: '';
  clear: both;
  display: block;
}
.searchtop_title {
  float: left;
  margin: 0;
}
.searchtop .addnews {
  float: right;
  margin: 12px 0 0;
}
.searchtop h1, .searchtop h2 {
  color: #0059a5;
  font-size: 25px;
  line-height: 26px;
  font-weight: 700;
  margin: 0 0 6px;
}
.searchtop small {
  color: #898a8b;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  margin: 0;
}

.search_item {
  display: table;
  width: 100%;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  margin: 0 0 30px;
  position: relative;
}
.search_item-img {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 115px;
  padding: 14px 0;
  background: #fff;
}
.search_item-img img {
  max-width: 90px;
  display: block;
  margin: 0 auto;
}
.search_item-entry {
  display: table-cell;
  vertical-align: middle;
  background: #fff;
  padding: 14px 80px 14px 30px;
  height: 115px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search_item-name {
  color: #212121;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin: 0 0 10px;
}
.search_item-name a {
  color: inherit;
  text-decoration: none;
}
.search_item-name a:hover {
  color: #0059a5;
  text-decoration: underline;
}
.search_item-map {
  color: #939292;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  padding-left: 24px;
  position: relative;
  display: inline-block;
}
.search_item-map:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 17px;
  width: 14px;
  background-image: url('../images/spr-s7c455bb1ad.png');
  background-position: 0 -1065px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .search_item-map:before {
    background-image: url('../images/spr-retina-s0d464d30b9.png');
    background-position: 0 -1025px;
    -moz-background-size: 118px auto;
    -o-background-size: 118px auto;
    -webkit-background-size: 118px auto;
    background-size: 118px auto;
  }
}
.search_item.premium .search_item-entry {
  background: #fff4e5;
}
.search_item .ok_icon {
  position: absolute;
  right: 30px;
  top: 15px;
}
.search_item .starg {
  position: absolute;
  right: 30px;
  bottom: 15px;
}

.searchmap {
  margin: 0 0 30px;
  position: relative;
}
.searchmap iframe {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 330px;
}
.searchmap_inner.close {
  display: none;
}
.searchmap_show {
  background: rgba(73, 75, 77, 0.4);
  height: 46px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 20px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: #fff;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  text-decoration: none;
  text-align: right;
  padding-right: 54px;
  padding-top: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchmap_show span {
  position: relative;
  padding-right: 24px;
  display: inline-block;
}
.searchmap_show span:before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  right: 0;
  top: 1px;
  position: absolute;
  content: '\f057';
}
.searchmap_show:hover {
  background: rgba(73, 75, 77, 0.7);
}
.searchmap_show.open {
  background: #0059a5;
  position: relative;
  left: auto;
  top: auto;
  width: auto;
}
.searchmap_show.open span:before {
  content: none;
  display: none;
}
.searchmap_pin {
  display: inline-block;
  height: 54px;
  width: 38px;
  background-image: url('../images/spr-s7c455bb1ad.png');
  background-position: 0 -604px;
  background-repeat: no-repeat;
  position: absolute;
  text-align: center;
  color: #fff;
  line-height: 36px;
  font-size: 15px;
  font-weight: 300;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .searchmap_pin {
    background-image: url('../images/spr-retina-s0d464d30b9.png');
    background-position: 0 -564px;
    -moz-background-size: 118px auto;
    -o-background-size: 118px auto;
    -webkit-background-size: 118px auto;
    background-size: 118px auto;
  }
}
.searchmap_pin_xs {
  height: 54px;
  width: 38px;
  background-image: url('../images/spr-s7c455bb1ad.png');
  background-position: 0 -786px;
  background-repeat: no-repeat;
  position: absolute;
  display: inline-block;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .searchmap_pin_xs {
    background-image: url('../images/spr-retina-s0d464d30b9.png');
    background-position: 0 -746px;
    -moz-background-size: 118px auto;
    -o-background-size: 118px auto;
    -webkit-background-size: 118px auto;
    background-size: 118px auto;
  }
}
.searchmap_pin_xl {
  height: 88px;
  width: 60px;
  background-image: url('../images/spr-s7c455bb1ad.png');
  background-position: 0 -678px;
  background-repeat: no-repeat;
  position: absolute;
  display: inline-block;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .searchmap_pin_xl {
    background-image: url('../images/spr-retina-s0d464d30b9.png');
    background-position: 0 -638px;
    -moz-background-size: 118px auto;
    -o-background-size: 118px auto;
    -webkit-background-size: 118px auto;
    background-size: 118px auto;
  }
}

[class*='searchmap_pin'] .tooltip {
  width: 300px;
  text-align: left;
}
[class*='searchmap_pin']:hover .tooltip {
  opacity: 1;
  visibility: visible;
  z-index: 1010;
}

/* Brick */
.brick_left {
  float: left;
  width: 165px;
}
.brick_right {
  float: right;
  width: 275px;
}
.brick_center {
  float: left;
  width: 710px;
  margin-left: 10px;
}
.brick_middle {
  padding-left: 180px;
}

.sidebanner_mob {
  display: none;
  margin-bottom: 20px;
  text-align: center;
}

.sidebanner_mob2 {
  display: none;
  margin: 0;
  padding-top: 10px;
}

.brick_left_mobile {
  display: none;
}

@media screen and (max-width: 1200px) {
  .brick_left {
    width: 145px;
  }

  .brick_center {
    width: 585px;
  }

  .brick_right {
    width: 240px;
  }
}
@media screen and (max-width: 1020px) {
  .brick_left {
    display: none;
  }

  .brick_center {
    margin: 0;
    float: none;
    width: auto;
  }

  .brick_right {
    float: none;
    width: auto;
  }

  .brick_middle {
    padding: 0;
  }

  .sidebanner_mob, .brick_left_mobile, .sidebanner_mob2 {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .post .event_meta .sociaLine {
    float: none;
    margin: 0 0 10px;
  }

  .post .event_meta .event_mt {
    float: none;
    margin: 0;
  }

  .post.shadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
@media screen and (max-width: 380px) {
  .sidebanner_mob, .brick_left_mobile {
    margin: 0 0 20px;
  }

  .sidebanner_mob .grid6 {
    float: none;
    width: auto;
    margin: 0 0 10px;
  }

  .brick_left_mobile .grid6 {
    float: none;
    width: auto;
    margin: 0 0 10px;
  }
}
/* author */
.author {
  margin: 0 0 10px;
}
.author:after {
  content: '';
  clear: both;
  display: block;
}
.author img {
  width: 72px;
  height: 72px;
  float: left;
  display: block;
  margin: 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.author-text {
  padding-left: 85px;
  padding-top: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
}
.author-text span {
  color: #0359a1;
  display: block;
}
.author-warn {
  line-height: 20px;
  position: relative;
  padding-left: 30px;
  font-style: italic;
}
.author-warn:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  height: 16px;
  width: 18px;
  background-image: url('../images/spr-s7c455bb1ad.png');
  background-position: 0 -1936px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .author-warn:before {
    background-image: url('../images/spr-retina-s0d464d30b9.png');
    background-position: 0 -1856px;
    -moz-background-size: 118px auto;
    -o-background-size: 118px auto;
    -webkit-background-size: 118px auto;
    background-size: 118px auto;
  }
}

/* Portal */
.portal {
  text-align: center;
  border: 1px solid #e7eef5;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.05);
  padding: 14px;
  margin: 0 0 30px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.portal img {
  margin: 0 0 10px;
}
.portal .author {
  display: inline-block;
  max-width: 240px;
  margin: 0;
}

/* cover_block */
.cover_block {
  display: none;
  margin: 0 -10px 6px;
}
.cover_block img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .cover_block {
    display: block;
  }
}
/* HIGHSCHOOL LANDING */
.section_title {
  color: #23475f;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 0 20px;
  text-align: center;
}

.section_text {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 24px;
  text-align: center;
}

.search_vnz_section {
  background: #fafafa;
  padding: 40px 0;
}

.wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

[class*='col-'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.vnzbox {
  background: #fff;
  padding: 16px;
  padding-left: 88px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 16px;
  border: 2px solid transparent;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  color: #a2a2a2;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: block;
  margin: 0 0 20px;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
}
.vnzbox_img {
  max-height: 60px;
  max-width: 56px;
  position: absolute;
  left: 16px;
  top: 20px;
}
.vnzbox_title {
  color: #333;
  height: 48px;
}
.vnzbox:hover {
  border-color: #a3bbd6;
  -webkit-box-shadow: 9px 16px 38px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 9px 16px 38px rgba(0, 0, 0, 0.2);
  box-shadow: 9px 16px 38px rgba(0, 0, 0, 0.2);
}
.vnzbox:hover .vnzbox_title {
  color: #335698;
}

/* reviews_vnz */
.section_white {
  padding: 96px 0 100px;
}

.reviews_vnz {
  margin: 0 0 90px;
}
.reviews_vnz .relatednews_title {
  margin: 0 0 34px;
}
.reviews_vnz-list {
  column-count: 2;
  column-gap: 12px;
  -webkit-column-count: 2;
  -webkit-column-gap: 12px;
}
.reviews_vnz-ava {
  position: absolute;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: block;
  left: 0;
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
}
.reviews_vnz li {
  font-weight: 700;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  line-height: 17px;
  color: #333;
  margin: 0 0 40px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 90px;
}
.reviews_vnz li p {
  margin: 0 0 6px;
}
.reviews_vnz li p:last-child {
  margin: 0;
}
.reviews_vnz li a {
  color: #00b05a;
}
.reviews_vnz .morebox {
  margin: 0;
}

.relatednews-wrap {
  margin: 0 0 100px;
}
.relatednews-wrap .morebox {
  margin: 0;
}

.banner_vnz {
  margin: 0;
}
.banner_vnz img {
  display: block;
  width: 100%;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -webkit-box-shadow: 0 11px 30px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 11px 30px rgba(0, 0, 0, 0.16);
  box-shadow: 0 11px 30px rgba(0, 0, 0, 0.16);
}
.banner_vnz img.sm-visible {
  display: none;
}

.vnz_map_box {
  background: #fff;
  padding: 48px 0 0;
}
.vnz_map_box .searchmap {
  margin: 0;
  overflow: hidden;
}
.vnz_map_box .searchmap iframe {
  height: 414px;
}

/* vnzpop */
.popular_vnz {
  padding: 96px 0 48px;
  overflow: hidden;
}
.popular_vnz .morebox {
  margin: 0;
  padding: 0;
}

.vnzpop {
  background: #fff;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.05);
  margin: 0 0 30px;
}
.vnzpop_img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 124px;
  display: block;
  text-decoration: none;
}
.vnzpop_desc {
  border: 2px solid transparent;
  border-top: 0;
  padding: 9px 18px 28px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vnzpop_top {
  margin: 0 0 32px;
  position: relative;
  padding-left: 88px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vnzpop_top:after {
  content: '';
  clear: both;
  display: block;
}
.vnzpop_logo {
  position: absolute;
  left: 0;
  bottom: -10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  width: 77px;
  height: 77px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.vnzpop_logo img {
  width: 68px;
  height: 68px;
  display: block;
}
.vnzpop_pin {
  color: #333;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
}
.vnzpop_pin a {
  padding-left: 14px;
  color: inherit;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.vnzpop_pin a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 12px;
  background: url(../images/svg-icons/pin.svg) no-repeat;
  background-size: 10px 12px;
}
.vnzpop_name {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  height: 90px;
  overflow: hidden;
  margin: 0 0 28px;
}
.vnzpop_name a {
  color: inherit;
  text-decoration: none;
  display: block;
}
.vnzpop_name a:hover {
  text-decoration: none;
}
.vnzpop_ball {
  color: #636262;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  margin: 0 0 24px;
}
.vnzpop_rate {
  color: #c5c5c5;
  font-size: 12px;
  line-height: 18px;
}
.vnzpop_rate span {
  display: inline-block;
  vertical-align: middle;
}
.vnzpop_rating {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.vnzpop_rating:after {
  content: '';
  clear: both;
  display: block;
}
.vnzpop_rating a {
  text-decoration: none;
}
.vnzpop_rating img {
  float: left;
  display: block;
  height: 13px;
  margin-right: 2px;
}
.vnzpop_medals {
  position: absolute;
  right: 16px;
  bottom: 18px;
}
.vnzpop_medal {
  display: inline-block;
  position: relative;
  margin-left: 3px;
}
.vnzpop_medal:first-child {
  margin-left: 0;
}
.vnzpop_medal img {
  display: block;
  height: 28px;
  max-width: 24px;
}
.vnzpop_medal:hover .tooltip {
  opacity: 1;
  visibility: visible;
}
.vnzpop:hover .vnzpop_desc {
  border-color: #a6bed9;
}
.vnzpop:hover .vnzpop_pin a {
  color: #0359a1;
  text-decoration: underline;
}
.vnzpop:hover .vnzpop_pin a:before {
  background-image: url(../images/svg-icons/pin-blue.svg);
}
.vnzpop:hover .vnzpop_name a {
  color: #0359a1;
  text-decoration: underline;
}
.vnzpop_pin a:hover, .vnzpop_name a:hover {
  text-decoration: none !important;
}
.vnzpop-premium {
  background: #fdefda;
}
.vnzpop-premium:hover .vnzpop_desc {
  border-color: #f1c40f;
}

.col-3 .smallbanner {
  height: 424px;
}

@media screen and (max-width: 1020px) {
  .vnzpop_row .vnzpop_medal .tooltip {
    right: -10px;
    left: auto;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
  }

  .vnzpop_row .vnzpop_medal .tooltip:before {
    left: auto;
    margin: 0;
    right: 20px;
  }
}
/* filter_slider */
.filter_slider {
  margin: 0;
  position: relative;
}
.filter_slider-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.filter_slider .container {
  height: 515px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  max-width: 920px;
}
.filter_slider-title {
  color: #fff;
  font-size: 31px;
  font-weight: 700;
  line-height: 38px;
  margin: 0 0 40px;
}
.filter_slider-icons li {
  position: relative;
  color: #fff;
  font-size: 19px;
  line-height: 20px;
  font-weight: 700;
  display: inline-block;
  margin: 0 0 0 44px;
  padding-left: 26px;
}
.filter_slider-icons li:first-child {
  margin-left: 0;
}
.filter_slider-icons li:before {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: -1px;
}
.filter_slider-icons li.ic1:before {
  background-image: url(../images/svg-icons/build.svg);
  width: 19px;
  height: 18px;
}
.filter_slider-icons li.ic2 {
  padding-left: 28px;
}
.filter_slider-icons li.ic2:before {
  background-image: url(../images/svg-icons/study.svg);
  width: 24px;
  height: 17px;
}
.filter_slider-icons li.ic3:before {
  background-image: url(../images/svg-icons/comments.svg);
  width: 22px;
  height: 18px;
}
.filter_slider .btn-yellow {
  color: #fff;
  width: 284px;
  margin: 0 0 44px;
}
.filter_slider-form {
  display: table;
  width: 100%;
  margin: 0 0 22px;
}
.filter_slider-box {
  padding: 0 30px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
}
.filter_slider-box .select {
  display: block;
}
.filter_slider-box .btn {
  width: 100%;
}
.filter_slider-box:last-child {
  padding: 0;
  width: 210px;
}
.filter_slider hr {
  background: url(../images/hr.png) center 0 no-repeat;
  height: 10px;
  border: 0;
  padding: 0;
  margin: 0 0 14px;
}
.filter_slider .selplace {
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 1000;
}

@media screen and (max-width: 750px) {
  .filter_slider {
    padding: 20px 0;
  }

  .filter_slider .selplace {
    position: relative;
    left: auto;
    top: auto;
    margin: 0 0 34px 10px;
  }

  .filter_slider .container {
    height: auto;
    display: block;
  }

  .filter_slider-title {
    font-size: 21px;
    line-height: 24px;
    margin: 0 0 30px;
  }

  .filter_slider-form {
    display: block;
    margin: 0 0 22px;
  }

  .filter_slider-box {
    display: block;
    padding: 0;
    margin: 0 0 8px;
  }

  .filter_slider-box:last-child {
    padding: 0;
    width: auto;
    margin: 0;
  }

  .filter_slider hr {
    margin: 0 0 18px;
  }

  .filter_slider .btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    width: 100%;
  }

  .filter_slider .btn-yellow {
    margin: 0 auto 24px;
  }

  .filter_slider-icons {
    display: inline-block;
    width: 200px;
  }
  .filter_slider-icons li {
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    margin: 0 0 10px;
  }
  .filter_slider-icons li.ic1:before {
    width: 17px;
    height: 16px;
  }
  .filter_slider-icons li.ic2:before {
    width: 22px;
    height: 15px;
  }
  .filter_slider-icons li.ic3:before {
    width: 20px;
    height: 16px;
  }

  .popular_vnz, .section_white {
    padding: 44px 0;
  }

  .search_vnz_section {
    padding-bottom: 30px;
  }

  .section_title {
    font-size: 21px;
    line-height: 24px;
  }

  .relatednews-wrap {
    margin: 0 0 50px;
  }

  .relatednews-wrap .morebox {
    margin: 0;
    padding: 0;
  }

  .banner_vnz img {
    display: block;
    width: auto;
    margin: 0 auto;
  }

  .reviews_vnz {
    margin: 0 0 50px;
  }

  .reviews_vnz .morebox {
    margin: 0;
    padding: 0;
  }

  .reviews_vnz-list {
    column-count: auto;
    column-gap: auto;
    -webkit-column-count: auto;
    -webkit-column-gap: auto;
  }

  .reviews_vnz li {
    position: relative;
    padding: 0;
    font-size: 16px;
    line-height: 19px;
  }

  .reviews_vnz-top {
    position: relative;
    padding-left: 78px;
    margin-bottom: 10px;
  }

  .reviews_vnz-ava {
    width: 60px;
    height: 60px;
    margin-top: -30px;
  }
}
/* Select */
.select {
  display: inline-block;
  position: relative;
  text-align: left;
}
.select-name {
  background: #fff;
  position: relative;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0 34px 0 18px;
  cursor: pointer;
  color: #333;
  font-size: 14px;
  line-height: 16px;
  height: 38px;
  line-height: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cfcfce;
  border-bottom: 2px solid #cfcfce;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.select-name:before {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/svg-icons/sel.svg) 0 0 no-repeat;
  right: 10px;
  width: 12px;
  height: 10px;
  background-size: cover;
  position: absolute;
  top: 12px;
}
.select-dropdown {
  background: #fff;
  border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  border: 1px solid #cfcfce;
  position: absolute;
  border-bottom: 2px solid #cfcfce;
  border-top: 0;
  padding: 12px 18px;
  z-index: 999;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
.select-dropdown li {
  position: relative;
  font-size: 15px;
  line-height: 16px;
  font-weight: 500;
  color: #000;
  margin: 0 0 18px;
}
.select-dropdown li:last-child {
  margin: 0;
}
.select-dropdown li a {
  color: #000;
  display: block;
  text-decoration: none;
}
.select-dropdown li a:hover {
  color: #0059a5;
  text-decoration: underline;
}
.select-dropdown li label {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  cursor: pointer;
}
.select-dropdown li input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #b0b3b5;
  cursor: pointer;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
  background: #fff url(../images/svg-icons/check.svg) -9999px -9999px no-repeat;
  background-size: 12px 12px;
}
.select-dropdown li input[type="checkbox"]:checked {
  background-position: center center;
}
.select-dropdown li input[type="checkbox"]:checked + span {
  color: #0059a5;
}
.select-dropdown li ul {
  margin: 18px 0 0 22px;
}
.select-scroll > ul {
  max-height: none;
  overflow: visible;
}
.select-scroll.scroll > ul {
  max-height: 294px;
  overflow-y: auto;
}
.select.opened .select-name {
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-bottom: 0;
}
.select.opened .select-name:before {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.select.opened .select-dropdown {
  display: block;
}

.selplace {
  width: 200px;
}
.selplace .select-name, .selplace .select-dropdown {
  background: #22485F;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.selplace .select-name {
  height: 30px;
  line-height: 30px;
  padding-left: 42px;
}
.selplace .select-name:before {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/svg-icons/pin-white.svg) no-repeat;
  background-size: cover;
  width: 11px;
  height: 15px;
  right: auto;
  left: 18px;
  top: 7px;
}
.selplace .select-name span {
  display: inline-block;
  position: relative;
  padding-right: 16px;
}
.selplace .select-name span:before {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/svg-icons/sel2.svg) 0 0 no-repeat;
  right: 0;
  width: 9px;
  height: 8px;
  background-size: cover;
  position: absolute;
  top: 10px;
  opacity: 0.5;
}
.selplace.opened .select-name, .selplace.opened .select-dropdown {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.selplace.opened .select-name:before {
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.selplace.opened .select-name span:before {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  top: 13px;
}
.selplace .select-name {
  color: #fff;
}
.selplace .select-dropdown {
  padding: 4px 18px 10px 42px;
}
.selplace .select-dropdown li {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 16px;
}
.selplace .select-dropdown li:last-child {
  margin: 0;
}
.selplace .select-dropdown li a {
  color: #fff;
  text-decoration: none;
}
.selplace .select-dropdown li a:hover {
  text-decoration: underline;
}

/* SEARCH */
.section_search {
  padding: 44px 0 90px;
  overflow: hidden;
}
.section_search .vnzpop_row {
  margin-bottom: 100px;
}
.section_search .pagination {
  margin: 0;
}
.section_search .morebox {
  margin: 0;
  padding: 0;
}
.section_search .vnzpop_row .morebox {
  display: none;
}

/* pagination */
.pagination {
  text-align: center;
  margin: 0 0 30px;
}
.pagination a, .pagination span {
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 2px;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  text-decoration: none;
  color: #23475f;
  font-size: 14px;
  line-height: 28px;
  font-weight: 700;
  background: #fefefe;
  background: -moz-linear-gradient(top, #fefefe 0%, #f1f1f1 100%);
  background: -webkit-linear-gradient(top, #fefefe 0%, #f1f1f1 100%);
  background: linear-gradient(to bottom, #fefefe 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=0 );
}
.pagination a.long, .pagination span.long {
  width: auto;
  padding: 0 12px;
}
.pagination a.active, .pagination span.active {
  background: #416fc6;
  background: -moz-linear-gradient(top, #416fc6 0%, #34579a 100%);
  background: -webkit-linear-gradient(top, #416fc6 0%, #34579a 100%);
  background: linear-gradient(to bottom, #416fc6 0%, #34579a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=0 );
  border-color: #203e76;
  color: #fff;
}

/* search_filter */
.search_filter {
  margin: 0 0 30px;
}
.search_filter .select {
  display: block;
  margin: 0 0 20px;
}
.search_filter .select-name img {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
}
.search_filter .select-dropdown {
  -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.5);
}

.search_filter_wrap .search_filter {
  display: flex;
}
.search_filter_wrap .search_filter .select {
  width: 50%;
}
.search_filter_wrap .search_filter .select.opened .select-name {
  background: #f69f24;
}

@media screen and (max-width: 1020px) {
  .search_filter {
    width: 300px;
    margin: 0 auto 30px;
    position: relative;
  }

  .search_filter .wrap {
    margin: 0 -4px;
  }

  .search_filter .col-3 {
    padding: 0 4px;
  }

  .search_filter .select {
    position: static;
    margin: 0;
  }

  .search_filter .select-dropdown {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 0;
  }

  .search_filter .select-name {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 0;
    background: #0359a1;
    color: #fff;
    text-indent: -9999px;
  }

  .search_filter .select-name:before {
    content: none;
    display: none;
  }

  .search_filter .select-name img {
    display: block;
  }

  .search_filter .select.opened .select-name {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
}
@media screen and (max-width: 750px) {
  .section_search {
    padding: 40px 0;
  }

  .section_search .vnzpop_row {
    margin-bottom: 40px;
  }

  .section_search .pagination {
    display: none;
  }

  .section_search .morebox {
    display: block;
  }

  .pagehead_name small {
    font-size: 16px;
    line-height: 20px;
  }
}
/* ===== nopro_page ===== */
.nopro_page .relatednews {
  margin-bottom: 90px;
}
.nopro_page .morebox {
  margin: 0;
}
.nopro_page .comments {
  margin-bottom: 90px;
}
.nopro_page .comments .morebox {
  margin: 0;
  padding: 0;
}

/* nopro_list */
.nopro_list_mobile {
  margin: 0 0 20px;
}

.nopro_list_show {
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  margin: 8px 0 0;
  display: none;
}
.nopro_list_show a {
  color: #3258a1;
  text-decoration: none;
}
.nopro_list_show .fas {
  position: relative;
}

.nopro_list {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #000;
}
.nopro_list a {
  color: inherit;
  text-decoration: underline;
}
.nopro_list a:hover {
  color: #0359a1;
  text-decoration: underline;
}
.nopro_list ul {
  display: table;
  width: 100%;
}
.nopro_list li {
  display: table-row;
}
.nopro_list li:nth-child(even) > span {
  background: #fafdff;
}
.nopro_list li:last-child > span {
  border-bottom: 0;
}
.nopro_list-name, .nopro_list-val {
  display: table-cell;
  border-bottom: 1px solid #f2f7fa;
  padding-top: 9px;
  padding-bottom: 9px;
}
.nopro_list-name {
  width: 310px;
  padding-right: 30px;
  padding-left: 20px;
  text-align: right;
  font-weight: 700;
  color: #0359a1;
}
.nopro_list .hidetel {
  display: none;
}
.nopro_list-boxes {
  display: block;
  width: auto;
  border-collapse: separate;
}
.nopro_list-boxes ul {
  display: block;
  column-count: 2;
  -webkit-column-count: 2;
  column-gap: 20px;
  -webkit-column-gap: 20px;
  vertical-align: top;
}
.nopro_list-boxes li {
  background: #fff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  vertical-align: top;
  border: 1px solid #f1f1f1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  margin: 0 0 10px;
  display: inline-block;
  width: 100%;
}
.nopro_list-boxes li:after {
  content: '';
  clear: both;
  display: block;
}
.nopro_list-boxes li:last-child {
  margin: 0;
}
.nopro_list-boxes li > span {
  display: block;
  border: 0;
  padding: 0;
}
.nopro_list-boxes li:nth-child(even) > span {
  background: #fff;
}
.nopro_list-boxes .nopro_list-name, .nopro_list-boxes .nopro_list-val {
  padding: 0;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.nopro_list-boxes .nopro_list-name {
  padding: 0;
  padding-right: 10px;
}

.pin_link {
  position: relative;
  padding-left: 16px;
}
.pin_link:before {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/svg-icons/pin.svg) no-repeat;
  left: 0;
  top: 1px;
  width: 11px;
  height: 14px;
  background-size: cover;
}
.pin_link:hover::before {
  background-image: url(../images/svg-icons/pin-blue.svg);
}

/* advantages */
.advantages {
  margin: 0 0 90px;
}
.advantages_item {
  background: #fff9eb;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  margin: 0 0 5px;
  padding: 6px 60px 6px 10px;
  height: 45px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #000;
}
.advantages_item:before {
  content: '';
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  background: url(../images/svg-icons/no.svg) no-repeat;
  background-size: 14px 14px;
}
.advantages_item.ok:before {
  background: url(../images/svg-icons/checkred.svg) no-repeat;
  background-size: 17px 13px;
  width: 17px;
  height: 13px;
}

/* nopro_tabname */
.nopro_tabname {
  border-bottom: 2px solid #0f559c;
  color: #0f559c;
  font-size: 30px;
  position: relative;
  line-height: 32px;
  padding-left: 44px;
  padding-bottom: 8px;
  margin: 0 0 26px;
  font-weight: 700;
}
.nopro_tabname img {
  position: absolute;
  display: block;
  width: 32px;
  left: 0;
  bottom: 8px;
}

/* sociaLine_nopro */
.sociaLine_nopro {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 12px 0;
  margin: 0 0 48px;
}
.sociaLine_nopro:after {
  content: '';
  clear: both;
  display: block;
}
.sociaLine_nopro .sociaLine {
  float: left;
  margin: 3px 0 0;
}
.sociaLine_nopro .btn {
  float: right;
  margin: 0;
  background: #00b05a;
  border-bottom-color: #058848;
  width: 196px;
  padding: 8px 20px;
}
.sociaLine_nopro .btn:hover {
  background: #058848;
}

/* rate_info */
.rate_info {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
}
.rate_info:after {
  content: '';
  clear: both;
  display: block;
}
.rate_info-lt {
  float: left;
  margin: 0 0 16px;
  color: #0f559c;
}
.rate_info-lt span {
  color: #00b05a;
}
.rate_info-rt {
  color: #7f7f7f;
  float: right;
  margin: 0;
  position: relative;
  padding-left: 28px;
}
.rate_info-rt:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  background: url(../images/svg-icons/starg.svg) no-repeat;
  width: 18px;
  height: 17px;
  background-size: cover;
}

/* nopro_vote */
.nopro_vote {
  margin: 0 0 12px;
}
.nopro_vote span {
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}

.nopro_rate {
  display: inline-block;
  vertical-align: middle;
}
.nopro_rate:after {
  content: '';
  clear: both;
  display: block;
}
.nopro_rate img {
  width: 17px;
  float: left;
  margin: 0 2px 0 0;
}

.call_vuz {
  margin: 0 0 50px;
}

@media screen and (max-width: 750px) {
  .nopro_list-name {
    width: 180px;
    padding-left: 10px;
    padding-right: 20px;
  }

  .nopro_list_show {
    display: block;
  }

  .nopro_list {
    height: 280px;
    overflow: hidden;
    position: relative;
  }
  .nopro_list:before {
    content: '';
    display: block;
    position: absolute;
    height: 40px;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=0 );
    width: 100%;
    bottom: 0;
    left: 0;
  }
  .nopro_list.opened {
    height: auto;
    overflow: visible;
  }
  .nopro_list.opened:before {
    content: none;
    display: none;
  }

  .advantages {
    margin: 0 0 40px;
  }

  .sociaLine_nopro {
    text-align: center;
  }

  .sociaLine_nopro .sociaLine {
    float: none;
    margin: 0 0 14px;
  }

  .sociaLine_nopro .sociaLine span {
    display: none;
  }

  .sociaLine_nopro .btn {
    float: none;
  }

  .rate_info-lt {
    float: none;
    margin: 0 0 10px;
  }

  .rate_info-rt {
    float: none;
    margin: 0 0 16px;
  }

  .nopro_vote {
    text-align: center;
  }

  .commentbox_name .nopro_rate {
    display: none;
  }

  .event_page.nopro_page {
    padding-bottom: 50px;
  }

  .nopro_page .relatednews {
    margin-bottom: 50px;
  }
  .nopro_page .comments {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 500px) {
  .nopro_list {
    font-size: 12px;
    line-height: 14px;
  }

  .nopro_list-name {
    width: 140px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .nopro_tabname {
    font-size: 21px;
    line-height: 24px;
    padding-left: 28px;
    padding-bottom: 6px;
  }

  .nopro_tabname img {
    width: 22px;
    bottom: 7px;
  }

  .highpost .alignleft {
    float: none;
    margin: 0 0 20px;
  }
}
/* ===== PRO ===== */
.smallmenu {
  display: table;
  width: 100%;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  margin: 0 0 26px;
}
.smallmenu li {
  display: table-cell;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}
.smallmenu li a {
  color: #000;
  display: block;
  text-decoration: none;
  padding: 8px;
}
.smallmenu li.active a, .smallmenu li:hover a, .smallmenu li.ui-tabs-active a {
  background: #1569be;
  background: -moz-linear-gradient(top, #1569be 0%, #0f569e 100%);
  background: -webkit-linear-gradient(top, #1569be 0%, #0f569e 100%);
  background: linear-gradient(to bottom, #1569be 0%, #0f569e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=0 );
  color: #fff;
}
.smallmenu li:first-child a {
  border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
}
.smallmenu li:last-child a {
  border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
}

.highpost2 {
  margin-bottom: 90px;
}

.highpost3 {
  margin-bottom: 44px;
}

.highpost2 .btn-green2 {
  width: 100%;
  max-width: 266px;
  margin-top: 10px;
}

/* Flexmenu */
.flexmenu {
  background: #eee;
  border: 1px solid #87aacd;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.39);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.39);
  margin: 0 0 30px;
}
.flexmenu ul:after {
  content: '';
  clear: both;
  display: block;
}
.flexmenu li {
  float: left;
  font-size: 16px;
  line-height: 16px;
  position: relative;
  font-weight: 500;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.flexmenu li:first-child {
  border-left: 0;
}
.flexmenu li a {
  color: #000;
  display: block;
  padding: 12px 16px;
  text-decoration: none;
  position: relative;
}
.flexmenu li:before {
  content: '';
  display: block;
  position: absolute;
  background: #fefefe;
  width: 100%;
  height: 10px;
  left: 0;
  top: 100%;
  display: none;
  z-index: 100;
}
.flexmenu li:hover {
  border-color: #87aacd;
}
.flexmenu li:hover:before {
  display: block;
}
.flexmenu li:hover a {
  background: #fefefe;
  color: #0359a1;
}
.flexmenu .flexMenu-viewMore {
  float: right;
  border-right: 0;
}
.flexmenu .flexMenu-viewMore:before {
  height: 3px;
}
.flexmenu .flexMenu-viewMore > a {
  width: 48px;
  padding: 0;
  height: 40px;
  position: relative;
}
.flexmenu .flexMenu-viewMore > a:after {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/svg-icons/dots.svg) center center no-repeat;
  background-size: 26px 16px;
  width: 16px;
  height: 6px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -3px 0 0 -8px;
}
.flexmenu .flexMenu-viewMore:hover {
  border-left: 1px solid #87aacd !important;
}
.flexmenu .flexMenu-viewMore:hover > a:after {
  background-image: url(../images/svg-icons/dotsb.svg);
}
.flexmenu .flexMenu-popup {
  width: 195px;
  left: auto;
  right: -1px;
  border: 1px solid #87aacd;
  z-index: 999;
}
.flexmenu .flexMenu-popup li {
  float: none;
  border: 0;
  border-bottom: 1px solid #dcdcdc;
}
.flexmenu .flexMenu-popup li:last-child {
  border: 0;
}
.flexmenu .flexMenu-popup li a {
  border: 0;
  color: #000;
  padding: 12px 14px;
}
.flexmenu .flexMenu-popup li a:after {
  content: none;
  display: none;
}
.flexmenu .flexMenu-popup li:before {
  content: none;
  display: none;
}
.flexmenu .flexMenu-popup li:hover::before {
  content: none;
  display: none;
}
.flexmenu .flexMenu-popup li:hover a {
  color: #0359a1;
}

/* protop_icons */
.protop_icons {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}
.protop_icons span {
  font-weight: 400;
}
.protop_icons .fas {
  color: #0359a1;
  margin-right: 6px;
}
.protop_icons li {
  margin-bottom: 14px;
}

/* procover */
.procover {
  height: 400px;
  overflow: hidden;
  position: relative;
}
.procover_image, .procover video {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
}
.procover_image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.procover .container {
  padding-top: 100px;
  position: relative;
  z-index: 5;
}
.procover .high {
  text-align: left;
  max-width: 830px;
  margin: 0 0 48px;
}
.procover .high h1 {
  color: #fff;
}
.procover .high_image span {
  background: #fff;
  display: block;
  width: 160px;
  height: 160px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.procover .high_title {
  padding-left: 186px;
}
.procover .btn-yellow {
  color: #fff;
}
.procover .btn {
  margin: 0 36px 0 0;
}
.procover .fav, .procover .rev {
  position: relative;
  padding-left: 34px;
  color: #fff;
  margin: 0 36px 0 0;
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
  vertical-align: middle;
}
.procover .fav:before, .procover .rev:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 22px;
  height: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin-top: -13px;
}
.procover .fav:before {
  background: url(../images/svg-icons/heart.svg) center center no-repeat;
  background-size: 12px 12px;
}
.procover .rev:before {
  background: url(../images/svg-icons/comments.svg) center center no-repeat;
  background-size: 14px 14px;
}

.procover_medals {
  width: 140px;
  position: absolute;
  right: 0;
  top: 50%;
}

.procover_medal {
  color: #2ecc71;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  background: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 5px 10px 5px 30px;
  position: relative;
}
.procover_medal:before {
  content: '';
  display: block;
  position: absolute;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #fff;
  width: 32px;
  height: 32px;
  left: -16px;
  top: 50%;
  margin-top: -16px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 2px 0 14px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 0 14px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 0 14px rgba(0, 0, 0, 0.5);
  background-size: 18px 18px;
}
.procover_medal-ok {
  margin: 0 0 24px;
}
.procover_medal-ok:before {
  background-image: url(../images/svg-icons/been.svg);
}
.procover_medal-premium {
  color: #f69f24;
}
.procover_medal-premium:before {
  background-image: url(../images/svg-icons/medal.svg);
  background-size: 22px 22px;
}

@media screen and (max-width: 1020px) {
  .procover .container {
    padding-top: 40px;
  }
  .procover .high {
    max-width: none;
    margin: 0 0 30px;
  }
  .procover .high_image span {
    width: 116px;
    height: 116px;
    padding: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .procover .high_title {
    padding-left: 130px;
  }
  .procover .high h1 {
    font-size: 30px;
    line-height: 34px;
  }
  .procover .btn {
    margin: 0 20px 20px 0;
  }
  .procover .fav, .procover .rev {
    margin: 0 20px 0 0;
  }
  .procover .fav {
    margin: 0;
  }

  .procover_medals {
    width: auto;
    position: relative;
    right: auto;
    top: auto;
  }

  .procover_medal {
    display: inline-block;
    margin: 0 30px 30px 16px;
  }

  .smallmenu li {
    font-size: 14px;
    line-height: 14px;
  }
}
@media screen and (max-width: 750px) {
  .procover {
    height: auto;
    padding: 40px 0;
    text-align: center;
  }
  .procover .container {
    padding-top: 0;
  }
  .procover .high h1 {
    font-size: 21px;
    line-height: 24px;
  }
  .procover .btn {
    margin: 0 4px 14px;
  }
  .procover .fav, .procover .rev {
    margin: 8px 10px;
  }

  .procover_medals {
    width: auto;
    position: relative;
    right: auto;
    top: auto;
  }

  .procover_medal {
    display: inline-block;
    margin: 0 14px 20px 14px;
  }

  .protop_icons {
    text-align: center;
  }

  .nopro_list-boxes ul {
    column-count: auto;
    column-gap: auto;
    -webkit-column-count: auto;
    -webkit-column-gap: auto;
  }

  .highpost2 {
    margin-bottom: 40px;
  }

  .smallmenu {
    display: block;
    width: auto;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
  }
  .smallmenu li {
    display: block;
    border-bottom: 1px solid #f1f1f1;
  }
  .smallmenu li:first-child a {
    border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
  }
  .smallmenu li:last-child {
    border-bottom: 0;
  }
  .smallmenu li:last-child a {
    border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
  }

  /* flexmenu */
  .flexmenu {
    position: relative;
  }

  .flexmenu .flexMenu-viewMore {
    float: left;
    margin: 0;
    position: static;
  }
  .flexmenu .flexMenu-viewMore > a {
    width: auto;
    padding: 0 10px 0 34px;
    line-height: 40px;
  }
  .flexmenu .flexMenu-viewMore > a:after {
    left: 10px;
    top: 50%;
    margin: -3px 0 0;
  }
  .flexmenu .flexMenu-viewMore:hover {
    border-left: 0 !important;
    border-right: 1px solid #87aacd !important;
  }

  .flexmenu .flexMenu-popup {
    left: -1px;
    width: 100%;
    right: auto;
  }
}
@media screen and (max-width: 500px) {
  .flexmenu .flexMenu-viewMore {
    width: 100%;
  }

  .flexmenu .flexMenu-viewMore:hover {
    border-bottom: 0;
  }

  .flexmenu .flexMenu-viewMore:hover > a {
    background: 0;
    color: #000;
  }

  .flexmenu .flexMenu-viewMore:hover > a:after {
    background: url(../images/svg-icons/close.svg) no-repeat;
    width: 14px;
    height: 14px;
    left: 12px;
    top: 50%;
    margin-top: -7px;
  }

  .procover {
    height: auto;
    padding: 20px 0;
    text-align: center;
  }
  .procover .container {
    padding-top: 0;
  }
  .procover .high_image {
    float: left;
    margin: 0;
  }
  .procover .high_image span {
    width: 80px;
    height: 80px;
  }
  .procover .high_title {
    padding-left: 90px;
    text-align: left;
  }
  .procover .high_title h1 {
    font-size: 18px;
    line-height: 20px;
  }
}
/* waymodal */
.fancybox-close-small {
  display: none !important;
}

.waymodal, #call_vnz {
  background: #fff;
  border: 3px solid #919191;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  position: relative;
  width: 100%;
  max-width: 800px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  display: none;
}
.waymodal .close, #call_vnz .close {
  color: #e34949;
  font-size: 18px;
  line-height: 18px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.waymodal_title, #call_vnz_title {
  font-size: 28px;
  line-height: 32px;
  color: #000;
  margin: 0 60px 16px 0;
  font-weight: 700;
}
.waymodal .highpost, #call_vnz .highpost {
  margin: 0;
}

#call_vnz {
  max-width: 500px;
  display: none;
}
#call_vnz h2 {
  text-align: center;
  margin: 0 20px 32px;
  font-size: 21px;
  line-height: 24px;
  color: #335698;
  font-weight: 700;
}
#call_vnz .inpf {
  background: #f9f9f9;
}
#call_vnz .btn {
  width: 100%;
}

.call_vnz_text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  margin: 0 0 30px;
}
.call_vnz_text > div {
  margin-left: 20px;
}
.call_vnz_text > div:first-child {
  margin-left: 0;
}

.call_vnz_logo {
  min-width: 100px;
  max-width: 100px;
}

.vnz_been {
  background: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 14px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.5);
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.vnz_been img {
  max-height: 18px;
  max-width: 18px;
  display: block;
}

@media screen and (max-width: 750px) {
  .waymodal .close {
    right: 10px;
    top: 10px;
  }

  .waymodal_title {
    font-size: 21px;
    line-height: 24px;
    margin: 0 10px 20px;
    text-align: center;
  }
}
#send_user {
  background: #f2f2f4;
  max-width: 458px;
}
#send_user .waymodal_title {
  color: #335698;
  font-size: 26px;
  line-height: 28px;
  text-align: center;
  margin: 0 10px 30px;
}
#send_user .btn {
  display: block;
  margin: 0 auto;
  max-width: 350px;
  width: 100%;
}
#send_user .send_user_form {
  margin: 0 0 28px;
}
#send_user .waymodal_icon {
  margin: 0 0 28px;
}
#send_user .waymodal_icon img {
  max-width: 174px;
  display: block;
  margin: 0 auto;
}
#send_user .waymodal_text {
  text-align: center;
}

/* sel */
.sel_outer {
  position: relative;
  margin: 0 0 30px;
}

.sels {
  height: 40px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 0;
  border-bottom: 2px solid #cececc;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px 0 14px;
  display: block;
  width: 100%;
  background: #f9f9f9;
  cursor: pointer;
  outline: none;
  margin: 0;
  color: #3e3e3e;
  font-size: 14px;
  line-height: 40px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.sels:after {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/svg-icons/sel.svg) no-repeat;
  width: 13px;
  height: 11px;
  position: absolute;
  right: 17px;
  top: 13px;
  background-size: cover;
}

.seldrop {
  background: #fff;
  z-index: 999;
  padding: 6px 18px 18px;
  width: 100%;
  position: absolute;
  left: 0;
  display: none;
  -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.26);
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.26);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  margin: 0;
}
.seldrop-search {
  background: #f0f0f0;
  height: 32px;
  position: relative;
  margin: 0 0 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px 0 34px;
}
.seldrop-search input[type="text"] {
  width: 100%;
  padding: 6px 0;
  line-height: 20px;
  font-size: 14px;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  background: 0;
  border: 0;
}
.seldrop-search button {
  background: url(../images/svg-icons/search.svg) no-repeat;
  width: 0;
  height: 0;
  position: absolute;
  text-indent: -9999px;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  width: 14px;
  height: 14px;
  left: 10px;
  top: 9px;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.seldrop-list {
  max-height: 140px;
  overflow-y: auto;
}
.seldrop-list li {
  margin: 0 0 14px;
}
.seldrop-list li:last-child {
  margin: 0;
}
.seldrop-list li .checkf {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  display: inline-block;
  padding-left: 22px;
  color: #000;
}
.seldrop-list li .checkf input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #b0b3b5;
  cursor: pointer;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
  background: #fff url(../images/svg-icons/check.svg) -9999px -9999px no-repeat;
  background-size: 12px 12px;
}
.seldrop-list li .checkf input[type="checkbox"]:checked {
  background-position: center center;
}
.seldrop-list li .checkf input[type="checkbox"]:checked + span {
  color: #0059a5;
}

.sel_outer.opened .sel {
  background: #fff;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.26);
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.26);
  border-bottom: transparent;
}
.sel_outer.opened .sel:after {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.sel_outer.opened .seldrop {
  display: block;
}

/* ====================================================== */
/* ==================== ADMIN PAGES ===================== */
/* ====================================================== */
.frow {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.fcol3, .fcol4, .fcol6, .fcol8, .fcol9 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fcol3 {
  flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  max-width: 25%;
}

.fcol4 {
  flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.fcol6 {
  flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  max-width: 50%;
}

.fcol8 {
  flex: 0 0 66.666666%;
  -ms-flex: 0 0 66.666666%;
  max-width: 66.666666%;
}

.fcol9 {
  flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  max-width: 75%;
}

/* Header admin */
body.adminpage .header .navmenu {
  margin-right: 24px;
}
body.adminpage .navmenu li {
  margin-right: 22px;
}
body.adminpage .navmenu li.spec {
  margin-left: 22px;
  margin-right: 0;
}
body.adminpage .middle {
  padding-top: 50px;
}

@media screen and (max-width: 1200px) {
  body.adminpage .navmenu li.spec {
    margin-left: 0;
  }
}
.logged_menu {
  float: left;
  margin: 0 38px 0 0;
}
.logged_menu > li {
  float: left;
  margin: 0 10px 0 0;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  position: relative;
}
.logged_menu > li:last-child {
  margin-right: 0;
}
.logged_menu > li > a {
  background: #2c5b79;
  color: #f2f2f2;
  display: block;
  text-decoration: none;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0 6px;
  text-align: center;
  min-width: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.logged_menu > li > a small {
  background: #ff0000;
  font-weight: 400;
  position: absolute;
  display: block;
  left: 11px;
  bottom: 18px;
  padding: 0 4px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  line-height: 22px;
}
.logged_menu > li > a:hover {
  background: #fec502;
}
.logged_menu > li > a .fa-user {
  margin-left: 4px;
}
.logged_menu > li.logged_menu_set a {
  padding-left: 32px;
}
.logged_menu > li.logged_menu_set a b {
  font-weight: 500;
}
.logged_menu > li.logged_menu_set a:before {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/admin/medal.svg) no-repeat;
  width: 18px;
  height: 18px;
  top: 4px;
  left: 5px;
}
.logged_menu > li.logged_menu_set a:after {
  content: '';
  display: block;
  position: absolute;
  background: #27516c;
  width: 1px;
  height: 16px;
  top: 5px;
  left: 27px;
}
.logged_menu > li.logged_menu_set a:hover::after {
  background: #d4a60b;
}
.logged_menu .loguserbox_nav {
  background: #fafafa;
  position: absolute;
  right: 0;
  width: 210px;
  z-index: 1000;
  margin-top: 8px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  display: none;
}

.admin_module {
  margin-bottom: 67px;
}
.admin_module.last {
  margin-bottom: 0;
}

.admin_title {
  color: #34495e;
  font-size: 30px;
  line-height: 32px;
  margin: 0 0 18px;
  font-weight: 700;
  position: relative;
  text-align: left;
}
.admin_title.w_icon {
  padding-left: 32px;
}
.admin_title.w_icon img {
  position: absolute;
  display: block;
  left: 0;
  top: 5px;
  width: 22px;
  max-height: 24px;
}
.admin_title.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  align-items: center;
  justify-content: space-between;
}

.whatgot_link {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
}

.admin_tabs {
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  margin: 0 0 20px;
}
.admin_tabs:after {
  content: '';
  clear: both;
  display: block;
}
.admin_tabs li {
  float: left;
  margin: 0;
  text-align: center;
}
.admin_tabs li a {
  display: block;
  color: #010101;
  text-decoration: none;
  padding: 7px 19px;
}
.admin_tabs li.active a {
  background: #0059a5;
  color: #fff;
}

.badgebox {
  text-align: center;
  color: #000;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  margin-bottom: 28px;
}
.badgebox a {
  color: inherit;
  text-decoration: none;
  display: block;
}
.badgebox img {
  display: block;
  margin: 0 auto 10px;
}
.badgebox span:not(.badgebox_point) {
  display: block;
}
.badgebox_point {
  background: #0359a1;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  padding: 2px 7px;
  font-weight: 500;
  margin: 0 0 6px;
}

.loguserbox {
  background: #fafafa;
  margin: 0 0 30px;
}
.loguserbox_top {
  position: relative;
  color: #333;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  padding: 18px;
  text-align: center;
}
.loguserbox_top img {
  display: block;
  margin: 0 auto 15px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 125px;
}
.loguserbox_shownav {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  display: block;
  font-size: 14px;
  line-height: 16px;
  padding: 9px 10px;
  text-align: center;
  border: 0;
  display: none;
}
.loguserbox_shownav span {
  display: inline-block;
  position: relative;
  padding-right: 18px;
}
.loguserbox_shownav span:before {
  content: '\f078';
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  right: 0;
  top: 1px;
  position: absolute;
}
.loguserbox_shownav.open span:before {
  transform: matrix(1, 0, 0, -1, 0, 0);
  -ms-transform: matrix(1, 0, 0, -1, 0, 0);
}
.loguserbox_edit {
  display: flex;
  position: absolute;
  right: 18px;
  top: 18px;
  text-decoration: none;
  align-items: center;
}
.loguserbox_edit_icon {
  background: #cdcbcb;
  color: #fff;
  text-align: center;
  width: 18px;
  height: 18px;
  font-size: 10px;
  line-height: 10px;
  position: relative;
  display: block;
}
.loguserbox_edit_icon .fas {
  position: absolute;
  left: 5px;
  top: 4px;
}
.loguserbox_edit_icon:hover {
  background: #0f559c;
}
.loguserbox_edit small {
  display: none;
  color: #a4a4a4;
  font-size: 10px;
  line-height: 12px;
  font-weight: 700;
  margin-left: 6px;
}
.loguserbox_nav {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.loguserbox_nav li {
  border-bottom: 1px solid #f2f2f2;
}
.loguserbox_nav li:last-child, .loguserbox_nav li ul li {
  border: 0;
}
.loguserbox_nav li a {
  color: #212121;
  display: block;
  text-decoration: none;
  padding: 3px 14px 3px 40px;
  position: relative;
}
.loguserbox_nav li a .fas {
  position: absolute;
  left: 16px;
  top: 6px;
}
.loguserbox_nav li a em {
  font-weight: 500;
  font-style: normal;
  color: #212121;
  background: #d1e8ff;
  display: inline-block;
  padding: 2px 4px;
  margin-left: 4px;
  line-height: 16px;
}
.loguserbox_nav li a em.red {
  background: #ef2929;
  color: #fff;
}
.loguserbox_nav li ul li {
  font-weight: 400;
}
.loguserbox_nav li.add {
  font-weight: 500;
}
.loguserbox_nav li.add a {
  color: #f69f24;
}
.loguserbox_nav li.active > a {
  background: #f2f2f4;
  color: #0f559c;
}
.loguserbox_nav li a:hover {
  background: #f2f2f4;
}
.loguserbox_nav li.active > a:before {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  left: 0;
  top: 0;
  bottom: 0;
  background: #f69f24;
}

.adminbigban {
  background: url(../images/admin/bigbanner.jpg) center 0 no-repeat;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}
.adminbigban .container {
  min-height: 180px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 36px;
  position: relative;
}
.adminbigban_left {
  width: 210px;
  margin-right: 50px;
  float: left;
}
.adminbigban_middle {
  width: 450px;
  float: left;
}
.adminbigban_text {
  font-size: 21px;
  line-height: 26px;
  margin: 0 0 14px;
}
.adminbigban_sm {
  margin: 0 0 10px;
}
.adminbigban .bigbanner_close {
  right: 0;
  top: 30px;
  margin: 0;
}

@media screen and (max-width: 1020px) {
  .frow {
    margin-left: -8px;
    margin-right: -8px;
  }

  .fcol3, .fcol4, .fcol6, .fcol8, .fcol9 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .ftb4 {
    flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .ftb6 {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
  }

  .admin_module {
    margin-bottom: 40px;
  }

  .admin_module .morebox {
    padding: 0;
  }

  .loguserbox {
    margin: 0 0 40px;
  }

  .loguserbox_top {
    border: 1px solid #eaeef4;
    background: #fff;
    padding: 12px;
    display: flex;
    border-bottom: 0;
    align-items: center;
    text-align: left;
  }
  .loguserbox_top img {
    display: block;
    margin: 0 20px 0 0;
    width: auto;
    min-width: 78px;
    max-width: 78px;
  }

  .loguserbox_edit {
    position: relative;
    right: auto;
    top: auto;
    background: 0;
  }
  .loguserbox_edit_icon {
    width: 13px;
    height: 13px;
    font-size: 8px;
  }
  .loguserbox_edit_icon .fas {
    left: 3px;
    top: 3px;
  }
  .loguserbox_edit small {
    display: block;
  }

  body.adminpage .header {
    padding: 20px 0;
  }

  body.adminpage .hamb_nav {
    margin-top: 7px;
  }

  .logomob {
    margin-top: 3px;
  }

  .logged_menu {
    margin-right: 10px;
  }

  .logged_menu li.logged_menu_set a {
    width: 26px;
    height: 26px;
    padding: 0;
  }

  .logged_menu li.logged_menu_set a b {
    display: none;
  }

  .logged_menu li.logged_menu_set a:before {
    left: 4px;
  }

  .logged_menu li.logged_menu_set a:after {
    content: none;
    display: none;
  }

  .logged_menu li a small {
    font-size: 10px;
    line-height: 14px;
    padding: 0 3px;
  }

  .loguserbox_name {
    margin: 0 0 6px;
  }

  .loguserbox_nav {
    display: none;
  }

  .loguserbox_shownav {
    display: block;
  }

  .adminbigban {
    padding: 20px 0;
  }

  .adminbigban .container {
    display: block;
    min-height: 0;
    padding: 0;
  }

  .adminbigban_left {
    display: none;
  }

  .adminbigban_middle {
    width: auto;
    margin-right: 30px;
  }

  .adminbigban_text {
    font-size: 16px;
    line-height: 18px;
    margin: 0;
  }

  .admin_title {
    font-size: 21px;
    line-height: 23px;
  }

  .admin_title.w_icon {
    padding-left: 28px;
  }

  .admin_title.w_icon img {
    top: 2px;
    width: 18px;
  }

  .admin_tabs {
    border: 0;
    font-size: 13px;
    line-height: 14px;
    margin: 0 0 10px;
  }

  .admin_tabs li {
    margin: 0 10px 10px 0;
  }

  .admin_tabs li a {
    border: 1px solid #0059a5;
    color: #0059a5;
    padding: 6px 12px;
  }
}
@media screen and (max-width: 750px) {
  .fcol3.badgebox, .fcol4.badgebox {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
  }

  .fsm6 {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
  }

  .fsm12 {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }

  .admin_title.flex {
    display: block;
    text-align: left;
  }

  .admin_title.flex span {
    display: block;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 500px) {
  .fxs12 {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }

  .fcol3.badgebox, .fcol4.badgebox {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
}
/* Add VNZ */
.warn {
  font-weight: 700;
  margin: 0;
}

.warn .fas {
  color: #f62424;
}

.warnquote {
  background: #f1f1f1;
  border-left: 2px solid #2c3e50;
  color: #3c3c31;
  display: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 10px 20px;
  margin-top: 8px;
}

.vnzform_inpf {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 20px;
  text-align: left;
}
.vnzform_inpf-bottom {
  margin-top: 40px;
}
.vnzform_inpf-bottom .btn {
  margin-right: 20px;
}
.vnzform_inpf.last {
  margin-bottom: 30px;
}
.vnzform_label {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  max-width: 210px;
  min-width: 210px;
  margin-right: 15px;
}
.vnzform_fld {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  justify-content: flex-start;
  text-align: left;
}
.vnzform_fld.filterbox_content {
  display: block;
}
.vnzform_fld small {
  color: #cccaca;
  font-size: 12px;
  line-height: 14px;
  display: block;
}
.vnzform_fld .jq-file {
  margin-right: 20px;
}
.vnzform .half {
  width: 50%;
}
.vnzform .half:first-child {
  padding-right: 10px;
  min-width: 50%;
}
.vnzform .jq-selectbox {
  width: 100%;
}
.vnzform .input {
  width: 100%;
  height: 40px;
  border-bottom-width: 3px;
  border-color: #cfcfce;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 18px;
}
.vnzform .input.third {
  width: 33%;
  margin-right: 10px;
}
.vnzform .input.third:last-child {
  margin-right: 0;
}
.vnzform .input.half {
  width: 50%;
}
.vnzform .checkf {
  padding-left: 20px;
  font-weight: 500;
  margin: 5px 20px 5px 0;
}
.vnzform .checkf:last-child {
  margin-right: 0;
}
.vnzform_fld.vnzform_checks {
  display: block;
}
.vnzform_fld.vnzform_checks:after {
  content: '';
  clear: both;
  display: block;
}
.vnzform_fld.vnzform_checks .checkf {
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
}
.vnzform input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 1px;
  border: 1px solid #b0b3b5;
  cursor: pointer;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
  background: #fff url(../images/svg-icons/check.svg) -9999px -9999px no-repeat;
  background-size: 12px 12px;
}
.vnzform input[type="checkbox"]:checked {
  background-position: center center;
}
.vnzform input[type="checkbox"]:checked + span {
  color: #0059a5;
}

.jq-file {
  background: #e8e8e8;
  border: 1px solid #d1d0cf;
  border-bottom-width: 3px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  height: 40px;
  width: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 36px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  padding: 0 14px 0 44px;
  position: relative;
}
.jq-file:before {
  content: '';
  display: block;
  position: absolute;
  height: 19px;
  width: 17px;
  background-image: url('../images/spr-s7c455bb1ad.png');
  background-position: 0 -1462px;
  background-repeat: no-repeat;
  left: 14px;
  top: 8px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .jq-file:before {
    background-image: url('../images/spr-retina-s0d464d30b9.png');
    background-position: 0 -1382px;
    -moz-background-size: 118px auto;
    -o-background-size: 118px auto;
    -webkit-background-size: 118px auto;
    background-size: 118px auto;
  }
}
.jq-file input {
  cursor: pointer;
}

.drag_drop {
  color: #cac9c9;
  font-size: 12px;
  line-height: 14px;
  border: 1px solid #cfcfcf;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom-width: 3px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 100%;
  text-align: center;
  padding: 18px;
}
.drag_drop img {
  margin: 0 0 10px;
}
.drag_drop_title {
  color: #23475f;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin: 0 0 4px;
}
.drag_drop_img {
  position: relative;
  display: inline-block;
}
.drag_drop_img .loguserbox_edit_icon {
  position: absolute;
  display: block;
  top: 0;
  right: -20px;
}

.editorbox {
  font-size: 14px;
  line-height: 18px;
}
.editorbox p {
  margin: 6px 0 0;
}

.admin_module-warn {
  position: relative;
  background: #dae7ff;
  position: relative;
  color: #333;
  padding: 10px 10px 10px 90px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
.admin_module-warn_icon {
  background: #335698;
  width: 75px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.admin_whatgot {
  font-size: 12px;
  line-height: 16px;
  color: #333;
  margin-bottom: 30px;
}
.admin_whatgot img {
  display: block;
  margin: 0 0 10px;
  height: 60px;
}
.admin_whatgot p {
  margin: 0;
}
.admin_whatgot .fcol3 {
  margin-bottom: 30px;
}

.admin_opvuz {
  font-size: 14px;
  line-height: 21px;
  color: #454545;
  font-weight: 500;
  margin-bottom: 20px;
}
.admin_opvuz .fcol4 {
  margin-top: 40px;
}
.admin_opvuz a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.admin_opvuz a:hover {
  color: #0359a1;
  text-decoration: underline;
}
.admin_opvuz img {
  display: block;
  margin: 0 0 12px;
}

.admin_authors {
  color: #333;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  margin-bottom: 30px;
}
.admin_authors .fcol4 {
  margin-bottom: 30px;
}
.admin_authors img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 130px;
  height: 130px;
  margin: 0 0 14px;
}
.admin_authors span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 2px;
}
.admin_authors a {
  color: inherit;
  display: block;
  text-decoration: none;
}

.diplombox_wrapper {
  margin-left: -5px;
  margin-right: -5px;
}

.diplombox_wrapper .fcol3 {
  padding: 0 5px;
}

.diplombox {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.05);
  background: #fff;
  margin: 0 0 30px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
}
.diplombox a {
  color: inherit;
  display: block;
  text-decoration: none;
}
.diplombox_img {
  margin: 0;
  padding: 0;
  display: block;
}
.diplombox_img img {
  display: block;
  width: 100%;
}
.diplombox_entry {
  padding: 10px;
  display: block;
}
.diplombox_name {
  color: #0059a5;
  display: block;
  margin: 0 0 8px;
}
.diplombox p {
  margin: 0 0 8px;
}
.diplombox a.btn {
  color: #fff;
}

@media screen and (max-width: 1020px) {
  .vnzform_inpf {
    display: block;
  }

  .vnzform_label {
    text-align: left;
    max-width: none;
    min-width: 0;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 750px) {
  .vnzform .input.third {
    width: 100%;
    margin: 0;
  }

  .vnzform .input.half {
    width: 100%;
  }

  .vnzform .input.third {
    margin: 0 0 10px;
  }
  .vnzform .input.third:last-child {
    margin: 0;
  }

  .vnzform_fld {
    display: block;
    width: auto;
  }

  .vnzform_fld .jq-file {
    width: 100%;
    margin: 0 0 10px;
  }

  .vnzform_fld small {
    text-align: center;
  }

  .vnzform_fld div.half {
    width: auto;
    margin: 0 0 10px;
    padding: 0 !important;
  }
  .vnzform_fld div.half:last-child {
    margin: 0;
  }

  .vnzform_inpf-bottom .btn {
    margin: 0 0 10px;
    display: block;
    width: 100%;
  }

  .vnzform_inpf-bottom {
    text-align: center;
    display: block;
  }

  .vnzform_inpf-bottom .vnzform_fld {
    text-align: center;
    display: block;
  }

  .vnzform_inpf-bottom .delete_link {
    display: inline-block;
    margin-top: 10px;
  }

  .admin_module-warn {
    padding: 62px 10px 10px 10px;
  }

  .admin_module-warn_icon {
    width: 100%;
    height: 52px;
    bottom: auto;
  }

  .vnzform_fld.vnzform_checks .checkf {
    margin: 0 20px 10px 0;
  }

  .admin_whatgot .fcol3 {
    margin: 0 0 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-align: left;
  }
  .admin_whatgot .fcol3:last-child {
    margin: 0;
  }
  .admin_whatgot img {
    margin: 0 24px 0 0;
    max-width: 60px;
    min-width: 60px;
    height: auto;
  }
}
/* awardbox */
.awardbox_row {
  margin-left: -7px;
  margin-right: -7px;
}

.awardbox_row .fcol6 {
  padding: 0 7px;
}

.awardbox {
  background: #fff9eb;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  padding: 20px;
  display: flex;
  align-items: center;
  margin: 0 0 14px;
  text-decoration: none;
  color: inherit;
}
.awardbox_icon {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #f9ebc9;
  min-width: 58px;
  max-width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px 0 0;
}
.awardbox_icon img {
  display: block;
  max-height: 38px;
  max-width: 38px;
}
.awardbox_total {
  color: #93876b;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  margin: 0 0 8px;
  display: block;
}
.awardbox_count {
  color: #0f559c;
  font-size: 14px;
  line-height: 35px;
  font-weight: 400;
  display: block;
}
.awardbox_count b {
  font-weight: 700;
  font-size: 35px;
}

/* pay_input_box */
.filterbox_content.pay_input_box {
  display: flex;
  align-items: center;
}
.filterbox_content.pay_input_box .input {
  width: 210px;
  margin-left: 10px;
}
.filterbox_content.pay_input_box li {
  margin: 0 20px 0 0;
}
.filterbox_content.pay_input_box li:last-child {
  margin: 0;
}
.filterbox_content.pay_input_box .checkf {
  margin: 0;
}

.filterbox_content.vnzform_fld_checks li {
  margin: 0 0 10px;
}
.filterbox_content.vnzform_fld_checks li:last-child {
  margin: 0;
}

.filterbox_content.vnzform_fld_checks li .checkf {
  margin: 0;
}

/* admin_module_filter */
.admin_module_filter {
  margin: 0 0 20px;
}
.admin_module_filter .select {
  margin: 0 20px 0 0;
  display: inline-block;
  min-width: 220px;
}
.admin_module_filter .select img {
  display: none;
}

@media screen and (max-width: 1020px) {
  .search_filter.admin_module_filter {
    text-align: center;
    width: auto !important;
  }
  .search_filter.admin_module_filter .select {
    width: 70px;
    display: inline-block;
    margin: 0 2px;
    min-width: 0;
  }
  .search_filter.admin_module_filter .select img {
    display: block;
  }

  .filterbox_content.pay_input_box, .filterbox_content.vnzform_fld_checks {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: relative;
    margin: 0;
    left: auto;
    width: auto;
    background: 0;
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .filterbox_content.pay_input_box {
    display: block;
  }

  .filterbox_content.pay_input_box .input {
    width: 180px;
  }

  .filterbox_content.vnzform_fld_checks {
    margin: 0;
  }
}
/* userbox_widget */
.userbox_widget {
  border: 1px solid #e7eef5;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.05);
  margin: 0 0 30px;
  position: relative;
}
.userbox_widget_top {
  padding: 20px;
}
.userbox_widget_buttons {
  border-top: 1px solid #e7eef5;
  padding: 20px;
}
.userbox_widget_buttons .btn {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 0 18px;
}
.userbox_widget_buttons .btn .fas {
  font-size: 14px;
}
.userbox_widget_buttons .btn:last-child {
  margin: 0;
}
.userbox_widget_name {
  color: #333;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 14px;
}
.userbox_widget_nav li {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 16px;
  padding-left: 28px;
  position: relative;
}
.userbox_widget_nav li:last-child {
  margin: 0;
}
.userbox_widget_nav li .fas {
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 14px;
  color: #0059a5;
}
.userbox_widget_status {
  background: #2ecc71;
  font-size: 12px;
  line-height: 17px;
  font-weight: 500;
  color: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 0 7px 0 17px;
  position: absolute;
  top: 4px;
  right: 4px;
}
.userbox_widget_status:before {
  content: '';
  display: block;
  position: absolute;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  left: 6px;
  top: 5px;
  background: #188d49;
  width: 6px;
  height: 6px;
}
.userbox_widget_photo {
  margin: 0 0 14px;
  text-align: center;
}
.userbox_widget_photo img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 124px;
  height: 124px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 750px) {
  .userbox_widget_top, .userbox_widget_buttons {
    padding: 12px;
  }

  .userbox_widget_card {
    display: flex;
    align-items: center;
    margin: 0 0 14px;
  }

  .userbox_widget_status {
    position: relative;
    right: auto;
    top: auto;
    display: inline-block;
  }

  .userbox_widget_photo {
    margin-right: 20px;
    margin-bottom: 0;
  }

  .userbox_widget_photo img {
    min-width: 74px;
    max-width: 74px;
    height: 74px;
  }

  .userbox_widget_name {
    margin: 0 0 4px;
    text-align: left;
  }

  .userbox_widget_buttons .btn {
    margin: 0 0 10px;
  }
}
/* pointbox */
.pointbox_row {
  margin-left: -9px;
  margin-right: -9px;
}
.pointbox_row .fcol4 {
  padding-left: 9px;
  padding-right: 9px;
  margin-bottom: 14px;
}

.pointbox {
  background: #fff;
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 18px 14px 14px;
}
.pointbox_top {
  position: relative;
  padding-left: 54px;
  color: #8e8e8e;
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 18px;
}
.pointbox_top:before {
  content: '';
  display: block;
  position: absolute;
  width: 41px;
  height: 41px;
  left: 0;
  top: 50%;
  margin-top: -20px;
  background: url(../images/admin/medal2.svg) no-repeat;
}
.pointbox_top b {
  color: #000;
  font-weight: 700;
  font-size: 21px;
  line-height: 22px;
  display: block;
  margin: 0 0 4px;
}
.pointbox_entry {
  border-top: 1px solid #d7d7d7;
  padding-top: 12px;
  font-size: 14px;
  line-height: 18px;
}
.pointbox_text {
  margin: 0 0 10px;
  overflow: hidden;
  height: 36px;
}
.pointbox_more {
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
}
.pointbox_more a {
  color: #00b05a;
}

/* backlink */
.backlink {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.backlink a {
  color: #7f7f7f;
  text-decoration: none;
}
.backlink a:hover {
  color: #0359a1;
}

/* dialogue */
.dialogue {
  text-align: left;
}
.dialogue_inner {
  position: relative;
  padding-left: 56px;
  margin: 0 0 16px;
  display: inline-block;
  max-width: 595px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dialogue_ava {
  width: 38px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.dialogue_ava img {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.dialogue_ava.online:before {
  content: '';
  display: block;
  position: absolute;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #78cb76;
  width: 8px;
  height: 8px;
  border: 2px solid #eef2f9;
  right: -2px;
  bottom: -2px;
}
.dialogue_text {
  min-height: 38px;
  border: 1px solid #737373;
  padding: 10px 14px;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  border-radius: 10px 10px 10px 0;
  -moz-border-radius: 10px 10px 10px 0;
  -webkit-border-radius: 10px 10px 10px 0;
}
.dialogue.answered {
  text-align: right;
}
.dialogue.answered .dialogue_inner {
  padding-left: 0;
  padding-right: 56px;
}
.dialogue.answered .dialogue_ava {
  left: auto;
  right: 0;
}
.dialogue.answered .dialogue_text {
  border-color: transparent;
  background: #335698;
  color: #fff;
  border-radius: 10px 10px 0 10px;
  -moz-border-radius: 10px 10px 0 10px;
  -webkit-border-radius: 10px 10px 0 10px;
}
.dialogue_date {
  color: #9f9f9f;
  font-size: 14px;
  line-height: 18px;
  margin: 5px 0 20px;
  text-align: center;
}

/* uploaded_file */
.uploaded_file {
  background: #fff;
  display: inline-block;
  border-radius: 28px;
  -moz-border-radius: 28px;
  -webkit-border-radius: 28px;
  border: 1px solid #bbb;
  min-width: 200px;
  font-size: 13px;
  line-height: 18px;
  padding: 5px 32px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
}
.uploaded_file:before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  content: '\f15b';
  color: #0359a1;
  font-size: 16px;
  line-height: 16px;
  position: absolute;
  left: 12px;
  top: 5px;
}
.uploaded_file_del {
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  width: 26px;
  text-align: center;
  position: absolute;
  color: #878787;
  text-decoration: none;
  line-height: 28px;
}
.uploaded_file_del:before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  content: '\f00d';
  font-size: 14px;
  height: 14px;
}

.uploaded_file_item {
  margin: 0 0 10px;
}
.uploaded_file_item:last-child {
  margin: 0;
}

.dialogues_wrapper {
  margin: 0 0 60px;
}
.dialogues_wrapper_inner {
  border: 3px solid #f7f7f7;
  border-bottom: 0;
  padding: 14px 24px;
}
.dialogues_wrapper_scroll {
  height: 600px;
  overflow-y: auto;
  padding-right: 20px;
  padding-top: 20px;
  position: relative;
  outline: none;
}
.dialogues_wrapper_scroll .jspVerticalBar {
  width: 5px;
  background: 0;
}
.dialogues_wrapper_scroll .jspTrack {
  width: 5px;
  background: #ddd;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.dialogues_wrapper_scroll .jspDrag {
  background: #0359a1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.dialogues_wrapper_editor {
  margin: 0 0 15px;
}
.dialogues_wrapper_file {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  margin: 0 0 15px;
}
.dialogues_wrapper_file a {
  color: #808080;
}
.dialogues_wrapper_bottom {
  display: flex;
  justify-content: space-between;
}
.dialogues_wrapper_left .uploaded_file_list {
  column-count: 2;
  column-gap: 20px;
}
.dialogues_wrapper_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 18px;
}
.dialogues_wrapper_top_name {
  color: #000;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}
.dialogues_wrapper_top_icons {
  font-size: 15px;
  line-height: 16px;
}
.dialogues_wrapper_top_icons a {
  color: #7d7d7d;
  text-decoration: none;
  margin-left: 17px;
  position: relative;
}
.dialogues_wrapper_top_icons a:hover {
  color: #212121;
}
.dialogues_wrapper_top_icons a:hover .ttip {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 750px) {
  .dialogues_wrapper_inner {
    border-left: 0;
    border-right: 0;
    padding: 10px 20px 10px 0;
  }

  .dialogues_wrapper_bottom {
    display: block;
  }

  .dialogues_wrapper_left {
    margin: 0 0 14px;
  }

  .dialogues_wrapper_left .uploaded_file_list {
    column-count: auto;
    column-gap: auto;
  }

  .dialogues_wrapper_bottom .btn {
    width: 100%;
  }

  .dialogues_wrapper_top_name {
    font-size: 14px;
    line-height: 16px;
  }

  .backlink {
    font-size: 12px;
    line-height: 14px;
    margin: 0 0 14px;
  }

  .dialogues_wrapper_scroll {
    height: 360px;
  }
}
/* mailsearch */
.mailsearch {
  display: flex;
  margin: 0 0 25px;
}
.mailsearch .input {
  background: #f0f0f0 url(../images/admin/search.svg) 14px center no-repeat;
  border: 0;
  width: 100%;
  height: 38px;
  font-size: 16px;
  line-height: 20px;
  padding: 9px 14px 9px 40px;
  font-weight: 400;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  background-size: 14px 14px;
}
.mailsearch .btn {
  min-width: 170px;
  max-width: 170px;
  margin-left: 20px;
}

/* message */
.message_list {
  margin: 0 0 28px;
}

.message_list .banner {
  margin: 0 0 15px;
}
.message_list .banner img {
  display: block;
}

.message {
  background: #fff;
  display: flex;
  align-items: center;
  min-height: 80px;
  position: relative;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 0 0 15px;
}
.message:last-child {
  margin: 0;
}
.message_img {
  min-width: 48px;
  max-width: 48px;
  position: relative;
  margin: 0 14px 0 0;
}
.message_img img {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.message_img.online:before {
  content: '';
  display: block;
  position: absolute;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #78cb76;
  width: 8px;
  height: 8px;
  border: 2px solid #eef2f9;
  right: 0;
  bottom: 0;
}
.message_user {
  display: flex;
  align-items: center;
}
.message_name {
  min-width: 186px;
  max-width: 186px;
  margin: 0 10px 0 0;
  color: #808080;
  font-size: 13px;
  line-height: 16px;
}
.message_name b {
  color: #000;
  display: block;
  font-weight: 500;
}
.message_name b a {
  color: inherit;
  text-decoration: none;
}
.message_text {
  font-size: 13px;
  line-height: 16px;
  margin-right: 56px;
}
.message_text a {
  color: inherit;
  text-decoration: none;
}
.message_fav {
  font-size: 21px;
  line-height: 22px;
  min-width: 50px;
  max-width: 50px;
  text-align: center;
}
.message_fav a {
  color: #a5a9af;
}
.message_meta {
  width: 46px;
  border-left: 1px solid #ddd;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.message_meta a {
  color: #7d7d7d;
  display: block;
  margin: 0 0 14px;
  position: relative;
}
.message_meta a:last-child {
  margin: 0;
}
.message_meta a:hover {
  color: #212121;
}
.message_meta a:hover .ttip {
  opacity: 1;
  visibility: visible;
}
.message_meta a.sm {
  display: none;
}
.message.hover {
  background: #edf2fa;
}
.message.admins {
  background: #fdefda;
  border-color: #f5d29f;
}
.message.admins .message_img {
  background: #f69f24;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  height: 48px;
  text-align: center;
}
.message.admins .message_img img {
  width: 28px;
  margin: 0 auto;
}

.ttip {
  color: #fff;
  display: block;
  position: absolute;
  font-size: 12px;
  line-height: 16px;
  padding: 3px 7px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #212121;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  right: 100%;
  top: 50%;
  margin-right: 8px;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.ttip:before {
  content: '';
  display: block;
  position: absolute;
  border: 3px solid transparent;
  border-left: 5px solid #212121;
  right: -8px;
  top: 50%;
  margin: -3px 0 0;
}

@media screen and (max-width: 750px) {
  .mailsearch {
    display: block;
  }

  .mailsearch .input {
    margin: 0 0 15px;
  }

  .mailsearch .btn {
    margin: 0;
    min-width: 0;
    max-width: none;
    width: 100%;
    display: block;
  }

  .message {
    display: block;
    min-height: 0;
    padding: 12px 12px 44px;
  }

  .message_fav {
    display: none;
  }

  .message_text {
    margin: 0;
  }

  .message_user {
    margin: 0 0 14px;
  }

  .message_name {
    min-width: 0;
    max-width: none;
  }

  .message_meta {
    width: 100%;
    top: auto;
    left: 0;
    right: auto;
    bottom: 0;
    padding: 7px 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    border: 0;
    border-top: 1px solid #ddd;
    text-align: right;
  }
  .message_meta a {
    display: inline-block;
    margin: 0 15px 0 0;
  }
  .message_meta a.sm {
    display: inline-block;
  }
}
/* towhom */
.towhom {
  background: #f8f8f8;
  border: 1px solid #cfcfcf;
  margin: 0 0 30px;
  display: flex;
  padding: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: relative;
}
.towhom_name {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  min-width: 56px;
  max-width: 56px;
}
.towhom_body {
  width: 100%;
}
.towhom_body:after {
  content: '';
  clear: both;
  display: block;
}
.towhom .uploaded_file {
  background: 0;
  min-width: 0;
  display: inline-block;
  float: left;
  padding-left: 12px;
  margin: 0 8px 8px 0;
  font-size: 14px;
}
.towhom .uploaded_file:before {
  content: none;
  display: none;
}
.towhom_field {
  float: left;
  margin: 0 0 8px;
  max-width: 180px;
  position: relative;
}
.towhom_input {
  background: 0;
  border: 0;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  height: 30px;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 0;
  font-family: 'Roboto', sans-serif;
}
.towhom_popup {
  position: absolute;
  width: 280px;
  left: 0;
  background: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}
.towhom_popup ul li {
  font-size: 12px;
  line-height: 14px;
}
.towhom_popup ul li a {
  display: flex;
  padding: 10px;
  align-items: center;
  color: #000;
  text-decoration: none;
}
.towhom_popup ul li a b {
  display: block;
  font-weight: 500;
}
.towhom_popup ul li a img {
  display: block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  margin-right: 10px;
}
.towhom_popup ul li:nth-child(even) a {
  background: #f3f3f3;
}
.towhom_popup ul li:first-child a {
  border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
}
.towhom_popup ul li:last-child a {
  border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
}
.towhom_popup ul li a:hover {
  background: #cfcfcf;
}

@media screen and (max-width: 1020px) {
  .towhom_field {
    position: static;
  }

  .towhom_popup {
    left: 0;
    right: 0;
    top: 100%;
    width: auto;
  }
}
@media screen and (max-width: 750px) {
  .towhom {
    display: block;
  }

  .towhom_name {
    min-width: 0;
    max-width: none;
    margin: 0 0 14px;
  }

  .towhom_body {
    width: auto;
  }
}
