@import url("css/fonts/hn/stylesheet.css");
/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
:root {
  --fontFamily: -apple-system,"HelveticaNeueCyr",Roboto,BlinkMacSystemFont,"Segoe UI",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

body {
  font-weight: normal;
  font-size: 16px;
  font-family: "HelveticaNeueCyr";
  line-height: 1.3;
}

.container {
  max-width: 1080px;
}

.pad-bot-md {
  padding-bottom: 4rem;
}

.pad-xy-md {
  padding: 4rem;
}

.text-center {
  text-align: center;
}

.btn {
  padding: 10px 15px;
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
  border: 0px;
  cursor: pointer;
  box-shadow: none;
  transition: transform 0.2s;
}
.btn--md {
  font-size: 18px;
}
.btn--lg {
  font-size: 24px;
}
.btn--p-side-lg {
  padding-left: 40px;
  padding-right: 40px;
}
.btn--p-side-xlg {
  padding-left: 60px;
  padding-right: 60px;
}
.btn--large-radius {
  border-radius: 60px;
}
.btn--upper {
  text-transform: uppercase;
}
.btn--sqr {
  border-radius: 0px;
}
.btn--bold {
  font-weight: bold;
}
.btn--block {
  display: block;
  width: 100%;
}
.btn--l-marg {
  padding-left: 25px;
}
.btn--r-marg {
  padding-left: 25px;
}
.btn--side-pad {
  padding-left: 30px;
  padding-right: 30px;
}
.btn--text-center {
  text-align: center;
}
.btn--master, .btn--master .fl-button {
  font-size: 1.25rem !important;
  border: 0px !important;
  padding-right: 20px;
  text-transform: uppercase;
  background: transparent !important;
}
.btn--master span, .btn--master .fl-button span {
  background: transparent !important;
  padding-right: 10px;
}
.btn--master .fl-button {
  position: relative;
}
.btn--master .fl-button:after {
  content: " ";
  display: inline;
  background: url("img/arrow.svg") no-repeat;
  background-position: center center;
  width: 40px;
  height: 22px;
  background-size: 40px 30px;
  transform: translate(10px, -4px);
  position: absolute;
}
.btn--master .fl-button:hover:after {
  transition: all 0.2s ease;
  transform: translate(20px, -4px);
}
.btn--master.light .fl-button:after {
  background-image: url("img/arrow-white.png");
}
.btn--master_box .fl-button {
  background: #fff;
  color: #1D1D4F;
  border-radius: 5px;
  font-weight: 500;
  padding: 12px !important;
}
.btn--header-contact a {
  background: #fff;
  color: #242527;
  border: 0;
  height: auto !important;
  padding: 0.75rem 2rem !important;
  font-weight: 500;
}
.btn--home-video-play .fl-button {
  background: transparent;
  width: 150px !important;
  height: 150px !important;
  border: 0px !important;
  color: rgba(0, 0, 0, 0);
  background: url("img/play.png") no-repeat transparent !important;
  background-position: center center;
  margin: auto;
}
.btn--tranparent-dark a {
  background: transparent;
  color: #fff;
  font-weight: 500;
  border: 0px;
}

.divider {
  height: 0px;
}
.divider .fl-node-content {
  padding: 0 !important;
  margin-top: 0px;
  margin-bottom: 0px;
}
.divider--white .fl-separator {
  border: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
}
.divider--white .fl-separator:after {
  display: block;
  content: " ";
  width: 100px;
  height: 1px;
  background: #fff;
  right: 0;
  bottom: -1px;
  position: absolute;
}
.divider--black .fl-separator {
  border: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  position: relative;
}
.divider--black .fl-separator:after {
  display: block;
  content: " ";
  width: 100px;
  height: 1px;
  background: #000;
  right: 0;
  bottom: -1px;
  position: absolute;
}
.divider--half-offset .fl-separator {
  transform: translate(-50%, 0);
}

.custom-col--6 {
  width: 50%;
}
.custom-col--offset-left {
  margin-left: auto;
}

.font--heebo {
  font-family: "Heebo", sans-serif;
}

.color--white {
  color: #fff !important;
}

.text--center {
  text-align: center;
}
.text--left {
  text-align: left;
}
.text--right {
  text-align: right;
}
.text--justify {
  text-align: justify;
}

.img-fluid {
  display: inline-block;
  max-width: 100%;
}

.section {
  padding: 30px 0px;
}
.section--page-first {
  margin-top: 88px;
}
.section--bg-grey {
  background: #f8f8f8;
}
.section--pad-sm {
  padding: 60px 0;
}
.section--pad-md {
  padding: 80px 0;
}
.section--pad-lg {
  padding: 100px 0;
}
.section--pad-xlg {
  padding: 120px 0;
}
.section--no-pad-top {
  padding-top: 0px !important;
}
.section--no-pad-btm {
  padding-bottom: 0px !important;
}
.section--full {
  height: calc(100vh - 94px);
}
.section--category {
  padding: 110px 0;
  background: #F9C6B1;
}
.section--category-yellow {
  background: #ffde9e;
}
.section--category-items {
  background: #f9f8f6;
  padding: 60px 0px;
}
.section--dark-grey {
  padding: 80px 0px;
}
.section__inner {
  position: relative;
  z-index: 1;
}
.section--arc-bottom {
  padding: 0px;
}
.section--arc-bottom .fl-row-content-wrap {
  position: relative;
  overflow: hidden;
}
.section--arc-bottom .fl-row-content-wrap:before {
  content: " ";
  display: block;
  position: absolute;
  top: 160px;
  width: 100%;
  left: 0;
  height: 100vw;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px -10px 60px rgba(0, 0, 0, 0.05);
}
.section--arc-bottom .fl-row-content {
  position: relative;
}
.section--arc-top {
  padding: 0px;
}
.section--arc-top .fl-row-content-wrap {
  position: relative;
  overflow: hidden;
}
.section--arc-top .fl-row-content-wrap:before {
  content: " ";
  display: block;
  position: absolute;
  top: auto;
  bottom: 40px;
  width: 100%;
  left: 0;
  height: 100vw;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px -10px 60px rgba(0, 0, 0, 0.05);
}
.section--arc-top .fl-row-content {
  position: relative;
}
.info-section--flex .fl-col-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.info-section--flex-top {
  align-items: start;
}
.info-section--columned .info-section__col {
  width: 48%;
}
.info-section--columned .info-section__col--full {
  width: 100%;
}
.info-section--no-pad-top {
  padding-top: 0px !important;
}
.info-section--no-pad-btm {
  padding-bottom: 0px !important;
}
.info-section__heading, .info-section__heading .fl-heading {
  font-size: 4.375rem;
  line-height: 1.1;
  position: relative;
}
.info-section__heading .yellow, .info-section__heading .fl-heading .yellow {
  text-color: #F2AE28;
}
.info-section__heading .thin, .info-section__heading .fl-heading .thin {
  font-weight: 100;
}
.info-section__md-heading, .info-section__md-heading .fl-heading {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1;
}
.info-section__md-heading .thin, .info-section__md-heading .fl-heading .thin {
  font-weight: 100;
}
.info-section__sm-heading, .info-section__sm-heading .fl-heading {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.1;
}
.info-section__sm-heading .thin, .info-section__sm-heading .fl-heading .thin {
  font-weight: 100;
}
.info-section__btn-wrap {
  padding: 20px 0;
}
.info-section__img {
  max-width: 100%;
  display: block;
  margin: auto;
}

.blog-page {
  text-align: center;
}
.blog-page_list {
  list-style: none;
  padding: 0;
}
.blog-page_list li {
  display: inline-block;
  margin-right: 2rem;
  margin-bottom: 10px;
  padding: 0 10px;
  text-align: center;
}
.blog-page_list li a {
  color: var(--linkInitialColor);
}
.blog-page_list li a:hover {
  color: var(--linkHoverColor);
}
.blog-page_list li.active {
  position: relative;
}
.blog-page_list li.active a {
  color: var(--linkHoverColor);
}
.blog-page_list li.active:after {
  content: "";
  display: block;
  left: 0;
  bottom: -12px;
  position: absolute;
  border-bottom: 3px solid var(--linkHoverColor);
  width: 100%;
}
.blog-page_list li.search {
  position: relative;
  padding: 0;
  margin: 0;
  border: 1px solid var(--linkInitialColor);
  padding: 0 10px;
}
.blog-page_list li.search input {
  border: none;
}
.blog-page_list li.search i {
  position: absolute;
  font-size: 14px;
  right: 0;
  top: 12px;
  z-index: -9;
  color: var(--linkInitialColor);
}
.blog-page_list li.search i span {
  padding-left: 10px;
  font-weight: 400;
}

.post-block .post {
  visibility: visible;
  border: none;
  position: relative;
  overflow: initial;
}
.post-block .post .fl-post-feed-image {
  position: relative !important;
  padding-top: 12px;
}
.post-block .post .fl-post-feed-meta-terms {
  position: absolute;
  left: 0;
  top: -8px;
  background: #24CC8B;
  width: 35%;
  padding: 5px 20px;
}
.post-block .post .fl-post-feed-meta-terms span {
  display: none;
}
.post-block .post .fl-post-feed-meta-terms a {
  color: #1D1D4F !important;
}
.post-block .post .fl-post-grid-meta-terms {
  position: absolute;
  left: 0;
  top: -20px;
  background: #24CC8B;
  width: 85%;
  padding: 10px 20px;
}
.post-block .post .fl-post-grid-meta-terms span {
  display: none;
}
.post-block .post .fl-post-grid-meta-terms a {
  color: #1D1D4F !important;
  font-weight: 600;
}
.post-block .post .fl-post-grid-text {
  padding-top: 40px;
}
.post-block .post .fl-post-feed-more, .post-block .post .fl-post-grid-more {
  position: relative;
  text-transform: uppercase;
}
.post-block .post .fl-post-feed-more:after, .post-block .post .fl-post-grid-more:after {
  content: " ";
  display: inline;
  background: url("img/arrow.svg") no-repeat;
  background-position: center center;
  width: 55px;
  height: 22px;
  background-size: 45px 30px;
  transform: translate(10px, 1px);
  position: absolute;
}
.post-block .post .fl-post-feed-more:hover:after, .post-block .post .fl-post-grid-more:hover:after {
  transition: all 0.2s ease;
  transform: translate(20px, 1px);
}

.entries .type-post {
  position: relative !important;
}
.entries .type-post .entry-meta .meta-categories {
  position: absolute;
  left: 0;
  top: -22px;
  background: #24CC8B;
  width: 75%;
  padding: 12px 20px;
}
.entries .type-post .entry-meta .meta-categories span {
  display: none;
}
.entries .type-post .entry-meta .meta-categories a {
  color: #1D1D4F !important;
}
.entries .type-post .entry-button {
  font-size: 1rem;
}
.entries .type-post .entry-button:after {
  content: " ";
  display: inline;
  background: url("img/arrow.svg") no-repeat;
  background-position: center center;
  width: 55px;
  height: 22px;
  background-size: 45px 30px;
  transform: translate(10px, 0px);
}
.entries .type-post .entry-button:hover:after {
  transition: all 0.2s ease;
  transform: translate(20px, 0px);
}

.related-post {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  color: #1D1D4F;
}
.related-post__item {
  position: relative;
}
.related-post__item .heading {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
}
.related-post__item .heading a {
  color: #1D1D4F;
}
.related-post__item .heading a:hover {
  color: #24CC8B;
}
.related-post__item .post-meta__category {
  background: #24CC8B;
  position: absolute;
  padding: 5px 20px;
  top: -20px;
  left: 0;
  width: 75%;
}
.related-post__item .post-meta__category a {
  color: #1D1D4F;
}
.related-post__item .post-meta__category a:hover {
  color: #1D1D4F;
}
.related-post__item .post-meta__date {
  padding: 1rem 0;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--paletteColor4);
  text-transform: uppercase;
}
.related-post__item .post-meta__date a {
  color: var(--paletteColor4);
}

