.ponce-page .slick-dots {
  bottom: -70px;
}

/*pon-head*/

.pon-head-back {
  background: #EEF2F6;
  padding-top: 490px;
}

.pon-head {
  max-width: 1550px;
  margin: 0 auto;
  background: #003063;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 115px 115px 100px 115px;
  margin-top: -315px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /* .pon-head__left */
  /* .pon-head__logo */
  /* .pon-head__title */
  /* .pon-head__more */
  /* .pon-head__right */
}

.pon-head__logo {
  margin-bottom: 50px;
}

.pon-head__title {
  font-weight: 500;
  font-size: 42px;
  line-height: 70px;
  color: #fff;
  margin-bottom: 100px;
}

.pon-head__more a {
  color: #fff;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 155.9%;
  text-transform: uppercase;
}

.pon-head__more a img {
  padding-left: 15px;
}

.pon-head__right {
  position: relative;
  width: 100%;
  max-width: 430px;
}

.pon-head__right img {
  position: relative;
  width: 100%;
}

.pon-head__right::before {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.72);
  -webkit-filter: blur(50px);
  filter: blur(50px);
  top: 40px;
  right: 0px;
  width: 80%;
  height: 100%;
}

@media (max-width: 1300px) {
  .pon-head {
    display: block;
    padding: 50px;
  }

  .pon-head__right {
    margin: 0 0 0 auto;
  }
}

@media (max-width: 992px) {
  .pon-head {
    padding: 30px;
  }

  .pon-head__more {
    margin-bottom: 30px;
  }

  .pon-head__title {
    margin-bottom: 30px;
    font-size: 35px;
    line-height: 55px;
  }

  .pon-head__logo {
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .pon-head__title {
    font-size: 30px;
    line-height: 45px;
  }

  .pon-head__logo img {
    margin: 0 auto;
    display: block;
  }

  .pon-head__right {
    margin: 0 auto;
  }
}

/*pon-num*/

.pon-num {
  /* .pon-num__items */
  /* .pon-num__item */
  /* .pon-num__item-num */
  /* .pon-num__text */
}

.pon-num__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 90px;
}

.pon-num__item {
  width: 100%;
  max-width: 400px;
  background: #fff;
  border: 1px solid rgba(204, 219, 228, 0.5);
  -webkit-box-shadow: 0px 28px 42px rgba(22, 7, 52, 0.19);
  box-shadow: 0px 28px 42px rgba(22, 7, 52, 0.19);
  border-radius: 40px;
  text-align: center;
  padding: 30px;
  margin-bottom: 40px;
}

