.footer {
  overflow: hidden;
  margin-top: 110px; }
  @media (max-width: 767px) {
    .footer {
      margin-top: 60px; } }
  .footer__linear {
    height: 12px; }
    @media (max-width: 767px) {
      .footer__linear {
        height: 6px; } }
  .footer__bg {
    padding: 80px 0;
    background: #232931;
    position: relative; }
    @media (max-width: 1549px) {
      .footer__bg {
        padding: 36px 0px; } }
  .footer__title {
    margin-bottom: 20px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 20px; }
    @media (max-width: 767px) {
      .footer__title {
        font-size: 14px;
        margin-bottom: 10px; } }
  .footer__bg-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 643px; }
    .footer__bg-img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .footer__bg-img--right {
      right: 0;
      left: auto; }
  .footer__row {
    display: flex;
    margin: 0px -10px;
    justify-content: space-between; }
    @media (max-width: 1549px) {
      .footer__row {
        flex-wrap: wrap; } }
  .footer__col {
    width: 20%;
    padding: 0px 10px; }
    @media (max-width: 1799px) {
      .footer__col {
        width: 20%; } }
    @media (max-width: 1249px) {
      .footer__col {
        width: 50%;
        margin-bottom: 20px; } }
    .footer__col-first {
      width: 25%;
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      @media (max-width: 1249px) {
        .footer__col-first {
          width: 100%;
          align-items: center;
          margin-bottom: 36px; } }
    .footer__col-last {
      width: 5%; }
      @media (max-width: 1799px) {
        .footer__col-last {
          width: 5%; } }
  .footer__logo-img {
    margin-bottom: 30px;
    width: 267px;
    height: 71px;
    justify-content: flex-start; }
    .footer__logo-img a {
      border-bottom: none;
      display: block; }
    @media (max-width: 767px) {
      .footer__logo-img {
        width: 155px;
        height: 43px; } }
  .footer__link {
    color: #fff;
    font-size: 16px;
    line-height: 1.1;
    margin-bottom: 5px; }
    @media (max-width: 767px) {
      .footer__link {
        font-size: 14px; } }
  .footer a.footer__link {
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease; }
    @media (min-width: 1024px) {
      .footer a.footer__link:hover {
        cursor: pointer;
        border-color: #fff; } }
  .footer__block {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    max-width: 270px;
    align-items: flex-start; }
    @media (max-width: 1249px) {
      .footer__block {
        max-width: none; } }
    .footer__block:last-child {
      margin-bottom: 0px; }
  .footer__bottom {
    background-color: #232931;
    padding: 19px 0px; }
    @media (max-width: 767px) {
      .footer__bottom {
        padding: 8px 0px; } }
    .footer__bottom-row {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media (max-width: 767px) {
        .footer__bottom-row {
          flex-direction: column; } }
    .footer__bottom .footer__link {
      margin-bottom: 0px;
      display: flex;
      align-items: center; }
      @media (max-width: 767px) {
        .footer__bottom .footer__link {
          font-size: 12px;
          margin-bottom: 8px; }
          .footer__bottom .footer__link:last-child {
            margin-bottom: 0px; } }
    .footer__bottom .icon {
      fill: #fff; }
      @media (max-width: 767px) {
        .footer__bottom .icon {
          max-width: 12px;
          max-height: 12px; } }

.footer-social__list {
  display: grid;
  grid-template-columns: repeat(5, 24px);
  gap: 24px; }

.footer-social__item {
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (min-width: 1024px) {
    .footer-social__item:hover {
      cursor: pointer; }
      .footer-social__item:hover .icon {
        fill: #F1B336; } }
  .footer-social__item .icon {
    fill: #fff;
    transition: all 0.3s ease; }

.back-to-top {
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: opacity 0.3s ease, visibility 0.3s ease, filter .3s;
  opacity: 0;
  visibility: hidden;
  fill: #333035;
  background-color: #F1B336; }
  @media (max-width: 767px) {
    .back-to-top {
      width: 40px;
      height: 40px;
      right: 20px; } }
  .back-to-top.active {
    opacity: 1;
    visibility: visible; }
  @media (min-width: 1250px) {
    .back-to-top:hover {
      cursor: pointer;
      filter: drop-shadow(0px 0px 8px #00000060); } }

.question {
  position: fixed;
  right: 48px;
  bottom: 115px;
  z-index: 59; }
  @media (min-width: 768px) {
    .question:hover {
      cursor: pointer; }
      .question:hover .question__hover {
        width: 250px; } }
  @media (max-width: 767px) {
    .question {
      right: 20px; } }
  .question__flex {
    display: flex;
    align-items: flex-start;
    position: relative; }
  .question__square {
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: #5B627E;
    display: flex;
    align-items: baseline;
    justify-content: center;
    font-size: 32px;
    font-weight: 600;
    border: 1px solid #fff; }
  .question__grad {
    width: 16px;
    height: 16px;
    transform: translateY(-100%); }
  .question__hover {
    width: 0px;
    overflow: hidden;
    align-self: center;
    top: 50%;
    transform: translateY(-50%);
    transition: width 0.3s ease;
    position: absolute;
    right: calc(100% + 10px);
    white-space: nowrap;
    display: flex;
    justify-content: flex-end; }
  .question__descr {
    color: #fff;
    padding: 2px 16px;
    background-color: #5B627E; }
