/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*.rounded(@radius: 2px) {
    -webkit-border-radius: @radius;
    -moz-border-radius: @radius;
    border-radius: @radius;
}
.border-radius(@topright: 0, @bottomright: 0, @bottomleft: 0, @topleft: 0) {
    -webkit-border-top-right-radius: @topright;
    -webkit-border-bottom-right-radius: @bottomright;
    -webkit-border-bottom-left-radius: @bottomleft;
    -webkit-border-top-left-radius: @topleft;
    -moz-border-radius-topright: @topright;
    -moz-border-radius-bottomright: @bottomright;
    -moz-border-radius-bottomleft: @bottomleft;
    -moz-border-radius-topleft: @topleft;
    border-top-right-radius: @topright;
    border-bottom-right-radius: @bottomright;
    border-bottom-left-radius: @bottomleft;
    border-top-left-radius: @topleft;
    .background-clip(padding-box);
}*/
/*.box-shadow(@arguments) {
    -webkit-box-shadow: @arguments;
    -moz-box-shadow: @arguments;
    box-shadow: @arguments;
}*/
.back-link {
  display: inline-block;
  margin: 0 0 20px 0;
}
.link-absolute {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#return-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#return-to-top i {
  color: #ffffff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
  color: #ffffff;
  top: 5px;
}
.block {
  margin: 0 0 30px 0;
  position: relative;
  clear: both;
}
.block figcaption {
  margin: 20px 0 0 0;
  text-align: center;
}
.block .block-float-left {
  float: left;
  padding: 0 30px 15px 0;
}
.block .block-float-right {
  float: right;
  padding: 0 0 15px 30px;
}
.block .ico-file {
  margin: 0 15px 0 0;
  position: absolute;
  top: 0;
  left: 15px;
}
.block .link-file-mini span {
  min-height: 30px;
  display: block;
  padding: 4px 0 0 40px;
}
.block .link-file-medium span {
  min-height: 50px;
  display: block;
  padding: 12px 0 0 70px;
}
.block .link-file-big span {
  min-height: 73px;
  display: block;
  padding: 23px 0 0 90px;
}
.block .head-block {
  color: #474747;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  margin: 0 0 30px 0;
}
.block .block-slide-content {
  display: none;
  margin: 20px 0 0 0;
}
.block .block-slide-content .block:last-child {
  margin: 0;
}
.block .block-slide-header {
  cursor: pointer;
  padding: 10px 15px;
  background: #1faa9b;
  color: #ffffff;
}
.block .block-slide-header i {
  float: right;
  margin: 5px 0 0 0;
}
.block .block-slide-tab {
  margin: 0 0 30px 0;
}
.block .block-tabs-id {
  background: #ffffff;
  color: #000000;
}
.block .block-tabs-id .resp-arrow {
  border-top: 12px solid #000000;
}
.block .block-tabs-id.resp-tab-active,
.block .block-tabs-id .resp-tab-active {
  background: #1faa9b !important;
  color: #ffffff !important;
  border-top: 1px solid #1faa9b !important;
  border-color: #1faa9b !important;
}
.block .block-tabs-id.resp-tab-active .resp-arrow,
.block .block-tabs-id .resp-tab-active .resp-arrow {
  border-top: none;
  border-bottom: 12px solid #ffffff;
}
.block .resp-tab-content {
  border-color: #1faa9b;
}
.block .resp-tab-content .block:last-child {
  margin: 0;
}
.block.block-multiple-column-1 {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
.block.block-multiple-column-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.block.block-multiple-column-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.head-class {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: #1faa9b;
}
.head-news-class {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: #1faa9b;
}
.button {
  display: inline-block;
  padding: 10px 40px;
  background: #1faa9b;
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.button:hover,
.button:focus,
.button:active {
  background: #177f74;
  color: #ffffff;
}
.inverse .button {
  display: inline-block;
  padding: 10px 40px;
  background: #1faa9b;
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #1faa9b;
  background: #ffffff;
}
.inverse .button:hover,
.inverse .button:focus,
.inverse .button:active {
  background: #177f74;
  color: #ffffff;
}
.inverse .button:hover,
.inverse .button:focus,
.inverse .button:active {
  color: #1faa9b;
  background: #ebfbfa;
}
#breadcrumbs {
  line-height: 31px;
  list-style: none;
  padding: 0;
}
#breadcrumbs li {
  float: left;
  margin: 0 10px 0 0;
}
#breadcrumbs li a {
  color: #1faa9b;
}
#breadcrumbs li a:hover,
#breadcrumbs li a:focus,
#breadcrumbs li a:active {
  text-decoration: underline;
}
#breadcrumbs li:before {
  content: '›';
  margin: 0 10px 0 0;
}
#breadcrumbs li:first-child:before {
  display: none;
}
.section {
  padding: 110px 0px 105px;
}
.section .head-class {
  padding-bottom: 25px;
  margin-bottom: 40px;
  position: relative;
}
.section .head-class:after {
  content: '';
  display: block;
  width: 100px;
  height: 100%;
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -50px;
  border-bottom: solid 2px #1faa9b;
}
.inverse {
  color: #ffffff;
}
.inverse .head-class {
  color: #ffffff;
}
.inverse .head-class:after {
  border-color: #ffffff;
}
.page-content .head-class {
  padding-bottom: 20px;
  margin-bottom: 40px;
  position: relative;
  font-size: 22px;
  line-height: 28px;
}
.page-content .head-class:after {
  content: '';
  display: block;
  width: 18px;
  height: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  border-bottom: solid 2px #1faa9b;
}
#menu-bar {
  background: #1faa9b;
}
#menu {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: table;
  width: 100%;
  table-layout: fixed;
}
#menu li {
  float: none;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-left: solid 1px #3bb0a3;
}
#menu li:last-child {
  border-right: solid 1px #3bb0a3;
}
#menu li:hover,
#menu li:focus,
#menu li:active,
#menu li.active,
#menu li.open {
  color: #ffffff;
  background: #038d7e;
}
#menu li a {
  padding: 12px 20px;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  color: #ffffff;
  background: none;
  display: block;
  text-transform: uppercase;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#menu li a:hover,
