.wp-pagenavi {
  margin: 2em auto;
  text-align: center;
}

.wp-pagenavi > * {
  display: inline-block;
  padding: 0em 0.5em;
  margin: 0.1em;
  border: 1px solid #93a8bc;
  border-radius: 3px;
  color: #465366;
}

.wp-pagenavi a,
.wp-pagenavi a:hover {
  text-decoration: none;
}

.wp-pagenavi a {
  background-color: #FFFFFF;
}

.wp-pagenavi a:hover {
  border-color: #7d95ac;
}

.wp-pagenavi .current {
  border-color: #465366;
  color: #465366;
}

.wp-pagenavi .extend {
  color: #465366;
}

.wp-pagenavi .prev {
  border-color: rgba(0, 0, 0, 0);
}

.wp-pagenavi .next {
  border-color: rgba(0, 0, 0, 0);
}

* {
  font-family: "Poppins", "Montserrat", sans-serif;
  line-height: 1;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #F2F7FA;
  line-height: 1;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.col_7 {
  width: 55%;
}
@media only screen and (max-width: 768px) {
  .col_7 {
    width: 100%;
  }
}

.col_5 {
  width: 45%;
}
@media only screen and (max-width: 768px) {
  .col_5 {
    width: 100%;
  }
}

.col_8 {
  width: 66.666666%;
}
@media only screen and (max-width: 768px) {
  .col_8 {
    width: 100%;
  }
}

.col_4 {
  width: 33.333333%;
}
@media only screen and (max-width: 768px) {
  .col_4 {
    width: 100%;
  }
}

a.text-link {
  font-family: "Poppins", "Montserrat", sans-serif;
}

.wrapper {
  max-width: 1180px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 1179px) {
  .wrapper {
    padding: 0 !important;
  }
}

body.scroll #header_new {
  background-color: #fff;
}

@media only screen and (min-width: 1180px) {
  html[lang=ru-RU] #header_new a.text-link {
    font-size: 14px;
  }
}
#header_new {
  background: none;
  position: sticky;
}
@media only screen and (max-width: 1024px) {
  #header_new {
    width: 100%;
    padding: 0;
  }
}
#header_new.header_white {
  background: #fff;
}
#header_new a.text-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #161626;
  padding: 8px;
}
@media only screen and (max-width: 1180px) {
  #header_new a.text-link {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1120px) {
  #header_new a.text-link {
    font-size: 12px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  #header_new a.text-link {
    font-size: 18px;
    line-height: 27px;
  }
}
#header_new a.btn_green {
  font-weight: 500 !important;
  text-align: center;
  color: #FFFFFF;
  background: #30D8A3 !important;
  border-radius: 4px;
}
#header_new a.btn_green:hover {
  opacity: 0.8;
}
#header_new a.current_lang {
  border: 1px solid rgba(22, 22, 38, 0.2);
  border-radius: 4px;
  font-weight: 500 !important;
  text-align: center;
  color: #161626;
  position: relative;
  padding-right: 30px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  #header_new a.current_lang {
    display: inline-flex;
    align-items: center;
  }
}
#header_new a.current_lang:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  background: url(../images/lang_arrow.svg) 50% no-repeat;
}
#header_new .nav {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
#header_new .nav > li:not(:last-child) {
  margin-right: 13px;
}
@media only screen and (max-width: 1024px) {
  #header_new .nav > li:not(:last-child) {
    margin-bottom: 30px;
  }
  #header_new .nav > li {
    margin-top: 0;
  }
}
#header_new .navbar {
  background: transparent;
}
@media only screen and (max-width: 1024px) {
  #header_new .navbar {
    position: relative;
    z-index: 99;
  }
}
#header_new .navbar-toggle {
  position: absolute;
  right: 5px;
}
@media only screen and (max-width: 1024px) {
  #header_new .navbar-toggle {
    margin-right: 0;
  }
}
#header_new .navbar-toggle .icon-bar {
  background-color: #161626;
  width: 24px;
}
#header_new .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 8px;
}
#header_new img.logo {
  margin: 0 1rem 0 0;
  max-width: none;
}
@media only screen and (max-width: 1024px) {
  #header_new .navbar {
    border: none;
  }
  #header_new img.logo {
    margin: 8px 0 0;
  }
  #header_new .navbar-collapse {
    position: fixed;
    top: 82px;
    left: 0;
    background-color: white;
    font-size: 16px;
    font-weight: 500;
    color: hsla(0deg, 0%, 100%, 0.87);
    width: 100%;
    max-height: calc(100vh - 82px);
    overflow-y: scroll !important;
    padding: 20px 20px 33px;
    text-align: left;
    margin: 0;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 768px) {
  #header_new .navbar-collapse {
    padding: 10px 16px 10px;
  }
}
@media only screen and (max-width: 1024px) {
  #header_new .navbar-collapse .text-link {
    padding: 0 0 5px;
    margin: 0;
  }
}
@media only screen and (max-width: 1024px) {
  #header_new .navbar-collapse.in + .navbar-header {
    background: #fff !important;
  }
}
@media only screen and (max-width: 1024px) {
  #header_new .container-fluid {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  #header_new .navbar-brand {
    margin: 3px 0 0;
  }
}
@media only screen and (max-width: 1024px) {
  #header_new .navbar-nav {
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    padding: 10px 0;
    margin: 0;
  }
  #header_new .navbar-nav:before, #header_new .navbar-nav:after {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  #header_new #get_started {
    display: inline-block;
    width: auto;
  }
  #header_new #get_started a {
    margin-left: 0;
    font-weight: 500;
    font-size: 16px;
    /* identical to box height */
    text-align: center;
    color: #FFFFFF;
  }
}
#header_new .caret {
  width: 12px;
  height: 12px;
  background: url(../images/menu_toggle.svg) no-repeat;
  background-size: 100% 100%;
  border: none;
  margin: 0;
}

