@charset "utf-8";
@font-face {
  font-family: 'Awesome';
  src: url("/g/tpl/all/font/fontawesome-webfont.eot");
  src: url("/g/tpl/all/font/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("/g/tpl/all/font/fontawesome-webfont.woff2") format("woff2"), url("/g/tpl/all/font/fontawesome-webfont.woff") format("woff"), url("/g/tpl/all/font/fontawesome-webfont.ttf") format("truetype"), url("/g/tpl/all/font/fontawesome-webfont.svg#Awesome") format("svg");
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'Awesome';
    src: url("/g/tpl/all/font/fontawesome-webfont.svg") format("svg");
    font-weight: normal;
    font-style: normal; } }

.s3_button_small, .s3_button_large, .s3_pagelist_item_active {
  display: inline-block;
  text-decoration: none;
  color: #333;
  border: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0.2307692308em;
  -moz-border-radius: 0.2307692308em;
  -ms-border-radius: 0.2307692308em;
  -o-border-radius: 0.2307692308em;
  border-radius: 0.2307692308em;
  -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.4);
  background-color: #dedede;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #dedede));
  background-image: -o-linear-gradient(top, #f8f8f8 0%, #dedede 100%);
  background-image: -moz-linear-gradient(top, #f8f8f8 0%, #dedede 100%);
  background-image: -webkit-linear-gradient(top, #f8f8f8 0%, #dedede 100%);
  background-image: -ms-linear-gradient(top, #f8f8f8 0%, #dedede 100%);
  background-image: linear-gradient(to bottom, #f8f8f8 0%, #dedede 100%);
  -pie-background: linear-gradient(to bottom, #f8f8f8 0%, #dedede 100%); }
  .s3_button_small:hover, .s3_button_large:hover, .s3_pagelist_item_active:hover {
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #eee));
    background-image: -o-linear-gradient(top, #fcfcfc 0%, #eee 100%);
    background-image: -moz-linear-gradient(top, #fcfcfc 0%, #eee 100%);
    background-image: -webkit-linear-gradient(top, #fcfcfc 0%, #eee 100%);
    background-image: -ms-linear-gradient(top, #fcfcfc 0%, #eee 100%);
    background-image: linear-gradient(to bottom, #fcfcfc 0%, #eee 100%);
    -pie-background: linear-gradient(to bottom, #fcfcfc 0%, #eee 100%); }
  .s3_button_small:active, .s3_button_large:active, .s3_pagelist_item_active:active {
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dedede), color-stop(100%, #f2f2f2));
    background-image: -o-linear-gradient(top, #dedede 0%, #f2f2f2 100%);
    background-image: -moz-linear-gradient(top, #dedede 0%, #f2f2f2 100%);
    background-image: -webkit-linear-gradient(top, #dedede 0%, #f2f2f2 100%);
    background-image: -ms-linear-gradient(top, #dedede 0%, #f2f2f2 100%);
    background-image: linear-gradient(to bottom, #dedede 0%, #f2f2f2 100%);
    -pie-background: linear-gradient(to bottom, #dedede 0%, #f2f2f2 100%); }
  .s3_button_small:disabled, .s3_button_large:disabled, .s3_pagelist_item_active:disabled, .s3_button_small[disabled], .s3_button_large[disabled], .s3_pagelist_item_active[disabled] {
    opacity: 0.5;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #dedede;
    background-image: none;
    -pie-background: #dedede; }

.s3_button_small {
  padding: 0.3846153846em 0.9230769231em; }

.s3_button_large {
  padding: 0.5333333333em 1.0666666667em;
  font-size: 1.1538461538em;
  font-weight: bold; }

.s3_icon {
  display: inline-block;
  text-decoration: none;
  font-family: 'Awesome';
  font-weight: normal;
  font-style: normal;
  line-height: 1; }

.s3_table {
  display: table; }
  .s3_table .s3_table_row, .s3_table .s3_table_head {
    display: table-row; }
    .s3_table .s3_table_row .s3_table_ceil, .s3_table .s3_table_head .s3_table_ceil {
      display: table-cell; }

.s3_message {
  display: table;
  padding: 1em;
  margin: 1em 0;
  background-color: #f0e4c9;
  border: 1px solid #e1c893;
  color: #333;
  -moz-box-shadow: 0 2px 6px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.75);
  -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.75);
  box-shadow: 0 2px 6px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.75); }
  .s3_message.s3_message_success {
    background-color: #80c080;
    border: 1px solid green;
    color: #fff; }
  .s3_message.s3_message_warning {
    background-color: #f0e4c9;
    border: 1px solid #e1c893;
    color: #333; }
  .s3_message.s3_message_error {
    background-color: #ff8080;
    border: 1px solid red;
    color: #fff; }

.s3_moderation_note {
  font-size: 0.8461538462em;
  color: red;
  margin: 1.6363636364em 0; }

.s3_comments_user {
  margin: 1.3846153846em 0; }

.s3_image_format_1 {
  min-width: 90px; }

.s3_image_format_2 {
  min-width: 150px; }

.s3_image_format_3 {
  min-width: 120px; }

.s3_image_format_4 {
  min-width: 120px; }

.s3_image_format_5 {
  min-width: 180px; }

.s3_post_date {
  color: #656565;
  font-size: 0.9230769231em; }

.s3_post_head {
  margin-bottom: 1.3846153846em; }

.s3_post_content {
  margin: 1.3846153846em 0; }
  .s3_post_content:after {
    clear: both;
    content: "";
    display: block; }
  .s3_post_content .s3_post_image {
    margin-right: 1.3846153846em;
    float: left;
    text-align: center; }
    .s3_post_content .s3_post_image img {
      border: 1px solid #999;
      visibility: visible;
      vertical-align: top; }

.s3_post .s3_post_image {
  margin-bottom: 1.3846153846em; }
  .s3_post .s3_post_tags {
    margin-bottom: 0.4615384615em; }
    .s3_post .s3_post_tags .s3_icon:before {
      content: "\f02c";
      font-size: 0.8461538462em;
      margin-right: 0.7692307692em; }
  .s3_post .s3_post_folders {
    margin-bottom: 0.4615384615em; }
    .s3_post .s3_post_folders .s3_icon:before {
      content: "\f07c";
      font-size: 0.8461538462em;
      margin-right: 0.7692307692em; }

.s3_posts_folders_list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .s3_posts_folders_list > li {
    display: inline-block;
    padding: 0;
    margin: 0 3% 1.3846153846em 0;
    max-width: 30%;
    vertical-align: top; }
    .s3_posts_folders_list > li > a {
      font-weight: bold; }
    .s3_posts_folders_list > li ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .s3_posts_folders_list > li ul li {
        margin: 0.6153846154em 0; }
        .s3_posts_folders_list > li ul li ul {
          margin-left: 1.3846153846em; }

.s3_posts_list_item .s3_post_title {
  margin: 0.3529411765em 0 1.0588235294em;
  font-size: 1.3076923077em; }
  .s3_posts_list_item .s3_post_text {
    overflow: hidden; }
    .s3_posts_list_item .s3_post_text p:first-child {
      margin-top: 0; }

.s3_comments_item {
  margin: 0; }
  .s3_comments_item .s3_anchor {
    float: right; }
    .s3_comments_item .s3_anchor .s3_icon:before {
      margin-left: 0.7692307692em;
      content: "\f13d";
      font-size: 0.8461538462em; }
  .s3_comments_item .s3_comment_date {
    font-size: 0.8461538462em;
    opacity: 0.8; }
  .s3_comments_item .s3_comment_author {
    font-size: 1.0769230769em; }
  .s3_comments_item .s3_comment_head {
    padding: 0.9230769231em 1.0769230769em;
    background-color: rgba(0, 0, 0, 0.2); }
    .s3_comments_item .s3_comment_head:after {
      display: block;
      clear: both;
      content: ""; }
  .s3_comments_item .s3_comment_content {
    margin: 0;
    padding: 1.1538461538em; }
  .s3_comments_item .s3_comment_reply {
    position: relative;
    margin-top: 1.3846153846em;
    padding: 1em;
    border: 1px solid rgba(119, 119, 119, 0.2);
    background-color: rgba(119, 119, 119, 0.2);
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3); }
    .s3_comments_item .s3_comment_reply:before, .s3_comments_item .s3_comment_reply:after {
      position: absolute;
      left: 20px;
      content: ""; }
    .s3_comments_item .s3_comment_reply:before {
      top: -8px;
      width: 0;
      height: 0;
      border-color: transparent;
      border-style: solid;
      border-width: 0 6px 7px 6px;
      border-bottom-color: rgba(119, 119, 119, 0.2); }
    .s3_comments_item .s3_comment_reply:after {
      top: -6px;
      width: 0;
      height: 0;
      border-color: transparent;
      border-style: solid;
      border-width: 0 6px 7px 6px;
      border-bottom-color: rgba(119, 119, 119, 0.2); }
    .s3_comments_item .s3_comment_reply .s3_comment_reply_head {
      padding-bottom: 0.6153846154em;
      border-bottom: 1px solid #7f7f7f; }
      .s3_comments_item .s3_comment_reply .s3_comment_reply_head:after {
        content: "";
        clear: both; }
    .s3_comments_item .s3_comment_reply .s3_comment_reply_content {
      margin: 0;
      padding-top: 0.6153846154em; }

.s3_files_list {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none; }
  .s3_files_list .s3_table_ceil {
    padding: 0.7692307692em;
    vertical-align: middle; }
  .s3_files_list .s3_files_list_title {
    background: #dedede;
    font-size: 0.9230769231em;
    white-space: pre; }
  .s3_files_list .s3_files_list_item .s3_file_head {
    width: 100%;
    color: #999;
    font-size: 0.9230769231em; }
    .s3_files_list .s3_files_list_item .s3_file_head .s3_file_alternate_name {
      font-size: 1.2307692308em; }
    .s3_files_list .s3_files_list_item .s3_file_head .s3_file_name {
      display: block; }
    .s3_files_list .s3_files_list_item .s3_table_ceil {
      border-bottom: 1px solid #ccc; }
    .s3_files_list .s3_files_list_item .s3_file_size {
      text-align: right;
      white-space: pre;
      font-size: 1.0769230769em;
      font-weight: bold; }
    .s3_files_list .s3_files_list_item .s3_file_download {
      white-space: pre; }

.s3_search_result_total {
  margin: 1.9230769231em 0;
  padding: 0.3846153846em 0;
  border-bottom: 1px solid #cecece; }

.s3_search_result_list {
  margin: 0 0 0 1.5384615385em;
  padding: 0;
  list-style: none; }
  .s3_search_result_list .s3_search_result_list_item .s3_search_result_name {
    margin: 0.375em 0;
    font-size: 1.2307692308em; }
    .s3_search_result_list .s3_search_result_list_item .s3_search_result_name a {
      text-indent: -1.5em; }
    .s3_search_result_list .s3_search_result_list_item .s3_search_result_name .s3_icon:before {
      margin-right: 0.7692307692em;
      content: "\f178";
      font-size: 0.8461538462em; }
    .s3_search_result_list .s3_search_result_list_item .s3_search_result_url {
      color: #999;
      font-size: 0.9230769231em; }
    .s3_search_result_list .s3_search_result_list_item .s3_search_result_text {
      margin: 1.3846153846em 0; }

.s3_pagelist {
  margin: 1.3846153846em 0;
  padding: 0;
  list-style: none;
  text-align: center; }
  .s3_pagelist .s3_pagelist_item {
    display: inline-block;
    min-width: 2.1333333333em;
    min-height: 1.8666666667em;
    margin: 0 0.2em;
    vertical-align: middle;
    background-color: #fff;
    font-size: 1.1538461538em;
    line-height: 1.1538461538em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 0.2307692308em;
    -moz-border-radius: 0.2307692308em;
    -ms-border-radius: 0.2307692308em;
    -o-border-radius: 0.2307692308em;
    border-radius: 0.2307692308em;
    -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.4); }
    .s3_pagelist .s3_pagelist_item a, .s3_pagelist .s3_pagelist_item span {
      display: block;
      padding: 0.3333333333em;
      text-decoration: none;
      color: #333; }
    .s3_pagelist .s3_pagelist_item .s3_icon {
      font-size: 1.3333333333em;
      line-height: 1.3333333333em; }
    .s3_pagelist .s3_pagelist_item.s3_pagelist_item_prev a, .s3_pagelist .s3_pagelist_item.s3_pagelist_item_next a, .s3_pagelist .s3_pagelist_item.s3_pagelist_item_first a, .s3_pagelist .s3_pagelist_item.s3_pagelist_item_last a {
      padding: 0; }
    .s3_pagelist .s3_pagelist_item.s3_pagelist_item_prev .s3_icon:before {
      content: "\f104"; }
    .s3_pagelist .s3_pagelist_item.s3_pagelist_item_next .s3_icon:before {
      content: "\f105"; }
    .s3_pagelist .s3_pagelist_item.s3_pagelist_item_first .s3_icon:before {
      content: "\f100"; }
    .s3_pagelist .s3_pagelist_item.s3_pagelist_item_last .s3_icon:before {
      content: "\f101"; }
/* [+] s3_text_block */
.s3_text_block {
  margin: 2.3076923077em 0; }
/* [-] s3_text_block */
/* [+] s3_form */
.s3_tpl_anketa .s3_form {
  margin-top: 2.3076923077em; }

.s3_form .anketa-flash-upload div.flash {
  max-width: 100%;
  border: 1px solid #ccc;
  -webkit-border-radius: 0.2307692308em;
  -moz-border-radius: 0.2307692308em;
  -ms-border-radius: 0.2307692308em;
  -o-border-radius: 0.2307692308em;
  border-radius: 0.2307692308em; }

.s3_form_item {
  margin: 0.7692307692em 0; }

.s3_required {
  color: red; }

.s3_form_field_title {
  margin-bottom: 0.3846153846em; }

.s3_form_field_type_text, .s3_form_field_type_password, .s3_form_field_type_textarea, .s3_form_field_type_select, .s3_form_item_type_captcha input[type=text] {
  max-width: 100%;
  padding: 0.3076923077em 0.7692307692em;
  border: 1px solid #ccc;
  -webkit-border-radius: 0.2307692308em;
  -moz-border-radius: 0.2307692308em;
  -ms-border-radius: 0.2307692308em;
  -o-border-radius: 0.2307692308em;
  border-radius: 0.2307692308em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .s3_form_field_type_text.s3_form_field_error, .s3_form_field_type_password.s3_form_field_error, .s3_form_field_type_textarea.s3_form_field_error, .s3_form_field_type_select.s3_form_field_error, .s3_form_item_type_captcha input[type=text].s3_form_field_error {
    border-color: red; }
  .s3_form_field_type_text[disabled], .s3_form_field_type_password[disabled], .s3_form_field_type_textarea[disabled], .s3_form_field_type_select[disabled], .s3_form_item_type_captcha input[type=text][disabled] {
    background-color: #dedede;
    border-color: #dedede;
    resize: none; }

.s3_form_field_type_text, .s3_form_field_type_password, .s3_form_field_type_textarea {
  width: 32.3076923077em; }

.s3_form_field_type_select {
  min-width: 15.3846153846em; }

.s3_form_field_type_radio, .s3_form_field_type_checkbox {
  width: 1em;
  height: 1em;
  margin: 0 0.3846153846em 0 0;
  vertical-align: middle; }
  .s3_form_field_type_radio[disabled] + .s3_form_subitem_title, .s3_form_field_type_checkbox[disabled] + .s3_form_subitem_title {
    color: #dedede; }

.s3_form_item_type_calendar .s3_icon:before, .s3_form_item_type_calendar_interval .s3_icon:before {
  margin-left: 0.3846153846em;
  content: "\f073"; }

.s3_form_item_type_calendar .s3_form_field_type_text {
  width: 7em; }

.s3_form_item_type_calendar_interval .s3_form_subitem {
  display: inline-block;
  margin-right: 0.7692307692em; }
  .s3_form_item_type_calendar_interval .s3_form_field_type_text {
    width: 7em;
    margin-left: 0.3846153846em; }

.s3_form_item_type_captcha .mgCaptcha-block {
  display: inline-block;
  margin: 0 1em 0 0;
  vertical-align: middle; }
  .s3_form_item_type_captcha img:first-child {
    border: 1px solid #ccc; }
    .s3_form_item_type_captcha img + img {
      padding-left: 0.2307692308em;
      vertical-align: bottom; }
  .s3_form_item_type_captcha input[type=text] {
    width: 6.9230769231em; }
  .s3_form_item_type_captcha.s3_form_item_error input[type=text] {
    border-color: red; }

.s3_form_subitem {
  margin: 0.3846153846em 0; }

.s3_form_note {
  padding: 0.2307692308em 0.7692307692em 0; }

.s3_form_error {
  padding: 0 0.7692307692em;
  color: red; }
/* [-] s3_form */
/* [+] s3_tpl_authorization */
.s3_form_field_alias_birthday {
  width: 6em;
  min-width: 0; }
/* [-] s3_tpl_authorization */
/* [+] s3_tpl_login */
.s3_login_form {
  float: left;
  width: 15.3846153846em;
  margin-top: 0.3846153846em; }
  .s3_login_form .s3_form_item {
    margin: 0.4615384615em 0; }
  .s3_login_form .s3_form_field_type_text {
    width: 15.3846153846em; }
  .s3_login_form .s3_form_item_type_email {
    margin-top: 0; }
  .s3_login_form .s3_form_item_type_password:after {
    display: block;
    clear: both;
    content: ""; }
    .s3_login_form .s3_form_item_type_password .s3_form_field_content {
      display: inline-block;
      vertical-align: top; }
    .s3_login_form .s3_form_item_type_password .s3_form_field_type_text {
      width: 10em; }
  .s3_login_form .s3_form_item_button {
    float: right;
    margin: 0;
    vertical-align: top; }

.s3_registration_link {
  margin: 0.7692307692em 0; }

.s3_password_forgot {
  display: table;
  padding: 0.3846153846em 0 0 2.3076923077em;
  vertical-align: top; }
  .s3_password_forgot p {
    margin-top: 0; }

.s3_tpl_forgot_password .s3_form_item_type_button {
  margin-top: 1.5384615385em; }
/* [-] s3_tpl_login */
/* [+] s3_vote */
.s3_tpl_vote .s3_form_item_type_text {
  margin-top: 0.7692307692em; }
  .s3_tpl_vote .s3_form_field_type_text {
    width: 15.3846153846em; }
  .s3_tpl_vote .s3_form_item_type_button {
    margin-top: 1.5384615385em; }

.s3_votes_list {
  margin: 0;
  padding: 0;
  list-style: none; }

.s3_votes_list_item {
  margin: 1em 0;
  padding-left: 1.6153846154em;
  font-size: 1.0769230769em;
  font-weight: bold; }
  .s3_votes_list_item:before {
    position: absolute;
    margin-left: -1.6153846154em;
    content: '\2014';
    color: #08c;
    font-weight: normal; }

.s3_vote_variant_list {
  margin: 0;
  padding: 0 0 0 0.7692307692em;
  list-style: none; }

.s3_vote_results {
  margin: 0;
  padding: 0;
  list-style: none; }

.s3_vote_results_item {
  margin: 1.1538461538em 0;
  font-size: 1.0769230769em; }

.s3_vote_answer {
  margin-bottom: 0.3846153846em; }

.s3_vote_answer_progress {
  display: inline-block;
  height: 1.5384615385em;
  vertical-align: middle;
  background-color: #0089cd;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00bee4), color-stop(100%, #0089cd));
  background-image: -o-linear-gradient(top, #00bee4 0%, #0089cd 100%);
  background-image: -moz-linear-gradient(top, #00bee4 0%, #0089cd 100%);
  background-image: -webkit-linear-gradient(top, #00bee4 0%, #0089cd 100%);
  background-image: -ms-linear-gradient(top, #00bee4 0%, #0089cd 100%);
  background-image: linear-gradient(to bottom, #00bee4 0%, #0089cd 100%);
  -pie-background: linear-gradient(to bottom, #00bee4 0%, #0089cd 100%); }

.s3_vote_answer_count {
  margin-left: 0.7692307692em; }
  .s3_vote_answer_count[data-count="0"] {
    margin-left: 0; }
/* [-] s3_vote */
/* [+] s3_sitemap */
.s3_sitemap_list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
  /* &:before {
   position: absolute;
   top: em(5px,$baseFontSize);
   bottom: em(5px,$baseFontSize);
   left: 0;
   content: '';
   border-left: 1px dotted $tplColor11;
   } */ }
  .s3_sitemap_list > .s3_sitemap_list_item {
    margin: 0.9230769231em 0; }
    .s3_sitemap_list > .s3_sitemap_list_item > a {
      font-size: 1.0769230769em; }
    .s3_sitemap_list > .s3_sitemap_list_item.s3_sitemap_list_item_last {
      /* &:before {
       margin-top: em(3px,$baseFontSize);
       }*/ }

.s3_sitemap_list_item {
  position: relative;
  margin: 0.6153846154em 0;
  padding-left: 1.3846153846em;
  /* &:before {
   position: absolute;
   top: em(5px,$baseFontSize);
   left: 0;
   width: em(8px,$baseFontSize);
   margin-top: -1px;
   border-top: 1px dotted $tplColor11;
   content: '';
   }
   &:after {
   position: absolute;
   top: em(18px,$baseFontSize);
   bottom: em(8px,$baseFontSize);
   left: em(18px,$baseFontSize);
   border-left: 1px dotted $tplColor11;
   content: '';
   } */ }

.s3_sitemap_sublist {
  margin: 0;
  padding: 0;
  list-style: none; }

.s3_sitemap_list_item_empty {
  padding-left: 1.3846153846em; }

.s3_sitemap_sublist_not_parent {
  position: relative;
  /* &:after {
   position: absolute;
   top: em(4px,$baseFontSize)*-1;
   left: 0;
   height: em(8px,$baseFontSize);
   border-left: 1px dotted $tplColor11;
   content: '';
   } */ }
/* [-] s3_sitemap */
/* [+] s3_gallery_list */
.s3_gallery_list {
  margin-bottom: 3.0769230769em; }

.s3_gallery_list_item {
  display: inline-block;
  margin: 1.1538461538em 1.3846153846em 0 0;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .s3_gallery_list_item:hover .s3_gallery_list_image {
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); }

.s3_gallery_list_image {
  display: block;
  padding: 0.7692307692em;
  text-align: center;
  border: 1px solid #ccc; }
  .s3_gallery_list_image img {
    display: inline-block;
    vertical-align: middle;
    border: 0 none !important; }
  .s3_gallery_list_image:after {
    display: inline-block;
    height: 100%;
    content: '';
    vertical-align: middle; }

.s3_gallery_list_title {
  margin-top: 0.5384615385em;
  font-size: 0.9230769231em; }
/* [-] s3_gallery_list */
/* [+] s3_gallery_view */
.s3_gallery_view_image {
  padding: 0.7692307692em;
  border: 1px solid #ccc;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); }
  .s3_gallery_view_image img {
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
/* [-] s3_gallery_view */


.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width: 100%;}}@media (min-width:768px){.container{max-width: 100%;}}@media (min-width:992px){.container{max-width: 100%;}}@media (min-width:1200px){.container{max-width: 1180px;}}.row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;}.col,.col-3,.col-12,.col-lg-4,.col-md-6{width:100%;min-height:1px;padding-right: 0px;padding-left: 0px;}.col{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%;}.col-3{-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-12{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}@media (min-width:768px){.col-md-6{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media (min-width:992px){.col-lg-4{-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}}.align-items-center{-webkit-align-items:center!important;-ms-flex-align:center!important;align-items:center!important}.mt-2{margin-top:.5rem!important}.mt-5{margin-top:3rem!important}.pl-0{padding-left:0!important}.py-5{padding-top:3rem!important}.py-5{padding-bottom:3rem!important}.close:not(:disabled):not(.disabled){cursor:pointer}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{color:#000;text-decoration:none;opacity:.75}
/*:not(.filterTitle) Ð¸Ð³Ð½Ð¾Ñ€Ð¸Ñ€ÑƒÐµÐ¼ Ñ„Ð¸Ð»ÑŒÑ‚Ñ€Ñ‹ Ð˜Ðœ */.closed:not(:disabled):not(.disabled){cursor:pointer}.closed:not(:disabled):not(.disabled):focus,.closed:not(:disabled):not(.disabled):hover{color:#000;text-decoration:none;opacity:.75}
/*:not(.catalog_menu-tabs) Ð¸Ð³Ð½Ð¾Ñ€Ð¸Ñ€ÑƒÐµÐ¼ Ð³Ð»Ð°Ð²Ð½Ð¾Ðµ Ð¼ÐµÐ½ÑŽ */.navbar-toggler:not(:disabled):not(.disabled){cursor:pointer}
@supports ((position:-webkit-sticky) or (position:sticky)){}
:root{--tp-font:'Open Sans';--tp-color-1:#07aedb;--tp-color-2:#16a7d3;--tp-color-3:#289dc8;--tp-color-4:#438eb9;--tp-color-5:#5c80ab;--tp-color-6:#7d6e99;--tp-color-7:#97618c;--tp-color-8:#b0537f;--tp-color-9:#c74772;--tp-color-10:#d83d68;--tp-color-11:#e84067;--tp-color-12:#f82a5b;--tp-color-13:#005783}html{font-size:16px}body{font-family:'Open Sans',sans-serif;color:#0c2050;font-size:1em;line-height:1.4}img{max-width:100%;height:auto}h3,h4{line-height:1.2}h4{font-size:1.25em;font-weight:600;margin:.8em 0}.page_devider{border-top:1px solid #e0e5f0}.page_bg-light{background-color:#f7f9fd}.contentTitle{font-family:inherit;font-size:2.25em;font-weight:700;text-align:center;margin-top:0;color:inherit;text-transform:none}.we_help_block .objectTitle{margin:0;font-size:1.125em;font-size: 18px;font-weight:600;font-family: 'Open Sans',sans-serif;padding: 10px;}.we_help_block .objectImg{display:block;margin:auto;}.we_help_block .objectNote{color:#626c84;font-family: 'Open Sans',sans-serif;font-size: 16px;padding: 16px;}@media (max-width:767px){.contentTitle{font-size:150%!important}}



img {
  border-style: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
h3 {
  margin: 0;
  font-weight: normal;
}
@font-face {
  font-family: 'helveticaneuecyrlight';
  src: url('../fonts/helveticaneuecyr-light-webfont.eot');
  src: url('../fonts/helveticaneuecyr-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/helveticaneuecyr-light-webfont.woff2') format('woff2'), url('../fonts/helveticaneuecyr-light-webfont.woff') format('woff'), url('../fonts/helveticaneuecyr-light-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'helveticaneuecyrroman';
  src: url('../fonts/helveticaneuecyr-roman-webfont.eot');
  src: url('../fonts/helveticaneuecyr-roman-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/helveticaneuecyr-roman-webfont.woff2') format('woff2'), url('../fonts/helveticaneuecyr-roman-webfont.woff') format('woff'), url('../fonts/helveticaneuecyr-roman-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'helveticaneuecyrmedium';
  src: url('../fonts/helveticaneuecyr-medium-webfont.eot');
  src: url('../fonts/helveticaneuecyr-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/helveticaneuecyr-medium-webfont.woff2') format('woff2'), url('../fonts/helveticaneuecyr-medium-webfont.woff') format('woff'), url('../fonts/helveticaneuecyr-medium-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'helveticaneuecyrbold';
  src: url('../fonts/helveticaneuecyr-bold-webfont.eot');
  src: url('../fonts/helveticaneuecyr-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/helveticaneuecyr-bold-webfont.woff2') format('woff2'), url('../fonts/helveticaneuecyr-bold-webfont.woff') format('woff'), url('../fonts/helveticaneuecyr-bold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?tigq8v');
  src: url('../fonts/icomoon.eot?tigq8v#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?tigq8v') format('truetype'), url('../fonts/icomoon.woff?tigq8v') format('woff'), url('../fonts/icomoon.svg?tigq8v#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  margin: 0;
  font: 16px/25px 'helveticaneuecyrlight', Arial, sans-serif;
  color: #131313;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}
.wrapper {
  max-width: 990px;
  margin: 0 auto;
  position: relative;
}
/*.promo-block {
  padding: 45px 30px 30px;
  background: url("../images/banner.jpg") no-repeat;
  -o-background-size: cover;
     background-size: cover;
  text-align: center;
  color: #fff;
  font-family: 'helveticaneuecyrroman', Arial, sans-serif;
}*/
.info-block {
  position: relative;
}
.info-block .wrapper {
  position: static;
}
.info-holder {
  min-height: 400px;
}
.map-box {
  position: absolute;
  right: 0;
  top: 25px;
  width: 59%;
  max-width: 845px;
}
.map-box img {
  max-width: 100%;
}
.map-box span {
  position: absolute;
}
.map-box span:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e912";
  font-size: 32px;
  color: #c7c6c6;
}
.map-box span.sticker1 {
  top: 58.62%;
  left: 4.59%;
}
.map-box span.sticker2 {
  top: 32.43%;
  left: 11.18%;
}
.map-box span.sticker3 {
  top: 45.94%;
  left: 15.19%;
}
.map-box span.sticker4 {
  top: 53.84%;
  left: 18.13%;
}
.map-box span.sticker5 {
  top: 31.39%;
  left: 23.79%;
}
.map-box span.sticker6 {
  top: 52.59%;
  left: 27.44%;
}
.map-box span.sticker7 {
  top: 59.04%;
  left: 31.33%;
}
.map-box span.sticker8 {
  top: 36.59%;
  left: 35.33%;
}
.map-box span.sticker9 {
  top: 61.95%;
  left: 44.4%;
}
.map-box span.sticker10 {
  top: 69.23%;
  left: 60.65%;
}
.map-box span.sticker11 {
  top: 58.62%;
  left: 93.26%;
}
.info-box {
  max-width: 373px;
  background: #0088d2;
  color: #fff;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 25px 25px;
  font-size: 14px;
  line-height: 22px;
  position: relative;
  margin-top: 50px;
}
.info-box:before {
  content: "\e913";
  color: #fff;
  font-size: 32px;
  position: absolute;
  top: 30px;
  left: 27px;
}
.info-box strong {
  display: block;
  font: 18px/22px 'helveticaneuecyrmedium', Arial, sans-serif;
  margin-bottom: 10px;
}
.info-box p {
  margin: 0;
}
.points ul {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin-top: 50px;
}
.points ul li {
  padding-left: 50px;
  position: relative;
  margin-bottom: 30px;
  font: 15px/19px 'helveticaneuecyrroman', Arial, sans-serif;
  min-height: 60px;
}
.points ul li:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #e4272d;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 32px;
}
.points ul li:first-child:before {
  content: "\e911";
}
.points ul li:nth-child(2):before {
  content: "\e917";
}
.points ul li:nth-child(3):before {
  content: "\e919";
}
.points ul li:nth-child(4):before {
  content: "\e916";
}
.points ul li:nth-child(5):before {
  content: "\e91c";
}
.points ul li:nth-child(6):before {
  content: "\e90f";
}
.points ul li:nth-child(7):before {
  content: "\e910";
}
.points ul li:nth-child(8):before {
  content: "\e90b";
}
.points ul li:nth-child(9):before {
  content: "\e914";
}
.points ul li:nth-child(10):before {
  content: "\e91a";
}
.points ul li:nth-child(11):before {
  content: "\e912";
}
.points ul li:nth-child(12):before {
  content: "\e91b";
}
.points ul strong {
  display: block;
  font: 14px/20px 'helveticaneuecyrbold', Arial, sans-serif;
  margin-bottom: 3px;
}
.container {
  padding: 30px 10px;
}
@media screen and (max-width: 1000px) {
  .info-holder {
    min-height: 1px;
  }
  .map-box {
    display: none;
  }
  .info-box {
    max-width: 100%;
    margin: 0 0 40px;
  }



/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
}
@media screen and (max-width: 767px) {
  .points ul {
    margin-top: 0;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media screen and (max-width: 520px) {
  .points ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .points ul li {
    min-height: 32px;
  }
}
.wrapper-dop {
  max-width: 1150px;
  margin: 0 auto;
  position: relative;
}


.content-wrap h3 {
  font: 25px/30px 'helveticaneuecyrmedium', Arial, sans-serif;
  margin-bottom: 20px;
}