/*     Generated by Zeplin
    Copyright (C) 2018 - present Zeplin

    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
 */
.footer-social {
  text-align: center;
  margin-bottom: 30px; }
  .footer-social__item {
    margin: 0 2px;
    display: inline-block;
    vertical-align: middle; }
  .footer-social__pic {
    width: 32px;
    height: 32px; }

.footer-social {
  text-align: center;
  margin-bottom: 30px; }
  .footer-social__item {
    margin: 0 2px;
    display: inline-block;
    vertical-align: middle; }
  .footer-social__pic {
    width: 32px;
    height: 32px; }

.footer-migrate {
  position: relative;
  background: #2b3740;
  padding: 40px 0;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 24px;
  font-family: Arial; }
  .footer-migrate .container {
    max-width: 1320px;
    padding: 0 20px;
    margin: 0 auto;
    width: auto; }
  .footer-migrate a:hover {
    color: #33dec0; }
  .footer-migrate * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .footer-migrate__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .footer-migrate__submenu {
    margin: 16px 0 22px;
    background-color: rgba(23, 28, 33, 0.57647);
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 400ms;
    transition: max-height 400ms; }
  .footer-migrate__top.active ~ .footer-migrate__submenu {
    max-height: 400px; }
  .footer-migrate__feedback {
    margin: 0 20px;
    font-size: 15px;
    color: #ffffff;
    text-decoration: underline; }
    .footer-migrate__feedback:hover {
      text-decoration: none; }
  .footer-migrate__copy {
    opacity: 0.46;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    font-family: Arial; }
    .footer-migrate__copy span {
      font-size: 0.9em;
      display: block; }

.menu-footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.menu-footer__item {
  margin: 0 20px;
  position: relative; }
  .menu-footer__item:nth-child(2):after {
    opacity: 0;
    margin-left: -10px;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -26px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #1f272e;
    -webkit-transition: bottom 700ms, opacity 200ms;
    transition: bottom 700ms, opacity 200ms; }
  .menu-footer__item.active {
    display: block; }
    .menu-footer__item.active:after {
      bottom: -16px;
      opacity: 1; }

.menu-footer__link {
  cursor: pointer;
  font-size: 15px;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: font-weight 200ms, color 200ms;
  transition: font-weight 200ms, color 200ms; }
  .menu-footer__link_color {
    color: #d7181f;
    font-weight: bold; }

.menu-footer__item.active .menu-footer__link, .menu-footer__link:hover {
  font-weight: normal !important;
  color: #33dec0;
  text-decoration: none; }

.menu-footer__item.active .menu-footer__link:hover, .menu-footer__link_color:hover {
  color: #d7181f;
  font-weight: bold !important; }

.menu-subfooter {
  padding: 24px 0; }
  .menu-subfooter__inner {
    max-width: 1170px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .menu-subfooter__column {
    padding: 0 60px 0 0;
    text-align: left; }
    .menu-subfooter__column:last-child {
      padding: 0; }
  .menu-subfooter__list {
    list-style: none;
    margin: 0;
    padding: 0; }
  .menu-subfooter__item {
    margin-bottom: 10px; }
    .menu-subfooter__item:last-child {
      min-width: 130px;
      margin-bottom: 0; }
  .menu-subfooter__link {
    display: block;
    font-size: 15px;
    color: #ffffff;
    text-decoration: none; }
    .menu-subfooter__link_title {
      color: #626b72; }
    @media (max-width: 919px) {
      .footer-migrate .container {
        width: auto; }
    .footer-migrate {
      padding: 35px 0 30px;
      min-width: 320px; }
      .footer-migrate__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        position: relative; }
      .footer-migrate__submenu {
        padding: 0 24px;
        margin-top: 6px; }
      .footer-migrate__top.active ~ .footer-migrate__submenu {
        max-height: 1000px; }
      .footer-migrate__feedback {
        position: absolute;
        width: 50%;
        left: 50%;
        margin: 12px 0 0;
        text-align: left;
        padding: 0 0 0 20px; }
  .menu-footer__list {
    padding: 0 24px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .menu-footer__item {
    width: 50%;
    margin: 0 0 10px;
    text-align: left; }
    .menu-footer__item:nth-child(1) {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .menu-footer__item:nth-child(3) {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      padding: 0 0 0 20px; }
    .menu-footer__item:nth-child(4) {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }
    .menu-footer__item:nth-child(5) {
      -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
              order: 4;
      padding: 0 0 0 20px; }
    .menu-footer__item:nth-child(6) {
      -webkit-box-ordinal-group: 6;
          -ms-flex-order: 5;
              order: 5; }
    .menu-footer__item:nth-child(2) {
      -webkit-box-ordinal-group: 7;
          -ms-flex-order: 6;
              order: 6;
      width: 100%; }
    .menu-footer__item:nth-child(2):after {
      left: 25px; }
  .menu-footer__link {
    text-align: left; }
    .menu-subfooter__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .menu-subfooter__column {
      margin-bottom: 24px;
      padding: 0; }
      .menu-subfooter__column:last-child {
        margin-bottom: 0; } }