.promo_block {
  align-items: center;
  position: relative;
  margin: 0 0 30px;
}
@media only screen and (max-width: 1180px) {
  .promo_block {
    width: 100%;
    padding: 0 50px;
  }
}
@media only screen and (max-width: 768px) {
  .promo_block_content {
    text-align: center;
  }
}
.promo_block_content .title {
  font-weight: 500;
  font-size: 64px;
  line-height: 74px;
  font-family: "Poppins", "Montserrat", sans-serif;
  color: #161626;
}
.promo_block_content .title strong {
  color: #30d8a3;
}
@media only screen and (max-width: 768px) {
  .promo_block_content .title {
    font-size: 30px;
    line-height: 38px;
  }
}
.promo_block_content .description {
  font-size: 16px;
  line-height: 35px;
  font-family: "Poppins", "Montserrat", sans-serif;
  color: #161626;
}
@media only screen and (max-width: 768px) {
  .promo_block_content .description {
    line-height: 30px;
    font-size: 14px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .promo_block {
    width: 100%;
  }
}
.promo_block_image {
  text-align: right;
}

.blur_block {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  max-width: 100%;
}
.blur_block .circle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  border-radius: 51%;
}
.blur_block.first {
  width: 847px;
  height: 894px;
  top: -350px;
  left: -351px;
  transform: matrix(0, -1, -1, 0, 0, 0);
  background: linear-gradient(180deg, #CE9CFF 0%, #45E0FC 100%);
  opacity: 0.3;
  filter: blur(150px);
}
@media only screen and (max-width: 768px) {
  .blur_block.first {
    display: none;
  }
}
.blur_block.first .first_circle {
  width: 550px;
  height: 550px;
  left: auto;
  right: 0;
  background: #d3e8fb;
  background: linear-gradient(to right, #d3e8fb 0%, #e8defb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d3e8fb", endColorstr="#e8defb", GradientType=1);
}
.blur_block.first .second_circle {
  width: 210px;
  height: 210px;
  left: 236px;
  top: 400px;
  background: #cde9f7;
  background: linear-gradient(to right, #cde9f7 0%, #d6e4f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cde9f7", endColorstr="#d6e4f8", GradientType=1);
}
.blur_block.first .third_circle {
  width: 400px;
  height: 400px;
  top: auto;
  bottom: 0;
  background: #c1eff7;
  background: linear-gradient(to right, #c1eff7 0%, #d2e6f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c1eff7", endColorstr="#d2e6f7", GradientType=1);
}
.blur_block.second {
  width: 1009px;
  height: 1065px;
  background: linear-gradient(180deg, #FF6262 0%, #FBB251 100%);
  opacity: 0.2;
  filter: blur(150px);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  top: 0;
  left: 417px;
}
@media only screen and (max-width: 1180px) {
  .blur_block.second {
    width: 100%;
    height: 1065px;
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .blur_block.second {
    width: 452px;
    height: 477px;
    left: 0;
  }
}
.blur_block.third {
  width: 847px;
  height: 894px;
  left: -346px;
  bottom: -184px;
  top: auto;
  background: linear-gradient(180deg, #00D4F9 0%, #1FEAAA 100%);
  opacity: 0.3;
  filter: blur(150px);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
@media only screen and (max-width: 768px) {
  .blur_block.third {
    width: 472px;
    height: 498px;
    left: 0;
  }
}

.blog_col_left {
  width: 68%;
}
@media only screen and (max-width: 1180px) {
  .blog_col_left {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .blog_col_left {
    width: 100%;
  }
}

.blog_col_right {
  width: 32%;
}
@media only screen and (max-width: 1180px) {
  .blog_col_right {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .blog_col_right {
    width: 100%;
  }
}

.blog_cols {
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  .blog_cols {
    padding: 0 16px;
  }
}

.blog_col_title {
  font-weight: 500;
  font-size: 32px;
  line-height: 46px;
  color: #161626;
  margin: 0 0 20px;
}

.blog_posts {
  padding: 0 55px 0 0;
}
@media only screen and (max-width: 1180px) {
  .blog_posts {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 768px) {
  .blog_posts {
    padding: 0;
  }
}

.blog_categories {
  margin: 0 0 30px;
}

.blog_category_link {
  border: 1px solid rgba(149, 149, 170, 0.4);
  border-radius: 6px;
  padding: 4px 15px;
  font-weight: 500;
  font-size: 12px;
  line-height: 35px;
  color: #161626;
  margin: 0 10px 10px 0;
  display: inline-block;
}
.blog_category_link:hover, .blog_category_link.active {
  background: #FFFFFF;
  box-shadow: 0px 15px 30px rgba(22, 22, 38, 0.1);
  border-color: transparent;
}
@media only screen and (max-width: 768px) {
  .blog_category_link {
    padding: 0px 10px;
  }
}

.posts_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.post {
  background: #FFFFFF;
  box-shadow: 0px 25px 50px rgba(22, 22, 38, 0.03);
  border-radius: 10px;
  margin: 0 0 20px;
  width: 100%;
  display: block;
  overflow: hidden;
}
.post:hover {
  text-decoration: none;
}
.post:hover .post_title span {
  text-decoration: underline;
}
.post .post__image-wrapper {
  overflow: hidden;
}
.post_thumb {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
  /*&:hover{
      img{
          transform: scale(1.1);
      }
  }*/
}
.post_thumb img {
  border-radius: 10px 10px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.post.half_width {
  width: 48.5%;
}
@media only screen and (max-width: 768px) {
  .post.half_width {
    width: 100%;
  }
}
.post_info {
  padding: 30px 20px;
}
@media only screen and (max-width: 768px) {
  .post_info {
    padding: 16px 16px;
  }
}
.post_tags {
  margin: 0 0 13px;
}
.post_tags .blog_category_link {
  padding: 8px 10px;
  font-size: 10px;
  line-height: 15px;
}
@media only screen and (max-width: 768px) {
  .post_tags .blog_category_link {
    margin: 0 1px 5px 0;
  }
}
.post_title {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 10px;
  color: #161626;
}
@media only screen and (max-width: 1024px) {
  .post_title span {
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.post_title a {
  color: #161626;
}
.post_title a:hover {
  opacity: 0.8;
}
.post_meta {
  display: flex;
  font-size: 12px;
  line-height: 18px;
  color: #58586D;
}
.post_meta .dott {
  position: relative;
}
.post_meta .dott:after {
  position: absolute;
  top: 8px;
  right: 10px;
  z-index: 10;
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  border-radius: 2px;
  background: #CACACA;
}
.post_meta_author {
  padding: 0 23px 0 0;
}
.post_meta_date {
  padding: 0 23px 0 0;
}
.post.popular_post {
  height: 100px;
  overflow: hidden;
  margin: 0 0 20px;
  display: flex;
}
.post.popular_post .popular_post_thumb {
  width: 25%;
  height: 100%;
  overflow: hidden;
}
.post.popular_post .popular_post_thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.post.popular_post .popular_post_info {
  width: 75%;
  padding: 24px 15px;
}
.post.popular_post .popular_post_info_title {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #161626;
  margin: 0 0 10px;
}
.post:hover .post_thumb {
  transform: scale(1.1);
}

.ready_new {
  margin: 0 0 93px;
  background: #222242 url(../images/Fill-15.svg) no-repeat right bottom;
  border-radius: 10px;
  padding: 40px;
}
@media only screen and (max-width: 1180px) {
  .ready_new {
    margin: 0 0 30px;
    padding: 20px;
  }
}
.ready_new_title {
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  color: #F4F7FA;
  margin: 0 0 10px;
}
.ready_new_description {
  font-size: 16px;
  line-height: 35px;
  color: #B7BBDD;
  opacity: 0.7;
  margin: 0 0 30px;
}
.ready_new_description span {
  color: #40FBC0;
}
.ready_new a.btn_green {
  padding: 15px 15px;
  display: inline-block;
  font-weight: 500 !important;
  text-align: center;
  color: #FFFFFF !important;
  background: #30D8A3;
  border-radius: 4px;
}
.ready_new a.btn_green:hover {
  opacity: 0.8;
}

.footer_new {
  background: linear-gradient(180deg, rgba(223, 227, 237, 0) 21.02%, #DFE3ED 100%);
  padding: 0;
}
@media only screen and (max-width: 1180px) {
  .footer_new {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 768px) {
  .footer_new {
    padding: 0 16px;
  }
}

.footer_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer_block .footer_col {
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .footer_block .footer_col {
    width: 100%;
  }
}
.footer_block .footer_col_title {
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  color: #161626;
  margin: 0 0 10px;
}
.footer_block .footer_col ul {
  list-style: none;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .footer_block .footer_col ul {
    -moz-column-count: 2;
         column-count: 2;
    margin: 0 0 20px;
  }
}
.footer_block .footer_col ul li {
  margin: 0 0 10px;
}
.footer_block .footer_col ul li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  color: #161626;
}

#posts_pagination .wp-pagenavi a {
  width: 45px;
  height: 45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 35px;
  color: #161626;
  border: 1px solid rgba(149, 149, 170, 0.4);
  border-radius: 6px;
  margin: 0 2px;
  background: transparent;
}
#posts_pagination .wp-pagenavi .extend {
  border: none;
  color: #A0A0BA;
}
#posts_pagination .wp-pagenavi .current, #posts_pagination .wp-pagenavi a:hover {
  background: #FFFFFF;
  box-shadow: 0px 15px 30px rgba(22, 22, 38, 0.1);
  border-radius: 6px;
  width: 45px;
  height: 45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 35px;
  color: #161626;
  border: none;
}

.single_post_wrapper {
  margin: 50px auto 0;
}
.single_post_back {
  margin: 0 0 30px;
}
@media only screen and (max-width: 1180px) {
  .single_post_back {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 768px) {
  .single_post_back {
    padding: 0 16px;
  }
}
.single_post_back a {
  display: block;
  padding: 0 0 0 30px;
  background: url(../images/single_post_back.svg) no-repeat left center;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #161626;
}
.single_post_back a:hover {
  text-decoration: underline;
}
.single_post_thumb {
  margin: 0 0 30px;
  border-radius: 10px;
}
.single_post_thumb img {
  border-radius: 10px;
}
.single_post_title {
  font-weight: 500;
  font-size: 40px;
  line-height: 60px;
  color: #161626;
  margin: 0 0 20px;
}
@media only screen and (max-width: 768px) {
  .single_post_title {
    font-size: 24px;
    line-height: 46px;
  }
}
.single_post_meta {
  margin: 0 0 67px;
}
@media only screen and (max-width: 768px) {
  .single_post_meta {
    margin: 0 0 30px;
  }
}
.single_post p {
  font-size: 16px;
  line-height: 35px;
  color: #58586D;
  margin: 0 0 20px;
}
.single_post p.has-small-font-size {
  line-height: 13px !important;
}
@media only screen and (max-width: 768px) {
  .single_post p {
    line-height: 24px;
  }
}
.single_post ul, .single_post ol {
  margin: 0 0 20px;
  padding-left: 15px;
}
.single_post ul:not(.has-small-font-size), .single_post ol:not(.has-small-font-size) {
  font-size: 16px;
  line-height: 35px;
}
.single_post ul.has-small-font-size, .single_post ol.has-small-font-size {
  font-size: 13px;
  line-height: 13px;
}
.single_post li {
  font-size: inherit;
  line-height: inherit;
  color: #58586D;
  margin: 0 0 10px;
}
@media only screen and (max-width: 768px) {
  .single_post li {
    line-height: 24px;
  }
}
.single_post .wp-block-quote {
  border: none;
  padding: 0;
  text-align: center;
}
.single_post .wp-block-quote strong {
  font-weight: 500;
  color: #161626;
}
.single_post .aligncenter {
  margin: 0;
}
.single_post .aligncenter img {
  border-radius: 10px;
}
.single_post h2, .single_post h3 {
  font-weight: 500;
  line-height: 30px;
  color: #161626;
  margin: 0 0 20px;
}
.single_post h2 {
  font-size: 20px;
}
.single_post h3 {
  font-size: 18px;
}
.single_post strong {
  font-weight: 500;
  color: #161626;
}
.single_post_socials {
  display: flex;
  align-items: center;
  margin: 0 0 35px;
}
.single_post_socials_title {
  margin: 0 20px 0 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #161626;
}
.single_post_socials_content .sfsi_wicons {
  width: 24px !important;
  height: 24px !important;
}
.single_post_socials_content .sficn {
  width: 24px !important;
  height: 24px !important;
  border-radius: 12px;
}
.single_post_socials_content .sficn img {
  margin: 0;
}
.single_post_socials_content #sfsiid_facebook_icon {
  background: url(../images/Facebook.svg) no-repeat;
}
.single_post_socials_content #sfsiid_linkedin_icon {
  background: url(../images/LinkedIN.svg) no-repeat;
}
.single_post_socials_content #sfsiid_twitter_icon {
  background: url(../images/Twitter.svg) no-repeat;
}
.single_post_socials .sfsi_widget {
  min-height: auto;
}
.single_post_socials #social_media_icons {
  display: none;
}
.single_post #article_author {
  display: flex;
  background: #FFFFFF;
  box-shadow: 0 25px 50px rgba(22, 22, 38, 0.03);
  border-radius: 10px;
  padding: 20px 20px;
  margin: 0 0 40px;
}
.single_post #article_author .article__author-avatar {
  margin-right: 20px;
  width: 70px;
  height: 70px;
  border-radius: 35px;
  background-size: contain;
}
.single_post #article_author .article__author-info {
  width: calc(100% - 91px);
}
.single_post #article_author .article__author-name {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #161626;
  margin: 0 0 9px;
}
.single_post #article_author .article__author-description {
  font-size: 12px;
  line-height: 22px;
  color: #58586D;
}

@media only screen and (max-width: 1180px) {
  #related_posts {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 1180px) {
  #related_posts {
    padding: 0 16px;
  }
}
#related_posts .stage__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 46px;
  text-align: center;
  color: #161626;
  margin: 0 0 30px;
}
#related_posts .recent-posts__list {
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  transition: transform 1s ease-in-out;
}
@media only screen and (max-width: 786px) {
  #related_posts .recent-posts__list {
    flex-wrap: wrap;
  }
}
#related_posts .posts__item {
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  margin-right: 30px;
  min-width: calc((100% - 60px) / 3);
  background: #FFFFFF;
  box-shadow: 0 25px 50px rgba(22, 22, 38, 0.03);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  position: relative;
}
@media only screen and (max-width: 786px) {
  #related_posts .posts__item {
    min-width: 0;
    margin: 0 0 20px;
  }
}
#related_posts .post_link {
  display: flex;
  flex-flow: column;
  height: 100%;
}
#related_posts .post__info {
  padding: 30px 20px 80px;
}
#related_posts .post__tags {
  margin: 0 0 13px;
}
#related_posts .blog_category_link {
  padding: 8px 10px;
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  color: #161626;
  margin: 0 5px 5px 0;
}
#related_posts .post__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #161626;
}
#related_posts .post_meta {
  position: absolute;
  left: 20px;
  bottom: 30px;
  z-index: 10;
  width: 100%;
}
#related_posts .recent-posts__list {
  margin: 0 0 30px;
}
#related_posts .post__link:hover {
  text-decoration: none;
}

