.vv-container {
  width: 1170px;
  margin: 0 auto; }
  @media (min-width: 980px) and (max-width: 1199px) {
    .vv-container {
      width: 940px; } }
  @media (min-width: 768px) and (max-width: 979px) {
    .vv-container {
      width: 724px; } }
  @media (max-width: 767px) {
    .vv-container {
      width: 100%;
      box-sizing: border-box;
      min-width: 320px;
      padding: 0 15px; } }
  @media (max-width: 767px) {
    .vv-container--no-padding {
      padding: 0; } }

.footer-sitemap {
  padding: 40px 0;
  background: #f9f8f3;
  font: 400 13px/15px Helvetica, Arial, sans-serif;
  color: #2F3E4A; }
  @media (max-width: 767px) {
    .footer-sitemap {
      padding: 45px 0 15px 0; } }
  .footer-sitemap a,
  .footer-sitemap a:hover,
  .footer-sitemap a:active,
  .footer-sitemap a:focus,
  .footer-sitemap a:visited {
    color: #2F3E4A;
    text-decoration: underline; }
  .footer-sitemap a:hover {
    text-decoration: none; }
  .footer-sitemap__blocks {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 767px) {
      .footer-sitemap__blocks {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    @media (min-width: 768px) and (max-width: 979px) {
      .footer-sitemap__blocks {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  .footer-sitemap__block {
    position: relative;
    width: 175px;
    margin-right: 20px; }
    .footer-sitemap__block:last-of-type {
      margin-right: 0; }
    @media (max-width: 767px) {
      .footer-sitemap__block {
        width: 100%;
        margin-right: 0;
        padding-bottom: 15px; } }
    @media (min-width: 768px) and (max-width: 979px) {
      .footer-sitemap__block {
        width: 32%;
        margin-right: 0; }
        .footer-sitemap__block:not(:nth-child(3n+3)) {
          margin-right: 2%; } }
  .footer-sitemap__block--insider {
    margin-right: 0;
    padding-bottom: 30px; }
    @media (min-width: 768px) {
      .footer-sitemap__block--insider:last-of-type {
        padding-bottom: 0; } }
    @media (max-width: 767px) {
      .footer-sitemap__block--insider {
        padding-bottom: 15px; } }
    @media (min-width: 768px) and (max-width: 979px) {
      .footer-sitemap__block--insider {
        width: auto; } }
  .footer-sitemap__list {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .footer-sitemap__list li:not(:last-child) {
      margin-bottom: 10px; }
  .footer-sitemap__block-toggler {
    position: absolute;
    opacity: 0;
    z-index: -1; }
    .footer-sitemap__block-toggler:checked + .footer-sitemap__block-title .footer-sitemap__akkordeon-arrow {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
    @media (max-width: 767px) {
      .footer-sitemap__block-toggler:not(:checked) ~ .footer-sitemap__list {
        display: none; } }
  .footer-sitemap__block-title {
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 20px;
    color: #a0a4a5;
    pointer-events: none; }
    @media (max-width: 767px) {
      .footer-sitemap__block-title {
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        pointer-events: auto; } }
  .footer-sitemap__akkordeon {
    position: relative; }
  .footer-sitemap__akkordeon-arrow {
    display: none;
    height: 13px;
    width: 8px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    fill: #7d7d7d;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
    @media (max-width: 767px) {
      .footer-sitemap__akkordeon-arrow {
        position: absolute;
        top: 6px;
        right: 0;
        display: block; } }
  @media (min-width: 768px) and (max-width: 979px) {
    .footer-sitemap__block:nth-child(n+4) {
      margin-top: 45px; }
      .footer-sitemap__block:nth-child(n+4) .footer-sitemap__akkordeon-arrow {
        display: inline-block;
        margin-left: 10px; }
      .footer-sitemap__block:nth-child(n+4) .footer-sitemap__block-toggler:not(:checked) ~ .footer-sitemap__list {
        display: none; }
      .footer-sitemap__block:nth-child(n+4) .footer-sitemap__block-title {
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        pointer-events: auto; } }

.footer-contacts {
  position: relative;
  color: #fff;
  background-color: #28384e;
  font-family: Helvetica, Arial, sans-serif; }
  .footer-contacts a,
  .footer-contacts a:hover,
  .footer-contacts a:active,
  .footer-contacts a:focus,
  .footer-contacts a:visited {
    color: #fff;
    text-decoration: none; }
  .footer-contacts a:hover {
    text-decoration: underline; }
  .footer-contacts__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 35px 0 15px;
    box-sizing: border-box;
    font-size: 14px; }
    @media (min-width: 980px) and (max-width: 1199px) {
      .footer-contacts__content {
        padding-bottom: 5px; } }
    @media (min-width: 768px) and (max-width: 979px) {
      .footer-contacts__content {
        padding-bottom: 10px; } }
    @media (max-width: 767px) {
      .footer-contacts__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        padding-bottom: 110px; } }
  .footer-contacts__column-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 53%;
        -ms-flex-preferred-size: 53%;
            flex-basis: 53%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 767px) {
      .footer-contacts__column-left {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
                flex-basis: auto; } }
    @media (min-width: 768px) and (max-width: 979px) {
      .footer-contacts__column-left {
        -webkit-flex-basis: 85%;
            -ms-flex-preferred-size: 85%;
                flex-basis: 85%;
        -webkit-flex-shrink: 1;
            -ms-flex-negative: 1;
                flex-shrink: 1; } }
    @media (min-width: 1200px) {
      .footer-contacts__column-left {
        -webkit-flex-basis: 63%;
            -ms-flex-preferred-size: 63%;
                flex-basis: 63%; } }
  .footer-contacts__section {
    line-height: 1.5;
    margin-bottom: 24px;
    box-sizing: border-box; }
    .footer-contacts__section--address {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-flex-basis: 50%;
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%; }
      @media (min-width: 768px) and (max-width: 979px) {
        .footer-contacts__section--address {
          -webkit-flex-basis: 80%;
              -ms-flex-preferred-size: 80%;
                  flex-basis: 80%;
          -webkit-flex-shrink: 1;
              -ms-flex-negative: 1;
                  flex-shrink: 1;
          margin-right: 35px; } }
      @media (max-width: 767px) {
        .footer-contacts__section--address {
          -webkit-flex-basis: auto;
              -ms-flex-preferred-size: auto;
                  flex-basis: auto; } }
    .footer-contacts__section--phone {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (min-width: 1200px) {
        .footer-contacts__section--phone {
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-flex-basis: 48%;
              -ms-flex-preferred-size: 48%;
                  flex-basis: 48%; } }
      @media (min-width: 980px) and (max-width: 1199px) {
        .footer-contacts__section--phone {
          min-width: 185px; } }
      @media (min-width: 768px) and (max-width: 979px) {
        .footer-contacts__section--phone {
          -webkit-flex-basis: 61%;
              -ms-flex-preferred-size: 61%;
                  flex-basis: 61%; } }
      @media (max-width: 767px) {
        .footer-contacts__section--phone {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          -webkit-flex-basis: auto;
              -ms-flex-preferred-size: auto;
                  flex-basis: auto;
          margin-bottom: 18px; } }
    .footer-contacts__section--mobile {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-bottom: 0; }
  .footer-contacts__section-judge {
    margin-bottom: 24px; }
  .footer-contacts__section-phone {
    margin-bottom: 21px; }
    @media (min-width: 1200px) {
      .footer-contacts__section-phone {
        margin-bottom: 24px; } }
  .footer-contacts__section-email {
    width: 48%; }
  .footer-contacts__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; }
    @media (min-width: 1200px) {
      .footer-contacts__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .footer-contacts__column-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-basis: 44%;
        -ms-flex-preferred-size: 44%;
            flex-basis: 44%; }
    @media (min-width: 1200px) {
      .footer-contacts__column-right {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-flex-basis: 35%;
            -ms-flex-preferred-size: 35%;
                flex-basis: 35%; } }
    @media (min-width: 980px) and (max-width: 1199px) {
      .footer-contacts__column-right {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media (min-width: 768px) and (max-width: 979px) {
      .footer-contacts__column-right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-flex-basis: 40%;
            -ms-flex-preferred-size: 40%;
                flex-basis: 40%;
        -webkit-flex-shrink: 1;
            -ms-flex-negative: 1;
                flex-shrink: 1; } }
    @media (max-width: 767px) {
      .footer-contacts__column-right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
                flex-basis: auto; } }
  .footer-contacts__title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
    color: #b2b6bb; }
    .footer-contacts__title--apps {
      display: block;
      margin-bottom: 20px; }
  .footer-contacts__subtitle {
    margin-top: -18px; }
  .footer-contacts__icon {
    margin-right: 15px;
    vertical-align: middle; }
    .footer-contacts__icon--vk {
      width: 25px;
      height: 15px; }
    .footer-contacts__icon--facebook {
      width: 11px;
      height: 26px; }
    .footer-contacts__icon--ok {
      width: 14px;
      height: 23px; }
    .footer-contacts__icon--telegram {
      width: 25px;
      height: 25px; }
    .footer-contacts__icon--inst {
      width: 25px;
      height: 25px; }
    .footer-contacts__icon--google {
      width: 25px;
      height: 25px;
      margin-top: 10px; }
  .footer-contacts__social-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .footer-contacts__social-links a {
      display: block; }
  .footer-contacts__apps {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 16px 10px 0; }
    @media (min-width: 768px) and (max-width: 979px) {
      .footer-contacts__apps {
        padding-left: 0; } }
    .footer-contacts__apps:hover span {
      text-decoration: underline; }
    .footer-contacts__apps--new {
      border: 1px solid #fff;
      border-radius: 10px; }
    .footer-contacts__apps--new div {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .footer-contacts__apps--new div::after {
      content: '';
      display: inline-block;
      width: 73px;
      height: 15px;
      background: url("/assets/styles/images/new_app.png"); }
  .footer-contacts__apps-logo {
    display: block;
    width: 50px;
    height: 26px;
    margin-top: 5px; }
  .footer-contacts__app-img {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    border-radius: 6px;
    background: #fff; }
  .footer-contacts__app-title {
    display: inline-block;
    vertical-align: middle;
    font: 14px/15px Roboto, Helvetica, Arial, sans-serif; }
  .footer-contacts__insurance {
    box-sizing: border-box;
    width: 145px;
    margin-top: 20px; }
    @media (min-width: 768px) and (max-width: 979px) {
      .footer-contacts__insurance {
        display: none; } }
    @media (max-width: 767px) {
      .footer-contacts__insurance {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 0 15px;
        font-size: 12px;
        background-color: #1a2c42;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
    .footer-contacts__insurance--tablet {
      display: none; }
      @media (min-width: 768px) and (max-width: 979px) {
        .footer-contacts__insurance--tablet {
          display: block;
          width: 220px; } }
  .footer-contacts__insurance a {
    display: block; }
    @media (max-width: 767px) {
      .footer-contacts__insurance a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        max-width: 325px;
        margin: 0 auto;
        padding: 10px 0; } }
  .footer-contacts__insurance-img {
    display: block;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 135px;
    height: 40px;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .footer-contacts__insurance-img {
        margin-bottom: 5px;
        margin-right: 15px; } }
  .footer-contacts__sk-img {
    display: block;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 111px;
    height: 80px;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .footer-contacts__sk-img {
        margin-bottom: 5px;
        margin-right: 15px; } }
  .footer-contacts__payments-img {
    display: block;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 98px;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .footer-contacts__payments-img {
        margin-bottom: 5px;
        margin-right: 15px; } }
  .footer-contacts__payment {
    width: 188px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-top: 21px; }
    @media (min-width: 1200px) {
      .footer-contacts__payment {
        margin-top: 0; } }
  .footer-contacts__payment-list {
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    list-style: none; }
  .footer-contacts__payment-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 8px; }
    .footer-contacts__payment-item::before {
      display: block;
      content: '';
      width: 19px;
      height: 19px;
      margin-right: 10px;
      background-position: center;
      background-repeat: no-repeat; }
    .footer-contacts__payment-item--card::before {
      background-image: url("/assets/images/home_v4/payment/card.svg");
      background-size: 19px 12px; }
    .footer-contacts__payment-item--cash::before {
      background-image: url("/assets/images/home_v4/payment/cash.svg");
      background-size: 19px 13px; }
    .footer-contacts__payment-item--mobile::before {
      background-image: url("/assets/images/home_v4/payment/mobile.svg");
      background-size: 13px 19px; }
    .footer-contacts__payment-item--electron::before {
      background-image: url("/assets/images/home_v4/payment/electron.svg");
      background-size: 18px 17px; }

.footer {
  padding: 20px 16px;
  text-align: center;
  font: normal 14px Helvetica, Arial, sans-serif;
  color: #fff;
  background-color: #0c131d; }
  @media (max-width: 767px) {
    .footer {
      padding: 20px 0; } }
  .footer a,
  .footer a:hover,
  .footer a:active,
  .footer a:focus,
  .footer a:visited {
    text-decoration: none; }
  .footer a:hover {
    text-decoration: underline; }
  .footer__links {
    line-height: 25px;
    margin-bottom: 10px;
    text-align: center; }
    @media (max-width: 767px) {
      .footer__links {
        display: none; } }
  .footer__link {
    margin: 0 17px;
    color: #fff; }
    .footer__link:hover, .footer__link:active, .footer__link:visited, .footer__link:focus {
      color: #fff; }
  .footer__copyright {
    font-size: 12px;
    color: #b0b4ba; }
  .footer__copyright-link {
    color: #b0b4ba;
    text-decoration: none; }
    .footer__copyright-link:hover, .footer__copyright-link:active, .footer__copyright-link:visited, .footer__copyright-link:focus {
      color: #b0b4ba; }
    .footer__copyright-link:hover, .footer__copyright-link:active {
      text-decoration: underline; }

/*# sourceMappingURL=modern-footer.css.map */
