* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

body {
  overflow-x: hidden;
  width: 100%;
  min-width: 1200px;
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
  color: #000;
  background-color: #fff;
  font-family: 'Exo2Regular';
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  position: relative;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  color: #004a91;
  font-family: 'Exo2Bold';
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h2 {
  position: relative;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  color: #004a91;
  font-family: 'Exo2Bold';
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.content-vtrm h1,
.content-vtrm h2 {
  text-align: left;
}

.content-vtrm h1::before,
.content-vtrm h2::before {
  margin: 0 0 10px 0;
}

h2 span.subheading-category {
  color: #000;
}

.page-header h2 {
  padding: 0;
  text-align: left;
  text-transform: uppercase;
  color: #000;
  background-image: none;
  font-size: 26px;
  line-height: 30px;
}

.page-header h2::before {
  display: none;
  width: 0px;
  height: 0px;
  margin: 0;
}

.item-page h3 {
  position: relative;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  color: #000;
  font-family: 'Exo2Bold';
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

.item-page h4 {
  position: relative;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  color: #004a91;
  font-family: 'Exo2Bold';
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

.blog h3 {
  position: relative;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  color: #000;
  font-family: 'Exo2Bold';
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

.blog h4 {
  position: relative;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  color: #a9d4f1;
  font-family: 'Exo2Bold';
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

hr {
  margin: 20px 0 20px 0;
  border: 0px;
  border-bottom: 1px solid #ccc;
}

strong {
  font-family: 'Exo2Bold';
  font-weight: 700;
}

li {
  list-style: none outside none;
}

p {
  margin: 0 0 20px;
}

a {
  text-decoration: none;
  color: #528dca;
  border: 0;
}

a:hover {
  color: #80a5c8;
}

a:focus {
  border: none;
  outline: none;
}

.clear {
  clear: both !important;
  overflow: hidden !important;
  height: 0 !important;
  line-height: 0 !important;
}

.center {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.center2 {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.wrapper {
  min-width: 1200px;
  max-width: 1920px;
  height: auto !important;
  min-height: 100%;
  margin: 0 auto;
}

.header {
  width: 100%;
  height: 210px;
  margin: 0 auto 0px;
}

.header--fixed {
  position: fixed;
  z-index: 30;
  top: 0;
  min-width: 320px;
  max-width: 1920px;
  -webkit-box-shadow: 0 5px 12px 0 rgb(0 0 0 / 13%), 0 4px 16px 0 rgb(0 0 0 / 7%);
  box-shadow: 0 5px 12px 0 rgb(0 0 0 / 13%), 0 4px 16px 0 rgb(0 0 0 / 7%);
}

.header-center {
  height: 210px;
  padding: 20px 0;
  background-color: #226cb9;
}

.header-top {
  height: 90px;
  padding: 20px 0;
  background-color: #226cb9;
}

.header-top p {
  margin: 0;
}

.header-menu-rev {
  position: relative;
  height: 210px;
}

.main-nav-wrap {
  position: relative;
}

.main-nav-wrap::before {
  position: absolute;
  top: 125px;
  bottom: 0;
  display: block;
  width: 100%;
  content: "";
  border-top: 1px solid #528dca;
}

.content {
  width: 100%;
  margin: 0px auto 40px;
  padding: 40px 0 640px 0;
}

.content::after {
  display: table;
  clear: both;
  content: '';
}

.content-vtr {
  width: 100%;
  margin: 0px auto 20px;
  padding: 0 0 640px 0;
}

.content-vtr::after {
  display: table;
  clear: both;
  content: '';
}

.middle {
  width: 100%;
  margin: 0px auto 40px;
  padding: 40px 0 640px 0;
}

.middle:after {
  display: table;
  clear: both;
  content: '';
}

.container {
  float: left;
  width: 100%;
}

.content-vtrm {
  padding: 0 0 0 295px;
}

.content-vtr-center {
  margin: 20px auto;
}

.item-page img {
  height: auto;
  padding: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
}

.blog img {
  height: auto;
  padding: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
}

.item-page img:hover {
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #efefef;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

.blog img:hover {
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #efefef;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

.left-sidebar {
  position: relative;
  float: left;
  width: 275px;
  margin-left: -100%;
}

.footer {
  position: relative;
  min-width: 1200px;
  max-width: 1920px;
  height: 680px;
  margin: -640px auto 0;
  background-color: #4079ad;
}

.footer-top {
  height: 540px;
  padding: 40px 0;
}

.footer-bottom-border {
  height: 100px;
  padding: 40px 0;
  border-top: 1px solid #6694bd;
}

.footer-bottom {
  height: 135px;
}

.header div.menu {
  position: absolute;
  z-index: 50;
  top: 0;
  width: 100%;
  max-width: 1920px;
  height: 210px;
}

.moduletable_menu {
  position: absolute;
  z-index: 9;
  width: 750px;
  height: 50px;
  margin: 59px 0 0 420px;
}

.moduletable_menu ul {
  margin: 0px auto;
}

.moduletable_menu ul li {
  float: left;
  margin: 0 55px 0 0;
}

.moduletable_menu ul li:last-child {
  margin: 0;
  padding: 0;
  border-right: 0;
}

.moduletable_menu ul li a {
  position: relative;
  z-index: 1;
  display: table-cell;
  height: 50px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Exo2Bold', Arial, sans-serif;
  font-size: 20px;
}

.moduletable_menu ul li a:hover,
.moduletable_menu ul li.active a {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #a9d4f1;
}

.moduletable_menu ul li a:hover::before,
.moduletable_menu ul li.active a::before {
  bottom: 0;
  visibility: visible;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.moduletable_menu ul li a::before {
  position: absolute;
  z-index: -1;
  bottom: 0px;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 4px;
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #fff;
}

.moduletable_menu_2 {
  position: absolute;
  z-index: 9;
  width: 650px;
  height: 50px;
  margin: 0 0 0 580px;
}

.moduletable_menu_2 ul {
  margin: 0px auto;
}

.moduletable_menu_2 ul li {
  float: left;
  margin: 0 20px 0 0;
}

.moduletable_menu_2 ul li:last-child {
  margin: 0;
  padding: 0;
  border-right: 0;
}

.moduletable_menu_2 ul li a {
  position: relative;
  z-index: 1;
  display: table-cell;
  height: 40px;
  padding: 0 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #528dca;
  font-size: 16px;
}

.moduletable_menu_2 ul li a:hover,
.moduletable_menu_2 ul li.active a {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #528dca;
}

.moduletable_menu_2 ul li.item-161 a {
  border-width: 3px;
  border-color: red;
}

.moduletable_logo_header {
  position: absolute;
  width: 318px;
  margin: 0;
  line-height: 0;
}

.moduletable_logo_header p {
  margin: 0;
  line-height: 0;
}

.moduletable_logo_header img {
  width: auto;
  height: 109px;
  line-height: 0;
}

.moduletable_logo_header a,
.moduletable_logo_header div {
  line-height: 0;
}

.moduletable_tel_header {
  position: absolute;
  z-index: 1;
  top: 70px;
  right: 20px;
}

.moduletable_tel_header .tel-icon::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  content: "";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #528dca;
  background-image: url("../images/tel-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
}

.moduletable_tel_header .tel-icon {
  position: relative;
  display: inline-block;
  min-height: 25px;
  margin: 0px 0px 0px 26px;
  padding: 0px 0px 0px 30px;
  vertical-align: top;
  font-family: 'Exo2Bold';
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.moduletable_tel_header .tel-icon a {
  color: #fff;
  font-size: 20px;
}

.moduletable_obr_zv {
  position: absolute;
  margin: 5px 0 0 800px;
}

.moduletable_obr_zv a {
  position: relative;
  z-index: 1;
  display: table-cell;
  width: 360px;
  height: 40px;
  margin: 0;
  padding: 0 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #fff;
  background-color: #528dca;
  font-size: 16px;
}

.moduletable_obr_zv a:hover {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #fff;
  background-color: #226cb9;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

.vt_nivo_slider_slider {
  position: relative;
}

.vt_nivo_slider_slider .nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  line-height: 0;
}

.vt_nivo_slider_slider .theme-default a.nivo-prevNav {
  left: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url("../images/prev.png");
  background-repeat: no-repeat;
  background-position: center;
}

.vt_nivo_slider_slider .theme-default a.nivo-prevNav:hover {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: rgba(0, 0, 0, 0.8);
  background-image: url("../images/prevNav-l-hover.png");
}

.vt_nivo_slider_slider .theme-default a.nivo-nextNav {
  right: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url("../images/next.png");
  background-repeat: no-repeat;
  background-position: center;
}

.vt_nivo_slider_slider .theme-default a.nivo-nextNav:hover {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: rgba(0, 0, 0, 0.8);
  background-image: url("../images/nextNav-l-hover.png");
}

.vt_nivo_slider_slider .theme-default .nivo-directionNav a {
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-indent: -9999px;
  opacity: 1;
  border: 0px none;
}

.nivo-directionNav a {
  position: absolute;
  z-index: 9;
  top: 45%;
  cursor: pointer;
}

.vt_nivo_slider_slider .theme-default .nivo-controlNav {
  position: absolute;
  z-index: 9;
  bottom: 20px;
  width: 100%;
  padding: 0px;
  text-align: center;
  line-height: 0;
}

.vt_nivo_slider_slider .theme-default .nivo-controlNav a {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0px 5px;
  text-indent: -9999px;
  border: 0px none;
  background: url("../images/ball.png") no-repeat scroll center;
}

.vt_nivo_slider_slider .theme-default .nivo-controlNav a.active {
  background: url("../images/ballh.png") no-repeat scroll center;
  background-size: auto;
}

.vt_nivo_slider_slider .nivo-caption {
  position: absolute;
  z-index: 9;
  top: 45%;
  left: 77px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 540px;
  height: 50px;
  padding: 0;
  opacity: 1;
  background: none;
  font-family: 'Exo2Regular';
}

.vt_nivo_slider_slider .nivo-heading {
  height: 50px;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Exo2Bold';
  font-size: 36px;
  line-height: 44px;
}

.vt_nivo_slider_slider .nivo-description {
  right: 10%;
  height: 50px;
  margin: 20px 0 0 0;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Exo2Bold';
  font-size: 30px;
  line-height: 34px;
}

.theme-default .nivoSlider {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.item-page table {
  margin: 0 0 20px 0;
  border-collapse: collapse;
}

.item-page table ul {
  margin: 0;
}

.blog table {
  margin: 0 0 40px 0;
  border-collapse: collapse;
}

.blog table ul {
  margin: 0;
}

table.bordered {
  margin: 0 0 40px 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

table.bordered:hover {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

table.bordered em {
  vertical-align: top;
  font-size: 11px;
  font-style: normal;
}

table.bordered p {
  margin: 0px;
}

table.bordered td {
  padding: 10px;
  text-align: center;
  border-color: #ccc;
  background-color: #fff;
}

table.bordered tr.tr-bg > td {
  height: 50px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
  color: #fff;
  background-color: #226cb9;
}

table.bordered:hover tr.tr-bg > td {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #528dca;
}

table.bordered tr td:nth-child(1) {
  text-align: left;
}

.text-kontakty h4 {
  position: relative;
  margin: 40px 0 20px 0;
  text-transform: uppercase;
  color: #004a91;
  font-family: 'Exo2Bold';
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

.str-kontakty .tel-icon {
  position: relative;
  margin: 0 0 20px 0;
  padding: 0px 0px 0px 30px;
  text-transform: uppercase;
  color: #000;
  background-image: url("../images/tel-icon.png");
  background-repeat: no-repeat;
  background-position: 1px center;
  background-size: 13px auto;
  font-family: 'Exo2Bold';
  font-size: 20px;
  font-weight: 700;
}

.str-kontakty .chasy-icon {
  position: relative;
  margin: 0 0 20px 0;
  padding: 0px 0px 0px 30px;
  text-transform: uppercase;
  color: #000;
  background-image: url("../images/chasy-icon.png");
  background-repeat: no-repeat;
  background-position: 1px center;
  background-size: 13px auto;
  font-family: 'Exo2Bold';
  font-size: 16px;
  font-weight: 700;
}

.str-kontakty .kont-icon-bg2 {
  position: relative;
  z-index: 1;
  margin: 0 0 0 5px;
}

.str-kontakty .kont-icon-bg2::before {
  position: absolute;
  z-index: -1;
  top: -2px;
  left: -5px;
  width: 25px;
  height: 25px;
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #528dca;
}

.str-kontakty .kont-icon-bg {
  position: relative;
  z-index: 1;
  margin: 0 0 0 5px;
}

.str-kontakty .kont-icon-bg::before {
  position: absolute;
  z-index: -1;
  top: -3px;
  left: -5px;
  width: 25px;
  height: 25px;
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #528dca;
}

.str-kontakty .kont-icon-bg {
  position: relative;
  z-index: 1;
  margin: 0 0 0 5px;
}

.str-kontakty .adres-icon-bg::before {
  position: absolute;
  z-index: -1;
  top: -3px;
  left: -5px;
  width: 25px;
  height: 25px;
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #528dca;
}

.str-kontakty .chasy-icon-bg {
  position: relative;
  z-index: 1;
  margin: 0 0 0 5px;
}

.str-kontakty .chasy-icon-bg::before {
  position: absolute;
  z-index: -1;
  top: -2px;
  left: -5px;
  width: 25px;
  height: 25px;
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #a9d4f1;
}

.str-kontakty .tel-zag a {
  font-family: 'Exo2Bold';
  font-size: 20px;
  font-weight: 700;
}

.str-kontakty .email-icon {
  position: relative;
  margin: 0 0 20px 0;
  padding: 0px 0px 0px 30px;
  text-transform: uppercase;
  background-image: url("../images/email-icon.png");
  background-repeat: no-repeat;
  background-position: 1px center;
  background-size: 13px auto;
  font-family: 'Exo2Bold';
  font-size: 20px;
  font-weight: 700;
}

.str-kontakty .adres-icon {
  position: relative;
  margin: 0 0 20px 0;
  padding: 0px 0px 0px 30px;
  text-transform: uppercase;
  color: #000;
  background-image: url("../images/adres-icon.png");
  background-repeat: no-repeat;
  background-position: 1px center;
  background-size: 13px auto;
  font-family: 'Exo2Bold';
  font-size: 20px;
  font-weight: 700;
}

.str-kontakty td {
  vertical-align: top;
}

a.thumbnail {
  line-height: 0px;
}

#comments-footer {
  display: none;
}

.readmore {
  position: relative;
  clear: both;
  margin-top: 40px;
  margin-bottom: 0px;
  padding-bottom: 40px;
  text-align: right;
  border-bottom: 1px solid #efefef;
}

.readmore a {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 40px;
  padding: 0px 20px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background-color: #226cb9;
  background-image: none;
  font-size: 16px;
  line-height: 40px;
}

.readmore a:hover {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #528dca;
}

.readmore-link {
  background-position: 0;
}

.pagination {
  position: relative;
  width: 100%;
  margin: 0 auto 40px;
  vertical-align: top;
}

.pagination li.pagination-start,
.pagination li.pagination-end {
  display: none;
}

.pagination ul li a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
  color: #fff;
  background-color: #528dca;
  font-size: 16px;
  line-height: 40px;
}

.pagination ul li a:hover {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.pagination ul {
  margin: 30px 0;
  text-align: center;
}

.pagination ul li {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  background: none;
}

.pagination ul li span {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  background-color: #a9d4f1;
  font-size: 16px;
  line-height: 40px;
}

.pagination ul li.pagination-prev {
  position: absolute;
  left: 0px;
  overflow: hidden;
  margin: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
  text-indent: 100%;
  border: 0;
  background-color: #226cb9;
  background-image: url("../images/prevNav-l.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}

.pagination ul li.pagination-prev:hover,
.pagination ul li.pagination-prev span.pagenav:hover {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #528dca;
  background-image: url("../images/prevNav-l.png");
}

.pagination ul li.pagination-prev span.pagenav {
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/prevNav-l.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}

.pagination ul li.pagination-next span.pagenav {
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/nextNav-l.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}

.pagination ul li.pagination-prev a.pagenav,
.pagination ul li.pagination-next a.pagenav {
  background-color: rgba(0, 0, 0, 0);
}

.pagination ul li.pagination-prev span,
.pagination ul li.pagination-next span {
  font-size: 16px;
}

.pagination ul li.pagination-next {
  position: absolute;
  right: 0px;
  overflow: hidden;
  margin: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
  text-indent: 100%;
  border: 0;
  background-color: #226cb9;
  background-image: url("../images/nextNav-l.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}

.pagination ul li.pagination-next:hover,
.pagination ul li.pagination-next span.pagenav:hover {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #528dca;
  background-image: url("../images/nextNav-l.png");
}

.bg-ser ul {
  margin: 20px 0px;
}

.bg-ser li {
  position: relative;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 16px;
  list-style: none outside none;
  font-family: "Exo2Bold", Arial, sans-serif;
  font-size: 19px;
}

.bg-ser li::after {
  position: absolute;
  z-index: 1;
  top: 9px;
  left: 0px;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
  background-color: #226cb9;
}

.item-page ul {
  margin: 20px 0px;
}

.item-page li {
  position: relative;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 16px;
  list-style: none outside none;
}

.item-page li::after {
  position: absolute;
  z-index: 1;
  top: 9px;
  left: 0px;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
  background-color: #226cb9;
}

.blog ul {
  margin: 20px 0px;
}

.blog li {
  position: relative;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 16px;
  list-style: none outside none;
}

.blog li::after {
  position: absolute;
  z-index: 1;
  top: 9px;
  left: 0px;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
  background-color: #226cb9;
}

.str-left-vtr-gl {
  position: relative;
  float: left;
  width: 750px;
  margin: 0 40px 0 0;
}

.str-right-vtr-gl {
  position: relative;
  float: right;
  width: 370px;
  margin: 0;
}

.str-left-vtr {
  position: relative;
  float: left;
  width: 370px;
  margin: 0 40px 0 0;
}

.str-right-vtr {
  position: relative;
  float: right;
  width: 750px;
  margin: 0;
}

.str-left-vtr-1 {
  position: relative;
  float: left;
  width: 420px;
  margin: 0 40px 0 0;
}

.str-left-vtr-2 {
  position: relative;
  float: left;
  width: 700px;
  margin: 0 40px 0 0;
}

.str-right-vtr-1 {
  position: relative;
  float: right;
  width: 700px;
  margin: 0;
}

.str-right-vtr-2 {
  position: relative;
  float: right;
  width: 420px;
  margin: 0;
}

.str-left-vr {
  float: left;
  width: 700px;
  margin: 0 40px 0 0;
}

.str-right-vr {
  float: right;
  width: 420px;
  margin: 0;
}

.vtr-vr-zag {
  margin: 0 0 20px 0;
  font-family: 'Exo2Bold';
  font-weight: 700;
}

.vtr-vr-zag-2 {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #004a91;
}

.bg-ser:hover .vtr-vr-zag-2 {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #0f8be1;
}

.str-vr-imgs {
  position: absolute;
  bottom: 0;
  width: 420px;
  height: 420px;
  line-height: 0;
}

.str-vr-imgs img {
  width: 420px;
  height: auto;
  padding: 0 !important;
  background-color: #efefef;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.str-vr-img {
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.str-vr-img-hover {
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
}

.bg-ser:hover .str-vr-img {
  z-index: 10;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.bg-ser:hover .str-vr-img-hover {
  z-index: 20;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 1;
}

.bg-ots-vr {
  height: 100%;
  min-height: 421px;
  padding: 40px 0 0 0;
  border-top: 1px solid #80a5c8;
}

.bg-ots-vr h3 {
  position: relative;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  color: #000;
  font-family: 'Exo2Bold';
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

.bg-ots-vr h4 {
  position: relative;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  color: #226cb9;
  font-family: 'Exo2Bold';
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.moduletable_post {
  width: 100%;
  margin: 0 auto;
}

#djslider-loader101 {
  position: relative;
  padding: 40px 0 0 0 !important;
}

.moduletable_post h3 {
  position: relative;
  margin: 0;
  text-transform: uppercase;
  color: #004a91;
  font-family: 'Exo2Bold';
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.djslider-default .navigation-container .prev-button {
  top: -20px;
  left: -130px;
}

.djslider-default .navigation-container .next-button {
  top: -20px;
  right: -130px;
}

.prev-button {
  padding: 10px 14px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #226cb9;
}

.prev-button:hover {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #528dca;
}

.next-button {
  padding: 10px 14px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #226cb9;
}

.next-button:hover {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #528dca;
}

.moduletable_preim {
  width: 100%;
  margin: 0 auto;
}

table.table-preim {
  width: 100%;
  margin: 0 0 40px 0;
  border-collapse: collapse;
}

table.table-preim td {
  width: 33%;
  padding: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid #fff;
  background-color: #efefef;
}

table.table-preim td:hover {
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

.block-preim-zag {
  position: relative;
  float: left;
  width: 245px;
}

.block-preim-zag-c {
  display: table-cell;
  width: 245px;
  height: 100px;
  vertical-align: middle;
}

.block-preim-ts {
  position: relative;
  float: right;
  width: 60px;
  margin: 0;
}

.block-preim-ts-c {
  display: table-cell;
  width: 60px;
  height: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: right;
  vertical-align: middle;
  color: #004a91;
  font-family: 'Exo2Bold';
  font-size: 60px;
  font-weight: 700;
}

.block-preim:hover .block-preim-ts-c {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #0f8be1;
}

.moduletable_zap_pr .formResponsive {
  position: relative;
  float: left;
  width: 320px;
  margin: 0 0 20px 0;
}

.moduletable_zap_pr p {
  float: left;
  width: 800px;
  margin: 0 20px 20px 0;
  font-family: 'Exo2Bold';
  font-weight: 700;
  line-height: 60px;
}

.moduletable_zap_pr {
  margin: 20px auto;
}

.form-left {
  position: relative;
  float: left;
  width: 400px;
  margin: 0 20px 10px 0;
}

.form-right {
  position: relative;
  float: left;
  width: 320px;
  margin: 0 0 10px 0;
}

.moduletable_zap_pr_2 .formResponsive {
  position: relative;
  float: left;
  width: 320px;
  margin: 0 0 20px 0;
}

.moduletable_zap_pr_2 p {
  float: left;
  width: 800px;
  margin: 0 20px 20px 0;
  font-family: 'Exo2Bold';
  font-weight: 700;
  line-height: 60px;
}

.moduletable_zap_pr_2 {
  margin: 60px auto;
}

.blag-vtr {
  margin: 0 auto -20px;
  background-color: #528dca;
}

.blag {
  margin: 0 auto 40px;
  background-color: #528dca;
}

.moduletable_blag {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
  text-align: right;
  color: #fff;
  background-image: url('../images/blag.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 420px auto;
}

.moduletable_blag h2 {
  color: #a9d4f1;
}

.bg-st-usl-1 {
  height: 100%;
  min-height: 421px;
  padding: 40px 0;
  border-top: 1px solid #80a5c8;
  background-image: url('../images/st-usl-vtr/st-usl-1.png');
  background-repeat: no-repeat;
  background-position: center;
}

.bg-ser:hover .bg-st-usl-1 {
  background-image: url('../images/st-usl-vtr/st-usl-1-hover.png');
}

.bg-st-usl-2 {
  height: 100%;
  min-height: 421px;
  padding: 40px 0;
  border-top: 1px solid #80a5c8;
  background-image: url('../images/st-usl-vtr/st-usl-2.png');
  background-repeat: no-repeat;
  background-position: center;
}

.bg-ser:hover .bg-st-usl-2 {
  background-image: url('../images/st-usl-vtr/st-usl-2-hover.png');
}

.bg-st-usl-3 {
  height: 100%;
  min-height: 421px;
  padding: 40px 0;
  border-top: 1px solid #80a5c8;
  background-image: url('../images/st-usl-vtr/st-usl-3.png');
  background-repeat: no-repeat;
  background-position: center;
}

.bg-ser:hover .bg-st-usl-3 {
  background-image: url('../images/st-usl-vtr/st-usl-3-hover.png');
}

.bg-st-usl-4 {
  height: 100%;
  min-height: 421px;
  padding: 40px 0;
  border-top: 1px solid #80a5c8;
  background-image: url('../images/st-usl-vtr/st-usl-4.png');
  background-repeat: no-repeat;
  background-position: center;
}

.bg-ser:hover .bg-st-usl-4 {
  background-image: url('../images/st-usl-vtr/st-usl-4-hover.png');
}

.bg-st-usl-5 {
  height: 100%;
  min-height: 421px;
  padding: 40px 0;
  border-top: 1px solid #80a5c8;
  background-image: url('../images/st-usl-vtr/st-usl-5.png');
  background-repeat: no-repeat;
  background-position: center;
}

.bg-ser:hover .bg-st-usl-5 {
  background-image: url('../images/st-usl-vtr/st-usl-5-hover.png');
}

.bg-st-usl-6 {
  height: 100%;
  min-height: 421px;
  padding: 40px 0;
  border-top: 1px solid #80a5c8;
  background-image: url('../images/st-usl-vtr/st-usl-6.png');
  background-repeat: no-repeat;
  background-position: center;
}

.bg-ser:hover .bg-st-usl-6 {
  background-image: url('../images/st-usl-vtr/st-usl-6-hover.png');
}

.bg-st-usl-7 {
  height: 100%;
  min-height: 421px;
  padding: 40px 0;
  border-top: 1px solid #80a5c8;
  background-image: url('../images/st-usl-vtr/st-usl-7.png');
  background-repeat: no-repeat;
  background-position: center;
}

.bg-ser:hover .bg-st-usl-7 {
  background-image: url('../images/st-usl-vtr/st-usl-7-hover.png');
}

.bg-st-usl-8 {
  height: 100%;
  min-height: 421px;
  padding: 40px 0;
  border-top: 1px solid #80a5c8;
  background-image: url('../images/st-usl-vtr/st-usl-8.png');
  background-repeat: no-repeat;
  background-position: center;
}

.bg-ser:hover .bg-st-usl-8 {
  background-image: url('../images/st-usl-vtr/st-usl-8-hover.png');
}

.bg-dr-usl-1 {
  height: 100%;
  min-height: 421px;
  padding: 40px 0;
  border-top: 1px solid #80a5c8;
  background-image: url('../images/dr-usl-vtr/dr-usl-1.png');
  background-repeat: no-repeat;
  background-position: center;
}

.bg-ser:hover .bg-dr-usl-1 {
  background-image: url('../images/dr-usl-vtr/dr-usl-1-hover.png');
}

.bg-dr-usl-2 {
  height: 100%;
  min-height: 421px;
  padding: 40px 0;
  border-top: 1px solid #80a5c8;
  background-image: url('../images/dr-usl-vtr/dr-usl-2.png');
  background-repeat: no-repeat;
  background-position: center;
}

.bg-ser:hover .bg-dr-usl-2 {
  background-image: url('../images/dr-usl-vtr/dr-usl-2-hover.png');
}

.bg-dr-usl-3 {
  height: 100%;
  min-height: 421px;
  padding: 40px 0;
  border-top: 1px solid #80a5c8;
  background-image: url('../images/dr-usl-vtr/dr-usl-3.png');
  background-repeat: no-repeat;
  background-position: center;
}

.bg-ser:hover .bg-dr-usl-3 {
  background-image: url('../images/dr-usl-vtr/dr-usl-3-hover.png');
}

.bg-dr-usl-4 {
  height: 100%;
  min-height: 421px;
  padding: 40px 0;
  border-top: 1px solid #80a5c8;
  background-image: url('../images/dr-usl-vtr/dr-usl-4.png');
  background-repeat: no-repeat;
  background-position: center;
}

.bg-ser:hover .bg-dr-usl-4 {
  background-image: url('../images/dr-usl-vtr/dr-usl-4-hover.png');
}

.bg-oplata {
  height: 100%;
  min-height: 421px;
  padding: 40px 0;
  border-top: 1px solid #80a5c8;
  background-image: url('../images/oplata.png');
  background-repeat: no-repeat;
  background-position: center;
}

.bg-ser:hover .bg-oplata {
  background-image: url('../images/oplata-hover.png');
}

.bg-oplata h3 {
  position: relative;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  color: #000;
  font-family: 'Exo2Bold';
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

.bg-ser {
  margin: 0 auto;
  background-color: #efefef;
}

.bg-ots {
  height: 100%;
  padding: 40px 0;
  border-top: 1px solid #80a5c8;
}

.content-vtr .item-page,
.content-vtr .blog {
  margin: 40px auto 40px;
}

.moduletable_st_vr {
  width: 100%;
  margin: 0 auto;
}

.block-st-vr {
  position: relative;
  float: left;
  overflow: hidden;
  width: 290px;
  min-height: 570px;
  margin: 0;
  padding: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.block-st-vr:hover {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

.block-st-vr-imgs {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto 20px;
  line-height: 0;
}

.block-st-vr-imgs img {
  width: 250px;
  height: auto;
  padding: 0 !important;
  background-color: #efefef;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.block-st-vr-img {
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.block-st-vr-img-hover {
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
}

.block-st-vr:hover .block-st-vr-img {
  z-index: 10;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.block-st-vr:hover .block-st-vr-img-hover {
  z-index: 20;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 1;
}

.block-st-vr-zag {
  margin: 0 0 10px 0;
}

.block-st-vr-zag a {
  display: table-cell;
  width: 250px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: top;
  text-transform: uppercase;
  color: #004a91;
  font-size: 20px;
  line-height: 24px;
}

.block-st-vr:hover .block-st-vr-zag a {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #0f8be1;
}

.block-st-vr-zag-2 {
  margin: 0 0 10px 0;
  font-family: 'Exo2Bold';
  font-weight: 700;
}

.block-st-vr-zag-3 {
  margin: 0 0 10px 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #004a91;
}

.block-st-vr:hover .block-st-vr-zag-3 {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #0f8be1;
}

.block-dr-vr {
  position: relative;
  float: left;
  overflow: hidden;
  width: 290px;
  min-height: 450px;
  margin: 0;
  padding: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.block-dr-vr:hover {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #efefef;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

.block-dr-vr-imgs {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto 20px;
  line-height: 0;
}

.block-dr-vr-imgs img {
  width: 250px;
  height: auto;
  padding: 0 !important;
  background-color: #efefef;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.block-dr-vr-img {
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.block-dr-vr-img-hover {
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
}

.block-dr-vr:hover .block-dr-vr-img {
  z-index: 10;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.block-dr-vr:hover .block-dr-vr-img-hover {
  z-index: 20;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 1;
}

.block-dr-vr-zag {
  margin: 0 0 10px 0;
}

.block-dr-vr-zag a {
  display: table-cell;
  width: 250px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: top;
  text-transform: uppercase;
  color: #004a91;
  font-size: 20px;
  line-height: 24px;
}

.block-dr-vr:hover .block-dr-vr-zag a {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #0f8be1;
}

.block-dr-vr-zag-2 {
  font-family: 'Exo2Bold';
  font-weight: 700;
}

.block-dr-vr-text span {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #004a91;
}

.block-dr-vr:hover .block-dr-vr-text span {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #0f8be1;
}

.block-n-r {
  position: relative;
  float: left;
  overflow: hidden;
  width: 290px;
  min-height: 450px;
  margin: 0;
  padding: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.block-n-r:hover {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #efefef;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

.block-n-r-imgs {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto 20px;
  line-height: 0;
}

.block-n-r-imgs img {
  width: 250px;
  height: auto;
  padding: 0 !important;
  background-color: #efefef;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.block-n-r-img {
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.block-n-r-img-hover {
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
}

.block-n-r:hover .block-n-r-img {
  z-index: 10;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.block-n-r:hover .block-n-r-img-hover {
  z-index: 20;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 1;
}

.block-n-r-zag {
  margin: 0 0 10px 0;
}

.block-n-r-zag a {
  display: table-cell;
  width: 250px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: top;
  text-transform: uppercase;
  color: #004a91;
}

.block-n-r:hover .block-n-r-zag a {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #0f8be1;
}

.block-n-r-text span {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #004a91;
}

.block-n-r:hover .block-n-r-text span {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #0f8be1;
}

.block-nr-left {
  position: relative;
  float: left;
  width: 570px;
  margin: 0 20px 20px 0;
}

.block-nr-right {
  position: relative;
  float: right;
  width: 570px;
  margin: 0 0 20px 0;
}

.block-nr-imgs {
  position: relative;
  float: left;
  width: 190px;
  margin: 0 0 40px 0;
}

.block-nr-img {
  margin: 0 0 20px 0;
}

.block-nr-zag {
  padding: 0 10px;
  text-align: center;
  color: #004a91;
}

.bg-usl {
  margin: -40px auto 40px;
  padding: 40px 0;
  background-color: #efefef;
}

.moduletable_st_usl {
  width: 100%;
  margin: 0 auto;
}

.block-st-usl {
  position: relative;
  float: left;
  overflow: hidden;
  width: 290px;
  min-height: 360px;
  margin: 0;
  padding: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.block-st-usl:hover {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

.block-st-usl-imgs {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto 20px;
  line-height: 0;
}

.block-st-usl-imgs img {
  width: 250px;
  height: auto;
  padding: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.block-st-usl-img {
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.block-st-usl-img-hover {
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
}

.block-st-usl:hover .block-st-usl-img {
  z-index: 10;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.block-st-usl:hover .block-st-usl-img-hover {
  z-index: 20;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 1;
}

.block-st-usl-zag a {
  display: table-cell;
  width: 250px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: top;
  text-transform: uppercase;
  color: #004a91;
  font-size: 20px;
  line-height: 24px;
}

.block-st-usl:hover .block-st-usl-zag a {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #0f8be1;
}

.moduletable_dr_usl {
  width: 100%;
  margin: 0 auto 40px;
}

.block-dr-usl {
  position: relative;
  float: left;
  overflow: hidden;
  width: 290px;
  min-height: 360px;
  margin: 0;
  padding: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.block-dr-usl:hover {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #efefef;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

.block-dr-usl-imgs {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto 20px;
  line-height: 0;
}

.block-dr-usl-imgs img {
  width: 250px;
  height: auto;
  padding: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.block-dr-usl-img {
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.block-dr-usl-img-hover {
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
}

.block-dr-usl:hover .block-dr-usl-img {
  z-index: 10;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.block-dr-usl:hover .block-dr-usl-img-hover {
  z-index: 20;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 1;
}

.block-dr-usl-zag a {
  display: table-cell;
  width: 250px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: top;
  text-transform: uppercase;
  color: #004a91;
  font-size: 20px;
  line-height: 24px;
}

.block-dr-usl:hover .block-dr-usl-zag a {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #0f8be1;
}

.bg-hl-kr {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  background-color: #efefef;
}

.moduletable_hl_kr {
  width: 100%;
}

.moduletable_hl_kr ul {
  position: relative;
  width: 100%;
}

.moduletable_hl_kr li {
  position: relative;
  display: inline-block;
  margin: 0 10px 0 0;
}

.moduletable_hl_kr li:last-child {
  margin: 0;
}

.moduletable_hl_kr li:first-child {
  display: none;
}

.moduletable_hl_kr a {
  padding: 0 10px 0 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #528dca;
  font-family: 'Exo2Bold';
  font-size: 16px;
  font-weight: 700;
}

.moduletable_hl_kr a:hover {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #80a5c8;
}

.moduletable_hl_kr .active {
  margin: 0;
  color: #80a5c8;
  font-size: 16px;
}

.moduletable_hl_kr .divider img {
  display: none;
}

.moduletable_hl_kr .divider {
  color: #528dca;
  font-family: 'Exo2Bold';
  font-weight: 700;
}

.blocki-img {
  position: relative;
  width: 360px;
  height: 360px;
  line-height: 0;
}

.blocki-img img {
  width: 360px;
  height: auto;
}

.block-img {
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.block-img-hover {
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
}

.bg-text-gl:hover .block-img {
  z-index: 10;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.bg-text-gl:hover .block-img-hover {
  z-index: 20;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 1;
}

.bg-text-gl_vtr {
  margin: 0 auto 40px;
  background-color: #efefef;
  background-image: url('../images/bg-text-gl.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}

.bg-text-gl_vtr:hover {
  background-image: url('../images/bg-text-gl-hover.png');
}

.moduletable_text_gl_vtr {
  width: 100%;
  min-height: 421px;
  margin: 0 auto;
  padding: 40px 0;
  border-top: 1px solid #80a5c8;
}

.bg-text-gl {
  margin: 0 auto 40px;
  background-color: #efefef;
  background-image: url('../images/bg-text-gl.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}

.bg-text-gl:hover {
  background-image: url('../images/bg-text-gl-hover.png');
}

.moduletable_text_gl {
  width: 100%;
  min-height: 421px;
  margin: 0 auto;
  padding: 40px 0;
}

.bg-text-gl-2 {
  background-color: #528dca;
}

.moduletable_text_gl_2 {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
  text-align: right;
  color: #fff;
  background-image: url('../images/bg-text-gl-2.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 280px auto;
}

.moduletable_text_gl_2 h2 {
  color: #a9d4f1;
}

.moduletable_text_gl_pr {
  width: 100%;
  margin: 0 auto 40px;
}

#lbPrevLink,
#lbNextLink {
  position: absolute;
  top: 0;
  display: block !important;
  width: 50%;
  outline: none;
}

#lbPrevLink {
  left: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  background-image: url("../images/prevNav.png");
  background-repeat: no-repeat;
  background-position: 1px center;
}

#lbPrevLink:hover {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 1;
  background-image: url("../images/prevNav.png");
  background-repeat: no-repeat;
  background-position: 1px center;
}

#lbNextLink {
  right: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  background-image: url("../images/nextNav.png");
  background-repeat: no-repeat;
  background-position: right center;
}

#lbNextLink:hover {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 1;
  background-image: url("../images/nextNav.png");
  background-repeat: no-repeat;
  background-position: right center;
}

#lbCloseLink {
  width: 16px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: right center;
}

#lbNumber {
  color: #000;
  font-family: 'Exo2Regular';
  font-size: 16px;
}

.moduletable_kopi {
  position: absolute;
  width: 350px;
  margin: 0;
  color: #b1c3d9;
}

.moduletable_kopi p {
  margin: 0;
}

.moduletable_orvin {
  position: absolute;
  width: 650px;
  margin: 0px 0 0 520px;
  color: #b1c3d9;
}

.moduletable_orvin p {
  margin: 0;
}

.moduletable_orvin a {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #b1c3d9;
}

.moduletable_orvin a:hover {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #fff;
}

.moduletable_naverh {
  position: fixed;
  z-index: 60;
  right: 50px;
  bottom: 50px;
}

.moduletable_naverh a {
  display: table-cell;
  width: 40px;
  height: 40px;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
  vertical-align: middle;
  background-color: #a9d4f1;
  background-image: url("../images/naverh.png");
  background-repeat: no-repeat;
  background-position: center;
}

.moduletable_naverh a:hover {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #a9d4f1;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

.block-ssylka {
  width: 400px;
  margin: 0 auto 20px;
}

.block-ssylka a {
  display: table-cell;
  width: 400px;
  height: 50px;
  margin: 0;
  padding: 0px 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #fff;
  background-color: #a9d4f1;
  font-size: 16px;
}

.block-ssylka a:hover {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #a9d4f1;
}

.leading-0,
.leading-1,
.leading-2,
.leading-3,
.leading-4,
.leading-5,
.leading-6,
.leading-7,
.leading-8,
.leading-9,
.leading-10 {
  margin: 0 auto 40px;
}

.moduletable_info_footer {
  position: absolute;
  width: 450px;
  margin: 0 0 0 0;
}

.moduletable_info_footer a {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #b1c3d9;
}

.moduletable_info_footer a:hover {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #fff;
}

.info-footer-text {
  color: #b1c3d9;
}

.moduletable_info_footer img {
  margin: 0 0 20px 0;
}

.moduletable_info_footer .tel-icon {
  position: relative;
  margin: 20px 0;
  padding: 0px 0px 0px 30px;
  color: #fff;
  background-image: url("../images/tel-icon.png");
  background-repeat: no-repeat;
  background-position: 1px center;
  background-size: 13px auto;
}

.moduletable_info_footer .chasy-icon {
  position: relative;
  margin: 20px 0;
  padding: 0px 0px 0px 30px;
  color: #fff;
  background-image: url("../images/chasy-icon.png");
  background-repeat: no-repeat;
  background-position: 1px center;
  background-size: 13px auto;
  font-size: 16px;
}

.moduletable_info_footer .chasy-icon span {
  text-transform: uppercase;
  font-family: 'Exo2Bold';
  font-weight: 700;
}

.moduletable_info_footer .kont-icon-bg2 {
  position: relative;
  z-index: 1;
  margin: 0 0 0 5px;
}

.moduletable_info_footer .kont-icon-bg2::before {
  position: absolute;
  z-index: -1;
  top: -2px;
  left: -5px;
  width: 25px;
  height: 25px;
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #80a5c8;
}

.moduletable_info_footer .kont-icon-bg {
  position: relative;
  z-index: 1;
  margin: 0 0 0 5px;
}

.moduletable_info_footer .kont-icon-bg::before {
  position: absolute;
  z-index: -1;
  top: -3px;
  left: -5px;
  width: 25px;
  height: 25px;
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #80a5c8;
}

.moduletable_info_footer .adres-icon-bg {
  position: relative;
  z-index: 1;
  margin: 0 0 0 5px;
}

.moduletable_info_footer .adres-icon-bg::before {
  position: absolute;
  z-index: -1;
  top: 8px;
  left: -5px;
  width: 25px;
  height: 25px;
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #528dca;
}

.moduletable_info_footer .chasy-icon-bg {
  position: relative;
  z-index: 1;
  margin: 0 0 0 5px;
}

.moduletable_info_footer .chasy-icon-bg::before {
  position: absolute;
  z-index: -1;
  top: -2px;
  left: -5px;
  width: 25px;
  height: 25px;
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #528dca;
}

.moduletable_info_footer .tel-icon a {
  color: #000;
  font-size: 20px;
}

.moduletable_info_footer .tel-icon span {
  font-family: 'Exo2Regular';
  font-size: 16px;
  font-weight: 400;
}

.moduletable_info_footer .email-icon {
  position: relative;
  margin: 20px 0;
  padding: 0px 0px 0px 30px;
  color: #fff;
  background-image: url("../images/email-icon.png");
  background-repeat: no-repeat;
  background-position: 1px center;
  background-size: 13px auto;
}

.moduletable_info_footer .adres-icon {
  position: relative;
  margin: 0 0 20px 0;
  padding: 0px 0px 0px 30px;
  color: #fff;
  background-image: url("../images/adres-icon.png");
  background-repeat: no-repeat;
  background-position: 1px center;
  background-size: 13px auto;
}

.moduletable_info_footer .foot-zag {
  width: 340px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: #fff;
  border-bottom: 1px solid #6694bd;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.moduletable_f_menu_2 {
  position: absolute;
  width: 360px;
  margin: 0 0 0 520px;
}

.moduletable_f_menu_2 h3 {
  width: 270px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: #fff;
  border-bottom: 1px solid #6694bd;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.moduletable_f_menu_2 ul {
  margin: 0px auto;
}

.moduletable_f_menu_2 ul li {
  margin: 0 0 10px 0;
}

.moduletable_f_menu_2 ul li:last-child {
  margin: 0;
}

.moduletable_f_menu_2 ul li a {
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #b1c3d9;
  font-size: 16px;
  line-height: 16px;
}

.moduletable_f_menu_2 ul li a:hover {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #fff;
}

.moduletable_f_menu {
  position: absolute;
  width: 200px;
  margin: 61px 0 0 960px;
}

.moduletable_f_menu ul {
  margin: 0px auto;
}

.moduletable_f_menu ul li {
  margin: 0 0 10px 0;
}

.moduletable_f_menu ul li:last-child {
  margin: 0;
}

.moduletable_f_menu ul li a {
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #b1c3d9;
  font-size: 16px;
  line-height: 16px;
}

.moduletable_f_menu ul li a:hover {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #fff;
}

.moduletable_naverh_f {
  position: absolute;
  margin: -55px 0 0 530px;
}

.moduletable_naverh_f a {
  display: table-cell;
  width: 100px;
  height: 30px;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
  vertical-align: middle;
  background-color: #6694bd;
  background-image: url("../images/naverh.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px auto;
}

.moduletable_naverh_f a:hover {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.str-left {
  position: relative;
  float: left;
  width: 570px;
  margin: 0 20px 0 0;
}

.str-right {
  position: relative;
  float: right;
  width: 570px;
  margin: 0;
}

.moduletable_notice {
  margin: 0 auto 30px;
  text-align: center;
}

.main-slide {
  line-height: 1;
}

.main-slide__img {
  width: 100%;
  height: auto;
}

.moduletable_notice {
  line-height: 1.3;
}

.moduletable_notice .custom_notice {
  display: block;
  padding: 10px;
  border: 3px solid red;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

.moduletable_notice .notice-text {
  padding: 20px 10px;
  color: #fff;
  background-color: #528dca;
  font-size: 1.2rem;
}

.moduletable_notice .notice-text__title {
  margin-bottom: 10px;
}

.moduletable_notice .notice-text__title:last-child {
  margin-bottom: 0;
}

.moduletable_notice .notice-text p {
  margin-bottom: 10px;
}

.moduletable_notice .notice-text p:last-child {
  margin-bottom: 0;
}

.notice-text__phone a {
  color: #fff;
  font-family: 'Exo2Bold';
  font-size: 1.4rem;
}

h4.ad-text {
  display: inline-block;
  padding: 10px 30px;
  text-transform: uppercase;
  color: #fff;
  border: 3px solid #226cb9;
  background-color: #226cb9;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  font-family: 'Exo2Regular';
  font-size: 20px;
  font-weight: 400;
}

.gallery-documents {
  margin: 20px 0;
  text-align: left;
  font-size: 0;
}

.gallery-documents__item {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20%;
  margin-bottom: 20px;
  vertical-align: top;
}

.gallery-documents__item img.klik {
  padding: 10px;
  border: 1px solid #226cb9;
}

.gallery-documents__item img.klik:hover {
  border: 1px solid transparent;
  background-color: #fff;
}

.about {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #ccc;
}

.about p {
  margin-bottom: 5px;
  font-size: 17px;
}

.table-price {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
}

.table-price td {
  padding: 5px 20px;
  text-align: center;
  border: 1px solid #F4EEE8;
  font-size: 16px;
}

.table-price td:first-child {
  text-align: left;
}

.table-price .direction-title,
.table-price .service-title {
  padding: 10px 20px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #f9faf8;
  background-color: #226cb9;
  font-size: 22px;
}

.table-price .service-title {
  display: none;
  font-size: 18px;
}

.table-price tr:nth-child(even) {
  background: #c2d8ee;
}

.table-price tr:nth-child(odd) {
  background: #f9faf8;
}

.table-price .direction-title--discount {
  background-color: darkorange;
}

.table-price .discount-row td:last-child {
  color: darkorange;
  font-size: 20px;
  font-weight: 700;
}

.moduletable_menu {
  top: 130px;
  width: 100%;
  margin: 0;
}

.moduletable_main-navigation {
  position: relative;
  top: 120px;
  width: 100%;
  height: 1px;
  background-color: #6694bd;
}

.block-discount {
  position: relative;
  margin: 40px auto 50px;
  padding: 40px;
  text-align: center;
  color: #fff;
  outline: 2px solid #fff;
  background-color: #226cb9;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  font-size: 26px;
}

.block-discount::before {
  position: absolute;
  top: -7px;
  left: -13px;
  display: block;
  width: 150px;
  height: 150px;
  content: "";
  background-image: url("/images/icons/label-discount.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.block-discount::after {
  position: absolute;
  top: 30px;
  left: -10px;
  content: "-20%";
  -webkit-transform: rotate(-49deg);
  -ms-transform: rotate(-49deg);
  transform: rotate(-49deg);
  color: #fff;
  font-family: 'Exo2Bold', Arial, sans-serif;
  font-size: 37px;
  line-height: 1.2;
}

.block-discount__title {
  color: #fff;
}

.discount-value {
  color: darkorange;
  font-size: 32px;
}

.block-discount__text p:last-child {
  margin-bottom: 0;
}

.gallery-documents--licenses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.gallery-documents--licenses > div {
  width: 20%;
  margin: 1% 2%;
}

.gallery-documents--licenses a {
  display: block;
}

.gallery-documents--licenses img {
  width: 100%;
  height: auto;
}

.price-block {
  -webkit-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .13), 0 4px 16px 0 rgba(0, 0, 0, .07);
  box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .13), 0 4px 16px 0 rgba(0, 0, 0, .07);
}

.price-block__btn {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 20px;
  padding-right: 100px;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #f9faf8;
  background-color: #226cb9;
  font-family: 'Exo2Bold', Arial, sans-serif;
  font-size: 22px;
}

.price-block__btn::before {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  background-image: url("/images/icons/icon-plus.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
}

.price-block__btn--active::before {
  background-image: url("/images/icons/icon-minus.svg");
}

.price-block__content {
  display: none;
}

.price-block__btn--active + .price-block__content {
  display: block;
  margin-top: -10px;
}

.price-block__btn:hover {
  background-color: #4079ad;
}

.price-block__btn:focus {
  outline: none;
  background-color: darkorange;
}

.small-title {
  color: #323232;
  font-size: 30px;
}

.title-xs {
  margin-top: 15px;
  margin-bottom: 6px;
  color: #4079ad;
  font-size: 20px;
}

.sub-text {
  font-size: 22px;
}

.sub-text--xs {
  margin-top: -10px;
  margin-bottom: 15px;
  font-family: 'Exo2Bold', Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

.text-center {
  text-align: center;
}

.name-selection {
  display: block;
  margin-bottom: 10px;
  color: #226cb9;
  font-family: 'Exo2Bold', Arial, sans-serif;
  font-size: 26px;
}

.moduletable_doctors .block-st-vr-text,
.doctors .block-st-vr-text {
  margin-bottom: 10px;
}

.moduletable_doctors .block-st-vr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.block-st-vr__btn {
  display: block;
  margin-top: auto;
  padding: 15px 20px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  text-align: center;
  color: #fff;
  background-color: #226cb9;
}

.block-st-vr__btn:hover {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #fff;
  background-color: #528dca;
}

.feedback-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.feedback-block__form {
  width: 60%;
  padding: 40px;
  background-color: #efefef;
}

.feedback-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.feedback-block .feedback-block__row .rsform-block {
  width: calc((100% - 10px)/2);
}

.feedback-block__row .rsform-block:first-child {
  margin-right: 10px;
}

.feedback-block__title {
  text-align: center;
  font-size: 22px;
  line-height: 1.2;
}

.feedback-block__subtitle {
  margin-bottom: 20px;
}

.feedback-block__text {
  margin-bottom: 20px;
}

.feedback-block__text p {
  margin-bottom: 10px;
  text-align: center;
}

.feedback-block__text p:last-child {
  margin-bottom: 0;
}

.feedback-block__pic {
  position: relative;
  width: 40%;
  line-height: 0;
}

.feedback-block__img {
  width: 100%;
  height: auto;
}

.feedback-block__info {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
}

.feedback-block__name {
  padding: 20px;
  text-align: center;
  background-color: #226cb9;
  font-size: 20px;
  line-height: 1.2;
}

.feedback-block__name b {
  display: block;
  margin-bottom: 3px;
  text-transform: uppercase;
  font-size: 26px;
}

.feedback-block__post {
  padding: 20px;
  color: #000;
  background-color: #fff;
}

.feedback-block .feedback-block__img {
  padding: 0;
}

.feedback-block .feedback-block__img:hover {
  z-index: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.feedback-block .formResponsive .formBody,
.feedback-block .formResponsive textarea,
.feedback-block #userForm .formBody input {
  width: 100%;
}

.feedback-block .formResponsive textarea {
  height: 150px;
  resize: none;
}

.feedback-block .formResponsive textarea,
.feedback-block .formResponsive input[type="text"],
.feedback-block .formResponsive input[type="password"] {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #000;
  border: 1px solid #226cb9;
  border-radius: 0;
  background-color: #fff;
}

.formResponsive textarea:focus,
.formResponsive input[type="text"]:focus,
.formResponsive input[type="password"]:focus {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 4px 10px rgb(0 0 0 / 30%);
  box-shadow: 0px 4px 10px rgb(0 0 0 / 30%);
}

.feedback-block .rsform-block-obyazat {
  margin-bottom: 10px;
}

.feedback-block .formControls {
  text-align: center;
}

.feedback-block #userForm #Submit,
.feedback-block .formResponsive input[type="button"],
.feedback-block .formResponsive input[type="submit"] {
  margin: 0 auto;
}

.feedback-block .rsform-submit-button {
  border: none;
  background-image: none;
}

.feedback-block .rsform_feedback {
  text-align: center;
}

.feedback-mobile {
  min-width: 320px;
}

.feedback-mobile .content-vtr {
  padding: 20px 0;
}

.feedback-mobile h1 {
  text-align: center;
}

.feedback-mobile #userForm p {
  width: auto;
}

.feedback-mobile .wrapper {
  min-width: 100%;
  min-height: auto;
}

.col-full {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

.mobile-header {
  padding: 20px 0;
  background-color: #226cb9;
}

.mobile-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.mobile-logo {
  display: block;
  width: 300px;
}

.mobile-logo__img {
  width: 100%;
  height: auto;
}

.header-contacts__item {
  margin-bottom: 5px;
}

.header-contacts__item:last-child {
  margin-bottom: 0;
}

.header-contacts__link {
  position: relative;
  padding-left: 30px;
  color: #fff;
  font-family: 'Exo2Bold';
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.header-contacts__link::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  content: "";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #528dca;
  background-image: url("../images/tel-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
}

.mobile-footer {
  padding: 40px 0;
  background-color: #4079ad;
}

.mobile-footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.mobile-footer .moduletable_f_menu,
.mobile-footer .moduletable_f_menu_2,
.mobile-footer .moduletable_info_footer {
  position: static;
  float: none;
  flex-grow: 1;
  width: auto;
  margin: 1%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
}

.mobile-footer .moduletable_info_footer {
  order: 1;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
}

.mobile-footer .moduletable_f_menu_2 {
  order: 2;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
}

.mobile-footer .moduletable_f_menu {
  order: 3;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
}

.menu-btn {
  display: none;
}

.menu-btn {
  width: 45px;
  height: 45px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid #528dca;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}

.menu-btn:hover {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #528dca;
}

.menu-btn--open {
  background-image: url("/images/icons/menu-open.svg");
}

.menu-btn--close {
  background-image: url("/images/icons/menu-close.svg");
}

.mobile-menu__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  background-color: #226cb9;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.mobile-menu__title {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
}

.overlay {
  position: fixed;
  z-index: 39;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  background-color: #000;
}

.overlay.show {
  visibility: visible;
  opacity: 0.5;
}

.mobile-menu {
  display: none;
}

.footer-copy__company {
  margin-bottom: 10px;
}

.privacy-docs {
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
  text-wrap-style: balance;
}

.privacy-docs a {
  transition: all 0.3s ease 0s;
  color: #b1c3d9;
}

.privacy-docs a:hover {
  color: #fff;
}

@media(max-width: 1199px) {
  html {
    font-size: 16px;
  }

  body {
    width: 100%;
    min-width: 320px;
    font-size: 1rem;
    line-height: 1.2;
  }

  h1,
  h2,
  #userForm h2 {
    font-size: 2rem;
    line-height: 1.3;
  }

  #page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .content,
  .content-vtr {
    padding-bottom: 0;
  }

  .wrapper {
    width: 100%;
    min-width: 320px;
  }

  .header {
    height: auto;
  }

  .header div.menu {
    position: static;
    height: auto;
  }

  .header-menu-rev {
    position: static;
    height: auto;
  }

  .main-nav-wrap {
    border-top: 1px solid #528dca;
  }

  .main-nav-wrap::before {
    display: none;
  }

  .center,
  .center2 {
    width: 100%;
  }

  .header-center {
    height: auto;
    padding-bottom: 10px;
  }

  .main-site-info {
    margin-bottom: 15px;
  }

  .header .menu .center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .moduletable_logo_header {
    position: static;
    order: -3;
    width: 100%;
    max-width: 250px;
    -webkit-box-ordinal-group: -2;
    -ms-flex-order: -3;
  }

  .moduletable_logo_header img {
    width: 100%;
    height: auto;
  }

  .moduletable_menu_2 {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    margin-left: auto;
  }

  .moduletable_tel_header {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    margin-top: -30px;
    margin-left: auto;
  }

  .moduletable_menu {
    position: static;
    top: unset;
    order: 1;
    width: 100%;
    height: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
  }

  .moduletable_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  }

  .moduletable_menu ul li {
    float: none;
    margin: 0;
  }

  .moduletable_main-navigation {
    display: none;
  }

  .moduletable_menu_2 ul li a {
    font-size: 1rem;
  }

  .moduletable_tel_header .tel-icon {
    min-height: auto;
    font-size: 1.3rem;
  }

  .moduletable_tel_header .tel-icon a {
    font-size: 1.3rem;
  }

  .moduletable_menu ul li a {
    height: auto;
    padding: 15px 0;
    font-size: 1.3rem;
  }

  .moduletable_menu_2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .moduletable_menu_2 ul li {
    float: none;
  }

  .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .d-flex > div {
    float: none;
    margin: 0;
  }

  .services > div,
  .doctors > div,
  .works > div {
    width: 25%;
  }

  .block-st-usl,
  .block-dr-usl,
  .block-st-vr,
  .block-dr-vr,
  .block-n-r {
    min-height: unset;
  }

  .block-st-usl-zag a,
  .block-dr-usl-zag a,
  .block-st-vr-imgs a,
  .block-dr-vr-imgs a,
  .block-st-vr-zag a,
  .block-dr-vr-zag a,
  .block-n-r-zag a,
  .block-n-r-imgs a {
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .block-st-usl-imgs,
  .block-dr-usl-imgs,
  .block-st-vr-imgs,
  .block-dr-vr-imgs,
  .block-n-r-imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .block-st-usl-imgs img,
  .block-dr-usl-imgs img,
  .block-st-vr-imgs img,
  .block-dr-vr-imgs img,
  .block-n-r-imgs img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    width: 100%;
    height: 100%;
  }

  .block-st-usl-imgs > div,
  .block-dr-usl-imgs > div,
  .block-st-vr-imgs > div,
  .block-dr-vr-imgs > div,
  .block-n-r-imgs > div {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-grow: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
  }

  .block-st-usl-imgs a,
  .block-dr-usl-imgs a,
  .block-st-vr-imgs a,
  .block-dr-vr-imgs a,
  .block-n-r-imgs a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-grow: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
  }

  .table-preim tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .table-preim td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }

  .block-preim {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  }

  .block-preim-zag {
    float: none;
    width: 100%;
  }

  .block-preim-zag-c {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: auto;
  }

  .block-preim-ts-c {
    width: auto;
    height: auto;
    font-size: 3.5rem;
  }

  .block-preim-ts {
    float: none;
    width: auto;
  }

  .footer {
    width: 100%;
    min-width: unset;
    height: auto;
    margin: 0;
    margin-top: auto;
  }

  .footer-top {
    height: auto;
  }

  .footer-top .center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .moduletable_f_menu,
  .moduletable_f_menu_2,
  .moduletable_info_footer {
    position: static;
    float: none;
    flex-grow: 1;
    width: auto;
    margin: 1%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
  }

  .moduletable_info_footer {
    order: 1;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
  }

  .moduletable_f_menu_2 {
    order: 2;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
  }

  .moduletable_f_menu {
    order: 3;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
  }

  .moduletable_info_footer .foot-zag {
    width: auto;
    font-size: 1rem;
  }

  .moduletable_f_menu_2 h3 {
    width: auto;
    font-size: 1.1rem;
    line-height: 1.2;
  }

  .moduletable_f_menu_2 ul li a {
    font-size: 1rem;
    line-height: 1.2;
  }

  .footer-bottom {
    height: auto;
  }

  .footer-bottom-border {
    height: auto;
  }

  .footer-bottom-border__content {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .moduletable_orvin {
    order: -1;
  }

  .moduletable_orvin,
  .moduletable_kopi {
    position: static;
    width: auto;
    margin: 0;
  }

  .moduletable_naverh_f {
    top: -50px;
    left: 50%;
    margin: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .footer-bottom-border__content .clear {
    display: none !important;
  }

  .moduletable_zap_pr_2 .formResponsive {
    float: none;
    width: 100%;
  }

  .formResponsive fieldset {
    min-inline-size: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .feedback-block__row,
  .rsform-block-message {
    width: 100%;
  }

  .rsform-block-privacy .formBody {
    justify-content: flex-start;
  }

  .formResponsive .clear {
    display: none;
  }

  .formResponsive .formHorizontal .rsform-block-obyazat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }

  .obyazat {
    width: 100% !important;
  }

  .formResponsive .formBody {
    width: 100%;
    font-size: 1rem;
  }

  #userForm #Submit {
    width: 100%;
    font-size: 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  #userForm .formBody input {
    width: 100%;
    font-size: 1rem;
    line-height: 1.2;
  }

  #userForm p {
    float: none;
    width: 100%;
    font-size: 1rem;
    line-height: 1.2;
  }

  .moduletable_zap_pr .formResponsive {
    float: none;
    width: 100%;
  }

  .form-left,
  .form-right {
    float: none;
    width: 31%;
    margin: 1%;
  }

  .formControlLabel {
    font-size: 1rem;
  }

  .moduletable_text_gl_vtr {
    min-height: auto;
  }

  .moduletable_hl_kr a,
  .moduletable_hl_kr .active {
    font-size: 1rem;
  }

  .small-title {
    font-size: 2rem;
  }

  .sub-text {
    font-size: 1.4rem;
  }

  .name-selection {
    font-size: 1.6rem;
  }

  .block-discount {
    font-size: 1.6rem;
  }

  .discount-value {
    font-size: 2rem;
  }

  .price-block__btn {
    font-size: 1.4rem;
  }

  .table-price td {
    font-size: 1rem;
  }

  .table-price .discount-row td:last-child {
    font-size: 1.3rem;
  }

  .bg-st-usl-1,
  .bg-st-usl-2,
  .bg-st-usl-3,
  .bg-st-usl-4,
  .bg-st-usl-5,
  .bg-st-usl-6,
  .bg-st-usl-7,
  .bg-st-usl-8,
  .bg-dr-usl-1,
  .bg-dr-usl-2,
  .bg-dr-usl-3,
  .bg-dr-usl-4,
  .bg-oplata {
    min-height: 300px;
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
    background-size: cover;
  }

  .bg-oplata h3 {
    font-size: 1.6rem;
  }

  .bg-ots-vr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: unset;
  }

  .str-left-vr {
    float: none;
    width: 70%;
    margin: 0;
    padding-right: 40px;
  }

  .str-right-vr {
    float: none;
    width: 30%;
  }

  .str-vr-imgs {
    position: relative;
    width: 100%;
    height: 300px;
  }

  .str-vr-imgs img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
  }

  .str-vr-img,
  .str-vr-img-hover {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .bg-ots-vr h3,
  .item-page h3 {
    font-size: 1.4rem;
  }

  .bg-ots-vr h4 {
    font-size: 1.2rem;
  }

  .bg-ser li {
    font-size: 1rem;
  }

  .about p {
    font-size: 1rem;
  }

  .gallery-documents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    margin-right: -1%;
    margin-bottom: 20px;
    margin-left: -1%;
  }

  .gallery-documents__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 18%;
    margin: 1%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .gallery-documents__item a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: 150px;
  }

  .gallery-documents__item .klik {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .title-xs {
    font-size: 1.3rem;
  }

  .sub-text--xs {
    margin: 0;
    margin-bottom: 20px;
    font-size: 1.2rem;
  }

  .block-nr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .block-nr-left,
  .block-nr-right {
    width: 50%;
    margin: 0;
  }

  .block-nr-left {
    padding-right: 20px;
  }

  .block-nr-right {
    padding-left: 20px;
  }

  .block-nr-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .block-nr-gallery > div {
    float: none;
    width: 33%;
    margin-bottom: 20px;
  }

  .block-nr-img a.klik {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 150px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .block-nr-img img.klik {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  #lbCenter {
    width: 100%;
  }
}

@media(max-width: 991px) {
  html {
    font-size: 15px;
  }

  .moduletable_logo_header {
    max-width: 150px;
  }

  .moduletable_tel_header {
    margin-top: 0;
  }

  .moduletable_tel_header .tel-icon a {
    font-size: 1rem;
  }

  .moduletable_menu ul li a {
    font-size: 1rem;
  }

  .services > div,
  .doctors > div,
  .works > div {
    width: 33%;
  }

  .moduletable_text_gl_2,
  .moduletable_blag {
    padding-top: 200px;
    text-align: center;
    background-position: top 20px center;
    background-size: 180px auto;
  }

  .moduletable_text_gl_2 br,
  .moduletable_blag br {
    display: none;
  }

  .moduletable_blag {
    padding-top: 150px;
  }

  .str-right-vtr {
    float: none;
    width: 100%;
    max-width: 750px;
  }

  .str-left-vtr-gl {
    float: none;
    width: 100%;
    max-width: 750px;
  }

  table.table-preim td {
    padding: 20px;
  }

  .str-kontakty tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .str-kontakty tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .str-kontakty tr > td {
    width: 100%;
    margin-bottom: 20px;
  }

  .str-kontakty tr > td:empty {
    display: none;
    margin: 0;
  }

  .str-kontakty tr > td:last-child {
    margin-bottom: 0;
  }

  .str-kontakty .tel-zag a {
    white-space: nowrap;
  }

  .str-kontakty .kont-icon-bg::before {
    top: 0;
  }

  .str-kontakty .tel-zag a {
    font-size: 1.2rem;
  }

  .str-kontakty .chasy-icon {
    margin: 0;
    font-size: 20px;
  }

  .gallery-documents__item {
    width: 23%;
  }

  .str-left-vr {
    width: 60%;
  }

  .str-right-vr {
    width: 40%;
  }

  .block-nr-left,
  .block-nr-right {
    width: 100%;
    padding: 0;
  }

  .block-nr-left {
    margin-bottom: 20px;
  }

  .feedback-block {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .feedback-block__pic {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  .feedback-block__form {
    width: 100%;
  }

  .mobile-footer__container {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .mobile-footer .moduletable_f_menu,
  .mobile-footer .moduletable_f_menu_2,
  .mobile-footer .moduletable_info_footer {
    margin-bottom: 50px;
  }

  .feedback-block #userForm #Submit,
  .feedback-block .formResponsive input[type="button"],
  .feedback-block .formResponsive input[type="submit"] {
    width: auto;
    height: auto;
    padding: 15px 30px;
    line-height: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}

@media(max-width: 767px) {
  .no-mobile {
    display: none !important;
  }

  .menu-btn {
    display: block;
  }

  .moduletable_logo_header {
    margin-bottom: 10px;
  }

  .moduletable_menu {
    display: none !important;
  }

  .mobile-menu {
    position: fixed;
    z-index: 40;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    max-width: 250px;
    padding: 0;
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
    -webkit-transform: translate(-200%, 0%);
    -ms-transform: translate(-200%, 0%);
    transform: translate(-200%, 0%);
    background-color: #528dca;
  }

  .mobile-menu.show {
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
    -webkit-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }

  .moduletable_menu ul {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .moduletable_menu ul li {
    -webkit-animation: none !important;
    animation: none !important;
    opacity: 1 !important;
  }

  .moduletable_menu ul li a::before {
    display: none;
  }

  .main-site-info {
    margin: 0;
  }

  .header-center {
    padding: 10px 0;
  }

  .header .menu .center {
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }

  .moduletable_menu_2 {
    display: none;
    margin: 0;
  }

  .moduletable_tel_header {
    order: -2;
    margin: 0;
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
  }

  .main-nav-wrap {
    position: absolute;
    top: 10px;
    right: 20px;
    border: none;
  }

  .moduletable_tel_header .tel-icon:nth-child(1) {
    margin-left: 0;
  }

  .mobile-menu a {
    display: block;
    padding: 10px 20px;
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
    text-align: left;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .mobile-menu a:hover {
    opacity: 0.8;
  }

  .services > div,
  .doctors > div,
  .works > div {
    width: 50%;
  }

  .gallery-documents--licenses > div {
    width: 31%;
    margin: 1%;
  }

  table.table-preim td {
    width: 100%;
  }

  .block-preim {
    align-items: center;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }

  .block-preim-ts {
    margin-right: 20px;
  }

  .block-preim-ts-c {
    font-size: 2rem;
  }

  .moduletable_f_menu {
    display: none;
  }

  .gallery-documents__item {
    width: 31%;
  }

  .block-nr-gallery > div {
    width: 50%;
  }

  .privacy-docs {
    grid-template-columns: 1fr;
  }
}

@media(max-width: 650px) {
  .feedback-block #userForm #Submit {
    margin-left: 0;
  }
}

@media(max-width: 600px) {
  .custom_tel_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }

  .moduletable_tel_header .tel-icon {
    margin: 0;
    margin-bottom: 10px;
  }

  .moduletable_tel_header .tel-icon:last-child {
    margin-bottom: 0;
  }

  .footer-bottom-border__content {
    flex-direction: column;
  }

  .footer-bottom-border {
    padding-bottom: 20px;
  }

  .formResponsive fieldset {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .form-left,
  .form-right {
    width: 100%;
    margin: 0;
    margin-bottom: 5px;
  }

  .block-discount::before {
    width: 100px;
    height: 100px;
  }

  .block-discount::after {
    top: 15px;
    left: 0;
    font-size: 20px;
  }

  .bg-ots-vr {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .str-right-vr {
    order: -1;
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
  }

  .str-left-vr {
    width: 100%;
    padding: 0;
  }

  .bg-ots-vr {
    padding-top: 20px;
  }

  .mobile-header__container {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .mobile-logo {
    width: 200px;
    margin-bottom: 10px;
  }
}

@media(max-width: 480px) {
  html {
    font-size: 14px;
  }

  .services > div,
  .doctors > div,
  .works > div {
    width: 100%;
  }

  .services > div:last-child,
  .doctors > div:last-child {
    margin-bottom: 0;
  }

  .block-st-usl-imgs,
  .block-dr-usl-imgs,
  .block-n-r-imgs {
    height: 200px;
  }

  .gallery-documents--licenses > div {
    width: 48%;
    margin-bottom: 10px;
  }

  .moduletable_text_gl_2,
  .moduletable_blag {
    padding-top: 120px;
    background-size: 80px auto;
  }

  .moduletable_blag {
    padding-top: 90px;
  }

  .bg-oplata {
    min-height: 150px;
  }

  .gallery-documents__item {
    width: 48%;
  }

  .feedback-block__name {
    padding: 10px;
    font-size: 16px;
  }

  .feedback-block__name b {
    font-size: 18px;
  }

  .feedback-block__form {
    padding: 20px;
  }

  .feedback-block__row {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .feedback-block__row .rsform-block:first-child {
    margin-right: 0;
  }

  .feedback-block .feedback-block__row .rsform-block {
    width: 100%;
  }

  .feedback-mobile .moduletable_info_footer .foot-zag {
    width: 100%;
  }

  .cookies-message {
    right: 20px;
    width: auto;
    max-width: 100%;
  }
}

@media(max-width: 375px) {

  h1,
  h2,
  h1,
  h2,
  #userForm h2,
  .small-title {
    font-size: 1.7rem;
  }

  .block-discount__title {
    font-size: 1.5rem;
  }

  .block-discount {
    font-size: 1.2rem;
  }

  .price-block__btn {
    font-size: 1.2rem;
  }

  .block-nr-gallery > div {
    width: 100%;
  }
}