@charset "UTF-8";

.p-footer {
  position: relative;
  padding-top: 141px;
  background: #ffffff;
}

.p-contact {
  position: relative;
  z-index: 1;
}

.p-contact__link-wrap {
  margin-top: 30px;
  padding-block: 44px 50px;
  padding-inline: 20px;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #dfd9d6;
  border-radius: 5px;
  row-gap: 50px;
}
@media screen and (min-width:1024px) {
  .p-contact__link-wrap {
    grid-template-columns: repeat(3, 1fr);
    padding-inline: 0;
    max-width: 1266px;
  }
}

.p-contact__link {
  position: relative;
}
@media screen and (min-width:1024px) {
  .p-contact__link:first-of-type {
    padding-left: 20px;
    max-width: 301px;
  }
}
@media screen and (min-width:1200px) {
  .p-contact__link:first-of-type {
    padding-left: 72px;
    max-width: 353px;
  }
}
.p-contact__link:nth-of-type(n + 2)::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #798283;
  opacity: 0.2;
}
@media screen and (min-width:1024px) {
  .p-contact__link:nth-of-type(n + 2) {
    padding-inline: 30px;
    max-width: 383.21px;
  }
  .p-contact__link:nth-of-type(n + 2)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #798283;
    opacity: 0.2;
  }
}
@media screen and (min-width:1200px) {
  .p-contact__link:nth-of-type(n + 2) {
    padding-inline: 49.4px;
    max-width: 422.01px;
  }
}
@media screen and (min-width:1024px) {
  .p-contact__link:nth-of-type(3) {
    padding-inline: 30px 20px;
    max-width: 373.21px;
  }
}
@media screen and (min-width:1200px) {
  .p-contact__link:nth-of-type(3) {
    padding-inline: 49.4px 20px;
    max-width: 392.61px;
  }
}


.p-contact__link-icon {
  width: 52px;
  height: 52px;
  margin-inline: auto;
}

.p-contact__link-title {
  padding-top: 17px;
  color: #184EA3;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 1.5px;
  font-weight: 600;
  text-align: center;
}

.p-contact__link-num {
  padding-top: 40px;
  color: #184EA3;
  font-size: 32px;
  line-height: 1.487804878;
  letter-spacing: 2.05px;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width:1200px) {
  .p-contact__link-num {
    font-size: 41px;
  }
}

.p-contact__link-text {
  text-align: center;
  color: #184EA3;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.p-contact__btn {
  margin-top: 44.68px;
  padding-block: 15.33px 14.92px;
  padding-right: 21.31px;
  color: #ffffff;
  border-radius: 5px;
  background: #184EA3;
  text-align: center;
  position: relative;
  max-width: 500px;
  margin-inline: auto;
}
.p-contact__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 21.31px;
  width: 10.17px;
  height: 9.69px;
  background: url(../images/top-contanct-arrow.svg) no-repeat center center/cover;
}
@media screen and (min-width:1024px) {
  .p-contact__btn {
    margin-bottom: 38.21px;
  }
}

@media (any-hover: hover) {
  .p-contact__btn:hover {
    color: #ffffff;
  }
}

.p-contact__btn-title {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.32px;
  font-weight: 600;
}

.p-contact__btn-text {
  padding-top: 1.86px;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.p-footer__info {
  padding-block: 38px;
    position: relative;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .p-footer__info {
    padding-block: 38px 155px;
  }
}

.p-footer__info-wrap {
  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 (min-width:768px) {
  .p-footer__info-wrap {
    -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;
  }
}

.p-footer__logo {
  width: 157px;
  height: 68px;
  padding: 12.1px 26.76px 10.28px 25.07px;
  -webkit-box-shadow: 0px 3px 10px rgba(255, 255, 255, 0.2);
          box-shadow: 0px 3px 10px rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  border-radius: 10px;
  z-index: 100;
}

.p-footer__menu-wrap {
  padding-top: 34px;
  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-wrap: wrap;
      flex-wrap: wrap;
  max-width: 303px;
  max-height: 300px;
    -ms-flex-line-pack: center;
      align-content: center;
  margin-inline: auto;
}
.p-footer__menu-wrap .c-link {
  min-width: 88px;
}
.p-footer__menu-wrap .c-link:nth-of-type(n + 2) {
  padding-top: 35px;
}
.p-footer__menu-wrap .c-link:nth-of-type(6) {
  padding-top: 0;
}
.p-footer__menu-wrap .c-link:nth-of-type(n + 6) {
  margin-left: 20px;
}

@media screen and (min-width:1024px) {
  .p-footer__menu-wrap {
    padding-right: 50px;
    max-width: none;
    margin-inline: 0;
  }
}

@media screen and (min-width:768px) {
  .p-footer__menu-wrap .c-link:nth-of-type(n + 6) {
    margin-left: 126px;
  }
}

.p-footer__menu-text {
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.7px;
  font-weight: 500;
}


.p-footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px 40px 0 0;
}
.p-footer__bg img {
  border-radius: 40px 40px 0 0;
}
.p-footer__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #ffffff;
  border-radius: 40px 40px 0 0;
  opacity: 0.52;
  pointer-events: none;
}

.p-copyright-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 17px 0 13px;
    position: relative;
  z-index: 1;
}
.p-copyright-wrap::before {
  content: "";
  position: absolute;
  width: calc(100% - 100px);
  height: 1px;
  top: 0;
  left: 50%;
  translate: -50%;
  background: #dfd9d6;
}

.p-copyright-text {
  font-size: 11px;
  line-height: 1.5454545455;
  letter-spacing: 0.55px;
  text-align: center;
}