.pagination-block {
  margin-top: 30px; }

.widget-wrapper {
  padding: 40px;
  background-color: #fff;
  height: -moz-fit-content;
  height: fit-content; }
  @media (max-width: 1200px) {
    .widget-wrapper {
      padding: 20px; } }

.author-cards {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 40px;
  margin-bottom: 40px; }
  @media (max-width: 1200px) {
    .author-cards {
      gap: 25px;
      margin-bottom: 25px; } }

.author-card {
  max-width: calc(100% / 3 - 30px);
  width: 100%;
  background-color: #fff;
  transition: ease 0.3s; }
  .author-card:focus {
    outline: none;
    text-decoration: none; }
  @media (max-width: 1200px) and (min-width: 991px) {
    .author-card {
      max-width: calc(100% / 3 - 20px); } }
  @media (max-width: 990px) {
    .author-card {
      max-width: calc(100% / 2 - 13px); } }
  @media (max-width: 550px) {
    .author-card {
      max-width: 100%; } }
  @media (min-width: 1025px) {
    .author-card:hover {
      box-shadow: 0 0 25px #333; } }

.author-body {
  padding: 35px;
  text-align: center;
  height: 100%; }
  .author-body .author-img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .author-body .author-img {
        max-width: 212px;
        height: 212px; } }
    .author-body .author-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .author-body .author-title {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    color: #263238;
    margin: 10px 0 3px; }
    @media (max-width: 480px) {
      .author-body .author-title {
        font-size: 20px; } }
  .author-body .author-position {
    font-size: 14px;
    color: #607d8b;
    font-weight: 500; }
  @media (max-width: 1200px) {
    .author-body {
      padding: 25px; } }

@media (max-width: 767px) {
  .archive-member .widget-wrapper {
    margin: 0 15px; } }

.single-member.page-content {
  background: none !important; }

.single-member .archive-title {
  border-top: none; }

@media (max-width: 1200px) {
  .single-member .container {
    width: 94%; } }

@media (max-width: 991px) {
  .single-member .widget-wrapper {
    margin: 0 20px; } }

@media (min-width: 768px) {
  .single-member .breadcrumbs {
    margin-left: 20px; }
  .single-member .breadcrumbs-wrap {
    margin: 0 -15px; } }

@media (max-width: 700px) {
  .single-member .col-xs-6, .single-member .col-xs-12 {
    width: 100%;
    padding: 0; }
  .single-member .widget-wrapper {
    margin: 0 5px; }
  .single-member .breadcrumbs {
    margin-left: -10px; } }

.single-author-info {
  margin-bottom: 15px;
  width: 100%; }
  @media (max-width: 700px) {
    .single-author-info {
      padding: 0; } }

.single-author-body {
  background-color: #fff;
  padding: 40px;
  display: flex; }
  @media (max-width: 1200px) {
    .single-author-body {
      display: flex;
      flex-direction: column;
      padding: 20px; } }

.single-author-image {
  flex: 0 0 212px;
  margin-right: 30px; }
  .single-author-image .author-image {
    border-radius: 50%;
    overflow: hidden;
    max-width: 212px;
    height: 212px; }
    .single-author-image .author-image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    @media (max-width: 1200px) {
      .single-author-image .author-image {
        margin: 0 auto; } }
  @media (max-width: 1200px) {
    .single-author-image {
      margin: 0 0 10px 0; } }

.author-posts-wrap {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap; }

.author-posts-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }

.single-author-content {
  font-size: 16px;
  font-weight: 400;
  flex: 1 1 100%; }

.single-author-row {
  display: flex;
  margin-top: 20px; }
  .single-author-row .row-key {
    font-weight: 600;
    color: #263238;
    flex: 0 0 105px;
    margin-right: 50px; }
    @media (max-width: 1200px) {
      .single-author-row .row-key {
        margin-right: 20px; } }
    @media (max-width: 480px) {
      .single-author-row .row-key {
        margin: 0 0 10px; } }
  @media (max-width: 1200px) {
    .single-author-row {
      font-size: 14px; } }
  @media (max-width: 480px) {
    .single-author-row {
      display: block;
      font-size: 16px; } }

