.footer {
  background-color: rgba(103, 6, 159, 0.5019607843);
}
.footer__line {
  background: linear-gradient(90deg, #f84355 0%, #ffcc1e 28.85%, #f700c0 50.48%, #67069f 72.12%, #30097b 100%);
  box-shadow: 4px 8px 12px 0 rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.footer__line._first {
  -webkit-transform: rotate(1.8deg);
  -ms-transform: rotate(1.8deg);
  transform: rotate(1.8deg);
  z-index: 1;
}
.footer__line._second {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(90deg, #f84355 0%, #ffcc1e 28.85%, #f700c0 50.48%, #67069f 72.12%, #30097b 100%);
  z-index: 0;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
@media (width >= 320px) {
  .footer__line._second {
    margin-bottom: -36px;
  }
}
@media (width >= 768px) {
  .footer__line._second {
    margin-bottom: -52px;
  }
}
@media (width >= 1220px) {
  .footer__line._second {
    margin-bottom: -100px;
  }
}
@media (width >= 1800px) {
  .footer__line._second {
    margin-bottom: -172px;
  }
}
.footer__line .swiper-slide {
  width: auto;
}
.footer__line-container {
  height: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition-timing-function: linear;
}
@media (width >= 320px) {
  .footer__line-container {
    gap: 12px;
  }
}
@media (width >= 768px) {
  .footer__line-container {
    gap: 24px;
  }
}
@media (width >= 1220px) {
  .footer__line-container {
    gap: 42px;
  }
}
.footer__line-el {
  width: fit-content;
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.footer__line-el img {
  width: 202px;
  height: 85px;
}
.footer__line-el::after {
  content: "";
  display: inline-block;
  background: url("../images/webp/about-dot.webp") no-repeat center/cover;
  width: 18px;
  height: 11px;
}
@media (width >= 320px) {
  .footer__line-el {
    gap: 12px;
  }
  .footer__line-el img {
    width: 46px;
    height: 20px;
  }
  .footer__line-el::after {
    width: 12px;
    height: 7.518px;
  }
}
@media (width >= 768px) {
  .footer__line-el {
    font-size: 16px;
    gap: 24px;
  }
  .footer__line-el img {
    width: 89.003px;
    height: 37.449px;
  }
}
@media (width >= 1220px) {
  .footer__line-el {
    font-size: 36px;
    gap: 42px;
  }
  .footer__line-el img {
    width: 202px;
    height: 85px;
  }
  .footer__line-el::after {
    width: 18px;
    height: 11px;
  }
}
@media (width >= 1800px) {
  .footer__line-el {
    font-size: 48px;
  }
}
@media (width >= 320px) {
  .footer__line {
    height: 32px;
  }
}
@media (width >= 768px) {
  .footer__line {
    height: 50px;
  }
}
@media (width >= 1220px) {
  .footer__line {
    height: 98px;
  }
}
@media (width >= 1400px) {
  .footer__line {
    height: 108px;
  }
}
@media (width >= 1800px) {
  .footer__line {
    height: 140px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.footer__container {
  overflow-x: hidden;
}
@media (width >= 320px) {
  .footer__container {
    padding-top: 65px;
    padding-bottom: 24px;
  }
}
@media (width >= 768px) {
  .footer__container {
    padding-top: 86px;
  }
}
@media (width >= 1220px) {
  .footer__container {
    padding-top: 160px;
    padding-bottom: 40px;
  }
}
@media (width >= 1800px) {
  .footer__container {
    padding-top: 274px;
  }
}
.footer__logo {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media (width >= 320px) {
  .footer__logo {
    width: 152px;
    height: 59px;
  }
}
@media (width >= 768px) {
  .footer__logo {
    width: 196px;
    height: 77px;
    margin-bottom: -133px;
  }
}
@media (width >= 1220px) {
  .footer__logo {
    width: 334px;
    height: 131px;
    margin-bottom: -187px;
  }
}
@media (width >= 1400px) {
  .footer__logo {
    width: 386px;
    height: 151px;
    margin-bottom: -197px;
  }
}
@media (width >= 1800px) {
  .footer__logo {
    width: 498px;
    height: 195px;
    margin-bottom: -250px;
  }
}
.footer__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer__block-info-el._phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (width >= 320px) {
  .footer__block-info-el._phones {
    gap: 8px;
  }
}
@media (width >= 1220px) {
  .footer__block-info-el._phones {
    gap: 12px;
  }
}
.footer__block-info-el._phones a:hover {
  color: #67069f;
}
.footer__block-info-el._email a:hover {
  color: #67069f;
}
.footer__block-info-el-text {
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  color: #ffffff;
}
@media (width >= 768px) {
  .footer__block-info-el-text {
    font-size: 16px;
  }
}
@media (width >= 1220px) {
  .footer__block-info-el-text {
    font-size: 20px;
  }
}
@media (width >= 1800px) {
  .footer__block-info-el-text {
    font-size: 24px;
  }
}
.footer__block-info-el-subtext {
  margin-top: 6px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  color: rgba(255, 255, 255, 0.5019607843);
}
@media (width >= 768px) {
  .footer__block-info-el-subtext {
    margin-bottom: 8px;
    font-size: 16px;
  }
}
@media (width >= 1220px) {
  .footer__block-info-el-subtext {
    margin-top: 12px;
    font-size: 20px;
  }
}
@media (width >= 1800px) {
  .footer__block-info-el-subtext {
    font-size: 24px;
  }
}
@media (width >= 320px) {
  .footer__block-info-el:nth-last-child(n+2) {
    margin-bottom: 8px;
  }
}
@media (width >= 768px) {
  .footer__block-info-el:nth-last-child(n+2) {
    margin-bottom: 12px;
  }
}
@media (width >= 1220px) {
  .footer__block-info-el:nth-last-child(n+2) {
    margin-bottom: 24px;
  }
}
@media (width >= 1400px) {
  .footer__block-info-el:nth-last-child(n+2) {
    margin-bottom: 32px;
  }
}
@media (width >= 1800px) {
  .footer__block-info-el:nth-last-child(n+2) {
    margin-bottom: 40px;
  }
}
@media (width >= 320px) {
  .footer__block-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media (width >= 768px) {
  .footer__block-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    -webkit-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
}
@media (width >= 1220px) {
  .footer__block-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
.footer__block-links ul li a {
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  color: #ffffff;
}
.footer__block-links ul li a:hover {
  color: #67069f;
}
@media (width >= 768px) {
  .footer__block-links ul li a {
    font-size: 16px;
  }
}
@media (width >= 1220px) {
  .footer__block-links ul li a {
    font-size: 20px;
  }
}
@media (width >= 1800px) {
  .footer__block-links ul li a {
    font-size: 24px;
  }
}
@media (width >= 320px) {
  .footer__block-links ul li:nth-last-child(n+2) {
    margin-bottom: 8px;
  }
}
@media (width >= 768px) {
  .footer__block-links ul li:nth-last-child(n+2) {
    margin-bottom: 12px;
  }
}
@media (width >= 1220px) {
  .footer__block-links ul li:nth-last-child(n+2) {
    margin-bottom: 24px;
  }
}
@media (width >= 1400px) {
  .footer__block-links ul li:nth-last-child(n+2) {
    margin-bottom: 32px;
  }
}
@media (width >= 1800px) {
  .footer__block-links ul li:nth-last-child(n+2) {
    margin-bottom: 40px;
  }
}
@media (width >= 320px) {
  .footer__block {
    margin-top: 16px;
  }
}
@media (width >= 1220px) {
  .footer__block {
    margin-top: 0px;
  }
}
.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 24px;
}
.footer__socials-el {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
.footer__socials-el img {
  width: 100%;
  height: auto;
}
@media (width >= 320px) {
  .footer__socials-el._viber {
    width: 45.02px;
  }
  .footer__socials-el._tg {
    width: 44.432px;
  }
  .footer__socials-el._youtube {
    width: 51.989px;
  }
  .footer__socials-el._instagram {
    width: 51.457px;
  }
}
@media (width >= 1220px) {
  .footer__socials-el._viber {
    width: 75.76px;
  }
  .footer__socials-el._tg {
    width: 82.777px;
  }
  .footer__socials-el._youtube {
    width: 90.568px;
  }
  .footer__socials-el._instagram {
    width: 81.753px;
  }
}
@media (width >= 320px) {
  .footer__socials {
    margin-top: 24px;
  }
}
@media (width >= 1400px) {
  .footer__socials {
    margin-top: 32px;
  }
}
@media (width >= 1800px) {
  .footer__socials {
    margin-top: 40px;
  }
}
.footer__copyright {
  border-top: 1px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 12px;
}
.footer__copyright-el {
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  color: #ffffff;
}
.footer__copyright-el._policy:hover {
  color: #67069f;
}
@media (width >= 768px) {
  .footer__copyright-el {
    font-size: 14px;
  }
}
@media (width >= 1220px) {
  .footer__copyright-el {
    font-size: 16px;
  }
  .footer__copyright-el._policy {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (width >= 1800px) {
  .footer__copyright-el {
    font-size: 24px;
  }
}
.footer__copyright-el-link span {
  color: #ffcc1e;
}
.footer__copyright-el-link:hover {
  color: #67069f;
}
.footer__copyright-el-link:hover span {
  color: #67069f;
}
@media (width >= 320px) {
  .footer__copyright {
    margin-top: 12px;
    padding-top: 16px;
  }
}
@media (width >= 768px) {
  .footer__copyright {
    margin-top: 24px;
  }
}
@media (width >= 1220px) {
  .footer__copyright {
    margin-top: 40px;
    padding-top: 24px;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}/*# sourceMappingURL=footer.css.map */