@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: 'rb';
  src: url("/g/fonts/roboto/roboto-b.eot");
  src: url("/g/fonts/roboto/roboto-b.eot?#iefix") format("embedded-opentype"), url("/g/fonts/roboto/roboto-b.woff2") format("woff2"), url("/g/fonts/roboto/roboto-b.woff") format("woff"), url("/g/fonts/roboto/roboto-b.ttf") format("truetype"), url("/g/fonts/roboto/roboto-b.svg#rb") format("svg");
  font-weight: normal;
  font-style: normal; }

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

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

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

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

html, body {
  height: 100%; }

html {
  font-size: 18px; }

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

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

h1 {
  margin-top: 0;
  font-size: 32px;
  line-height: 34px;
  text-align: center; }
  @media screen and (max-width: 939px) {
  h1 {
    font-size: 31px; } }
  @media screen and (max-width: 639px) {
  h1 {
    font-size: 25px;
    line-height: 28px; } }

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: $linkColor;*/ }

a:hover {
  text-decoration: none; }

a img {
  border-color: #1a1a1a; }

.cleaner {
  clear: both;
  line-height: 0;
  font-size: 0; }

b, strong {
  font-family: 'rb', Arial, Helvetica, sans-serif; }

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-footer a img {
  border: none; }

.site-header p, .site-footer p {
  margin: 0; }

.site-wrapper {
  min-height: 100%;
  margin: auto;
  max-width: 1360px;
  background: #fff;
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
  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;
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.29);
  padding: 0 24px; }
  @media screen and (max-width: 639px) {
  .site-header {
    padding: 0 16px; } }
  .site-header .header_in {
    position: relative;
    min-height: 154px;
    max-width: 940px;
    margin: 0 auto; }

.site_header_inner {
  position: relative;
  min-height: 100px;
  padding: 54px 0 0 0; }

.left_part {
  float: left;
  margin: 12px 0 10px 0;
  width: 220px; }
  @media screen and (max-width: 461px) {
  .left_part {
    float: none;
    width: auto;
    text-align: center;
    margin: 0;
    padding: 10px 0 10px; } }
  .left_part .logo {
    display: block;
    margin: 0 0 0 -4px; }
    @media screen and (max-width: 461px) {
  .left_part .logo {
    display: inline-block;
    vertical-align: top;
    margin-left: 0; } }
  .left_part .site_slogan {
    margin: -13px 0 0 42px;
    color: #666;
    font: 17px/1 'rbcl', Arial, Helvetica, sans-serif; }
    .left_part .site_slogan a {
      color: #666;
      text-decoration: none; }

.right_part {
  float: right;
  margin: 8px 0 7px 0;
  width: 490px;
  text-align: right; }
  @media screen and (max-width: 767px) {
  .right_part {
    width: 280px;
    margin: 28px 0 7px 0; } }
  @media screen and (max-width: 639px) {
  .right_part {
    width: 210px; } }
  @media screen and (max-width: 461px) {
  .right_part {
    float: none;
    width: auto;
    text-align: center;
    margin: 0 0 7px 0; } }
  .right_part .right_menu_wrap {
    text-align: right;
    padding: 0 0 12px; }
    @media screen and (max-width: 767px) {
  .right_part .right_menu_wrap {
    display: none; } }
    .right_part .right_menu_wrap .right_menu li {
      display: inline-block;
      vertical-align: top;
      padding: 0 13px; }
      .right_part .right_menu_wrap .right_menu li:last-child {
        padding-right: 0; }
      .right_part .right_menu_wrap .right_menu li a {
        color: #666;
        height: 25px;
        font: 17px/22px 'rbcl', Arial, Helvetica, sans-serif;
        text-decoration: none;
        display: inline-block;
        vertical-align: top;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
        .right_part .right_menu_wrap .right_menu li a:hover {
          color: #efbf02; }

.phones_top {
  padding: 0 0 5px; }
  @media screen and (min-width: 1024px) {
    .phones_top.empty_menu {
      padding: 7px 0 5px 0; } }
  .phones_top .phone_inner {
    display: inline-block;
    vertical-align: top;
    min-width: 153px;
    max-width: 280px;
    position: relative;
    color: #000;
    font: 22px/1 'rbc', Arial, Helvetica, sans-serif; }
    @media screen and (max-width: 639px) {
  .phones_top .phone_inner {
    max-width: 220px; } }
    .phones_top .phone_inner a {
      color: #000;
      text-decoration: none; }
    .phones_top .phone_inner:before {
      position: absolute;
      content: '';
      left: -20px;
      top: 6px;
      height: 10px;
      width: 10px;
      background: url(../tel.svg) 0 0 no-repeat; }

.time_wrap .time {
  display: inline-block;
  vertical-align: top;
  max-width: 280px;
  color: #999;
  font: 17px/1 'rbcl', Arial, Helvetica, sans-serif; }

.fixed_panel_wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  min-height: 54px;
  background: rgba(148, 148, 148, .95);
  z-index: 20; }
  @media screen and (max-width: 639px) {
  .fixed_panel_wrapper {
    min-height: 50px; } }
  .fixed_panel_wrapper .fixed_panel {
    position: relative;
    max-width: 940px;
    margin: 0 auto;
    min-height: 54px; }
    @media screen and (max-width: 979px) {
  .fixed_panel_wrapper .fixed_panel {
    max-width: 100%; } }
    @media screen and (max-width: 639px) {
  .fixed_panel_wrapper .fixed_panel {
    min-height: 50px; } }

.search_open {
  position: absolute;
  right: 0;
  right: 96px;
  top: 6px;
  height: 45px;
  width: 46px;
  background: url(../search_but.svg) 50% 16px no-repeat;
  cursor: pointer;
  z-index: 3; }
  @media screen and (max-width: 639px) {
  .search_open {
    top: 3px; } }
  .search_open.opened {
    background: url(../close.svg) 50% 14px no-repeat; }
    @media screen and (max-width: 639px) {
  .search_open.opened {
    right: 0; } }
  .search_open:before {
    position: absolute;
    content: '';
    left: -1px;
    top: 13px;
    height: 18px;
    width: 1px;
    background: url(../devider.png) 0 0 no-repeat; }

.search_wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 54px;
  z-index: 2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  background: #737373; }
  .search_wrapper.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); }
  @media screen and (max-width: 979px) {
  .search_wrapper {
    left: 68px; } }
  @media screen and (max-width: 639px) {
  .search_wrapper {
    left: 0;
    height: 50px; } }
  .search_wrapper .search_wrap {
    position: relative;
    height: 54px;
    max-width: 940px;
    margin: 0 auto; }
    @media screen and (max-width: 639px) {
  .search_wrapper .search_wrap {
    height: 50px; } }
  .search_wrapper .search_inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .search_wrapper .site_search_wr {
    display: block;
    height: 54px;
    padding: 0 120px 0 20px;
    padding: 0 220px 0 20px; }
    @media screen and (max-width: 639px) {
  .search_wrapper .site_search_wr {
    height: 50px;
    padding: 0 98px 0 20px; } }
    .search_wrapper .site_search_wr .search-form {
      display: block; }
      .search_wrapper .site_search_wr .search-form .search-text {
        position: relative;
        border: none;
        width: 100%;
        padding: 0;
        height: 54px;
        margin: 0;
        background: transparent;
        font: 19px/52px 'rbcl', Arial, Helvetica, sans-serif;
        color: #fff;
        outline-style: none; }
      @media screen and (max-width: 639px) {
    .search_wrapper .site_search_wr .search-form .search-text {
      height: 50px;
      line-height: 50px; } }
      .search_wrapper .site_search_wr .search-form .search-button {
        position: absolute;
        right: 66px;
        right: 162px;
        top: 0;
        border: none;
        cursor: pointer;
        width: 54px;
        height: 54px;
        background: url(../search_but.svg) 50% 20px no-repeat;
        background-size: 16px 15px;
        outline: none; }
      @media screen and (max-width: 639px) {
    .search_wrapper .site_search_wr .search-form .search-button {
      height: 50px;
      background-position: 50% 18px;
      right: 47px; } }