#menu li a:focus,
#menu li a:active,
#menu li a.active {
  color: #ffffff;
}
#menu li.ico-home {
  width: 44px !important;
}
#menu li.ico-home a {
  text-align: center;
  padding: 0px;
}
#menu li.ico-home a span {
  display: none;
}
#menu li.ico-home a:after {
  font-family: "FontAwesome";
  content: "\f015";
  font-size: 18px;
  line-height: 24px;
}
#menu li .dropdown-menu {
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #038d7e;
  margin: 0px;
  padding: 10px 0px;
}
#menu li .dropdown-menu li {
  float: left;
  border: none;
  width: 100%;
}
#menu li .dropdown-menu li:hover,
#menu li .dropdown-menu li:focus,
#menu li .dropdown-menu li:active,
#menu li .dropdown-menu li.active,
#menu li .dropdown-menu li.open {
  color: #ffffff;
  background: #1faa9b;
}
#menu li .dropdown-menu li a {
  color: #ffffff;
  text-align: left;
  text-transform: none;
  padding: 15px 50px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
}
#menu li .dropdown-menu li a:hover,
#menu li .dropdown-menu li a:focus,
#menu li .dropdown-menu li a:active,
#menu li .dropdown-menu li a.active {
  color: #ffffff;
}
#menu li .dropdown-menu li a:before {
  content: '\f111';
  font-family: 'FontAwesome';
  font-size: 6px;
  position: absolute;
  left: 35px;
  color: #3cb0a3;
}
#menu > li:last-child .dropdown-menu {
  left: auto;
  right: 0;
}
.navbar {
  margin: 0px;
  padding: 0;
  border: none;
  min-height: 60px;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.navbar-collapse {
  padding: 0;
}
.navbar-toggle .icon-bar {
  background: #ffffff;
}
@media (min-width: 768px) {
  .fixed #menu li {
    /*                .dropdown-menu {
                    li {
                        float: none;

                        a {
                            background: @menu_dropdown_bg;
                            color: @menu_dropdown_color;

                            &:hover, &:focus, &:active, &.active {
                                color: @menu_dropdown_hover_color;
                                background: @menu_dropdown_hover_bg;
                            }
                        }
                    }
                }*/
  }
  .fixed #menu li a {
    padding: 6px 5px;
  }
  .fixed .navbar {
    min-height: auto;
  }
}
.submenu-box {
  background: #1faa9b;
  padding: 20px;
}
#submenu {
  padding: 0;
  list-style: none;
}
#submenu li a {
  display: block;
  padding: 5px 15px;
  color: #ffffff;
}
#submenu li a:hover,
#submenu li a:focus,
#submenu li a:active,
#submenu li a.active {
  background: #0f544c;
}
#submenu li .inside-submenu {
  padding: 0;
  list-style: none;
}
#submenu li .inside-submenu li a {
  padding-left: 40px;
}
#submenu li .inside-submenu li a:hover,
#submenu li .inside-submenu li a:focus,
#submenu li .inside-submenu li a:active,
#submenu li .inside-submenu li a.active {
  background: none;
  color: #0f544c;
}
#banners-top {
  height: 830px;
  color: #ffffff;
  overflow: hidden;
}
#banners-top .item {
  position: relative;
  height: 830px;
  background-position: center top;
  background-attachment: fixed;
}
#banners-top .item .banners-top-text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
#banners-top .item .banners-head {
  font-size: 40px;
  color: #ffffff;
  margin: 0;
}
#banners-top-arrows {
  position: absolute;
  bottom: 18px;
  left: 15px;
  z-index: 150;
  color: #ffffff;
}
#banners-top-arrows button {
  background: none;
}
#banners-top.subpage {
  height: 581px;
}
#banners-top.subpage .item {
  height: 581px;
  position: relative;
}
#banners-top.subpage .item .banners-top-header {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
#banners-top.subpage .item .banners-top-header .banners-top-head {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px 3000px 0px 120px;
  margin-right: -3000px;
  background: rgba(31, 170, 155, 0.75);
  -webkit-border-radius: 160px 0px 0px 0px;
  -moz-border-radius: 160px 0px 0px 0px;
  border-radius: 160px 0px 0px 0px;
  line-height: 175px;
}
body {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #2b2b2b;
  background: #ffffff;
  text-decoration: none;
  padding: 0 !important;
  margin: 0 auto;
}
a {
  color: #1faa9b;
  text-decoration: none;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  outline: none;
}
a:hover,
a:focus,
a:active {
  color: #0f544c;
  text-decoration: none;
  outline: none;
}
button {
  border: none;
  outline: none;
}
.content {
  margin: 40px 0;
}
label.error {
  color: #f61237;
  font-weight: bold;
}
p {
  margin-bottom: 30px;
}
p strong {
  font-weight: 900;
}
header#header {
  position: static;
  z-index: 9;
  width: 100%;
  background: #ffffff;
  z-index: 1000;
}
header#header #top {
  padding: 40px 0px 38px;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header#header #top #logo img {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  height: 92px;
}
header#header #top #shenmed {
  display: block;
  padding: 25px 0px;
}
header#header #top #shenmed img {
  height: 39px;
  display: inline;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header#header #top .header-info {
  font-weight: 700;
  line-height: 32px;
  text-align: right;
  margin-top: 10px;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header#header #top .header-info .big {
  font-size: 30px;
  color: #1faa9b;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header#header #top .header-info p {
  margin: 0px;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (min-width: 768px) {
  header#header {
    position: fixed;
  }
  header#header.fixed #top {
    padding: 10px 0px 10px;
    height: auto;
  }
  header#header.fixed #top #logo img {
    height: 57px;
  }
  header#header.fixed #top #shenmed {
    padding: 10px 0px;
  }
  header#header.fixed #top #shenmed img {
    height: 30px;
  }
  header#header.fixed #top .social {
    padding: 10px 0px;
  }
  header#header.fixed #top .header-info {
    font-weight: 700;
    line-height: 28px;
    text-align: right;
    margin-top: 0px;
  }
  header#header.fixed #top .header-info .big {
    font-size: 24px;
    color: #1faa9b;
  }
  header#header.fixed #top .header-info p {
    margin: 0px;
  }
}
.page-content {
  margin-bottom: 110px;
}
.page-content h1.head-class {
  background: #11877a;
  margin: 0px 0px 60px -3000px;
  padding: 25px 0px 25px 3000px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  color: #ffffff;
  -webkit-border-radius: 0px 0px 98px 0px;
  -moz-border-radius: 0px 0px 98px 0px;
  border-radius: 0px 0px 98px 0px;
}
.page-content #bol-glowy {
  background-position: right 30px;
  background-repeat: no-repeat;
  height: 670px;
}
.page-content #bol-glowy blockquote {
  margin: 0px;
  padding: 0px;
  border: none;
  text-align: center;
  float: left;
  position: relative;
  width: 500px;
  margin-top: 240px;
  font-weight: 700;
  font-style: italic;
  font-size: 21px;
  line-height: 28px;
}
.page-content #bol-glowy blockquote:before {
  content: "“";
  font-size: 296px;
  font-weight: 700;
  font-style: italic;
  color: #3d3d3d;
  opacity: 0.12;
  position: absolute;
  top: 0px;
  left: 80px;
}
.page-content #bol-glowy blockquote small {
  color: #1faa9b;
  font-size: 22px;
  line-height: 28px;
  font-style: normal;
}
.page-content #bol-glowy blockquote small:before {
  content: none;
}
#info-section {
  background: #1faa9b;
  background-image: url(../gfx/bg-elipse.svg);
  background-position: center top;
  background-repeat: no-repeat;
  padding-bottom: 75px;
}
#info-section p {
  padding: 0px 30px;
  margin-bottom: 30px;
}
#help-section {
  padding-bottom: 0px;
}
#help-section #body-map {
  background-repeat: no-repeat;
  background-position: center top;
  height: 1122px;
  width: 100%;
  position: relative;
}
#help-section #body-map .point {
  position: absolute;
  height: 245px;
  width: 245px;
}
#help-section #body-map .point .circle {
  height: 245px;
  width: 245px;
  overflow: hidden;
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  position: relative;
  -moz-box-shadow:  10px 20px 31px 0 rgba(0, 0, 0, 0.07);
  -webkit-box-shadow:  10px 20px 31px 0 rgba(0, 0, 0, 0.07);
  box-shadow:  10px 20px 31px 0 rgba(0, 0, 0, 0.07);
}
#help-section #body-map .point .circle .inner {
  background-image: url(../gfx/flag.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  height: 155px;
  width: 100%;
  padding-top: 40px;
  font-size: 18px;
  font-weight: 700;
}
#help-section #body-map .point .pointer {
  height: 2px;
  background: #1faa9b;
  position: absolute;
}
#help-section #body-map .point .pointer > div {
  width: 34px;
  height: 34px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  position: relative;
}
#help-section #body-map .point .pointer > div:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #1faa9b;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 50%;
  margin-left: -10px;
}
#help-section #body-map .point .pointer.left > div {
  top: -16px;
  left: -16px;
  right: auto;
  float: left;
}
#help-section #body-map .point .pointer.right > div {
  top: -16px;
  right: -16px;
  left: auto;
  float: right;
}
#help-section #body-map #point-1 {
  top: 90px;
  left: 0px;
}
#help-section #body-map #point-1 .pointer {
  width: 325px;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  top: 205px;
  left: 105px;
}
#help-section #body-map #point-2 {
  top: 50px;
  right: 0px;
}
#help-section #body-map #point-2 .pointer {
  width: 380px;
  -webkit-transform: rotate(1deg);
  -moz-transform: rotate(1deg);
  -o-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  transform: rotate(1deg);
  top: 125px;
  right: 125px;
}
#help-section #body-map #point-3 {
  top: 630px;
  left: 0px;
}
#help-section #body-map #point-3 .pointer {
  width: 440px;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  top: 110px;
  left: 120px;
}
#help-section #body-map #point-4 {
  top: 520px;
  right: 0px;
}
#help-section #body-map #point-4 .pointer {
  width: 255px;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  top: 135px;
  right: 125px;
}
#quick-contact-section {
  padding: 0px;
}
#quick-contact-section .head-class {
  padding-bottom: 0px;
}
#quick-contact-section .head-class:after {
  content: none;
}
#quick-contact-section .contact-info {
  width: 425px;
  height: 115px;
  background: #1faa9b;
  -webkit-border-radius: 57px;
  -moz-border-radius: 57px;
  border-radius: 57px;
  padding: 20px 40px 20px 110px;
  line-height: 75px;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  margin: 0px auto;
  -moz-box-shadow:  0px 7px 18px 0 rgba(0, 0, 0, 0.18);
  -webkit-box-shadow:  0px 7px 18px 0 rgba(0, 0, 0, 0.18);
  box-shadow:  0px 7px 18px 0 rgba(0, 0, 0, 0.18);
}
#quick-contact-section .contact-info a {
  color: #ffffff;
}
#quick-contact-section .contact-info .fa {
  background: #ffffff;
  color: #1faa9b;
  width: 75px;
  height: 75px;
  line-height: 75px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 40px;
  -moz-box-shadow:  0px 7px 18px 0 rgba(0, 0, 0, 0.18);
  -webkit-box-shadow:  0px 7px 18px 0 rgba(0, 0, 0, 0.18);
  box-shadow:  0px 7px 18px 0 rgba(0, 0, 0, 0.18);
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#quick-contact-section .contact-info .fa.fa-envelope {
  font-size: 34px;
}
#quick-contact-section .contact-info.left {
  z-index: 1;
  -webkit-transform: translate(-190px, 0px);
  -moz-transform: translate(-190px, 0px);
  -o-transform: translate(-190px, 0px);
  -ms-transform: translate(-190px, 0px);
  transform: translate(-190px, 0px);
}
#quick-contact-section .contact-info.left .fa {
  position: absolute;
  left: 20px;
}
#quick-contact-section .contact-info.right {
  padding: 20px 110px 20px 40px;
  z-index: 0;
  -webkit-transform: translate(190px, 0px);
  -moz-transform: translate(190px, 0px);
  -o-transform: translate(190px, 0px);
  -ms-transform: translate(190px, 0px);
  transform: translate(190px, 0px);
  margin-top: -95px;
}
#quick-contact-section .contact-info.right .fa {
  position: absolute;
  right: 20px;
}
#quick-contact-section .contact-info:hover .fa {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
#references-section {
  padding-bottom: 0px;
  position: relative;
}
#references-section #all-references-button {
  position: absolute;
  right: 15px;
  top: 10px;
}
#references-section #add-references-button {
  position: absolute;
  left: 15px;
  top: 10px;
}
#references-section .reference {
  background: #eff8f6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 55px 80px 55px 50px;
  text-align: left;
  position: relative;
  margin: 30px 0px;
}
#references-section .reference p.name {
  font-weight: 900;
  margin-bottom: 0px;
  padding-right: 100px;
}
#references-section .reference .avatar {
  overflow: hidden;
  width: 110px;
  height: 110px;
  position: absolute;
  right: 40px;
  bottom: -35px;
}
#news-section {
  position: relative;
}
#news-section #all-news-button {
  position: absolute;
  right: 15px;
  top: 10px;
}
#news-section .news-item {
  text-align: left;
  margin: 30px 0px;
}
#news-section .news-item .news-image {
  height: 148px;
  overflow: hidden;
}
#news-section .news-item .news-image img {
  width: 100%;
  object-fit: cover;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#news-section .news-item .news-image:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#news-section .news-item .news-title {
  font-size: 15px;
  font-weight: 700;
  margin: 45px 0px 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#news-section .news-item .news-intro {
  margin-bottom: 40px;
  height: 96px;
  overflow: hidden;
}
footer#footer {
  background: #1faa9b url(../gfx/bg-elipse.svg) center -100px no-repeat;
  color: #ffffff;
  font-size: 15px;
  overflow: hidden;
  height: 655px;
  padding-bottom: 0px;
  position: relative;
}
footer#footer a {
  color: #ffffff;
}
footer#footer .container-fluid .row > div {
  padding: 0px !important;
}
footer#footer .head-class {
  padding: 0px;
  margin: 75px 0px 50px;
}
footer#footer .form-group {
  margin-bottom: 5px;
}
footer#footer .form-control {
  border: none;
  padding: 9px 12px;
  height: 40px;
}
footer#footer .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1faa9b;
}
footer#footer .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #1faa9b;
}
footer#footer .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #1faa9b;
}
footer#footer .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #1faa9b;
}
footer#footer textarea.form-control {
  height: 195px;
}
footer#footer .button {
  padding: 5px 40px;
  float: right;
}
footer#footer .info {
  margin-left: 40px;
}
footer#footer .copyright {
  line-height: 55px;
  margin-top: 30px;
}
footer#footer .copyright #footer-logo {
  margin: -5px 10px 0px 0px;
}
footer#footer .copyright .separate {
  margin: 0px 10px;
}
footer#footer .copyright .ewitryna {
  display: inline;
}
footer#footer .copyright .ewitryna img {
  display: inline;
  margin: -1px 0px 0px 5px;
}
footer#footer #footer-map {
  height: 655px;
  width: 100%;
  z-index: 9;
}
footer#footer #footer-contact {
  position: absolute;
  top: 0px;
  width: 100%;
}
.social {
  font-size: 25px;
  padding: 25px 0px;
  text-align: left;
}
@media (max-width: 767px) {
  header#header #top {
    padding: 10px 0px;
    height: auto;
  }
  header#header #top #logo img {
    max-height: 70px;
  }
  header#header #top .header-info {
    margin-top: 20px;
  }
  header#header #top .header-info p {
    display: none;
  }
  header#header #top .header-info .big {
    font-size: 24px;
    display: inline;
  }
  #menu {
    display: block;
  }
  #menu li {
    display: block;
    border-left: none;
    clear: both;
  }
  #menu li:last-child {
    border-right: none;
  }
  #menu li .dropdown-menu {
    position: relative;
    width: 100%;
    float: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #menu li .dropdown-menu li {
    float: none;
  }
  #menu li.ico-home {
    width: auto !important;
  }
  #menu li.ico-home a {
    padding: 12px 20px;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    color: #ffffff;
    background: none;
    display: block;
    text-transform: uppercase;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  #menu li.ico-home a span {
    display: block;
  }
  #menu li.ico-home a:after {
    content: "";
  }
  .navbar {
    min-height: 0px;
  }
  #banners-top {
    height: 500px;
  }
  #banners-top .item {
    height: 500px;
    background-position: center center;
    background-attachment: scroll;
  }
  #banners-top.subpage {
    height: 350px;
  }
  #banners-top.subpage .item {
    height: 350px;
    background-position: 40% bottom;
    background-attachment: scroll;
  }
  #banners-top.subpage .item .banners-top-header .banners-top-head {
    font-size: 22px;
    line-height: 28px;
    padding: 25px 3000px 25px 85px;
    -webkit-border-radius: 98px 0px 0px 0px;
    -moz-border-radius: 98px 0px 0px 0px;
    border-radius: 98px 0px 0px 0px;
  }
  .page-content {
    margin-bottom: 0px;
  }
  .page-content #bol-glowy {
    height: auto;
    background: none !important;
  }
  .page-content #bol-glowy blockquote {
    width: 100%;
    margin: 100px 0px 0px;
  }
  .page-content .info {
    margin-top: 30px;
  }
  #help-section #body-map {
    background-image: none;
    height: auto;
  }
  #help-section #body-map .point {
    position: static;
    margin: 0px auto 30px;
  }
  #help-section #body-map .point .pointer {
    display: none;
  }
  #help-section #body-map #point-1 .pointer {
    width: 310px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 195px;
    left: 35px;
  }
  #help-section #body-map #point-2 .pointer {
    width: 295px;
  }
  #help-section #body-map #point-3 .pointer {
    width: 335px;
  }
  #help-section #body-map #point-4 {
    top: 445px;
  }
  #help-section #body-map #point-4 .pointer {
    width: 180px;
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
    top: 200px;
  }
  #quick-contact-section {
    padding: 110px 0px 0px;
  }
  #quick-contact-section .contact-info {
    position: static;
    margin: 0px auto 20px;
  }
  #quick-contact-section .contact-info.left {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  #quick-contact-section .contact-info.right {
    padding: 20px 40px 20px 110px;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    margin-top: 0px;
  }
  #quick-contact-section .contact-info.right .fa {
    right: auto;
    left: 20px;
  }
  #news-section #all-news-button {
    position: static;
  }
  #news-section .news-item .news-image {
    height: 120px;
  }
  #references-section #all-references-button,
  #references-section #add-references-button {
    position: static;
    margin-bottom: 15px;
  }
  footer#footer {
    background-position: center 90px;
    height: auto;
  }
  footer#footer .copyright {
    line-height: 30px;
  }
  footer#footer .copyright > span {
    clear: both;
    display: block;
  }
  footer#footer .copyright #footer-logo {
    height: 25px;
  }
  footer#footer .copyright .separate {
    display: none;
  }
  footer#footer #footer-map {
    height: 250px;
  }
  footer#footer #footer-contact {
    position: static;
  }
  header#header #top .header-info .big {
    font-size: 18px;
  }
  header#header #top #shenmed {
    text-align: right;
  }
  .block.block-multiple-column-1 {
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto;
  }
  .block.block-multiple-column-2 {
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto;
  }
  .block.block-multiple-column-3 {
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto;
  }
}
@media (max-width: 767px) and (min-width: 580px) {
  #help-section #body-map {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 550px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
    text-align: center;
  }
  header#header #top #logo img {
    height: auto;
    display: inline;
  }
  header#header #top .header-info {
    text-align: center;
  }
  .social {
    text-align: center;
  }
}
@media (max-width: 480px) {
  header#header #top #logo img {
    height: auto;
    display: inline;
  }
  header#header #top #shenmed {
    text-align: center;
  }
  header#header #top .header-info {
    line-height: 18px;
    margin-top: 18px;
    text-align: center;
  }
  header#header #top .header-info .big {
    font-size: 16px;
  }
  #info-section p {
    padding: 0px 10px;
  }
  #help-section #body-map #point-1 .pointer {
    width: 310px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 195px;
    left: 35px;
  }
  #help-section #body-map #point-2 .pointer {
    width: 295px;
  }
  #help-section #body-map #point-3 .pointer {
    width: 335px;
  }
  #help-section #body-map #point-4 {
    top: 445px;
  }
  #help-section #body-map #point-4 .pointer {
    width: 180px;
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
    top: 200px;
  }
  #quick-contact-section .contact-info {
    width: 100%;
    height: 95px;
    padding: 10px 0px;
  }
  #quick-contact-section .contact-info .fa {
    display: none;
  }
  #quick-contact-section .contact-info.right {
    padding: 10px 0px;
  }
  #references-section .reference {
    padding: 20px 20px;
  }
  #references-section .reference .avatar {
    width: 70px;
    height: 70px;
    right: 20px;
  }
  #references-section .reference .avatar img {
    width: 100%;
  }
  #news-section .row > div {
    width: 100%;
  }
  footer#footer .row > div {
    width: 100%;
  }
  footer#footer .info {
    margin-left: 0px;
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #menu li a {
    padding: 12px 16px;
    font-size: 14px;
  }
  #banners-top.subpage .item {
    background-position: 45% top;
  }
  #banners-top.subpage .item .banners-top-header .banners-top-head {
    font-size: 22px;
    padding: 0px 3000px 0px 85px;
    -webkit-border-radius: 98px 0px 0px 0px;
    -moz-border-radius: 98px 0px 0px 0px;
    border-radius: 98px 0px 0px 0px;
    line-height: 98px;
  }
  .page-content {
    margin-bottom: 50px;
  }
  .page-content #bol-glowy {
    background-position: 75px 30px;
  }
  .page-content #bol-glowy blockquote {
    width: 400px;
    margin-top: 200px;
  }
  .page-content .info {
    margin-bottom: 60px;
  }
  #help-section #body-map .point .pointer {
    display: none;
  }
  #help-section #body-map #point-1 {
    top: 115px;
  }
  #help-section #body-map #point-2 {
    top: 80px;
  }
  #help-section #body-map #point-4 {
    top: 470px;
  }
  #quick-contact-section .contact-info {
    position: static;
    margin: 0px auto 20px;
  }
  #quick-contact-section .contact-info.left {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  #quick-contact-section .contact-info.right {
    padding: 20px 40px 20px 110px;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    margin-top: 0px;
  }
  #quick-contact-section .contact-info.right .fa {
    right: auto;
    left: 20px;
  }
  #references-section .reference {
    padding: 50px 40px 50px 40px;
  }
  #references-section .reference p.name {
    padding-right: 80px;
  }
  #references-section .reference .avatar {
    right: 20px;
  }
  #news-section #all-news-button {
    position: static;
  }
  #references-section #all-references-button,
  #references-section #add-references-button {
    position: static;
    margin-bottom: 15px;
  }
  footer#footer {
    background-position: center 90px;
    height: auto;
  }
  footer#footer #footer-map {
    height: 250px;
  }
  footer#footer #footer-contact {
    position: static;
  }
  header#header #top #shenmed {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
  .fixed #menu li a {
    padding: 6px 16px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #banners-top.subpage .item .banners-top-header .banners-top-head {
    font-size: 32px;
    padding: 0px 3000px 0px 85px;
    -webkit-border-radius: 98px 0px 0px 0px;
    -moz-border-radius: 98px 0px 0px 0px;
    border-radius: 98px 0px 0px 0px;
    line-height: 98px;
  }
  .page-content #bol-glowy {
    background-position: 235px 30px;
  }
  #help-section #body-map #point-1 .pointer {
    width: 310px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 195px;
    left: 35px;
  }
  #help-section #body-map #point-2 .pointer {
    width: 295px;
  }
  #help-section #body-map #point-3 .pointer {
    width: 335px;
  }
  #help-section #body-map #point-4 {
    top: 445px;
  }
  #help-section #body-map #point-4 .pointer {
    width: 180px;
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
    top: 200px;
  }
  #news-section .news-item .news-image {
    height: 120px;
  }
  footer#footer .copyright {
    line-height: 30px;
  }
  footer#footer .copyright > span {
    clear: both;
    display: block;
  }
  footer#footer .copyright #footer-logo {
    height: 25px;
  }
  footer#footer .copyright .separate {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */