.footer-top {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 55px;
  background-color: #f7f7fb;
}

@media screen and (max-width: 1200px) {
  .footer-top {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.footer-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 1200px) {
  .footer-top .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
}

.footer-top .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.footer-top .group:nth-child(1) {
  margin-right: 84px;
  width: 254px;
}

@media screen and (max-width: 1200px) {
  .footer-top .group:nth-child(1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 27px;
    margin-right: 0;
    width: 100%;
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .footer-top .group:nth-child(1) .maximiha {
    margin-bottom: 0;
  }
  .footer-top .group:nth-child(1) .managing,
  .footer-top .group:nth-child(1) .media {
    display: none;
  }
  .footer-top .group:nth-child(1) .tel {
    font-size: 1.666rem;
  }
  .footer-top .group:nth-child(1) .mailto {
    font-size: 1.5rem;
    padding-left: 0;
  }
}

.footer-top .group:nth-child(2) {
  margin-right: 52px;
  width: 233px;
}

.footer-top .group:nth-child(3) {
  margin-right: 61px;
  width: 177px;
}

.footer-top .group:nth-child(4) {
  width: 287px;
}

@media screen and (max-width: 1200px) {
  .footer-top .group:nth-child(4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 1200px) {
  .footer-top .group {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100% !important;
  }
}

.footer-top .maximiha {
  margin-bottom: 49px;
  color: #0a2896;
}

.footer-top .maximiha,
.footer-top .maximiha svg {
  display: block;
  width: 254px;
  height: 48px;
}

.footer-top .maximiha svg.mobile {
  display: none;
}

.footer-top .maximiha svg.desktop {
  display: block;
}

@media screen and (max-width: 1200px) {
  .footer-top .maximiha {
    margin-bottom: 20px;
  }
  .footer-top .maximiha,
  .footer-top .maximiha svg {
    width: 116px;
    height: 67px;
  }
  .footer-top .maximiha svg.desktop {
    display: none;
  }
  .footer-top .maximiha svg.mobile {
    display: block;
  }
}

.footer-top .tel-mailto {
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .footer-top .tel-mailto {
    margin-bottom: 0;
  }
}

.footer-top .tel,
.footer-top .mailto {
  display: block;
  color: #0a2896;
}

.footer-top .tel {
  margin-bottom: 15px;
  font-size: 1.875rem;
}

@media screen and (max-width: 1200px) {
  .footer-top .tel {
    margin-bottom: 10px;
    font-size: 2rem;
  }
}

.footer-top .mailto {
  padding-left: 6px;
  font-size: 1.5rem;
}

@media screen and (max-width: 1200px) {
  .footer-top .mailto {
    font-size: 1.33;
  }
}

.footer-top .managing,
.footer-top .media,
.footer-top .blog {
  font-size: 0.875rem;
  line-height: 1.285714285714286;
  color: #606981;
}

.footer-top .managing,
.footer-top .media {
  margin-bottom: 30px;
}

@media screen and (hover: hover) and (pointer: fine) {
  .footer-top .tel:hover,
  .footer-top .mailto:hover,
  .footer-top .media:hover,
  .footer-top .managing:hover,
  .footer-top .blog:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 1200px) {
  .footer-top .menu {
    border-bottom: 1px solid #b6c1dd;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.footer-top .menu__title {
  padding-top: 10px;
  padding-bottom: 22px;
  font-size: 1.25rem;
  color: #0a2896;
  cursor: auto;
}

.footer-top .menu__title svg {
  display: none;
}

@media screen and (max-width: 1200px) {
  .footer-top .menu__title {
    display: block;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    text-align: left;
    font-size: 1.33rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
  }
  .footer-top .menu__title svg {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 13px;
    height: 7px;
  }
  .footer-top .menu__title:active {
    color: #0084ff;
  }
  .footer-top .menu__title.is-on {
    color: #0084ff;
  }
  .footer-top .menu__title.is-on svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .footer-top .menu__title.is-on ~ .menu__list {
    display: block;
    -webkit-animation: scaledown 0.3s linear;
            animation: scaledown 0.3s linear;
  }
}

.footer-top .menu__list {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 1200px) {
  .footer-top .menu__list {
    display: none;
  }
}

.footer-top .menu__item {
  display: block;
  padding-right: 34px;
  margin: 0;
}

.footer-top .menu__item:first-child .menu__link {
  padding-top: 0;
}

.footer-top .menu__item:last-child .menu__link {
  padding-bottom: 0;
}

@media screen and (max-width: 1200px) {
  .footer-top .menu__item:last-child {
    padding-bottom: 20px;
  }
}

.footer-top .menu__link {
  display: inline-block;
  font-size: 0.875rem;
  color: #606981;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (hover: hover) and (pointer: fine) {
  .footer-top .menu__link:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 1200px) {
  .footer-top .menu__link {
    font-size: 1.25rem;
  }
}

.footer-bottom {
  background-color: #fff;
}

.footer-bottom .managing-media {
  display: none;
}

.footer-bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 79px;
}

@media screen and (max-width: 1200px) {
  .footer-bottom .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}

.footer-bottom .copyright {
  padding-top: 5px;
  padding-bottom: 9px;
  color: #606981;
  font-size: 0.8125rem;
}

@media screen and (max-width: 1200px) {
  .footer-bottom .copyright {
    display: none;
  }
}

.footer-bottom .policy {
  padding-top: 5px;
  padding-bottom: 9px;
  color: #0a2896;
  font-size: 0.8125rem;
  -webkit-transform: translateX(-57px);
          transform: translateX(-57px);
}

@media screen and (hover: hover) and (pointer: fine) {
  .footer-bottom .policy:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 1200px) {
  .footer-bottom .policy {
    font-size: 1.166rem;
    -webkit-transform: none;
            transform: none;
  }
}

.footer-bottom .basmanov {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
  height: 36px;
}

.footer-bottom .basmanov svg {
  width: 180px;
  height: 12px;
}

@media screen and (max-width: 1200px) {
  .footer-bottom {
    padding-top: 20px;
    padding-bottom: 15px;
    background-color: #f7f7fb;
  }
  .footer-bottom .managing-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-bottom: 13px;
    width: 100%;
  }
  .footer-bottom .managing,
  .footer-bottom .media {
    color: #0a2896;
    font-size: 1.166rem;
  }
  .footer-bottom .managing nobr {
    display: none;
  }
  .footer-bottom .blog {
    display: none;
  }
}
