html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  /*border-spacing:0*/
}
/*td,th{padding:0}*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.reset-indents {
  padding: 0;
  margin: 0;
}
.reset-font {
  line-height: 0;
  font-size: 0;
}
.clear-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
  font-size: 0;
}
.clearfix:after {
  clear: both;
}
.clear {
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0;
}
.clear-self::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}
.overflowHidden {
  overflow: hidden;
}
.thumb, .YMaps, .ymaps-map {
  color: #000;
}
.table {
  display: table;
}
.table .tr {
  display: table-row;
}
.table .tr .td {
  display: table-cell;
}
.table0, .table1, .table2 {
  border-collapse: collapse;
}
.table0 td, .table1 td, .table2 td {
  padding: 0.5em;
}
.table1, .table2 {
  border: 1px solid #afafaf;
}
.table1 td, .table1 th, .table2 td, .table2 th {
  border: 1px solid #afafaf;
}
.table2 th {
  padding: 0.5em;
  color: #fff;
  background: #f00;
}
.menu-default, .menu-default ul, .menu-default li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.no-js .owl-carousel {
  display: block;
}
@font-face {
  font-family: "rr";
  font-display: swap;
  src: url("/g/fonts/roboto/roboto-r.eot");
  src: url("/g/fonts/roboto/roboto-r.eot?#iefix") format("embedded-opentype"), url("/g/fonts/roboto/roboto-r.woff2") format("woff2"), url("/g/fonts/roboto/roboto-r.woff") format("woff"), url("/g/fonts/roboto/roboto-r.ttf") format("truetype"), url("/g/fonts/roboto/roboto-r.svg#rr") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "rb";
  font-display: swap;
  src: url("/g/fonts/roboto/roboto-b.eot");
  src: url("/g/fonts/roboto/roboto-b.eot?#iefix") format("embedded-opentype"), url("/g/fonts/roboto/roboto-b.woff2") format("woff2"), url("/g/fonts/roboto/roboto-b.woff") format("woff"), url("/g/fonts/roboto/roboto-b.ttf") format("truetype"), url("/g/fonts/roboto/roboto-b.svg#rb") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "pts";
  font-display: swap;
  src: url("/g/fonts/pt_sans/pt_sans-r.eot");
  src: url("/g/fonts/pt_sans/pt_sans-r.eot?#iefix") format("embedded-opentype"), url("/g/fonts/pt_sans/pt_sans-r.woff2") format("woff2"), url("/g/fonts/pt_sans/pt_sans-r.woff") format("woff"), url("/g/fonts/pt_sans/pt_sans-r.ttf") format("truetype"), url("/g/fonts/pt_sans/pt_sans-r.svg#pts") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "rbc";
  font-display: swap;
  src: url("/g/fonts/roboto_condensed/roboto_condensed-r.eot");
  src: url("/g/fonts/roboto_condensed/roboto_condensed-r.eot?#iefix") format("embedded-opentype"), url("/g/fonts/roboto_condensed/roboto_condensed-r.woff2") format("woff2"), url("/g/fonts/roboto_condensed/roboto_condensed-r.woff") format("woff"), url("/g/fonts/roboto_condensed/roboto_condensed-r.ttf") format("truetype"), url("/g/fonts/roboto_condensed/roboto_condensed-r.svg#rbc") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "rbcb";
  font-display: swap;
  src: url("/g/fonts/roboto_condensed/roboto_condensed-b.eot");
  src: url("/g/fonts/roboto_condensed/roboto_condensed-b.eot?#iefix") format("embedded-opentype"), url("/g/fonts/roboto_condensed/roboto_condensed-b.woff2") format("woff2"), url("/g/fonts/roboto_condensed/roboto_condensed-b.woff") format("woff"), url("/g/fonts/roboto_condensed/roboto_condensed-b.ttf") format("truetype"), url("/g/fonts/roboto_condensed/roboto_condensed-b.svg#rbcb") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "rsb";
  font-display: swap;
  src: url("/g/fonts/roboto_slab/roboto_slab-b.eot");
  src: url("/g/fonts/roboto_slab/roboto_slab-b.eot?#iefix") format("embedded-opentype"), url("/g/fonts/roboto_slab/roboto_slab-b.woff2") format("woff2"), url("/g/fonts/roboto_slab/roboto_slab-b.woff") format("woff"), url("/g/fonts/roboto_slab/roboto_slab-b.ttf") format("truetype"), url("/g/fonts/roboto_slab/roboto_slab-b.svg#rsb") format("svg");
  font-weight: normal;
  font-style: normal;
}
html, body {
  height: 100%;
}
html {
  font-size: 14px;
}
.overFlow {
  overflow: hidden;
}
body {
  position: relative;
  min-width: 320px;
  text-align: left;
  color: #5b5c5d;
  background: #f2f2f2;
  font-family: "rr", Arial, Helvetica, sans-serif;
  line-height: 1.25;
}
b, strong {
  font-weight: normal;
  font-family: "rbcb", Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  color: #121212;
  font-family: "rsb", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
}
h1 {
  margin-top: 0;
  font-size: 27px;
}
@media screen and (max-width: 979px) {
  h1 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 20px;
  }
}
h2 {
  font-size: 1.5rem;
}
h3 {
  font-size: 1.17rem;
}
h4 {
  font-size: 1rem;
}
h5 {
  font-size: 0.83rem;
}
h6 {
  font-size: 0.67rem;
}
h5, h6 {
  font-weight: bold;
}
a {
  text-decoration: underline;
  color: #0073c4;
}
a:hover {
  text-decoration: none;
}
a img {
  border-color: #5b5c5d;
}
.cleaner {
  clear: both;
  line-height: 0;
  font-size: 0;
}
img, textarea, object, object embed, .table-wrapper {
  max-width: 100%;
}
.table-wrapper {
  overflow: auto;
}
/*img {
	height: auto;
}*/
table img {
  max-width: none;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.site-path {
  margin-bottom: 10px;
  white-space: pre-wrap;
  line-height: 1;
}
.site-header a img, .site-sidebar a img, .site-footer a img {
  border: none;
}
.site-header p, .site-footer p {
  margin: 0;
}
.site-sidebar p:first-child {
  margin-top: 0;
}
.site-sidebar p:last-child {
  border-bottom: 0;
}
.site-wrapper {
  min-height: 100%;
  margin: auto;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ie .site-wrapper {
  height: 100%;
}
.site-header {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  background: #ffffff;
  padding: 0 20px;
  position: relative;
  z-index: 555;
}
@media screen and (max-width: 979px) {
  .site-header {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .site-header {
    padding: 0 20px;
  }
}
.header_inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
@media screen and (max-width: 639px) {
  .header_inner {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    padding: 0 0 25px;
  }
}
.header_in {
  min-height: 140px;
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 979px) {
  .header_in {
    min-height: 110px;
  }
}
.left_part {
  float: left;
  margin: 48px 0 20px 0;
  width: 300px;
}
@media screen and (max-width: 979px) {
  .left_part {
    margin: 28px 0 20px 0;
    width: 280px;
  }
}
@media screen and (max-width: 639px) {
  .left_part {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
    float: none;
    display: block;
    margin: 20px auto 0;
  }
}
.left_part .site_name {
  color: #121212;
  font: 23px/1 "rsb", Arial, Helvetica, sans-serif;
  padding: 0 0 7px;
}
.left_part .site_name a {
  color: #121212;
  text-decoration: none;
}
.left_part .descriptor {
  color: #e06a6a;
  font: 20px/1 "pts", Arial, Helvetica, sans-serif;
}
.site_adress {
  position: relative;
  padding: 3px 0 0 30px;
  float: left;
  margin: 47px 0 20px 117px;
  width: 288px;
}
@media screen and (max-width: 979px) {
  .site_adress {
    display: none;
  }
}
.site_adress:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 18px;
  width: 15px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2215px%22%20height%3D%2218px%22%20%20viewBox%3D%220%200%2015%2018%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%2371cdb8%22%20d%3D%22M7.910%2C17.782%20C7.837%2C17.914%207.675%2C17.999%207.500%2C17.999%20C7.324%2C17.999%207.163%2C17.914%207.090%2C17.782%20C4.027%2C12.303%20-0.000%2C9.880%20-0.000%2C6.248%20C-0.000%2C2.798%203.359%2C-0.001%207.500%2C-0.001%20C11.640%2C-0.001%2015.000%2C2.798%2015.000%2C6.248%20C15.000%2C9.880%2010.971%2C12.303%207.910%2C17.782%20ZM7.501%2C2.593%20C5.049%2C2.593%203.062%2C4.275%203.062%2C6.350%20C3.062%2C8.426%205.049%2C10.110%207.501%2C10.110%20C9.951%2C10.110%2011.937%2C8.426%2011.937%2C6.350%20C11.937%2C4.275%209.951%2C2.593%207.501%2C2.593%20ZM7.500%2C8.469%20C6.120%2C8.469%205.000%2C7.521%205.000%2C6.351%20C5.000%2C5.180%206.120%2C4.234%207.500%2C4.234%20C8.879%2C4.234%2010.000%2C5.180%2010.000%2C6.351%20C10.000%2C7.521%208.879%2C8.469%207.500%2C8.469%20Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 0 0 no-repeat;
}
.site_adress .adress {
  color: #121212;
  font: 14px/1 "rr", Arial, Helvetica, sans-serif;
  padding: 0 0 13px;
}
.site_adress .adress_link {
  color: #0073c4;
  font: 16px/1 "pts", Arial, Helvetica, sans-serif;
}
.site_adress .adress_link a {
  color: #0073c4;
}
.phones_wrap {
  float: right;
  width: 190px;
  text-align: right;
  margin: 43px 0 20px 0;
}
@media screen and (max-width: 979px) {
  .phones_wrap {
    margin: 28px 109px 20px 0;
  }
}
@media screen and (max-width: 639px) {
  .phones_wrap {
    text-align: left;
    float: none;
    width: auto;
    margin: 28px 69px 20px 0;
  }
}
.phones_wrap .site_phones {
  position: relative;
  padding: 0 0 0 32px;
  color: #121212;
  font: 20px/27px "rbcb", Arial, Helvetica, sans-serif;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 479px) {
  .phones_wrap .site_phones {
    margin: 0 0 0 10px;
  }
}
.phones_wrap .site_phones a {
  color: #121212;
  text-decoration: none;
}
.phones_wrap .site_phones:before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  height: 18px;
  width: 18px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218px%22%20height%3D%2218px%22%20%20viewBox%3D%220%200%2018%2018%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%2371cdb8%22%20d%3D%22M16.534%2C8.738%20C16.078%2C1.361%209.407%2C1.476%209.407%2C1.476%20L9.407%2C0.051%20C18.017%2C0.223%2017.960%2C8.595%2017.960%2C8.595%20C17.960%2C8.595%2017.960%2C8.538%2016.534%2C8.738%20ZM14.111%2C9.165%20C14.111%2C9.165%2014.054%2C9.137%2012.686%2C9.307%20C12.771%2C4.808%208.695%2C5.321%208.695%2C5.321%20L8.837%2C3.896%20C14.453%2C3.726%2014.111%2C9.165%2014.111%2C9.165%20ZM11.118%2C14.007%20C11.688%2C14.035%2011.888%2C13.864%2011.973%2C13.722%20C12.058%2C13.580%2013.256%2C12.440%2013.256%2C12.440%20C13.256%2C12.440%2013.626%2C12.184%2013.826%2C12.298%20C14.026%2C12.412%2017.332%2C14.406%2017.674%2C14.718%20C18.017%2C15.032%2018.131%2C14.946%2017.817%2C15.288%20C17.503%2C15.630%2014.767%2C17.937%2013.969%2C17.994%20C13.170%2C18.051%2010.205%2C17.681%207.412%2C15.288%20C4.618%2C12.896%201.511%2C10.305%20-0.000%2C4.893%20C-0.029%2C3.953%200.114%2C3.298%200.855%2C2.472%20C1.596%2C1.646%203.136%2C0.051%203.136%2C0.051%20C3.136%2C0.051%203.449%2C-0.262%203.991%2C0.621%20C4.532%2C1.504%205.844%2C3.754%205.844%2C3.754%20C5.844%2C3.754%206.385%2C4.523%205.844%2C4.893%20C5.302%2C5.263%204.704%2C5.748%204.704%2C5.748%20C4.704%2C5.748%203.877%2C6.089%204.418%2C7.314%20C4.960%2C8.538%206.613%2C12.754%2011.118%2C14.007%20Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 0 0 no-repeat;
}
@media screen and (max-width: 639px) {
  .phones_wrap .site_phones div {
    display: inline-block;
    vertical-align: top;
    margin: 0 4px 0 0;
  }
  .phones_wrap .site_phones div:last-child {
    margin: 0;
  }
  .phones_wrap .site_phones div:last-child:after {
    display: none;
  }
}
.phones_wrap .site_phones div:after {
  content: ",";
  display: none;
}
@media screen and (max-width: 639px) {
  .phones_wrap .site_phones div:after {
    display: inline;
  }
}
@media screen and (max-width: 479px) {
  .phones_wrap .site_phones div:after {
    display: none;
  }
}
.top_img_wrap {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 0;
  text-align: center;
  position: relative;
}
.top_img_wrap img {
  width: 100%;
  min-height: 343px;
}
@media screen and (min-width: 1024px) {
  .top_img_wrap img {
    min-height: 470px;
    max-height: 470px;
  }
}
@media screen and (max-width: 768px) {
  .top_img_wrap img {
    min-height: 400px;
    max-height: 400px;
  }
}
@media screen and (max-width: 479px) {
  .top_img_wrap img {
    background-position: 65% 0 !important;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
.top_img_wrap.inner img {
  min-height: 102px;
  max-height: 102px;
}
.top_img_wrap.inner .top_img {
  background: rgba(62, 52, 86, 0.8);
}
.top_img_wrap.inner .text_wrap {
  bottom: 0;
  position: static;
}
.top_img_wrap.inner .block_text {
  background: none;
}
.top_img_wrap .top_img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.top_img_wrap .pic_text {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  height: 100%;
}
.top_img_wrap .text_wrap {
  position: absolute;
  font-size: 14px;
  left: 10px;
  right: 10px;
  max-width: 940px;
  bottom: 40px;
}
@media screen and (max-width: 979px) {
  .top_img_wrap .text_wrap {
    bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top_img_wrap .text_wrap {
    bottom: 20px;
  }
}
.top_img_wrap .block_text {
  background: rgba(62, 52, 86, 0.8);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  max-width: 70%;
  padding: 24px 30px 24px;
}
@media screen and (max-width: 600px) {
  .top_img_wrap .block_text {
    padding: 16px 20px 20px;
  }
}
.top_img_wrap .block_in {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (max-width: 600px) {
  .top_img_wrap .block_in {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.top_img_wrap .text {
  overflow: hidden;
  font: 20px/27px "rbcb", Arial, Helvetica, sans-serif;
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 600px) {
  .top_img_wrap .text {
    font-size: 18px;
    line-height: 26px;
    overflow: visible;
    text-align: center;
    padding: 0 0 13px;
    float: none;
  }
}
.top_img_wrap .top-but {
  float: right;
  margin: 6px 0 0 30px;
  display: inline-block;
  vertical-align: top;
  float: none;
  min-width: 172px;
}
@media screen and (max-width: 600px) {
  .top_img_wrap .top-but {
    float: none;
    margin: 0;
    text-align: center;
  }
}
.top_img_wrap .top-but a {
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  font: 16px/1 "rbcb", Arial, Helvetica, sans-serif;
  padding: 13px 30px 13px;
  text-align: center;
  background-image: -o-linear-gradient(#e06a6a, #e06a6a);
  background-image: -moz-linear-gradient(#e06a6a, #e06a6a);
  background-image: -webkit-linear-gradient(#e06a6a, #e06a6a);
  background-image: -ms-linear-gradient(#e06a6a, #e06a6a);
  background-image: linear-gradient( #e06a6a, #e06a6a);
  -pie-background: linear-gradient( #e06a6a, #e06a6a);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 0px -2px 0px 0px #c35d5d;
  -webkit-box-shadow: inset 0px -2px 0px 0px #c35d5d;
  box-shadow: inset 0px -2px 0px 0px #c35d5d;
}
.top_img_wrap .top-but a:hover {
  background-image: -o-linear-gradient(#ed7a7a, #ed7a7a);
  background-image: -moz-linear-gradient(#ed7a7a, #ed7a7a);
  background-image: -webkit-linear-gradient(#ed7a7a, #ed7a7a);
  background-image: -ms-linear-gradient(#ed7a7a, #ed7a7a);
  background-image: linear-gradient( #ed7a7a, #ed7a7a);
  -pie-background: linear-gradient( #ed7a7a, #ed7a7a);
}
.top_img_wrap .top-but a:active {
  background-image: -o-linear-gradient(#ed7a7a, #ed7a7a);
  background-image: -moz-linear-gradient(#ed7a7a, #ed7a7a);
  background-image: -webkit-linear-gradient(#ed7a7a, #ed7a7a);
  background-image: -ms-linear-gradient(#ed7a7a, #ed7a7a);
  background-image: linear-gradient( #ed7a7a, #ed7a7a);
  -pie-background: linear-gradient( #ed7a7a, #ed7a7a);
  -moz-box-shadow: inset 0px 2px 0px 0px #c35d5d;
  -webkit-box-shadow: inset 0px 2px 0px 0px #c35d5d;
  box-shadow: inset 0px 2px 0px 0px #c35d5d;
}
@media screen and (max-width: 979px) {
  .menu_scroll {
    float: right;
    margin: 30px 0 0 0;
    position: relative;
    z-index: 55;
  }
}
@media screen and (max-width: 767px) {
  .menu_scroll {
    margin: 20px 0 0 0;
  }
}
.menu_scroll .menu_open {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 46px;
  width: 50px;
  background: #56c7d7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 0px -2px 0px 0px #4eb6c5;
  -webkit-box-shadow: inset 0px -2px 0px 0px #4eb6c5;
  box-shadow: inset 0px -2px 0px 0px #4eb6c5;
  cursor: pointer;
  z-index: 24;
}
.menu_scroll .menu_open.opened {
  background: #ffffff;
  box-shadow: none;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.menu_scroll .menu_open.opened:before {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20%20viewBox%3D%220%200%2016%2016%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23121212%22%20d%3D%22M16.004%2C14.772%20L14.773%2C16.004%20L7.987%2C9.218%20L1.365%2C15.840%20L0.159%2C14.634%20L6.781%2C8.012%20L-0.004%2C1.227%20L1.227%2C-0.005%20L8.012%2C6.781%20L14.635%2C0.159%20L15.841%2C1.365%20L9.219%2C7.987%20L16.004%2C14.772%20Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
.menu_scroll .menu_open:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2220px%22%20height%3D%2214px%22%20%20viewBox%3D%220%200%2020%2014%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M-0.000%2C7.999%20L-0.000%2C5.999%20L20.000%2C5.999%20L20.000%2C7.999%20L-0.000%2C7.999%20ZM-0.000%2C-0.001%20L20.000%2C-0.001%20L20.000%2C1.999%20L-0.000%2C1.999%20L-0.000%2C-0.001%20ZM20.000%2C13.999%20L-0.000%2C13.999%20L-0.000%2C11.999%20L20.000%2C11.999%20L20.000%2C13.999%20Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
@media screen and (max-width: 979px) {
  .menu_scroll .menu_open {
    display: block;
  }
}
.menu_inner {
  position: relative;
  z-index: 22;
  background: #ffffff;
  -moz-box-shadow:  0px 2px 0px 0px #45bace;
  -webkit-box-shadow:  0px 2px 0px 0px #45bace;
  box-shadow:  0px 2px 0px 0px #45bace;
}
@media screen and (max-width: 979px) {
  .menu_inner {
    display: none;
  }
}
.menu_inner.extra {
  display: none;
  width: 280px;
  position: absolute;
  right: 0;
  top: 46px;
  -moz-box-shadow: 0px 6px 40px 0px rgba(0,0,0,.1), 0 0 0 10000px rgba(86,199,215,.95);;
  -webkit-box-shadow: 0px 6px 40px 0px rgba(0,0,0,.1), 0 0 0 10000px rgba(86,199,215,.95);;
  box-shadow: 0px 6px 40px 0px rgba(0,0,0,.1), 0 0 0 10000px rgba(86,199,215,.95);;
  -webkit-border-radius: 3px 0 3px 3px;
  -moz-border-radius: 3px 0 3px 3px;
  -ms-border-radius: 3px 0 3px 3px;
  -o-border-radius: 3px 0 3px 3px;
  border-radius: 3px 0 3px 3px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 979px) {
  .menu_inner.extra {
    display: block;
  }
}
.menu_inner.extra.opened {
  opacity: 1;
  visibility: visible;
}
.menu_inner .menu-top-wrap {
  position: relative;
  font-size: 0;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 979px) {
  .menu_inner .menu-top-wrap {
    -webkit-border-radius: 3px 0 3px 3px;
    -moz-border-radius: 3px 0 3px 3px;
    -ms-border-radius: 3px 0 3px 3px;
    -o-border-radius: 3px 0 3px 3px;
    border-radius: 3px 0 3px 3px;
  }
}
.menu_inner .menu-top-wrap .menu-top > li {
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #e9e9e9;
  position: relative;
}
@media screen and (max-width: 979px) {
  .menu_inner .menu-top-wrap .menu-top > li {
    display: block;
    border-left: 0;
    border-bottom: 1px solid #e9e9e9;
  }
}
.menu_inner .menu-top-wrap .menu-top > li.has > a .my_span {
  width: 30px;
  content: "";
  position: absolute;
  right: 5px;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2214px%22%20height%3D%228px%22%20%20viewBox%3D%220%200%2014%208%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%235b5c5d%22%20d%3D%22M5.755%2C5.805%20C5.568%2C6.033%204.961%2C6.033%204.775%2C5.805%20C2.727%2C3.710%201.244%2C2.280%20-0.008%2C0.637%20C-0.101%2C0.352%200.413%2C0.068%200.833%2C0.239%20C1.766%2C0.637%203.468%2C1.947%204.168%2C2.517%20C4.777%2C2.947%204.874%2C2.900%205.381%2C2.716%20C6.175%2C2.289%208.267%2C0.590%209.014%2C0.164%20C9.340%2C-0.036%2010.026%2C-0.103%209.994%2C0.420%20C9.209%2C2.145%207.128%2C3.692%205.755%2C5.805%20Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
@media screen and (max-width: 979px) {
  .menu_inner .menu-top-wrap .menu-top > li.has > a .my_span {
    top: 0;
  }
}
@media screen and (min-width: 980px) {
  .menu_inner .menu-top-wrap .menu-top > li.has > a .my_span {
    right: 0;
    width: auto;
    left: 0;
    height: 16px;
    bottom: 0;
  }
}
.menu_inner .menu-top-wrap .menu-top > li.has > a:hover .my_span, .menu_inner .menu-top-wrap .menu-top > li.has > a.active .my_span {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2214px%22%20height%3D%228px%22%20%20viewBox%3D%220%200%2014%208%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M5.755%2C5.805%20C5.568%2C6.033%204.961%2C6.033%204.775%2C5.805%20C2.727%2C3.710%201.244%2C2.280%20-0.008%2C0.637%20C-0.101%2C0.352%200.413%2C0.068%200.833%2C0.239%20C1.766%2C0.637%203.468%2C1.947%204.168%2C2.517%20C4.777%2C2.947%204.874%2C2.900%205.381%2C2.716%20C6.175%2C2.289%208.267%2C0.590%209.014%2C0.164%20C9.340%2C-0.036%2010.026%2C-0.103%209.994%2C0.420%20C9.209%2C2.145%207.128%2C3.692%205.755%2C5.805%20Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
.menu_inner .menu-top-wrap .menu-top > li.opened_level > ul {
  display: block;
}
.menu_inner .menu-top-wrap .menu-top > li.opened_level > a {
  background: #45bace;
  color: #fff;
}
.menu_inner .menu-top-wrap .menu-top > li.opened_level > a .my_span {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2214px%22%20height%3D%228px%22%20%20viewBox%3D%220%200%2014%208%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M5.755%2C5.805%20C5.568%2C6.033%204.961%2C6.033%204.775%2C5.805%20C2.727%2C3.710%201.244%2C2.280%20-0.008%2C0.637%20C-0.101%2C0.352%200.413%2C0.068%200.833%2C0.239%20C1.766%2C0.637%203.468%2C1.947%204.168%2C2.517%20C4.777%2C2.947%204.874%2C2.900%205.381%2C2.716%20C6.175%2C2.289%208.267%2C0.590%209.014%2C0.164%20C9.340%2C-0.036%2010.026%2C-0.103%209.994%2C0.420%20C9.209%2C2.145%207.128%2C3.692%205.755%2C5.805%20Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
.menu_inner .menu-top-wrap .menu-top > li:last-child {
  border-right: 1px solid #e9e9e9;
}
@media screen and (max-width: 979px) {
  .menu_inner .menu-top-wrap .menu-top > li:last-child {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
  }
}
.menu_inner .menu-top-wrap .menu-top > li > a {
  padding: 0 20px;
  display: block;
  height: 61px;
  font: 15px/61px "rbc", Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #5b5c5d;
  position: relative;
  margin: 0 -1px;
}
@media screen and (max-width: 979px) {
  .menu_inner .menu-top-wrap .menu-top > li > a {
    margin: -1px 0 -1px 0;
    height: auto;
    line-height: 1;
    padding: 15px 35px 17px 30px;
  }
}
.menu_inner .menu-top-wrap .menu-top > li > a:hover, .menu_inner .menu-top-wrap .menu-top > li > a:active, .menu_inner .menu-top-wrap .menu-top > li > a.active {
  background-image: -o-linear-gradient(#45bace, #45bace);
  background-image: -moz-linear-gradient(#45bace, #45bace);
  background-image: -webkit-linear-gradient(#45bace, #45bace);
  background-image: -ms-linear-gradient(#45bace, #45bace);
  background-image: linear-gradient( #45bace, #45bace);
  -pie-background: linear-gradient( #45bace, #45bace);
  color: #fff;
}
.menu_inner .menu-top-wrap .menu-top ul {
  display: none;
}
@media screen and (min-width: 980px) {
  .menu_inner .menu-top-wrap .menu-top ul {
    position: absolute;
    left: 0 !important;
    top: 100% !important;
    width: 220px;
    background: #ffffff;
    display: none;
    margin-top: 0;
  }
}
.menu_inner .menu-top-wrap .menu-top ul li {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.menu_inner .menu-top-wrap .menu-top ul li.has > a .my_span {
  width: 30px;
  content: "";
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2214px%22%20height%3D%228px%22%20%20viewBox%3D%220%200%2014%208%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%235b5c5d%22%20d%3D%22M5.755%2C5.805%20C5.568%2C6.033%204.961%2C6.033%204.775%2C5.805%20C2.727%2C3.710%201.244%2C2.280%20-0.008%2C0.637%20C-0.101%2C0.352%200.413%2C0.068%200.833%2C0.239%20C1.766%2C0.637%203.468%2C1.947%204.168%2C2.517%20C4.777%2C2.947%204.874%2C2.900%205.381%2C2.716%20C6.175%2C2.289%208.267%2C0.590%209.014%2C0.164%20C9.340%2C-0.036%2010.026%2C-0.103%209.994%2C0.420%20C9.209%2C2.145%207.128%2C3.692%205.755%2C5.805%20Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
@media screen and (min-width: 980px) {
  .menu_inner .menu-top-wrap .menu-top ul li.has > a .my_span {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
.menu_inner .menu-top-wrap .menu-top ul li.has > a:hover .my_span, .menu_inner .menu-top-wrap .menu-top ul li.has > a.active .my_span {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2214px%22%20height%3D%228px%22%20%20viewBox%3D%220%200%2014%208%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M5.755%2C5.805%20C5.568%2C6.033%204.961%2C6.033%204.775%2C5.805%20C2.727%2C3.710%201.244%2C2.280%20-0.008%2C0.637%20C-0.101%2C0.352%200.413%2C0.068%200.833%2C0.239%20C1.766%2C0.637%203.468%2C1.947%204.168%2C2.517%20C4.777%2C2.947%204.874%2C2.900%205.381%2C2.716%20C6.175%2C2.289%208.267%2C0.590%209.014%2C0.164%20C9.340%2C-0.036%2010.026%2C-0.103%209.994%2C0.420%20C9.209%2C2.145%207.128%2C3.692%205.755%2C5.805%20Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
.menu_inner .menu-top-wrap .menu-top ul li.opened_level > ul {
  display: block;
}
.menu_inner .menu-top-wrap .menu-top ul li.opened_level > a {
  background: #45bace;
  color: #fff;
}
.menu_inner .menu-top-wrap .menu-top ul li.opened_level > a .my_span {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2214px%22%20height%3D%228px%22%20%20viewBox%3D%220%200%2014%208%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M5.755%2C5.805%20C5.568%2C6.033%204.961%2C6.033%204.775%2C5.805%20C2.727%2C3.710%201.244%2C2.280%20-0.008%2C0.637%20C-0.101%2C0.352%200.413%2C0.068%200.833%2C0.239%20C1.766%2C0.637%203.468%2C1.947%204.168%2C2.517%20C4.777%2C2.947%204.874%2C2.900%205.381%2C2.716%20C6.175%2C2.289%208.267%2C0.590%209.014%2C0.164%20C9.340%2C-0.036%2010.026%2C-0.103%209.994%2C0.420%20C9.209%2C2.145%207.128%2C3.692%205.755%2C5.805%20Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
.menu_inner .menu-top-wrap .menu-top ul li:first-child {
  border: 0;
}
.menu_inner .menu-top-wrap .menu-top ul li a {
  display: block;
  color: #5b5c5d;
  text-decoration: none;
  font: 15px/1 "rbc", Arial, Helvetica, sans-serif;
  padding: 12px 10px 13px 15px;
  position: relative;
}
@media screen and (max-width: 979px) {
  .menu_inner .menu-top-wrap .menu-top ul li a {
    padding: 12px 10px 13px 35px;
  }
}
.menu_inner .menu-top-wrap .menu-top ul li a:hover, .menu_inner .menu-top-wrap .menu-top ul li a.active {
  color: #fff;
  background: #45bace;
}
@media screen and (min-width: 980px) {
  .menu_inner .menu-top-wrap .menu-top ul ul {
    left: 100% !important;
    top: 0 !important;
  }
}
.jblock_wrapper {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  background: #56c7d7;
  padding: 0 10px;
}
.jblock_wrapper .jblock_wrap {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  padding: 40px 0;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 979px) {
  .jblock_wrapper .jblock_wrap {
    padding: 11px 0;
  }
}
@media screen and (max-width: 519px) {
  .jblock_wrapper .jblock_wrap {
    display: block;
  }
}
.jblock_wrapper .my_block1 {
  list-style: none;
}
.jblock_wrapper .jblock {
  min-width: 23.5%;
  background: #f2f2f2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0px;
  -moz-box-flex: 1;
  -moz-flex: 1 0 0px;
  -ms-flex: 1 0 0px;
  flex: 1 0 0px;
  -moz-box-shadow: 0px 2px 0px 0px rgba(46, 58, 82, 0.1);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(46, 58, 82, 0.1);
  box-shadow: 0px 2px 0px 0px rgba(46, 58, 82, 0.1);
}
.jblock_wrapper .jblock.opened.jblock_in {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.jblock_wrapper .jblock.opened .jblock_arrow {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2222px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2022%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%2356c7d7%22%20d%3D%22M21.575%2C10.377%20C21.020%2C10.916%2020.119%2C10.916%2019.563%2C10.377%20L11.128%2C3.090%20L2.508%2C10.570%20C1.929%2C11.132%200.990%2C11.132%200.411%2C10.570%20C-0.168%2C10.008%20-0.168%2C9.097%200.411%2C8.536%20L9.789%2C0.397%20C10.294%2C-0.092%2011.059%2C-0.129%2011.634%2C0.234%20C11.963%2C0.257%2012.288%2C0.375%2012.539%2C0.620%20L21.575%2C8.425%20C22.131%2C8.964%2022.131%2C9.838%2021.575%2C10.377%20Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 100% 50% no-repeat;
}
@media screen and (max-width: 767px) {
  .jblock_wrapper .jblock {
    min-width: 48%;
    margin: 0 1% 10px;
  }
}
@media screen and (max-width: 580px) {
  .jblock_wrapper .jblock {
    display: block;
    min-width: 100%;
    margin: 0 0 10px;
  }
}
.jblock_wrapper .jblock:first-child .pic:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  -webkit-border-radius: 50px 0 0 50px;
  -moz-border-radius: 50px 0 0 50px;
  -ms-border-radius: 50px 0 0 50px;
  -o-border-radius: 50px 0 0 50px;
  border-radius: 50px 0 0 50px;
  background: #4db0c0;
}
.jblock_wrapper .jblock:first-child .pic:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  -webkit-border-radius: 0 50px 50px 0;
  -moz-border-radius: 0 50px 50px 0;
  -ms-border-radius: 0 50px 50px 0;
  -o-border-radius: 0 50px 50px 0;
  border-radius: 0 50px 50px 0;
  background: #45a4b3;
}
.jblock_wrapper .jblock:nth-child(2) .pic:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  -webkit-border-radius: 50px 0 0 50px;
  -moz-border-radius: 50px 0 0 50px;
  -ms-border-radius: 50px 0 0 50px;
  -o-border-radius: 50px 0 0 50px;
  border-radius: 50px 0 0 50px;
  background: #f97a66;
}
.jblock_wrapper .jblock:nth-child(2) .pic:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  -webkit-border-radius: 0 50px 50px 0;
  -moz-border-radius: 0 50px 50px 0;
  -ms-border-radius: 0 50px 50px 0;
  -o-border-radius: 0 50px 50px 0;
  border-radius: 0 50px 50px 0;
  background: #e9705c;
}
.jblock_wrapper .jblock:nth-child(3) .pic:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  -webkit-border-radius: 50px 0 0 50px;
  -moz-border-radius: 50px 0 0 50px;
  -ms-border-radius: 50px 0 0 50px;
  -o-border-radius: 50px 0 0 50px;
  border-radius: 50px 0 0 50px;
  background: #fcc04e;
}
.jblock_wrapper .jblock:nth-child(3) .pic:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  -webkit-border-radius: 0 50px 50px 0;
  -moz-border-radius: 0 50px 50px 0;
  -ms-border-radius: 0 50px 50px 0;
  -o-border-radius: 0 50px 50px 0;
  border-radius: 0 50px 50px 0;
  background: #e8af41;
}
.jblock_wrapper .jblock:nth-child(4) .pic:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  -webkit-border-radius: 50px 0 0 50px;
  -moz-border-radius: 50px 0 0 50px;
  -ms-border-radius: 50px 0 0 50px;
  -o-border-radius: 50px 0 0 50px;
  border-radius: 50px 0 0 50px;
  background: #71cdb8;
}
.jblock_wrapper .jblock:nth-child(4) .pic:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  -webkit-border-radius: 0 50px 50px 0;
  -moz-border-radius: 0 50px 50px 0;
  -ms-border-radius: 0 50px 50px 0;
  -o-border-radius: 0 50px 50px 0;
  border-radius: 0 50px 50px 0;
  background: #5ac2ab;
}
@media screen and (min-width: 768px) {
  .jblock_wrapper .jblock + .jblock {
    margin-left: 2%;
  }
}
.jblock_wrapper .jblock_in {
  padding: 30px 10px 25px;
  text-align: center;
  background: #fff;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  position: relative;
}
@media screen and (max-width: 979px) {
  .jblock_wrapper .jblock_in {
    padding: 20px 10px 15px;
  }
}
@media screen and (max-width: 580px) {
  .jblock_wrapper .jblock_in {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    text-align: left;
    padding: 15px;
  }
}
@media screen and (max-width: 580px) {
  .jblock_wrapper .jblock_arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2223px%22%20height%3D%2212px%22%20%20viewBox%3D%220%200%2023%2012%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23dcdcdc%22%20d%3D%22M21.821%2C2.652%20L12.682%2C10.790%20C12.428%2C11.045%2012.100%2C11.168%2011.767%2C11.192%20C11.185%2C11.571%2010.411%2C11.533%209.901%2C11.022%20L0.416%2C2.537%20C-0.170%2C1.951%20-0.170%2C1.001%200.416%2C0.416%20C1.001%2C-0.170%201.951%2C-0.170%202.537%2C0.416%20L11.255%2C8.215%20L19.786%2C0.617%20C20.348%2C0.055%2021.259%2C0.055%2021.821%2C0.617%20C22.382%2C1.179%2022.382%2C2.090%2021.821%2C2.652%20Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 100% 50% no-repeat;
  }
}
.jblock_wrapper .pic {
  display: inline-block;
  vertical-align: top;
  width: 64px;
  height: 64px;
  position: relative;
  margin: 0 0 25px;
  text-align: center;
}
.jblock_wrapper .pic .svg1 {
  position: relative;
  z-index: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 16px 0 0;
}
.jblock_wrapper .pic .svg2 {
  position: relative;
  z-index: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 18px 0 0;
}
.jblock_wrapper .pic .svg3 {
  position: relative;
  z-index: 1;
  margin: 18px 0 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.jblock_wrapper .pic .svg4 {
  position: relative;
  z-index: 1;
  margin: 17px 0 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.jblock_wrapper .pic path {
  fill: #fff;
}
@media screen and (max-width: 979px) {
  .jblock_wrapper .pic {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 580px) {
  .jblock_wrapper .pic {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
  }
}
.jblock_wrapper .pic img {
  position: relative;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.jblock_wrapper .title {
  color: #121212;
  font: 16px/1 "rbcb", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 580px) {
  .jblock_wrapper .title {
    display: inline-block;
    vertical-align: middle;
    max-width: 55%;
  }
}
.jblock_wrapper .jblock_inner {
  background: #f2f2f2;
  padding: 10px 20px 20px 20px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
@media screen and (max-width: 979px) {
  .jblock_wrapper .jblock_inner {
    padding: 10px 15px 20px;
  }
}
@media screen and (max-width: 580px) {
  .jblock_wrapper .jblock_inner {
    display: none;
  }
}
.jblock_wrapper .jblock_inner ul li a {
  display: block;
  color: #0073c4;
  font: 15px/18px "rbc", Arial, Helvetica, sans-serif;
  padding: 9px 0 9px 14px;
  position: relative;
}
.jblock_wrapper .jblock_inner ul li a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 17px;
  width: 3px;
  height: 5px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%223px%22%20height%3D%225px%22%20%20viewBox%3D%220%200%203%205%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%231e75cc%22%20d%3D%22M2.000%2C3.000%20L2.000%2C4.000%20L1.000%2C4.000%20L1.000%2C5.000%20L-0.000%2C5.000%20L-0.000%2C4.000%20L-0.000%2C3.000%20L-0.000%2C2.000%20L-0.000%2C1.000%20L-0.000%2C-0.000%20L1.000%2C-0.000%20L1.000%2C1.000%20L2.000%2C1.000%20L2.000%2C2.000%20L3.000%2C2.000%20L3.000%2C3.000%20L2.000%2C3.000%20Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 0 0 no-repeat;
}
.jblock_wrapper .jblock_inner ul li a:hover, .jblock_wrapper .jblock_inner ul li a:active {
  text-decoration: none;
  color: #e06a6a;
}
.jblock_wrapper .jblock_inner ul li a:hover:before, .jblock_wrapper .jblock_inner ul li a:active:before {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%223px%22%20height%3D%225px%22%20%20viewBox%3D%220%200%203%205%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23e06a6a%22%20d%3D%22M2.000%2C3.000%20L2.000%2C4.000%20L1.000%2C4.000%20L1.000%2C5.000%20L-0.000%2C5.000%20L-0.000%2C4.000%20L-0.000%2C3.000%20L-0.000%2C2.000%20L-0.000%2C1.000%20L-0.000%2C-0.000%20L1.000%2C-0.000%20L1.000%2C1.000%20L2.000%2C1.000%20L2.000%2C2.000%20L3.000%2C2.000%20L3.000%2C3.000%20L2.000%2C3.000%20Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 0 0 no-repeat;
}
.edit_block_wrapper {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  background: #f2f2f2;
}
.edit_block_wrapper .edit_block_wrap {
  max-width: 960px;
  margin: 0 auto;
  padding: 62px 0 60px 0;
}
@media screen and (max-width: 979px) {
  .edit_block_wrapper .edit_block_wrap {
    padding: 22px 0 30px;
  }
}
.edit_block_wrapper .edit_in {
  padding: 0 40px;
}
@media screen and (max-width: 979px) {
  .edit_block_wrapper .edit_in {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .edit_block_wrapper .edit_in {
    padding: 0 20px;
  }
}
.edit_block_wrapper .block_title {
  color: #e06a6a;
  font: 27px/1 "rsb", Arial, Helvetica, sans-serif;
  padding: 0 0 23px;
}
@media screen and (max-width: 979px) {
  .edit_block_wrapper .block_title {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .edit_block_wrapper .block_title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .edit_block_wrapper .block_in {
    padding: 0 0 12px;
  }
}
@media screen and (max-width: 479px) {
  .edit_block_wrapper .block_in {
    padding: 0 0 20px;
  }
}
.edit_block_wrapper .block_text {
  color: #5b5c5d;
  font: 14px/24px "rr", Arial, Helvetica, sans-serif;
  padding: 0 0 38px;
  float: left;
  width: 60%;
}
.edit_block_wrapper .block_text p {
  margin: 0;
}
@media screen and (max-width: 979px) {
  .edit_block_wrapper .block_text {
    width: 56%;
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .edit_block_wrapper .block_text {
    padding: 0;
  }
}
@media screen and (max-width: 479px) {
  .edit_block_wrapper .block_text {
    float: none;
    width: auto;
    padding: 0 0 15px;
  }
}
.edit_block_wrapper .block_pic {
  float: right;
  font-size: 0;
}
@media screen and (max-width: 479px) {
  .edit_block_wrapper .block_pic {
    float: none;
    text-align: center;
  }
}
.edit_block_wrapper .block_pic img {
  max-width: 280px;
}
@media screen and (min-width: 1024px) {
  .edit_block_wrapper .block_pic img {
    width: 234px;
    max-width: 234px;
    height: 149px;
  }
}
@media screen and (max-width: 767px) {
  .edit_block_wrapper .block_pic img {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 479px) {
  .edit_block_wrapper .block_pic img {
    width: auto;
    height: 170px;
  }
}
.edit_block_wrapper .edit_but {
  margin: -36px 0 0 0;
}
@media screen and (max-width: 767px) {
  .edit_block_wrapper .edit_but {
    margin: 0;
  }
}
.edit_block_wrapper .edit_but a {
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  background-image: -o-linear-gradient(#56c7d7, #56c7d7);
  background-image: -moz-linear-gradient(#56c7d7, #56c7d7);
  background-image: -webkit-linear-gradient(#56c7d7, #56c7d7);
  background-image: -ms-linear-gradient(#56c7d7, #56c7d7);
  background-image: linear-gradient( #56c7d7, #56c7d7);
  -pie-background: linear-gradient( #56c7d7, #56c7d7);
  font: 15px/1 "rbc", Arial, Helvetica, sans-serif;
  text-decoration: none;
  padding: 8px 16px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 -2px 0 0 #4eb6c5;
  -webkit-box-shadow: inset 0 -2px 0 0 #4eb6c5;
  box-shadow: inset 0 -2px 0 0 #4eb6c5;
}
.edit_block_wrapper .edit_but a:hover {
  background-image: -o-linear-gradient(#5ed7e8, #5ed7e8);
  background-image: -moz-linear-gradient(#5ed7e8, #5ed7e8);
  background-image: -webkit-linear-gradient(#5ed7e8, #5ed7e8);
  background-image: -ms-linear-gradient(#5ed7e8, #5ed7e8);
  background-image: linear-gradient( #5ed7e8, #5ed7e8);
  -pie-background: linear-gradient( #5ed7e8, #5ed7e8);
}
.edit_block_wrapper .edit_but a:active {
  background-image: -o-linear-gradient(#5ed7e8, #5ed7e8);
  background-image: -moz-linear-gradient(#5ed7e8, #5ed7e8);
  background-image: -webkit-linear-gradient(#5ed7e8, #5ed7e8);
  background-image: -ms-linear-gradient(#5ed7e8, #5ed7e8);
  background-image: linear-gradient( #5ed7e8, #5ed7e8);
  -pie-background: linear-gradient( #5ed7e8, #5ed7e8);
  -moz-box-shadow: inset 0 2px 0 0 #4eb6c5;
  -webkit-box-shadow: inset 0 2px 0 0 #4eb6c5;
  box-shadow: inset 0 2px 0 0 #4eb6c5;
}
.jblock_wrapper1 {
  background: #f2f2f2;
  padding: 0 10px;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
}
.jblock_wrapper1 .jblock_wrap {
  max-width: 960px;
  margin: 0 auto;
  background: #71cdb8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 36px 0 20px 0;
}
@media screen and (max-width: 979px) {
  .jblock_wrapper1 .jblock_wrap {
    padding: 17px 0 10px;
  }
}
.jblock_wrapper1 .jblock_title {
  color: #ffffff;
  font: 27px/1 "rsb", Arial, Helvetica, sans-serif;
  text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.01);
  padding: 0 40px 34px 40px;
}
@media screen and (max-width: 979px) {
  .jblock_wrapper1 .jblock_title {
    padding: 0 20px 17px;
    font-size: 25px;
  }
}
@media screen and (max-width: 639px) {
  .jblock_wrapper1 .jblock_title {
    font-size: 20px;
  }
}
.jblock_wrapper1 .jblock_inner {
  padding: 0 40px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 979px) {
  .jblock_wrapper1 .jblock_inner {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .jblock_wrapper1 .jblock_inner {
    display: block;
  }
}
.jblock_wrapper1 .jblock_inner .jblock {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 45.5%;
  -moz-box-flex: 1;
  -moz-flex: 1 0 45.5%;
  -ms-flex: 1 0 45.5%;
  flex: 1 0 45.5%;
  min-width: 45.5%;
  background: #f2f2f2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin: 0 0 20px;
  -moz-box-shadow:  0px 2px 0px 0px rgba(113, 205, 184, 0.2);
  -webkit-box-shadow:  0px 2px 0px 0px rgba(113, 205, 184, 0.2);
  box-shadow:  0px 2px 0px 0px rgba(113, 205, 184, 0.2);
}
@media screen and (max-width: 979px) {
  .jblock_wrapper1 .jblock_inner .jblock {
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .jblock_wrapper1 .jblock_inner .jblock {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
  }
}
.jblock_wrapper1 .jblock_inner .jblock:nth-child(even) {
  margin-left: 4.5%;
}
@media screen and (max-width: 979px) {
  .jblock_wrapper1 .jblock_inner .jblock:nth-child(even) {
    margin-left: 2%;
  }
}
@media screen and (max-width: 767px) {
  .jblock_wrapper1 .jblock_inner .jblock:nth-child(even) {
    margin-left: 0;
  }
}
.jblock_wrapper1 .jblock_inner .jblock_in {
  padding: 20px 20px 20px 20px;
  background: #fff;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.jblock_wrapper1 .jblock_inner .title {
  color: #e06a6a;
  font: 18px/1 "rbcb", Arial, Helvetica, sans-serif;
  padding: 0 0 15px;
}
.jblock_wrapper1 .jblock_inner .jblock_but a {
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  background-image: -o-linear-gradient(#56c7d7, #56c7d7);
  background-image: -moz-linear-gradient(#56c7d7, #56c7d7);
  background-image: -webkit-linear-gradient(#56c7d7, #56c7d7);
  background-image: -ms-linear-gradient(#56c7d7, #56c7d7);
  background-image: linear-gradient( #56c7d7, #56c7d7);
  -pie-background: linear-gradient( #56c7d7, #56c7d7);
  font: 15px/1 "rbc", Arial, Helvetica, sans-serif;
  text-decoration: none;
  padding: 8px 16px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 -2px 0 0 #4eb6c5;
  -webkit-box-shadow: inset 0 -2px 0 0 #4eb6c5;
  box-shadow: inset 0 -2px 0 0 #4eb6c5;
}
.jblock_wrapper1 .jblock_inner .jblock_but a:hover {
  background-image: -o-linear-gradient(#5ed7e8, #5ed7e8);
  background-image: -moz-linear-gradient(#5ed7e8, #5ed7e8);
  background-image: -webkit-linear-gradient(#5ed7e8, #5ed7e8);
  background-image: -ms-linear-gradient(#5ed7e8, #5ed7e8);
  background-image: linear-gradient( #5ed7e8, #5ed7e8);
  -pie-background: linear-gradient( #5ed7e8, #5ed7e8);
}
.jblock_wrapper1 .jblock_inner .jblock_but a:active {
  background-image: -o-linear-gradient(#5ed7e8, #5ed7e8);
  background-image: -moz-linear-gradient(#5ed7e8, #5ed7e8);
  background-image: -webkit-linear-gradient(#5ed7e8, #5ed7e8);
  background-image: -ms-linear-gradient(#5ed7e8, #5ed7e8);
  background-image: linear-gradient( #5ed7e8, #5ed7e8);
  -pie-background: linear-gradient( #5ed7e8, #5ed7e8);
  -moz-box-shadow: inset 0 2px 0 0 #4eb6c5;
  -webkit-box-shadow: inset 0 2px 0 0 #4eb6c5;
  box-shadow: inset 0 2px 0 0 #4eb6c5;
}
.jblock_wrapper1 .jblock_inner .jblock_body {
  padding: 13px 20px 12px 25px;
  font-size: 0;
}
.jblock_wrapper1 .jblock_inner .jblock_date {
  display: inline-block;
  vertical-align: top;
  color: #929293;
  font: 14px/16px "rbc", Arial, Helvetica, sans-serif;
  padding: 0 20px 0 25px;
  position: relative;
  margin-top: 1px;
}
.jblock_wrapper1 .jblock_inner .jblock_date:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 15px;
  width: 15px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2215px%22%20height%3D%2215px%22%20%20viewBox%3D%220%200%2015%2015%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23a6a9a9%22%20d%3D%22M4.500%2C2.327%20C4.500%2C2.755%204.164%2C3.103%203.750%2C3.103%20L3.750%2C3.103%20C3.336%2C3.103%203.000%2C2.755%203.000%2C2.327%20L3.000%2C0.775%20C3.000%2C0.347%203.336%2C-0.001%203.750%2C-0.001%20L3.750%2C-0.001%20C4.164%2C-0.001%204.500%2C0.347%204.500%2C0.775%20L4.500%2C2.327%20ZM15.000%2C3.103%20L15.000%2C13.448%20C15.000%2C14.305%2014.328%2C14.999%2013.500%2C14.999%20L1.500%2C14.999%20C0.672%2C14.999%20-0.000%2C14.305%20-0.000%2C13.448%20L-0.000%2C3.103%20C-0.000%2C2.246%200.672%2C1.551%201.500%2C1.551%20L2.500%2C1.551%20L2.500%2C2.430%20C2.500%2C3.144%203.061%2C3.723%203.750%2C3.723%20C4.439%2C3.723%205.000%2C3.144%205.000%2C2.430%20L5.000%2C1.551%20L10.000%2C1.551%20L10.000%2C2.430%20C10.000%2C3.144%2010.561%2C3.723%2011.250%2C3.723%20C11.939%2C3.723%2012.500%2C3.144%2012.500%2C2.430%20L12.500%2C1.551%20L13.500%2C1.551%20C14.328%2C1.551%2015.000%2C2.246%2015.000%2C3.103%20ZM14.000%2C5.689%20L1.000%2C5.689%20L1.000%2C12.931%20C1.000%2C13.216%201.224%2C13.448%201.500%2C13.448%20L13.500%2C13.448%20C13.775%2C13.448%2014.000%2C13.216%2014.000%2C12.931%20L14.000%2C5.689%20ZM12.000%2C0.775%20C12.000%2C0.347%2011.664%2C-0.001%2011.250%2C-0.001%20L11.250%2C-0.001%20C10.836%2C-0.001%2010.500%2C0.347%2010.500%2C0.775%20L10.500%2C2.327%20C10.500%2C2.755%2010.836%2C3.103%2011.250%2C3.103%20L11.250%2C3.103%20C11.664%2C3.103%2012.000%2C2.755%2012.000%2C2.327%20L12.000%2C0.775%20ZM7.000%2C6.950%20C7.000%2C6.825%206.902%2C6.724%206.781%2C6.724%20L5.219%2C6.724%20C5.098%2C6.724%205.000%2C6.825%205.000%2C6.950%20L5.000%2C8.049%20C5.000%2C8.174%205.098%2C8.275%205.219%2C8.275%20L6.781%2C8.275%20C6.902%2C8.275%207.000%2C8.174%207.000%2C8.049%20L7.000%2C6.950%20ZM10.000%2C6.950%20C10.000%2C6.825%209.902%2C6.724%209.781%2C6.724%20L8.219%2C6.724%20C8.098%2C6.724%208.000%2C6.825%208.000%2C6.950%20L8.000%2C8.049%20C8.000%2C8.174%208.098%2C8.275%208.219%2C8.275%20L9.781%2C8.275%20C9.902%2C8.275%2010.000%2C8.174%2010.000%2C8.049%20L10.000%2C6.950%20ZM13.000%2C6.950%20C13.000%2C6.825%2012.902%2C6.724%2012.781%2C6.724%20L11.219%2C6.724%20C11.098%2C6.724%2011.000%2C6.825%2011.000%2C6.950%20L11.000%2C8.049%20C11.000%2C8.174%2011.098%2C8.275%2011.219%2C8.275%20L12.781%2C8.275%20C12.902%2C8.275%2013.000%2C8.174%2013.000%2C8.049%20L13.000%2C6.950%20ZM7.000%2C9.019%20C7.000%2C8.894%206.902%2C8.793%206.781%2C8.793%20L5.219%2C8.793%20C5.098%2C8.793%205.000%2C8.894%205.000%2C9.019%20L5.000%2C10.118%20C5.000%2C10.243%205.098%2C10.344%205.219%2C10.344%20L6.781%2C10.344%20C6.902%2C10.344%207.000%2C10.243%207.000%2C10.118%20L7.000%2C9.019%20ZM4.000%2C9.019%20C4.000%2C8.894%203.902%2C8.793%203.781%2C8.793%20L2.219%2C8.793%20C2.098%2C8.793%202.000%2C8.894%202.000%2C9.019%20L2.000%2C10.118%20C2.000%2C10.243%202.098%2C10.344%202.219%2C10.344%20L3.781%2C10.344%20C3.902%2C10.344%204.000%2C10.243%204.000%2C10.118%20L4.000%2C9.019%20ZM10.000%2C9.019%20C10.000%2C8.894%209.902%2C8.793%209.781%2C8.793%20L8.219%2C8.793%20C8.098%2C8.793%208.000%2C8.894%208.000%2C9.019%20L8.000%2C10.118%20C8.000%2C10.243%208.098%2C10.344%208.219%2C10.344%20L9.781%2C10.344%20C9.902%2C10.344%2010.000%2C10.243%2010.000%2C10.118%20L10.000%2C9.019%20ZM13.000%2C9.019%20C13.000%2C8.894%2012.902%2C8.793%2012.781%2C8.793%20L11.219%2C8.793%20C11.098%2C8.793%2011.000%2C8.894%2011.000%2C9.019%20L11.000%2C10.118%20C11.000%2C10.243%2011.098%2C10.344%2011.219%2C10.344%20L12.781%2C10.344%20C12.902%2C10.344%2013.000%2C10.243%2013.000%2C10.118%20L13.000%2C9.019%20ZM7.000%2C11.087%20C7.000%2C10.963%206.902%2C10.861%206.781%2C10.861%20L5.219%2C10.861%20C5.098%2C10.861%205.000%2C10.963%205.000%2C11.087%20L5.000%2C12.187%20C5.000%2C12.312%205.098%2C12.413%205.219%2C12.413%20L6.781%2C12.413%20C6.902%2C12.413%207.000%2C12.312%207.000%2C12.187%20L7.000%2C11.087%20ZM4.000%2C11.087%20C4.000%2C10.963%203.902%2C10.861%203.781%2C10.861%20L2.219%2C10.861%20C2.098%2C10.861%202.000%2C10.963%202.000%2C11.087%20L2.000%2C12.187%20C2.000%2C12.312%202.098%2C12.413%202.219%2C12.413%20L3.781%2C12.413%20C3.902%2C12.413%204.000%2C12.312%204.000%2C12.187%20L4.000%2C11.087%20ZM10.000%2C11.087%20C10.000%2C10.963%209.902%2C10.861%209.781%2C10.861%20L8.219%2C10.861%20C8.098%2C10.861%208.000%2C10.963%208.000%2C11.087%20L8.000%2C12.187%20C8.000%2C12.312%208.098%2C12.413%208.219%2C12.413%20L9.781%2C12.413%20C9.902%2C12.413%2010.000%2C12.312%2010.000%2C12.187%20L10.000%2C11.087%20ZM13.000%2C11.087%20C13.000%2C10.963%2012.902%2C10.861%2012.781%2C10.861%20L11.219%2C10.861%20C11.098%2C10.861%2011.000%2C10.963%2011.000%2C11.087%20L11.000%2C12.187%20C11.000%2C12.312%2011.098%2C12.413%2011.219%2C12.413%20L12.781%2C12.413%20C12.902%2C12.413%2013.000%2C12.312%2013.000%2C12.187%20L13.000%2C11.087%20Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 0 0 no-repeat;
}
.jblock_wrapper1 .jblock_inner .jblock_time {
  display: inline-block;
  vertical-align: top;
  color: #929293;
  font: 14px/16px "rbc", Arial, Helvetica, sans-serif;
  position: relative;
  padding: 0 0 0 25px;
  margin-top: 1px;
}
.jblock_wrapper1 .jblock_inner .jblock_time:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 15px;
  width: 15px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2215px%22%20height%3D%2215px%22%20%20viewBox%3D%220%200%2015%2015%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23a6a9a9%22%20d%3D%22M14.483%2C4.681%20C14.432%2C4.756%2014.350%2C4.806%2014.260%2C4.818%20C14.169%2C4.830%2014.078%2C4.802%2014.010%2C4.742%20L10.020%2C1.247%20C9.951%2C1.187%209.911%2C1.100%209.911%2C1.009%20C9.910%2C0.918%209.949%2C0.830%2010.016%2C0.768%20C11.123%2C-0.235%2012.828%2C-0.270%2013.979%2C0.738%20C15.130%2C1.746%2015.325%2C3.445%2014.483%2C4.681%20ZM5.089%2C1.009%20C5.089%2C0.918%205.051%2C0.830%204.983%2C0.768%20C3.876%2C-0.235%202.171%2C-0.270%201.021%2C0.738%20C-0.131%2C1.746%20-0.325%2C3.445%200.516%2C4.681%20C0.568%2C4.756%200.649%2C4.806%200.739%2C4.818%20C0.829%2C4.830%200.921%2C4.802%200.989%2C4.742%20L4.980%2C1.247%20C5.048%2C1.187%205.088%2C1.100%205.089%2C1.009%20ZM13.930%2C8.571%20C13.930%2C10.204%2013.315%2C11.690%2012.312%2C12.825%20C12.772%2C13.737%2013.081%2C14.660%2012.654%2C14.936%20C12.262%2C15.190%2011.624%2C14.649%2011.025%2C13.945%20C10.012%2C14.610%208.802%2C15.000%207.500%2C15.000%20C6.197%2C15.000%204.988%2C14.610%203.975%2C13.945%20C3.376%2C14.649%202.737%2C15.190%202.345%2C14.936%20C1.918%2C14.660%202.227%2C13.737%202.688%2C12.825%20C1.684%2C11.690%201.070%2C10.204%201.070%2C8.571%20C1.070%2C5.020%203.948%2C2.142%207.500%2C2.142%20C11.051%2C2.142%2013.930%2C5.020%2013.930%2C8.571%20ZM12.348%2C8.571%20C12.348%2C5.893%2010.178%2C3.722%207.500%2C3.722%20C4.821%2C3.722%202.650%2C5.893%202.650%2C8.571%20C2.650%2C11.249%204.821%2C13.420%207.500%2C13.420%20C10.178%2C13.420%2012.348%2C11.249%2012.348%2C8.571%20ZM7.500%2C5.356%20C7.796%2C5.356%208.036%2C5.117%208.036%2C4.821%20C8.036%2C4.525%207.796%2C4.285%207.500%2C4.285%20C7.204%2C4.285%206.964%2C4.525%206.964%2C4.821%20C6.964%2C5.117%207.204%2C5.356%207.500%2C5.356%20ZM11.251%2C8.035%20C10.954%2C8.035%2010.715%2C8.275%2010.715%2C8.571%20C10.715%2C8.867%2010.954%2C9.106%2011.251%2C9.106%20C11.547%2C9.106%2011.786%2C8.867%2011.786%2C8.571%20C11.786%2C8.275%2011.547%2C8.035%2011.251%2C8.035%20ZM7.500%2C11.785%20C7.204%2C11.785%206.964%2C12.025%206.964%2C12.321%20C6.964%2C12.617%207.204%2C12.857%207.500%2C12.857%20C7.796%2C12.857%208.036%2C12.617%208.036%2C12.321%20C8.036%2C12.025%207.796%2C11.785%207.500%2C11.785%20ZM3.749%2C8.035%20C3.453%2C8.035%203.213%2C8.275%203.213%2C8.571%20C3.213%2C8.867%203.453%2C9.106%203.749%2C9.106%20C4.045%2C9.106%204.285%2C8.867%204.285%2C8.571%20C4.285%2C8.275%204.045%2C8.035%203.749%2C8.035%20ZM7.500%2C7.499%20C7.412%2C7.499%207.327%2C7.512%207.246%2C7.532%20L5.226%2C5.513%20C5.017%2C5.304%204.678%2C5.304%204.469%2C5.513%20C4.259%2C5.723%204.259%2C6.062%204.469%2C6.271%20L6.474%2C8.276%20C6.447%2C8.370%206.428%2C8.467%206.428%2C8.571%20C6.428%2C8.667%206.445%2C8.758%206.468%2C8.847%20L5.227%2C10.088%20C5.017%2C10.297%205.017%2C10.636%205.227%2C10.846%20C5.436%2C11.055%205.775%2C11.055%205.984%2C10.846%20L7.227%2C9.603%20C7.315%2C9.626%207.405%2C9.642%207.499%2C9.642%20C8.091%2C9.642%208.570%2C9.162%208.571%2C8.571%20C8.570%2C7.979%208.090%2C7.500%207.500%2C7.499%20Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 0 0 no-repeat;
}
.jblock_wrapper1 .jblock_inner .jblock_price {
  color: #929293;
  font: 16px/1 "rbcb", Arial, Helvetica, sans-serif;
  float: right;
}
@media screen and (max-width: 479px) {
  .jblock_wrapper1 .jblock_inner .jblock_price {
    float: none;
    margin: 10px 0 0 0;
  }
}
.site-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.content_wrapper {
  max-width: 960px;
  margin: 0 auto;
  padding: 55px 0 50px;
}
@media screen and (max-width: 979px) {
  .content_wrapper {
    padding: 20px 0 26px;
  }
}
.site-main {
  padding: 0 40px;
}
@media screen and (max-width: 979px) {
  .site-main {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .site-main {
    padding: 0 20px;
  }
}
.site-main__inner {
  position: relative;
}
.jblock_wrapper2 {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  margin: 0 0 30px;
  padding: 0 10px;
}
@media screen and (max-width: 979px) {
  .jblock_wrapper2 {
    margin: 0 0 30px;
  }
}
.jblock_wrapper2 .jblock_wrap {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  background: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0px 2px 0px 0px rgba(66, 91, 97, 0.06);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(66, 91, 97, 0.06);
  box-shadow: 0px 2px 0px 0px rgba(66, 91, 97, 0.06);
  padding: 34px 0 25px;
}
@media screen and (max-width: 979px) {
  .jblock_wrapper2 .jblock_wrap {
    padding: 30px 0 15px;
  }
}
.jblock_wrapper2 .jblock_inner {
  padding: 0 34px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 979px) {
  .jblock_wrapper2 .jblock_inner {
    padding: 0 20px;
    display: block;
  }
}
.jblock_wrapper2 .jblock {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 46%;
  -moz-box-flex: 1;
  -moz-flex: 1 0 46%;
  -ms-flex: 1 0 46%;
  flex: 1 0 46%;
  min-width: 46%;
  margin-bottom: 20px;
}
@media screen and (max-width: 979px) {
  .jblock_wrapper2 .jblock {
    min-width: 100%;
  }
}
.jblock_wrapper2 .jblock:nth-child(even) {
  margin-left: 7.5%;
}
@media screen and (max-width: 979px) {
  .jblock_wrapper2 .jblock:nth-child(even) {
    margin-left: 0;
  }
}
.jblock_wrapper2 .pic {
  float: left;
  width: 76px;
  max-height: 76px;
  font-size: 0;
  margin: 0 24px 0 0;
  text-align: center;
}
@media screen and (max-width: 519px) {
  .jblock_wrapper2 .pic {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
    text-align: center;
  }
}
.jblock_wrapper2 .pic path {
  fill: #07b168;
}
.jblock_wrapper2 .jblock_in {
  overflow: hidden;
}
@media screen and (max-width: 519px) {
  .jblock_wrapper2 .jblock_in {
    display: inline-block;
    vertical-align: middle;
    max-width: 60%;
  }
}
.jblock_wrapper2 .jblock_in .title {
  color: #e06a6a;
  font: 16px "rbcb", Arial, Helvetica, sans-serif;
  padding: 0 0 16px;
}
@media screen and (max-width: 979px) {
  .jblock_wrapper2 .jblock_in .title {
    padding: 5px 0 10px;
  }
}
@media screen and (max-width: 519px) {
  .jblock_wrapper2 .jblock_in .title {
    padding: 0;
  }
}
.jblock_wrapper2 .jblock_in .title a {
  color: #e06a6a;
  text-decoration: none;
}
.jblock_wrapper2 .jblock_in .title a:hover, .jblock_wrapper2 .jblock_in .title a:active {
  text-decoration: underline;
}
.jblock_wrapper2 .jblock_in .text {
  color: #5b5c5d;
  font: 14px/20px "rbc", Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 519px) {
  .jblock_wrapper2 .jblock_in .text {
    display: none;
  }
}
.jblock_wrapper3 {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
}
.jblock_wrapper3 .jblock_wrap {
  max-width: 960px;
  margin: 0 auto;
  padding: 27px 0 95px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .jblock_wrapper3 .jblock_wrap {
    padding: 0 0 10px 0;
  }
}
.jblock_wrapper3 .line {
  position: absolute;
  left: 160px;
  right: 160px;
  height: 2px;
  background: #dbdcdc;
  bottom: 64px;
}
@media screen and (max-width: 979px) {
  .jblock_wrapper3 .line {
    display: none;
  }
}
.jblock_wrapper3 .circles {
  height: 10px;
  width: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #71cdb8;
}
@media screen and (max-width: 979px) {
  .jblock_wrapper3 .circles {
    display: none;
  }
}
.jblock_wrapper3 .circles.circle1 {
  position: absolute;
  left: 155px;
  bottom: 60px;
}
.jblock_wrapper3 .circles.circle2 {
  position: absolute;
  bottom: 60px;
  left: 475px;
}
.jblock_wrapper3 .circles.circle3 {
  position: absolute;
  right: 155px;
  bottom: 60px;
}
.jblock_wrapper3 .jblock_title {
  color: #121212;
  font: 27px/1 "rsb", Arial, Helvetica, sans-serif;
  padding: 0 40px 38px;
}
@media screen and (max-width: 979px) {
  .jblock_wrapper3 .jblock_title {
    font-size: 25px;
    padding: 0 30px 22px;
  }
}
@media screen and (max-width: 767px) {
  .jblock_wrapper3 .jblock_title {
    font-size: 20px;
    padding: 0 20px 15px;
  }
}
.jblock_wrapper3 .jblock_inner {
  font-size: 0;
  padding: 0 40px;
  text-align: center;
}
@media screen and (max-width: 979px) {
  .jblock_wrapper3 .jblock_inner {
    padding: 0 30px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .jblock_wrapper3 .jblock_inner {
    padding: 0 20px;
  }
}
.jblock_wrapper3 .jblock {
  display: inline-block;
  vertical-align: top;
  width: 27%;
}
@media screen and (max-width: 979px) {
  .jblock_wrapper3 .jblock {
    display: block;
    width: auto;
    margin: 0 0 20px;
  }
}
.jblock_wrapper3 .jblock + .jblock {
  margin-left: 9%;
}
@media screen and (max-width: 979px) {
  .jblock_wrapper3 .jblock + .jblock {
    margin-left: 0;
  }
}
.jblock_wrapper3 .pic {
  display: block;
  text-align: center;
  padding: 0 0 26px;
}
@media screen and (max-width: 979px) {
  .jblock_wrapper3 .pic {
    display: inline-block;
    vertical-align: middle;
    width: 64px;
    height: 64px;
    padding: 0;
    margin: 0 20px 0 0;
  }
}
.jblock_wrapper3 .pic span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 64px;
  height: 64px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}
.jblock_wrapper3 .pic span:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  -webkit-border-radius: 50px 0 0 50px;
  -moz-border-radius: 50px 0 0 50px;
  -ms-border-radius: 50px 0 0 50px;
  -o-border-radius: 50px 0 0 50px;
  border-radius: 50px 0 0 50px;
  background: #71cdb8;
}
.jblock_wrapper3 .pic span:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  -webkit-border-radius: 0 50px 50px 0;
  -moz-border-radius: 0 50px 50px 0;
  -ms-border-radius: 0 50px 50px 0;
  -o-border-radius: 0 50px 50px 0;
  border-radius: 0 50px 50px 0;
  background: #5ac2ab;
}
.jblock_wrapper3 .pic img {
  position: relative;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.jblock_wrapper3 .pic path {
  fill: #ffffff;
}
.jblock_wrapper3 .title {
  color: #5b5c5d;
  font: 14px/20px "rr", Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 979px) {
  .jblock_wrapper3 .title {
    display: inline-block;
    vertical-align: middle;
    max-width: 66%;
  }
}
.jblock_wrapper3 .title a {
  color: #5b5c5d;
  text-decoration: none;
}
.jblock_wrapper3 .title a:hover {
  text-decoration: underline;
}
.svg11 {
  position: relative;
  z-index: 1;
  margin: 15px 0 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
}
.svg22 {
  position: relative;
  z-index: 1;
  margin: 15px 0 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
}
.svg33 {
  position: relative;
  z-index: 1;
  margin: 18px 0 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
}
.reviews_wrapper {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  margin: 0 0 50px;
  padding: 0 10px;
}
@media screen and (max-width: 979px) {
  .reviews_wrapper {
    margin: 0 0 20px;
  }
}
.reviews_wrapper .reviews_wrap {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  background: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0px 2px 0px 0px rgba(66, 91, 97, 0.06);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(66, 91, 97, 0.06);
  box-shadow: 0px 2px 0px 0px rgba(66, 91, 97, 0.06);
}
.reviews_wrapper .reviews_inner {
  padding: 32px 40px 35px;
}
@media screen and (max-width: 979px) {
  .reviews_wrapper .reviews_inner {
    padding: 25px 30px 25px;
  }
}
@media screen and (max-width: 767px) {
  .reviews_wrapper .reviews_inner {
    padding: 25px 20px 25px;
  }
}
@media screen and (max-width: 479px) {
  .reviews_wrapper .reviews_inner {
    padding: 25px 20px 90px;
  }
}
.reviews_wrapper .reviews_title {
  color: #121212;
  font: 27px/1 "rsb", Arial, Helvetica, sans-serif;
  padding: 0 60px 32px 0;
}
@media screen and (max-width: 979px) {
  .reviews_wrapper .reviews_title {
    font-size: 25px;
  }
}
@media screen and (max-width: 479px) {
  .reviews_wrapper .reviews_title {
    padding: 0 0 15px;
  }
}
.reviews_wrapper .reviews {
  position: static;
}
@media screen and (max-width: 479px) {
  .reviews_wrapper .reviews {
    text-align: center;
  }
}
.reviews_wrapper .jblock .pic {
  width: 112px;
  height: 112px;
  border: 4px solid #f2f2f2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin: 0 30px 0 0;
}
@media screen and (max-width: 767px) {
  .reviews_wrapper .jblock .pic {
    margin: 0 20px 0 0;
  }
}
@media screen and (max-width: 479px) {
  .reviews_wrapper .jblock .pic {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 10px;
  }
}
.reviews_wrapper .jblock .pic img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.reviews_wrapper .jblock .jblock_in {
  overflow: hidden;
}
.reviews_wrapper .jblock .title {
  color: #5b5c5d;
  font: 16px/1 "rbcb", Arial, Helvetica, sans-serif;
  padding: 0 0 15px;
}
@media screen and (max-width: 479px) {
  .reviews_wrapper .jblock .title {
    padding: 0 0 12px;
  }
}
.reviews_wrapper .jblock .title a {
  color: #5b5c5d;
  text-decoration: none;
}
.reviews_wrapper .jblock .title a:hover {
  text-decoration: underline;
}
.reviews_wrapper .jblock .text {
  color: #5b5c5d;
  font: 14px/20px "rr", Arial, Helvetica, sans-serif;
  padding: 0 0 12px;
}
@media screen and (max-width: 479px) {
  .reviews_wrapper .jblock .text {
    padding: 0 0 7px;
  }
}
.reviews_wrapper .jblock .date {
  color: #929293;
  font: 14px/1 "rbc", Arial, Helvetica, sans-serif;
}
.reviews_wrapper .owl-nav {
  position: absolute;
  right: 40px;
}
@media screen and (min-width: 980px) and (max-width: 10000px) {
  .reviews_wrapper .owl-nav {
    top: 32px;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  .reviews_wrapper .owl-nav {
    top: 20px;
  }
}
@media screen and (max-width: 479px) {
  .reviews_wrapper .owl-nav {
    bottom: 30px;
    right: 50%;
    -webkit-transform: translate(50%, 0);
    -moz-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    -o-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }
}
.reviews_wrapper .owl-prev {
  width: 35px;
  height: 35px;
  position: relative;
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  background: #eaeded;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin: 0 10px 0 0;
  -moz-box-shadow: 0px 2px 0px 0px #dfe0e0;
  -webkit-box-shadow: 0px 2px 0px 0px #dfe0e0;
  box-shadow: 0px 2px 0px 0px #dfe0e0;
}
.reviews_wrapper .owl-prev:hover, .reviews_wrapper .owl-prev:active {
  background: #56c7d7;
  -moz-box-shadow: 0px 2px 0px 0px #4eb6c5;
  -webkit-box-shadow: 0px 2px 0px 0px #4eb6c5;
  box-shadow: 0px 2px 0px 0px #4eb6c5;
}
.reviews_wrapper .owl-prev:hover:before, .reviews_wrapper .owl-prev:active:before {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%228px%22%20height%3D%2213px%22%20%20viewBox%3D%220%200%208%2013%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M0.226%2C6.998%20C0.287%2C7.161%200.381%2C7.315%200.515%2C7.446%20L5.858%2C12.640%20C6.350%2C13.118%207.148%2C13.118%207.639%2C12.640%20C8.131%2C12.161%208.131%2C11.387%207.639%2C10.909%20L2.957%2C6.356%20L7.386%2C2.050%20C7.871%2C1.579%207.871%2C0.815%207.386%2C0.344%20C6.902%2C-0.127%206.116%2C-0.127%205.632%2C0.344%20L0.368%2C5.462%20C-0.063%2C5.880%20-0.109%2C6.529%200.226%2C6.998%20Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
.reviews_wrapper .owl-prev:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%228px%22%20height%3D%2213px%22%20%20viewBox%3D%220%200%208%2013%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23a7a9aa%22%20d%3D%22M0.226%2C6.998%20C0.287%2C7.161%200.381%2C7.315%200.515%2C7.446%20L5.858%2C12.640%20C6.350%2C13.118%207.148%2C13.118%207.639%2C12.640%20C8.131%2C12.161%208.131%2C11.387%207.639%2C10.909%20L2.957%2C6.356%20L7.386%2C2.050%20C7.871%2C1.579%207.871%2C0.815%207.386%2C0.344%20C6.902%2C-0.127%206.116%2C-0.127%205.632%2C0.344%20L0.368%2C5.462%20C-0.063%2C5.880%20-0.109%2C6.529%200.226%2C6.998%20Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
.reviews_wrapper .owl-next {
  width: 35px;
  height: 35px;
  position: relative;
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  background: #eaeded;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0px 2px 0px 0px #dfe0e0;
  -webkit-box-shadow: 0px 2px 0px 0px #dfe0e0;
  box-shadow: 0px 2px 0px 0px #dfe0e0;
}
.reviews_wrapper .owl-next:hover, .reviews_wrapper .owl-next:active {
  background: #56c7d7;
  -moz-box-shadow: 0px 2px 0px 0px #4eb6c5;
  -webkit-box-shadow: 0px 2px 0px 0px #4eb6c5;
  box-shadow: 0px 2px 0px 0px #4eb6c5;
}
.reviews_wrapper .owl-next:hover:before, .reviews_wrapper .owl-next:active:before {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%228px%22%20height%3D%2213px%22%20%20viewBox%3D%220%200%208%2013%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M7.774%2C6.998%20C7.713%2C7.161%207.619%2C7.315%207.484%2C7.446%20L2.141%2C12.640%20C1.650%2C13.118%200.852%2C13.118%200.360%2C12.640%20C-0.131%2C12.161%20-0.131%2C11.387%200.360%2C10.909%20L5.043%2C6.356%20L0.613%2C2.050%20C0.129%2C1.579%200.129%2C0.815%200.613%2C0.344%20C1.098%2C-0.127%201.883%2C-0.127%202.368%2C0.344%20L7.632%2C5.462%20C8.062%2C5.880%208.108%2C6.529%207.774%2C6.998%20Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
.reviews_wrapper .owl-next:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%228px%22%20height%3D%2213px%22%20%20viewBox%3D%220%200%208%2013%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23a7a9aa%22%20d%3D%22M7.774%2C6.998%20C7.713%2C7.161%207.619%2C7.315%207.484%2C7.446%20L2.141%2C12.640%20C1.650%2C13.118%200.852%2C13.118%200.360%2C12.640%20C-0.131%2C12.161%20-0.131%2C11.387%200.360%2C10.909%20L5.043%2C6.356%20L0.613%2C2.050%20C0.129%2C1.579%200.129%2C0.815%200.613%2C0.344%20C1.098%2C-0.127%201.883%2C-0.127%202.368%2C0.344%20L7.632%2C5.462%20C8.062%2C5.880%208.108%2C6.529%207.774%2C6.998%20Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
.edit_block_wrapper1 {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  margin: 0 0 60px;
  padding: 7px 20px 0;
}
@media screen and (max-width: 979px) {
  .edit_block_wrapper1 {
    margin: 0 0 84px;
  }
}
.edit_block_wrapper1 .edit_block {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.edit_block_wrapper1 .title {
  color: #121212;
  font: 20px/1 "rbcb", Arial, Helvetica, sans-serif;
  padding: 0 0 16px;
}
.edit_block_wrapper1 .number {
  color: #e06a6a;
  font: 27px/1 "rsb", Arial, Helvetica, sans-serif;
  padding: 0 0 16px;
}
@media screen and (max-width: 767px) {
  .edit_block_wrapper1 .number {
    font-size: 25px;
  }
}
.edit_block_wrapper1 .number a {
  color: #e06a6a;
  text-decoration: none;
}
.edit_block_wrapper1 .desc {
  color: #5b5c5d;
  font: 16px/18px "rbc", Arial, Helvetica, sans-serif;
  padding: 0 0 37px;
}
.edit_block_wrapper1 .bot_but a {
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  font: 16px/1 "rbcb", Arial, Helvetica, sans-serif;
  padding: 13px 30px 13px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  background-image: -o-linear-gradient(#e06a6a, #e06a6a);
  background-image: -moz-linear-gradient(#e06a6a, #e06a6a);
  background-image: -webkit-linear-gradient(#e06a6a, #e06a6a);
  background-image: -ms-linear-gradient(#e06a6a, #e06a6a);
  background-image: linear-gradient( #e06a6a, #e06a6a);
  -pie-background: linear-gradient( #e06a6a, #e06a6a);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 0px -2px 0px 0px #c35d5d;
  -webkit-box-shadow: inset 0px -2px 0px 0px #c35d5d;
  box-shadow: inset 0px -2px 0px 0px #c35d5d;
}
.edit_block_wrapper1 .bot_but a:hover {
  background-image: -o-linear-gradient(#ed7a7a, #ed7a7a);
  background-image: -moz-linear-gradient(#ed7a7a, #ed7a7a);
  background-image: -webkit-linear-gradient(#ed7a7a, #ed7a7a);
  background-image: -ms-linear-gradient(#ed7a7a, #ed7a7a);
  background-image: linear-gradient( #ed7a7a, #ed7a7a);
  -pie-background: linear-gradient( #ed7a7a, #ed7a7a);
}
.edit_block_wrapper1 .bot_but a:active {
  background-image: -o-linear-gradient(#ed7a7a, #ed7a7a);
  background-image: -moz-linear-gradient(#ed7a7a, #ed7a7a);
  background-image: -webkit-linear-gradient(#ed7a7a, #ed7a7a);
  background-image: -ms-linear-gradient(#ed7a7a, #ed7a7a);
  background-image: linear-gradient( #ed7a7a, #ed7a7a);
  -pie-background: linear-gradient( #ed7a7a, #ed7a7a);
  -moz-box-shadow: inset 0px 2px 0px 0px #c35d5d;
  -webkit-box-shadow: inset 0px 2px 0px 0px #c35d5d;
  box-shadow: inset 0px 2px 0px 0px #c35d5d;
}
.site-footer {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  background: #ffffff;
}
.site-footer .footer_in {
  max-width: 960px;
  margin: 0 auto;
  min-height: 216px;
  padding: 23px 0 30px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .site-footer .footer_in {
    padding: 23px 30px 30px;
  }
}
@media screen and (max-width: 520px) {
  .site-footer .footer_in {
    padding: 23px 10px 30px;
  }
}
@media screen and (max-width: 479px) {
  .site-footer .footer_in {
    padding: 23px 20px 30px;
  }
}
.link_top {
  position: absolute;
  right: 0;
  top: -47px;
  height: 35px;
  width: 35px;
  background: #45bace;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 0px 2px 0px 0px rgba(20, 181, 204, 0.2);
  -webkit-box-shadow: inset 0px 2px 0px 0px rgba(20, 181, 204, 0.2);
  box-shadow: inset 0px 2px 0px 0px rgba(20, 181, 204, 0.2);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .link_top {
    right: 30px;
  }
}
@media screen and (max-width: 979px) {
  .link_top {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: -60px;
  }
}
.link_top:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2013%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M6.999%2C1.726%20C7.162%2C1.786%207.316%2C1.881%207.446%2C2.015%20L12.640%2C7.358%20C13.118%2C7.850%2013.118%2C8.647%2012.640%2C9.139%20C12.162%2C9.631%2011.387%2C9.631%2010.909%2C9.139%20L6.357%2C4.456%20L2.051%2C8.886%20C1.579%2C9.371%200.816%2C9.371%200.345%2C8.886%20C-0.126%2C8.402%20-0.126%2C7.616%200.345%2C7.131%20L5.462%2C1.868%20C5.880%2C1.437%206.529%2C1.391%206.999%2C1.726%20Z%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
  cursor: pointer;
}
.left_bot {
  float: left;
  width: 430px;
  padding: 25px 0 0;
  font-size: 0;
}
@media screen and (max-width: 979px) {
  .left_bot {
    float: none;
    width: auto;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 0 20px;
  }
}
.left_bot .item1 {
  display: inline-block;
  vertical-align: top;
  width: 220px;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 979px) {
  .left_bot .item1 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin: 0;
    width: 30%;
    display: block;
    float: right;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .left_bot .item1 {
    display: none;
  }
}
.left_bot .item1 .site-name-bottom {
  color: #5b5c5d;
  font: 14px/1 "rr", Arial, Helvetica, sans-serif;
  padding: 0 0 39px;
}
@media screen and (max-width: 979px) {
  .left_bot .item1 .site-name-bottom {
    display: none;
  }
}
.left_bot .item1 .social-wrap {
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .left_bot .item1 .social-wrap {
    display: none;
  }
}
.left_bot .item1 .social-wrap .social {
  display: inline-block;
  vertical-align: top;
  width: 28px;
  height: 28px;
  margin: 0 10px 0 0;
}
.left_bot .item1 .social-wrap .social img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.left_bot .item1 .social-wrap .social:last-child {
  margin: 0;
}
.left_bot .item2 {
  display: inline-block;
  vertical-align: top;
  width: 188px;
}
@media screen and (max-width: 979px) {
  .left_bot .item2 {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .left_bot .item2 {
    width: 100%;
  }
}
.left_bot .item2 .site_phones_bot {
  color: #121212;
  font: 20px/30px "rbcb", Arial, Helvetica, sans-serif;
  padding: 0 0 15px;
  margin: -7px 0 0 0;
}
@media screen and (max-width: 979px) {
  .left_bot .item2 .site_phones_bot {
    display: inline-block;
    vertical-align: top;
    width: 160px;
    margin: 0 10px 0 0;
    padding: 0;
  }
}
.left_bot .item2 .site_phones_bot a {
  color: #121212;
  text-decoration: none;
}
.left_bot .item2 .site_adress_bot {
  color: #5b5c5d;
  font: 14px/17px "rr", Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 979px) {
  .left_bot .item2 .site_adress_bot {
    display: inline-block;
    vertical-align: top;
    margin: 6px 0 0 0;
    width: 282px;
  }
}
@media screen and (max-width: 520px) {
  .left_bot .item2 .site_adress_bot {
    margin: 0;
  }
}
.bot_block {
  float: left;
  width: 190px;
  margin: 24px 0 0 62px;
  font-size: 0;
}
@media screen and (max-width: 979px) {
  .bot_block {
    float: none;
    display: block;
    margin: 0;
    padding: 25px 0 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: auto;
  }
}
.bot_block .title {
  color: #121212;
  font: 20px/1 "rbcb", Arial, Helvetica, sans-serif;
  padding: 0 0 10px;
}
.bot_block a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  min-width: 93px;
  padding: 5px 12px;
  background-color: rgba(255, 255, 255, 0.0001);
}
.bot_block a img {
  border: 0;
}
.bot_block .pic {
  margin: 0 0 10px;
}
@media screen and (max-width: 979px) {
  .bot_block .pic {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
    width: 93px;
  }
}
@media screen and (max-width: 979px) and (max-width: 479px) {
  .bot_block .pic {
    margin: 0 10px 10px 0;
  }
}
.right_bot {
  text-align: right;
  float: right;
  margin: 28px 0 0 0;
}
@media screen and (max-width: 979px) {
  .right_bot {
    margin: 0;
    padding: 30px 0 0 0;
    text-align: left;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .right_bot {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.right_bot .social-wrap.extra {
  -webkit-box-ordinal-group: -2;
  -moz-box-ordinal-group: -2;
  -webkit-order: -3;
  -moz-order: -3;
  -ms-flex-order: -3;
  order: -3;
  font-size: 0;
  width: 100%;
  text-align: center;
  padding: 0 0 23px;
}
@media screen and (min-width: 768px) {
  .right_bot .social-wrap.extra {
    display: none;
  }
}
.right_bot .social-wrap.extra .social {
  display: inline-block;
  vertical-align: top;
  width: 28px;
  height: 28px;
  margin: 0 10px 0 0;
}
.right_bot .social-wrap.extra .social img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.right_bot .social-wrap.extra .social:last-child {
  margin: 0;
}
.right_bot .site-name-bottom.extra {
  color: #5b5c5d;
  font: 14px/1 "rr", Arial, Helvetica, sans-serif;
  display: inline-block;
  vertical-align: top;
  -webkit-box-ordinal-group: -1;
  -moz-box-ordinal-group: -1;
  -webkit-order: -2;
  -moz-order: -2;
  -ms-flex-order: -2;
  order: -2;
  width: 200px;
  width: 33%;
  padding: 4px 0 0 0;
}
@media screen and (min-width: 980px) {
  .right_bot .site-name-bottom.extra {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .right_bot .site-name-bottom.extra {
    width: 100%;
    text-align: center;
    padding: 0 0 20px;
  }
}
.right_bot .site_copy {
  color: #5b5c5d;
  font: 14px/1 "rr", Arial, Helvetica, sans-serif;
  padding: 0 0 29px;
}
@media screen and (max-width: 979px) {
  .right_bot .site_copy {
    padding: 0;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 244px;
    float: right;
    text-align: right;
    width: 33%;
    padding: 4px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .right_bot .site_copy {
    width: 100%;
    text-align: center;
    padding: 0;
  }
}
.right_bot .site_copy span {
  font-size: 14px !important;
}
.right_bot .site_copy a {
  color: #0073c4;
}
.right_bot .site_counters {
  font-size: 14px;
  color: #5b5c5d;
  text-align: center;
}
@media screen and (max-width: 979px) {
  .right_bot .site_counters {
    width: 34%;
  }
}
@media screen and (max-width: 767px) {
  .right_bot .site_counters {
    width: 100%;
    text-align: center;
    padding: 0 0 28px;
  }
}
.menu_bot_wrapper {
  background: #56c7d7;
  -moz-box-shadow: inset 0px -2px 0px 0px #45bace;
  -webkit-box-shadow: inset 0px -2px 0px 0px #45bace;
  box-shadow: inset 0px -2px 0px 0px #45bace;
}
@media screen and (max-width: 979px) {
  .menu_bot_wrapper {
    display: none;
  }
}
.menu_bot_wrapper .menu-bot-wrap {
  position: relative;
  font-size: 0;
  max-width: 960px;
  margin: 0 auto;
}
.menu_bot_wrapper .menu-bot-wrap .menu-bot ul {
  display: none;
}
.menu_bot_wrapper .menu-bot-wrap .menu-bot li {
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #6fcfdd;
}
.menu_bot_wrapper .menu-bot-wrap .menu-bot li:last-child {
  border-right: 1px solid #6fcfdd;
}
.menu_bot_wrapper .menu-bot-wrap .menu-bot li a {
  padding: 0 20px;
  display: block;
  height: 60px;
  font: 15px/60px "rbc", Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #ffffff;
  position: relative;
  margin: 0 -1px;
}
.menu_bot_wrapper .menu-bot-wrap .menu-bot li a:hover {
  color: #fff;
  background-image: -o-linear-gradient(#45bace, #45bace);
  background-image: -moz-linear-gradient(#45bace, #45bace);
  background-image: -webkit-linear-gradient(#45bace, #45bace);
  background-image: -ms-linear-gradient(#45bace, #45bace);
  background-image: linear-gradient( #45bace, #45bace);
  -pie-background: linear-gradient( #45bace, #45bace);
}
.form_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 100%;
  overflow: auto;
  white-space: nowrap;
  text-align: center;
  font-size: 0;
  z-index: 1000;
  background: rgba(86, 199, 215, 0.95);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.form_wrapper.opened {
  opacity: 1;
  visibility: visible;
}
.form_wrapper:before {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  content: "";
}
.form_wrapper .form_inner {
  display: inline-block;
  white-space: normal;
  vertical-align: middle;
  text-align: left;
  padding-top: 44px;
}
.form_wrapper .my_form {
  position: relative;
  background: #fff;
  -webkit-border-radius: 4px 0 4px 4px;
  -moz-border-radius: 4px 0 4px 4px;
  -ms-border-radius: 4px 0 4px 4px;
  -o-border-radius: 4px 0 4px 4px;
  border-radius: 4px 0 4px 4px;
  -moz-box-shadow: 0px 6px 40px 0px rgba(0,0,0,.2);
  -webkit-box-shadow: 0px 6px 40px 0px rgba(0,0,0,.2);
  box-shadow: 0px 6px 40px 0px rgba(0,0,0,.2);
}
.form_wrapper .form_close {
  position: absolute;
  right: 0;
  top: -43px;
  width: 50px;
  height: 44px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20%20viewBox%3D%220%200%2016%2016%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23121212%22%20d%3D%22M16.004%2C14.772%20L14.773%2C16.004%20L7.987%2C9.218%20L1.365%2C15.840%20L0.159%2C14.634%20L6.781%2C8.012%20L-0.004%2C1.227%20L1.227%2C-0.005%20L8.012%2C6.781%20L14.635%2C0.159%20L15.841%2C1.365%20L9.219%2C7.987%20L16.004%2C14.772%20Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% 50% no-repeat #fff;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
}
.form_wrapper .fomr_in {
  padding: 18px 30px 5px;
}
.form_wrapper .form_title {
  color: #e06a6a;
  font: 27px/1 "rsb", Arial, Helvetica, sans-serif;
  padding: 22px 30px 0;
  text-align: center;
}
.form_wrapper .tpl-anketa-success-note {
  color: #5b5c5d;
  font: 17px/1 "rr", Arial, Helvetica, sans-serif;
  text-align: center;
  padding: 25px 30px 30px;
}
.form_wrapper .tpl-field {
  margin: 0 0 15px;
}
.form_wrapper .tpl-field .field-title {
  color: #5b5c5d;
  font: 14px/1 "rr", Arial, Helvetica, sans-serif;
  padding: 0 0 8px;
}
.form_wrapper .tpl-field .field-required-mark {
  color: #e06a6a;
}
.form_wrapper .tpl-field.type-text input, .form_wrapper .tpl-field.type-email input {
  color: #5b5c5d;
  height: 40px;
  border: 1px solid #cbced4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font: 14px/40px "rr", Arial, Helvetica, sans-serif;
  padding: 0 15px 0 15px;
  width: 208px;
}
.form_wrapper .tpl-field.type-textarea textarea {
  color: #5b5c5d;
  height: 100px;
  resize: none;
  border: 1px solid #cbced4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font: 14px "rr", Arial, Helvetica, sans-serif;
  padding: 10px 15px 10px 15px;
  width: 208px;
}
.form_wrapper .tpl-field.type-select select, .form_wrapper .tpl-field.type-multi_select select {
  color: #5b5c5d;
  height: 42px;
  border: 1px solid #cbced4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font: 14px/40px "rr", Arial, Helvetica, sans-serif;
  padding: 0 0 0 15px;
  width: 240px;
}
.form_wrapper .tpl-field.type-checkbox {
  font-size: 14px;
}
.form_wrapper .tpl-field.type-checkbox input {
  margin: 0 5px 0 0;
}
.form_wrapper .tpl-field.tpl-field-button {
  background: #f2f2f2;
  padding: 30px 30px 30px;
  text-align: center;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.form_wrapper .tpl-field.tpl-field-button button {
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  font: 16px/1 "rbcb", Arial, Helvetica, sans-serif;
  padding: 13px 30px 12px;
  display: inline-block;
  vertical-align: top;
  border: 0;
  cursor: pointer;
  text-align: center;
  background-image: -o-linear-gradient(#e06a6a, #e06a6a);
  background-image: -moz-linear-gradient(#e06a6a, #e06a6a);
  background-image: -webkit-linear-gradient(#e06a6a, #e06a6a);
  background-image: -ms-linear-gradient(#e06a6a, #e06a6a);
  background-image: linear-gradient( #e06a6a, #e06a6a);
  -pie-background: linear-gradient( #e06a6a, #e06a6a);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  -moz-box-shadow: inset 0px -2px 0px 0px #c35d5d;
  -webkit-box-shadow: inset 0px -2px 0px 0px #c35d5d;
  box-shadow: inset 0px -2px 0px 0px #c35d5d;
}
.form_wrapper .tpl-field.tpl-field-button button:hover {
  background-image: -o-linear-gradient(#ed7a7a, #ed7a7a);
  background-image: -moz-linear-gradient(#ed7a7a, #ed7a7a);
  background-image: -webkit-linear-gradient(#ed7a7a, #ed7a7a);
  background-image: -ms-linear-gradient(#ed7a7a, #ed7a7a);
  background-image: linear-gradient( #ed7a7a, #ed7a7a);
  -pie-background: linear-gradient( #ed7a7a, #ed7a7a);
}
.form_wrapper .tpl-field.tpl-field-button button:active {
  background-image: -o-linear-gradient(#ed7a7a, #ed7a7a);
  background-image: -moz-linear-gradient(#ed7a7a, #ed7a7a);
  background-image: -webkit-linear-gradient(#ed7a7a, #ed7a7a);
  background-image: -ms-linear-gradient(#ed7a7a, #ed7a7a);
  background-image: linear-gradient( #ed7a7a, #ed7a7a);
  -pie-background: linear-gradient( #ed7a7a, #ed7a7a);
  -moz-box-shadow: inset 0px 2px 0px 0px #c35d5d;
  -webkit-box-shadow: inset 0px 2px 0px 0px #c35d5d;
  box-shadow: inset 0px 2px 0px 0px #c35d5d;
}
.path {
  font-family: "rr", Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 0 0 5px;
}
html .lpc-numbered-list .items-number {
  color: transparent;
  position: relative;
}
html .lpc-numbered-list .items-number::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  border-right: 3px solid #4285f4;
  border-bottom: 3px solid #4285f4;
  transform: rotate(45deg);
  position: relative;
  left: 6px;
  top: -3px;
}
