.max-width {
  max-width: 1800px;
  position: relative;
  z-index: 2;
  padding-left: 13.1944444444vw;
  padding-right: 13.1944444444vw;
  margin: 0 auto;
}
@media screen and (min-width: 1584px) {
  .max-width {
    padding-left: 209px;
  }
}
@media screen and (max-width: 128.8421052632px) {
  .max-width {
    padding-left: 17px;
  }
}
@media screen and (min-width: 1584px) {
  .max-width {
    padding-right: 209px;
  }
}
@media screen and (max-width: 128.8421052632px) {
  .max-width {
    padding-right: 17px;
  }
}
@media screen and (max-width: 1200px) {
  .max-width {
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .max-width {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 959px) {
  .max-width {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.pudgy-sale {
  display: flex;
  flex-direction: column;
  padding: 40px 0;
}

.pudgy-sale .blocks {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.card-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 270px;
  height: 470px;
}

@media screen and (max-width: 375px) {
  .card-wrapper {
    width: 100%;
    height: 500px;
  }
}

@media screen and (min-width: 374px) and (max-width: 467px) {
  .card-wrapper {
    width: 80%;
    height: 500px;
  }
}
@media screen and (min-width: 467px) and (max-width: 768px) {
  .card-wrapper {
    width: calc(100% / 2 - 30px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1014px) {
  .card-wrapper {
    width: calc(100% / 3 - 30px);
  }
}

@media screen and (min-width: 1584px) {
  .card-wrapper {
    width: calc(100% / 4 - 30px);
    height: 600px;
  }
}

html:not(.touch) .card-wrapper:hover {
  z-index: 6;
}

html:not(.touch) .card-wrapper:hover > span {
  transform: rotate(3deg);
}

html:not(.touch) .card-wrapper:hover > span .tag {
  transform: rotate(-3deg);
}

html:not(.touch) .card-wrapper:hover > span .img-wrapper img:nth-child(2) {
  opacity: 1;
}

html:not(.touch) .card-wrapper:hover > span .pink-btn {
  transform: scale(1);
  max-width: 90%;
}

html:not(.touch) .card-wrapper:hover > span .type {
  transform: scale(0);
}

html:not(.touch) .card-wrapper:hover > span .name,
html:not(.touch) .card-wrapper:hover > span .price {
  transform: translateY(-80px);
}

.card-wrapper > span {
  flex-direction: column;
  align-items: center;
  padding: 10px 0;
  transform-origin: right bottom;
  transition: all 0.4s cubic-bezier(0.47, 1.64, 0.41, 0.8);
}

.card-wrapper .block,
.card-wrapper > span {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
}

.card-wrapper .block {
  border: 8px solid #fff;
  border-radius: 24px;
  box-shadow: 2px 4px 0 4px rgba(0, 0, 0, 0.15), 0 0 0 2px #00142d;
  overflow: hidden;
}

.card-wrapper .svg-left,
.card-wrapper .svg-right {
  position: absolute;
  display: flex;
  z-index: 4;
  width: 4.1666666667vw;
  height: auto;
  top: 10px;
}

@media screen and (min-width: 1584px) {
  .card-wrapper .svg-left,
  .card-wrapper .svg-right {
    width: 66px;
  }
}

@media screen and (max-width: 912px) {
  .card-wrapper .svg-left,
  .card-wrapper .svg-right {
    width: 38px;
  }
}

.card-wrapper .svg-right {
  right: 0;
}

.card-wrapper .svg-left {
  left: 0;
}

.card-wrapper .tag {
  position: absolute;
  z-index: 4;
  border-radius: 31px;
  border: 1px solid #00142d;
  top: 0;
  color: #00142d;
  text-align: center;
  font-family: Menco-Black, sans-serif;
  font-size: 1.1111111111vw;
  line-height: 1.45;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0.3472222222vw 1.25vw;
  transform-origin: left;
  transition: all 0.4s cubic-bezier(0.47, 1.64, 0.41, 0.8);
  background: #ffe092;
}

@media screen and (min-width: 1584px) {
  .card-wrapper .tag {
    font-size: 17.6px;
    padding-top: 5.5px;
    padding-bottom: 5.5px;
    padding-left: 19.8px;
    padding-right: 19.8px;
  }
}

@media screen and (max-width: 1080px) {
  .card-wrapper .tag {
    font-size: 12px;
  }
}

@media screen and (max-width: 800px) {
  .card-wrapper .tag {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 864px) {
  .card-wrapper .tag {
    padding-top: 3px;
    padding-bottom: 3px;
  }
}

.card-wrapper .img-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
}

.card-wrapper .img-wrapper img {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease-in-out;
  object-fit: fill;
}

.card-wrapper .img-wrapper img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
}

.card-wrapper .block-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 3;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}

.card-wrapper .type {
  font-family: Menco-Black, sans-serif;
  color: #fff;
  font-size: 1.25vw;
  font-style: normal;
  line-height: 1.45;
  transition: all 0.4s cubic-bezier(0.47, 1.64, 0.41, 0.8);
}

@media screen and (min-width: 1584px) {
  .card-wrapper .type {
    font-size: 19.8px;
  }
}

@media screen and (max-width: 960px) {
  .card-wrapper .type {
    font-size: 12px;
  }
}

.card-wrapper .name {
  color: #fff;
  font-family: TTTrailers-Black, serif;
  font-size: 2.5vw;
  line-height: 0.91;
  text-shadow: 0 0 2px rgba(0, 20, 45, 0.45);
  letter-spacing: -0.92px;
  transition: all 0.4s cubic-bezier(0.47, 1.64, 0.41, 0.8);
  max-width: 95%;
}

@media screen and (min-width: 1584px) {
  .card-wrapper .name {
    font-size: 40px;
  }
}

@media screen and (max-width: 1001.7391304348px) {
  .card-wrapper .name {
    font-size: 28px;
  }
}

.card-wrapper .price {
  transition: all 0.4s cubic-bezier(0.47, 1.64, 0.41, 0.8);
}

.card-wrapper .price p {
  color: #e9f7fb;
  font-family: Menco-Bold, sans-serif;
  font-size: 1.4583333333vw;
  text-shadow: 0 0 2px #00142d;
  line-height: 1.45;
}

@media screen and (min-width: 1584px) {
  .card-wrapper .price p {
    font-size: 23.1px;
  }
}

@media screen and (max-width: 1097.1428571429px) {
  .card-wrapper .price p {
    font-size: 16px;
  }
}

.card-wrapper .price strong {
  font-weight: 400;
  text-decoration-line: line-through;
  opacity: 0.5;
}

.card-wrapper .pink-btn {
  transform: scale(0);
  transition: all 0.18s ease-in-out;
  position: absolute;
  z-index: 4;
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  transition: opacity 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-delay: 0.08s;
}

@media screen and (max-width: 959px) {
  .card-wrapper .price {
    margin-bottom: 5px;
  }

  .card-wrapper .block-inner {
    padding-bottom: 7px;
    background: linear-gradient(
      192deg,
      rgba(14, 21, 29, 0) 59.21%,
      rgba(71, 122, 206, 0.9) 97.28%
    );
  }

  .card-wrapper .block {
    box-shadow: 1.2px 2.4px 0 2.4px rgba(0, 0, 0, 0.15), 0 0 0 1.2px #00142d;
  }
}
@media screen and (max-width: 767px) {
  .card-wrapper .block {
    border-width: 5px;
    border-radius: 15px;
  }

  .card-wrapper .pink-btn {
    position: relative;
    transform: scale(1);
    font-size: 16px;
    max-width: 90%;
    height: 40px;
  }
}

.fifty-fifty-tiles {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
}

.fifty-fifty-tiles .tile-wrapper {
  display: flex;
  flex-direction: column;
  gap: 33px;
  width: 100%;
}

.fifty-fifty-tiles .tile {
  width: 100%;
  position: relative;
  overflow: visible;
  align-items: center;
  justify-content: center;
}

.fifty-fifty-tiles .frame,
.fifty-fifty-tiles .tile {
  display: flex;
}

.fifty-fifty-tiles .frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 105%;
  /* overflow: clip; */
  object-fit: fill;
}

.fifty-fifty-tiles .tile-inner {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.fifty-fifty-tiles .top {
  display: flex;
  height: 230px;
  border-radius: 11px;
  border: 3px solid var(--oxford-blue, #00142d);
  overflow: hidden;
}

.fifty-fifty-tiles .top img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.fifty-fifty-tiles .bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 24px 30px;
}

.fifty-fifty-tiles .title {
  color: #00142d;
  font-family: TTTrailers-Black, serif;
  font-size: 32px;
  line-height: 0.91;
  letter-spacing: -0.92px;
  text-transform: uppercase;
  margin-bottom: 9px;
}

.fifty-fifty-tiles .copy {
  color: #00142d;
  font-family: Menco-Medium, sans-serif;
  font-size: 15px;
  line-height: 1.45;
  margin-bottom: 15px;
}

@media screen and (min-width: 767px) {
  .fifty-fifty-tiles {
    padding: 40px 0;
  }

  .fifty-fifty-tiles .tile-wrapper {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30.8px;
    margin-bottom: 44px;
  }

  .fifty-fifty-tiles .tile {
    width: auto;
  }

  .fifty-fifty-tiles .frame {
    width: 99%;
  }

  .fifty-fifty-tiles .top {
    height: 330px;
  }

  .fifty-fifty-tiles .tag {
    font-size: 17.6px;
  }

  .fifty-fifty-tiles .title {
    font-size: 50.6px;
  }

  .fifty-fifty-tiles .copy {
    font-size: 18.7px;
  }

  .fifty-fifty-tiles .pink-btn {
    width: 90%;
  }
}

.marquee .group {
  display: flex;
}

.bottom-marquee {
  display: flex;
  flex-direction: column;
  padding-top: 1.9444444444vw;
  padding-bottom: 6.25vw;
  position: relative;
  overflow: visible;
}
@media screen and (min-width: 1584px) {
  .bottom-marquee {
    padding-top: 30.8px;
  }
}
@media screen and (max-width: 1440px) {
  .bottom-marquee {
    padding-top: 28px;
  }
}
@media screen and (min-width: 1584px) {
  .bottom-marquee {
    padding-bottom: 99px;
  }
}
@media screen and (max-width: 1440px) {
  .bottom-marquee {
    padding-bottom: 90px;
  }
}
.bottom-marquee h4 {
  color: #00142d;
  text-align: center;
  font-family: Menco-Black, sans-serif;
  font-size: 1.25vw;
  line-height: 1.45;
  text-transform: uppercase;
  margin-bottom: 29px;
}
@media screen and (min-width: 1584px) {
  .bottom-marquee h4 {
    font-size: 19.8px;
  }
}
@media screen and (max-width: 1280px) {
  .bottom-marquee h4 {
    font-size: 16px;
  }
}

.bottom-marquee .group {
  display: flex;
  align-items: center;
  margin-right: 48px;
}
@media screen and (max-width: 767px) {
  .bottom-marquee:after,
  .bottom-marquee:before {
    display: none;
  }
}
footer {
  
  z-index: 2;
  position: relative;

  display: flex;

  flex-direction: column;

  align-items: center;
  overflow: hidden;
  padding-left: 12.5vw;
  padding-right: 12.5vw;
  padding-bottom: 2.0833333333vw;
}
@media screen and (min-width: 1584px) {
  footer {
    padding-left: 198px;
  }
}
@media screen and (max-width: 800px) {
  footer {
    padding-left: 100px;
  }
}
@media screen and (min-width: 1584px) {
  footer {
    padding-right: 198px;
  }
}
@media screen and (max-width: 800px) {
  footer {
    padding-right: 100px;
  }
}
@media screen and (min-width: 1584px) {
  footer {
    padding-bottom: 33px;
  }
}
@media screen and (max-width: 1296px) {
  footer {
    padding-bottom: 27px;
  }
}
footer:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  height: 81.25vw;
  background: linear-gradient(181deg, hsla(0, 0%, 6%, 0), #436ac8 50%);
  pointer-events: none;
}
@media screen and (min-width: 1584px) {
  footer:after {
    height: 1287px;
  }
}
@media screen and (max-width: 1140.9230769231px) {
  footer:after {
    height: 927px;
  }
}
footer .top {
  display: flex;

  flex-direction: column;

  align-items: center;
  gap: 6px;
  margin-bottom: 44.0972222222vw;
}
@media screen and (min-width: 1584px) {
  footer .top {
    margin-bottom: 698.5px;
  }
}
@media screen and (max-width: 1247.2440944882px) {
  footer .top {
    margin-bottom: 550px;
  }
}
footer .tag {
  color: #00142d;
  font-family: Menco-Black, sans-serif;
  font-size: 18px;
  line-height: 1.45;
}
footer .footer-header,
footer .tag {
  text-align: center;
  text-transform: uppercase;
}
footer .footer-header {
  color: #fbe9f3;
  text-shadow: -3px 3px #00142d;
  -webkit-text-stroke: 1px #00142d;
  text-stroke: 1px #00142d;
  font-family: TTTrailers-Black, serif;
  font-size: 5vw;
  line-height: 0.91;
  letter-spacing: -1.44px;
}
@media screen and (min-width: 1584px) {
  footer .footer-header {
    font-size: 79.2px;
  }
}
@media screen and (max-width: 1120px) {
  footer .footer-header {
    font-size: 56px;
  }
}
footer .footer-marquee {
  position: absolute;
  top: 10.4166666667vw;
  z-index: 1;
}
@media screen and (min-width: 1584px) {
  footer .footer-marquee {
    top: 165px;
  }
}
@media screen and (max-width: 1200px) {
  footer .footer-marquee {
    top: 125px;
  }
}
footer .block-wrapper {
  display: flex;

  flex-direction: column;
  gap: 2.0833333333vw;
  margin-right: 2.2916666667vw;
}
@media screen and (min-width: 1584px) {
  footer .block-wrapper {
    gap: 33px;
  }
}
@media screen and (max-width: 1440px) {
  footer .block-wrapper {
    gap: 30px;
  }
}
@media screen and (min-width: 1584px) {
  footer .block-wrapper {
    margin-right: 36.3px;
  }
}
@media screen and (max-width: 1440px) {
  footer .block-wrapper {
    margin-right: 33px;
  }
}
footer .block-wrapper:nth-of-type(2n) {
  padding-top: 4.2361111111vw;
}
@media screen and (min-width: 1584px) {
  footer .block-wrapper:nth-of-type(2n) {
    padding-top: 67.1px;
  }
}
@media screen and (max-width: 1440px) {
  footer .block-wrapper:nth-of-type(2n) {
    padding-top: 61px;
  }
}
footer .block {
  width: 19.5138888889vw;
  height: 20.3472222222vw;
  border-radius: 24px;
  border: 4px solid #00142d;
  background: #fff;
  box-shadow: 8px 10px #00142d;
  overflow: hidden;
  position: relative;
  padding: 120px 25px 20px;
  transition: all 0.4s cubic-bezier(0.47, 1.64, 0.41, 0.8);
  transform-origin: right bottom;
}

@media screen and (min-width: 1584px) {
  footer .block {
    height: 222.3px;
    width: 309.1px;
  }
}
@media screen and (max-width: 1440px) {
  footer .block {
    height: 150px;
    width: 281px;
  }
}
html:not(.touch) footer .block:hover {
  transform: rotate(5deg);
}
footer .block img:first-of-type {
  max-height: 160px;
  display: flex;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
footer .top-block {
  align-items: center;
  z-index: 2;
}
footer .top-block,
footer .top-block .img-wrapper {
  display: flex;
  position: relative;
}
footer .top-block .img-wrapper {
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  margin-right: 0.6944444444vw;
}
@media screen and (min-width: 1584px) {
  footer .top-block .img-wrapper {
    width: 66px;
  }
}
@media screen and (max-width: 1440px) {
  footer .top-block .img-wrapper {
    width: 60px;
  }
}
@media screen and (min-width: 1584px) {
  footer .top-block .img-wrapper {
    height: 66px;
  }
}
@media screen and (max-width: 1440px) {
  footer .top-block .img-wrapper {
    height: 60px;
  }
}
@media screen and (min-width: 1584px) {
  footer .top-block .img-wrapper {
    margin-right: 11px;
  }
}
@media screen and (max-width: 1440px) {
  footer .top-block .img-wrapper {
    margin-right: 10px;
  }
}
footer .top-block .img-wrapper img {
  height: 4.1666666667vw;
  border-radius: 50%;
  width: auto;
  display: flex;
}
@media screen and (min-width: 1584px) {
  footer .top-block .img-wrapper img {
    height: 66px;
  }
}
@media screen and (max-width: 1440px) {
  footer .top-block .img-wrapper img {
    height: 60px;
  }
}
footer .top-block .text-wrapper {
  display: flex;

  flex-direction: column;
}
footer .top-block .text-wrapper p:first-of-type {
  color: #000;
  font-family: TTTrailers-Black, serif;
  font-size: 18px;
  line-height: 0.91;
  letter-spacing: -0.36px;
  text-transform: uppercase;
}
footer .top-block .text-wrapper p:last-of-type {
  color: #ffffff00;
  font-family: Menco-Black, sans-serif;
  font-size: 10px;
  line-height: 1.45;
  text-transform: uppercase;
}
footer .copy {
  color: #00142d;
  font-family: Menco-Medium, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  text-transform: uppercase;
  margin-top: 10px;
}
footer .bottom {
  position: relative;
  z-index: 1000000;

  display: flex;

  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  align-items: center;
  max-width: 1400px;
  width: 100%;
  border-radius: 24px;
  border: 8px solid #fff;
  margin-top: 100px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#477dfd),
    color-stop(39.2%, #8ea9e9),
    to(#5485f9)
  );
  background: linear-gradient(180deg, #477dfd, #8ea9e9 39.2%, #5485f9);

  box-shadow: 2px 4px 0 4px rgba(0, 0, 0, 0.15), 0 0 0 2px #00142d;
  padding: 6.9444444444vw 3.4722222222vw 2.5vw;
  margin-bottom: 2.4305555556vw;
}

@media screen and (min-width: 1584px) {
  footer .bottom {
    padding-bottom: 39.6px;
  }
}
@media screen and (max-width: 1360px) {
  footer .bottom {
    padding-bottom: 34px;
  }
}
@media screen and (min-width: 1584px) {
  footer .bottom {
    padding-left: 55px;
  }
}
@media screen and (max-width: 576px) {
  footer .bottom {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1584px) {
  footer .bottom {
    padding-right: 55px;
  }
}
@media screen and (max-width: 576px) {
  footer .bottom {
    padding-right: 20px;
  }
}
@media screen and (min-width: 1584px) {
  footer .bottom {
    margin-bottom: 38.5px;
  }
}
@media screen and (max-width: 822.8571428571px) {
  footer .bottom {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 80%;
    margin-top: 50px;
  }
}
footer .pengu-logo {
  display: flex;
  height: 110px;
  width: auto;
  position: absolute;
  top: -5px;
  transform: translateY(-50%);
}
footer .svg-left {
  left: 0;
}
footer .svg-left,
footer .svg-right {
  display: flex;
  position: absolute;
  z-index: 4;
  top: -15px;
  width: auto;
}
footer .svg-right {
  right: 0;
}
footer .images {
  display: flex;
  gap: 0.625vw;
  margin-bottom: 2.7777777778vw;
}
@media screen and (min-width: 1584px) {
  footer .images {
    gap: 9.9px;
  }
}
@media screen and (max-width: 768px) {
  footer .images {
    gap: 7px;
  }
}
@media screen and (min-width: 1584px) {
  footer .images {
    margin-bottom: 44px;
  }
}
@media screen and (max-width: 1260px) {
  footer .images {
    margin-bottom: 35px;
  }
}
footer .images img {
  display: flex;
  width: 9.7222222222vw;
  height: 10vw;
}
@media screen and (min-width: 1584px) {
  footer .images img {
    width: 154px;
  }
}
@media screen and (max-width: 977.1428571429px) {
  footer .images img {
    width: 95px;
  }
}
@media screen and (min-width: 1584px) {
  footer .images img {
    height: 158.4px;
  }
}
@media screen and (max-width: 1400px) {
  footer .images img {
    height: 140px;
  }
}
footer .links {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.2222222222vw;
  margin-bottom: 3.6111111111vw;
}
@media screen and (min-width: 1584px) {
  footer .links {
    gap: 35.2px;
  }
}
@media screen and (max-width: 450px) {
  footer .links {
    gap: 10px;
  }
}
@media screen and (min-width: 1584px) {
  footer .links {
    margin-bottom: 57.2px;
  }
}
@media screen and (max-width: 1024.6153846154px) {
  footer .links {
    margin-bottom: 37px;
  }
}
footer .links a {
  color: #fff;
  text-shadow: -2px 2px #00142d;
  -webkit-text-stroke: 1px #00142d;
  text-stroke: 1px #00142d;
  font-family: TTTrailers-Black, serif;
  font-size: 2.7777777778vw;
  line-height: 0.91;
  letter-spacing: -0.96px;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transition: all 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  position: relative;
}
@media screen and (min-width: 1584px) {
  footer .links a {
    font-size: 44px;
  }
}
@media screen and (max-width: 1440px) {
  footer .links a {
    font-size: 40px;
  }
}
html:not(.touch) footer .links a:hover {
  text-shadow: 0 0;
  -webkit-transform: translate3d(-2px, 2px, 0);
  transform: translate3d(-2px, 2px, 0);
}
footer .socials {
  display: flex;
  gap: 0.6944444444vw;
}
@media screen and (min-width: 1584px) {
  footer .socials {
    gap: 11px;
  }
}
@media screen and (max-width: 1440px) {
  footer .socials {
    gap: 10px;
  }
}
footer .socials a {
  position: relative;

  display: flex;

  flex-direction: column;

  align-items: center;

  transition: all 0.4s cubic-bezier(0.47, 1.64, 0.41, 0.8);
}
footer .socials a img:last-of-type {
  opacity: 0;
}
html:not(.touch) footer .socials a:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
html:not(.touch) footer .socials a:hover img:last-of-type {
  opacity: 1;
}
html:not(.touch) footer .socials a:hover .text-wrapper {
  -webkit-box-shadow: 5px 6px 0 0 rgba(0, 0, 0, 0.25);
  box-shadow: 5px 6px 0 0 rgba(0, 0, 0, 0.25);
}
footer .socials .text-wrapper {
  border-radius: 11px;
  border: 2px solid #a7d9ff;
  background: #e5f2ff;

  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.25);
  padding: 0.4861111111vw 1.1111111111vw;
  margin-top: 5px;

  transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media screen and (min-width: 1584px) {
  footer .socials .text-wrapper {
    padding-top: 7.7px;
  }
}
@media screen and (max-width: 822.8571428571px) {
  footer .socials .text-wrapper {
    padding-top: 4px;
  }
}
@media screen and (min-width: 1584px) {
  footer .socials .text-wrapper {
    padding-bottom: 7.7px;
  }
}
@media screen and (max-width: 822.8571428571px) {
  footer .socials .text-wrapper {
    padding-bottom: 4px;
  }
}
@media screen and (min-width: 1584px) {
  footer .socials .text-wrapper {
    padding-left: 17.6px;
  }
}
@media screen and (max-width: 990px) {
  footer .socials .text-wrapper {
    padding-left: 11px;
  }
}
@media screen and (min-width: 1584px) {
  footer .socials .text-wrapper {
    padding-right: 17.6px;
  }
}
@media screen and (max-width: 990px) {
  footer .socials .text-wrapper {
    padding-right: 11px;
  }
}
footer .socials .text-wrapper p {
  text-align: center;
  font-family: Menco-Black, sans-serif;
  text-transform: uppercase;
  color: #00142d;
  font-size: 0.8333333333vw;
  line-height: 1.45;
}
@media screen and (min-width: 1584px) {
  footer .socials .text-wrapper p {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 960px) {
  footer .socials .text-wrapper p {
    font-size: 8px;
  }
}
footer .socials .text-wrapper strong {
  color: #5f83cf;
  font-size: 1.1111111111vw;
  line-height: 0.95;
}
@media screen and (min-width: 1584px) {
  footer .socials .text-wrapper strong {
    font-size: 17.6px;
  }
}
@media screen and (max-width: 990px) {
  footer .socials .text-wrapper strong {
    font-size: 11px;
  }
}
footer .socials img {
  height: 7.2916666667vw;

  display: flex;
  width: auto;

  transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  position: relative;
}
@media screen and (min-width: 1584px) {
  footer .socials img {
    height: 115.5px;
  }
 
}
@media screen and (max-width: 1014.8571428571px) {
  footer .socials img {
    height: 74px;
  }
}
footer .socials img:last-of-type {
  position: absolute;
  top: 0;
  z-index: 2;
  opacity: 0;
}
footer .utility-links {
  display: flex;
  width: 90%;
  max-width: 1340px;
  justify-content: center;
  position: relative;
  z-index: 4;
}
footer .utility-links p {
  color: #80abff;
  text-align: center;
  font-family: Menco-Black, sans-serif;
  font-size: 18px;
  line-height: 1.45;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

footer .footer-address {
  color: #e9f7fb;
  text-align: center;
  font-family: Menco-Black, sans-serif;
  font-size: 18px;
  line-height: 1.45;
  text-transform: uppercase;
  max-width: 305px;
  transition: all 0.2s ease-in;
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 1584px) {
  footer .footer-address {
    margin-top: 44px;
  }
}
@media screen and (max-width: 900px) {
  footer .footer-address {
    margin-top: 25px;
  }
}
html:not(.touch) footer .footer-address:hover {
  color: #c5fbff;
}
@media screen and (max-width: 767px) {
  footer {
    padding-left: 5px;
    padding-right: 5px;
  }
  footer .footer-header {
    text-shadow: -3px 3px rgba(0, 20, 45, 0.7490196078);
  }
  footer .block {
    width: 220px;
    height: 130px;
    padding: 125px 20px 16px;
  }
  footer .block img:first-of-type {
    height: 150px;
  }
  footer .top-block .img-wrapper {
    width: 40px;
    height: 40px;
  }
  footer .top-block .img-wrapper img {
    height: 40px;
  }
  footer .top-block .text-wrapper p:first-of-type {
    font-size: 14px;
  }
  footer .top-block .text-wrapper p:last-of-type {
    font-size: 8px;
  }
  footer .copy {
    font-size: 12px;
    line-height: 1;
  }
  footer .images img {
    width: 65px;
    height: 71px;
  }
  footer .links {
    justify-content: flex-start;
  }
  footer .links a {
    width: calc(50% - 5px);
    white-space: normal;
  }
  footer .links span {
    display: none;
  }
  footer .utility-links {
    padding: 0 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    justify-content: space-between;
  }
  footer .utility-links p {
    width: 100%;
  }
}
