@charset "utf-8";
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, .table2 td, .table1 th, .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: 'ops';
  src: url("/g/fonts/open_sans/open_sans-r.eot");
  src: url("/g/fonts/open_sans/open_sans-r.eot?#iefix") format("embedded-opentype"), url("/g/fonts/open_sans/open_sans-r.woff2") format("woff2"), url("/g/fonts/open_sans/open_sans-r.woff") format("woff"), url("/g/fonts/open_sans/open_sans-r.ttf") format("truetype"), url("/g/fonts/open_sans/open_sans-r.svg#ops") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'opsb';
  src: url("/g/fonts/open_sans/open_sans-b.eot");
  src: url("/g/fonts/open_sans/open_sans-b.eot?#iefix") format("embedded-opentype"), url("/g/fonts/open_sans/open_sans-b.woff2") format("woff2"), url("/g/fonts/open_sans/open_sans-b.woff") format("woff"), url("/g/fonts/open_sans/open_sans-b.ttf") format("truetype"), url("/g/fonts/open_sans/open_sans-b.svg#opsb") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'opssb';
  src: url("/g/fonts/open_sans/open_sans-s-b.eot");
  src: url("/g/fonts/open_sans/open_sans-s-b.eot?#iefix") format("embedded-opentype"), url("/g/fonts/open_sans/open_sans-s-b.woff2") format("woff2"), url("/g/fonts/open_sans/open_sans-s-b.woff") format("woff"), url("/g/fonts/open_sans/open_sans-s-b.ttf") format("truetype"), url("/g/fonts/open_sans/open_sans-s-b.svg#opssb") format("svg");
  font-weight: normal;
  font-style: normal; }

html, body {
  height: 100%; }

html {
  font-size: 17px; }
  @media screen and (max-width: 1580px) {
  html {
    font-size: 15px; } }

body {
  position: relative;
  min-width: 320px;
  text-align: left;
  color: #555;
  background: #fff;
  font-family: 'ops', Arial, Helvetica, sans-serif;
  line-height: 1.25; }

b, strong {
  font-family: 'opsb', Arial, Helvetica, sans-serif;
  font-weight: normal; }

h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-family: 'opssb', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal; }

h1 {
  margin-top: 0;
  font-size: 32px; }
  @media screen and (max-width: 1580px) {
  h1 {
    font-size: 26px; } }

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: #8d60b7; }

a:hover {
  text-decoration: none; }

a img {
  border-color: #555; }

.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;
  padding: 0 250px;
  position: relative;
  z-index: 222; }
  @media screen and (max-width: 1580px) {
  .site-header {
    padding: 0 102px; } }
  @media screen and (max-width: 1120px) {
  .site-header {
    padding: 0 20px; } }

.header_in {
  position: relative; }

