/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.notrans {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearmargin:first-child {
  margin-top: 0;
}
.clearmargin:last-child {
  margin-bottom: 0;
}
.clearpadding:first-child {
  padding-top: 0;
}
.clearpadding:last-child {
  padding-bottom: 0;
}
.clearborder:first-child {
  border-top: 0;
}
.clearborder:last-child {
  border-bottom: 0;
}
.clearmarginv:first-child {
  margin-left: 0;
}
.clearmarginv:last-child {
  margin-right: 0;
}
.clearpaddingv:first-child {
  padding-left: 0;
}
.clearpaddingv:last-child {
  padding-right: 0;
}
.clearborderv:first-child {
  border-left: 0;
}
.clearborderv:last-child {
  border-right: 0;
}
.hidden {
  display: none !important;
}
ul,
ol {
  list-style: none;
}
* {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}
a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: 0;
  outline: 0;
}
body,
input,
textarea,
button {
  font-family: 'PT Serif', serif;
}
html {
  background: #ffffff url('/assets/images/bg_cloud.png') no-repeat 50% 0;
}
.fz {
  font-size: 16px;
}
.lh {
  line-height: 1.3;
}
body {
  color: #165a97;
  font-size: 16px;
  line-height: 1.3;
}
a,
.link {
  transition: all ease 0.15s;
  -moz-transition: all ease 0.15s;
  -webkit-transition: all ease 0.15s;
  -o-transition: all ease 0.15s;
  color: #165a97;
  text-decoration: none;
}
a:hover,
.link:hover {
  color: #ad5bd6;
}
a:active,
.link:active {
  color: #000000;
}
.def_link {
  color: #165a97;
}
.def_link:hover {
  color: #ad5bd6;
}
.def_link:active {
  color: #000000;
}
#page {
  min-width: 1056px;
}
.main_wrap {
  margin: 0 auto;
  width: 1056px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
}
.section--header {
  background: url("/assets/images/birds.jpg");
  height: 237px;
  text-align: center;
  position: relative;
}
.section--header .logo {
  padding-top: 50px;
}
.section--header .logo img {
  display: inline-block;
  vertical-align: top;
}
.section--header .slogan {
  width: 506px;
  height: 60px;
  font-size: 0;
  margin: 0 auto;
  background: url('/assets/images/logos/text_rus.png') center no-repeat;
}
.section--header .slogan.alt {
  width: 506px;
  height: 60px;
  background: url('/assets/images/logos/text_rus.png') center no-repeat;
}
.section--header .sloganKaz {
  width: 506px;
  height: 60px;
  font-size: 0;
  margin: 0 auto;
  background: url('/assets/images/logos/text_kaz.png') center no-repeat;
}
.section--header .sloganKaz.alt {
  width: 506px;
  height: 60px;
  background: url('/assets/images/logos/text_kaz.png') center no-repeat;
}
.section--header .langs {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  gap: 10px;
}
.section--header .langs .langs__link:hover,
.section--header .langs .langs__link.is-active {
  color: #ff3888;
}
.section--main {
  padding: 32px 40px;
  background: url('/assets/images/bg-birds.jpg') no-repeat 50% 0;
  background-attachment: fixed;
  zoom: 1;
}
.section--main:before,
.section--main:after {
  content: "";
  display: table;
}
.section--main:after {
  clear: both;
}
.section--footer {
  background: #2b76ba url("/assets/images/bg-footer.jpg") center;
  height: 88px;
  line-height: 88px;
  padding: 0 32px;
  color: #fff;
}
.section--footer a {
  color: #ffcb08;
  border-bottom: solid 1px transparent;
}
.section--footer a:hover {
  border-color: #ffcb08;
}
.section--footer .copy {
  float: left;
}
.section--footer .ir {
  float: right;
}
.block--menu {
  font-size: 0;
  line-height: 50px;
  padding-top: 3px;
  position: relative;
  text-align: center;
  background: #dfebf3;
}
.block--menu:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ff3888;
}
.block--menu .lvl1 {
  position: relative;
  z-index: 2;
}
.block--menu .lvl1 > li {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  border-right: solid 1px #cde3ef;
  position: relative;
}
.block--menu .lvl1 > li:first-child {
  border-left: 0;
}
.block--menu .lvl1 > li:last-child {
  border-right: 0;
}
.block--menu .lvl1 > li:hover > a {
  background: #cde3ef;
  color: #165a97;
}
.block--menu .lvl1 > li:hover .lvl2 {
  display: block;
}
.block--menu .lvl1 > li > a {
  display: block;
  padding: 0 16px;
}
.block--menu .lvl2 {
  position: absolute;
  left: -1px;
  top: 50px;
  min-width: 140px;
  max-width: 200px;
  background: #cde3ef;
  text-align: left;
  font-size: 16px;
  line-height: 1.3;
  display: none;
}
.block--menu .lvl2 > li {
  border-bottom: solid 1px #bad8e9;
}
.block--menu .lvl2 > li:first-child {
  border-top: 0;
}
.block--menu .lvl2 > li:last-child {
  border-bottom: 0;
}
.block--menu .lvl2 > li:hover > a {
  background: #bad8e9;
  color: #165a97;
}
.block--menu .lvl2 > li > a {
  display: block;
  padding: 8px 16px;
}
.block--sidebar {
  float: left;
  width: 224px;
  text-align: center;
}
.block--sidebar > * {
  margin: 32px 0;
}
.block--sidebar > *:first-child {
  margin-top: 0;
}
.block--sidebar > *:last-child {
  margin-bottom: 0;
}
.block--main {
  float: right;
  width: 720px;
}
.block--heading {
  display: table;
  width: 100%;
  margin-bottom: 24px;
}
.block--heading > * {
  display: table-cell;
  vertical-align: middle;
}
.block--heading .prefix,
.block--heading .postfix {
  min-width: 15%;
}
.block--heading .prefix:after,
.block--heading .postfix:after {
  content: '';
  display: block;
  height: 1px;
  background: #cde3ef;
}
.block--heading h3 {
  text-align: center;
  padding: 0 16px;
  font-style: italic;
  color: #ff3888;
  font-size: 20px;
  line-height: 1;
}
.block--heading a {
  color: #ff3888;
}
.block--heading a:hover {
  color: #ad5bd6;
}
.block--photo_column .thumbs {
  background: #fff;
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  padding: 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.block--photo_column .thumbs .wrap {
  margin: -2px;
  overflow: hidden;
}
.block--photo_column .thumbs .item {
  float: left;
  margin: 2px;
  width: 51px;
}
.block--photo_column .thumbs a {
  display: block;
  height: 40px;
}
.block--photo_column .thumbs a:hover {
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  opacity: 0.85;
}
.block--photo_column .thumbs img {
  display: block;
}
.block--video_column .wrap {
  background: #fff;
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  padding: 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.block--video_column .wrap a {
  display: block;
  position: relative;
}
.block--video_column .wrap a:hover:after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.block--video_column .wrap a:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/assets/images/icons/icon_play_min.png") no-repeat center;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
  transition: all ease 0.15s;
  -moz-transition: all ease 0.15s;
  -webkit-transition: all ease 0.15s;
  -o-transition: all ease 0.15s;
}
.block--video_column .wrap img {
  display: block;
  position: relative;
  z-index: 1;
}
.block--projects {
  font-size: 0;
  margin: -20px -10px;
}
.block--projects .item {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  margin: 20px 10px;
  width: 350px;
}
.block--projects a {
  display: table;
  width: 100%;
}
.block--projects .image,
.block--projects .title {
  display: table-cell;
  vertical-align: top;
}
.block--projects .image .inner {
  background: #fff;
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  padding: 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: block;
}
.block--projects .image img {
  display: block;
}
.block--projects .title {
  width: 100%;
  padding-left: 20px;
}
.block--carousel_portraits {
  clear: both;
  padding-top: 32px;
  text-align: center;
  font-size: 14px;
}
.block--carousel_portraits .owl-carousel {
  width: 912px;
  margin: 0 auto;
}
.block--carousel_portraits .owl-prev,
.block--carousel_portraits .owl-next {
  position: absolute;
  top: 52px;
  width: 14px;
  height: 24px;
  transition: all ease 0.15s;
  -moz-transition: all ease 0.15s;
  -webkit-transition: all ease 0.15s;
  -o-transition: all ease 0.15s;
  font-size: 0;
  background: url("/assets/images/icons/arrow--r--14x24.png");
}
.block--carousel_portraits .owl-prev.disabled,
.block--carousel_portraits .owl-next.disabled {
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  opacity: 0.1;
  cursor: default;
}
.block--carousel_portraits .owl-prev {
  left: -32px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.block--carousel_portraits .owl-next {
  right: -32px;
}
.block--carousel_portraits .item {
  width: 112px;
  padding: 4px;
}
.block--carousel_portraits .item a {
  display: block;
}
.block--carousel_portraits .item a > * {
  display: block;
}
.block--carousel_portraits .item .image {
  background: #fff;
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  padding: 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: block;
  width: 104px;
  height: 112px;
  margin-bottom: 8px;
}
.block--carousel_portraits .item .image img {
  display: block;
}
.block--carousel_portraits .item .title {
  padding: 0 16px;
}
.block--carousel_partners {
  clear: both;
  padding-top: 32px;
}
.block--carousel_partners .owl-carousel {
  width: 924px;
  margin: 0 auto;
}
.block--carousel_partners .owl-prev,
.block--carousel_partners .owl-next {
  position: absolute;
  top: 24px;
  width: 14px;
  height: 24px;
  transition: all ease 0.15s;
  -moz-transition: all ease 0.15s;
  -webkit-transition: all ease 0.15s;
  -o-transition: all ease 0.15s;
  font-size: 0;
  background: url("/assets/images/icons/arrow--r--14x24.png");
}
.block--carousel_partners .owl-prev.disabled,
.block--carousel_partners .owl-next.disabled {
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  opacity: 0.1;
  cursor: default;
}
.block--carousel_partners .owl-prev {
  left: -32px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.block--carousel_partners .owl-next {
  right: -32px;
}
.block--carousel_partners .item {
  width: 172px;
  display: table;
  height: 96px;
}
.block--carousel_partners .item img {
  vertical-align: top;
  width: auto;
}
.block--carousel_partners .item a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.block--carousel_partners .item a:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.block--nav {
  border-top: solid 1px #cde3ef;
  text-align: right;
  padding: 16px 0;
  font-style: italic;
  margin-top: 32px;
}
.block--content {
  color: #000;
}
.block--content > * {
  margin: 1em 0;
}
.block--content > *:first-child {
  margin-top: 0;
}
.block--content > *:last-child {
  margin-bottom: 0;
}
.block--content h3 {
  font-size: 20px;
  color: #165a97;
}
.block--content h4 {
  font-size: 18px;
  color: #ff3888;
  font-style: italic;
}
.block--content li {
  margin: 0.25em 0 0.25em 2em;
}
.block--content li:first-child {
  margin-top: 0;
}
.block--content li:last-child {
  margin-bottom: 0;
}
.block--content ul {
  list-style: disc;
}
.block--content ol {
  list-style: decimal;
}
.block--reviews {
  margin: -8px;
  margin-bottom: 16px;
  font-size: 0;
}
.block--reviews .item {
  display: inline-block;
  vertical-align: top;
}
.block--reviews a {
  display: block;
  width: 168px;
  margin: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  padding: 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.block--reviews a:hover {
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  opacity: 0.85;
}
.block--pages {
  text-align: center;
  font-size: 0;
  margin-top: 32px;
}
.block--pages li {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 24px;
  margin: 0 2px;
}
.block--pages li:first-child {
  margin-top: 0;
}
.block--pages li:last-child {
  margin-bottom: 0;
}
.block--pages li:first-child,
.block--pages li:last-child {
  display: none;
}
.block--pages a {
  display: block;
  width: 24px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.block--pages a.current {
  background: #ff3888;
  color: #fff;
}
.block--bread {
  font-size: 12px;
  margin-bottom: 16px;
  line-height: 1;
  color: #165a97;
}
.block--bread a {
  color: #165a97;
}
.block--bread a:hover {
  color: #ad5bd6;
}
.block--bread a:active {
  color: #000000;
}
.block--news .item {
  padding: 16px 0;
  overflow: hidden;
  border-bottom: solid 1px #cde3ef;
}
.block--news .item:first-child {
  border-top: 0;
}
.block--news .item:last-child {
  border-bottom: 0;
}
.block--news .item:first-child {
  padding-top: 0;
}
.block--news .item:last-child {
  padding-bottom: 0;
}
.block--news .heading {
  overflow: hidden;
  line-height: 24px;
  font-size: 12px;
  margin-bottom: 16px;
}
.block--news .heading > * {
  float: left;
  margin-right: 1px;
}
.block--news .heading > *:first-child {
  margin-left: 0;
}
.block--news .heading > *:last-child {
  margin-right: 0;
}
.block--news .heading .date {
  background: #165a97;
  padding: 0 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
}
.block--news .heading .moar a {
  display: block;
  background: #ff3888;
  padding: 0 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
}
.block--news .heading .moar a:hover {
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  opacity: 0.85;
}
.block--news .image {
  float: left;
  width: 144px;
  background: #fff;
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  padding: 4px;
  margin-right: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.block--news .image img {
  display: block;
}
.block--news_inner > * {
  margin: 16px 0;
}
.block--news_inner > *:first-child {
  margin-top: 0;
}
.block--news_inner > *:last-child {
  margin-bottom: 0;
}
.block--news_inner .image {
  float: left;
  margin: 0 16px 16px 0;
}
.block--news_inner .title {
  font-size: 20px;
}
.block--news_inner .owl-carousel {
  width: 656px;
  margin: 0 auto;
  margin-top: 32px;
  clear: both;
}
.block--news_inner .owl-prev,
.block--news_inner .owl-next {
  position: absolute;
  top: 68px;
  width: 14px;
  height: 24px;
  transition: all ease 0.15s;
  -moz-transition: all ease 0.15s;
  -webkit-transition: all ease 0.15s;
  -o-transition: all ease 0.15s;
  font-size: 0;
  background: url("/assets/images/icons/arrow--r--14x24.png");
}
.block--news_inner .owl-prev.disabled,
.block--news_inner .owl-next.disabled {
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  opacity: 0.1;
  cursor: default;
}
.block--news_inner .owl-prev {
  left: -32px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.block--news_inner .owl-next {
  right: -32px;
}
.block--news_inner .item {
  padding: 4px;
}
.block--news_inner .item a {
  display: block;
  width: 152px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  padding: 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.block--news_inner .item a:hover {
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  opacity: 0.85;
}
.block--news_inner .item a img {
  display: block;
}
.block--video {
  font-size: 0;
  margin: -12px;
}
.block--video .item {
  display: inline-block;
  vertical-align: top;
  margin: 12px;
  width: 348px;
  font-size: 16px;
}
.block--video .image {
  margin-bottom: 12px;
}
.block--video .image a {
  display: block;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  padding: 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.block--video .image a:after {
  content: '';
  width: 90px;
  height: 90px;
  background: url('/assets/images/icons/icon_play_max.png');
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -45px;
  margin-left: -45px;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
  transition: all ease 0.15s;
  -moz-transition: all ease 0.15s;
  -webkit-transition: all ease 0.15s;
  -o-transition: all ease 0.15s;
}
.block--video .image a:hover:after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.block--video .image a img {
  display: block;
}
.block--video .title {
  padding: 0 16px;
  font-size: 14px;
}
.block--gallery_cats {
  font-size: 0;
  margin: -12px;
}
.block--gallery_cats .item {
  display: inline-block;
  vertical-align: top;
  margin: 12px;
  width: 224px;
  font-size: 16px;
}
.block--gallery_cats a {
  display: block;
}
.block--gallery_cats .image {
  margin-bottom: 12px;
  display: block;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  padding: 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.block--gallery_cats .image img {
  display: block;
}
.block--gallery_cats .title {
  padding: 0 16px;
  font-size: 14px;
  display: block;
}
.block--gallery {
  font-size: 0;
  margin: -12px;
}
.block--gallery .item {
  display: inline-block;
  vertical-align: top;
  margin: 12px;
  width: 224px;
  font-size: 16px;
}
.block--gallery a {
  display: block;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  padding: 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.block--gallery a img {
  display: block;
}
