.page-video-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -53px;
}

.page-video-list .item {
  width: calc(33.333% - 53px);
  height: 402px;
  margin: 0 0 53px 53px;
  display: flex;
  position: relative;
}

.page-video-list .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-video-list .item .caption {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(178.56deg, rgba(0, 0, 0, 0.06) -0.05%, rgba(0, 0, 0, 0.9) 94.12%);
}

.page-video-list .item.sale .caption {
  display: none;
}

.page-video-list .item .caption .description {
  position: absolute;
  top: 18px;
  right: 18px;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
}

.page-video-list .item .caption i {
  width: 28px;
  height: 28px;
  border: 1px solid;
  border-radius: 2px;
  display: flex;
  font-size: 8px;
}

.page-video-list .item .caption .description i {
  font-size: 12px;
  margin: 0 auto 5px;
}

.page-video-list .item .caption .fa-play {
  position: absolute;
  top: 18px;
  right: 18px;
}

.page-video-list .item .caption .name {
  font-weight: 700;
  font-size: 16px;
  line-height: 145%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0 45px;
  position: absolute;
  bottom: 40px;
  width: 100%;
  min-height: 46px;
}

@media screen and (max-width: 1331px) {
  .page-video-list {
    margin-left: -30px;
  }
  .page-video-list .item {
    width: calc(33.333% - 30px);
    height: 313px;
    margin: 0 0 30px 30px;
  }
  .page-video-list .item .caption .name {
    font-size: 14px;
    padding: 0 20px;
    bottom: 20px;
    min-height: 40px;
  }
}
@media screen and (max-width: 1019px) {
  .page-video-list {
    margin-left: -15px;
  }
  .page-video-list .item {
    width: calc(50% - 15px);
    height: 239px;
    margin: 0 0 15px 15px;
  }
  .page-video-list .item .caption .name {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .page-video-list {
    justify-content: center;
    margin-left: -7px;
  }
  .page-video-list .item {
    width: calc(50% - 7px);
    height: 223px;
    margin: 0 0 14px 7px;
  }
  .page-video-list .item .caption .name {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .page-video-list {
    margin-left: -7px;
  }
  .page-video-list .item {
    width: calc(50% - 7px);
    height: initial;
    margin: 0 0 14px 7px;
  }
  .page-video-list .item .caption .fa-play {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 19px;
    height: 19px;
    font-size: 6px;
  }
  .page-video-list .item .caption .description {
    top: 8px;
    right: 8px;
    font-size: 8px;
  }
  .page-video-list .item .caption .name {
    font-size: 10px;
    bottom: 10px;
    min-height: initial;
    font-weight: 500;
  }
}
.page-post-top {
  text-align: center;
  display: table;
  margin: 0 auto 40px;
}

.page-post-top:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0%;
  bottom: 0%;
  background: linear-gradient(178.56deg, rgba(0, 0, 0, 0.06) -0.05%, rgba(0, 0, 0, 0.9) 94.12%);
}

.page-post-top .info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  max-width: 768px;
  display: flex;
  flex-direction: column-reverse;
}

.page-post-top .info h1 {
  font-size: 28px;
  line-height: 145%;
  text-align: center;
  text-transform: uppercase;
}

.page-post-top .info .items {
  padding-bottom: 46px;
  font-family: "InterVariable", sans-serif;
  font-weight: 100;
  font-size: 14px;
}

.page-post-top .info .items .item {
  margin: 0 16px;
}

.page-post-top .info .items .item .icon {
  width: 28px;
  height: 28px;
  border: 1px solid #FFFFFF;
  border-radius: 2px;
  margin: 0 auto 5px;
}

@media screen and (max-width: 767px) {
  .page-post-top .info {
    top: initial;
    bottom: 20px;
    transform: translate(-50%, 0%);
    width: 460px;
    max-width: calc(100% - 20px);
  }
  .page-post-top .info h1 {
    font-size: 20px;
  }
  .page-post-top .info .items {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 479px) {
  .page-post-top {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
  }
  .page-post-top img {
    height: 300px;
    max-width: initial;
  }
  .page-post-top .info {
    width: 100%;
  }
  .page-post-top .info h1 {
    font-size: 16px;
    font-weight: 500;
    text-transform: initial;
  }
}
.page-post-content p,
.page-post-content h2,
.page-post-content h3,
.page-post-content h4,
.page-post-content h5,
.page-post-content h6 {
  max-width: 768px;
  margin: 0 auto;
  padding-bottom: 25px;
}

.page-post-content h2,
.page-post-content h3,
.page-post-content h4,
.page-post-content h5,
.page-post-content h6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 145%;
  text-transform: uppercase;
}

.page-post-content p {
  font-family: "InterVariable", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.01em;
}

.page-post-content div img {
  text-align: center;
  width: initial !important;
}

.page-post-bottom {
  max-width: 768px;
  margin: 0 auto;
  padding: 70px 0 100px;
}

.page-post-bottom .post-top {
  flex-direction: column;
  font-weight: 700;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0.39em;
  text-transform: uppercase;
  color: rgb(255, 206, 28);
}

