.questions_container {
  margin-right: 25px; }

.question {
  margin-bottom: 1em;
  clear: left;
  position: relative; }
  .question .pseudo {
    margin-left: 25px; }
    .question .pseudo .ico-arrow-fat {
      font-size: 16px;
      -webkit-transform: rotate(90deg);
         -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
           -o-transform: rotate(90deg);
              transform: rotate(90deg);
      display: inline-block;
      position: absolute;
      left: 0;
      top: 5px; }
    .question .pseudo:before, .question .pseudo .question_marker {
      content: '\e923';
      display: inline-block;
      font-family: 'icomoon';
      margin-left: -25px;
      margin-right: 8px;
      -webkit-transform: rotate(90deg);
         -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
           -o-transform: rotate(90deg);
              transform: rotate(90deg);
      -webkit-transition: all 200ms 0s ease-in-out;
      -o-transition: all 200ms 0s ease-in-out;
      -moz-transition: all 200ms 0s ease-in-out;
      transition: all 200ms 0s ease-in-out; }
  .question .foldable.type2 .pseudo:before, .question .foldable.type2 .pseudo .question_marker {
    display: none; }
  .question.open > .pseudo:before, .question.open > .pseudo:hover:before, .question.open > .pseudo .question_marker, .question.open > .pseudo:hover .question_marker {
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  .question > a {
    font-size: 120%; }
  .question.open > a {
    color: #b66d28;
    border-color: rgba(182, 109, 40, 0.3); }

.answer {
  padding: 1em 0 .5em 25px; }
  .answer li p {
    margin-top: 1.5em; }
  .answer li:first-child p {
    margin-top: 0; }
  .answer p:last-child {
    margin-bottom: 0; }

.question .answer {
  display: none;
  overflow: hidden; }

.question.open > .answer {
  display: block; }

.question .question .question {
  padding-left: 20px; }

.question .question .pseudo {
  margin-left: 0; }
  .question .question .pseudo:before {
    display: none; }

.question .question > a {
  font-size: 14px; }

.question .question .answer {
  padding-left: 0; }

.faq_expand {
  border: 1px dotted #b9b6a3;
  padding: 4px 15px 4px 28px;
  margin-bottom: 1em;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  display: inline-block;
  position: relative; }
  .faq_expand .ico {
    color: #b9b3a3;
    left: 7px;
    position: absolute;
    top: 7px;
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: all 200ms 0s ease-in-out;
    -o-transition: all 200ms 0s ease-in-out;
    -moz-transition: all 200ms 0s ease-in-out;
    transition: all 200ms 0s ease-in-out; }
  .faq_expand a {
    color: #000;
    border: none; }
    .faq_expand a:hover .ico {
      color: #b66d28; }
  .faq_expand .expand {
    display: inline; }
  .faq_expand.open .fold {
    display: inline; }
  .faq_expand.open .expand {
    display: none; }
  .faq_expand .fold {
    display: none; }
  .faq_expand.open .ico {
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg); }

.questions_list h4 {
  font-size: 120%; }

#content ul.questions_list {
  margin-bottom: 0;
  margin-left: 20px; }

#content .question + ul.questions_list {
  margin-top: 18px; }

#content ul.questions_list li {
  margin-bottom: 18px; }

#content ul.questions_list > li:before {
  margin-left: -1.4em; }

