.blog-post-page {
  padding-left: 5%;
  padding-right: 5%;
}
.blog-post-page .inner {
  padding: 90px 0 63px;
  max-width: 1607px;
  width: 100%;
  margin: 0 auto;
}
.blog-post-page .blog-post-head {
  margin-bottom: 28px;
}
.blog-post-page .blog-post-head .title {
  font-size: 52px;
  font-weight: 900;
  line-height: 106%;
  text-align: right;
  max-width: 70%;
  margin-bottom: 34px;
}
.blog-post-page .post-head {
  display: flex;
  align-items: center;
  font-size: 20px;
  margin-bottom: 20px;
  color: #000;
}
.blog-post-page .post-head .cats-name-block {
  display: flex;
  flex-wrap: wrap;
}
.blog-post-page .post-head .cats-name-block .cats-name {
  position: relative;
  display: flex;
  align-items: center;
}
.blog-post-page .post-head .cats-name-block .cats-name:not(:last-of-type) {
  margin-left: 20px;
}
.blog-post-page .post-head .cats-name-block .cats-name:before {
  content: "";
  display: block;
  margin: 0 0 3px 20px;
  max-width: 12px;
  min-width: 12px;
  height: 12px;
  background: #000;
  border-radius: 50%;
}
.blog-post-page .post-head .sep {
  width: 110px;
  height: 1px;
  margin: 0 20px;
  background: #000;
}
.blog-post-page .blog-post .post-pic {
  overflow: hidden;
}
.blog-post-page .blog-post .post-pic img {
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 2);
}
.blog-post-page .blog-post:hover .post-pic img {
  transform: scale(1.03);
}
.blog-post-page .blog-post-content {
  display: flex;
  justify-content: space-between;
}
.blog-post-page .post-content {
  max-width: 1143px;
  width: 62.7%;
  border-top: 1px solid #000;
  padding-top: 86px;
  margin-top: 20px;
}
.blog-post-page .post-content p {
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  max-width: 1107px;
  width: 100%;
  margin-bottom: 15px;
}
.blog-post-page .post-content p strong {
  font-size: 25px;
  right: 19px;
}
.blog-post-page .post-content p:first-of-type strong {
  position: relative;
}
.blog-post-page .post-content p:first-of-type strong::before {
  content: "";
  position: absolute;
  right: -19px;
  top: 0;
  width: 7px;
  height: calc(100% - 5px);
  background: linear-gradient(180deg, #116FFF 0%, #9611FF 100%);
}
.blog-post-page .post-content h3 {
  font-size: 34px;
  font-weight: 700;
  line-height: 125%;
  max-width: 1107px;
  width: 100%;
}
.blog-post-page .post-content .content img {
  padding: 35px 70px;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  height: auto;
}
.blog-post-page .related-posts h2 {
  color: #000;
  font-size: 30px;
  font-weight: 900;
  line-height: 115%;
  margin-bottom: 20px;
}
.blog-post-page .related-posts .post-pic {
  margin-bottom: 17px;
}
.blog-post-page .related-posts .post-head {
  margin-bottom: 25px;
}
.blog-post-page .related-posts .post-title-h {
  color: #000;
  text-align: right;
  font-size: 24px;
  font-weight: 400;
  line-height: 101.978%;
  text-transform: uppercase;
  margin-bottom: 17px;
}
.blog-post-page .related-posts .post-excerpt {
  color: #5E5E5E;
  text-align: right;
  font-size: 18px;
  font-weight: 400;
  line-height: 126.978%;
  text-transform: uppercase;
  margin-top: -10px;
}
.blog-post-page .side-bar {
  max-width: 644px;
  width: 33.5%;
  position: relative;
  top: -38px;
}
.blog-post-page .side-bar .blog-post:not(:last-of-type) {
  margin-bottom: 25px;
}
.blog-post-page .bottom-bar {
  margin-top: 133px;
}
.blog-post-page .bottom-bar h2 {
  font-size: 36px;
  margin-bottom: 25px;
}
.blog-post-page .bottom-bar .posts-block {
  display: flex;
  justify-content: space-between;
  max-width: 1555px;
}
.blog-post-page .bottom-bar .posts-block .blog-post {
  width: calc(50% - 21px);
  max-width: 750px;
  padding: 0;
}
.blog-post-page .bottom-bar .posts-block .blog-post .post-pic {
  margin-bottom: 32px;
}
.blog-post-page .bottom-bar .posts-block .blog-post .post-head {
  margin-bottom: 20px;
}
.blog-post-page .bottom-bar .posts-block .blog-post .post-title {
  margin-bottom: 25px;
}
.blog-post-page .blog-post:hover .post-title-h {
  color: #128fff;
  transition: 0.3s;
}
.blog-post-page .post-title-h {
  transition: 0.3s;
}
.blog-post-page .posts-block {
  display: flex;
}
.blog-post-page .posts-block .blog-post {
  width: 33.3333333333%;
  padding: 0 5.5px;
  margin-left: 11px;
}
.blog-post-page .posts-block .blog-post .post-title-h {
  font-size: 30px;
  margin-bottom: 10px;
}
.blog-post-page .posts-block .blog-post .post-excerpt {
  font-size: 20px;
}
.blog-post-page .posts-block .blog-post .post-pic {
  margin-bottom: 20px;
}
.blog-post-page .form-block {
  border-radius: 9px;
  background: #000;
  position: relative;
  padding: 188px 35px 35px 15px;
  overflow: hidden;
  z-index: 1;
  margin-top: 120px;
}
.blog-post-page .form-block .figure4 {
  top: -107px;
  right: 0;
  position: absolute;
  max-width: 600px;
  max-height: 333px;
  width: 100%;
  height: 100%;
}
.blog-post-page .form-block h3 {
  color: #FFF;
  text-align: right;
  font-size: 38px;
  font-weight: 700;
  line-height: 101%;
  margin-bottom: 5px;
  font-family: SimplerPro_Extended;
}
.blog-post-page .form-block .text {
  color: #EDEDED;
  text-align: right;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 25px;
}
.blog-post-page .form-block .shine-eff {
  width: 442px;
  top: 50px;
  left: -100px;
  transform: rotate(52.673deg);
}
.blog-post-page .form-block .shine-eff.-an-rotate {
  animation: shine-rotate-small 30s infinite linear;
}
.blog-post-page .form-block .shine-eff::before, .blog-post-page .form-block .shine-eff::after {
  width: 300px;
  height: 300px;
}
.blog-post-page .st-form {
  padding-left: 15px;
}
.blog-post-page .st-form .field .fl-label {
  color: #EDEDED;
  font-size: 24px;
  font-weight: 400;
  height: 38px;
}
.blog-post-page .st-form .field input:not([type=submit]) {
  border-bottom-color: #fff;
  color: #fff;
  font-size: 16px;
  height: 38px;
}
.blog-post-page .st-form .checkbox-wr {
  margin-top: 15px;
  margin-bottom: 34px;
}
.blog-post-page .st-form .checkbox-wr span {
  color: #fff;
}
.blog-post-page .st-form .more-button {
  display: flex;
  padding: 29px 0;
  background: none;
  width: 100%;
  position: relative;
}
.blog-post-page .st-form .more-button span {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 101%;
  margin-left: 15px;
  display: block;
}
.blog-post-page .st-form .more-button .figure1 {
  background-image: url(../img/figure_white.svg);
  width: 11px;
  height: 11px;
}
.blog-post-page .st-form .more-button:hover span {
  color: #000;
}
.blog-post-page .st-form .more-button:hover .figure1 {
  background-image: url(../img/figure_black.svg);
}
.blog-post-page .about-post {
  direction: ltr;
  margin-top: 68px;
  max-width: 990px;
}
.blog-post-page .about-post-top {
  display: flex;
  padding-bottom: 25px;
  border-bottom: 1px solid #000;
}
.blog-post-page .about-post-top p {
  color: #000;
  text-align: right;
  font-size: 18px;
  font-weight: 400;
  line-height: 115%;
  text-transform: uppercase;
}
.blog-post-page .about-post-top-left {
  max-width: 150px;
  margin-right: 20px;
  padding-left: 12px;
}
.blog-post-page .social-icons {
  display: flex;
}
.blog-post-page .social-icons svg {
  fill: #000;
  transition: 0.3s;
}
.blog-post-page .social-icons svg:hover {
  fill: #116FFF;
}
.blog-post-page .social-icons .icon:not(:last-of-type) {
  margin-right: 32px;
}
.blog-post-page .about-post-top-right {
  width: calc(100% - 136px);
}
.blog-post-page .about-post-top-right p {
  margin-bottom: 10px;
}
.blog-post-page .tag-block {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.blog-post-page .tag-block .tag,
.blog-post-page .tag-block a {
  padding: 10.5px 25px 7.5px;
  border-radius: 26px;
  border: 1px solid #000;
  color: #000;
  text-align: right;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}
.blog-post-page .tag-block .tag:not(:last-of-type),
.blog-post-page .tag-block a:not(:last-of-type) {
  margin-right: 10px;
}
.blog-post-page .tag-block .tag.st-button.-hover1:before,
.blog-post-page .tag-block a.st-button.-hover1:before {
  background: #116FFF;
}
.blog-post-page .tag-block .tag:hover,
.blog-post-page .tag-block a:hover {
  color: #fff;
}
.blog-post-page .about-post-bottom {
  display: flex;
  justify-content: flex-end;
  padding-top: 31px;
}
.blog-post-page .post-info {
  margin-right: 25px;
  padding-top: 8px;
}
.blog-post-page .post-info-heading {
  color: #000;
  text-align: right;
  font-size: 20px;
  font-weight: 700;
  line-height: 115%;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.blog-post-page .post-info-text {
  color: #000;
  text-align: right;
  font-size: 20px;
  font-weight: 400;
  line-height: 115%;
  text-transform: uppercase;
  max-width: 713px;
}
.blog-post-page .author-photo {
  min-width: 95px;
  max-width: 95px;
  min-height: 95px;
  max-height: 95px;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.blog-post-page .author-photo .author_pic {
  position: relative;
  z-index: 3;
  bottom: 3px;
}
.blog-post-page .author-photo::before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  background: #fff;
  z-index: 2;
  border-radius: 50%;
}
.blog-post-page .author-photo::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #116FFF 0%, #9611FF 100%);
  z-index: 1;
  border-radius: 50%;
}

@media all and (max-width: 768px) {
  .blog-post-page {
    padding-left: 4%;
    padding-right: 4%;
  }
  .blog-post-page .inner {
    padding: 35px 0;
  }
  .blog-post-page .blog-post-head {
    margin-bottom: 35px;
  }
  .blog-post-page .blog-post-head .title {
    font-size: 32px;
    margin-bottom: 30px;
    max-width: 100%;
  }
  .blog-post-page .post-head {
    font-size: 16px;
  }
  .blog-post-page .post-head .cats-name-block .cats-name:not(:last-of-type) {
    margin-left: 5px;
  }
  .blog-post-page .post-head .cats-name-block .cats-name::before {
    width: 7px;
    height: 7px;
    min-width: 7px;
    margin: 0 0 3px 5px;
  }
  .blog-post-page .post-head .sep {
    width: 192px;
    margin: 0 10px;
  }
  .blog-post-page .blog-post-content {
    flex-direction: column;
  }
  .blog-post-page .post-content {
    width: 100%;
    margin-top: 0;
    padding-top: 36px;
  }
  .blog-post-page .post-content p {
    font-size: 20px;
    line-height: 130%;
  }
  .blog-post-page .post-content p strong {
    font-size: 16px;
    margin-bottom: 28px;
    line-height: 98%;
  }
  .blog-post-page .side-bar {
    max-width: 100%;
    width: 100%;
    top: 0;
    margin-top: 30px;
  }
  .blog-post-page .related-posts h2 {
    margin-bottom: 16px;
  }
  .blog-post-page .related-posts .post-title-h {
    font-size: 20px;
    margin-bottom: 22px;
  }
  .blog-post-page .related-posts .post-excerpt {
    font-size: 16px;
  }
  .blog-post-page .related-posts .post-head {
    margin-bottom: 18px;
  }
  .blog-post-page .bottom-bar {
    display: none;
  }
  .blog-post-page .form-block {
    display: none;
  }
  .blog-post-page .about-post-top {
    flex-direction: column-reverse;
    padding-bottom: 43px;
  }
  .blog-post-page .about-post-top-right {
    width: 100%;
    margin-bottom: 42px;
  }
  .blog-post-page .about-post-top-right p {
    margin-bottom: 6px;
  }
  .blog-post-page .about-post-top-left {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  .blog-post-page .about-post-top-left p {
    margin-bottom: 5px;
  }
  .blog-post-page .social-icons {
    justify-content: flex-end;
  }
  .blog-post-page .social-icons .icon:not(:last-of-type) {
    margin-right: 0;
  }
  .blog-post-page .social-icons .icon.facebook {
    order: 3;
    margin-right: 0;
  }
  .blog-post-page .social-icons .icon.twitter {
    order: 2;
    margin-right: 16px;
  }
  .blog-post-page .social-icons .icon.linkedin {
    order: 1;
    margin-right: 16px;
  }
  .blog-post-page .tag,
  .blog-post-page li {
    font-size: 14px;
    padding: 6px 14px 4px;
  }
  .blog-post-page .author-photo {
    min-width: 65px;
    max-width: 65px;
    min-height: 65px;
    max-height: 65px;
  }
  .blog-post-page .author-photo::before {
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
  }
  .blog-post-page .author-photo .author_pic {
    max-width: 61px;
    max-height: 61px;
    bottom: 2px;
  }
  .blog-post-page .post-info-heading {
    font-size: 16px;
  }
  .blog-post-page .post-info-text p {
    font-size: 14px;
  }
  .blog-post-page .about-post {
    margin-top: 49px;
  }
  .blog-post-page .about-post-bottom {
    padding-top: 20px;
  }
  .blog-post-page .post-info {
    padding-top: 0px;
    margin-right: 20px;
  }
  .blog-post-page .post-info-text {
    max-width: 331px;
  }
}
@media all and (min-width: 769px) and (max-width: 1920px) {
  .blog-post-page .inner {
    padding: 4.6875vw 0 63px;
  }
  .blog-post-page .form-block h3 {
    font-size: 1.9791666667vw;
  }
  .blog-post-page .blog-post-head .title {
    font-size: 2.7083333333vw;
  }
  .blog-post-page .post-content {
    padding-top: 4.4791666667vw;
  }
  .blog-post-page .post-content h3 {
    font-size: 1.7708333333vw;
  }
  .blog-post-page .form-block {
    padding: 9.7916666667vw 1.8229166667vw 1.8229166667vw 0.78125vw;
  }
  .blog-post-page .form-block .figure4 {
    top: -5.5729166667vw;
    max-width: 31.25vw;
    max-height: 17.34375vw;
  }
  .blog-post-page .st-form .more-button {
    padding: 1.5104166667vw 0;
  }
  .blog-post-page .st-form .more-button span {
    font-size: 1.25vw;
  }
  .blog-post-page .st-form .field .fl-label {
    font-size: 1.25vw;
    height: 1.9791666667vw;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .blog-post-page {
    padding-left: 3%;
    padding-right: 3%;
  }
  .blog-post-page .post-head {
    font-size: 16px;
  }
  .blog-post-page .post-head .cats-name-block .cats-name:not(:last-of-type) {
    margin-left: 10px;
  }
  .blog-post-page .post-head .cats-name-block .cats-name::before {
    margin: 0 0 3px 10px;
  }
  .blog-post-page li {
    font-size: 1.953125vw;
    padding: 0.87890625vw 2.44140625vw;
  }
  .blog-post-page .related-posts h2 {
    font-size: 18px;
  }
  .blog-post-page .post-content p {
    font-size: 16px;
  }
  .blog-post-page .post-content p strong {
    font-size: 16px;
  }
  .blog-post-page .related-posts .post-title-h {
    font-size: 18px;
  }
  .blog-post-page .related-posts .post-excerpt {
    font-size: 16px;
  }
  .blog-post-page .tag {
    font-size: 16px;
  }
  .blog-post-page .post-info-heading {
    font-size: 16px;
  }
  .blog-post-page .post-info-text {
    font-size: 16px;
  }
  .blog-post-page .posts-block .blog-post .post-title-h {
    font-size: 18px;
  }
  .blog-post-page .posts-block .blog-post .post-excerpt {
    font-size: 16px;
  }
}
@media all and (max-width: 425px) {
  .blog-post-page .blog-post-head .title {
    font-size: 7.5294117647vw;
  }
}/*# sourceMappingURL=blog-post.css.map */