@media only screen and (max-width: 1180px) {
  .popular_articles_wrapper {
    display: none;
  }
}

.sfsiplus_footerLnk {
  display: none;
}

#myNavbar {
  width: 100%;
  padding: 0;
}
#myNavbar .dropdown_item_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 14px 14px 0;
  margin: 0;
}
#myNavbar .dropdown_item_wrap .dropdown-item {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #161626;
}
#myNavbar .dropdown_item_wrap.current, #myNavbar .dropdown_item_wrap:hover {
  background: #EFF5F6;
  border-radius: 5px;
}
@media only screen and (max-width: 1024px) {
  #myNavbar .dropdown_item_wrap.current, #myNavbar .dropdown_item_wrap:hover {
    background: transparent !important;
  }
  #myNavbar .dropdown_item_wrap.current .text-link, #myNavbar .dropdown_item_wrap:hover .text-link {
    font-weight: 510 !important;
  }
}
#myNavbar .dropdown_item_wrap_left {
  width: 80px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #myNavbar .dropdown_item_wrap_left {
    display: none;
  }
}
#myNavbar .dropdown_item_wrap_right {
  width: calc(100% - 80px);
}
@media only screen and (max-width: 768px) {
  #myNavbar .dropdown_item_wrap_right {
    width: 100%;
  }
}
#myNavbar .languages_menu {
  padding: 5px 4px !important;
}
#myNavbar .languages_menu .dropdown-item .dropdown_item_wrap {
  padding: 14px 14px;
}
#myNavbar .dropdown-menu {
  padding: 0;
  width: -moz-max-content;
  width: max-content;
  border: none;
  background: #FFFFFF;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  top: 58px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1024px) {
  #myNavbar .dropdown-menu {
    position: relative;
    top: 0;
    box-shadow: none;
    border-radius: 0;
    padding-left: 32px;
    border-left: 1px solid #bbbbce;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 768px) {
  #myNavbar .dropdown-menu {
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    padding: 0 0 0 32px;
    border-left: 1px solid #BBBBCE;
  }
}
#myNavbar .dropdown-menu:after {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
}
#myNavbar .dropdown-item {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #161626;
  margin: 0 0 3px;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  #myNavbar .dropdown-item {
    text-align: left !important;
    padding: 0 !important;
  }
}
@media only screen and (max-width: 1024px) {
  #myNavbar .dropdown_item_wrap_left {
    display: none;
  }
}
#myNavbar .dropdown_description {
  font-size: 12px;
  line-height: 18px;
  color: #58586D;
}
@media only screen and (max-width: 1024px) {
  #myNavbar .dropdown_description {
    display: none;
  }
}