.menu_wrapper {
  position: relative; }
  .menu_wrapper.opened {
    z-index: 20; }
  @media screen and (max-width: 979px) {
    .menu_wrapper .menu_inner {
      position: fixed;
      width: 320px;
      background: #999;
      left: 0;
      top: 0;
      bottom: 0;
      min-height: 100%;
      overflow: hidden;
      overflow-y: auto;
      -webkit-transform: translate(-100%, 0);
      -moz-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
      -o-transform: translate(-100%, 0);
      transform: translate(-100%, 0); } }
    .menu_wrapper .menu_inner.animit {
      -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_inner.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 1000px rgba(0,0,0,.6);
      -webkit-box-shadow: 0 0 0 1000px rgba(0,0,0,.6);
      box-shadow: 0 0 0 1000px rgba(0,0,0,.6); }
  .menu_wrapper .menu_open {
    position: absolute;
    left: 0;
    top: 0;
    width: 68px;
    height: 54px;
    cursor: pointer;
    background: url(../menu.svg) 50% 20px no-repeat;
    display: none; }
    @media screen and (max-width: 979px) {
  .menu_wrapper .menu_open {
    display: block; } }
    @media screen and (max-width: 639px) {
  .menu_wrapper .menu_open {
    height: 50px;
    background-position: 50% 18px;
    width: 52px; } }
  @media screen and (max-width: 979px) {
    .menu_wrapper .menu_close {
      position: absolute;
      right: 0;
      top: 0;
      height: 56px;
      width: 60px;
      background: url(../close.svg) 50% 20px no-repeat;
      cursor: pointer;
      z-index: 1; } }
  .menu_wrapper .menu-top-wrap {
    position: relative;
    font-size: 0; }
    @media screen and (max-width: 979px) {
  .menu_wrapper .menu-top-wrap {
    padding: 56px 0 18px; } }
    .menu_wrapper .menu-top-wrap .menu-top li {
      display: inline-block;
      vertical-align: top;
      background: url(../devider.png) 0 50% no-repeat; }
      @media screen and (max-width: 979px) {
    .menu_wrapper .menu-top-wrap .menu-top li {
      display: block;
      background: none;
      border-bottom: 1px solid rgba(255, 255, 255, .12); } }
      .menu_wrapper .menu-top-wrap .menu-top li:hover, .menu_wrapper .menu-top-wrap .menu-top li:hover + li {
        background: none; }
      .menu_wrapper .menu-top-wrap .menu-top li:first-child {
        background: none;
        margin-left: -15px; }
        @media screen and (max-width: 979px) {
    .menu_wrapper .menu-top-wrap .menu-top li:first-child {
      margin-left: 0; } }
      .menu_wrapper .menu-top-wrap .menu-top li a {
        padding: 0 15px;
        display: block;
        position: relative;
        height: 54px;
        font: 18px/52px 'rbc', Arial, Helvetica, sans-serif;
        text-decoration: none;
        color: #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; }
        @media screen and (max-width: 979px) {
    .menu_wrapper .menu-top-wrap .menu-top li a {
      font-size: 20px;
      line-height: 1;
      height: auto;
      padding: 12px 10px 15px 20px; } }
        .menu_wrapper .menu-top-wrap .menu-top li a:hover {
          background: rgba(255, 255, 255, .15); }
  .menu_wrapper .right_menu_wrap.extra {
    display: none;
    background: #fcfdf7;
    padding: 17px 0 8px;
    margin: 0 0 20px; }
    @media screen and (max-width: 767px) {
  .menu_wrapper .right_menu_wrap.extra {
    display: block; } }
    .menu_wrapper .right_menu_wrap.extra .right_menu li {
      display: block; }
      .menu_wrapper .right_menu_wrap.extra .right_menu li a {
        color: #666;
        font: 20px/1 'rbc', Arial, Helvetica, sans-serif;
        padding: 12px 10px 15px 20px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
        display: block;
        text-decoration: none; }
        .menu_wrapper .right_menu_wrap.extra .right_menu li a:hover, .menu_wrapper .right_menu_wrap.extra .right_menu li a:active {
          color: #fff;
          background: #999; }

.top_block_wrapper {
  position: relative;
  font-size: 0; }
  .top_block_wrapper img {
    height: auto;
    width: 100%;
    min-height: 167px; }
    @media screen and (max-width: 800px) {
  .top_block_wrapper img {
    min-height: 280px; } }
    @media screen and (max-width: 639px) {
  .top_block_wrapper img {
    min-height: 167px; } }
  .top_block_wrapper p {
    margin: 0; }
  .top_block_wrapper .top_block_wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .top_block_wrapper .top_block {
    position: relative;
    max-width: 940px;
    margin: 0 auto;
    padding: 0 26px; }
    @media screen and (max-width: 639px) {
  .top_block_wrapper .top_block {
    padding: 0 16px; } }
    .top_block_wrapper .top_block .img_text {
      position: absolute;
      left: 26px;
      top: 64px;
      color: #fff;
      font: 30px/33px 'rbcl', Arial, Helvetica, sans-serif; }
      @media screen and (max-width: 639px) {
  .top_block_wrapper .top_block .img_text {
    display: none; } }
      .top_block_wrapper .top_block .img_text strong {
        font-family: 'rbcb', Arial, Helvetica, sans-serif;
        font-size: 35px; }

.jblock_wrapper {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  -moz-box-shadow: inset 0px -1px 0px 0px rgba(208, 208, 208, 0.7);
  -webkit-box-shadow: inset 0px -1px 0px 0px rgba(208, 208, 208, 0.7);
  box-shadow: inset 0px -1px 0px 0px rgba(208, 208, 208, 0.7);
  padding: 0 24px; }
  @media screen and (max-width: 639px) {
  .jblock_wrapper {
    padding: 0 16px; } }
  .jblock_wrapper .jblock_wrap {
    max-width: 940px;
    margin: 0 auto;
    padding: 19px 0 35px 0; }
    @media screen and (max-width: 440px) {
  .jblock_wrapper .jblock_wrap {
    padding: 22px 0 25px 0; } }
  .jblock_wrapper .jblock_title {
    color: #737373;
    font: 32px/1 'rbcl', Arial, Helvetica, sans-serif;
    padding: 0 0 20px;
    text-align: center; }
    @media screen and (max-width: 939px) {
  .jblock_wrapper .jblock_title {
    font-size: 30px; } }
    @media screen and (max-width: 639px) {
  .jblock_wrapper .jblock_title {
    font-size: 25px;
    padding: 0 0 15px; } }
  .jblock_wrapper .jblock_in {
    margin: 0 -1.6% 0 0;
    font-size: 0; }
    @media screen and (max-width: 767px) {
  .jblock_wrapper .jblock_in {
    margin: 0 -3% 0 0; } }
    @media screen and (max-width: 440px) {
  .jblock_wrapper .jblock_in {
    margin: 0; } }
  .jblock_wrapper .jblock {
    display: inline-block;
    vertical-align: top;
    margin: 0 1.6% 15px 0;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    width: 23.1%;
    -moz-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.05);
    box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.05); }
    .jblock_wrapper .jblock .jblock_clear {
      overflow: hidden; }
    @media screen and (max-width: 939px) {
  .jblock_wrapper .jblock {
    margin-bottom: 10px; } }
    @media screen and (max-width: 767px) {
  .jblock_wrapper .jblock {
    width: 46.5%;
    margin: 0 3% 15px 0; } }
    @media screen and (max-width: 440px) {
  .jblock_wrapper .jblock {
    width: 100%;
    margin: 0 0 10px; } }
    .jblock_wrapper .jblock .pic {
      text-align: center;
      font-size: 0;
      padding: 4px 0; }
      .jblock_wrapper .jblock .pic img {
        height: auto; }
      @media screen and (min-width: 1024px) {
    .jblock_wrapper .jblock .pic img {
      min-height: 76px; } }
    .jblock_wrapper .jblock .j_in {
      position: relative;
      border-top: 1px solid #f0f0f0; }
    .jblock_wrapper .jblock .l_text {
      float: left;
      height: 88px;
      width: 88px;
      background: #f0f0f0;
      position: relative; }
      @media screen and (max-width: 979px) {
  .jblock_wrapper .jblock .l_text {
    float: none;
    display: block;
    width: auto;
    height: 44px;
    text-align: center; } }
      @media screen and (max-width: 440px) {
  .jblock_wrapper .jblock .l_text {
    float: left;
    width: 115px;
    height: 93px; } }
      @media screen and (min-width: 980px) {
    .jblock_wrapper .jblock .l_text:before {
      position: absolute;
      right: -9px;
      top: 11px;
      content: '';
      width: 0;
      height: 0;
      border-color: transparent;
      border-style: solid;
      border-width: 9px 0 9px 9px;
      border-left-color: #f0f0f0; } }
      @media screen and (min-width: 441px) and (max-width: 979px) {
    .jblock_wrapper .jblock .l_text:before {
      position: absolute;
      left: 50%;
      margin-left: -9px;
      bottom: -9px;
      content: '';
      width: 0;
      height: 0;
      border-color: transparent;
      border-style: solid;
      border-width: 9px 9px 0 9px;
      border-top-color: #f0f0f0; } }
      @media screen and (max-width: 440px) {
    .jblock_wrapper .jblock .l_text:before {
      position: absolute;
      right: -9px;
      top: 11px;
      content: '';
      width: 0;
      height: 0;
      border-color: transparent;
      border-style: solid;
      border-width: 9px 0 9px 9px;
      border-left-color: #f0f0f0; } }
    .jblock_wrapper .jblock .l_size {
      color: #0d0d0d;
      font: 18px/1 'rbc', Arial, Helvetica, sans-serif;
      padding: 11px 0 18px 10px; }
      @media screen and (max-width: 979px) {
  .jblock_wrapper .jblock .l_size {
    display: inline-block;
    vertical-align: top;
    padding: 12px 0 0 5px; } }
      @media screen and (max-width: 440px) {
  .jblock_wrapper .jblock .l_size {
    padding: 12px 0 15px 0; } }
    .jblock_wrapper .jblock .l_time {
      color: #595959;
      font: 20px/1 'rbc', Arial, Helvetica, sans-serif;
      position: relative;
      padding: 2px 0 10px 38px; }
      @media screen and (max-width: 979px) {
  .jblock_wrapper .jblock .l_time {
    width: 50px;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 30px;
    margin: 10px 0 0 10px; } }
      @media screen and (max-width: 767px) {
  .jblock_wrapper .jblock .l_time {
    margin: 10px 10px 0 10px;
    float: none;
    display: inline-block;
    vertical-align: top;
    padding-left: 20px; } }
      .jblock_wrapper .jblock .l_time:before {
        position: absolute;
        content: '';
        left: 9px;
        top: 2px;
        height: 19px;
        width: 19px;
        background: url(../clock.svg) 0 0 no-repeat;
        background-size: 19px 19px; }
      @media screen and (max-width: 979px) {
    .jblock_wrapper .jblock .l_time:before {
      left: 0; } }
      @media screen and (max-width: 767px) {
    .jblock_wrapper .jblock .l_time:before {
      top: 1px; } }
    .jblock_wrapper .jblock .r_text {
      overflow: hidden;
      padding: 8px 10px 8px 15px; }
      @media screen and (max-width: 979px) {
  .jblock_wrapper .jblock .r_text {
    padding: 14px 10px 10px; } }
      @media screen and (max-width: 939px) {
  .jblock_wrapper .jblock .r_text {
    padding: 9px 10px 8px;
    overflow: visible; } }
      @media screen and (max-width: 767px) {
  .jblock_wrapper .jblock .r_text {
    overflow: hidden; } }
      .jblock_wrapper .jblock .r_text .r_price {
        color: #000;
        font: 24px/1 'rbcb', Arial, Helvetica, sans-serif;
        text-align: center;
        padding: 0 0 5px 0; }
      @media screen and (max-width: 979px) {
    .jblock_wrapper .jblock .r_text .r_price {
      padding: 0 0 8px; } }
      @media screen and (max-width: 979px) {
    .jblock_wrapper .jblock .r_text .r_but {
      text-align: center; } }
      .jblock_wrapper .jblock .r_text .r_but a {
        height: 40px;
        font: 16px/40px 'rbcb', Arial, Helvetica, sans-serif;
        display: inline-block;
        vertical-align: top;
        color: #fff;
        text-decoration: none;
        width: 100px;
        text-align: center;
        position: relative;
        background: #999;
        text-transform: uppercase;
        -moz-box-shadow: inset 0px -4px 0px 0px #fdcb00;
        -webkit-box-shadow: inset 0px -4px 0px 0px #fdcb00;
        box-shadow: inset 0px -4px 0px 0px #fdcb00; }
        @media screen and (max-width: 979px) {
    .jblock_wrapper .jblock .r_text .r_but a {
      width: 145px; } }
        .jblock_wrapper .jblock .r_text .r_but a:hover {
          background: #b7b6b6; }
        .jblock_wrapper .jblock .r_text .r_but a:active {
          background: #999;
          -moz-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.26);
          -webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.26);
          box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.26); }

.jblock_wrapper1 {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  -moz-box-shadow: inset 0px -1px 0px 0px rgba(208, 208, 208, 0.7);
  -webkit-box-shadow: inset 0px -1px 0px 0px rgba(208, 208, 208, 0.7);
  box-shadow: inset 0px -1px 0px 0px rgba(208, 208, 208, 0.7);
  padding: 0 24px; }
  @media screen and (max-width: 639px) {
  .jblock_wrapper1 {
    padding: 0 16px; } }
  .jblock_wrapper1 .jblock_wrap {
    max-width: 940px;
    margin: 0 auto;
    position: relative;
    padding: 26px 0 45px;
    font-size: 0; }
    @media screen and (max-width: 939px) {
  .jblock_wrapper1 .jblock_wrap {
    padding: 21px 0 30px; } }
    @media screen and (max-width: 639px) {
  .jblock_wrapper1 .jblock_wrap {
    padding: 20px 0 5px 0; } }
  .jblock_wrapper1 .jblock_title {
    color: #737373;
    font: 32px/1 'rbcl', Arial, Helvetica, sans-serif;
    text-align: center;
    padding: 0 0 30px; }
    @media screen and (max-width: 939px) {
  .jblock_wrapper1 .jblock_title {
    padding: 0 0 23px; } }
    @media screen and (max-width: 639px) {
  .jblock_wrapper1 .jblock_title {
    font-size: 26px; } }
  .jblock_wrapper1 .jblock {
    display: inline-block;
    vertical-align: top;
    width: 32.2%; }
    @media screen and (max-width: 860px) {
  .jblock_wrapper1 .jblock {
    width: auto;
    display: block;
    border-top: 5px solid #fcce00;
    padding: 25px 0 13px 0; } }
    @media screen and (min-width: 861px) {
  .jblock_wrapper1 .jblock + .jblock {
    margin-left: 1.5%; } }
    @media screen and (max-width: 766px) {
  .jblock_wrapper1 .jblock {
    border: 0;
    padding: 0 0 10px; } }
    .jblock_wrapper1 .jblock .title {
      color: #1a1a1a;
      font: 22px/1 'rbcb', Arial, Helvetica, sans-serif;
      padding: 0 0 7px;
      text-align: center; }
      @media screen and (min-width: 768px) and (max-width: 860px) {
  .jblock_wrapper1 .jblock .title {
    float: left;
    width: 32%;
    margin-right: 2%;
    text-align: left; } }
    .jblock_wrapper1 .jblock .jblock_in {
      border-top: 5px solid #fcce00;
      padding: 18px 0 0 0; }
      @media screen and (max-width: 860px) {
  .jblock_wrapper1 .jblock .jblock_in {
    border: 0;
    overflow: hidden;
    padding: 0; } }
      @media screen and (max-width: 767px) {
  .jblock_wrapper1 .jblock .jblock_in {
    border-top: 5px solid #fcce00;
    padding: 15px 0 0 0;
    overflow: visible; } }
    .jblock_wrapper1 .jblock .text {
      position: relative;
      padding: 2px 0 0 38px;
      min-height: 26px;
      margin: 0 0 10px;
      background: url(../ok.svg) 0 0 no-repeat; }
      @media screen and (max-width: 860px) {
  .jblock_wrapper1 .jblock .text {
    margin: 0 0 12px; } }
      .jblock_wrapper1 .jblock .text a {
        color: #000;
        font: 18px/22px 'rl', Arial, Helvetica, sans-serif;
        text-decoration: none; }

.jblock_wrapper2 {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  -moz-box-shadow: inset 0px -1px 0px 0px rgba(208, 208, 208, 0.7);
  -webkit-box-shadow: inset 0px -1px 0px 0px rgba(208, 208, 208, 0.7);
  box-shadow: inset 0px -1px 0px 0px rgba(208, 208, 208, 0.7);
  background: #fafafa;
  font-size: 0;
  padding: 0 24px; }
  @media screen and (max-width: 639px) {
  .jblock_wrapper2 {
    padding: 0 16px; } }
  .jblock_wrapper2 .jblock_wrap {
    max-width: 940px;
    margin: 0 auto;
    padding: 26px 0 20px; }
    @media screen and (max-width: 939px) {
  .jblock_wrapper2 .jblock_wrap {
    padding: 23px 0 20px; } }
    @media screen and (max-width: 440px) {
  .jblock_wrapper2 .jblock_wrap {
    padding: 13px 0 5px; } }
  .jblock_wrapper2 .jblock_title {
    color: #737373;
    font: 32px/1 'rbcl', Arial, Helvetica, sans-serif;
    text-align: center;
    padding: 0 0 17px; }
    @media screen and (max-width: 939px) {
  .jblock_wrapper2 .jblock_title {
    font-size: 30px; } }
    @media screen and (max-width: 639px) {
  .jblock_wrapper2 .jblock_title {
    padding: 0 0 15px;
    font-size: 26px; } }
  .jblock_wrapper2 .jblock_inner {
    margin: 0 -1.6% 0 0; }
    @media screen and (max-width: 440px) {
  .jblock_wrapper2 .jblock_inner {
    margin: 0; } }
  .jblock_wrapper2 .jblock {
    background: #fff;
    display: inline-block;
    vertical-align: top;
    width: 23.4%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 5px 0px 0px #fcce00;
    -webkit-box-shadow: 0px 5px 0px 0px #fcce00;
    box-shadow: 0px 5px 0px 0px #fcce00;
    margin: 0 1.6% 15px 0;
    position: relative; }
    @media screen and (max-width: 939px) {
  .jblock_wrapper2 .jblock {
    width: 48.4%; } }
    @media screen and (max-width: 440px) {
  .jblock_wrapper2 .jblock {
    width: auto;
    margin: 0 auto 20px;
    display: block; } }
    .jblock_wrapper2 .jblock:before {
      position: absolute;
      content: '';
      left: 0;
      right: 0;
      top: 0;
      bottom: -1px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      -o-border-radius: 2px;
      border-radius: 2px;
      -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
      box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
      pointer-events: none; }
    .jblock_wrapper2 .jblock:hover .pic img, .jblock_wrapper2 .jblock:active .pic img {
      opacity: 0.7; }
      .jblock_wrapper2 .jblock:hover .title a, .jblock_wrapper2 .jblock:active .title a {
        color: #999; }
  .jblock_wrapper2 .pic {
    font-size: 0;
    padding: 5px 0 0 0;
    text-align: center; }
    @media screen and (max-width: 939px) {
  .jblock_wrapper2 .pic {
    width: 47%;
    display: inline-block;
    vertical-align: middle; } }
    @media screen and (max-width: 767px) {
  .jblock_wrapper2 .pic {
    display: block;
    width: auto; } }
    .jblock_wrapper2 .pic img {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
  .jblock_wrapper2 .title {
    color: #333;
    font: 17px/21px 'rbcb', Arial, Helvetica, sans-serif;
    text-align: center;
    text-transform: uppercase; }
    .jblock_wrapper2 .title .title_in {
      padding: 13px 10px 15px; }
      @media screen and (max-width: 939px) {
  .jblock_wrapper2 .title .title_in {
    padding: 13px 10px 15px; } }
      @media screen and (max-width: 767px) {
  .jblock_wrapper2 .title .title_in {
    padding: 13px 15px 15px; } }
      .jblock_wrapper2 .title .title_in:after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 1px;
        height: 100%;
        margin: 0 0 0 -1px; }
    @media screen and (max-width: 939px) {
  .jblock_wrapper2 .title {
    width: 49%;
    text-align: left;
    display: inline-block;
    vertical-align: middle; } }
    @media screen and (max-width: 767px) {
  .jblock_wrapper2 .title {
    display: block;
    width: auto;
    text-align: center; } }
    .jblock_wrapper2 .title a {
      display: inline-block;
      vertical-align: middle;
      color: #333;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s;
      text-decoration: none; }
      .jblock_wrapper2 .title a:hover, .jblock_wrapper2 .title a:active {
        color: #999; }

.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;
  margin: 0 0 24px;
  border-bottom: 1px solid #e3e3e3; }

.site-main {
  width: auto;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  padding: 0 24px; }
  @media screen and (max-width: 639px) {
  .site-main {
    padding: 0 16px; } }
  .site-main__inner {
    position: relative;
    max-width: 940px;
    margin: 0 auto;
    padding: 36px 0 40px; }
    @media screen and (max-width: 639px) {
  .site-main__inner {
    padding: 20px 0 40px; } }

.news_wrapper {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  padding: 0 24px; }
  @media screen and (max-width: 639px) {
  .news_wrapper {
    padding: 0;
    font-size: 0; } }
  .news_wrapper .news_wrap {
    max-width: 940px;
    margin: 0 auto;
    padding: 0 0 40px 0; }
    @media screen and (max-width: 939px) {
  .news_wrapper .news_wrap {
    padding: 0 0 30px; } }
    @media screen and (max-width: 639px) {
  .news_wrapper .news_wrap {
    padding: 0 0 8px; } }
  .news_wrapper .news-name {
    position: relative;
    color: #808080;
    font: 32px/28px 'rbcl', Arial, Helvetica, sans-serif;
    text-align: center;
    padding: 0;
    height: 40px; }
    @media screen and (max-width: 939px) {
  .news_wrapper .news-name {
    text-align: left; } }
    @media screen and (max-width: 639px) {
  .news_wrapper .news-name {
    padding: 0 16px 0;
    font-size: 26px;
    line-height: 38px; } }
    .news_wrapper .news-name a {
      position: absolute;
      right: 0;
      top: 0;
      height: 40px;
      width: 117px;
      text-align: center;
      color: #000;
      font: 16px/40px 'rbcb', Arial, Helvetica, sans-serif;
      background: #fcce00;
      text-transform: uppercase;
      text-decoration: none;
      letter-spacing: -0.5px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      -o-border-radius: 2px;
      border-radius: 2px;
      -moz-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
      box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      -ms-transition: all 0.2s;
      transition: all 0.2s; }
      @media screen and (max-width: 639px) {
  .news_wrapper .news-name a {
    right: 16px; } }
      .news_wrapper .news-name a:hover {
        background: #ffd92f; }
      .news_wrapper .news-name a:active {
        background: #fcce00;
        -moz-box-shadow: inset 0px 3px 4px 0px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: inset 0px 3px 4px 0px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0px 3px 4px 0px rgba(0, 0, 0, 0.1); }
  .news_wrapper .news-body {
    width: 48.75%;
    display: inline-block;
    vertical-align: top;
    -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    padding: 0 0 17px; }
    @media screen and (max-width: 979px) {
  .news_wrapper .news-body {
    width: 48.6%; } }
    @media screen and (max-width: 639px) {
  .news_wrapper .news-body {
    width: auto;
    padding: 0 16px 17px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    border-top: 1px solid #dfdfdf; }
    .news_wrapper .news-body:last-child {
      border-bottom: 1px solid #dfdfdf; } }
    .news_wrapper .news-body + .news-body {
      margin-left: 2%; }
      @media screen and (max-width: 639px) {
  .news_wrapper .news-body + .news-body {
    margin-left: 0; } }
  .news_wrapper .left_n {
    float: left;
    width: 140px;
    padding: 12px 0 0 15px;
    margin: 0 14px 5px 0; }
    @media screen and (max-width: 939px) {
  .news_wrapper .left_n {
    width: 120px;
    margin: 0 15px 5px 0; } }
    @media screen and (max-width: 639px) {
  .news_wrapper .left_n {
    padding: 12px 0 5px 0; } }
    @media screen and (max-width: 440px) {
  .news_wrapper .left_n {
    width: 100px;
    margin: 0 13px 5px 0; } }
    .news_wrapper .left_n .news-date {
      color: #808080;
      font: 14px/1 'rl', Arial, Helvetica, sans-serif;
      margin: 0 0 10px;
      padding: 2px 0 0 21px;
      min-height: 15px;
      background: url(../date.svg) 0 0 no-repeat; }
    .news_wrapper .left_n .pic {
      font-size: 0;
      width: 140px;
      height: 120px; }
      @media screen and (max-width: 939px) {
  .news_wrapper .left_n .pic {
    width: 120px;
    height: 110px; } }
      @media screen and (max-width: 440px) {
  .news_wrapper .left_n .pic {
    width: 100px;
    height: 90px; } }
      .news_wrapper .left_n .pic img {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px; }
      @media screen and (max-width: 939px) {
    .news_wrapper .left_n .pic img {
      width: 120px;
      height: 110px; } }
      @media screen and (max-width: 440px) {
    .news_wrapper .left_n .pic img {
      width: 100px;
      height: 90px; } }
  .news_wrapper .right_n {
    padding: 38px 15px 0 15px; }
    @media screen and (max-width: 440px) {
  .news_wrapper .right_n {
    padding: 38px 0 0 0; } }
    .news_wrapper .right_n .news-title {
      color: #3787b0;
      font: 19px/21px 'rbcl', Arial, Helvetica, sans-serif;
      margin: 0 0 8px; }
      .news_wrapper .right_n .news-title a {
        color: #3787b0;
        text-decoration: none; }
    .news_wrapper .right_n .news-note {
      color: #4c4c4c;
      font: 16px/19px 'rl', Arial, Helvetica, sans-serif; }
      .news_wrapper .right_n .news-note p {
        margin: 0; }

.map_wrapper {
  position: relative;
  height: 400px;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  overflow: hidden;
  -moz-box-shadow: inset 0px -1px 2.4px 0.6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0px -1px 2.4px 0.6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px -1px 2.4px 0.6px rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 639px) {
  .map_wrapper {
    height: auto;
    overflow: visible; } }
  .map_wrapper p {
    margin: 0; }
  .map_wrapper img {
    border: 0; }
  .map_wrapper .map_wrap {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }
    @media screen and (max-width: 639px) {
  .map_wrapper .map_wrap {
    position: static; } }
    .map_wrapper .map_wrap .map_block {
      height: 400px; }
      @media screen and (max-width: 639px) {
  .map_wrapper .map_wrap .map_block {
    display: none; } }
    .map_wrapper .map_wrap .map_in {
      position: relative;
      max-width: 940px;
      margin: 0 auto;
      z-index: 2; }
      .map_wrapper .map_wrap .map_in .contacts_block {
        position: absolute;
        right: 0;
        bottom: 0;
        background: #fff;
        -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5),0px 1px 10px 0px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5),0px 1px 10px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5),0px 1px 10px 0px rgba(0, 0, 0, 0.2); }
      @media screen and (max-width: 939px) {
    .map_wrapper .map_wrap .map_in .contacts_block {
      right: 24px; } }
      @media screen and (max-width: 639px) {
    .map_wrapper .map_wrap .map_in .contacts_block {
      position: static;
      -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5),0px 1px 10px 0px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5),0px 1px 10px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5),0px 1px 10px 0px rgba(0, 0, 0, 0.2); } }
      .map_wrapper .map_wrap .map_in .contacts {
        width: 267px;
        padding: 28px 20px 25px; }
      @media screen and (max-width: 639px) {
    .map_wrapper .map_wrap .map_in .contacts {
      width: auto;
      padding: 28px 16px 25px; } }
      .map_wrapper .map_wrap .map_in .phone_bot {
        padding: 0 0 15px 39px;
        background: url(../tel_b.svg) 0 0 no-repeat;
        color: #000;
        font: 20px/1 'rbc', Arial, Helvetica, sans-serif; }
      .map_wrapper .map_wrap .map_in .phone_bot a {
        color: #000;
        text-decoration: none; }
      .map_wrapper .map_wrap .map_in .phone_bot .title {
        color: #949494;
        font: 15px/1 'rl', Arial, Helvetica, sans-serif;
        padding: 0 0 6px; }
      .map_wrapper .map_wrap .map_in .adress_bot {
        padding: 0 0 18px 35px;
        background: url(../adress.svg) 0 0 no-repeat;
        color: #333;
        font: 16px/19px 'rl', Arial, Helvetica, sans-serif; }
      @media screen and (max-width: 639px) {
    .map_wrapper .map_wrap .map_in .adress_bot {
      padding: 0 15px 18px 35px; } }
      .map_wrapper .map_wrap .map_in .adress_bot .title {
        color: #949494;
        font-size: 15px;
        line-height: 1;
        padding: 0 0 8px; }
      .map_wrapper .map_wrap .map_in .bot_but {
        padding: 15px 0 0 0;
        border-top: 1px solid rgba(0, 0, 0, .1);
        text-align: center; }
      .map_wrapper .map_wrap .map_in .bot_but .but_text {
        padding: 0 0 9px;
        color: #737373;
        font: 26px 'rbcl', Arial, Helvetica, sans-serif; }
      .map_wrapper .map_wrap .map_in .bot_but .but {
        display: inline-block;
        vertical-align: top;
        color: #000;
        height: 50px;
        max-width: 240px;
        padding: 0 20px;
        font: 20px/50px 'rbcb', Arial, Helvetica, sans-serif;
        background: #fcce00;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        text-decoration: none;
        letter-spacing: -0.5px; }
        .map_wrapper .map_wrap .map_in .bot_but .but:hover {
          background: #ffd92f; }
        .map_wrapper .map_wrap .map_in .bot_but .but:active {
          background: #fcce00;
          -moz-box-shadow: inset 0px 3px 4px 0px rgba(0, 0, 0, 0.1);
          -webkit-box-shadow: inset 0px 3px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 3px 4px 0px rgba(0, 0, 0, 0.1); }

.site-footer {
  position: relative;
  z-index: 3;
  background: #fff;
  background: #8c8c8c;
  min-height: 202px;
  padding: 0 24px;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none; }
  @media screen and (max-width: 636px) {
  .site-footer {
    padding: 0 16px;
    -moz-box-shadow: inset 0px 1px 2.4px 0.6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0px 1px 2.4px 0.6px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 1px 2.4px 0.6px rgba(0, 0, 0, 0.2); } }
  .site-footer .footer_in {
    position: relative;
    min-height: 202px;
    max-width: 940px;
    margin: 0 auto; }

.link_top {
  position: absolute;
  right: 0;
  top: 39px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url(../up.svg) 0 0 no-repeat;
  z-index: 2; }
  @media screen and (max-width: 767px) {
  .link_top {
    display: none; } }

.footer_inner {
  position: relative;
  min-height: 113px; }

.footer_in1 {
  min-height: 88px;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, .1); }
  @media screen and (max-width: 510px) {
  .footer_in1 {
    min-height: 90px;
    padding: 10px 0 0 0;
    border-top: 0; } }

.menu_bot_wrap {
  float: left;
  width: 720px;
  margin: 23px 0 20px 0; }
  @media screen and (max-width: 939px) {
  .menu_bot_wrap {
    width: 670px; } }
  @media screen and (max-width: 767px) {
  .menu_bot_wrap {
    width: auto;
    float: none; } }
  @media screen and (max-width: 639px) {
  .menu_bot_wrap {
    width: auto;
    margin: 20px 0 15px; } }
  .menu_bot_wrap .menu_bot {
    vertical-align: top;
    width: 210px;
    display: none; }
    @media screen and (max-width: 939px) {
  .menu_bot_wrap .menu_bot {
    width: 200px; } }
    @media screen and (max-width: 767px) {
  .menu_bot_wrap .menu_bot {
    width: 32%; } }
    .menu_bot_wrap .menu_bot:first-child {
      display: inline-block; }
      @media screen and (max-width: 639px) {
  .menu_bot_wrap .menu_bot:first-child {
    display: block;
    width: auto; } }
    .menu_bot_wrap .menu_bot:nth-child(2) {
      display: inline-block;
      margin-left: 70px; }
      @media screen and (max-width: 939px) {
  .menu_bot_wrap .menu_bot:nth-child(2) {
    margin-left: 50px; } }
      @media screen and (max-width: 767px) {
  .menu_bot_wrap .menu_bot:nth-child(2) {
    margin-left: 1%;
    width: 32%; } }
      @media screen and (max-width: 639px) {
  .menu_bot_wrap .menu_bot:nth-child(2) {
    display: block;
    width: auto;
    margin-left: 0; } }
    .menu_bot_wrap .menu_bot:nth-child(3) {
      display: inline-block;
      width: 200px;
      margin-left: 28px; }
      @media screen and (max-width: 939px) {
  .menu_bot_wrap .menu_bot:nth-child(3) {
    margin-left: 10px; } }
      @media screen and (max-width: 767px) {
  .menu_bot_wrap .menu_bot:nth-child(3) {
    margin-left: 1%;
    width: 32%; } }
      @media screen and (max-width: 639px) {
  .menu_bot_wrap .menu_bot:nth-child(3) {
    display: block;
    width: auto;
    margin-left: 0; } }
    .menu_bot_wrap .menu_bot li {
      display: block; }
      .menu_bot_wrap .menu_bot li a {
        color: #f9f9f9;
        font: 16px/1 'rbc', Arial, Helvetica, sans-serif;
        padding: 9px 0 10px;
        display: inline-block;
        vertical-align: top;
        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; }
      @media screen and (max-width: 939px) {
    .menu_bot_wrap .menu_bot li a {
      font-size: 15px; } }
      @media screen and (max-width: 767px) {
    .menu_bot_wrap .menu_bot li a {
      padding: 11px 10px 12px 10px;
      display: block; } }
      .menu_bot_wrap .menu_bot li a:hover {
        color: #fff; }

.left_bot {
  float: left;
  margin: 39px 0 10px 0;
  width: 240px; }
  @media screen and (max-width: 510px) {
  .left_bot {
    float: none;
    text-align: center;
    width: auto;
    margin: 13px 0 10px; } }
  .left_bot .site-name-bottom {
    color: #f9f9f9;
    font: 13px/1 'rl', Arial, Helvetica, sans-serif; }

.site_copyright {
  float: right;
  width: 220px;
  text-align: right;
  margin: 34px 0 10px;
  color: #f9f9f9;
  font: 12px/1 'rl', Arial, Helvetica, sans-serif; }
  @media screen and (max-width: 510px) {
  .site_copyright {
    float: none;
    width: auto;
    text-align: center;
    margin: 0 0 10px; } }
  .site_copyright a {
    color: #fcce00; }
  .site_copyright span {
    font-size: 12px !important; }

@media screen and (max-width: 767px) {
  .fixed_panel_wrapper.headroom.not_top.hidden {
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s; }

  .fixed_panel_wrapper.headroom.not_top.showed {
    -webkit-transform: translate(none);
    -moz-transform: translate(none);
    -ms-transform: translate(none);
    -o-transform: translate(none);
    transform: translate(none);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s; } }

.all_link {
  display: inline-block;
  vertical-align: top;
  color: #000;
  font: 18px 'rbcb', Arial, Helvetica, sans-serif;
  border: 2px solid #000;
  padding: 6px 15px;
  text-decoration: none;
  background: #fff;
  margin: -45px 0 20px 0; }

.top_but.popup-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 54px;
  color: #fff;
  font: 18px/54px 'rbcl', Arial, Helvetica, sans-serif;
  width: 86px;
  padding: 0 5px;
  text-align: center;
  z-index: 11;
  text-decoration: none;
  background: #fcc800;
  cursor: pointer;
  overflow: hidden; }
  @media screen and (max-width: 639px) {
  .top_but.popup-button {
    height: 50px;
    line-height: 50px;
    z-index: 1; } }

.top_but2.popup-button {
  display: inline-block;
  vertical-align: top;
  margin-top: 35px;
  color: #000;
  height: 50px;
  font: 24px/50px 'rbcb', Arial, Helvetica, sans-serif;
  text-decoration: none;
  background: #fcc800;
  text-align: center;
  text-transform: uppercase;
  width: 150px;
  -moz-box-shadow:  inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow:  inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow:  inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px; }
  .top_but2.popup-button:hover {
    background: #edce55; }
  .top_but2.popup-button:active {
    -moz-box-shadow:  inset 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow:  inset 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow:  inset 0px 1px 0px 0px rgba(0, 0, 0, 0.1); }

#sandbox_theme_panel_530606 {
  top: 200px !important; }

.ui-timepicker-div dl dt.ui_tpicker_time_label {
  margin-top: 4px; }
  .ui-timepicker-div dl dt.ui_tpicker_microsec_label.ui_tpicker_unit_hide {
    display: none; }
  .ui-timepicker-div dl dt.ui_tpicker_millisec_label.ui_tpicker_unit_hide {
    display: none; }
  .ui-timepicker-div dl dt.ui_tpicker_timezone_label.ui_tpicker_unit_hide {
    display: none; }
  .ui-timepicker-div dl dt.ui_tpicker_second_label.ui_tpicker_unit_hide {
    display: none; }
  .ui-timepicker-div dl dd.ui_tpicker_hour {
    width: 46px; }
  .ui-timepicker-div dl dd.ui_tpicker_minute {
    width: 46px; }
  .ui-timepicker-div dl dd.ui_tpicker_microsec.ui_tpicker_unit_hide {
    display: none; }
  .ui-timepicker-div dl dd.ui_tpicker_millisec.ui_tpicker_unit_hide {
    display: none; }
  .ui-timepicker-div dl dd.ui_tpicker_timezone.ui_tpicker_unit_hide {
    display: none; }
  .ui-timepicker-div dl dd.ui_tpicker_second .ui_tpicker_unit_hide {
    display: none; }

.ui-widget-header {
  background: #d4d4d4; }

.form_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 100%;
  overflow: auto;
  white-space: nowrap;
  text-align: center;
  font-size: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, .4);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden; }
  @media screen and (max-width: 479px) {
  .form_wrapper {
    background: url(../elephant.png) 50% 0 /cover no-repeat; } }
  .form_wrapper.opened {
    opacity: 1;
    visibility: visible; }
  .form_wrapper:before {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    content: ''; }
  .form_wrapper .form_inner {
    display: inline-block;
    white-space: normal;
    vertical-align: middle;
    text-align: left; }
  .form_wrapper .my_form {
    width: 320px;
    padding: 30px 30px 26px;
    position: relative;
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4); }
  @media screen and (max-width: 479px) {
    .form_wrapper .my_form {
      width: 288px;
      position: static;
      box-shadow: none;
      padding: 56px 16px 26px;
      background: none !important; } }
  .form_wrapper .form_close {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    background: url(../form_close.svg) 50% 50% no-repeat #fcc800;
    cursor: pointer; }
  .form_wrapper .form_title {
    color: #1f1f1f;
    font: 25px/1 'rbc', Arial, Helvetica, sans-serif;
    text-align: center;
    padding: 0 16px 22px; }
  @media screen and (max-width: 479px) {
    .form_wrapper .form_title {
      padding: 0 4px 22px; } }
  .form_wrapper ul {
    list-style: none;
    padding-left: 0; }
  .form_wrapper input[type="checkbox"] {
    position: relative;
    top: 1px; }
  .form_wrapper .tpl-field {
    margin: 0 0 15px;
    font-size: 14px; }
  @media screen and (max-width: 479px) {
    .form_wrapper .tpl-field {
      margin: 0 0 20px; } }
  .form_wrapper .tpl-field.field-error input, .form_wrapper .tpl-field.field-error textarea, .form_wrapper .tpl-field.field-error select {
    border-bottom-color: red !important; }
  .form_wrapper .tpl-field.type-text input {
    color: #666;
    font: 18px 'rbcl', Arial, Helvetica, sans-serif;
    padding: 7px 15px 8px 15px;
    background: #fff;
    width: 290px;
    border: 0;
    border-bottom: 1px solid #ccc;
    box-shadow: none !important;
    outline: none;
    -webkit-transition: border 0.3s;
    -moz-transition: border 0.3s;
    -o-transition: border 0.3s;
    -ms-transition: border 0.3s;
    transition: border 0.3s; }
  @media screen and (max-width: 479px) {
        .form_wrapper .tpl-field.type-text input {
          width: 258px; } }
  .form_wrapper .tpl-field.type-text input::-webkit-input-placeholder {
    color: #666; }
  .form_wrapper .tpl-field.type-text input:moz-placeholder {
    color: #666; }
  .form_wrapper .tpl-field.type-text input::-moz-placeholder {
    color: #666; }
  .form_wrapper .tpl-field.type-text input:-ms-input-placeholder {
    color: #666; }
  .form_wrapper .tpl-field.type-text input:focus {
    border-bottom: 1px solid #666; }
  .form_wrapper .tpl-field.type-textarea textarea {
    color: #1f1f1f;
    font: 18px 'rbcl', Arial, Helvetica, sans-serif;
    height: 50px;
    outline: none;
    padding: 10px 15px 11px 15px;
    background: #fff;
    width: 290px;
    border: 0;
    border-bottom: 1px solid #ccc;
    box-shadow: none !important;
    outline: none;
    resize: none; }
  @media screen and (max-width: 479px) {
        .form_wrapper .tpl-field.type-textarea textarea {
          width: 258px; } }
  .form_wrapper .tpl-field.type-textarea textarea::-webkit-input-placeholder {
    color: #666; }
  .form_wrapper .tpl-field.type-textarea textarea:moz-placeholder {
    color: #666; }
  .form_wrapper .tpl-field.type-textarea textarea::-moz-placeholder {
    color: #666; }
  .form_wrapper .tpl-field.type-textarea textarea:-ms-input-placeholder {
    color: #666; }
  .form_wrapper .tpl-field.type-textarea textarea:focus {
    border-bottom: 1px solid #666; }
  .form_wrapper .tpl-field.type-select select {
    color: #1f1f1f;
    font: 18px 'rbcl', Arial, Helvetica, sans-serif;
    padding: 6px 0 7px 10px;
    background: #fff;
    width: 320px;
    border: 0;
    border-bottom: 1px solid #ccc;
    box-shadow: none !important;
    outline: none; }
  @media screen and (max-width: 479px) {
        .form_wrapper .tpl-field.type-select select {
          width: 288px; } }
  .form_wrapper .tpl-field.type-select select::-webkit-input-placeholder {
    color: #666; }
  .form_wrapper .tpl-field.type-select select:moz-placeholder {
    color: #666; }
  .form_wrapper .tpl-field.type-select select::-moz-placeholder {
    color: #666; }
  .form_wrapper .tpl-field.type-select select:-ms-input-placeholder {
    color: #666; }
  .form_wrapper .tpl-field.type-select select:focus {
    border-bottom: 1px solid #666; }
  .form_wrapper .tpl-field.type-calendar {
    display: inline-block;
    vertical-align: top;
    width: 150px; }
  @media screen and (max-width: 479px) {
      .form_wrapper .tpl-field.type-calendar {
        width: 141px; } }
  .form_wrapper .tpl-field.type-calendar.time_block {
    margin: 0 0 15px; }
  @media screen and (max-width: 479px) {
        .form_wrapper .tpl-field.type-calendar.time_block {
          margin: 0 0 20px; } }
  .form_wrapper .tpl-field.type-calendar input {
    color: #1f1f1f;
    font: 18px 'rbcl', Arial, Helvetica, sans-serif;
    padding: 7px 15px 8px 15px;
    background: #fff;
    width: 120px;
    border: 0;
    border-bottom: 1px solid #ccc;
    box-shadow: none !important;
    outline: none; }
  .form_wrapper .tpl-field.type-calendar input.time_block {
    margin: 0 0 0 20px; }
    @media screen and (max-width: 479px) {
        .form_wrapper .tpl-field.type-calendar input.time_block {
          margin: 0 0 0 6px; } }
  @media screen and (max-width: 479px) {
        .form_wrapper .tpl-field.type-calendar input {
          padding: 7px 10px 8px 10px; } }
  .form_wrapper .tpl-field.type-calendar input::-webkit-input-placeholder {
    color: #666; }
  .form_wrapper .tpl-field.type-calendar input:moz-placeholder {
    color: #666; }
  .form_wrapper .tpl-field.type-calendar input::-moz-placeholder {
    color: #666; }
  .form_wrapper .tpl-field.type-calendar input:-ms-input-placeholder {
    color: #666; }
  .form_wrapper .tpl-field.type-calendar input:focus {
    border-bottom: 1px solid #666; }
  .form_wrapper .tpl-field.tpl-field-button {
    margin: 0; }
  .form_wrapper .tpl-field.tpl-field-button button {
    color: #000;
    font: 20px 'rbc', Arial, Helvetica, sans-serif;
    padding: 7px 18px 10px;
    background: #fcc800;
    -moz-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    outline: none;
    border: 0;
    display: inline-block;
    vertical-align: top; }
  .form_wrapper .tpl-field.tpl-field-button button:hover {
    background: #f9d13a; }
  .form_wrapper .tpl-field.tpl-field-button button:active {
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.1); }

.overflowHidden1 {
  overflow: hidden; }

.tpl-anketa-success-note {
  font-size: 18px;
  font-family: 'rbc', Arial, Helvetica, sans-serif;
  text-align: center;
  padding: 10px 0; }

.mail_icon {
  position: relative; }
  .mail_icon:before {
    position: absolute;
    content: '';
    left: -37px;
    top: 0;
    height: 16px;
    width: 20px;
    background: url(../emaaail.svg) 0 0 no-repeat; }