.testimonial__content {
  color: #1D1D4F !important;
  font-size: 18px;
  text-align: left;
}
.testimonial__title {
  color: #1D1D4F !important;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
}
.testimonial .bx-controls {
  padding-top: 40px;
}
.testimonial .bx-controls .bx-pager-link {
  background: transparent !important;
  border: 1px solid #848495;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.testimonial .bx-controls .active {
  background: #24CC8B !important;
  border: 1px solid #24CC8B;
}

.contact-form-wrap {
  position: relative;
}
.contact-form-wrap .form-control {
  border: 0px;
  color: #292929;
  text-transform: inherit;
  border-bottom: 1px solid #646464;
  font-size: 1rem;
  padding: 0;
  border-radius: 0px;
  background: transparent;
  margin-bottom: 1rem;
}
.contact-form-wrap .form-control::placeholder {
  color: #848495;
  opacity: 1;
}
.contact-form-wrap .form-control :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #848495;
  opacity: 1;
}
.contact-form-wrap .form-control ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #848495;
  opacity: 1;
}
.contact-form-wrap .form-control:focus {
  box-shadow: none;
}
.contact-form-wrap .btn--master {
  color: inherit;
  padding: 0;
}
.contact-form-wrap .btn--master:hover {
  color: inherit;
}
.contact-form-wrap .btn--master.light {
  color: #fff;
}
.contact-form-wrap .btn--master .fl-button:after {
  transform: translate(10px, 8px) !important;
}
.contact-form-wrap .btn--master .fl-button:hover:after {
  transition: all 0.2s ease;
  transform: translate(20px, 8px) !important;
}
.contact-form-wrap div.mce_inline_error {
  color: #8e8e8e !important;
  background-color: #e0e0e0 !important;
  border-color: #f5c6cb !important;
  border-radius: 4px;
  font-weight: 400;
  font-size: 1rem !important;
  font-weight: 500 !important;
}