.page-post-bottom .post-top i {
  font-weight: 900;
  margin-bottom: 10px;
}

.post-social span {
  font-size: 12px;
  text-transform: uppercase;
  padding-right: 26px;
}

.post-social a {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #9A9A9A;
  color: #fcfcfc;
  font-size: 16px;
}

.post-social a + a {
  margin-left: 13px;
}

.post-social a:hover {
  color: #fff;
  background: rgb(255, 206, 28);
}

@media screen and (max-width: 767px) {
  .page-post-content p, .page-post-content h2, .page-post-content h3, .page-post-content h4, .page-post-content h5, .page-post-content h6, .page-post-bottom {
    max-width: 460px;
  }
}
@media screen and (max-width: 479px) {
  .page-post-content p, .page-post-content h2, .page-post-content h3, .page-post-content h4, .page-post-content h5, .page-post-content h6, .page-post-bottom {
    max-width: calc(100% - 20px);
    padding-bottom: 20px;
  }
  .page-post-content p {
    font-size: 13px;
  }
  .page-post-content h2, .page-post-content h3, .page-post-content h4, .page-post-content h5, .page-post-content h6 {
    font-size: 14px;
  }
  .page-post-bottom {
    padding: 20px 0;
  }
  .page-post-bottom .post-top {
    font-size: 11px;
  }
  .page-post-bottom .post-top i {
    margin-bottom: 2px;
  }
  .post-social span {
    font-size: 10px;
    padding-right: 16px;
  }
  .post-social a {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }
  .post-social a + a {
    margin-left: 10px;
  }
}
.page-pronas-description {
  font-family: "InterVariable", sans-serif;
  line-height: inherit;
  text-align: center;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.6);
  max-width: 470px;
  margin: 0 auto 70px;
}

.page-pronas-list {
  padding-bottom: 150px;
}

.page-pronas-list .item img {
  width: 100%;
  filter: grayscale(100%);
  transition: 1s;
}

.page-pronas-list .item:hover img {
  filter: grayscale(0);
}

.page-pronas-list .video-item i {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 28px;
  height: 28px;
  border: 1px solid;
  border-radius: 2px;
  display: flex;
  font-size: 8px;
  color: #fff;
}

.page-pronas-team {
  max-width: 1100px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.page-pronas-team .item {
  width: 530px;
  float: left;
}

.page-pronas-team .item:nth-child(2n) {
  float: right;
}

.page-pronas-team .item + .item {
  margin-top: 220px;
}

.page-pronas-team .item .image {
  width: 330px;
}

.page-pronas-team .item .image img {
  width: 100%;
  height: 100%;
}

.page-pronas-team .item .info {
  margin-top: 128px;
  width: 184px;
  padding-left: 27px;
}

.page-pronas-team .item .info:before {
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 14px;
  color: rgb(255, 206, 28);
  position: absolute;
  top: 11px;
  left: 0;
}

.page-pronas-team .item .info .title {
  font-size: 26px;
  line-height: 132%;
  text-transform: uppercase;
}

.page-pronas-team .item .info .desc {
  font-family: "InterVariable", sans-serif;
  font-size: 11px;
  line-height: 150%;
  letter-spacing: 0.135em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.66);
  padding-top: 16px;
}

@media screen and (max-width: 1331px) {
  .page-pronas-team .item + .item {
    margin-top: 0;
  }
  .page-pronas-team {
    max-width: 100%;
  }
}
@media screen and (max-width: 1019px) {
  .page-pronas-description {
    margin: 0 auto 20px;
  }
  .page-pronas-list {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .page-pronas-description {
    max-width: 100%;
    font-size: 13px;
    line-height: 150%;
  }
  .page-pronas-list .video-item i {
    top: 8px;
    right: 8px;
    width: 19px;
    height: 19px;
    font-size: 6px;
  }
  .page-pronas-team .item {
    width: 100%;
    justify-content: flex-start;
  }
  .page-pronas-team .item:nth-child(2n) {
    flex-direction: row-reverse;
    text-align: right;
  }
  .page-pronas-team .item .image {
    width: 220px;
  }
  .page-pronas-team .item .info {
    margin-top: 40px;
  }
  .page-pronas-team .item:nth-child(2n) .info {
    padding: 0 27px 0 0;
  }
  .page-pronas-team .item .info:before {
    top: 6px;
  }
  .page-pronas-team .item:nth-child(2n) .info:before {
    content: "\f054";
    left: initial;
    right: 0;
  }
  .page-pronas-team .item .info .title {
    font-size: 20px;
  }
  .page-pronas-team .item .info .desc {
    font-size: 10px;
    padding-top: 5px;
  }
}
@media screen and (max-width: 479px) {
  .page-pronas-team .item + .item {
    margin-top: 30px;
  }
  .page-pronas-team .item .info {
    padding-left: 15px;
  }
  .page-pronas-team .item:nth-child(2n) .info {
    padding: 0 15px 0 0;
  }
}