@media only screen and (max-width: 1180px) and (max-width: 768px) {
  .single_post_wrapper .blur_block.third {
    display: none;
  }
}
@media only screen and (max-width: 1180px) {
  .single_post_wrapper .popular_articles_wrapper {
    display: block;
    padding: 0 50px;
  }
  .single_post_wrapper .popular_articles_wrapper .popular_post {
    display: none !important;
  }
  .single_post_wrapper .popular_articles_wrapper .popular_post:nth-child(1), .single_post_wrapper .popular_articles_wrapper .popular_post:nth-child(2), .single_post_wrapper .popular_articles_wrapper .popular_post:nth-child(3) {
    display: flex;
  }
}
.footer_icon {
  padding: 0 0 0 34px;
  background: no-repeat 0 center;
}
.footer_icon.facebook_icon {
  background-image: url(../images/Facebook.svg);
}
.footer_icon.linkedin_icon {
  background-image: url(../images/LinkedIN.svg);
}
.footer_icon.twitter_icon {
  background-image: url(../images/Twitter.svg);
}

.single_blog_cols {
  position: relative;
}
.single_blog_cols .blur_block.third {
  top: 0;
  right: 0;
  left: auto;
}
.single_blog_cols .blur_block.second {
  top: 45%;
  left: -50%;
}