.single-author-social {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #D2DBDE;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s; }
  .single-author-social i {
    font-size: 13px;
    color: #6B818D; }
  .single-author-social:hover i {
    color: #fff; }
  .single-author-social.fb {
    margin-right: 5px; }
    .single-author-social.fb:hover {
      background-color: #3b5998; }
  .single-author-social.tw:hover {
    background-color: #1da1f2; }

.single-author-title {
  margin: 0 0 10px; }
  @media (max-width: 1200px) {
    .single-author-title {
      text-align: center;
      font-size: 24px; } }

.single-author-position {
  color: #6C828D;
  font-weight: 500; }
  @media (max-width: 1200px) {
    .single-author-position {
      text-align: center; } }
  @media (max-width: 480px) {
    .single-author-position {
      font-size: 14px; } }

.author-links .author-link {
  display: block;
  color: #263238;
  font-size: 16px;
  margin-top: 10px;
  line-height: 1; }
  @media (max-width: 480px) {
    .author-links .author-link {
      margin-top: 15px; } }

#about_page {
  background-color: #ffffff;
  padding-top: 85px; }
  @media (max-width: 481px) {
    #about_page {
      padding-top: 58px; } }
  #about_page #about_banner {
    background-size: cover;
    background-position: center; }
    #about_page #about_banner .about_banner_wrap h1 {
      font-size: 48px;
      color: #fff;
      font-weight: 700;
      margin: 60px 0 0;
      text-align: center; }
      @media (max-width: 481px) {
        #about_page #about_banner .about_banner_wrap h1 {
          font-size: 36px; } }
    #about_page #about_banner .about_banner_wrap p {
      font-size: 30px;
      color: #fff;
      text-align: center;
      margin: 0 0 40px;
      padding: 0; }
      @media (max-width: 1200px) {
        #about_page #about_banner .about_banner_wrap p {
          font-size: 26px; } }
      @media (max-width: 992px) {
        #about_page #about_banner .about_banner_wrap p {
          font-size: 20px; }
          #about_page #about_banner .about_banner_wrap p br {
            display: none; } }
      @media (max-width: 481px) {
        #about_page #about_banner .about_banner_wrap p {
          font-size: 18px; } }
  #about_page #section_one .section_one_wrap {
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px; }
    @media (max-width: 1200px) {
      #about_page #section_one .section_one_wrap {
        flex-direction: column; }
        #about_page #section_one .section_one_wrap .s_one_item {
          width: 100% !important; } }
    #about_page #section_one .section_one_wrap .our_expertise {
      width: 55%;
      padding: 20px 40px 20px 0; }
      @media (max-width: 1200px) {
        #about_page #section_one .section_one_wrap .our_expertise {
          padding-right: 0; } }
      @media (max-width: 481px) {
        #about_page #section_one .section_one_wrap .our_expertise {
          padding-top: 0; } }
      #about_page #section_one .section_one_wrap .our_expertise .our_expertise_content .our_expertise_item {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 5px;
        padding: 0 0 0 20px;
        position: relative; }
        @media (max-width: 992px) {
          #about_page #section_one .section_one_wrap .our_expertise .our_expertise_content .our_expertise_item {
            font-size: 18px; } }
        @media (max-width: 481px) {
          #about_page #section_one .section_one_wrap .our_expertise .our_expertise_content .our_expertise_item {
            font-size: 16px; } }
        #about_page #section_one .section_one_wrap .our_expertise .our_expertise_content .our_expertise_item:before {
          content: '';
          position: absolute;
          left: 0;
          top: 9px;
          width: 10px;
          height: 10px;
          border-radius: 100%;
          background-color: #00b0d6; }
          @media (max-width: 1200px) {
            #about_page #section_one .section_one_wrap .our_expertise .our_expertise_content .our_expertise_item:before {
              top: 8px; } }
          @media (max-width: 992px) {
            #about_page #section_one .section_one_wrap .our_expertise .our_expertise_content .our_expertise_item:before {
              top: 7px; } }
          @media (max-width: 767px) {
            #about_page #section_one .section_one_wrap .our_expertise .our_expertise_content .our_expertise_item:before {
              top: 6px; } }
    #about_page #section_one .section_one_wrap .s_one_item .s_one_desc {
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 20px;
      padding: 0; }
      @media (max-width: 992px) {
        #about_page #section_one .section_one_wrap .s_one_item .s_one_desc {
          font-size: 18px; } }
      @media (max-width: 481px) {
        #about_page #section_one .section_one_wrap .s_one_item .s_one_desc {
          font-size: 16px; } }
    #about_page #section_one .section_one_wrap .s_one_item .s_one_title {
      color: #003b5c;
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 20px;
      padding: 0; }
      @media (max-width: 992px) {
        #about_page #section_one .section_one_wrap .s_one_item .s_one_title {
          font-size: 20px; } }
      @media (max-width: 481px) {
        #about_page #section_one .section_one_wrap .s_one_item .s_one_title {
          font-size: 18px; } }
    #about_page #section_one .section_one_wrap .our_partners {
      width: 45%;
      padding: 20px 40px;
      background-color: #e5ebee; }
      @media (max-width: 481px) {
        #about_page #section_one .section_one_wrap .our_partners {
          padding: 20px; } }
      #about_page #section_one .section_one_wrap .our_partners .our_partners_content {
        display: flex;
        flex-direction: column;
        gap: 20px; }
        #about_page #section_one .section_one_wrap .our_partners .our_partners_content .our_partners_item {
          display: flex; }
          @media (max-width: 481px) {
            #about_page #section_one .section_one_wrap .our_partners .our_partners_content .our_partners_item {
              flex-direction: column;
              align-items: flex-start; } }
          #about_page #section_one .section_one_wrap .our_partners .our_partners_content .our_partners_item img {
            max-height: 85px;
            margin-right: 10px;
            -o-object-fit: contain;
            object-fit: contain; }
            @media (max-width: 481px) {
              #about_page #section_one .section_one_wrap .our_partners .our_partners_content .our_partners_item img {
                margin-bottom: 10px; } }
          #about_page #section_one .section_one_wrap .our_partners .our_partners_content .our_partners_item p {
            font-size: 16px;
            font-weight: 500;
            margin: 0;
            padding: 0; }
  #about_page #section_two .section_two_wrap {
    display: flex;
    padding-bottom: 40px; }
    @media (max-width: 640px) {
      #about_page #section_two .section_two_wrap {
        flex-direction: column; }
        #about_page #section_two .section_two_wrap .s_two_item {
          width: 100% !important; } }
    #about_page #section_two .section_two_wrap .s_two_item .s_two_desc {
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 20px;
      padding: 0; }
      @media (max-width: 992px) {
        #about_page #section_two .section_two_wrap .s_two_item .s_two_desc {
          font-size: 18px; } }
      @media (max-width: 481px) {
        #about_page #section_two .section_two_wrap .s_two_item .s_two_desc {
          font-size: 16px; } }
    #about_page #section_two .section_two_wrap .s_two_item .s_two_title {
      color: #003b5c;
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 20px;
      padding: 0; }
      @media (max-width: 992px) {
        #about_page #section_two .section_two_wrap .s_two_item .s_two_title {
          font-size: 20px; } }
      @media (max-width: 481px) {
        #about_page #section_two .section_two_wrap .s_two_item .s_two_title {
          font-size: 18px; } }
    #about_page #section_two .section_two_wrap .our_clients {
      width: 30%;
      padding: 20px;
      background-color: #e5ebee;
      align-self: flex-start; }
      @media (max-width: 1200px) {
        #about_page #section_two .section_two_wrap .our_clients {
          width: 40%; } }
      @media (max-width: 640px) {
        #about_page #section_two .section_two_wrap .our_clients {
          margin-bottom: 40px; } }
      #about_page #section_two .section_two_wrap .our_clients img {
        display: flex;
        -o-object-fit: contain;
        object-fit: contain;
        width: 90%;
        margin: 0 auto; }
    #about_page #section_two .section_two_wrap .our_latest_projects {
      width: 70%;
      padding: 0 0 0 40px; }
      @media (max-width: 1200px) {
        #about_page #section_two .section_two_wrap .our_latest_projects {
          width: 60%; } }
      @media (max-width: 640px) {
        #about_page #section_two .section_two_wrap .our_latest_projects {
          padding: 0; } }
      #about_page #section_two .section_two_wrap .our_latest_projects .s_two_title {
        color: #00b0d6; }
      #about_page #section_two .section_two_wrap .our_latest_projects .our_latest_projects_content .our_latest_projects_item {
        color: #003b5c;
        font-size: 20px;
        font-weight: 600;
        margin: 0;
        padding: 10px 15px; }
        @media (max-width: 992px) {
          #about_page #section_two .section_two_wrap .our_latest_projects .our_latest_projects_content .our_latest_projects_item {
            font-size: 18px; } }
        @media (max-width: 481px) {
          #about_page #section_two .section_two_wrap .our_latest_projects .our_latest_projects_content .our_latest_projects_item {
            font-size: 16px; } }
        #about_page #section_two .section_two_wrap .our_latest_projects .our_latest_projects_content .our_latest_projects_item:nth-child(odd) {
          background-color: #e5ebee; }
  #about_page #pre_footer {
    background-size: cover;
    background-position: center; }
    #about_page #pre_footer .container:before {
      display: none; }
    #about_page #pre_footer .pre_footer_wrap {
      padding-top: 40px;
      padding-bottom: 60px;
      display: flex;
      justify-content: space-between;
      position: relative; }
      @media (max-width: 992px) {
        #about_page #pre_footer .pre_footer_wrap {
          flex-direction: column;
          align-items: flex-start; } }
      #about_page #pre_footer .pre_footer_wrap .pre_footer_desc {
        font-size: 18px;
        color: #fff;
        font-weight: 600;
        margin: 0;
        padding: 0; }
        @media (max-width: 481px) {
          #about_page #pre_footer .pre_footer_wrap .pre_footer_desc {
            font-size: 16px; } }
      #about_page #pre_footer .pre_footer_wrap .pre_footer_info {
        display: flex;
        flex-direction: column;
        margin: 0 60px; }
        @media (max-width: 992px) {
          #about_page #pre_footer .pre_footer_wrap .pre_footer_info {
            margin: 40px 0 0 0; } }
        @media (max-width: 481px) {
          #about_page #pre_footer .pre_footer_wrap .pre_footer_info {
            margin: 20px 0; } }
        #about_page #pre_footer .pre_footer_wrap .pre_footer_info h4 {
          font-size: 24px;
          margin: 0 0 20px 0;
          color: #fff;
          font-weight: 600; }
          @media (max-width: 992px) {
            #about_page #pre_footer .pre_footer_wrap .pre_footer_info h4 {
              margin-bottom: 20px; } }
        #about_page #pre_footer .pre_footer_wrap .pre_footer_info a, #about_page #pre_footer .pre_footer_wrap .pre_footer_info p {
          font-size: 18px;
          color: #fff;
          font-weight: 600;
          margin: 0;
          padding: 0; }
          @media (max-width: 481px) {
            #about_page #pre_footer .pre_footer_wrap .pre_footer_info a, #about_page #pre_footer .pre_footer_wrap .pre_footer_info p {
              font-size: 16px; } }
      #about_page #pre_footer .pre_footer_wrap .pre_footer_img_wrap {
        display: flex;
        align-items: flex-end; }
        @media (max-width: 992px) {
          #about_page #pre_footer .pre_footer_wrap .pre_footer_img_wrap {
            position: absolute;
            right: 15px;
            bottom: 60px; } }
        @media (max-width: 481px) {
          #about_page #pre_footer .pre_footer_wrap .pre_footer_img_wrap {
            position: unset; } }
        #about_page #pre_footer .pre_footer_wrap .pre_footer_img_wrap img {
          width: 150px;
          -o-object-fit: contain;
          object-fit: contain; }