.header_inner {
  min-height: 122px;
  position: relative; }
  @media screen and (max-width: 1580px) {
  .header_inner {
    min-height: 95px; } }
  @media screen and (max-width: 1020px) {
  .header_inner {
    min-height: 78px;
    border-bottom: 2px solid #eaeaea; } }
  @media screen and (max-width: 767px) {
  .header_inner {
    border-bottom-width: 1px; } }

.left_part {
  float: left;
  padding: 30px 0 20px 0;
  width: 340px; }
  @media screen and (max-width: 1580px) {
  .left_part {
    width: 278px;
    padding: 25px 0 20px 0; } }
  @media screen and (max-width: 1020px) {
  .left_part {
    padding: 16px 0 10px 0; } }
  @media screen and (max-width: 767px) {
  .left_part {
    float: none;
    display: block;
    width: auto;
    padding: 10px 0 8px;
    border-bottom: 1px solid #eaeaea;
    min-height: 43px; } }
  .left_part .site_name {
    font: 28px/1 'opsb', Arial, Helvetica, sans-serif; }
  @media screen and (max-width: 1580px) {
    .left_part .site_name {
      font-size: 22px; } }
  @media screen and (max-width: 767px) {
    .left_part .site_name {
      font-size: 20px; } }
  .left_part .site_name a {
    color: #22172c;
    text-decoration: none; }
  .left_part .site_descriptor {
    color: #fc4a58;
    font: 25px/1 'opssb', Arial, Helvetica, sans-serif; }
  @media screen and (max-width: 1580px) {
    .left_part .site_descriptor {
      font-size: 21px; } }
  @media screen and (max-width: 767px) {
    .left_part .site_descriptor {
      font-size: 19px; } }

.right_part {
  padding: 33px 0 20px 0;
  width: 560px;
  float: right;
  font-size: 0; }
  @media screen and (max-width: 1580px) {
  .right_part {
    padding: 27px 0 20px 0;
    width: 415px; } }
  @media screen and (max-width: 1020px) {
  .right_part {
    margin: 0 60px 0 0;
    width: 336px;
    padding: 20px 0 10px; } }
  @media screen and (max-width: 767px) {
  .right_part {
    margin: 0 auto;
    float: none;
    padding: 13px 0; } }
  @media screen and (max-width: 479px) {
  .right_part {
    width: auto; } }
  @media screen and (max-width: 420px) {
  .right_part {
    padding: 13px 0 20px; } }
  .right_part .phones_wrap {
    float: left;
    margin: 0 0 0 49px; }
  @media screen and (max-width: 1020px) {
    .right_part .phones_wrap {
      margin: 0; } }
  @media screen and (max-width: 420px) {
    .right_part .phones_wrap {
      float: none;
      text-align: center;
      padding: 0 0 10px; } }
  .right_part .phones_wrap .site_phones {
    color: #22172c;
    font: 22px/26px 'opssb', Arial, Helvetica, sans-serif;
    position: relative;
    padding: 0 0 0 28px; }
    @media screen and (max-width: 1580px) {
    .right_part .phones_wrap .site_phones {
      font-size: 17px;
      line-height: 20px;
      padding: 0 0 0 24px;
      max-width: 180px; } }
    @media screen and (max-width: 420px) {
    .right_part .phones_wrap .site_phones {
      display: inline-block;
      vertical-align: top; } }
    .right_part .phones_wrap .site_phones a {
      color: #22172c;
      text-decoration: none; }
    .right_part .phones_wrap .site_phones:before {
      position: absolute;
      content: '';
      left: 0;
      top: 4px;
      height: 17px;
      width: 17px;
      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%2217px%22%20height%3D%2217px%22%20%20viewBox%3D%220%200%2017%2017%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%238d60b7%22%20d%3D%22M12.752%2C8.502%20L17.004%2C4.254%20L12.752%2C0.006%20L12.752%2C2.555%20L9.351%2C2.555%20L9.351%2C5.953%20L12.752%2C5.953%20L12.752%2C8.502%20ZM14.453%2C12.324%20C13.390%2C12.324%2012.369%2C12.155%2011.417%2C11.840%20C11.120%2C11.746%2010.788%2C11.815%2010.550%2C12.044%20L8.679%2C13.913%20C6.272%2C12.690%204.299%2C10.727%203.075%2C8.314%20L4.946%2C6.437%20C5.184%2C6.216%205.252%2C5.885%205.159%2C5.587%20C4.844%2C4.636%204.674%2C3.616%204.674%2C2.555%20C4.674%2C2.088%204.291%2C1.705%203.823%2C1.705%20L0.847%2C1.705%20C0.380%2C1.705%20-0.003%2C2.088%20-0.003%2C2.555%20C-0.003%2C10.532%206.468%2C16.997%2014.453%2C16.997%20C14.921%2C16.997%2015.303%2C16.615%2015.303%2C16.147%20L15.303%2C13.174%20C15.303%2C12.707%2014.921%2C12.324%2014.453%2C12.324%20Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 0 0 no-repeat; }
      @media screen and (max-width: 1580px) {
    .right_part .phones_wrap .site_phones:before {
      background-size: 14px 14px;
      width: 14px;
      height: 14px; } }
  .right_part .but_wrap {
    overflow: hidden;
    text-align: right; }
  @media screen and (max-width: 420px) {
    .right_part .but_wrap {
      text-align: center; } }
  .right_part .but_wrap .top-but {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    text-decoration: none;
    background: #fc5c69;
    font: 20px/1 'ops', Arial, Helvetica, sans-serif;
    border: 2px solid #fc5c69;
    padding: 7px 16px 11px;
    margin: 6px 0 0 0;
    -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: 1580px) {
    .right_part .but_wrap .top-but {
      padding: 4px 10px 6px;
      font-size: 15px;
      margin-top: 4px; } }
    @media screen and (max-width: 767px) {
    .right_part .but_wrap .top-but {
      margin-top: 6px; } }
    .right_part .but_wrap .top-but:hover {
      color: #fc5c69;
      border-color: #fc5c69;
      background: #fff; }
    .right_part .but_wrap .top-but:active {
      color: #fc4a58;
      border-color: #fc5c69;
      background: #ffd5d8; }

.menu_open {
  position: absolute;
  right: 0;
  top: 18px;
  height: 38px;
  width: 38px;
  border: 1px solid #eaeaea;
  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%2212px%22%20%20viewBox%3D%220%200%2022%2012%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fc5c69%22%20d%3D%22M-0.001%2C12.000%20L-0.001%2C10.000%20L21.999%2C10.000%20L21.999%2C12.000%20L-0.001%2C12.000%20ZM-0.001%2C5.000%20L21.999%2C5.000%20L21.999%2C7.000%20L-0.001%2C7.000%20L-0.001%2C5.000%20ZM-0.001%2C-0.000%20L21.999%2C-0.000%20L21.999%2C2.000%20L-0.001%2C2.000%20L-0.001%2C-0.000%20Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 50% 50% no-repeat #fff;
  display: none;
  cursor: pointer; }
  @media screen and (max-width: 1020px) {
  .menu_open {
    display: block; } }
  @media screen and (max-width: 767px) {
  .menu_open {
    top: 10px; } }

.menu_wrapper .menu-top-wrap {
  position: relative;
  font-size: 0;
  background: #fcfcfc;
  border: 1px solid #eaeaea;
  -moz-box-shadow: inset 0px 1px 0px 0px #eaeaea;
  -webkit-box-shadow: inset 0px 1px 0px 0px #eaeaea;
  box-shadow: inset 0px 1px 0px 0px #eaeaea;
  padding: 1px 0 0 0; }
  .menu_wrapper .menu-top-wrap .menu_close {
    position: absolute;
    right: 0;
    top: 10px;
    width: 55px;
    height: 41px;
    z-index: 2;
    cursor: pointer;
    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%23ffffff%22%20d%3D%22M9.013%2C7.499%20L8.914%2C7.596%20L15.008%2C13.611%20L13.594%2C15.011%20L7.500%2C8.996%20L1.406%2C15.011%20L-0.008%2C13.611%20L6.086%2C7.596%20L5.987%2C7.499%20L6.086%2C7.401%20L-0.008%2C1.386%20L1.406%2C-0.014%20L7.500%2C6.000%20L13.594%2C-0.014%20L15.008%2C1.386%20L8.914%2C7.401%20L9.013%2C7.499%20Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 50% 50% no-repeat;
    display: none; }
    @media screen and (max-width: 1020px) {
    .menu_wrapper .menu-top-wrap .menu_close {
      display: block; } }
    @media screen and (max-width: 767px) {
    .menu_wrapper .menu-top-wrap .menu_close {
      top: 8px; } }
  @media screen and (max-width: 1020px) {
    .menu_wrapper .menu-top-wrap {
      position: fixed;
      right: 0;
      top: 0;
      bottom: 0;
      min-height: 100%;
      overflow: hidden;
      overflow-y: auto;
      width: 280px;
      border: 0;
      -webkit-transform: translate(100%, 0);
      -moz-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
      -o-transform: translate(100%, 0);
      transform: translate(100%, 0);
      background: #8d60b7;
      -webkit-transition: transform 0.3s;
      -moz-transition: transform 0.3s;
      -o-transition: transform 0.3s;
      -ms-transition: transform 0.3s;
      transition: transform 0.3s; }
      .menu_wrapper .menu-top-wrap.opened {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -moz-box-shadow: 0 0 0 10000px rgba(0,0,0,.7);
        -webkit-box-shadow: 0 0 0 10000px rgba(0,0,0,.7);
        box-shadow: 0 0 0 10000px rgba(0,0,0,.7); } }
  @media screen and (min-width: 750px) and (max-width: 1020px) {
    .menu_wrapper .menu-top-wrap {
      width: 300px; } }
  @media screen and (max-width: 1020px) {
      .menu_wrapper .menu-top-wrap .menu-top {
        padding: 51px 0 0 0; } }
    @media screen and (max-width: 767px) {
    .menu_wrapper .menu-top-wrap .menu-top {
      padding: 41px 0 0 0; } }
    .menu_wrapper .menu-top-wrap .menu-top > li {
      position: relative;
      display: inline-block;
      vertical-align: top;
      border-left: 1px solid #e1e1e1; }
      .menu_wrapper .menu-top-wrap .menu-top > li:first-child {
        border-left: 0; }
      .menu_wrapper .menu-top-wrap .menu-top > li.opened_level > ul {
        display: block; }
        .menu_wrapper .menu-top-wrap .menu-top > li.opened_level > a .my_span {
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          transform: rotate(90deg); }
      @media screen and (max-width: 1020px) {
    .menu_wrapper .menu-top-wrap .menu-top > li {
      border: 0;
      display: block; } }
      .menu_wrapper .menu-top-wrap .menu-top > li.has > a .my_span, .menu_wrapper .menu-top-wrap .menu-top > li.s3-menu-allin-has > a .my_span {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 38px;
        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%2211px%22%20height%3D%2219px%22%20%20viewBox%3D%220%200%2011%2019%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M-0.008%2C17.610%20L8.184%2C9.498%20L-0.008%2C1.385%20L1.406%2C-0.015%20L9.598%2C8.097%20L11.013%2C9.498%20L9.598%2C10.898%20L1.406%2C19.010%20L-0.008%2C17.610%20Z%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 50% 50% no-repeat;
        display: none; }
        @media screen and (max-width: 1020px) {
        .menu_wrapper .menu-top-wrap .menu-top > li.has > a .my_span, .menu_wrapper .menu-top-wrap .menu-top > li.s3-menu-allin-has > a .my_span {
          display: block; } }
        @media screen and (min-width: 750px) and (max-width: 1020px) {
        .menu_wrapper .menu-top-wrap .menu-top > li.has > a .my_span, .menu_wrapper .menu-top-wrap .menu-top > li.s3-menu-allin-has > a .my_span {
          width: 58px; } }
        .menu_wrapper .menu-top-wrap .menu-top > li.has > a:after, .menu_wrapper .menu-top-wrap .menu-top > li.s3-menu-allin-has > a:after {
          position: absolute;
          content: '';
          left: 0;
          right: 0;
          bottom: 12px;
          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;
          height: 11px;
          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%2219px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2019%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%238d60b7%22%20d%3D%22M1.389%2C11.008%20L9.501%2C2.815%20L17.614%2C11.008%20L19.014%2C9.594%20L10.902%2C1.401%20L9.501%2C-0.013%20L8.101%2C1.401%20L-0.012%2C9.594%20L1.389%2C11.008%20Z%22%20class%3D%22cls-1%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 50% 0 no-repeat; }
        @media screen and (max-width: 1580px) {
        .menu_wrapper .menu-top-wrap .menu-top > li.has > a:after, .menu_wrapper .menu-top-wrap .menu-top > li.s3-menu-allin-has > a:after {
          background-size: 14px 8px;
          bottom: 6px; } }
        @media screen and (max-width: 1020px) {
        .menu_wrapper .menu-top-wrap .menu-top > li.has > a:after, .menu_wrapper .menu-top-wrap .menu-top > li.s3-menu-allin-has > a:after {
          display: none; } }
        .menu_wrapper .menu-top-wrap .menu-top > li.has > a.active:after, .menu_wrapper .menu-top-wrap .menu-top > li.s3-menu-allin-has > a.active:after, .menu_wrapper .menu-top-wrap .menu-top > li.has > a.s3-menu-allin-open:after, .menu_wrapper .menu-top-wrap .menu-top > li.s3-menu-allin-has > a.s3-menu-allin-open:after {
          opacity: 1;
          visibility: visible; }
      .menu_wrapper .menu-top-wrap .menu-top > li > a {
        padding: 0 24px;
        display: block;
        height: 77px;
        font: 17px/77px 'opssb', Arial, Helvetica, sans-serif;
        text-decoration: none;
        color: #333;
        position: relative;
        -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: 1580px) {
    .menu_wrapper .menu-top-wrap .menu-top > li > a {
      height: 61px;
      line-height: 61px;
      font-size: 15px; } }
        @media screen and (max-width: 1020px) {
    .menu_wrapper .menu-top-wrap .menu-top > li > a {
      color: #fff;
      height: auto;
      line-height: 1;
      padding: 12px 38px 13px 30px; } }
        .menu_wrapper .menu-top-wrap .menu-top > li > a:before {
          position: absolute;
          content: '';
          left: 50%;
          right: 50%;
          bottom: -1px;
          height: 3px;
          background: #8d60b7;
          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: 1020px) {
      .menu_wrapper .menu-top-wrap .menu-top > li > a:before {
        display: none; } }
        .menu_wrapper .menu-top-wrap .menu-top > li > a:hover, .menu_wrapper .menu-top-wrap .menu-top > li > a.active, .menu_wrapper .menu-top-wrap .menu-top > li > a.s3-menu-allin-open {
          color: #8d60b7;
          background: #fff; }
        @media screen and (max-width: 1020px) {
      .menu_wrapper .menu-top-wrap .menu-top > li > a:hover, .menu_wrapper .menu-top-wrap .menu-top > li > a.active, .menu_wrapper .menu-top-wrap .menu-top > li > a.s3-menu-allin-open {
        background: none;
        color: #deb9ff; } }
        .menu_wrapper .menu-top-wrap .menu-top > li > a:hover:before, .menu_wrapper .menu-top-wrap .menu-top > li > a.active:before, .menu_wrapper .menu-top-wrap .menu-top > li > a.s3-menu-allin-open:before {
          opacity: 1;
          visibility: visible;
          right: 0;
          left: 0; }
    .menu_wrapper .menu-top-wrap .menu-top ul {
      background: #8d60b7;
      position: absolute;
      left: 0 !important;
      top: 100% !important;
      padding: 12px 0 29px 0;
      width: 270px;
      display: none; }
      @media screen and (max-width: 1580px) {
    .menu_wrapper .menu-top-wrap .menu-top ul {
      width: 230px;
      padding: 10px 0; } }
      @media screen and (max-width: 1020px) {
    .menu_wrapper .menu-top-wrap .menu-top ul {
      position: static;
      left: 0;
      top: 0;
      padding: 0;
      width: auto;
      background: #8159a6; } }
      .menu_wrapper .menu-top-wrap .menu-top ul li {
        position: relative; }
        .menu_wrapper .menu-top-wrap .menu-top ul li.opened_level > ul {
          display: block; }
        .menu_wrapper .menu-top-wrap .menu-top ul li.opened_level > a .my_span {
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          transform: rotate(90deg); }
        .menu_wrapper .menu-top-wrap .menu-top ul li.has > a .my_span {
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
          width: 38px;
          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%2211px%22%20height%3D%2219px%22%20%20viewBox%3D%220%200%2011%2019%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M-0.008%2C17.610%20L8.184%2C9.498%20L-0.008%2C1.385%20L1.406%2C-0.015%20L9.598%2C8.097%20L11.013%2C9.498%20L9.598%2C10.898%20L1.406%2C19.010%20L-0.008%2C17.610%20Z%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 50% 50% no-repeat;
          background-size: 7px 13px;
          display: none; }
        @media screen and (max-width: 1020px) {
        .menu_wrapper .menu-top-wrap .menu-top ul li.has > a .my_span {
          display: block; } }
        .menu_wrapper .menu-top-wrap .menu-top ul li a {
          color: #fff;
          font: 16px/1 'ops', Arial, Helvetica, sans-serif;
          display: block;
          text-decoration: none;
          padding: 17px 20px 17px 30px;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          -ms-transition: all 0.3s;
          transition: all 0.3s;
          position: relative; }
        @media screen and (max-width: 1580px) {
      .menu_wrapper .menu-top-wrap .menu-top ul li a {
        font-size: 14px;
        padding: 13px 20px 14px 20px; } }
        @media screen and (max-width: 1020px) {
      .menu_wrapper .menu-top-wrap .menu-top ul li a {
        color: #deb9ff;
        font-size: 15px;
        padding: 12px 38px 13px 40px; } }
        .menu_wrapper .menu-top-wrap .menu-top ul li a:hover, .menu_wrapper .menu-top-wrap .menu-top ul li a.active, .menu_wrapper .menu-top-wrap .menu-top ul li a.s3-menu-allin-open {
          color: #deb9ff; }
        @media screen and (max-width: 1020px) {
        .menu_wrapper .menu-top-wrap .menu-top ul li a:hover, .menu_wrapper .menu-top-wrap .menu-top ul li a.active, .menu_wrapper .menu-top-wrap .menu-top ul li a.s3-menu-allin-open {
          color: #fff; } }
      @media screen and (min-width: 1021px) {
      .menu_wrapper .menu-top-wrap .menu-top ul ul {
        left: 100% !important;
        top: 0 !important; } }
        @media screen and (max-width: 1020px) {
    .menu_wrapper .menu-top-wrap .menu-top ul ul {
      padding-left: 10px; } }

.jblock_wrapper {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  background: #fff;
  padding: 30px 250px 10px;
  font-size: 0;
  overflow: hidden; }
  @media screen and (max-width: 1580px) {
  .jblock_wrapper {
    padding: 30px 102px 10px; } }
  @media screen and (max-width: 1120px) {
  .jblock_wrapper {
    padding: 20px 20px 0; } }
  .jblock_wrapper .jblock_inner {
    margin: 0 -19px 0 0;
    text-align: center; }
  @media screen and (max-width: 1144px) {
    .jblock_wrapper .jblock_inner {
      margin: 0 -3% 0 0; } }
  @media screen and (max-width: 700px) {
    .jblock_wrapper .jblock_inner {
      margin: 0; } }
  .jblock_wrapper .jblock {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    width: 455px;
    margin: 0 19px 30px 0;
    position: relative; }
  @media screen and (max-width: 1144px) {
    .jblock_wrapper .jblock {
      width: 47%;
      margin: 0 3% 30px 0; } }
  @media screen and (max-width: 1020px) {
    .jblock_wrapper .jblock {
      margin: 0 3% 20px 0; } }
  @media screen and (max-width: 700px) {
    .jblock_wrapper .jblock {
      margin: 0 0 10px;
      width: 100%; } }
  .jblock_wrapper .jblock img {
    min-height: 300px;
    width: 100%;
    max-height: 300px; }
    @media screen and (max-width: 1020px) {
    .jblock_wrapper .jblock img {
      min-height: 235px; } }
    @media screen and (max-width: 700px) {
    .jblock_wrapper .jblock img {
      min-height: 160px;
      max-height: 235px; } }
    @media screen and (max-width: 600px) {
    .jblock_wrapper .jblock img {
      max-height: 160px; } }
    @media screen and (max-width: 440px) {
    .jblock_wrapper .jblock img {
      max-height: 140px;
      min-height: 140px; } }
  .jblock_wrapper .jblock a {
    display: block; }
    .jblock_wrapper .jblock a:hover .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%2211px%22%20height%3D%2219px%22%20%20viewBox%3D%220%200%2011%2019%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23deb9ff%22%20d%3D%22M-0.008%2C17.611%20L8.184%2C9.499%20L-0.008%2C1.386%20L1.406%2C-0.014%20L9.598%2C8.098%20L11.013%2C9.499%20L9.598%2C10.898%20L1.406%2C19.011%20L-0.008%2C17.611%20Z%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 0 0 no-repeat; }
    .jblock_wrapper .jblock a:active .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%2211px%22%20height%3D%2219px%22%20%20viewBox%3D%220%200%2011%2019%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23a17bc4%22%20d%3D%22M-0.008%2C17.611%20L8.184%2C9.499%20L-0.008%2C1.386%20L1.406%2C-0.014%20L9.598%2C8.098%20L11.013%2C9.499%20L9.598%2C10.898%20L1.406%2C19.011%20L-0.008%2C17.611%20Z%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 0 0 no-repeat; }
  .jblock_wrapper .jblock:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    background-image: linear-gradient(to top, #22172c 0%, #22172c 19%, transparent 50%, transparent 100%);
    -moz-background-image: linear-gradient(to top, #22172c 0%, #22172c 19%, transparent 50%, transparent 100%);
    -o-background-image: linear-gradient(to top, #22172c 0%, #22172c 19%, transparent 50%, transparent 100%);
    -webkit-background-image: linear-gradient(to top, #22172c 0%, #22172c 19%, transparent 50%, transparent 100%);
    -ms-background-image: linear-gradient(to top, #22172c 0%, #22172c 19%, transparent 50%, transparent 100%); }
    @media screen and (max-width: 700px) {
    .jblock_wrapper .jblock:before {
      background: rgba(59, 42, 74, .7); } }
  .jblock_wrapper .jblock .arrow {
    position: absolute;
    right: 30px;
    bottom: 33px;
    width: 11px;
    height: 19px;
    content: '';
    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%2211px%22%20height%3D%2219px%22%20%20viewBox%3D%220%200%2011%2019%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M-0.008%2C17.611%20L8.184%2C9.499%20L-0.008%2C1.386%20L1.406%2C-0.014%20L9.598%2C8.098%20L11.013%2C9.499%20L9.598%2C10.898%20L1.406%2C19.011%20L-0.008%2C17.611%20Z%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 0 0 no-repeat; }
    @media screen and (max-width: 1020px) {
    .jblock_wrapper .jblock .arrow {
      right: 20px; } }
    @media screen and (max-width: 600px) {
    .jblock_wrapper .jblock .arrow {
      right: 15px; } }
    @media screen and (max-width: 440px) {
    .jblock_wrapper .jblock .arrow {
      right: 10px; } }
  .jblock_wrapper .jblock .jblock_text {
    position: absolute;
    left: 20px;
    right: 60px;
    bottom: 21px; }
    @media screen and (max-width: 700px) {
    .jblock_wrapper .jblock .jblock_text {
      right: 30px; } }
    @media screen and (max-width: 440px) {
    .jblock_wrapper .jblock .jblock_text {
      right: 20px; } }
    .jblock_wrapper .jblock .jblock_text .title {
      color: #f6c217;
      font: 22px/1 'ops', Arial, Helvetica, sans-serif;
      padding: 0 0 8px;
      display: block; }
      @media screen and (max-width: 1020px) {
    .jblock_wrapper .jblock .jblock_text .title {
      font-size: 20px; } }
    .jblock_wrapper .jblock .jblock_text .price {
      display: block;
      color: #fff;
      font: 17px/1 'ops', Arial, Helvetica, sans-serif; }

.jblock_wrapper1 {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  background: #fff;
  padding: 25px 250px 40px; }
  @media screen and (max-width: 1580px) {
  .jblock_wrapper1 {
    padding: 0 102px 20px; } }
  @media screen and (max-width: 1120px) {
  .jblock_wrapper1 {
    padding: 0 20px 20px; } }
  @media screen and (max-width: 700px) {
  .jblock_wrapper1 {
    padding: 10px 20px 10px; } }
  .jblock_wrapper1 .jblock_title {
    color: #fc4a58;
    font: 32px/1 'opssb', Arial, Helvetica, sans-serif; }
  @media screen and (max-width: 1580px) {
    .jblock_wrapper1 .jblock_title {
      font-size: 26px; } }
  @media screen and (max-width: 680px) {
    .jblock_wrapper1 .jblock_title {
      font-size: 22px; } }
  .jblock_wrapper1 .jblock_title .all {
    float: right;
    color: #8d60b7;
    font: 17px/1 'ops', Arial, Helvetica, sans-serif;
    margin: 22px 0 0 0; }
    @media screen and (max-width: 1680px) {
    .jblock_wrapper1 .jblock_title .all {
      font-size: 14px; } }
    @media screen and (max-width: 1020px) {
    .jblock_wrapper1 .jblock_title .all {
      margin-top: 12px; } }
    @media screen and (max-width: 680px) {
    .jblock_wrapper1 .jblock_title .all {
      display: none; } }
  .jblock_wrapper1 .jblock_wrap {
    padding: 29px 0 0 0;
    font-size: 0; }
  @media screen and (max-width: 1680px) {
    .jblock_wrapper1 .jblock_wrap {
      padding: 18px 0 0 0; } }
  .jblock_wrapper1 .jblock {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    background: #fc4a58;
    margin-right: 2%;
    margin-bottom: 10px;
    /*& + .jblock {
     margin-left: 2%;
     @media screen and (max-width: 680px) {
     margin-left: 0;
     }
     }*/ }
  .jblock_wrapper1 .jblock:nth-child(3n) {
    margin-right: 0; }
    @media screen and (max-width: 680px) {
    .jblock_wrapper1 .jblock:nth-child(3n) {
      margin-right: 0; } }
  @media screen and (max-width: 680px) {
    .jblock_wrapper1 .jblock {
      width: auto;
      display: block;
      margin: 0 0 10px; } }
  @media screen and (max-width: 680px) {
    .jblock_wrapper1 .jblock {
      margin-left: 0; } }
  .jblock_wrapper1 .jblock:hover {
    background: #ff5f6c; }
  .jblock_wrapper1 .jblock:active {
    background: #eb2a3a; }
  .jblock_wrapper1 .jblock_in {
    padding: 30px 20px 30px 20px; }
  @media screen and (max-width: 1680px) {
    .jblock_wrapper1 .jblock_in {
      padding: 20px; } }
  @media screen and (max-width: 979px) {
    .jblock_wrapper1 .jblock_in {
      padding: 10px 10px 19px; } }
  @media screen and (max-width: 680px) {
    .jblock_wrapper1 .jblock_in {
      padding: 20px; } }
  @media screen and (max-width: 979px) {
    .jblock_wrapper1 .count_span {
      display: block;
      text-align: center;
      padding: 0 0 13px; } }
  @media screen and (max-width: 680px) {
    .jblock_wrapper1 .count_span {
      display: inline; } }
  .jblock_wrapper1 .count {
    float: left;
    width: 56px;
    height: 56px;
    border: 2px solid #fff;
    -webkit-border-radius : 50%;
    -moz-border-radius : 50%;
    -ms-border-radius : 50%;
    -o-border-radius : 50%;
    border-radius : 50%;
    color: #fff;
    text-align: center;
    font: 26px/56px 'ops', Arial, Helvetica, sans-serif;
    margin: 0 32px 0 0; }
  @media screen and (max-width: 1680px) {
    .jblock_wrapper1 .count {
      width: 36px;
      height: 36px;
      font-size: 18px;
      margin: 0 20px 0 0;
      line-height: 36px; } }
  @media screen and (max-width: 979px) {
    .jblock_wrapper1 .count {
      float: none;
      display: inline-block;
      vertical-align: top;
      margin: 0; } }
  @media screen and (max-width: 680px) {
    .jblock_wrapper1 .count {
      float: left;
      margin: 0 20px 0 0; } }
  .jblock_wrapper1 .title {
    color: #fff;
    overflow: hidden;
    font: 22px/26px 'ops', Arial, Helvetica, sans-serif;
    margin-top: 8px; }
  .jblock_wrapper1 .title a {
    text-decoration: none;
    color: #fff; }
  @media screen and (max-width: 1680px) {
    .jblock_wrapper1 .title {
      font-size: 15px;
      line-height: 18px;
      margin-top: 0; } }
  @media screen and (max-width: 979px) {
    .jblock_wrapper1 .title {
      overflow: visible;
      text-align: center; } }
  @media screen and (max-width: 680px) {
    .jblock_wrapper1 .title {
      overflow: hidden;
      text-align: left; } }

.jblock_wrapper2 {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  background: #fff;
  padding: 25px 250px 70px; }
  @media screen and (max-width: 1580px) {
  .jblock_wrapper2 {
    padding: 20px 102px 50px; } }
  @media screen and (max-width: 1120px) {
  .jblock_wrapper2 {
    padding: 0 20px 30px; } }
  .jblock_wrapper2 .jblock_title {
    color: #333;
    padding: 0 0 36px;
    font: 32px/1 'opssb', Arial, Helvetica, sans-serif; }
  @media screen and (max-width: 1580px) {
    .jblock_wrapper2 .jblock_title {
      font-size: 26px;
      padding: 0 0 28px; } }
  @media screen and (max-width: 1020px) {
    .jblock_wrapper2 .jblock_title {
      padding: 0 0 18px; } }
  @media screen and (max-width: 767px) {
    .jblock_wrapper2 .jblock_title {
      font-size: 22px; } }
  .jblock_wrapper2 .jblock_wrap {
    border: 1px solid #eaeaea;
    -moz-box-shadow: inset 0 2px 0 #eaeaea;
    -webkit-box-shadow: inset 0 2px 0 #eaeaea;
    box-shadow: inset 0 2px 0 #eaeaea; }
  .jblock_wrapper2 .jblock_wrap .jblock {
    font-size: 0;
    width: 100%;
    display: table;
    border-bottom: 1px solid #eaeaea; }
    .jblock_wrapper2 .jblock_wrap .jblock:nth-child(odd) {
      background: #fff; }
    @media screen and (max-width: 470px) {
    .jblock_wrapper2 .jblock_wrap .jblock {
      display: block;
      width: auto;
      padding: 13px 20px 19px; } }
    .jblock_wrapper2 .jblock_wrap .jblock:last-child {
      border-bottom: 0; }
    @media screen and (max-width: 767px) {
      .jblock_wrapper2 .jblock_wrap .jblock .my_wrap {
        display: table-cell;
        vertical-align: middle; } }
      @media screen and (max-width: 470px) {
    .jblock_wrapper2 .jblock_wrap .jblock .my_wrap {
      display: block;
      vertical-align: top;
      padding: 0; } }
    @media screen and (min-width: 768px) {
      .jblock_wrapper2 .jblock_wrap .jblock .item1, .jblock_wrapper2 .jblock_wrap .jblock .item2, .jblock_wrapper2 .jblock_wrap .jblock .item3 {
        display: table-cell;
        vertical-align: middle;
        width: 33%;
        box-sizing: border-box; } }
    .jblock_wrapper2 .jblock_wrap .jblock .item1 {
      border-right: 1px solid #eaeaea; }
      @media screen and (max-width: 767px) {
    .jblock_wrapper2 .jblock_wrap .jblock .item1 {
      width: auto;
      border: none; } }
      .jblock_wrapper2 .jblock_wrap .jblock .item1 .title {
        padding: 22px 20px 23px 30px;
        font: 20px/1 'opssb', Arial, Helvetica, sans-serif; }
        @media screen and (max-width: 1580px) {
    .jblock_wrapper2 .jblock_wrap .jblock .item1 .title {
      padding: 15px 20px 15px 20px;
      font-size: 14px; } }
        @media screen and (max-width: 767px) {
    .jblock_wrapper2 .jblock_wrap .jblock .item1 .title {
      padding: 6px 20px 7px; } }
        @media screen and (max-width: 470px) {
    .jblock_wrapper2 .jblock_wrap .jblock .item1 .title {
      padding: 0 0 8px;
      font-size: 14px; } }
        .jblock_wrapper2 .jblock_wrap .jblock .item1 .title a {
          color: #8d60b7; }
    .jblock_wrapper2 .jblock_wrap .jblock .item2 {
      width: 34%;
      border-right: 1px solid #eaeaea; }
      @media screen and (max-width: 767px) {
    .jblock_wrapper2 .jblock_wrap .jblock .item2 {
      width: auto; } }
      @media screen and (max-width: 767px) {
    .jblock_wrapper2 .jblock_wrap .jblock .item2 {
      width: auto;
      border: none; } }
      .jblock_wrapper2 .jblock_wrap .jblock .item2 .price {
        color: #333;
        font: 20px/1 'opsb', Arial, Helvetica, sans-serif;
        padding: 22px 20px 23px 30px; }
        @media screen and (max-width: 1580px) {
    .jblock_wrapper2 .jblock_wrap .jblock .item2 .price {
      padding: 15px 20px 15px 20px;
      font-size: 14px; } }
        @media screen and (max-width: 767px) {
    .jblock_wrapper2 .jblock_wrap .jblock .item2 .price {
      padding: 0 20px 7px; } }
        @media screen and (max-width: 470px) {
    .jblock_wrapper2 .jblock_wrap .jblock .item2 .price {
      padding: 0 0 13px;
      font-size: 14px; } }
    .jblock_wrapper2 .jblock_wrap .jblock .item3 {
      text-align: right; }
      @media screen and (max-width: 767px) {
    .jblock_wrapper2 .jblock_wrap .jblock .item3 {
      display: table-cell;
      vertical-align: middle;
      width: 35%; } }
      @media screen and (max-width: 470px) {
    .jblock_wrapper2 .jblock_wrap .jblock .item3 {
      display: block;
      vertical-align: top;
      text-align: left; } }
      .jblock_wrapper2 .jblock_wrap .jblock .item3 .but {
        display: inline-block;
        margin: 15px 30px 15px 15px;
        color: #fc5c69;
        background: #fff;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
        border: 1px solid #fc5c69;
        font: 20px/1 'ops', Arial, Helvetica, sans-serif;
        text-decoration: none;
        padding: 9px 30px 9px; }
        @media screen and (max-width: 1580px) {
    .jblock_wrapper2 .jblock_wrap .jblock .item3 .but {
      padding: 8px 28px 8px;
      font-size: 14px;
      margin: 10px 20px; } }
        @media screen and (max-width: 767px) {
    .jblock_wrapper2 .jblock_wrap .jblock .item3 .but {
      margin: 24px 10px; } }
        @media screen and (max-width: 470px) {
    .jblock_wrapper2 .jblock_wrap .jblock .item3 .but {
      font-size: 14px;
      margin: 0;
      padding: 5px 28px 6px; } }
        .jblock_wrapper2 .jblock_wrap .jblock .item3 .but:hover {
          border-color: #fc5c69;
          background: #fc4a58;
          color: #fff; }
        .jblock_wrapper2 .jblock_wrap .jblock .item3 .but:active {
          border-color: #fc5c69;
          color: #fc4a58;
          background: #ffd5d9; }

.jblock_wrapper3 {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  padding: 65px 250px 20px;
  background: #8d60b7; }
  @media screen and (max-width: 1580px) {
  .jblock_wrapper3 {
    padding: 43px 102px 20px; } }
  @media screen and (max-width: 1120px) {
  .jblock_wrapper3 {
    padding: 24px 20px 20px; } }
  @media screen and (max-width: 979px) {
  .jblock_wrapper3 {
    padding: 24px 20px 10px; } }
  @media screen and (max-width: 700px) {
  .jblock_wrapper3 {
    padding: 20px 20px 20px; } }
  .jblock_wrapper3 .jblock_title {
    color: #fff;
    font: 32px/1 'opssb', Arial, Helvetica, sans-serif;
    padding: 0 0 36px; }
  @media screen and (max-width: 1580px) {
    .jblock_wrapper3 .jblock_title {
      font-size: 26px;
      padding: 0 0 23px; } }
  @media screen and (max-width: 1020px) {
    .jblock_wrapper3 .jblock_title {
      padding: 0 0 19px; } }
  @media screen and (max-width: 700px) {
    .jblock_wrapper3 .jblock_title {
      font-size: 22px;
      padding: 0 0 17px; } }
  .jblock_wrapper3 .jblock_wrap {
    overflow: hidden; }
  .jblock_wrapper3 .jblock_inner {
    margin: 0 -1.6% 0 0;
    text-align: center; }
  @media screen and (max-width: 979px) {
    .jblock_wrapper3 .jblock_inner {
      margin: 0 -2.9% 0 0; } }
  @media screen and (max-width: 700px) {
    .jblock_wrapper3 .jblock_inner {
      margin: 0; } }
  .jblock_wrapper3 .jblock {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    width: 31.4%;
    margin: 0 1.6% 50px 0;
    border-top: 2px solid #7b52a0; }
  @media screen and (max-width: 1580px) {
    .jblock_wrapper3 .jblock {
      margin: 0 1.6% 30px 0;
      border-width: 1px; } }
  @media screen and (max-width: 979px) {
    .jblock_wrapper3 .jblock {
      width: 46.6%;
      margin: 0 2.9% 20px 0; } }
  @media screen and (max-width: 700px) {
    .jblock_wrapper3 .jblock {
      margin: 0 0 10px;
      width: auto;
      display: block; } }
  .jblock_wrapper3 .jblock_in {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .jblock_wrapper3 .title {
    color: #fff;
    font: 20px/24px 'ops', Arial, Helvetica, sans-serif;
    padding: 0 10px 0 0;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  @media screen and (max-width: 1580px) {
    .jblock_wrapper3 .title {
      font-size: 14px;
      line-height: 16px; } }
  @media screen and (max-width: 979px) {
    .jblock_wrapper3 .title {
      padding: 0 20px 0 0; } }
  @media screen and (max-width: 700px) {
    .jblock_wrapper3 .title {
      padding: 0; } }
  .jblock_wrapper3 .pic {
    width: 140px;
    height: 138px;
    background: #7b52a0;
    text-align: center;
    margin: 0 30px 0 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 140px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 140px;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px; }
  @media screen and (max-width: 1580px) {
    .jblock_wrapper3 .pic {
      height: 91px;
      width: 92px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 92px;
      -moz-box-flex: 0;
      -moz-flex: 0 0 92px;
      -ms-flex: 0 0 92px;
      flex: 0 0 92px;
      margin: 0 20px 0 0; } }
    @media screen and (max-width: 1580px) and (max-width: 700px) {
      .jblock_wrapper3 .pic {
        width: 72px;
        height: 71px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 72px;
        -moz-box-flex: 0;
        -moz-flex: 0 0 72px;
        -ms-flex: 0 0 72px;
        flex: 0 0 72px; } }
  .jblock_wrapper3 .pic .svg {
    width: 104px;
    height: 102px;
    margin: 18px 0 0 0; }
    @media screen and (max-width: 1580px) {
    .jblock_wrapper3 .pic .svg {
      width: 64px;
      height: 69px;
      margin-top: 13px; } }
    @media screen and (max-width: 700px) {
    .jblock_wrapper3 .pic .svg {
      width: 43px;
      height: 46px;
      margin-top: 12px; } }
  .jblock_wrapper3 .pic .svg1 {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px; }
    @media screen and (max-width: 1580px) {
    .jblock_wrapper3 .pic .svg1 {
      margin-left: 6px; } }
    @media screen and (max-width: 700px) {
    .jblock_wrapper3 .pic .svg1 {
      margin-left: 4px; } }
    .jblock_wrapper3 .pic .svg1 img {
      margin-top: 11px; }
    @media screen and (max-width: 1580px) {
      .jblock_wrapper3 .pic .svg1 img {
        width: 64px;
        height: 52px;
        margin-top: 6px; } }
    @media screen and (max-width: 700px) {
      .jblock_wrapper3 .pic .svg1 img {
        width: 43px;
        height: 46px;
        margin-top: 0; } }
  .jblock_wrapper3 .pic .svg2 {
    display: inline-block;
    vertical-align: top; }
    @media screen and (max-width: 1580px) {
      .jblock_wrapper3 .pic .svg2 img {
        width: 59px;
        height: 69px;
        margin-top: 0; } }
    @media screen and (max-width: 700px) {
      .jblock_wrapper3 .pic .svg2 img {
        width: 40px;
        height: 46px; } }
  .jblock_wrapper3 .pic .svg3 {
    display: inline-block;
    vertical-align: top; }
    .jblock_wrapper3 .pic .svg3 img {
      margin-top: 2px; }
    @media screen and (max-width: 1580px) {
      .jblock_wrapper3 .pic .svg3 img {
        width: 53px;
        height: 57px;
        margin-top: 2px; } }
    @media screen and (max-width: 700px) {
      .jblock_wrapper3 .pic .svg3 img {
        width: 36px;
        height: 38px; } }
  .jblock_wrapper3 .pic .svg4 {
    display: inline-block;
    vertical-align: top; }
    .jblock_wrapper3 .pic .svg4 img {
      margin-top: 15px; }
    @media screen and (max-width: 1580px) {
      .jblock_wrapper3 .pic .svg4 img {
        width: 51px;
        height: 50px;
        margin-top: 10px; } }
    @media screen and (max-width: 700px) {
      .jblock_wrapper3 .pic .svg4 img {
        width: 35px;
        height: 34px;
        margin-top: 7px; } }
  .jblock_wrapper3 .pic .svg5 {
    display: inline-block;
    vertical-align: top; }
    .jblock_wrapper3 .pic .svg5 img {
      margin-top: 9px; }
    @media screen and (max-width: 1580px) {
      .jblock_wrapper3 .pic .svg5 img {
        width: 44px;
        height: 58px;
        margin-top: 4px; } }
    @media screen and (max-width: 700px) {
      .jblock_wrapper3 .pic .svg5 img {
        width: 32px;
        height: 42px;
        margin-top: 2px; } }
  .jblock_wrapper3 .pic .svg6 {
    display: inline-block;
    vertical-align: top; }
    .jblock_wrapper3 .pic .svg6 img {
      margin-top: 10px; }
    @media screen and (max-width: 1580px) {
      .jblock_wrapper3 .pic .svg6 img {
        width: 57px;
        height: 52px;
        margin-top: 8px; } }
    @media screen and (max-width: 700px) {
      .jblock_wrapper3 .pic .svg6 img {
        width: 38px;
        height: 34px;
        margin-top: 6px; } }

.slider_wrapper {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  background: #fcfcfc;
  padding: 64px 250px 60px; }
  @media screen and (max-width: 1580px) {
  .slider_wrapper {
    padding: 40px 102px 30px; } }
  @media screen and (max-width: 1120px) {
  .slider_wrapper {
    padding: 60px 20px 30px; } }
  @media screen and (max-width: 979px) {
  .slider_wrapper {
    padding: 20px 20px 20px; } }
  @media screen and (max-width: 767px) {
  .slider_wrapper {
    padding: 20px 20px 54px; } }
  @media screen and (max-width: 479px) {
  .slider_wrapper {
    padding: 20px 20px 44px; } }
  .slider_wrapper .slider_title {
    font: 32px/1 'opssb', Arial, Helvetica, sans-serif;
    color: #333;
    padding: 0 0 44px; }
  @media screen and (max-width: 1580px) {
    .slider_wrapper .slider_title {
      font-size: 26px;
      padding: 0 0 38px; } }
  @media screen and (max-width: 979px) {
    .slider_wrapper .slider_title {
      padding: 0 0 20px; } }
  .slider_wrapper .slider_wrap {
    position: relative;
    padding: 0 80px; }
  @media screen and (max-width: 1580px) {
    .slider_wrapper .slider_wrap {
      padding: 0 54px; } }
  @media screen and (max-width: 767px) {
    .slider_wrapper .slider_wrap {
      padding: 0; } }
  .slider_wrapper .slider {
    position: static; }
  .slider_wrapper .owl-stage-outer {
    padding: 0 0 10px 5px; }
  .slider_wrapper .slider_top {
    padding: 0 0 20px; }
  .slider_wrapper .slider_top .pic {
    float: left;
    width: 60px;
    height: 60px;
    margin: 0 30px 0 0; }
    .slider_wrapper .slider_top .pic img {
      border: none;
      font-size: 0; }
    @media screen and (max-width: 1580px) {
    .slider_wrapper .slider_top .pic {
      width: 44px;
      height: 44px;
      margin: 0 20px 0 0; }
      .slider_wrapper .slider_top .pic img {
        width: 44px;
        height: 44px; } }
  .slider_wrapper .slider_top .title {
    font: 22px/1 'opssb', Arial, Helvetica, sans-serif;
    padding: 16px 0 0 0;
    overflow: hidden; }
    @media screen and (max-width: 1580px) {
    .slider_wrapper .slider_top .title {
      font-size: 17px;
      padding: 11px 0 0 0; } }
    .slider_wrapper .slider_top .title a {
      color: #fc5c69;
      text-decoration: none; }
    .slider_wrapper .slider_top .title a:hover {
      text-decoration: underline; }
  .slider_wrapper .slider_text {
    color: #555;
    font: 17px/24px 'ops', Arial, Helvetica, sans-serif;
    background: #fff;
    -moz-box-shadow:  0px 1px 5px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow:  0px 1px 5px 0px rgba(0, 0, 0, 0.08);
    box-shadow:  0px 1px 5px 0px rgba(0, 0, 0, 0.08);
    padding: 20px 30px 25px 30px;
    position: relative;
    margin: 0 9px 0 0; }
  @media screen and (max-width: 1580px) {
    .slider_wrapper .slider_text {
      font-size: 14px;
      line-height: 20px; } }
  @media screen and (max-width: 979px) {
    .slider_wrapper .slider_text {
      padding: 20px 20px 20px 20px; } }
  .slider_wrapper .slider_text:before {
    position: absolute;
    content: '';
    left: 21px;
    z-index: 2;
    top: -9px;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 0 8.5px 9px 8.5px;
    border-bottom-color: #fff; }
  @media screen and (max-width: 767px) {
    .slider_wrapper .owl-nav {
      position: absolute;
      text-align: center;
      font-size: 0;
      left: 0;
      right: 0;
      bottom: -40px; } }
  @media screen and (max-width: 479px) {
    .slider_wrapper .owl-nav {
      bottom: -35px; } }
  .slider_wrapper .owl-prev, .slider_wrapper .owl-next {
    border: 2px solid #d7d7d7;
    background: #fff; }
  @media screen and (max-width: 1580px) {
    .slider_wrapper .owl-prev, .slider_wrapper .owl-next {
      border-width: 1px; } }
  .slider_wrapper .owl-prev:hover, .slider_wrapper .owl-next:hover {
    border-color: #7b52a0;
    background: #fff; }
  .slider_wrapper .owl-prev:active, .slider_wrapper .owl-next:active {
    border-color: #a17bc4;
    background: #fff; }
  .slider_wrapper .owl-prev {
    position: absolute;
    top: 50%;
    width: 46px;
    height: 46px;
    font-size: 0;
    left: 0;
    margin-top: -23px;
    -webkit-border-radius : 50%;
    -moz-border-radius : 50%;
    -ms-border-radius : 50%;
    -o-border-radius : 50%;
    border-radius : 50%; }
  @media screen and (max-width: 1580px) {
    .slider_wrapper .owl-prev {
      width: 32px;
      height: 32px;
      margin-top: -16px; } }
  @media screen and (max-width: 767px) {
    .slider_wrapper .owl-prev {
      margin: 0 10px 0 0;
      top: 0;
      position: relative;
      display: inline-block;
      vertical-align: top; } }
  .slider_wrapper .owl-prev:before {
    position: absolute;
    content: '';
    left: 0;
    -webkit-border-radius : 50%;
    -moz-border-radius : 50%;
    -ms-border-radius : 50%;
    -o-border-radius : 50%;
    border-radius : 50%;
    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%2211px%22%20height%3D%2219px%22%20%20viewBox%3D%220%200%2011%2019%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23d7d7d7%22%20d%3D%22M11.008%2C17.781%20L2.816%2C9.588%20L11.008%2C1.396%20L9.594%2C-0.018%20L1.402%2C8.174%20L-0.013%2C9.588%20L1.402%2C11.002%20L9.594%2C19.195%20L11.008%2C17.781%20Z%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 16px 14px no-repeat; }
    @media screen and (max-width: 1580px) {
    .slider_wrapper .owl-prev:before {
      background-size: 8px 13px;
      background-position: 11px 10px; } }
  .slider_wrapper .owl-prev:hover: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%2211px%22%20height%3D%2219px%22%20%20viewBox%3D%220%200%2011%2019%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%237b52a0%22%20d%3D%22M11.008%2C17.781%20L2.816%2C9.588%20L11.008%2C1.396%20L9.594%2C-0.018%20L1.402%2C8.174%20L-0.013%2C9.588%20L1.402%2C11.002%20L9.594%2C19.195%20L11.008%2C17.781%20Z%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 16px 14px no-repeat; }
    @media screen and (max-width: 1580px) {
    .slider_wrapper .owl-prev:hover:before {
      background-size: 8px 13px;
      background-position: 11px 10px; } }
  .slider_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%2211px%22%20height%3D%2219px%22%20%20viewBox%3D%220%200%2011%2019%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23a17bc4%22%20d%3D%22M11.008%2C17.781%20L2.816%2C9.588%20L11.008%2C1.396%20L9.594%2C-0.018%20L1.402%2C8.174%20L-0.013%2C9.588%20L1.402%2C11.002%20L9.594%2C19.195%20L11.008%2C17.781%20Z%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 16px 14px no-repeat; }
    @media screen and (max-width: 1580px) {
    .slider_wrapper .owl-prev:active:before {
      background-size: 8px 13px;
      background-position: 11px 10px; } }
  .slider_wrapper .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    width: 46px;
    margin-top: -23px;
    height: 46px;
    -webkit-border-radius : 50%;
    -moz-border-radius : 50%;
    -ms-border-radius : 50%;
    -o-border-radius : 50%;
    border-radius : 50%;
    font-size: 0; }
  @media screen and (max-width: 1580px) {
    .slider_wrapper .owl-next {
      width: 32px;
      height: 32px;
      margin-top: -16px; } }
  @media screen and (max-width: 767px) {
    .slider_wrapper .owl-next {
      margin: 0;
      top: 0;
      position: relative;
      display: inline-block;
      vertical-align: top; } }
  .slider_wrapper .owl-next:hover: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%2211px%22%20height%3D%2219px%22%20%20viewBox%3D%220%200%2011%2019%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%237b52a0%22%20d%3D%22M-0.004%2C17.781%20L8.188%2C9.588%20L-0.004%2C1.396%20L1.410%2C-0.018%20L9.602%2C8.174%20L11.016%2C9.588%20L9.602%2C11.002%20L1.410%2C19.195%20L-0.004%2C17.781%20Z%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 18px 14px no-repeat; }
    @media screen and (max-width: 1580px) {
    .slider_wrapper .owl-next:hover:before {
      background-size: 8px 13px;
      background-position: 13px 10px; } }
  .slider_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%2211px%22%20height%3D%2219px%22%20%20viewBox%3D%220%200%2011%2019%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23a17bc4%22%20d%3D%22M-0.004%2C17.781%20L8.188%2C9.588%20L-0.004%2C1.396%20L1.410%2C-0.018%20L9.602%2C8.174%20L11.016%2C9.588%20L9.602%2C11.002%20L1.410%2C19.195%20L-0.004%2C17.781%20Z%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 18px 14px no-repeat; }
    @media screen and (max-width: 1580px) {
    .slider_wrapper .owl-next:active:before {
      background-size: 8px 13px;
      background-position: 13px 10px; } }
  .slider_wrapper .owl-next:before {
    position: absolute;
    content: '';
    left: 0;
    -webkit-border-radius : 50%;
    -moz-border-radius : 50%;
    -ms-border-radius : 50%;
    -o-border-radius : 50%;
    border-radius : 50%;
    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%2211px%22%20height%3D%2219px%22%20%20viewBox%3D%220%200%2011%2019%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23d7d7d7%22%20d%3D%22M-0.004%2C17.781%20L8.188%2C9.588%20L-0.004%2C1.396%20L1.410%2C-0.018%20L9.602%2C8.174%20L11.016%2C9.588%20L9.602%2C11.002%20L1.410%2C19.195%20L-0.004%2C17.781%20Z%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 18px 14px no-repeat; }
    @media screen and (max-width: 1580px) {
    .slider_wrapper .owl-next:before {
      background-size: 8px 13px;
      background-position: 13px 10px; } }

.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_wrap {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  background: #fff;
  padding: 60px 250px 34px; }
  @media screen and (max-width: 1580px) {
  .content_wrap {
    padding: 34px 102px 45px; } }
  @media screen and (max-width: 1120px) {
  .content_wrap {
    padding: 20px 20px 30px; } }
  @media screen and (max-width: 767px) {
  .content_wrap {
    padding: 20px 20px 20px; } }

@media screen and (min-width: 940px) {
    .site-main {
      float: left;
      width: 100%; } }
  .site-main__inner {
    position: relative; }
  .site-main__inner.post .table-wrapper {
    overflow: visible; }

.jblock_wrapper4 {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  padding: 12px 250px 105px;
  font-size: 0;
  position: relative; }
  @media screen and (max-width: 1580px) {
  .jblock_wrapper4 {
    padding: 16px 102px 50px; } }
  @media screen and (max-width: 1120px) {
  .jblock_wrapper4 {
    padding: 12px 20px 40px; } }
  @media screen and (max-width: 700px) {
  .jblock_wrapper4 {
    padding: 12px 20px 60px; } }
  @media screen and (max-width: 480px) {
  .jblock_wrapper4 {
    padding: 15px 20px 20px; } }
  .jblock_wrapper4 .gallery {
    position: static; }
  .jblock_wrapper4 .owl-carousel .owl-stage-outer {
    padding: 0 0 1px; }
  .jblock_wrapper4 .jblock_title {
    color: #333;
    font: 32px/1 'opssb', Arial, Helvetica, sans-serif;
    padding: 0 0 30px; }
  @media screen and (max-width: 1580px) {
    .jblock_wrapper4 .jblock_title {
      font-size: 26px;
      padding: 0 0 24px; } }
  @media screen and (max-width: 700px) {
    .jblock_wrapper4 .jblock_title {
      font-size: 22px;
      padding: 0 0 13px; } }
  .jblock_wrapper4 .jblock_title span {
    display: inline-block;
    vertical-align: top;
    margin: 2px 0 0 0; }
    @media screen and (max-width: 479px) {
    .jblock_wrapper4 .jblock_title span {
      margin: 4px 15px 4px 0; } }
  .jblock_wrapper4 .jblock_title .all {
    float: right;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    padding: 8px 28px 9px;
    color: #a17bc4;
    font: 17px/1 'ops', Arial, Helvetica, sans-serif;
    background: #fff;
    border: 1px solid #a17bc4;
    background: #fff; }
    @media screen and (max-width: 1580px) {
    .jblock_wrapper4 .jblock_title .all {
      font-size: 14px;
      padding: 7px 14px 7px; } }
    @media screen and (max-width: 700px) {
    .jblock_wrapper4 .jblock_title .all {
      padding: 7px 14px 8px; } }
    @media screen and (max-width: 479px) {
    .jblock_wrapper4 .jblock_title .all {
      float: none;
      display: inline-block;
      vertical-align: top; } }
    .jblock_wrapper4 .jblock_title .all:hover {
      color: #fff;
      background: #a17bc4;
      border-color: #a17bc4; }
    .jblock_wrapper4 .jblock_title .all:active {
      background: #deb9ff;
      border-color: #a17bc4;
      color: #a17bc4; }
  .jblock_wrapper4 .jblock {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
    width: 31.9%;
    background: #fcfcfc; }
  @media screen and (max-width: 700px) {
    .jblock_wrapper4 .jblock {
      width: auto;
      display: block; } }
  .jblock_wrapper4 .jblock + .jblock {
    margin-left: 2.1%; }
  .jblock_wrapper4 .jblock a {
    display: block;
    padding: 29px; }
    @media screen and (max-width: 1580px) {
    .jblock_wrapper4 .jblock a {
      padding: 19px; } }
    @media screen and (max-width: 979px) {
    .jblock_wrapper4 .jblock a {
      padding: 9px; } }
    @media screen and (max-width: 700px) {
    .jblock_wrapper4 .jblock a {
      padding: 12px; } }
    @media screen and (max-width: 480px) {
    .jblock_wrapper4 .jblock a {
      padding: 19px 19px 53px; } }
    .jblock_wrapper4 .jblock a img {
      width: 100%;
      border: 0;
      min-height: 160px; }
    @media screen and (max-width: 1580px) {
      .jblock_wrapper4 .jblock a img {
        max-height: 160px; } }
    @media screen and (max-width: 700px) {
      .jblock_wrapper4 .jblock a img {
        max-height: 260px; } }
    @media screen and (max-width: 480px) {
      .jblock_wrapper4 .jblock a img {
        max-height: 260px; } }
  .jblock_wrapper4 .owl-prev, .jblock_wrapper4 .owl-next {
    border: 1px solid #d7d7d7;
    background: #fff; }
  .jblock_wrapper4 .owl-prev:hover, .jblock_wrapper4 .owl-next:hover {
    border-color: #7b52a0;
    background: #fff; }
  .jblock_wrapper4 .owl-prev:active, .jblock_wrapper4 .owl-next:active {
    border-color: #a17bc4;
    background: #fff; }
  .jblock_wrapper4 .owl-nav {
    position: absolute;
    text-align: center;
    font-size: 0;
    left: 0;
    right: 0;
    bottom: 13px; }
  @media screen and (max-width: 480px) {
    .jblock_wrapper4 .owl-nav {
      bottom: 30px; } }
  .jblock_wrapper4 .owl-nav .owl-prev {
    width: 32px;
    height: 32px;
    margin: 0 10px 0 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    -webkit-border-radius : 50%;
    -moz-border-radius : 50%;
    -ms-border-radius : 50%;
    -o-border-radius : 50%;
    border-radius : 50%; }
    .jblock_wrapper4 .owl-nav .owl-prev:before {
      position: absolute;
      content: '';
      left: 0;
      -webkit-border-radius : 50%;
      -moz-border-radius : 50%;
      -ms-border-radius : 50%;
      -o-border-radius : 50%;
      border-radius : 50%;
      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%2211px%22%20height%3D%2219px%22%20%20viewBox%3D%220%200%2011%2019%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23d7d7d7%22%20d%3D%22M11.008%2C17.781%20L2.816%2C9.588%20L11.008%2C1.396%20L9.594%2C-0.018%20L1.402%2C8.174%20L-0.013%2C9.588%20L1.402%2C11.002%20L9.594%2C19.195%20L11.008%2C17.781%20Z%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 16px 14px no-repeat; }
    @media screen and (max-width: 1580px) {
      .jblock_wrapper4 .owl-nav .owl-prev:before {
        background-size: 8px 13px;
        background-position: 11px 10px; } }
    .jblock_wrapper4 .owl-nav .owl-prev:hover: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%2211px%22%20height%3D%2219px%22%20%20viewBox%3D%220%200%2011%2019%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%237b52a0%22%20d%3D%22M11.008%2C17.781%20L2.816%2C9.588%20L11.008%2C1.396%20L9.594%2C-0.018%20L1.402%2C8.174%20L-0.013%2C9.588%20L1.402%2C11.002%20L9.594%2C19.195%20L11.008%2C17.781%20Z%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 16px 14px no-repeat; }
    @media screen and (max-width: 1580px) {
      .jblock_wrapper4 .owl-nav .owl-prev:hover:before {
        background-size: 8px 13px;
        background-position: 11px 10px; } }
    .jblock_wrapper4 .owl-nav .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%2211px%22%20height%3D%2219px%22%20%20viewBox%3D%220%200%2011%2019%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23a17bc4%22%20d%3D%22M11.008%2C17.781%20L2.816%2C9.588%20L11.008%2C1.396%20L9.594%2C-0.018%20L1.402%2C8.174%20L-0.013%2C9.588%20L1.402%2C11.002%20L9.594%2C19.195%20L11.008%2C17.781%20Z%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 16px 14px no-repeat; }
    @media screen and (max-width: 1580px) {
      .jblock_wrapper4 .owl-nav .owl-prev:active:before {
        background-size: 8px 13px;
        background-position: 11px 10px; } }
  .jblock_wrapper4 .owl-nav .owl-next {
    width: 32px;
    height: 32px;
    margin: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    -webkit-border-radius : 50%;
    -moz-border-radius : 50%;
    -ms-border-radius : 50%;
    -o-border-radius : 50%;
    border-radius : 50%; }
    .jblock_wrapper4 .owl-nav .owl-next:before {
      position: absolute;
      content: '';
      left: 0;
      -webkit-border-radius : 50%;
      -moz-border-radius : 50%;
      -ms-border-radius : 50%;
      -o-border-radius : 50%;
      border-radius : 50%;
      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%2211px%22%20height%3D%2219px%22%20%20viewBox%3D%220%200%2011%2019%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23d7d7d7%22%20d%3D%22M-0.004%2C17.781%20L8.188%2C9.588%20L-0.004%2C1.396%20L1.410%2C-0.018%20L9.602%2C8.174%20L11.016%2C9.588%20L9.602%2C11.002%20L1.410%2C19.195%20L-0.004%2C17.781%20Z%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 18px 14px no-repeat; }
    @media screen and (max-width: 1580px) {
      .jblock_wrapper4 .owl-nav .owl-next:before {
        background-size: 8px 13px;
        background-position: 13px 10px; } }
    .jblock_wrapper4 .owl-nav .owl-next:hover: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%2211px%22%20height%3D%2219px%22%20%20viewBox%3D%220%200%2011%2019%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%237b52a0%22%20d%3D%22M-0.004%2C17.781%20L8.188%2C9.588%20L-0.004%2C1.396%20L1.410%2C-0.018%20L9.602%2C8.174%20L11.016%2C9.588%20L9.602%2C11.002%20L1.410%2C19.195%20L-0.004%2C17.781%20Z%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 18px 14px no-repeat; }
    @media screen and (max-width: 1580px) {
      .jblock_wrapper4 .owl-nav .owl-next:hover:before {
        background-size: 8px 13px;
        background-position: 13px 10px; } }
    .jblock_wrapper4 .owl-nav .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%2211px%22%20height%3D%2219px%22%20%20viewBox%3D%220%200%2011%2019%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23a17bc4%22%20d%3D%22M-0.004%2C17.781%20L8.188%2C9.588%20L-0.004%2C1.396%20L1.410%2C-0.018%20L9.602%2C8.174%20L11.016%2C9.588%20L9.602%2C11.002%20L1.410%2C19.195%20L-0.004%2C17.781%20Z%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 18px 14px no-repeat; }
    @media screen and (max-width: 1580px) {
      .jblock_wrapper4 .owl-nav .owl-next:active:before {
        background-size: 8px 13px;
        background-position: 13px 10px; } }

.site-footer {
  min-height: 121px;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  padding: 0 250px;
  position: relative;
  background: url(../foot_bg.jpg) 50% 0 /cover no-repeat; }
  @media screen and (max-width: 1580px) {
  .site-footer {
    padding: 0 102px; } }
  @media screen and (max-width: 1120px) {
  .site-footer {
    padding: 0 20px; } }
  .site-footer:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    content: '';
    background: rgba(34, 23, 44, .85); }

.footer_in {
  position: relative;
  padding: 64px 0 85px 0; }
  @media screen and (max-width: 1700px) {
  .footer_in {
    padding: 43px 0 44px; } }
  @media screen and (max-width: 979px) {
  .footer_in {
    padding: 30px 0 59px; } }
  @media screen and (max-width: 600px) {
  .footer_in {
    padding: 23px 0 60px; } }

.menu_bot_wrap {
  float: left;
  width: 44%;
  font-size: 0; }
  @media screen and (max-width: 1700px) {
  .menu_bot_wrap {
    width: 47%; } }
  @media screen and (max-width: 979px) {
  .menu_bot_wrap {
    display: none; } }
  .menu_bot_wrap .menu_bot {
    vertical-align: top;
    width: 45%;
    display: none; }
  .menu_bot_wrap .menu_bot:first-child, .menu_bot_wrap .menu_bot:nth-child(2) {
    display: inline-block; }
  @media screen and (min-width: 1701px) and (max-width: 10000px) {
    .menu_bot_wrap .menu_bot {
      width: 45%; } }
  .menu_bot_wrap .menu_bot:first-child {
    margin: 0 9% 0 0; }
    @media screen and (min-width: 1701px) and (max-width: 10000px) {
    .menu_bot_wrap .menu_bot:first-child {
      margin: 0 9% 0 0; } }
  .menu_bot_wrap .menu_bot > li {
    display: none; }
    .menu_bot_wrap .menu_bot > li:first-child {
      display: block; }
    .menu_bot_wrap .menu_bot > li > a {
      display: block;
      color: #fff;
      text-decoration: none;
      font: 26px/1 'opssb', Arial, Helvetica, sans-serif;
      padding: 20px 10px 24px 0;
      border-bottom: 2px solid #645367; }
    @media screen and (max-width: 1700px) {
      .menu_bot_wrap .menu_bot > li > a {
        font-size: 20px;
        padding: 13px 10px 13px 0;
        border-bottom-width: 1px; } }
    .menu_bot_wrap .menu_bot > li > a:hover {
      color: #f6c217; }
    .menu_bot_wrap .menu_bot > li ul {
      padding: 6px 0 0 0; }
    .menu_bot_wrap .menu_bot > li ul li a {
      display: block;
      color: #fff;
      text-decoration: none;
      font: 17px/1 'ops', Arial, Helvetica, sans-serif;
      padding: 14px 10px 15px 30px; }
      @media screen and (min-width: 1701px) and (max-width: 10000px) {
        .menu_bot_wrap .menu_bot > li ul li a {
          padding: 14px 10px 15px 20px; } }
      @media screen and (max-width: 1700px) {
        .menu_bot_wrap .menu_bot > li ul li a {
          font-size: 14px;
          padding: 13px 10px 13px 0; } }
      .menu_bot_wrap .menu_bot > li ul li a:hover {
        color: #f6c217; }

.contacts_wrap {
  float: left;
  margin: 0 0 0 6%;
  width: 22%; }
  @media screen and (min-width: 1701px) and (max-width: 10000px) {
  .contacts_wrap {
    margin: 0 0 0 4%; } }
  @media screen and (max-width: 1700px) {
  .contacts_wrap {
    width: 21.3%;
    margin: 0 0 0 4%; } }
  @media screen and (max-width: 979px) {
  .contacts_wrap {
    margin: 0;
    width: 46%; } }
  @media screen and (max-width: 600px) {
  .contacts_wrap {
    width: 100%;
    max-width: 300px;
    float: none;
    padding: 0 0 10px;
    border-bottom: 1px solid #645367;
    margin: 0 auto 10px; } }
  .contacts_wrap .contacts_title {
    color: #fff;
    font: 26px/1 'opssb', Arial, Helvetica, sans-serif;
    padding: 19px 0 25px;
    border-bottom: 2px solid #645367; }
  @media screen and (max-width: 1700px) {
    .contacts_wrap .contacts_title {
      font-size: 20px;
      padding: 11px 0 15px;
      border-bottom-width: 1px; } }
  .contacts_wrap .phones_wrap_b {
    padding: 19px 0 20px 0; }
  @media screen and (max-width: 600px) {
    .contacts_wrap .phones_wrap_b {
      margin: 0 20px 0 20px;
      padding: 15px 0 6px; } }
  .contacts_wrap .phones_wrap_b .phones_title {
    color: #f6c217;
    font: 17px/1 'ops', Arial, Helvetica, sans-serif;
    padding: 0 0 8px; }
    @media screen and (max-width: 1700px) {
    .contacts_wrap .phones_wrap_b .phones_title {
      font-size: 14px;
      padding: 0 0 10px; } }
  .contacts_wrap .phones_wrap_b .phones_b {
    font: 26px/30px 'opssb', Arial, Helvetica, sans-serif;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 30px;
    position: relative;
    color: #fff; }
    @media screen and (max-width: 1700px) {
    .contacts_wrap .phones_wrap_b .phones_b {
      font-size: 17px;
      padding: 0 0 0 23px;
      line-height: 26px; } }
    .contacts_wrap .phones_wrap_b .phones_b:before {
      position: absolute;
      content: '';
      left: 0;
      top: 6px;
      height: 19px;
      width: 19px;
      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%2219px%22%20height%3D%2219px%22%20%20viewBox%3D%220%200%2019%2019%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23f6c217%22%20d%3D%22M14.253%2C9.499%20L19.005%2C4.751%20L14.253%2C0.003%20L14.253%2C2.852%20L10.451%2C2.852%20L10.451%2C6.650%20L14.253%2C6.650%20L14.253%2C9.499%20ZM16.154%2C13.771%20C14.966%2C13.771%2013.825%2C13.581%2012.761%2C13.230%20C12.428%2C13.125%2012.057%2C13.201%2011.792%2C13.458%20L9.700%2C15.546%20C7.011%2C14.179%204.806%2C11.986%203.437%2C9.290%20L5.528%2C7.191%20C5.794%2C6.944%205.871%2C6.574%205.766%2C6.242%20C5.414%2C5.178%205.224%2C4.039%205.224%2C2.852%20C5.224%2C2.330%204.797%2C1.902%204.274%2C1.902%20L0.947%2C1.902%20C0.425%2C1.902%20-0.003%2C2.330%20-0.003%2C2.852%20C-0.003%2C11.768%207.229%2C18.994%2016.154%2C18.994%20C16.677%2C18.994%2017.104%2C18.566%2017.104%2C18.043%20L17.104%2C14.720%20C17.104%2C14.198%2016.677%2C13.771%2016.154%2C13.771%20Z%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 0 0 no-repeat; }
    @media screen and (max-width: 1700px) {
      .contacts_wrap .phones_wrap_b .phones_b:before {
        background-size: 14px 14px;
        width: 14px;
        height: 14px; } }
    @media screen and (min-width: 768px) and (max-width: 979px) {
      .contacts_wrap .phones_wrap_b .phones_b div {
        display: inline-block; }
        .contacts_wrap .phones_wrap_b .phones_b div:after {
          content: ','; }
        .contacts_wrap .phones_wrap_b .phones_b div:last-child {
          padding-left: 4px; }
          .contacts_wrap .phones_wrap_b .phones_b div:last-child:after {
            display: none; } }
    .contacts_wrap .phones_wrap_b .phones_b a {
      color: #fff;
      text-decoration: none; }
  @media screen and (max-width: 600px) {
    .contacts_wrap .adress_wrap_b {
      margin: 0 20px; } }
  .contacts_wrap .adress_wrap_b .adress_b {
    color: #fff;
    font: 17px/1 'ops', Arial, Helvetica, sans-serif;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 28px;
    position: relative; }
    @media screen and (max-width: 1700px) {
    .contacts_wrap .adress_wrap_b .adress_b {
      font-size: 14px;
      padding: 0 0 0 22px; } }
    .contacts_wrap .adress_wrap_b .adress_b:before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      height: 20px;
      width: 14px;
      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%2220px%22%20%20viewBox%3D%220%200%2014%2020%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23f6c217%22%20d%3D%22M7.000%2C-0.000%20C3.130%2C-0.000%20-0.000%2C3.130%20-0.000%2C6.999%20C-0.000%2C12.249%207.000%2C20.000%207.000%2C20.000%20C7.000%2C20.000%2014.000%2C12.249%2014.000%2C6.999%20C14.000%2C3.130%2010.870%2C-0.000%207.000%2C-0.000%20ZM7.000%2C9.499%20C5.620%2C9.499%204.500%2C8.380%204.500%2C6.999%20C4.500%2C5.619%205.620%2C4.500%207.000%2C4.500%20C8.380%2C4.500%209.500%2C5.619%209.500%2C6.999%20C9.500%2C8.380%208.380%2C9.499%207.000%2C9.499%20Z%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 0 0 no-repeat; }
    @media screen and (max-width: 1700px) {
      .contacts_wrap .adress_wrap_b .adress_b:before {
        background-size: 11px 15px;
        width: 11px;
        height: 15px; } }

.form_b_wrapper {
  float: right;
  width: 25%;
  color: #fff;
  padding: 18px 0 0 0; }
  @media screen and (max-width: 1700px) {
  .form_b_wrapper {
    padding: 10px 0 0 0;
    width: 23.4%; } }
  @media screen and (max-width: 979px) {
  .form_b_wrapper {
    width: 42%; } }
  @media screen and (max-width: 600px) {
  .form_b_wrapper {
    max-width: 300px;
    margin: 0 auto;
    width: 100%;
    float: none; } }
  .form_b_wrapper .tpl-anketa-success-note {
    text-align: center;
    padding: 10px 0 0;
    font-size: 18px; }
  .form_b_wrapper .form_title {
    font: 26px/1 'opssb', Arial, Helvetica, sans-serif;
    padding: 0 0 7px; }
  @media screen and (max-width: 1700px) {
    .form_b_wrapper .form_title {
      font-size: 20px; } }
  @media screen and (max-width: 600px) {
    .form_b_wrapper .form_title {
      padding: 0 0 2px; } }
  .form_b_wrapper form {
    padding: 20px 0 0 0; }
  @media screen and (max-width: 1700px) {
    .form_b_wrapper form {
      padding: 14px 0 0 0; } }
  .form_b_wrapper .form_text {
    font: 17px/1 'ops', Arial, Helvetica, sans-serif; }
  @media screen and (max-width: 1700px) {
    .form_b_wrapper .form_text {
      font-size: 14px;
      line-height: 20px; } }
  .form_b_wrapper .tpl-field {
    margin: 0 0 30px; }
  @media screen and (max-width: 1700px) {
    .form_b_wrapper .tpl-field {
      margin: 0 0 20px; } }
  .form_b_wrapper .tpl-field.type-text label {
    padding: 0 10px 0 52px;
    display: block;
    border: 2px solid #645367;
    position: relative; }
    @media screen and (max-width: 1700px) {
      .form_b_wrapper .tpl-field.type-text label {
        padding: 0 10px 0 30px;
        border-width: 1px; } }
    .form_b_wrapper .tpl-field.type-text label.focused {
      border-color: #a17bc4; }
    .form_b_wrapper .tpl-field.type-text label.phone:before {
      position: absolute;
      left: 15px;
      top: 12px;
      width: 16px;
      height: 16px;
      content: '';
      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%23f6c217%22%20d%3D%22M11.999%2C8.003%20L16.004%2C3.998%20L11.999%2C-0.008%20L11.999%2C2.396%20L8.794%2C2.396%20L8.794%2C5.600%20L11.999%2C5.600%20L11.999%2C8.003%20ZM13.601%2C11.608%20C12.599%2C11.608%2011.638%2C11.447%2010.741%2C11.151%20C10.461%2C11.063%2010.148%2C11.127%209.924%2C11.343%20L8.162%2C13.106%20C5.895%2C11.952%204.036%2C10.101%202.883%2C7.827%20L4.645%2C6.056%20C4.869%2C5.848%204.934%2C5.535%204.845%2C5.255%20C4.549%2C4.358%204.389%2C3.397%204.389%2C2.396%20C4.389%2C1.954%204.029%2C1.595%203.588%2C1.595%20L0.784%2C1.595%20C0.344%2C1.595%20-0.017%2C1.954%20-0.017%2C2.396%20C-0.017%2C9.918%206.079%2C16.013%2013.601%2C16.013%20C14.041%2C16.013%2014.402%2C15.653%2014.402%2C15.213%20L14.402%2C12.409%20C14.402%2C11.968%2014.041%2C11.608%2013.601%2C11.608%20Z%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 0 0 no-repeat; }
      @media screen and (max-width: 1700px) {
        .form_b_wrapper .tpl-field.type-text label.phone:before {
          background-size: 12px 12px;
          top: 8px;
          left: 7px; } }
    .form_b_wrapper .tpl-field.type-text label.mail:before {
      position: absolute;
      left: 15px;
      top: 12px;
      width: 18px;
      height: 16px;
      content: '';
      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%2214px%22%20%20viewBox%3D%220%200%2018%2014%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23f6c217%22%20d%3D%22M0.684%2C0.010%20L0.699%2C0.010%20L17.312%2C0.010%20C17.698%2C0.010%2018.005%2C0.319%2018.005%2C0.701%20L18.005%2C0.718%20L18.005%2C13.324%20C18.005%2C13.704%2017.698%2C14.014%2017.312%2C14.014%20L17.295%2C14.014%20L0.684%2C14.014%20C0.300%2C14.014%20-0.010%2C13.704%20-0.010%2C13.324%20L-0.010%2C13.304%20L-0.010%2C0.701%20C-0.010%2C0.319%200.300%2C0.010%200.684%2C0.010%20L0.684%2C0.010%20ZM16.618%2C1.990%20L16.618%2C1.990%20L9.290%2C9.287%20C9.128%2C9.448%208.865%2C9.448%208.705%2C9.287%20L1.375%2C1.990%20L1.375%2C12.634%20L16.618%2C12.634%20L16.618%2C1.990%20L16.618%2C1.990%20ZM16.048%2C1.391%20L16.048%2C1.391%20L1.948%2C1.391%20L8.998%2C8.410%20L16.048%2C1.391%20L16.048%2C1.391%20Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 0 0 no-repeat; }
      @media screen and (max-width: 1700px) {
        .form_b_wrapper .tpl-field.type-text label.mail:before {
          background-size: 15px 11px;
          top: 9px;
          left: 7px; } }
    .form_b_wrapper .tpl-field.type-text input {
      width: 100%;
      padding: 7px 0 8px 0;
      border: 0;
      outline: none;
      background: none;
      box-shadow: none;
      font: 17px 'ops', Arial, Helvetica, sans-serif;
      color: #fff;
      position: relative; }
    .form_b_wrapper .tpl-field.type-text input::-webkit-input-placeholder {
      color: #fff; }
    .form_b_wrapper .tpl-field.type-text input:moz-placeholder {
      color: #fff; }
    .form_b_wrapper .tpl-field.type-text input::-moz-placeholder {
      color: #fff; }
    .form_b_wrapper .tpl-field.type-text input:-ms-input-placeholder {
      color: #fff; }
    @media screen and (max-width: 1700px) {
      .form_b_wrapper .tpl-field.type-text input {
        padding: 4px 0 5px;
        font-size: 14px; } }
  .form_b_wrapper .tpl-field.type-textarea label {
    padding: 0 10px 0 52px;
    display: block;
    border: 2px solid #645367;
    border-width: 1px; }
    @media screen and (max-width: 1700px) {
      .form_b_wrapper .tpl-field.type-textarea label {
        padding: 0 10px 0 30px; } }
    .form_b_wrapper .tpl-field.type-textarea label.focused {
      border-color: #a17bc4; }
    .form_b_wrapper .tpl-field.type-textarea textarea {
      width: 100%;
      padding: 7px 0 8px 0;
      border: 0;
      outline: none;
      background: none;
      box-shadow: none;
      resize: none;
      font: 17px 'ops', Arial, Helvetica, sans-serif;
      color: #fff; }
    .form_b_wrapper .tpl-field.type-textarea textarea::-webkit-input-placeholder {
      color: #fff; }
    .form_b_wrapper .tpl-field.type-textarea textarea:moz-placeholder {
      color: #fff; }
    .form_b_wrapper .tpl-field.type-textarea textarea::-moz-placeholder {
      color: #fff; }
    .form_b_wrapper .tpl-field.type-textarea textarea:-ms-input-placeholder {
      color: #fff; }
    @media screen and (max-width: 1700px) {
      .form_b_wrapper .tpl-field.type-textarea textarea {
        padding: 7px 0 8px 0;
        font-size: 14px; } }
  .form_b_wrapper .tpl-field.tpl-field-button {
    margin: 0; }
  .form_b_wrapper .tpl-field .tpl-form-button {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font: 17px/1 'ops', Arial, Helvetica, sans-serif;
    padding: 10px 29px 11px;
    border: 2px solid #fc5c69;
    background: #fc5c69;
    box-shadow: none;
    outline: none; }
    @media screen and (max-width: 1700px) {
    .form_b_wrapper .tpl-field .tpl-form-button {
      padding: 7px 19px 7px;
      border-width: 1px;
      font-size: 14px; } }
    .form_b_wrapper .tpl-field .tpl-form-button:hover {
      background: rgba(255, 255, 255, .0001);
      border-color: #fc4a58;
      color: #fc4a58; }
    .form_b_wrapper .tpl-field .tpl-form-button:active {
      border-color: #fc4a58;
      color: #fc4a58;
      background: #663745; }

.footer_inner {
  position: relative;
  min-height: 121px;
  border-top: 2px solid #645367; }
  @media screen and (max-width: 1700px) {
  .footer_inner {
    border-width: 1px;
    min-height: 91px; } }
  @media screen and (max-width: 979px) {
  .footer_inner {
    min-height: 70px; } }
  @media screen and (max-width: 600px) {
  .footer_inner {
    max-width: 300px;
    margin: 0 auto; } }
  .footer_inner .footer_in1 {
    padding: 39px 0 20px 0;
    font-size: 0; }
  @media screen and (max-width: 1700px) {
    .footer_inner .footer_in1 {
      padding: 30px 0 20px; } }
  @media screen and (max-width: 979px) {
    .footer_inner .footer_in1 {
      padding: 20px 0 20px; } }
  @media screen and (max-width: 767px) {
    .footer_inner .footer_in1 {
      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; } }

.link_top {
  position: absolute;
  right: 0;
  top: -42px;
  height: 38px;
  width: 38px;
  border: 2px solid #645367;
  cursor: pointer;
  background: rgba(255, 255, 255, .0001); }
  @media screen and (max-width: 1580px) {
  .link_top {
    width: 28px;
    height: 28px;
    top: -30px; } }
  .link_top:hover {
    background: #fff;
    border-color: #fff; }
  .link_top:hover: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%2219px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2019%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23423340%22%20d%3D%22M9.591%2C2.812%20L1.399%2C11.004%20L-0.015%2C9.590%20L8.177%2C1.397%20L9.591%2C-0.017%20L11.005%2C1.397%20L19.198%2C9.590%20L17.784%2C11.004%20L9.591%2C2.812%20Z%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 50% 50% no-repeat; }
    @media screen and (max-width: 1700px) {
    .link_top:hover:before {
      background-size: 15px 9px; } }
  .link_top:active {
    border-color: #deb9ff;
    background: rgba(255, 255, 255, .0001); }
  .link_top: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%2219px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2019%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23deb9ff%22%20d%3D%22M9.591%2C2.812%20L1.399%2C11.004%20L-0.015%2C9.590%20L8.177%2C1.397%20L9.591%2C-0.017%20L11.005%2C1.397%20L19.198%2C9.590%20L17.784%2C11.004%20L9.591%2C2.812%20Z%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 50% 50% no-repeat; }
    @media screen and (max-width: 1700px) {
    .link_top:active:before {
      background-size: 15px 9px; } }
  .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%2219px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2019%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23645367%22%20d%3D%22M9.591%2C2.812%20L1.399%2C11.004%20L-0.015%2C9.590%20L8.177%2C1.397%20L9.591%2C-0.017%20L11.005%2C1.397%20L19.198%2C9.590%20L17.784%2C11.004%20L9.591%2C2.812%20Z%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 50% 50% no-repeat; }
  @media screen and (max-width: 1700px) {
    .link_top:before {
      background-size: 15px 9px; } }
  @media screen and (max-width: 1700px) {
  .link_top {
    border-width: 1px; } }

.items {
  display: inline-block;
  vertical-align: top;
  width: 33%; }
  @media screen and (max-width: 767px) {
  .items {
    display: block;
    text-align: center;
    width: auto;
    padding: 0 0 10px; } }
  @media screen and (max-width: 520px) {
  .items {
    text-align: left; } }
  .items:nth-child(2) {
    text-align: center;
    width: 34%; }
  @media screen and (max-width: 767px) {
    .items:nth-child(2) {
      display: block;
      text-align: center;
      width: auto;
      -webkit-box-ordinal-group: 0;
      -moz-box-ordinal-group: 0;
      -webkit-order: -1;
      -moz-order: -1;
      -ms-flex-order: -1;
      order: -1;
      padding: 0 0 17px; } }
  @media screen and (max-width: 520px) {
    .items:nth-child(2) {
      text-align: left; } }
  .items:nth-child(3) {
    text-align: right; }
  @media screen and (max-width: 767px) {
    .items:nth-child(3) {
      display: block;
      text-align: center;
      width: auto;
      padding: 0; } }
  @media screen and (max-width: 520px) {
    .items:nth-child(3) {
      text-align: left; } }

.site-name-bottom {
  color: #fff;
  font: 15px/1 'ops', Arial, Helvetica, sans-serif;
  padding: 7px 0 0 0;
  max-width: 240px;
  display: inline-block;
  vertical-align: top; }
  @media screen and (max-width: 1700px) {
  .site-name-bottom {
    font-size: 13px; } }
  @media screen and (max-width: 979px) {
  .site-name-bottom {
    padding: 0; } }

.site_counters {
  display: inline-block;
  vertical-align: top;
  padding: 10px 0 0 0; }
  @media screen and (min-width: 980px) {
  .site_counters {
    display: block; } }

.social_wrap {
  display: inline-block;
  vertical-align: top;
  max-width: 240px; }
  .social_wrap .social {
    display: inline-block;
    vertical-align: top; }
  .social_wrap .social img {
    width: 42px;
    height: 42px;
    border: 0; }
    @media screen and (max-width: 1700px) {
    .social_wrap .social img {
      height: 30px;
      width: 30px; } }
  .social_wrap .social + .social {
    margin-left: 20px; }

.site_copy {
  color: #fff;
  font: 15px/1 'ops', Arial, Helvetica, sans-serif;
  padding: 6px 0 0 0;
  display: inline-block;
  vertical-align: top;
  max-width: 240px; }
  @media screen and (max-width: 1700px) {
  .site_copy {
    font-size: 13px; } }
  @media screen and (max-width: 979px) {
  .site_copy {
    padding: 0; } }
  .site_copy a {
    color: #fff;
    text-decoration: none; }
  .site_copy a:hover {
    text-decoration: underline; }
  .site_copy span {
    font-size: 15px !important; }
  @media screen and (max-width: 1700px) {
    .site_copy span {
      font-size: 13px !important; } }

.popup_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(0, 0, 0, .7);
  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: 520px) {
  .popup_wrapper {
    background: #fff; } }
  .popup_wrapper.opened {
    opacity: 1;
    visibility: visible; }
  .popup_wrapper:before {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    content: ''; }
  .popup_wrapper .popup_inner {
    display: inline-block;
    white-space: normal;
    vertical-align: middle;
    text-align: left; }
  .popup_wrapper .popup {
    background: #fff;
    position: relative;
    width: 832px;
    display: table; }
  .popup_wrapper .popup.no_pic {
    width: auto; }
  @media screen and (max-width: 1580px) {
    .popup_wrapper .popup {
      width: 690px; } }
  @media screen and (max-width: 767px) {
    .popup_wrapper .popup {
      display: block;
      width: auto; } }
  .popup_wrapper .tpl-anketa-success-note {
    font-size: 18px;
    text-align: center;
    padding: 10px 0 0; }
  .popup_wrapper .form_pic {
    display: table-cell;
    width: 417px; }
  @media screen and (max-width: 1580px) {
    .popup_wrapper .form_pic {
      width: 317px; } }
  @media screen and (max-width: 767px) {
    .popup_wrapper .form_pic {
      display: none; } }
  .popup_wrapper .my_form {
    display: table-cell; }
  .popup_wrapper .form_in {
    padding: 55px 30px 60px 30px;
    position: relative; }
  @media screen and (max-width: 1580px) {
    .popup_wrapper .form_in {
      padding: 35px 30px 30px 30px; } }
  @media screen and (max-width: 520px) {
    .popup_wrapper .form_in {
      padding: 35px 20px 30px 20px; } }
  .popup_wrapper .form_in .form_close {
    position: absolute;
    right: 16px;
    top: 18px;
    height: 44px;
    width: 44px;
    z-index: 2;
    cursor: pointer;
    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%2219px%22%20height%3D%2219px%22%20%20viewBox%3D%220%200%2019%2019%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fc5c69%22%20d%3D%22M11.013%2C9.499%20L10.914%2C9.596%20L19.008%2C17.611%20L17.594%2C19.011%20L9.500%2C10.996%20L1.406%2C19.011%20L-0.008%2C17.611%20L8.086%2C9.596%20L7.987%2C9.499%20L8.086%2C9.401%20L-0.008%2C1.386%20L1.406%2C-0.014%20L9.500%2C8.000%20L17.594%2C-0.014%20L19.008%2C1.386%20L10.914%2C9.401%20L11.013%2C9.499%20Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 50% 50% no-repeat; }
    @media screen and (max-width: 1580px) {
    .popup_wrapper .form_in .form_close {
      right: 5px;
      top: 0;
      background-size: 16px 16px; } }
    @media screen and (max-width: 520px) {
    .popup_wrapper .form_in .form_close {
      position: fixed;
      right: 10px;
      top: 10px; } }
  .popup_wrapper .form_title {
    color: #8d60b7;
    font: 26px/1 'opssb', Arial, Helvetica, sans-serif;
    padding: 0 0 5px; }
  @media screen and (max-width: 1580px) {
    .popup_wrapper .form_title {
      font-size: 22px; } }
  .popup_wrapper .form_text {
    color: #555;
    font: 17px/1 'ops', Arial, Helvetica, sans-serif;
    padding: 0 0 22px; }
  @media screen and (max-width: 1580px) {
    .popup_wrapper .form_text {
      font-size: 14px;
      padding: 0 0 10px; } }
  .popup_wrapper .tpl-field {
    margin: 0 0 30px; }
  @media screen and (max-width: 1580px) {
    .popup_wrapper .tpl-field {
      margin: 0 0 20px; } }
  .popup_wrapper .tpl-field label {
    position: relative;
    display: inline-block;
    vertical-align: top; }
    .popup_wrapper .tpl-field label.phone:before {
      position: absolute;
      left: 15px;
      top: 11px;
      content: '';
      height: 16px;
      width: 16px;
      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%238d60b7%22%20d%3D%22M11.999%2C8.005%20L16.004%2C3.999%20L11.999%2C-0.006%20L11.999%2C2.397%20L8.794%2C2.397%20L8.794%2C5.601%20L11.999%2C5.601%20L11.999%2C8.005%20ZM13.601%2C11.610%20C12.599%2C11.610%2011.638%2C11.449%2010.741%2C11.153%20C10.461%2C11.064%2010.148%2C11.129%209.924%2C11.345%20L8.162%2C13.108%20C5.895%2C11.954%204.036%2C10.103%202.883%2C7.829%20L4.645%2C6.058%20C4.869%2C5.850%204.934%2C5.537%204.845%2C5.257%20C4.549%2C4.360%204.389%2C3.398%204.389%2C2.397%20C4.389%2C1.956%204.028%2C1.597%203.588%2C1.597%20L0.784%2C1.597%20C0.344%2C1.597%20-0.017%2C1.956%20-0.017%2C2.397%20C-0.017%2C9.919%206.079%2C16.015%2013.601%2C16.015%20C14.041%2C16.015%2014.402%2C15.655%2014.402%2C15.215%20L14.402%2C12.411%20C14.402%2C11.970%2014.041%2C11.610%2013.601%2C11.610%20Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 0 0 no-repeat; }
      @media screen and (max-width: 1580px) {
      .popup_wrapper .tpl-field label.phone:before {
        background-size: 14px 14px;
        left: 10px;
        top: 9px; } }
    .popup_wrapper .tpl-field label.mail:before {
      position: absolute;
      left: 15px;
      top: 12px;
      content: '';
      height: 14px;
      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%2214px%22%20%20viewBox%3D%220%200%2018%2014%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%238d60b7%22%20d%3D%22M0.684%2C0.007%20L0.699%2C0.007%20L17.312%2C0.007%20C17.698%2C0.007%2018.005%2C0.316%2018.005%2C0.697%20L18.005%2C0.715%20L18.005%2C13.321%20C18.005%2C13.701%2017.698%2C14.011%2017.312%2C14.011%20L17.295%2C14.011%20L0.684%2C14.011%20C0.300%2C14.011%20-0.010%2C13.701%20-0.010%2C13.321%20L-0.010%2C13.301%20L-0.010%2C0.697%20C-0.010%2C0.316%200.300%2C0.007%200.684%2C0.007%20L0.684%2C0.007%20ZM16.618%2C1.987%20L16.618%2C1.987%20L9.290%2C9.284%20C9.128%2C9.444%208.865%2C9.444%208.705%2C9.284%20L1.375%2C1.987%20L1.375%2C12.631%20L16.618%2C12.631%20L16.618%2C1.987%20L16.618%2C1.987%20ZM16.048%2C1.387%20L16.048%2C1.387%20L1.948%2C1.387%20L8.998%2C8.407%20L16.048%2C1.387%20L16.048%2C1.387%20Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 0 0 no-repeat; }
      @media screen and (max-width: 1580px) {
      .popup_wrapper .tpl-field label.mail:before {
        background-size: 15px 11px;
        left: 10px;
        top: 11px; } }
  .popup_wrapper .tpl-field.type-text input {
    background: #fcfcfc;
    border: 2px solid #eaeaea;
    padding: 5px 10px 6px 50px;
    box-shadow: none;
    color: #555;
    width: 262px;
    font: 17px 'ops', Arial, Helvetica, sans-serif;
    outline: none; }
    .popup_wrapper .tpl-field.type-text input::-webkit-input-placeholder {
      color: #555; }
    .popup_wrapper .tpl-field.type-text input:moz-placeholder {
      color: #555; }
    .popup_wrapper .tpl-field.type-text input::-moz-placeholder {
      color: #555; }
    .popup_wrapper .tpl-field.type-text input:-ms-input-placeholder {
      color: #555; }
    @media screen and (max-width: 1580px) {
      .popup_wrapper .tpl-field.type-text input {
        font-size: 14px;
        padding: 5px 10px 6px 30px;
        border-width: 1px;
        width: 242px; } }
    .popup_wrapper .tpl-field.type-text input:focus {
      border-color: #8d60b7; }
  .popup_wrapper .tpl-field.type-textarea textarea {
    background: #fcfcfc;
    border: 2px solid #eaeaea;
    padding: 5px 10px 6px 50px;
    box-shadow: none;
    color: #555;
    resize: none;
    width: 262px;
    font: 17px 'ops', Arial, Helvetica, sans-serif;
    outline: none; }
    .popup_wrapper .tpl-field.type-textarea textarea::-webkit-input-placeholder {
      color: #555; }
    .popup_wrapper .tpl-field.type-textarea textarea:moz-placeholder {
      color: #555; }
    .popup_wrapper .tpl-field.type-textarea textarea::-moz-placeholder {
      color: #555; }
    .popup_wrapper .tpl-field.type-textarea textarea:-ms-input-placeholder {
      color: #555; }
    @media screen and (max-width: 1580px) {
      .popup_wrapper .tpl-field.type-textarea textarea {
        font-size: 14px;
        border-width: 1px;
        padding: 5px 10px 6px 30px;
        width: 242px; } }
    .popup_wrapper .tpl-field.type-textarea textarea:focus {
      border-color: #8d60b7; }
  .popup_wrapper .tpl-field.tpl-field-button {
    margin: 0; }
  .popup_wrapper .tpl-field .tpl-form-button {
    color: #fff;
    outline: none;
    cursor: pointer;
    padding: 10px 28px 11px;
    display: inline-block;
    vertical-align: top;
    font: 17px/1 'ops', Arial, Helvetica, sans-serif;
    border: 2px solid #fc5c69;
    background: #fc5c69; }
    @media screen and (max-width: 1580px) {
    .popup_wrapper .tpl-field .tpl-form-button {
      padding: 9px 20px 9px;
      font-size: 14px; } }
    .popup_wrapper .tpl-field .tpl-form-button:hover {
      color: #fc5c69;
      background: #fff;
      border-color: #fc5c69; }
    .popup_wrapper .tpl-field .tpl-form-button:active {
      color: #fc5c69;
      background: #ffd5d8;
      border-color: #fc5c69; }

.card_wrapper {
  padding: 0 0 50px; }
  @media screen and (max-width: 1700px) {
  .card_wrapper {
    padding: 0 0 30px; } }
  @media screen and (max-width: 979px) {
  .card_wrapper {
    padding: 0 0 10px; } }
  @media screen and (max-width: 700px) {
  .card_wrapper {
    padding: 0 0 30px; } }
  @media screen and (max-width: 479px) {
  .card_wrapper {
    padding: 0 0 20px; } }
  .card_wrapper .card_l_part {
    float: left;
    width: 48.9%;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 0 0 29px; }
  @media screen and (max-width: 1700px) {
    .card_wrapper .card_l_part {
      padding: 0 0 19px; } }
  @media screen and (max-width: 979px) {
    .card_wrapper .card_l_part {
      width: auto;
      max-width: 728px;
      margin: 0 auto 30px;
      float: none;
      display: block;
      padding: 0 0 29px; } }
  @media screen and (max-width: 700px) {
    .card_wrapper .card_l_part {
      border-left: 0;
      margin: 0 -20px 20px;
      border-right: 0;
      padding: 0 0 53px; } }
  .card_wrapper .sl1_wrap {
    padding: 27px 29px 20px; }
  @media screen and (max-width: 1700px) {
    .card_wrapper .sl1_wrap {
      padding: 18px 19px 20px; } }
  @media screen and (max-width: 979px) {
    .card_wrapper .sl1_wrap {
      padding: 27px 44px 20px; } }
  @media screen and (max-width: 700px) {
    .card_wrapper .sl1_wrap {
      padding: 19px 20px 20px; } }
  .card_wrapper .sl1_wrap .bx-controls.bx-has-controls-auto {
    display: none; }
  .card_wrapper .sl1_wrap .card_slider li {
    line-height: 0;
    font-size: 0; }
    .card_wrapper .sl1_wrap .card_slider li img {
      width: 100%;
      height: 100%; }
      @media screen and (max-width: 1700px) {
      .card_wrapper .sl1_wrap .card_slider li img {
        min-height: 265px; } }
      @media screen and (max-width: 979px) {
      .card_wrapper .sl1_wrap .card_slider li img {
        min-height: 265px;
        max-height: 408px; } }
      @media screen and (max-width: 700px) {
      .card_wrapper .sl1_wrap .card_slider li img {
        min-height: 265px;
        max-height: 278px; } }
      @media screen and (max-width: 700px) {
      .card_wrapper .sl1_wrap .card_slider li img {
        min-height: 168px;
        max-height: 168px; } }
  .card_wrapper .sl2_wrap {
    padding: 0 84px;
    position: relative; }
  @media screen and (max-width: 1700px) {
    .card_wrapper .sl2_wrap {
      padding: 0 63px; } }
  @media screen and (max-width: 979px) {
    .card_wrapper .sl2_wrap {
      padding: 0 98px; } }
  @media screen and (max-width: 700px) {
    .card_wrapper .sl2_wrap {
      padding: 0 20px; } }
  .card_wrapper .sl2_wrap .arrows {
    font-size: 0; }
    @media screen and (max-width: 700px) {
    .card_wrapper .sl2_wrap .arrows {
      position: absolute;
      left: 0;
      right: 0;
      text-align: center;
      bottom: -44px; } }
  .card_wrapper .sl2_wrap .left_ar a {
    position: absolute;
    left: 29px;
    top: 50%;
    border: 1px solid #d7d7d7;
    margin-top: -17px;
    font-size: 0;
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: top;
    -webkit-border-radius : 50%;
    -moz-border-radius : 50%;
    -ms-border-radius : 50%;
    -o-border-radius : 50%;
    border-radius : 50%; }
    @media screen and (max-width: 1700px) {
    .card_wrapper .sl2_wrap .left_ar a {
      left: 19px; } }
    @media screen and (max-width: 979px) {
    .card_wrapper .sl2_wrap .left_ar a {
      left: 44px; } }
    @media screen and (max-width: 700px) {
    .card_wrapper .sl2_wrap .left_ar a {
      position: relative;
      display: inline-block;
      left: 0;
      margin: 0 10px 0 0;
      vertical-align: top; } }
    .card_wrapper .sl2_wrap .left_ar a: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%23d7d7d7%22%20d%3D%22M6.980%2C12.995%20L8.006%2C12.038%20L2.064%2C6.494%20L8.006%2C0.950%20L6.980%2C-0.007%20L1.038%2C5.537%20L0.012%2C6.494%20L1.038%2C7.451%20L6.980%2C12.995%20Z%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 11px 50% no-repeat; }
    .card_wrapper .sl2_wrap .left_ar a:hover {
      border-color: #8d60b7; }
    .card_wrapper .sl2_wrap .left_ar a:hover: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%238d60b7%22%20d%3D%22M6.980%2C12.995%20L8.006%2C12.038%20L2.064%2C6.494%20L8.006%2C0.950%20L6.980%2C-0.007%20L1.038%2C5.537%20L0.012%2C6.494%20L1.038%2C7.451%20L6.980%2C12.995%20Z%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 11px 50% no-repeat; }
    .card_wrapper .sl2_wrap .left_ar a:active {
      border-color: #a17bc4; }
    .card_wrapper .sl2_wrap .left_ar 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%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%23a17bc4%22%20d%3D%22M6.980%2C12.995%20L8.006%2C12.038%20L2.064%2C6.494%20L8.006%2C0.950%20L6.980%2C-0.007%20L1.038%2C5.537%20L0.012%2C6.494%20L1.038%2C7.451%20L6.980%2C12.995%20Z%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 11px 50% no-repeat; }
  .card_wrapper .sl2_wrap .right_ar, .card_wrapper .sl2_wrap .left_ar {
    display: inline-block;
    vertical-align: top; }
  .card_wrapper .sl2_wrap .right_ar a {
    position: absolute;
    right: 29px;
    top: 50%;
    margin-top: -17px;
    width: 32px;
    height: 32px;
    border: 1px solid #d7d7d7;
    display: inline-block;
    vertical-align: top;
    -webkit-border-radius : 50%;
    -moz-border-radius : 50%;
    -ms-border-radius : 50%;
    -o-border-radius : 50%;
    border-radius : 50%;
    font-size: 0; }
    @media screen and (max-width: 1700px) {
    .card_wrapper .sl2_wrap .right_ar a {
      right: 19px; } }
    @media screen and (max-width: 979px) {
    .card_wrapper .sl2_wrap .right_ar a {
      right: 44px; } }
    @media screen and (max-width: 700px) {
    .card_wrapper .sl2_wrap .right_ar a {
      position: relative;
      display: inline-block;
      vertical-align: top;
      right: 0;
      top: 0;
      margin: 0; } }
    .card_wrapper .sl2_wrap .right_ar a: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%23d7d7d7%22%20d%3D%22M1.020%2C0.005%20L-0.006%2C0.962%20L5.936%2C6.506%20L-0.006%2C12.050%20L1.020%2C13.007%20L6.962%2C7.463%20L7.988%2C6.506%20L6.962%2C5.549%20L1.020%2C0.005%20Z%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 13px 50% no-repeat; }
    .card_wrapper .sl2_wrap .right_ar a:hover {
      border-color: #8d60b7; }
    .card_wrapper .sl2_wrap .right_ar a:hover: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%238d60b7%22%20d%3D%22M1.020%2C0.005%20L-0.006%2C0.962%20L5.936%2C6.506%20L-0.006%2C12.050%20L1.020%2C13.007%20L6.962%2C7.463%20L7.988%2C6.506%20L6.962%2C5.549%20L1.020%2C0.005%20Z%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 13px 50% no-repeat; }
    .card_wrapper .sl2_wrap .right_ar a:active {
      border-color: #a17bc4; }
    .card_wrapper .sl2_wrap .right_ar 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%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%23a17bc4%22%20d%3D%22M1.020%2C0.005%20L-0.006%2C0.962%20L5.936%2C6.506%20L-0.006%2C12.050%20L1.020%2C13.007%20L6.962%2C7.463%20L7.988%2C6.506%20L6.962%2C5.549%20L1.020%2C0.005%20Z%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 13px 50% no-repeat; }
  .card_wrapper .bx-wrapper {
    margin: 0 auto; }
  .card_wrapper .pager_wrap {
    font-size: 0;
    position: relative; }
  .card_wrapper .pager_wrap .pager {
    min-height: 160px; }
    @media screen and (max-width: 1700px) {
    .card_wrapper .pager_wrap .pager {
      min-height: 102px;
      max-height: 102px; } }
    @media screen and (max-width: 979px) {
    .card_wrapper .pager_wrap .pager {
      min-height: 160px;
      max-height: 160px; } }
    @media screen and (max-width: 700px) {
    .card_wrapper .pager_wrap .pager {
      min-height: 140px;
      max-height: 140px; } }
    @media screen and (max-width: 479px) {
    .card_wrapper .pager_wrap .pager {
      min-height: 100px;
      max-height: 100px; } }
  .card_wrapper .pager_wrap a {
    display: block; }
    .card_wrapper .pager_wrap a img {
      width: 100%;
      border: 0;
      min-height: 160px;
      max-height: 160px; }
    @media screen and (max-width: 1700px) {
      .card_wrapper .pager_wrap a img {
        min-height: 102px;
        max-height: 102px; } }
    @media screen and (max-width: 979px) {
      .card_wrapper .pager_wrap a img {
        min-height: 160px;
        max-height: 160px; } }
    @media screen and (max-width: 700px) {
      .card_wrapper .pager_wrap a img {
        min-height: 140px;
        max-height: 140px; } }
    @media screen and (max-width: 479px) {
      .card_wrapper .pager_wrap a img {
        min-height: 100px;
        max-height: 100px; } }
  .card_wrapper .card_r_part {
    float: right;
    width: 49%;
    box-sizing: border-box; }
  .card_wrapper .card_r_part .card_table {
    color: #fff;
    border: 1px solid #78519b;
    background: #8d60b7; }
  @media screen and (max-width: 979px) {
    .card_wrapper .card_r_part {
      max-width: 728px;
      width: auto;
      float: none;
      margin: 0 auto; } }
  .card_wrapper .card_r_part .row {
    display: table;
    width: 100%;
    border-top: 1px solid #78519b; }
    @media screen and (max-width: 479px) {
    .card_wrapper .card_r_part .row {
      display: block;
      width: auto;
      padding: 10px 20px 16px 25px; } }
    .card_wrapper .card_r_part .row:first-child {
      border: none; }
    .card_wrapper .card_r_part .row:nth-child(even) {
      background: #a17bc4; }
  .card_wrapper .card_r_part .box1 {
    display: table-cell;
    width: 33%;
    min-width: 128px;
    padding: 14px 10px 14px 24px;
    vertical-align: middle;
    border-right: 1px solid #78519b; }
    @media screen and (max-width: 1700px) {
    .card_wrapper .card_r_part .box1 {
      padding: 8px 20px 8px 15px; } }
    @media screen and (max-width: 979px) {
    .card_wrapper .card_r_part .box1 {
      min-width: 150px; } }
    @media screen and (max-width: 479px) {
    .card_wrapper .card_r_part .box1 {
      width: auto;
      display: block;
      vertical-align: top;
      padding: 0 0 6px;
      width: auto;
      border-right: 0; } }
  .card_wrapper .card_r_part .box2 {
    display: table-cell;
    width: 67%;
    padding: 14px 20px 14px 30px;
    vertical-align: middle; }
    @media screen and (max-width: 1700px) {
    .card_wrapper .card_r_part .box2 {
      padding: 8px 20px 8px 20px; } }
    @media screen and (max-width: 479px) {
    .card_wrapper .card_r_part .box2 {
      padding: 0 0 0 3px;
      display: block;
      width: auto; } }
  .card_wrapper .card_r_part .pic {
    float: left;
    width: 40px;
    height: 40px;
    margin: 0 17px 0 0; }
    @media screen and (max-width: 1700px) {
    .card_wrapper .card_r_part .pic {
      margin: 0 12px 0 0;
      width: 26px;
      height: 26px; } }
  .card_wrapper .card_r_part .title {
    overflow: hidden;
    font: 20px/24px 'ops', Arial, Helvetica, sans-serif;
    padding: 8px 0 0 0; }
    @media screen and (max-width: 1700px) {
    .card_wrapper .card_r_part .title {
      font-size: 14px;
      padding: 4px 0 0 0;
      line-height: 17px; } }
  .card_wrapper .card_r_part .text {
    font: 20px/24px 'ops', Arial, Helvetica, sans-serif; }
    @media screen and (max-width: 1700px) {
    .card_wrapper .card_r_part .text {
      font-size: 14px;
      line-height: 17px; } }
    .card_wrapper .card_r_part .text p {
      margin: 0; }
    .card_wrapper .card_r_part .text strong {
      font-size: 28px;
      line-height: 1; }
    @media screen and (max-width: 1700px) {
      .card_wrapper .card_r_part .text strong {
        font-size: 18px; } }

.card_form {
  padding: 20px 30px 0 30px; }
  @media screen and (max-width: 1700px) {
  .card_form {
    padding: 27px 20px 0; } }
  @media screen and (max-width: 979px) {
  .card_form {
    padding: 24px 70px 0; } }
  @media screen and (max-width: 700px) {
  .card_form {
    padding: 24px 0px 0; } }
  .card_form .form_title {
    color: #22172c;
    font: 26px/1 'opssb', Arial, Helvetica, sans-serif;
    padding: 0 0 5px; }
  @media screen and (max-width: 1700px) {
    .card_form .form_title {
      font-size: 22px; } }
  @media screen and (max-width: 1700px) {
    .card_form .form_title {
      font-size: 18px; } }
  .card_form .tpl-anketa-success-note {
    font-size: 18px; }
  .card_form .form_text {
    color: #555;
    font: 17px/1 'ops', Arial, Helvetica, sans-serif;
    padding: 0 0 22px; }
  @media screen and (max-width: 1700px) {
    .card_form .form_text {
      font-size: 14px;
      padding: 0 0 10px; } }
  .card_form form {
    padding: 25px 0 0 0; }
  @media screen and (max-width: 1700px) {
    .card_form form {
      padding: 10px 0 0 0; } }
  .card_form .tpl-field {
    display: inline-block;
    vertical-align: top;
    margin: 0 5% 32px 0;
    width: 47%; }
  @media screen and (max-width: 1700px) {
    .card_form .tpl-field {
      margin: 0 5% 20px 0; } }
  @media screen and (max-width: 979px) {
    .card_form .tpl-field {
      margin: 0 2% 20px 0;
      width: 36%; } }
  @media screen and (max-width: 700px) {
    .card_form .tpl-field {
      width: 48%;
      margin: 0 3% 20px 0; } }
  @media screen and (max-width: 479px) {
    .card_form .tpl-field {
      width: 100%;
      margin: 0 0 20px; } }
  .card_form .tpl-field:nth-child(2) {
    margin-right: 0; }
  .card_form .tpl-field.type-text label {
    padding: 0 10px 0 52px;
    display: block;
    border: 2px solid #eaeaea;
    position: relative;
    background: #fcfcfc; }
    .card_form .tpl-field.type-text label.focused {
      border-color: #8d60b7; }
    @media screen and (max-width: 1700px) {
      .card_form .tpl-field.type-text label {
        padding: 0 10px 0 30px;
        border-width: 1px; } }
    .card_form .tpl-field.type-text label.phone:before {
      position: absolute;
      left: 15px;
      top: 12px;
      width: 16px;
      height: 16px;
      content: '';
      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%238d60b7%22%20d%3D%22M11.999%2C8.003%20L16.004%2C3.998%20L11.999%2C-0.008%20L11.999%2C2.396%20L8.794%2C2.396%20L8.794%2C5.600%20L11.999%2C5.600%20L11.999%2C8.003%20ZM13.601%2C11.608%20C12.599%2C11.608%2011.638%2C11.447%2010.741%2C11.151%20C10.461%2C11.063%2010.148%2C11.127%209.924%2C11.343%20L8.162%2C13.106%20C5.895%2C11.952%204.036%2C10.101%202.883%2C7.827%20L4.645%2C6.056%20C4.869%2C5.848%204.934%2C5.535%204.845%2C5.255%20C4.549%2C4.358%204.389%2C3.397%204.389%2C2.396%20C4.389%2C1.954%204.029%2C1.595%203.588%2C1.595%20L0.784%2C1.595%20C0.344%2C1.595%20-0.017%2C1.954%20-0.017%2C2.396%20C-0.017%2C9.918%206.079%2C16.013%2013.601%2C16.013%20C14.041%2C16.013%2014.402%2C15.653%2014.402%2C15.213%20L14.402%2C12.409%20C14.402%2C11.968%2014.041%2C11.608%2013.601%2C11.608%20Z%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 0 0 no-repeat; }
      @media screen and (max-width: 1700px) {
        .card_form .tpl-field.type-text label.phone:before {
          background-size: 12px 12px;
          width: 12px;
          height: 12px;
          top: 8px;
          left: 7px; } }
      @media screen and (max-width: 479px) {
        .card_form .tpl-field.type-text label.phone:before {
          width: 10px;
          height: 10px;
          background-size: 10px 10px; } }
    .card_form .tpl-field.type-text label.mail:before {
      position: absolute;
      left: 15px;
      top: 12px;
      width: 18px;
      height: 16px;
      content: '';
      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%2214px%22%20%20viewBox%3D%220%200%2018%2014%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%238d60b7%22%20d%3D%22M0.684%2C0.010%20L0.699%2C0.010%20L17.312%2C0.010%20C17.698%2C0.010%2018.005%2C0.319%2018.005%2C0.701%20L18.005%2C0.718%20L18.005%2C13.324%20C18.005%2C13.704%2017.698%2C14.014%2017.312%2C14.014%20L17.295%2C14.014%20L0.684%2C14.014%20C0.300%2C14.014%20-0.010%2C13.704%20-0.010%2C13.324%20L-0.010%2C13.304%20L-0.010%2C0.701%20C-0.010%2C0.319%200.300%2C0.010%200.684%2C0.010%20L0.684%2C0.010%20ZM16.618%2C1.990%20L16.618%2C1.990%20L9.290%2C9.287%20C9.128%2C9.448%208.865%2C9.448%208.705%2C9.287%20L1.375%2C1.990%20L1.375%2C12.634%20L16.618%2C12.634%20L16.618%2C1.990%20L16.618%2C1.990%20ZM16.048%2C1.391%20L16.048%2C1.391%20L1.948%2C1.391%20L8.998%2C8.410%20L16.048%2C1.391%20L16.048%2C1.391%20Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 0 0 no-repeat; }
      @media screen and (max-width: 1700px) {
        .card_form .tpl-field.type-text label.mail:before {
          background-size: 15px 11px;
          top: 9px;
          left: 7px;
          width: 18px;
          height: 16px; } }
      @media screen and (max-width: 479px) {
        .card_form .tpl-field.type-text label.mail:before {
          background-size: 12px 10px;
          width: 12px;
          height: 10px; } }
    .card_form .tpl-field.type-text input {
      width: 100%;
      padding: 7px 0 8px 0;
      border: 0;
      outline: none;
      background: none;
      box-shadow: none;
      font: 17px 'ops', Arial, Helvetica, sans-serif;
      color: #555;
      position: relative; }
    .card_form .tpl-field.type-text input::-webkit-input-placeholder {
      color: #555; }
    .card_form .tpl-field.type-text input:moz-placeholder {
      color: #555; }
    .card_form .tpl-field.type-text input::-moz-placeholder {
      color: #555; }
    .card_form .tpl-field.type-text input:-ms-input-placeholder {
      color: #555; }
    @media screen and (max-width: 1700px) {
      .card_form .tpl-field.type-text input {
        padding: 4px 0 5px;
        font-size: 14px; } }
  .card_form .tpl-field.tpl-field-button {
    display: block;
    width: auto; }
    @media screen and (max-width: 979px) {
    .card_form .tpl-field.tpl-field-button {
      width: 21%;
      margin: 0 0 0 3%;
      display: inline-block;
      vertical-align: top; } }
    @media screen and (max-width: 700px) {
    .card_form .tpl-field.tpl-field-button {
      display: block;
      width: auto;
      margin: 0; } }
  .card_form .tpl-field .tpl-form-button {
    color: #fff;
    font: 19px/1 'ops', Arial, Helvetica, sans-serif;
    display: inline-block;
    vertical-align: top;
    outline: none;
    cursor: pointer;
    padding: 10px 53px 12px;
    border: 2px solid #fc5c69;
    background: #fc5c69; }
    @media screen and (max-width: 1700px) {
    .card_form .tpl-field .tpl-form-button {
      border-width: 1px;
      font-size: 15px;
      padding: 7px 33px 7px; } }
      @media screen and (max-width: 1700px) and (max-width: 979px) {
      .card_form .tpl-field .tpl-form-button {
        padding: 7px 32px 7px; } }
    .card_form .tpl-field .tpl-form-button:hover {
      color: #fc4a58;
      border-color: #fc4a58;
      background: rgba(255, 255, 255, .0001); }
    .card_form .tpl-field .tpl-form-button:active {
      border-color: #fc4a58;
      background: #ffd5d8;
      color: #fc4a58; }

.card_desc {
  border: 1px solid #eaeaea;
  padding: 24px 30px 40px 30px;
  background: #fcfcfc; }
  @media screen and (max-width: 1700px) {
  .card_desc {
    padding: 26px 30px 40px 17px; } }
  @media screen and (max-width: 700px) {
  .card_desc {
    padding: 26px 30px 25px 17px;
    margin: 0 0 10px; } }
  @media screen and (max-width: 479px) {
  .card_desc {
    margin: 0 0 5px; } }
  .card_desc .title {
    color: #22172c;
    font: 32px/1 'opssb', Arial, Helvetica, sans-serif;
    padding: 0 0 10px; }
  @media screen and (max-width: 1700px) {
    .card_desc .title {
      font-size: 26px;
      padding: 0 0 14px; } }
  @media screen and (max-width: 979px) {
    .card_desc .title {
      padding: 0 0 10px; } }
  @media screen and (max-width: 479px) {
    .card_desc .title {
      font-size: 24px; } }
  .card_desc .text {
    font: 17px/26px 'ops', Arial, Helvetica, sans-serif; }
  @media screen and (max-width: 1700px) {
    .card_desc .text {
      font-size: 15px;
      line-height: 22px; } }
  @media screen and (max-width: 700px) {
    .card_desc .text {
      font-size: 14px;
      line-height: 18px; } }
  .card_desc .text p {
    margin: 0; }

.myhidden {
  overflow: hidden; }