.popular_posts {
  margin: 0 0 40px;
}

.subscribe_form {
  filter: drop-shadow(0px 30px 80px rgba(34, 34, 66, 0.2));
  border-radius: 10px;
  padding: 40px 20px;
  background: #222242 url(../images/Fill-15.svg) no-repeat 120% 100%;
  margin: 0 0 40px;
}
.subscribe_form_title {
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  color: #F4F7FA;
  margin: 0 0 10px;
}
.subscribe_form_description {
  font-size: 16px;
  line-height: 35px;
  color: #B7BBDD;
  opacity: 0.7;
  margin: 0 0 20px;
}
.subscribe_form .cmApp_processingMsg {
  padding: 0 !important;
  margin-top: 20px;
}
.subscribe_form .cmApp_processingMsg p {
  font-family: "Poppins", "Montserrat", sans-serif !important;
  text-align: left;
  font-size: 16px;
  line-height: 35px !important;
  color: #B7BBDD !important;
  opacity: 0.7;
}
.subscribe_form #cmApp_signupEmail {
  margin-bottom: 0 !important;
}
.subscribe_form .g-recaptcha {
  transform: scale(1.12);
  transform-origin: 0 0;
  margin-top: 0;
  max-width: 100%;
}
.subscribe_form .g-recaptcha > div, .subscribe_form .g-recaptcha > div iframe {
  max-width: 100%;
}
@media only screen and (max-width: 1180px) {
  .subscribe_form .g-recaptcha {
    transform: scale(1);
  }
}
.subscribe_form .cmApp_signupContainer #cmApp_signupForm > div {
  padding: 0 !important;
}
.subscribe_form .cmApp_signupContainer #cmApp_signupForm > div input {
  background: #3D3D67;
  border-radius: 4px;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
  width: 100%;
  border: none;
  outline: none;
  padding: 16px 20px;
  margin: 0 0 10px;
}
.subscribe_form .cmApp_signupContainer #cmApp_signupForm > div input.cmApp_formSubmitButton {
  background: #30D8A3;
  box-shadow: 0px 10px 20px rgba(19, 168, 121, 0.2);
  border-radius: 4px;
  font-family: "Poppins", "Montserrat", sans-serif;
  text-transform: uppercase;
  height: 60px;
  padding: 16px 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #FFFFFF;
  margin: 15px 0 0;
}
.subscribe_form .cmApp_signupContainer #cmApp_signupForm > div input::-moz-placeholder {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
  opacity: 0.4;
}
.subscribe_form .cmApp_signupContainer #cmApp_signupForm > div input::placeholder {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
  opacity: 0.4;
}