.pon-num__item:nth-child(1) p,
.pon-num__item:nth-child(1) span {
  background: -webkit-linear-gradient(107.56deg, #3585EF 0%, #48C9B2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pon-num__item:nth-child(2) p,
.pon-num__item:nth-child(2) span {
  background: -webkit-linear-gradient(104.29deg, #9A1BFF 0%, #3D90CD 96.12%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pon-num__item:nth-child(3) p,
.pon-num__item:nth-child(3) span {
  background: -webkit-linear-gradient(76.15deg, #4C158A 0%, #C31C54 52.2%, #F88156 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pon-num__item-num p {
  display: inline-block;
  font-size: 24px;
}

.pon-num__item-num span {
  font-size: 93px;
  font-weight: 300;
  display: inline-block;
  padding: 0 10px;
}

.pon-num__text {
  color: #47525E;
  font-weight: 600;
  font-size: 18px;
  line-height: 106.9%;
}

@media (max-width: 1300px) {
  .pon-num__item {
    margin: 20px;
  }

  .pon-num__items {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
  }
}

@media (max-width: 576px) {
  .pon-num__item-num span {
    font-size: 50px;
  }

  .pon-num__item-num p {
    font-size: 20px;
  }

  .pon-num__text {
    font-size: 16px;
  }

  .pon-num__item {
    padding: 20px;
    margin: 15px;
  }
}

.pon-chal {
  margin-top: 130px;
  margin-bottom: 150px;
  /* .pon-chal__text */
  /* .pon-chal__items */
  /* .pon-chal__item */
  /* .pon-chal__i-title */
  /* .pon-chal__i-text */
}

.pon-chal__text {
  font-weight: 500;
  font-size: 20px;
  line-height: 206.9%;
  margin-bottom: 130px;
}

.pon-chal__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 70px;
}

.pon-chal__i-title {
  max-width: 250px;
  font-size: 36px;
  line-height: 109.9%;
  min-height: 90px;
}

.pon-chal__i-text {
  max-width: 293px;
  font-size: 14px;
  line-height: 176.9%;
}

@media (max-width: 1300px) {
  .pon-chal__items {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pon-chal__item {
    margin: 0 30px 30px;
  }
}

@media (max-width: 992px) {
  .pon-chal {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .pon-chal__text {
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .pon-chal {
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .pon-chal__text {
    font-size: 16px;
  }

  .pon-chal__i-title {
    min-height: auto;
    margin-bottom: 10px;
  }
}

.pon-sol {
  background: #EEF2F6;
  padding-top: 110px;
}

@media (max-width: 768px) {
  .pon-sol {
    padding-top: 50px;
  }
}

.pon-corp-v {
  margin-bottom: 250px;
  /* .pon-corp-v__text */
}

.pon-corp-v__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 230%;
  margin-top: 60px;
}

@media (max-width: 1200px) {
  .pon-corp-v {
    margin-bottom: 100px;
  }
}

@media (max-width: 992px) {
  .pon-corp-v {
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .pon-corp-v__text {
    font-size: 16px;
  }
}

.pon-social {
  /* .pon-social__img */
  /* .pon-social__mimg */
  /* .pon-social__text */
}

.pon-social .pon-subtitle {
  margin-bottom: 80px;
  padding-top: 100px;
}

.pon-social__img {
  max-width: 1450px;
  margin: 0 auto;
}

.pon-social__mimg {
  display: none;
}

.pon-social__mimg img {
  max-width: 640px;
  display: block;
  margin: 0 auto;
}

.pon-social__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 236.9%;
  margin-bottom: 130px;
}
.pon-social__imgs .pon-social__text{
    padding-left: 70px;
    margin-top: -70px;
    max-width: 550px;
    line-height: 200%
}
@media (max-width: 1200px){
   .pon-social__imgs .pon-social__text{
    padding-left: 50px;
    margin-top: -60px;
    max-width: 500px;
    line-height: 200%
} 
}
@media (max-width: 992px){
   .pon-social__imgs .pon-social__text{
    padding: 0px 20px;
    margin-top: -60px;
    margin-bottom: 0px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 200%
}
}

@media (max-width: 768px) {
  .pon-social .pon-subtitle {
    margin-bottom: 40px;
  }

  .pon-social__text {
    font-size: 16px;
    margin-bottom: 50px;
  }
}

@media (max-width: 800px) {
  .pon-social__img {
    display: none;
  }

  .pon-social__mimg {
    display: block;
  }

  .pon-social__mimg img {
    width: 100%;
    max-width: 640px;
  }
}

.pon-info {
  /* .pon-info__slider */
  /* .pon-info__slide */
}

.pon-info .pon-info-container {
  background: #DFE7EE;
  padding-top: 92px;
  height: 640px;
  margin-bottom: 300px;
}

.pon-info .pon-subtitle {
  margin-bottom: 80px;
}

.pon-info__slider {
  max-width: 640px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .pon-info .pon-info-container {
    background: transparent;
    padding-top: 0px;
    height: auto;
    margin-bottom: 100px;
  }

  .pon-info .pon-subtitle {
    margin-bottom: 40px;
  }
}

.pon-vid {
  background: #fff;
  padding-top: 100px;
  padding-bottom: 150px;
  /* .pon-vid__items */
  /* .pon-vid__item */
  /* .pon-vid__text */
}

.pon-vid .pon-subtitle {
  margin-bottom: 80px;
}

.pon-vid__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pon-vid__item {
  max-width: 360px;
  width: 100%;
  margin-bottom: 65px;
}

.pon-vid__item .wistia_embed {
  width: 100%;
  height: 250px;
}

.pon-vid__text {
  font-weight: 600;
  font-size: 14px;
  line-height: 176.9%;
  margin-top: 15px;
}

@media (max-width: 1300px) {
  .pon-vid {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pon-vid__items {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pon-vid__item {
    margin: 20px;
  }
}

@media (max-width: 1300px) {
  .pon-vid .pon-subtitle {
    margin-bottom: 40px;
  }
}

.pon-foto {
  padding-top: 120px;
  padding-bottom: 1px;
  /* .pon-foto__slider */
  /* .pon-foto__slide */
}

.pon-foto .pon-subtitle {
  padding-bottom: 60px;
}

.pon-foto .pon-foto-container {
  background: #DFE7EE;
  height: 640px;
  margin-bottom: 300px;
}

.pon-foto__slider {
  max-width: 960px;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .pon-foto {
    padding-top: 50px;
  }

  .pon-foto .pon-foto-container {
    background: transparent;
    height: auto;
    margin-bottom: 100px;
  }

  .pon-foto .pon-subtitle {
    padding-bottom: 30px;
  }
}

.pon-res {
  background: #EEF2F7;
  /* .pon-res__text */
}

.pon-res__text {
  font-weight: 500;
  font-size: 20px;
  line-height: 236.9%;
  padding-bottom: 130px;
}

@media (max-width: 768px) {
  .pon-res__text {
    font-size: 16px;
    padding-bottom: 50px;
  }
}

.pon-video {
  position: relative;
  height: 727px;
}
.pon-video .wistia_embed{
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media (max-width: 1300px){
  .pon-video {
    height: calc(.54 * 100vw + 0px);
  }
}

.pon-video::after {
  content: '';
  position: absolute;
  width: 100%;
  max-width: 1165px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 350px;
  bottom: -30px;
  background: rgba(0, 0, 0, 0.67);
  opacity: 0.7;
  -webkit-filter: blur(40px);
  filter: blur(40px);
}

@media (max-width: 576px) {
  .pon-video::after {
    content: none;
  }
  .pon-video {
    height: calc(.52 * 100vw + 0px);
  }
}



body {
  font-family: 'Montserrat', sans-serif;
}

main {
  overflow: hidden;
}
@media (max-width: 768px){
  main {
    position: relative;
    margin-bottom: -16px;
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.pon-container {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
}

.pon-title {
  margin-bottom: 50px;
  font-size: 54px;
  line-height: 109.9%;
  text-transform: uppercase;
  font-weight: 400;
}

@media (max-width: 992px) {
  .pon-title {
    font-size: 42px;
    margin-bottom: 30px;
  }
}

.pon-subtitle {
  font-weight: 500;
  font-size: 36px;
  line-height: 109.9%;
  margin-bottom: 70px;
  max-width: 790px;
}

@media (max-width: 992px) {
  .pon-subtitle {
    font-size: 30px;
  }
}

.next-title {
  margin-bottom: 25px;
  padding-top: 130px;
  border-top: 1px solid #8793B0;
  font-size: 54px;
  line-height: 109.9%;
  text-transform: uppercase;
  font-weight: 400;
}

.next-project {
  background: #EEF2F7;
  padding-bottom: 130px;
  /* .next-project__container */
  /* .next-project__slider */
  /* .next-project__slide */
}

.next-project .pon-title {
  margin-bottom: 25px;
  padding-top: 70px;
  border-top: 1px solid #8793B0;
}

.next-project__container {
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 20px;
}

.next-project__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 60px;
}

.next-project__link p {
  font-weight: 800;
  font-size: 16px;
  line-height: 95.9%;
  color: #000000;
}

.next-project__link img {
  padding-left: 20px;
}

.next-project__slide {
  position: relative;
}

.next-project__slide h2 {
  color: #fff;
  position: absolute;
  left: 30px;
  top: 40px;
  font-size: 30px;
}

.p-contact {
  background: -o-linear-gradient(342.44deg, #B93C88 0%, #9B7BF8 100%);
  background: linear-gradient(107.56deg, #B93C88 0%, #9B7BF8 100%);
  text-align: center;
  position: relative;
  /* .p-contact__title */
  /* .p-contact__btn */
  /* .p-contact__img */
}

.p-contact__title {
  background: -webkit-linear-gradient(107.56deg, #FFF970 0%, #AEFFCA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-size: 48px;
  line-height: 113.6%;
  max-width: 800px;
  margin: 0 auto;
  padding: 38px 0;
  position: relative;
  z-index: 3;
}

.p-contact__btn {
  background: #000;
  color: #fff;
  -webkit-box-shadow: 0px 7px 34px rgba(0, 0, 0, 0.36);
  box-shadow: 0px 7px 34px rgba(0, 0, 0, 0.36);
  border-radius: 4px;
  padding: 25px 90px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 50px;
}

.p-contact__img {
  position: absolute;
  right: -310px;
  top: -45px;
}

@media (max-width: 1200px) {
  .p-contact__img {
    display: none;
  }
}

@media (max-width: 992px) {
  .p-contact__title {
    font-size: 30px;
    padding: 30px 20px;
  }
}

.next-blog {
  padding-bottom: 170px;
  background: #EEF2F7;
  /* .next-blog__container */
}

.next-blog__container {
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 20px;
}

.next-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.next-item {
  width: 31%;
  border: 1px solid #D2DEE2;
  color: #000;
  /* .next-item__img */
  /* .next-item__title */
  /* .next-item__cat */
  /* .next-item__text */
}

.next-item__img img {
  width: 100%;
}

.next-item__title {
  font-weight: 700;
  padding: 12px 35px 20px;
  font-size: 20px;
  line-height: 126%;
}

.next-item__title a {
  color: #000;
}

.next-item__cat {
  display: inline-block;
  background: #000;
  color: #FFFBFB;
  padding: 7px 15px;
  font-size: 12px;
  font-weight: 700;
  margin: 0 35px;
  border-radius: 4px;
  text-transform: uppercase;
}

.next-item__cat a {
  color: #fff;
}

.next-item__text {
  font-weight: 600;
  font-size: 16px;
  line-height: 200%;
  padding: 12px 35px 40px;
}

@media (max-width: 1200px) {
  .next-item {
    width: 48%;
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .next-blog {
    padding-bottom: 70px;
    margin-bottom: 0;
  }

  .next-item {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}




.pon-social__imgs{
    display: flex;
    max-width: 1500px;
    margin: 0 auto;
    flex-wrap: wrap
}
.pon-social__img{
    width: 40%
}
.pon-social__img:nth-child(1){
    margin-right: -40px
}
.pon-social__img:nth-child(4){
    margin-left: -130px
}
.pon-social__img:nth-child(5){
    margin-right: -20px
}
.pon-social__img:nth-child(8){
    margin-left: -130px
}
.pon-social__img:nth-child(1) img{
    padding-top: 80px
}
.pon-social__img:nth-child(4) img{
    padding-top: 140px
}
.pon-social__img:nth-child(5) img{
    padding-top: 70px
}
.pon-social__img:nth-child(8) img{
    padding-top: 50px
}
.pon-social__img_b{
    width: 60%
}
@media (max-width: 1500px){
    .pon-social__img:nth-child(1){
    margin-right: 0px
}
.pon-social__img:nth-child(4){
    margin-left: 0px
}
.pon-social__img:nth-child(5){
    margin-right: 0px
}
.pon-social__img:nth-child(8){
    margin-left: 0px
}
.pon-social__img:nth-child(1) img{
    padding-top: 0px
}
.pon-social__img:nth-child(4) img{
    padding-top: 0px
}
.pon-social__img:nth-child(5) img{
    padding-top: 0px
}
.pon-social__img:nth-child(8) img{
    padding-top: 0px
}
.pon-social__img{
    width: 45%
}
.pon-social__img_b{
    width: 55%
}