.table-content {
  left: 0;
}
.table-content.fixed {
  position: fixed;
  top: 30vh;
}
.table-content .lwptoc_i {
  padding: 0;
}
.table-content .lwptoc_i .lwptoc_header {
  background: #24CC8B;
  padding: 10px 30px 10px 50px;
  color: #1D1D4F;
}
.table-content .lwptoc_i .lwptoc_header .lwptoc_toggle a {
  color: #1D1D4F;
}
.table-content .lwptoc_i .lwptoc_header .lwptoc_toggle:after, .table-content .lwptoc_i .lwptoc_header .lwptoc_toggle:before {
  content: "";
}
.table-content .lwptoc_i .lwptoc_item {
  position: relative;
  padding: 5px 10px 5px 50px;
}
.table-content .lwptoc_i .lwptoc_item a {
  color: #1D1D4F !important;
}
.table-content .lwptoc_i .lwptoc_item a:after {
  content: "";
  background: #24CC8B;
  height: 2px;
  width: 45px;
  left: 0;
  top: 15px;
  position: absolute;
}

.meta-author .ct-image-container-static {
  border-radius: 0 !important;
}

.author-box {
  border-top: 2px solid #848494;
  padding-top: 50px !important;
}
.author-box .author-box-name {
  font-size: 26px;
  text-transform: capitalize;
}
.author-box .ct-image-container {
  flex: 0 0 75px !important;
  width: 75px !important;
  height: 75px !important;
  border-radius: 0 !important;
}

.wpsr-sb-vl-static {
  top: 1100px;
}

/* responsive */
@media (max-width: 991.98px) {
  .post-block .post .fl-post-feed-meta-terms {
    bottom: auto;
    top: 132px;
  }
  .post-block .post .fl-post-grid-meta-terms {
    left: 0;
    top: 150px;
    width: 85%;
  }

  .table-content.fixed {
    position: initial;
  }

  .blog-page_list li {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .post-block .post .fl-post-feed-meta-terms {
    bottom: auto;
    top: 130px;
    width: 85%;
  }
  .post-block .post .fl-post-grid-meta-terms {
    left: 0;
    top: 143px;
    width: 85%;
  }

  .table-content {
    position: initial;
  }

  .blog-page_list li {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}

/*# sourceMappingURL=style.css.map */