#get_started {
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  #get_started {
    margin-left: 0;
  }
}
#get_started a {
  line-height: 24px !important;
  padding: 10px 15px 11px 16px !important;
}

#lang_switch a {
  line-height: 24px !important;
  padding: 10px 12px 9px 14px !important;
}

.current-lang a {
  position: relative;
  border-radius: 10px;
  background-color: rgba(48, 216, 163, 0.2);
  padding: 8px 10px 9px 12px !important;
}
.current-lang a:after {
  content: "";
  position: absolute;
  background: url(../images/select-mark.svg);
  top: 50%;
  right: 8px;
  width: 11px;
  transform: translateY(-50%);
  height: 8px;
}

#hiring {
  position: relative;
  background: url(../images/navItemBackground.1ce7e755.svg) 50% no-repeat;
  background-size: contain;
}
#hiring a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-style: normal;
  font-weight: 510 !important;
  color: #161626;
}

.sidebar_social_title {
  font-weight: 500;
  font-size: 20px;
  line-height: 46px;
  color: #161626;
  margin: 0 0 5px;
}
.sidebar_social_item {
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
  display: inline-block;
  margin: 0 10px 0 0;
}
.sidebar_social_item:hover {
  opacity: 0.8;
}
.sidebar_social_item.facebook {
  background-image: url(../images/Facebook.svg);
}
.sidebar_social_item.linkedin {
  background-image: url(../images/LinkedIN.svg);
}
.sidebar_social_item.twitter {
  background-image: url(../images/Twitter.svg);
}
.sidebar_social_item.instagram {
  background-image: url(../images/Instagram.svg);
}

.subscribe-footer-from {
  display: flex;
  flex-flow: row wrap;
  margin-top: 40px;
}

.subscribe-footer-submit {
  height: 52px;
  width: 214px;
  margin-left: 20px;
  background: #30D8A3;
  border: none;
  background-size: 100%;
  border-radius: 5px;
  color: white;
  font-size: 16px;
  padding-right: 15px;
  text-transform: uppercase;
  font-weight: 500;
}
@media only screen and (max-width: 590px) {
  .subscribe-footer-submit {
    margin-left: 0;
    margin-top: 15px;
    width: 100% !important;
  }
}

.ready_new h3 {
  color: #F4F7FA;
  font-size: 32px;
  margin-top: 0;
}
@media only screen and (max-width: 590px) {
  .ready_new h3 {
    font-size: 30px;
  }
}
.ready_new p {
  font-size: 16px;
  font-weight: 400;
  color: #B7BBDD;
  opacity: 0.7;
  margin: 0;
  padding: 0;
  line-height: 26px;
}

@media only screen and (max-width: 590px) {
  .subscribe-footer-from-email-holder {
    width: 100% !important;
  }
}

.subscribe-footer-email {
  font-size: 15px;
  line-height: 30px;
  display: block;
  height: 52px;
  padding: 0 20px;
  width: 300px;
  border: none;
  background-color: #3D3D67;
  color: #ffffff;
  border-radius: 0.25rem;
}
@media only screen and (max-width: 590px) {
  .subscribe-footer-email {
    width: 100% !important;
  }
}