/*
  @author Oleg Krasnov (krasnov@artlebedev.ru)
  @created 2017.09.26
  @copyright Art. Lebedev Studio (http://www.artlebedev.ru/)

  This source code follows Formatting section of Google CSS Style Guide
  https://google.github.io/styleguide/htmlcssguide.html#CSS_Formatting_Rules
*/
@media (max-width: 992px) {
  #layout {
    padding-left: 15px;
    padding-right: 15px; }
  #nav {
    display: none; }
  #page,
  .width_range {
    min-width: 320px; }
  #main,
  #nav + #main_wrap > #main {
    margin-left: 0; }
  .wide #nav + #main_wrap > #main {
    margin: 0 !important; }
  #content {
    margin-right: 0; }
  #layout > .header {
    padding-left: 20px;
    margin-bottom: 20px;
    min-height: 55px; }
  .header__main {
    left: 0;
    right: 0; }
  .header__extra {
    display: none; }
  .whole_site_opener {
    position: absolute;
    right: 0;
    margin-right: 0;
    margin-top: 17px; }
  .whole_site {
    padding: 100px 0 2em; }
    .whole_site__container {
      padding: 100px 20px; }
    .whole_site .first_level_switcher {
      width: -webkit-calc(39% - 35px);
      width: -moz-calc(39% - 35px);
      width: calc(39% - 35px); }
    .whole_site .front {
      width: 61%; }
    .whole_site .langs {
      font-size: 14px;
      margin: 50px 0 20px;
      position: static; }
      .whole_site .langs li a {
        color: rgba(255, 255, 255, 0.5); }
      .whole_site .langs li.selected {
        color: white; }
  .whole_site .whole_site_opener {
    display: none !important; }
  .whole_site .logo {
    left: 15px; }
  .whole_site .whole_site_extra {
    display: block; }
  .whole_site .popup_close {
    font-size: 0;
    right: 18px; }
  .whole_site .popup_close i {
    font-size: 43px; }
  .whole_site .first_level_switcher ul,
  .whole_site .front .col {
    width: 100%;
    margin-right: 0; }
  .whole_site .first_level_switcher li,
  .whole_site .front li {
    font-size: 16px; }
  #for_footer {
    margin-top: 0; }
  #footer {
    position: static;
    height: auto;
    padding-bottom: 40px; }
  #footer .wrap {
    margin: 0 15px; }
  #footer .menu,
  #footer .contacts {
    padding-left: 0; }
  #footer .menu {
    min-width: 0;
    line-height: 170%; }
  #footer .col.copy,
  #footer .contacts {
    float: none; }
  #footer .col.copy {
    margin-top: 0;
    margin-bottom: 17px;
    margin-right: 0;
    width: auto; }
  #footer .contacts {
    width: 100%; }
  #footer .made_in {
    position: relative;
    left: 0;
    width: auto; } }

@media (max-width: 768px) {
  #layout {
    margin: 0; }
  .one.gcolumns {
    width: auto; }
  .whole_site .first_level_switcher {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
    width: 100%; }
    .whole_site .first_level_switcher .selected .pseudo {
      background: #adacb0;
      -webkit-border-radius: 3px;
         -moz-border-radius: 3px;
              border-radius: 3px;
      width: 100%; }
      .whole_site .first_level_switcher .selected .pseudo:after {
        background: none;
        right: 0; }
  .whole_site .front {
    display: none !important; } }

@media (max-width: 720px) {
  #content div.photo img {
    width: 100%; } }

@media (min-width: 577px) {
  .mobile-view {
    display: none; } }

@media (max-width: 576px) {
  #content div.photo {
    max-width: 100%; }
  #main .inner_menu ul {
    width: 100%;
    margin-right: 0; }
  #main .inner_menu.cols_3 ul {
    width: 100%;
    margin-right: 0; }
  .desktop-view {
    display: none; }
  .col {
    float: none; }
  .version-switcher {
    margin-left: 0; }
  .pretty_form.small_form {
    min-width: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box; }
  .with_incut {
    margin-right: 0; }
  .with_incut .main {
    margin-right: 0;
    width: 100%; }
  .pretty_form .type_text input,
  .pretty_form textarea {
    max-width: 100%; }
  .pretty_form .type_submit.with_tips .tips {
    width: auto; }
  .pretty_form .type_captcha .captcha p {
    margin-right: 0; }
  .link_edit {
    display: block;
    margin-left: 0;
    margin-top: 20px; }
  .link_edit a:before {
    left: 100%;
    margin-left: 5px; }
  .reception_type_container {
    margin: 30px 0; }
  .reception_type_container.content_cols_2 .content_col {
    margin: 0;
    width: 100%;
    height: 70px;
    margin-bottom: 20px; }
  .reception_type_container.content_cols_2 .content_col h2 {
    font-size: 150%; }
  .reception_type_container .accent_block.reception_type {
    height: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box; }
  p.file.complaint_by_email {
    padding-left: 0; }
  .complaint_autoreply_actions p.file {
    margin-right: 20px; }
  .complaint_autoreply_actions p.file:last-child {
    margin-right: 0; }
  .confirm button h1 {
    font-size: 180%; }
  .ico-logo,
  .ico-logo-eng {
    display: none; }
  .ico-logo-short,
  .ico-logo-eng-short {
    display: block; } }
