﻿.footer {
  background: #000000;
  padding-top: 5.2%;
  --color: #faf9f3;
}

.footer .footer_top {
  align-items: flex-start;
}

.footer .footer_top .item.quick_link {
  width: 15%;
}

.footer .footer_top .item.products {
  width: 15%;
}

.footer .footer_top .item:first-child {
  width: 22%;
}

.footer .footer_top .item:last-child {
  width: 22%;
  width: 330px;
}

.footer .footer_top .item .img {
  width: 183px;
  padding: 0;
  height: 77px;
}

.footer .footer_top .item .img img {
  object-fit: contain;
}

.footer .footer_top .item>.title,.footer .footer_top .item>.title>a {
  font-weight: 500;
  font-size: 24px;
  color: var(--color);
}

.footer .footer_top .item>.title>a:hover {
  color: var(--color-main);
}

.footer .footer_top .item .desc {
  font-weight: 400;
  font-size: 16px;
  color: var(--color);
  margin-top: 8.27%;
  line-height: 2em;
  /* max-height: 10em;
  overflow: auto; */
}

.footer .footer_top .item .list>li.active .title span {
  transform: rotate(90deg);
}

.footer .footer_top .item .list>li .title:hover span {
  background-image: url(../images/footer/right2_.png);
}

.footer .footer_top .item .list>li .title:hover a {
  color: var(--color-main);
}

.footer .footer_top .item .list>li .title span {
  background-image: url(../images/footer/right2.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 8px;
  height: 14px;
  margin-right: 20px;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.footer .footer_top .item .list>li .title {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.footer .footer_top .item .list li a {
  font-weight: 400;
  font-size: 18px;
  color: var(--color);
  line-height: 1.3;
  display: flex;
  align-items: center;
}

.footer .footer_top .item .list li ul {
  display: none;
  padding-left: 28px;
}

.footer .footer_top .item .list li ul li .title {
  margin-top: 15px;
}

.footer .footer_top .item .list li ul li .title a {
  font-size: 16px;
}

.footer .footer_top .item .git_in_touch {
  margin-top: 20.24%;
  white-space: nowrap;
}

.footer .footer_top .item .git_in_touch li {
  margin-bottom: 4.78%;
}

.footer .footer_top .item .git_in_touch li:first-child {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 7.18%;
  color: var(--color);
}

.footer .footer_top .item .git_in_touch li a {
  color: var(--color);
  font-size: 18px;
}

.footer .footer_top .item .git_in_touch li a:hover {
  color: var(--color-main);
}

.footer .footer_top .item .footer_search {
  margin-top: 30px;
  padding: 9px 32px 9px 14px;
  border: 2px solid #ffffff;
  cursor: pointer;
}

.footer .footer_top .item .footer_search div {
  border-right: 2px solid #fff;
  font-family: Poppins;
  font-weight: 400;
  color: #FFFFFF;
  flex: 1;
}

.footer .footer_top .item .footer_search span {
  display: block;
  width: 24px;
  height: 13px;
  background: url(../images/footer/right.png) no-repeat center;
  background-size: cover;
  margin-left: 14px;
}

.footer .footer_top .item .footer_share {
  margin-top: 13.93%;
}

.footer .footer_top .item .footer_share ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer .footer_top .item .footer_share ul li {
  border-radius: 50%;
  border: 1px solid #ffffff;
}

.footer .footer_top .item .footer_share ul li:not(:first-child) {
  margin-left: 10px;
}

.footer .footer_top .item .footer_share ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
}

.footer .footer_top .item .footer_share ul li a img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  width: 22px;
  height: 22px;
}

.footer .footer_top .item .footer_share ul li a img:hover {
  transform: rotate(30deg);
}

.footer .footer_bottom {
  font-weight: 400;
  font-size: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 4.68%;
}

.footer .footer_bottom div {
  color: var(--color);
  line-height: 93px;
}

.footer .footer_bottom a {
  color: var(--color);
  line-height: 93px;
  margin: 0 10px;
}

.footer .footer_bottom a:hover {
  color: var(--color-main);
}

@media screen and (max-width: 1600px) {
  .footer .footer_top .item .footer_search input[type="text"] {
    padding: 15px 8px;
  }

  .footer .footer_top .item:last-child {
    width: 280px;
  }

  .footer .footer_top .item .git_in_touch li a {
    font-size: 16px;
  }
}

@media screen and (max-width: 1366px) {
  .footer .footer_top .item.quick_link {
    /* padding-left: 3%; */
  }

  .footer .footer_top .item.products {
    /* padding-left: 3%; */
  }
}

@media screen and (max-width: 950px) {
  .footer .footer_top {
    flex-direction: column;
  }

  .footer .footer_top .item {
    width: 100% !important;
    margin-top: 30px;
  }

  .footer .footer_top .item:last-child {
    border-bottom: 1px solid #fff;
    padding-bottom: 8%;
  }

  .footer .footer_top .item .list>li ul li a {
    line-height: 2.5;
  }

  .footer .footer_top .item .img {
    width: 133px;
    height: 56px;
    padding: 0;
  }

  .footer .footer_top .item .desc {
    margin-top: 10px;
    max-height: unset;
    overflow: unset;
  }

  .footer .footer_top .item .git_in_touch {
    margin-top: 36px;
  }

  .footer .footer_top .item .git_in_touch li {
    margin-bottom: 10px;
  }

  .footer .footer_top .item .git_in_touch li:first-child {
    margin-bottom: 20px;
  }

  .footer .footer_top .item .title {
    margin-bottom: 10px;
  }

  .footer .footer_top .item .footer_share {
    margin-top: 6.7%;
  }

  .footer .footer_top .item .footer_search {
    max-width: 300px;
  }

  .footer .footer_top .item .footer_search form {
    height: 60px;
  }

  .footer .footer_top .item .footer_search .line {
    padding-bottom: 50px;
  }

  .footer .footer_bottom {
    padding-bottom: 4.68%;
  }


  .footer .footer_bottom ul {
    flex-direction: column;
  }

  .footer .footer_bottom ul li {
    line-height: 1.3;
    color: #fff;
  }

  .footer .footer_bottom ul li a {
    color: #fff;
  }

  .footer .footer_bottom div {
    line-height: 1.3;
    color: #fff;
    display: unset;
  }

  .footer .footer_bottom a {
    line-height: 1.3;
    color: #fff;
  }
}