.subscribe-footer-from-thankyou {
  display: none;
}

.subscribe-footer-from-thankyou img {
  margin-bottom: 25px;
}

@media only screen and (max-width: 1180px) {
  .blog_sidebar {
    display: none;
  }
}

.dropdown-resources.open > a,
.dropdown-resources.current > a {
  font-weight: 510 !important;
}

.dropdown-resources.open .caret {
  transform: rotate(180deg);
}

.footer-bottom {
  height: 100px;
  margin-top: 40px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .footer-bottom {
    margin-top: 0;
  }
}
.footer-bottom .footer-copyright,
.footer-bottom a {
  font-family: "Poppins", "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #161626 !important;
}
@media only screen and (max-width: 1024px) {
  .footer-bottom .text-left {
    display: none;
  }
}
.footer-bottom .row {
  width: 100%;
}

#menu-footer-bottom {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  #menu-footer-bottom {
    margin-bottom: 20px;
  }
}

.widget-area {
  display: flex;
  flex-wrap: wrap;
}

.footer-bottom-2-area {
  justify-content: flex-end;
}
@media only screen and (max-width: 1024px) {
  .footer-bottom-2-area {
    justify-content: center;
  }
}
.footer-bottom-2-area li:not(:last-child) {
  margin-right: 42px;
}
.footer-bottom-2-area .widget_text {
  margin-left: 42px;
}
@media only screen and (max-width: 1024px) {
  .footer-bottom-2-area .widget_text {
    margin-left: 0;
  }
}

.single_post_socials .simplesocialbuttons {
  margin-bottom: 0;
}
.single_post_socials .simplesocialbuttons button {
  border: none !important;
  background-color: #9daab6 !important;
  color: #fff !important;
  height: 34px !important;
}