.page-content__wrap {
  display: flex; }
  @media (max-width: 991px) {
    .page-content__wrap {
      flex-direction: column-reverse; } }
  @media (min-width: 992px) {
    .page-content__wrap .focus-block {
      height: 100% !important; } }
  @media (min-width: 992px) and (max-width: 1200px) {
    .page-content__wrap .focus-block .focus-block-inner {
      height: 100%; } }
  .page-content__wrap .focus-block img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

@media (max-width: 991px) {
  .home-top-right-en-wrap {
    width: 100%; } }

.banner-btn {
  padding: 32px;
  background: #FFFFFF; }
  @media (max-width: 1200px) {
    .banner-btn {
      height: unset !important; } }
  @media (max-width: 991px) {
    .banner-btn {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .banner-btn {
      padding: 25px; } }
  .banner-btn__title {
    padding: 0;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 2rem;
    line-height: 120%;
    text-transform: uppercase;
    color: #253237; }
    @media (max-width: 767px) {
      .banner-btn__title {
        text-align: center; } }
  @media (max-width: 991px) {
    .banner-btn__content {
      display: flex;
      gap: 15px; } }
  @media (max-width: 767px) {
    .banner-btn__content {
      flex-wrap: wrap; } }
  .banner-btn__content .item {
    width: 100%;
    height: 100px;
    display: flex;
    position: relative;
    border-radius: 4px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: .2s ease-in-out;
    overflow: hidden; }
    @media (max-width: 1200px) {
      .banner-btn__content .item {
        height: 70px; } }
    .banner-btn__content .item:hover {
      box-shadow: 0px 0px 14px 1px rgba(37, 50, 55, 0.62); }
    .banner-btn__content .item:not(:last-of-type) {
      margin-bottom: 12px; }
      @media (max-width: 991px) {
        .banner-btn__content .item:not(:last-of-type) {
          margin-bottom: 0; } }
    .banner-btn__content .item:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      background: rgba(24, 52, 63, 0.4);
      border-radius: 4px; }
    .banner-btn__content .item .item-bg {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    .banner-btn__content .item__wrap {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      z-index: 1; }
    .banner-btn__content .item__title {
      margin-left: 12px;
      margin-bottom: 0;
      padding: 0;
      font-weight: 500;
      font-size: 1.8rem;
      line-height: 120%;
      text-transform: uppercase;
      color: #FFFFFF; }
    .banner-btn__content .item_icon {
      max-width: 34px;
      max-height: 34px;
      -o-object-fit: contain;
      object-fit: contain; }

.insights__top {
  margin-bottom: 30px; }
  @media (max-width: 991px) {
    .insights__top {
      margin-bottom: 0; } }
  .insights__top__posts__title {
    margin-bottom: 20px;
    padding: 0;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 120%;
    text-transform: uppercase;
    color: #253237; }
  .insights__top__posts__wrap {
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 992px) {
      .insights__top__posts__wrap .landscape-block:nth-last-of-type(-n+2) .single-post-small {
        margin-bottom: 0; } }
    @media (max-width: 991px) {
      .insights__top__posts__wrap .landscape-block .single-post-small {
        margin-bottom: 0; } }

@media (max-width: 991px) {
  .insights__bottom .single-post-small {
    margin-bottom: 0; } }

@media (max-width: 991px) {
  .news-list-simple {
    margin-bottom: 30px; } }

.news-list-simple__title {
  margin-bottom: 20px;
  padding: 0;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 120%;
  text-transform: uppercase;
  color: #253237; }

.news-list-simple .news-list-wrap {
  max-height: 842px; }

.news-list-simple .list-dates {
  text-transform: uppercase; }

.news-list-simple .btn {
  width: 100%;
  padding: 15.5px 0;
  margin: 0 !important; }

.news-lists-mob {
  display: none; }

@media (max-width: 992px) {
  .news-lists-mob {
    display: block; }
  .news-lists-desk {
    display: none; } }

.focus-block-inner-mob {
  display: none;
  width: 720px;
  margin: auto;
  margin-bottom: 30px; }
  .focus-block-inner-mob .home-top-left {
    margin-bottom: 30px;
    padding: 0; }
  @media (max-width: 992px) {
    .focus-block-inner-mob {
      display: block; } }
  @media (max-width: 769px) {
    .focus-block-inner-mob {
      width: unset; }
      .focus-block-inner-mob .home-top-left {
        margin-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px; } }

@media (max-width: 992px) {
  .focus-block-mobile {
    display: none; } }

.page-template-analitycs-page .page-content .row {
  display: flex;
  flex-wrap: wrap; }

.item-inner.single-sidebar-custom {
  float: none; }

body.post-type-archive .container .row {
  display: flex;
  flex-wrap: wrap; }

.opacity {
  display: none !important; }

.title-single-specproject {
  margin-bottom: -5px !important; }

.subtitle-single-specproject {
  margin-top: 0 !important; }

.update-icon {
  position: absolute;
  bottom: 10px;
  right: 22px;
  height: 45px; }
  @media (max-width: 1100px) {
    .update-icon {
      right: 25px; } }
  @media (max-width: 760px) {
    .update-icon {
      right: 28px; } }
  @media (max-width: 760px) {
    .update-icon {
      right: 40px; } }
  @media (max-width: 560px) {
    .update-icon {
      right: 35px; } }
  @media (max-width: 410px) {
    .update-icon {
      right: 32px; } }

.hover-none {
  box-shadow: none !important; }

.products-slider.custom-sidebar-block {
  max-height: none; }

.item-inner.custom-slider-main-page {
  max-height: none !important; }

.pos-relative {
  position: relative; }
  @media (max-width: 1200px) {
    .pos-relative {
      min-height: 245px !important; } }
  @media (max-width: 700px) {
    .pos-relative {
      min-height: 300px !important; } }
  @media (max-width: 480px) {
    .pos-relative {
      min-height: 360px !important; } }

.btn-analityc {
  position: absolute;
  background: #cb5644;
  color: white;
  bottom: 20px;
  left: 22px;
  padding: 15px 0;
  z-index: 2; }
  .btn-analityc a {
    color: white; }
  @media (max-width: 1300px) {
    .btn-analityc {
      max-width: 265px;
      position: relative;
      bottom: 0;
      left: 0; } }
  .btn-analityc__blue-block-href {
    position: relative;
    padding: 15px 17px;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-size: 2rem; }
    .btn-analityc__blue-block-href a {
      color: white !important;
      border: none !important; }
      .btn-analityc__blue-block-href a:active {
        color: white !important;
        border: none !important; }
    .btn-analityc__blue-block-href:before, .btn-analityc__blue-block-href:after {
      content: '';
      position: absolute;
      transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
      z-index: -1; }
    .btn-analityc__blue-block-href:hover {
      transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
      color: black;
      transition-delay: .5s; }
    .btn-analityc__blue-block-href:hover:before {
      transition-delay: 0s; }
    .btn-analityc__blue-block-href:hover:after {
      background: white;
      transition-delay: .35s; }

.from-center:before {
  top: 0;
  left: 50%;
  height: 100%;
  width: 0;
  border: 1px solid white;
  border-left: 0;
  border-right: 0; }

.from-center:after {
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  background: white; }

.from-center:hover:before {
  left: 0;
  width: 100%; }

.from-center:hover:after {
  top: 0;
  height: 100%; }

.posts-slider .news-title {
  display: none;
  position: absolute;
  top: 50%;
  border-top: none;
  width: calc(100% - 30px) !important; }

.posts-slider .slider_nav {
  width: 100% !important; }

.posts-slider .am-prev {
  border: none !important;
  z-index: 2; }

.posts-slider .am-next {
  border: none !important;
  z-index: 2; }

.posts-slider .owl-carousel .owl-item img {
  max-height: 730px; }

.container.custom-charts-container {
  margin: 0;
  padding: 0; }

.search-result .single-post-small {
  height: 188px; }

@media (min-width: 1200px) {
  .height-post-small {
    min-height: 423px !important; } }

@media (min-width: 1300px) {
  .height-post-small {
    min-height: 456px !important; } }

.page-template-analitycs-page .single-post-small img {
  min-height: 391px; }
  @media (max-width: 1200px) {
    .page-template-analitycs-page .single-post-small img {
      min-height: 414px; } }
  @media (max-width: 992px) {
    .page-template-analitycs-page .single-post-small img {
      min-height: 311px; } }
  @media (max-width: 768px) {
    .page-template-analitycs-page .single-post-small img {
      min-height: 499px; } }
  @media (max-width: 600px) {
    .page-template-analitycs-page .single-post-small img {
      min-height: 381px; } }
  @media (max-width: 500px) {
    .page-template-analitycs-page .single-post-small img {
      min-height: 320px; } }
  @media (max-width: 450px) {
    .page-template-analitycs-page .single-post-small img {
      min-height: 280px; } }
  @media (max-width: 400px) {
    .page-template-analitycs-page .single-post-small img {
      min-height: 190px; } }

.page-template-analitycs-page .loadmore.btn {
  height: -moz-fit-content;
  height: fit-content; }

.post-search-cont {
  background-color: white;
  padding: 15px 25px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column; }
  .post-search-cont:hover {
    box-shadow: 0 0 25px #333;
    transition: .3s all ease; }

.post-search-cont .small-post-title {
  margin-top: 0;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px; }

.post-search-cont h3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 8px 15px;
  width: 100%;
  display: inline;
  margin-bottom: 20px; }

.title-search-wrapper {
  margin-top: 10px;
  margin-bottom: 20px; }

.search-news h3 {
  background-color: #2ca6cb; }

.search-opinion h3 {
  background-color: #22b4aa; }

.search-posts h3 {
  background-color: #cb5644; }

.search-interview h3 {
  background-color: #67954c; }

.search-infographic h3 {
  background-color: #49254b; }

.search-manufacturer h3 {
  background-color: #4b4341; }

.search-result .archive-title {
  font-size: 20px;
  border-top: none; }

.search-result .date-left {
  padding-bottom: 0; }

.search-result .date-left .article-date {
  font-weight: 600; }

.search-result .btn {
  border: 2px solid #263238;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 5px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #263238; }

.search-btn-wrapper {
  margin-top: auto; }

.search-item-single {
  margin-bottom: 10px; }

.title-search-single h3 {
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 5px;
  margin-bottom: 15px;
  font-size: 17px;
  color: #263238;
  padding-left: 15px; }

.archive-list .title-search-wrapper h3 {
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 5px;
  margin-bottom: 15px;
  font-size: 17px;
  color: #263238;
  padding-left: 0; }

.search-item-single {
  color: #6C828D; }

.display-none {
  display: none; }

.block-specaial-project {
  display: inline-block;
  padding: 15px; }

@media (min-width: 768px) {
  .post-search-cont {
    min-height: 450px; } }

.custom-slider-block .product-carousel {
  background: #FFF; }

.custom-slider-block .owl-dots {
  bottom: 0; }

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .blog-item .item .item-inner {
    top: 0; } }

.page-template-posts-page .landscape-wide {
  margin-bottom: 30px; }

@media screen and (max-width: 360px) {
  .single-post-small-details .article-date {
    font-size: 11px; } }

@media screen and (max-width: 1200px) {
  .special-right-block {
    margin-bottom: 30px !important; }
  .special-block-text {
    display: none; } }

@media (min-width: 1200px) and (max-width: 1299px) {
  .single-post-small .article-info a {
    padding: 0 5px; } }

@media (min-width: 1200px) and (max-width: 2099px) {
  .special-block-text > div {
    color: black; }
  .special-block-text {
    font-size: 16px;
    float: left;
    width: 35%;
    padding: 10px 20px 20px 5px; }
  .special-block-text > h2 {
    font-weight: bold;
    font-size: 22px; }
  .special-inner {
    position: absolute;
    padding: 0 4%; } }

.blog-item:hover .item-smaller, .blog-item:hover .item-smaller-project {
  box-shadow: 0 0 25px #333;
  transition: .3s all ease; }

.posts-special-block h3,
.posts-special-block .focus-title {
  padding: 15px; }

.posts-special-block div {
  padding: 15px; }

.gmk-special-project {
  padding: 0 18px; }

.title-head-special h1 {
  padding-left: 0 !important; }

.overflow-style {
  overflow: hidden;
  max-width: 100%; }

.blog-item .item-smaller-project {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 15px; }
  .blog-item .item-smaller-project img {
    max-width: 100%;
    margin: auto;
    margin-bottom: 0; }

.manufacturer:hover {
  box-shadow: 0 0 25px #333;
  transition: .3s all ease; }

.button-wraper {
  position: relative; }

.special-bold-title {
  font-weight: 700 !important; }

.special-bold {
  font-size: 16px !important;
  font-weight: bold;
  color: #263238;
  min-height: 0 !important; }

.special-text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  color: #263238; }

.analityc-indent {
  margin: 5px 0 10px 0 !important; }

.google-adds-section {
  margin: 10px auto 15px; }

.google-adds-block {
  width: 100%;
  height: 90px;
  background: #d3ddeb;
  position: relative;
  overflow: hidden; }
  @media (max-width: 768px) {
    .google-adds-block {
      height: 75px; } }
  .google-adds-block img {
    width: 100%;
    height: 100%; }
  .google-adds-block:after {
    content: '';
    display: block;
    width: 10px;
    height: 200px;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    left: -100px;
    top: -50px;
    animation: slideme 5s ease-in-out infinite;
    transition: all 0.1s;
    transform: rotate(30deg);
    z-index: 1; }

.google-adds-left {
  width: calc(50vw - 674px);
  height: 600px;
  position: fixed;
  left: 15px;
  overflow: hidden;
  top: 215px; }

.google-adds-right {
  top: 215px;
  width: calc(50vw - 674px);
  height: 600px;
  position: fixed;
  right: 15px;
  overflow: hidden; }

.google-adds-left-skyscraper {
  width: 100%;
  background: #d3ddeb;
  height: 100%; }

.google-adds-right-skyscraper {
  width: 100%;
  background: #d3ddeb;
  height: 100%; }

.special-projects {
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: all 1s;
  position: relative; }
  .special-projects .special-projects-carousel, .special-projects .owl-stage {
    display: flex; }
  .special-projects .special-projects-carousel {
    padding: 15px 10px 15px 0; }
    @media (max-width: 991px) {
      .special-projects .special-projects-carousel {
        padding: 15px 15px 15px 0; } }
  @media (max-width: 480px) {
    .special-projects {
      margin-top: -25px; } }
  .special-projects p {
    padding-bottom: 0 !important; }
  .special-projects .title-row {
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .special-projects .title-row .news-title {
      position: absolute;
      left: 15px;
      top: -8px;
      margin: 0;
      font-weight: 500;
      font-size: 10px;
      background-color: #cb5644;
      color: white;
      padding: 1px 3px; }
  .special-projects__block {
    display: flex;
    padding: 0 20px;
    margin: 5px 10px;
    background: #fff;
    align-items: flex-start;
    min-height: 134px;
    justify-content: space-between; }
    @media (max-width: 992px) {
      .special-projects__block {
        min-width: 360px; } }
    @media (max-width: 576px) {
      .special-projects__block {
        min-width: 340px; } }
    @media (max-width: 576px) {
      .special-projects__block {
        margin: 5px 5px 5px 10px; } }
  .special-projects__title {
    font-weight: 500;
    color: #174863;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 10px; }
  .special-projects__subtitle {
    font-size: 14px;
    color: #607d8b;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .special-projects img {
    max-width: 120px;
    align-self: center; }
  .special-projects .btn {
    border: 2px solid #263238;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 5px;
    font-size: 14px;
    color: #263238; }

.spec-project-subtitle {
  font-size: 14px;
  color: #607d8b; }

section.page-content {
  padding-top: 100px; }

.single .page-content {
  padding-top: 100px; }

.google-adds-sidebar {
  width: 100%;
  height: 250px;
  background: #d3ddeb;
  margin-bottom: 30px;
  margin-top: 20px; }

.google-adds-singe {
  width: 100%;
  height: 60px;
  background: #d3ddeb;
  margin: 30px auto; }

.archive-main-news .title-post {
  font-size: 14px;
  width: 75%;
  order: -1; }

.archive-main-news li a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-direction: row;
  align-items: center; }

.archives-search-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between; }
  @media (max-width: 1300px) {
    .archives-search-wrapper .single-sidebar-inner {
      padding-top: 10px; } }

.padding-special .owl-stage-outer {
  margin-left: 6px; }

.hover-special {
  max-width: 100%; }

.hover-special img {
  margin-left: 10px !important; }

@media (max-width: 760px) {
  .hover-special {
    text-align: center;
    align-items: center; } }

.hover-special:hover {
  box-shadow: 0 0 5px #333;
  transition: .3s all ease; }

.header-conference {
  background-color: white;
  transition: background-color 1s;
  width: 100%;
  display: flex;
  z-index: 50;
  padding: 0 100px; }
  @media (max-width: 1200px) {
    .header-conference {
      padding: 0; } }
  .header-conference__container {
    max-width: 1900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 50;
    width: 100%; }
  .header-conference.header-sticky {
    background-color: #0000007a;
    position: sticky;
    top: 0;
    left: 0; }
    .header-conference.header-sticky .header-conference__nav a {
      color: white; }
      .header-conference.header-sticky .header-conference__nav a:hover {
        color: #2ba6cb; }
  .header-conference__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end; }
    .header-conference__nav a {
      color: black;
      font-size: 1.5rem;
      text-transform: uppercase;
      transition: color 0.4s;
      text-decoration: none; }
      .header-conference__nav a:hover {
        color: #2ba6cb; }
      @media (max-width: 950px) {
        .header-conference__nav a {
          font-size: 1.5rem; } }
      @media (max-width: 785px) {
        .header-conference__nav a {
          font-size: 1.3rem; } }
      @media (max-width: 450px) {
        .header-conference__nav a {
          font-size: 1.1rem; } }
      @media (max-width: 340px) {
        .header-conference__nav a {
          font-size: 0.9rem; } }
      .header-conference__nav a:not(last-child) {
        padding-right: 20px; }
        @media (max-width: 950px) {
          .header-conference__nav a:not(last-child) {
            padding-right: 10px; } }

.conference__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative; }

.conference__main {
  padding-top: 85px; }
  @media only screen and (max-width: 480px) {
    .conference__main {
      padding-top: 58px; } }

.conference__banner {
  width: 100%;
  height: 0;
  margin: 0 auto;
  position: relative;
  padding-bottom: 36.25%; }
  .conference__banner .conference__container {
    max-width: 100%;
    position: absolute;
    display: flex;
    z-index: -1;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: cover; }

.conference__subtitle {
  font-size: 2rem;
  color: white;
  padding-top: 250px; }

.conference__title {
  font-size: 3rem;
  color: white;
  text-transform: uppercase; }

.conference__register-btn {
  margin-bottom: 70px;
  display: flex;
  width: 100%;
  position: relative;
  margin-top: 100px; }

.conference__announcement__wrapper {
  display: flex;
  flex-direction: column;
  padding: 30px 0; }

.conference__announcement__title {
  color: black;
  font-size: 2.5rem;
  text-transform: uppercase;
  margin-bottom: 20px; }

.conference__announcement__content {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 925px) {
    .conference__announcement__content {
      flex-direction: column; } }

.conference__announcement__text {
  max-width: 45%;
  width: 100%; }
  .conference__announcement__text p:empty {
    display: none; }
  .conference__announcement__text p {
    font-size: 1.6rem;
    color: black; }
  @media (max-width: 925px) {
    .conference__announcement__text {
      max-width: 100%; } }

.conference__announcement__img-wrapper {
  max-width: 45%;
  height: 100%; }
  @media (max-width: 925px) {
    .conference__announcement__img-wrapper {
      max-width: 100%;
      max-height: 100%;
      display: none; } }
  .conference__announcement__img-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }

.conference__speaker__content {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px; }
  @media (max-width: 1050px) {
    .conference__speaker__content {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 520px) {
    .conference__speaker__content {
      grid-template-columns: repeat(2, 1fr); } }

.conference__speaker__item {
  display: flex;
  flex-direction: column; }

.conference__speaker__item-img {
  width: 100%;
  height: 250px; }
  .conference__speaker__item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.conference__speaker__item-title {
  font-size: 1.8rem; }

.conference__speaker__item-position {
  font-size: 1.6rem; }

.conference__speaker__item-desc {
  font-size: 1.3rem; }

.conference__registration__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .conference__registration__content #timedowncenter {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    justify-items: center;
    align-items: center; }
    @media (max-width: 580px) {
      .conference__registration__content #timedowncenter span {
        font-size: 1.5rem; } }
    .conference__registration__content #timedowncenter span.time-result {
      font-size: 3rem; }
      @media (max-width: 580px) {
        .conference__registration__content #timedowncenter span.time-result {
          font-size: 2rem; } }

.conference__registration__limit {
  color: black;
  text-transform: uppercase;
  font-size: 2.4rem;
  margin-right: 0;
  padding: 25px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.conference__sponsors__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 50px; }
  @media (max-width: 835px) {
    .conference__sponsors__content {
      grid-column-gap: 15px; } }
  @media (max-width: 600px) {
    .conference__sponsors__content {
      grid-template-columns: 1fr;
      grid-row-gap: 20px; } }

.conference__sponsors__item {
  height: 250px; }
  @media (max-width: 600px) {
    .conference__sponsors__item {
      height: 150px; } }
  .conference__sponsors__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }

.conference__contact {
  margin-bottom: 70px; }
  .conference__contact__content {
    display: grid;
    grid-template-columns: 70% 30%;
    grid-column-gap: 50px; }
    @media (max-width: 900px) {
      .conference__contact__content {
        grid-column-gap: 20px; } }
    @media (max-width: 750px) {
      .conference__contact__content {
        grid-template-columns: 100%;
        grid-row-gap: 40px; } }
  .conference__contact__map {
    width: 100%;
    height: 500px; }
  .conference__contact .map__info {
    max-width: 250px; }

.conference__latest {
  padding-bottom: 100px; }

#tablepress-301 {
  display: table !important; }
  #tablepress-301 caption {
    display: none; }

.conference__container {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; }

.button-click-me {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; }
  .button-click-me a {
    position: relative;
    padding: 12px 36px;
    margin: 10px 0;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1.2px;
    border-radius: 40px;
    background: linear-gradient(90deg, #0162c8, #55e7fc);
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
    border: none; }
  .button-click-me span {
    position: absolute;
    background: #fff;
    transform: translate(-50%, -50%);
    pointer-events: none;
    border-radius: 50%;
    animation: animate 1s linear infinite; }

@keyframes animate {
  0% {
    width: 0;
    height: 0;
    opacity: 0.5; }
  100% {
    width: 500px;
    height: 500px;
    opacity: 0; } }

@media (max-width: 767px) {
  .google-adds-block a img:first-child {
    display: none; } }

@media (min-width: 768px) {
  .google-adds-block a img:last-child {
    display: none; } }

body.single-conferences {
  padding-top: 82px; }
  body.single-conferences .site-header {
    top: 0; }
  @media screen and (max-width: 480px) {
    body.single-conferences {
      padding-top: 58px; } }

.conferences-template-default #at4-share, .conferences-template-default #at-share-dock {
  display: none !important; }

.conferences-template-default .row-hover tr {
  border-top: 1px solid #ddd !important; }
  .conferences-template-default .row-hover tr.odd td {
    background: #e6f7fd !important; }

.conferences-template-default .row-hover td {
  width: 20%;
  font-size: 1.2rem !important; }

.conference__agend caption {
  display: none !important; }

.markets__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin: 0 0 15px;
  background-color: #174863;
  overflow: hidden;
  position: relative;
  height: 33px;
  opacity: 1;
  transition: height ease-in-out 1s, opacity ease-in-out 1s; }
  .markets__wrapper:not(.markets__wrapper.sliderLoaded) {
    opacity: 0;
    height: 0px;
    transition: height ease-in-out 1s, opacity ease-in-out 1s; }
  @media (max-width: 1200px) {
    .markets__wrapper {
      gap: 10px; } }
  @media (max-width: 576px) {
    .markets__wrapper {
      gap: 5px; } }

@media (min-width: 1200px) {
  .markets__wrapper .owl-stage .owl-item:first-child .markets__item {
    padding-left: 35px; } }

@media (min-width: 992px) {
  .markets__wrapper .owl-stage .owl-item:first-child {
    width: 210px; } }

.markets__row {
  display: flex !important;
  justify-content: space-between;
  gap: 10px;
  flex-grow: 1;
  margin: 0;
  color: white;
  font-size: 1.4rem;
  font-weight: 600; }
  @media (max-width: 1200px) {
    .markets__row {
      font-size: 1.2rem;
      gap: 5px; } }
  @media (max-width: 1025px) {
    .markets__row {
      font-size: 1.5rem;
      height: 30px; } }
  @media (max-width: 576px) {
    .markets__row {
      font-size: 1.5rem; } }
  @media (max-width: 330px) {
    .markets__row {
      font-size: 1.2rem; } }

.markets__calendar {
  text-align: center;
  min-width: 65px;
  padding: 2px;
  background: white;
  border: 1px solid grey;
  line-height: 1.2rem; }
  @media (max-width: 576px) {
    .markets__calendar {
      min-width: 55px; } }

.markets__month {
  font-weight: 500;
  margin-bottom: 3px;
  font-size: 1.1rem; }
  @media (max-width: 1200px) {
    .markets__month {
      font-size: 1rem; } }
  @media (max-width: 576px) {
    .markets__month {
      font-size: 0.9rem; } }

.markets__day {
  font-weight: 600;
  font-size: 1.8rem;
  color: #c75341; }
  @media (max-width: 1200px) {
    .markets__day {
      font-size: 1.5rem; } }

.markets__item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  color: white; }
  .markets__item:hover, .markets__item:focus {
    outline: none;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8); }
  @media (max-width: 576px) {
    .markets__item {
      gap: 5px; } }

.markets__name {
  white-space: nowrap; }

.markets__value {
  margin: 1px 5px 0 5px; }
  @media (max-width: 576px) {
    .markets__value {
      margin: 0 10px; } }

.markets-item__img img {
  width: 30px !important;
  height: 27px !important;
  -o-object-fit: contain;
  object-fit: contain;
  filter: invert(1); }
  @media (max-width: 1025px) {
    .markets-item__img img {
      opacity: 1 !important;
      background: none !important; } }
  @media (max-width: 576px) {
    .markets-item__img img {
      min-width: 30px; } }
  @media (max-width: 330px) {
    .markets-item__img img {
      min-width: 20px; } }

@media (max-width: 576px) {
  .markets-item__img {
    margin: 0 5px; } }

.markets__data {
  display: flex;
  gap: 5px; }

.markets__data_list {
  position: relative; }

.markets__data_item {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 200%;
  animation: hideToTop 1s ease-in-out; }
  .markets__data_item.show {
    top: 4%;
    visibility: visible;
    animation: showToTop 1s ease-in-out; }

.markets__data_item-wrap {
  display: flex;
  gap: 10px; }
  @media (max-width: 576px) {
    .markets__data_item-wrap {
      gap: 5px; } }

.markets-chart__wrap {
  font-weight: 500;
  font-size: 1.5rem; }

.markets-chart__options {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
  background: aliceblue;
  padding: 10px 20px;
  margin: 20px 0; }
  @media (max-width: 576px) {
    .markets-chart__options {
      margin: 30px 0;
      gap: 10px; } }

.markets-chart__select {
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
  cursor: pointer; }
  .markets-chart__select.open .markets-chart__list {
    display: block; }
  .markets-chart__select.open .markets-chart__arrow {
    transform: rotate(180deg); }

.markets-chart__label {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500; }

.markets-chart__list {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  display: none;
  border: 1px solid #C8C8C8;
  border-radius: 5px;
  min-width: 200px;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 10;
  animation: fadeInDown 300ms ease-in-out; }

.markets-chart__item {
  width: 100%;
  padding: 5px 8px;
  cursor: pointer;
  position: relative;
  font-weight: 500;
  transition: all ease 0.3s;
  text-transform: capitalize; }
  .markets-chart__item:hover {
    background-color: rgba(43, 166, 203, 0.1); }

.markets-chart__head {
  padding: 8px 30px 8px 8px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  min-width: 200px;
  display: block;
  width: 100%;
  border: 1px solid #C8C8C8;
  position: relative; }

.markets-chart__selected {
  font-weight: 500;
  text-transform: capitalize; }

.markets-chart__save {
  text-align: center; }
  @media (min-width: 769px) {
    .markets-chart__save {
      margin-left: auto;
      margin-right: 20px; } }

.markets-chart__arrow {
  position: absolute;
  right: 15px;
  top: 16px;
  width: 10px;
  height: 8px;
  transition: transform 0.5s; }
  .markets-chart__arrow:after, .markets-chart__arrow:before {
    content: '';
    position: absolute;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #505050;
    border-radius: 20px; }
  .markets-chart__arrow:after {
    left: 2px;
    transform: rotate(-40deg); }
  .markets-chart__arrow:before {
    right: 2px;
    transform: rotate(40deg); }

.markets-chart__form {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  flex-wrap: wrap; }

.date-interval__row input {
  display: block;
  max-width: 160px;
  width: 100%;
  border: 1px solid #979da0;
  font-size: 14px;
  border-radius: 4px;
  padding: 7px 8px; }
  .date-interval__row input::-moz-placeholder {
    opacity: 0 !important; }
  .date-interval__row input::placeholder {
    opacity: 0 !important; }

.date-interval__sep {
  width: 35px;
  height: 35px;
  margin-bottom: 2px; }
  .date-interval__sep svg {
    fill: #1585a6; }
  @media (max-width: 576px) {
    .date-interval__sep {
      display: none; } }

.markets-chart__btn, [id=save-chart] {
  border-radius: 5px;
  color: white;
  background: #2ba6cb;
  border: none;
  transition: all ease 0.3s;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  min-width: 120px;
  padding: 10px;
  text-transform: uppercase; }
  .markets-chart__btn:hover, .markets-chart__btn:focus, [id=save-chart]:hover, [id=save-chart]:focus {
    outline: none !important;
    color: white;
    background: #1f84a3; }

.markets__result {
  position: relative;
  padding-left: 17px; }
  .markets__result.positive:after, .markets__result.negative:after {
    content: '';
    position: absolute;
    left: -1px;
    width: 0;
    height: 0;
    border-style: solid; }
  .markets__result.positive:after {
    top: 4px;
    border-width: 0 6px 10.4px 6px;
    border-color: transparent transparent #53ff47 transparent; }
    @media (max-width: 1025px) {
      .markets__result.positive:after {
        top: 6px; } }
    @media (max-width: 576px) {
      .markets__result.positive:after {
        border-width: 0 4px 8px 4px;
        top: 7px;
        left: 1px; } }
  .markets__result.negative:after {
    top: 6px;
    border-width: 10.4px 6px 0 6px;
    border-color: #ff4d4d transparent transparent transparent; }
    @media (max-width: 576px) {
      .markets__result.negative:after {
        border-width: 7px 4px 0 4px;
        top: 8px;
        left: 1px; } }
  .markets__result.null:after {
    content: '';
    width: 10px;
    height: 2px;
    background-color: white;
    position: absolute;
    top: calc(50% - 1px);
    left: 0; }
    @media (max-width: 768px) {
      .markets__result.null:after {
        top: 50%; } }
  @media (max-width: 576px) {
    .markets__result {
      padding-left: 14px; } }

.markets-chart__body {
  margin: 20px 0 50px auto;
  position: relative; }
  @media (max-width: 767px) {
    .markets-chart__body {
      overflow: scroll;
      margin: 30px auto; } }

@media (max-width: 576px) {
  .markets-chart__content {
    height: 260px !important;
    width: 510px !important; } }

.preloader-options, .preloader__wrap, .error-message {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  z-index: 9;
  background: rgba(255, 255, 255, 0.55);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: all ease 0.5s; }

.preloader__wrap.preloader-visible {
  opacity: 1 !important;
  visibility: visible !important; }

.preloader__wrap .preloader {
  position: absolute;
  margin: 0 auto;
  width: 70px;
  height: 70px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.error-message {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 1.8rem;
  font-weight: 500;
  color: #de4542; }
  .error-message.error-show {
    opacity: 1 !important;
    visibility: visible !important;
    transition: all ease 0.5s; }

.chart-desc__price {
  display: flex;
  justify-content: center;
  -moz-column-gap: 15px;
  column-gap: 15px;
  margin: 15px 0;
  font-weight: 700;
  font-size: 1.5rem; }
  @media (max-width: 500px) {
    .chart-desc__price {
      font-size: 1.3rem; } }

.markets-chart__desc {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 30px; }
  @media (min-width: 769px) {
    .markets-chart__desc {
      margin-bottom: 50px; } }

.chart-desc__item {
  max-width: 700px;
  width: 100%;
  transition: .3s all ease; }
  @media (max-width: 576px) {
    .chart-desc__item {
      overflow-x: auto; } }
  @media (min-width: 1025px) {
    .chart-desc__item:hover {
      box-shadow: 0 0 15px 3px #3333; } }

.chart-desc__body .mc-table__row:nth-of-type(even) .mc-table__value {
  background-color: #e6f7fd; }

.markets-chart__title {
  font-size: 2rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    .markets-chart__title {
      flex-direction: column;
      align-items: flex-start; }
      .markets-chart__title .title__value {
        margin: 5px 0; } }

.chart-desc__table {
  display: table;
  width: 100%;
  border: none; }

.chart-desc__title {
  font-size: 2rem;
  margin: 20px 0;
  font-weight: 500; }
  @media (min-width: 1025px) {
    .chart-desc__title {
      padding-left: 20px; } }

.mc-table__row > * {
  background: white;
  border: 1px solid #d7d7d7;
  font-size: 1.5rem;
  padding: 15px 25px;
  text-align: center; }

.mc-table__head {
  font-weight: 700;
  background: #2ba6cb;
  color: #fff; }

.mc-table__value {
  font-weight: 500; }

.aside-posts-wrap {
  padding: 25px; }

.aside-post-item {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  position: relative;
  padding-left: 20px; }
  .aside-post-item:after {
    content: '';
    background: url("../../images/h4-pre-title.svg") center/contain no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 5px; }
  .aside-post-item:focus {
    outline: none;
    text-decoration: none; }

.aside-post-title {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 20px;
  word-break: break-word; }
  @media (max-width: 500px) {
    .aside-post-title {
      font-size: 1.2rem;
      margin-bottom: 15px; } }

.aside-post-date {
  font-size: 1.2rem;
  color: #6C828D; }
  @media (max-width: 500px) {
    .aside-post-date {
      font-size: 1rem; } }

.aside-posts-btn {
  border: 2px solid #263238;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 5px;
  margin-bottom: 15px;
  margin-top: 5px;
  font-size: 14px;
  color: #263238; }

.markets-page .post-title {
  margin: 0 0 10px;
  font-size: 2.6rem;
  font-weight: 600; }

.markets-page .single-post-big {
  overflow: hidden;
  padding: 10px 30px; }

.markets-page .aside-posts-wrap {
  padding: 15px 25px; }

.markets-page .post-body {
  display: none; }

@media (min-width: 768px) {
  .markets-page .post-body {
    display: block; }
  .markets-page .post-body__mobile {
    display: none; } }

@media (max-width: 576px) {
  .markets-page {
    padding: 15px; } }

.markets-aside {
  background-color: white; }

.aside-posts-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%; }

@media (max-width: 576px) {
  .markets-chart__btn,
  .date-interval__row,
  .date-interval__row input,
  .markets-chart__select,
  .markets-chart__list,
  .markets-chart__head {
    width: 100%;
    max-width: 100%;
    min-width: 100%; } }

@media (max-width: 370px) {
  .lightpick {
    left: 13px !important; } }

.calendar-btn {
  background: #efeff4;
  font-size: 1.5rem;
  border-radius: 0;
  padding: 2px 10px;
  margin-left: 16px; }

.page-404 {
  width: 100%;
  opacity: 1;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  margin-bottom: 0 !important;
  min-height: 100vh; }

.error-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 2; }

body.search-no-results .bg, body.error404 .bg {
  background: rgba(37, 50, 55, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  z-index: -1;
  top: 0;
  left: 0; }

body.search-no-results .page-content.new-search, body.error404 .page-content.new-search {
  background: url("../../images/search-results-backround.png") center/cover no-repeat; }

.error-code {
  padding-top: 225px;
  z-index: 2;
  display: flex;
  margin: 0 auto;
  max-width: 334px;
  height: 100%; }

.error-text {
  display: flex;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 32px !important;
  color: #FFFFFF;
  line-height: 38.4px;
  z-index: 2;
  padding: 0 10px; }

.useful-links {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 24px;
  z-index: 3;
  display: flex;
  padding: 0 15px;
  margin-top: 50px; }

.links-part {
  max-width: 664px;
  padding-bottom: 120px;
  margin-left: 80px; }

.buttons404 {
  padding: 0 15px;
  margin-top: 20px;
  z-index: 3;
  display: flex;
  flex-direction: row;
  gap: 30px; }

.button-link {
  width: 200px;
  height: 45px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 21.6px;
  z-index: 2;
  border: white solid 1px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  transition: 0.3s linear; }

.error-button {
  margin-left: 5px;
  color: #FFFFFF; }

.button-link:hover {
  background-color: #2BA6CB; }

.error-button:hover {
  color: #FFFFFF; }

.page-404 h2 {
  font-size: 32px; }

@media (max-width: 910px) {
  .error-text {
    text-align: center;
    justify-content: center; } }

@media (max-width: 770px) {
  .links-part {
    margin-left: 10px; }
  .error-code {
    max-width: 209px;
    width: 100%; } }

@media (max-width: 800px) {
  .links-part {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 auto; }
  .buttons404 {
    padding-right: 15px;
    padding-left: 0; }
  .useful-links {
    padding: 0 0; } }

@media (max-width: 740px) {
  .buttons {
    flex-direction: column;
    width: 100%;
    gap: 20px; }
  .links-part {
    margin-left: 20px; }
  .error-text {
    font-size: 24px !important;
    text-align: center; } }

@media (max-width: 700px) {
  .links-part {
    padding-top: 50px;
    align-items: center; }
  .error-code {
    padding-top: 155px; }
  .error-text {
    font-size: 20px !important;
    line-height: 24px; }
  .useful-links {
    font-size: 18px;
    margin-right: 115px; }
  .buttons404 {
    flex-direction: column;
    width: 100%;
    gap: 20px;
    align-items: center; }
  .error-subtitle {
    text-align: center; }
  .button-link {
    font-size: 16px;
    max-width: 345px;
    width: 100%;
    height: 48px; }
  .error-text {
    max-width: 500px;
    display: flex;
    margin: 0 auto;
    text-align: center; } }

@media (max-width: 600px) {
  .buttons404 {
    padding: 0 15px; }
  .error-code {
    padding-top: 160px; }
  .links-part {
    margin-left: 0;
    padding-top: 120px; }
  .useful-links {
    margin-right: 95px; } }

@media (max-width: 375px) {
  .useful-links {
    margin: 0; }
  .page-404 {
    background-position: center; } }

@media (max-width: 450px) {
  .page-404 {
    background-position: center; } }

.new-search {
  position: relative;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  min-height: 100vh;
  z-index: 1;
  background-position: center !important; }

.search-container {
  max-width: 1260px; }

.result-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal !important;
  font-style: normal;
  font-size: 40px !important;
  color: #FFFFFF;
  line-height: 38.4px;
  z-index: 2;
  padding: 120px 10px 0 10px;
  margin-bottom: 40px !important;
  max-width: 1300px; }

.result-title span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600 !important;
  font-style: normal;
  font-size: 40px !important;
  color: #FFFFFF;
  line-height: 38.4px;
  z-index: 2;
  margin-bottom: 40px !important;
  margin-top: 15px;
  display: block; }

.result-subtitle {
  display: flex;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px !important;
  color: #FFFFFF;
  z-index: 2;
  padding: 0 10px;
  margin-bottom: 20px !important; }

.result-list {
  font-family: 'Montserrat', sans-serif;
  list-style: disc;
  margin-right: 0;
  margin-left: 10px; }

.result-list li {
  margin-left: 0;
  padding: 0 10px;
  color: #FFFFFF;
  font-size: 18px !important;
  list-style: none; }

.result-list li:before {
  content: '';
  display: inline-block;
  height: 2px;
  width: 2px;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #FFFFFF;
  margin-right: 15px; }

.search-links-part {
  max-width: 664px;
  padding-bottom: 120px; }

.buttons-search-res {
  padding: 0 10px;
  margin-top: 20px;
  z-index: 3;
  display: flex;
  flex-direction: row;
  gap: 30px; }

.search-but {
  width: 200px;
  height: 45px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 21.6px;
  z-index: 2;
  border: white solid 1px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  transition: 0.3s linear; }

.search-result-links {
  margin-left: 5px;
  color: #FFFFFF; }

.search-but:hover {
  background-color: #2BA6CB; }

.search-result-links:hover {
  color: #FFFFFF; }

.prices-image {
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  display: block;
  margin-right: 5px; }

.special-image {
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  display: block;
  margin-right: 5px; }

.analytic-image {
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  display: block;
  margin-right: 5px; }

.news-image {
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  display: block;
  margin-right: 5px; }

.manufacture-image {
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  display: block;
  margin-right: 5px; }

.search-res-analytic {
  display: flex; }

.search-res-news {
  display: flex; }

.search-res-prices {
  display: flex; }

.search-res-manufacture {
  display: flex; }

.search-res-special {
  display: flex; }

.search-page-result {
  width: 100%;
  left: 0; }

.useful-links-res {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 24px;
  z-index: 3;
  display: flex;
  padding: 0 15px;
  margin-top: 50px; }

@media (max-width: 740px) {
  .buttons-search-res {
    flex-direction: column;
    justify-content: center;
    padding-bottom: 0; }
  .new-search {
    background-position: center; }
  .result-title {
    padding-top: 40px; }
  .search-links-part {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .buttons-search-res {
    flex-direction: column;
    width: 100%;
    gap: 20px;
    align-items: center; }
  .search-but {
    height: 48px;
    width: 345px; }
  .useful-links-res {
    padding: 0 10px;
    margin-top: 50px;
    font-size: 18px;
    margin-right: 100px; }
  .result-title {
    text-align: center; } }

.single-special-projects .post-author-extended {
  padding-bottom: 0; }
  .single-special-projects .post-author-extended .post-title {
    margin: 0; }

@media (max-width: 767px) {
  .single-special-projects .breadcrumbs-wrapper > ul {
    padding: 0; } }

.display-block {
  display: block !important; }

.menu-loader {
  position: absolute;
  z-index: 100;
  width: calc(100% - 565px);
  left: 532px;
  top: 0;
  height: 100%;
  display: none;
  background: rgba(26, 127, 157, 0.5); }
  .menu-loader img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  @media (max-width: 992px) {
    .menu-loader {
      left: 470px; } }
  .menu-loader.main-nav-loader {
    left: 282px; }
    @media (max-width: 992px) {
      .menu-loader.main-nav-loader {
        left: 220px; } }
    @media (max-width: 680px) {
      .menu-loader.main-nav-loader {
        left: 150px; } }

.display-none {
  display: none; }

@media (max-width: 1400px) {
  .sub-levels .infographic li,
  .sub-levels .interview li {
    width: 50%; } }

@media (max-width: 600px) {
  .sub-levels .infographic li,
  .sub-levels .interview li {
    width: 100%; } }

.sub-levels {
  opacity: 1 !important;
  visibility: unset !important; }

.hide-category {
  left: 0;
  width: calc(100% - 320px) !important; }
  @media (max-width: 1100px) {
    .hide-category {
      width: 100% !important; } }

.menu-content .posts-block a {
  float: left;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  padding: 11px 20px;
  text-decoration: none !important; }

.menu-content .posts-block .view-all {
  margin-bottom: 3px;
  padding: 20px 31px; }
  .menu-content .posts-block .view-all a {
    padding: 5px 0 0;
    font-size: 12px;
    width: auto;
    border-bottom: 1px solid #fff; }

.menu-main-block .nav-menu .current-menu-item {
  background: unset; }
  .menu-main-block .nav-menu .current-menu-item a:hover {
    background: #2ba6cb; }
  .menu-main-block .nav-menu .current-menu-item:hover {
    background: unset; }

.menu-main-block .nav-menu li a:active, .menu-main-block .nav-menu li a:focus {
  background: unset; }

.menu-main-block .nav-menu li a:hover {
  background: #2ba6cb; }

.menu-main-block .nav-menu li:hover {
  background: #2ba6cb; }

.menu-main-block .nav-menu li.active {
  background: #2ba6cb; }
  .menu-main-block .nav-menu li.active:hover {
    background: #2ba6cb; }

.markets {
  display: none; }

.email-wrap .wpcf7-form-control-wrap {
  display: inline-block;
  max-width: 65%; }

.search-special-projects h3 {
  background: #263238; }

.hide-element {
  display: none !important; }

.hiden-psevdo-elemnt:after {
  display: none; }

.loadmore.btn.disabled {
  pointer-events: none;
  background: #ccc;
  touch-action: none;
  cursor: none; }

.spec-single-post-custom .spec-single-post-block > a {
  display: block;
  aspect-ratio: 16/8;
  overflow: hidden; }

.post-title.exclusive {
  position: relative;
  padding: 1.5rem 2rem;
  color: #fff;
  background: linear-gradient(135deg, #174863 0%, #2BA6CB 100%);
  border-radius: 5px;
  font-size: 2.5rem;
  line-height: 1.3;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden; }

.exclusive-badge {
  position: absolute;
  top: 42px;
  right: 12px;
  background: linear-gradient(135deg, #174863 0%, #2BA6CB 100%);
  color: white;
  font-size: 0.9rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.3rem 2.5rem;
  transform: translateX(30%) translateY(0) rotate(35deg);
  transform-origin: top right;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }
