@charset "UTF-8";
/*normalize*/
article, aside, details, figure, footer, header, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"],
input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body, figure {
  margin: 0; }

legend, button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*normalize end*/
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite; }

* {
  box-sizing: border-box; }

html, body {
  overflow-x: hidden;
  font-family: 'Open Sans', sans-serif; }

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

a {
  color: #000;
  text-decoration: none;
  transition: color .2s; }
  a:hover {
    text-decoration: none;
    transition: color .2s; }

button {
  cursor: pointer; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignleft {
  float: left;
  margin: 0.5em 3em 0.5em 0; }

.alignright {
  float: right;
  margin: 0.5em 0 0.5em 3em; }

.w-100 {
  width: 100%; }

.h-100 {
  height: 100%; }

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

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

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1.2;
  color: #262626; }

.home h1, .home h2, .home h3, .home h4, .home h5, .home h6 {
  font-style: normal;
  font-weight: bold; }

.home h1 {
  font-size: 52px;
  line-height: 66px; }
  @media (max-width: 767px) {
    .home h1 {
      font-size: 30px;
      line-height: 35px; } }

.home h2 {
  font-size: 32px; }
  @media (max-width: 767px) {
    .home h2 {
      font-size: 26px; } }

.home h3 {
  font-size: 22px; }
  @media (max-width: 767px) {
    .home h3 {
      font-size: 18px; } }

h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 49px; }
  @media (max-width: 767px) {
    h1 {
      font-size: 30px;
      line-height: 35px; } }

h2 {
  font-size: 20px; }
  @media (max-width: 767px) {
    h2 {
      font-size: 18px; } }

h3 {
  font-size: 15px; }
  @media (max-width: 767px) {
    h3 {
      font-size: 15px; } }

h4 {
  font-size: 15px; }
  @media (max-width: 767px) {
    h4 {
      font-size: 15px; } }

h5 {
  font-size: 15px; }
  @media (max-width: 767px) {
    h5 {
      font-size: 14px; } }

p {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  color: #000; }
  @media (max-width: 767px) {
    p {
      font-size: 16px;
      line-height: 1.625; } }

.preloader_here.blured > * {
  filter: blur(10px); }

.preloader_here > * {
  filter: blur(0px); }

@media (max-width: 991px) {
  .container_header_menu-wrap button.menu_button.menu_toggle {
    position: fixed;
    z-index: 1;
    right: 40px;
    opacity: 0;
    display: none;
    transform: scale(0);
    transition: .3s; }
    .container_header_menu-wrap button.menu_button.menu_toggle i {
      color: white;
      background: white;
      width: 35px;
      height: 35px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      font-size: 24px;
      margin-left: 0px; }
  .container_header_menu-wrap button.menu_button.menu_toggle.active {
    opacity: 1;
    display: block;
    left: 0;
    top: 0;
    color: black;
    transform: scale(1);
    background: rgba(0, 0, 0, 0.54);
    padding: 30px 90vw 118vh 8vw; }
    .container_header_menu-wrap button.menu_button.menu_toggle.active i {
      color: black;
      font-size: 21px; }
  .menu_toggle i {
    color: #fff;
    font-size: 29px;
    margin-left: 20px; }
  ul.ul_header_menu {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100vh;
    overflow: hidden;
    transform: translate3d(110%, 0, 0);
    width: 0vw;
    z-index: 1;
    transition: all ease-out .2s;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    list-style-type: none;
    align-items: flex-start; }
    ul.ul_header_menu a {
      color: black; }
  .ul_header_menu.opened {
    width: 80vw;
    transform: translate3d(0, 0, 0);
    z-index: 9;
    background-color: white;
    justify-content: flex-start;
    padding-left: 8vw;
    max-height: 100vh;
    overflow: auto; }
    .ul_header_menu.opened:after {
      content: ' '; }
    .ul_header_menu.opened * {
      color: #262626; }
    .ul_header_menu.opened ul {
      flex-direction: column;
      list-style-type: none; }
    .ul_header_menu.opened > li {
      width: 100%; }
    .ul_header_menu.opened > li > a {
      display: block;
      padding: 12px 0px;
      text-transform: uppercase;
      width: 100%; }
    .ul_header_menu.opened > li:not(:first-child) > a {
      border-top: 1px solid #e5e5e5; }
    .ul_header_menu.opened > li.menu-item-has-children > a {
      border-bottom: 1px solid #e5e5e5; }
    .ul_header_menu.opened > li.menu-item-has-children > a:after {
      content: "\f078";
      float: right;
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-size: 12px;
      margin: 3px 3px; }
  button.menu_button.menu_toggle.active {
    opacity: 1;
    top: 45px;
    display: block;
    color: white; }
    button.menu_button.menu_toggle.active *,
    button.menu_button.menu_toggle.active i {
      color: white; } }

header.head_wrap {
  padding: 10px 0;
  z-index: 1;
  position: relative;
  background: #5DB5C1; }
  header.head_wrap img.custom-logo {
    max-width: 100%;
    display: block;
    position: relative;
    padding: 11px 0; }

.container_header_menu ul {
  display: flex;
  padding-left: 0;
  margin: 0;
  justify-content: flex-end; }
  .container_header_menu ul a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: white; }

.container_header_menu > ul li {
  margin: 0 15px;
  padding: 11px 5px;
  position: relative; }
  @media (max-width: 1499px) {
    .container_header_menu > ul li {
      margin: 0 1.5vw; } }
  @media (max-width: 767px) {
    .container_header_menu > ul li {
      padding: 1px;
      line-height: 30px; } }
  .container_header_menu > ul li:first-child {
    margin-left: 0; }
  .container_header_menu > ul li:last-child {
    margin-right: 0; }

img.menu-image.menu-image-title-after {
  height: auto;
  max-width: 25px;
  padding: 0;
  max-height: 25px; }

@media (min-width: 992px) {
  .container_header_menu ul {
    list-style-type: none; }
    .container_header_menu ul li.menu-item.menu-item-has-children {
      position: relative;
      z-index: 1; }
      .container_header_menu ul li.menu-item.menu-item-has-children:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        content: '\f078';
        color: white;
        transition: transform .3s;
        transform: rotate(0deg);
        font-weight: normal;
        font-size: 13px; } }
      @media (min-width: 992px) and (min-width: 1100px) {
        .container_header_menu ul li.menu-item.menu-item-has-children:after {
          margin-left: 10px; } }

@media (min-width: 992px) {
      .container_header_menu ul li.menu-item.menu-item-has-children:hover:after {
        transform: rotate(180deg);
        transition: transform .3s; }
      .container_header_menu ul li.menu-item.menu-item-has-children:hover > ul.sub-menu {
        visibility: visible;
        opacity: 1;
        transition: opacity .3s;
        z-index: 2;
        width: auto; }
      .container_header_menu ul li.menu-item.menu-item-has-children ul.sub-menu {
        position: absolute;
        width: auto;
        height: auto;
        display: block;
        background: white;
        box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.33);
        padding: 0px;
        margin: 0;
        right: 0;
        border-radius: 0;
        top: 99%;
        visibility: hidden;
        opacity: 0;
        transition: opacity .3s;
        list-style-type: none;
        color: black; }
        .container_header_menu ul li.menu-item.menu-item-has-children ul.sub-menu a {
          color: #262626; } }
      @media (min-width: 992px) and (min-width: 768px) {
        .container_header_menu ul li.menu-item.menu-item-has-children ul.sub-menu {
          white-space: nowrap; } }

@media (min-width: 992px) {
        .container_header_menu ul li.menu-item.menu-item-has-children ul.sub-menu:after {
          content: ' ';
          position: absolute;
          top: 98%;
          height: 100px;
          width: 100%;
          background: transparent; }
        .container_header_menu ul li.menu-item.menu-item-has-children ul.sub-menu li {
          margin: 0;
          border-bottom: 1px solid #d0d0d0;
          padding: 10px 15px; }
          .container_header_menu ul li.menu-item.menu-item-has-children ul.sub-menu li:after {
            right: -16px; }
          .container_header_menu ul li.menu-item.menu-item-has-children ul.sub-menu li:last-of-type {
            border-bottom: 0; }
          .container_header_menu ul li.menu-item.menu-item-has-children ul.sub-menu li ul.sub-menu {
            position: relative;
            overflow: hidden;
            max-height: 0;
            transition: max-height .3s;
            visibility: visible;
            opacity: 1;
            z-index: 2;
            padding-top: 8px;
            box-shadow: none;
            margin-bottom: -10px; }
          .container_header_menu ul li.menu-item.menu-item-has-children ul.sub-menu li:hover > ul.sub-menu {
            max-height: 300px;
            transition: max-height .3s; } }

.live_search_wrap {
  position: relative; }
  .live_search_wrap .live_search_inner-flex {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0px 10px; }
  .live_search_wrap .live_search_inner {
    display: none; }
  .live_search_wrap.opened {
    z-index: 2;
    padding: 0; }
  .live_search_wrap .search_ico {
    width: auto;
    height: 30px; }
  .live_search_wrap.opened .live_search_inner {
    display: block;
    position: absolute;
    box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.33);
    z-index: 9;
    background: white;
    width: 100%;
    border-radius: 8px;
    padding: 0;
    overflow: hidden; }
  .live_search_wrap .live_search_input {
    width: 81%;
    height: 35px;
    margin: 6px 60px;
    border: 0;
    outline: 0;
    padding: 10px; }
  .live_search_wrap .live_ser_spiner {
    margin: 0 21px;
    font-size: 20px;
    opacity: 0;
    transition: .3s; }
    @media (max-width: 767px) {
      .live_search_wrap .live_ser_spiner {
        display: none; } }
  .live_search_wrap.processing .live_ser_spiner {
    margin: 0 21px;
    font-size: 20px;
    opacity: 1; }
  .live_search_wrap span.close {
    cursor: pointer;
    font-size: 22px;
    line-height: 31px; }
  .live_search_wrap ::-webkit-scrollbar {
    height: 15px;
    overflow: visible;
    width: 10px; }
  .live_search_wrap ::-webkit-scrollbar-thumb {
    background-color: #71B8EF;
    background-clip: padding-box;
    border: solid transparent;
    border-width: 1px 1px 1px 1px;
    min-height: 25px;
    padding: 100px 0 0;
    border-radius: 10px; }
  .live_search_wrap ::-webkit-scrollbar-track {
    background-clip: padding-box;
    box-shadow: inset 1px 1px 5px #d5d5d5;
    border-radius: 10px; }
  .live_search_wrap ul.live_search_res {
    list-style-type: none;
    padding: 0px;
    margin: 0;
    border-top: 1px solid #F2F1F9;
    overflow: auto;
    max-height: 60vh; }
    .live_search_wrap ul.live_search_res li {
      padding: 18px;
      padding-left: 11%;
      margin: 0;
      display: block;
      position: relative;
      z-index: 3; }
      .live_search_wrap ul.live_search_res li:hover {
        background-color: #f2f1fa; }

@media (max-width: 991px) {
  .menu_toggle {
    border: 0;
    background-color: transparent; }
  .menu_section .header_menu.menu_opened ~ .search_btn {
    display: block;
    z-index: 9;
    margin: 0;
    position: fixed;
    left: 35px;
    top: 34px; }
  .menu_section .header_menu.menu_opened ~ .menu_toggle {
    margin: 0;
    position: fixed;
    right: 35px;
    top: 23px; }
  .live_search_wrap.opened {
    z-index: 9999; }
    .live_search_wrap.opened .search_ico {
      display: none; }
    .live_search_wrap.opened .live_search_input {
      margin: 6px 20px;
      width: 75%; }
    .live_search_wrap.opened .live_search_inner {
      width: calc(100% - 30px);
      left: 0;
      right: 0;
      margin: 0 15px; }
    .live_search_wrap.opened .live_search_res li {
      padding: 14px;
      padding-left: 30px; } }

.container_menu_and_buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end; }

button.search_button.search_btn {
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
  color: #fff;
  margin-left: 2vw; }

@media (max-width: 768px) {
  .dynamic_sidebar-wrap {
    order: 9;
    margin-top: 40px; } }

.dynamic_sidebar-wrap a {
  color: #262626;
  text-decoration: none; }

.dynamic_sidebar-wrap a:hover {
  text-decoration-line: underline;
  color: #262626; }

.dynamic_sidebar-wrap h3.widgettitle {
  margin-top: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #262626;
  margin-bottom: 0;
  background: #B4DBE0;
  padding: 26px 15px; }
  .dynamic_sidebar-wrap h3.widgettitle:before {
    content: "\f044";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 7px; }

.dynamic_sidebar-wrap .widget {
  margin: 35px 0;
  background: #FFFFFF;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  overflow: hidden; }
  .dynamic_sidebar-wrap .widget > *:last-child {
    margin-bottom: -5px; }
  .dynamic_sidebar-wrap .widget .widget_recent_entries ul,
  .dynamic_sidebar-wrap .widget .textwidget ul {
    margin-top: 5px; }
  .dynamic_sidebar-wrap .widget > * {
    padding: 0;
    margin-top: 0; }
  .dynamic_sidebar-wrap .widget ul {
    list-style-type: none;
    padding-left: 0;
    padding: 14px 15px;
    margin-top: 0; }
    .dynamic_sidebar-wrap .widget ul li {
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 19px;
      padding: 15px 0px;
      position: relative;
      color: #262626; }
      .dynamic_sidebar-wrap .widget ul li:first-child {
        padding-top: 0; }
      .dynamic_sidebar-wrap .widget ul li:last-child {
        padding-bottom: 5px; }
      .dynamic_sidebar-wrap .widget ul li:not(:last-child):after {
        content: ' ';
        position: absolute;
        bottom: 0;
        left: -50px;
        width: 200%;
        border-bottom: 1px solid #E5E5E5; }

.dynamic_sidebar-wrap > *:first-child {
  margin-top: 0; }

.dynamic_sidebar-wrap .tbl_of_contents h3.widgettitle:before {
  content: "\f03a"; }

.dynamic_sidebar-wrap ol.tbl_of_titles-list {
  list-style-type: none;
  padding: 0px 15px 15px 40px;
  position: relative; }
  .dynamic_sidebar-wrap ol.tbl_of_titles-list li.scroll_spy_item {
    position: relative; }
    .dynamic_sidebar-wrap ol.tbl_of_titles-list li.scroll_spy_item a {
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      line-height: 22px;
      color: #B2C8CB;
      display: block; }
    .dynamic_sidebar-wrap ol.tbl_of_titles-list li.scroll_spy_item.active a {
      color: #50B4C0; }
    .dynamic_sidebar-wrap ol.tbl_of_titles-list li.scroll_spy_item:before {
      content: ' ';
      width: 16px;
      height: 16px;
      border-radius: 16px;
      position: absolute;
      left: -25px;
      border: 2px solid #B2C8CB;
      top: 4px; }
    .dynamic_sidebar-wrap ol.tbl_of_titles-list li.scroll_spy_item.active:after {
      content: ' ';
      width: 8px;
      height: 8px;
      border-radius: 16px;
      position: absolute;
      left: -21px;
      background: #50B4C0;
      border: 0;
      top: 8px; }
    .dynamic_sidebar-wrap ol.tbl_of_titles-list li.scroll_spy_item:not(:last-child) a {
      padding-bottom: 15px; }
    .dynamic_sidebar-wrap ol.tbl_of_titles-list li.scroll_spy_item:not(:last-child) a:after {
      content: " ";
      height: calc(100% - 15px);
      width: 0;
      border-left: 2px solid #B2C8CB;
      display: block;
      position: absolute;
      top: 20px;
      left: -18px; }

footer.footer_wrap .footer_widget .widgettitle {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  color: #ffffff !important; }
  footer.footer_wrap .footer_widget .widgettitle:after {
    content: ' ';
    width: 38px;
    height: 2px;
    background: white;
    display: block;
    top: 10px;
    position: relative; }

footer.footer_wrap .footer_widget a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.5);
  transition: color .3s; }
  footer.footer_wrap .footer_widget a:hover {
    color: #ffffff; }

footer.footer_wrap {
  background: #5DB5C1; }
  footer.footer_wrap .copyy {
    background: #050505;
    margin: 0;
    text-align: center;
    padding: 30px;
    color: white; }
    footer.footer_wrap .copyy * {
      color: white; }
  footer.footer_wrap .footer_widget {
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media (max-width: 767px) {
      footer.footer_wrap .footer_widget {
        min-width: 300px;
        padding: 20px; } }
    footer.footer_wrap .footer_widget * {
      color: rgba(255, 255, 255, 0.4); }
    footer.footer_wrap .footer_widget img.footer_logo {
      position: relative;
      top: -30px;
      margin-top: 0;
      display: block; }
    footer.footer_wrap .footer_widget i.fa {
      font-size: 25px;
      margin-right: 15px; }
    footer.footer_wrap .footer_widget h3.widgettitle {
      margin-top: 0;
      color: white; }
    footer.footer_wrap .footer_widget:nth-child(2) h3.widgettitle {
      text-align: right;
      max-width: 168px; }
    footer.footer_wrap .footer_widget ul {
      list-style-type: none;
      padding-left: 0;
      margin-top: 0;
      line-height: 2; }

.single_post_card-in_loop .single_post_card-inner {
  margin-bottom: 15px;
  border-bottom: 1px solid #FAFAFA;
  padding-bottom: 15px; }

.single_post_card-in_loop .post_data {
  padding: 0 20px;
  padding-top: 10px;
  min-height: 260px; }

.single_post_card-in_loop .post_date {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 15px;
  color: #CBCBCB;
  margin-top: 0; }

.single_post_card-in_loop .entry-title,
.single_post_card-in_loop .entry-title a {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 38px;
  color: #262626;
  margin-bottom: 10px; }

.single_post_card-in_loop .the_excerpt {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #535353; }

.single_post_card-in_loop a.read_more {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 142.5%;
  color: #FF8043; }

.pagination {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
  margin: 5vh auto;
  margin-bottom: 8vh; }
  .pagination * {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #262626; }
  .pagination > * {
    margin: 0 15px; }
  .pagination span.page-numbers.current {
    background: #EF8337;
    border-radius: 150px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin: 0 5px; }

.single_post_content figure.featured-media img {
  border-radius: 4px; }

.single_post_content h1.entry-title {
  margin-bottom: 0; }

.single_post_content p.meta {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 27px;
  letter-spacing: 0.03em;
  color: #C4C4C4;
  margin: 25px 0;
  margin-top: 0; }
  .single_post_content p.meta i {
    color: #FF9711;
    font-style: normal; }

.single_post_content .the_content {
  border-bottom: 1px solid #FAFAFA;
  padding-bottom: 25px; }
  .single_post_content .the_content table, .single_post_content .the_content th, .single_post_content .the_content td {
    border: 1px solid rgba(0, 0, 0, 0.1); }
  .single_post_content .the_content table th, .single_post_content .the_content table td {
    padding: 8px; }
  .single_post_content .the_content > span,
  .single_post_content .the_content > blockquote,
  .single_post_content .the_content > i,
  .single_post_content .the_content > strong,
  .single_post_content .the_content > b,
  .single_post_content .the_content li,
  .single_post_content .the_content > p {
    font-style: normal;
    font-size: 15px;
    line-height: 22px;
    color: #535353; }
  .single_post_content .the_content h1, .single_post_content .the_content h2, .single_post_content .the_content h3, .single_post_content .the_content h4, .single_post_content .the_content h5, .single_post_content .the_content h6 {
    font-weight: bold; }
  .single_post_content .the_content h1 {
    font-size: 30px; }
  .single_post_content .the_content h2 {
    font-size: 24px; }
  .single_post_content .the_content h3, .single_post_content .the_content h4 {
    font-size: 18px; }
  .single_post_content .the_content h5, .single_post_content .the_content h6 {
    font-size: 16px; }
  .single_post_content .the_content td {
    vertical-align: top; }

@media (max-width: 991px) {
  .container_header_menu > ul li:first-child {
    margin: 0 1.5vw; } }

.container-fluid.breadcrumb_container {
  padding: 20px 15px; }
  .container-fluid.breadcrumb_container i {
    color: #B4DBE0 !important; }
  @media (min-width: 768px) {
    .container-fluid.breadcrumb_container {
      padding: 20px 0px; } }
  .container-fluid.breadcrumb_container .entry-title {
    margin-top: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 66px;
    margin: 0; }
  .container-fluid.breadcrumb_container .breadcrumb * {
    font-size: 16px;
    line-height: 20px;
    color: #C4C4C4; }
    .container-fluid.breadcrumb_container .breadcrumb *.breadcrumbs__current {
      color: black; }

.comments-wrapper {
  margin-top: 50px;
  margin-bottom: 15vh;
  width: 100%;
  display: block; }
  .comments-wrapper h2.comment-reply-title {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    color: #262626; }
  .comments-wrapper form#commentform {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .comments-wrapper form#commentform label {
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 16px;
      color: rgba(0, 0, 0, 0.4);
      display: block;
      margin-bottom: 6px; }
    .comments-wrapper form#commentform textarea#comment,
    .comments-wrapper form#commentform input {
      max-width: 100%;
      width: 100%;
      min-height: 50px;
      padding: 13px 14px;
      background: #F9F9F9;
      border: 2px solid rgba(0, 0, 0, 0.1);
      box-sizing: border-box;
      border-radius: 4px; }
    .comments-wrapper form#commentform input[type="checkbox"],
    .comments-wrapper form#commentform input[type="radio"] {
      max-width: 100%;
      width: auto;
      min-height: unset; }
    .comments-wrapper form#commentform > p {
      width: 100%; }
    @media (min-width: 992px) {
      .comments-wrapper form#commentform > p {
        width: calc(50% - 15px);
        margin: 10px 0; } }
    .comments-wrapper form#commentform > p.comment-notes,
    .comments-wrapper form#commentform > p.comment-form-comment,
    .comments-wrapper form#commentform > p.comment-form-cookies-consent,
    .comments-wrapper form#commentform > p.form-submit {
      width: 100%; }
    .comments-wrapper form#commentform p.form-submit {
      max-width: 320px; }
    .comments-wrapper form#commentform input#submit {
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      text-align: center;
      color: #FFFFFF;
      background: #EF8337;
      border-radius: 46px;
      border: 0;
      display: inline-block;
      width: auto;
      padding: 0 40px; }
    .comments-wrapper form#commentform p.comment-form-cookies-consent {
      margin: 20px 0;
      display: flex;
      align-items: center; }
      .comments-wrapper form#commentform p.comment-form-cookies-consent input {
        background: #E5E5E5;
        border-radius: 2px; }
      .comments-wrapper form#commentform p.comment-form-cookies-consent label {
        margin-left: 10px;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: normal;
        letter-spacing: 0.03em;
        color: #595C5F; }
    .comments-wrapper form#commentform p.comment-form-cookies-consent {
      position: relative; }
      .comments-wrapper form#commentform p.comment-form-cookies-consent input {
        opacity: 0; }
    .comments-wrapper form#commentform p.comment-form-cookies-consent label:after {
      content: ' ';
      width: 18px;
      height: 18px;
      background: #E5E5E5;
      border-radius: 2px;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      text-align: center; }
    .comments-wrapper form#commentform p.comment-form-cookies-consent input:checked + label:after {
      content: "✔"; }
  .comments-wrapper .comment-notes {
    letter-spacing: .03em;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.4); }
  .comments-wrapper .comment-author.vcard {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .comments-wrapper .comment-author.vcard > * {
      margin-right: 5px; }
    .comments-wrapper .comment-author.vcard .avatar {
      height: 75px;
      width: auto;
      border-radius: 50%; }
  .comments-wrapper .comments-inner .comment .comment {
    margin-left: 25px; }
  .comments-wrapper .comments-inner .comment {
    margin-bottom: 20px;
    margin-top: 20px; }

.accordion-wrap {
  padding: 4vh 0; }
  .accordion-wrap .accordion-container h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
    color: #000000; }
  .accordion-wrap .set {
    position: relative;
    width: 100%;
    height: auto;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    background-color: white;
    margin-bottom: 25px;
    padding: 5px 25px; }
  .accordion-wrap .set:not(:last-child) {
    border-bottom: 1px solid #E7E7E7; }
  .accordion-wrap .set > a {
    display: block;
    padding: 20px 0px;
    padding-right: 40px;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 25px;
    color: #000000; }
  .accordion-wrap .set > a i {
    float: right;
    margin-top: 2px;
    font-style: normal; }
  .accordion-wrap .set > a i:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 22px;
    height: 22px;
    color: rgba(0, 0, 0, 0.2);
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 25px;
    transition: .3s; }
  .accordion-wrap .set > a.active i:before {
    transform: rotate(180deg); }
  .accordion-wrap .content {
    display: none; }
  .accordion-wrap .content p {
    padding: 10px 0px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px; }

.promo_home_page {
  position: relative; }
  @media (max-width: 991px) {
    .promo_home_page {
      background: #b4dbe0; } }
  .promo_home_page .col-12.d-none.d-lg-block.col-lg-4.header-promo {
    overflow-y: hidden; }

.promo_home_page-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  min-width: 100%;
  min-height: 150%;
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat; }

.popular_posts-wrap {
  background: #FAFAFA;
  padding: 10vh 0; }
  .popular_posts-wrap .popular_posts-container h2.popular_posts_title {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 49px;
    color: #262626; }
  .popular_posts-wrap .popular_posts-container .single_post_item-wrap {
    height: 100%;
    padding-bottom: 30px;
    overflow: hidden; }
    .popular_posts-wrap .popular_posts-container .single_post_item-wrap .single_post_item {
      background: #FFFFFF;
      box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
      border-radius: 15px;
      height: 100%;
      overflow: hidden; }
      .popular_posts-wrap .popular_posts-container .single_post_item-wrap .single_post_item .single_post_item-card_content {
        padding: 0px 30px;
        padding-bottom: 15px;
        height: calc(100% - 200px);
        display: flex;
        flex-wrap: wrap; }
        .popular_posts-wrap .popular_posts-container .single_post_item-wrap .single_post_item .single_post_item-card_content .read_more-wrap {
          align-self: flex-end; }
    .popular_posts-wrap .popular_posts-container .single_post_item-wrap .single_post_item-image {
      height: 200px;
      overflow: hidden;
      background: #cccccc; }
    .popular_posts-wrap .popular_posts-container .single_post_item-wrap .read_more {
      font-style: normal;
      font-weight: bold;
      font-size: 15px;
      line-height: 142.5%;
      color: #EF8337; }

article.single_post_card-in_loop {
  border-bottom: 1px solid #E5E5E5; }

.the_content-wrap p, .the_content-wrap li, .the_content-wrap blockquote {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  color: #000; }

.the_content-wrap table, .the_content-wrap th, .the_content-wrap td {
  border: 1px solid rgba(0, 0, 0, 0.1); }

.the_content-wrap table th, .the_content-wrap table td {
  padding: 8px; }

.the_content-wrap a {
  text-decoration: underline; }

@media (max-width: 991px) {
  .the_content-wrap .col {
    min-width: 100%; } }

.in_the_content_card {
  background: white;
  display: inline-block;
  padding: 10px 10px;
  border-radius: 8px;
  box-shadow: 1px 35px 30px -29px #00000059;
  margin: 15px 0; }
  .in_the_content_card ul {
    list-style-type: none; }
    .in_the_content_card ul li {
      margin: 15px 0;
      position: relative; }
      .in_the_content_card ul li:before {
        content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACYSURBVHgBfZDBDYMwDEW/LdpD1UNHYIR2hIzABO0G7QrdgG5QJmAEVmCEsAFniGJs4IQgX8rB1sv/tgmqupFbdsZbBC8tc32eCP8w4Fc46mkGTmgEuGMj7bVxhOPZYQcwkfY5w4fXiENp7JPXGVLKDfJJhOAtrkoxElFxDChtC+zP08YrSrY72Jrq+DXr5Ts6q8MFrnhQPwHPdjTVMVOSeAAAAABJRU5ErkJggg==");
        position: absolute;
        left: -20px;
        top: 0px; }

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite; }

* {
  box-sizing: border-box; }

html, body {
  overflow-x: hidden;
  font-family: 'Open Sans', sans-serif; }

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

a {
  color: #000;
  text-decoration: none;
  transition: color .2s; }
  a:hover {
    text-decoration: none;
    transition: color .2s; }

button {
  cursor: pointer; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignleft {
  float: left;
  margin: 0.5em 3em 0.5em 0; }

.alignright {
  float: right;
  margin: 0.5em 0 0.5em 3em; }

.w-100 {
  width: 100%; }

.h-100 {
  height: 100%; }

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

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

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1.2;
  color: #262626; }

.home h1, .home h2, .home h3, .home h4, .home h5, .home h6 {
  font-style: normal;
  font-weight: bold; }

.home h1 {
  font-size: 52px;
  line-height: 66px; }
  @media (max-width: 767px) {
    .home h1 {
      font-size: 30px;
      line-height: 35px; } }

.home h2 {
  font-size: 32px; }
  @media (max-width: 767px) {
    .home h2 {
      font-size: 26px; } }

.home h3 {
  font-size: 22px; }
  @media (max-width: 767px) {
    .home h3 {
      font-size: 18px; } }

h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 49px; }
  @media (max-width: 767px) {
    h1 {
      font-size: 30px;
      line-height: 35px; } }

h2 {
  font-size: 20px; }
  @media (max-width: 767px) {
    h2 {
      font-size: 18px; } }

h3 {
  font-size: 15px; }
  @media (max-width: 767px) {
    h3 {
      font-size: 15px; } }

h4 {
  font-size: 15px; }
  @media (max-width: 767px) {
    h4 {
      font-size: 15px; } }

h5 {
  font-size: 15px; }
  @media (max-width: 767px) {
    h5 {
      font-size: 14px; } }

p {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  color: #000; }
  @media (max-width: 767px) {
    p {
      font-size: 16px;
      line-height: 1.625; } }

.preloader_here.blured > * {
  filter: blur(10px); }

.preloader_here > * {
  filter: blur(0px); }

.home .filter_wrap {
  margin-bottom: 50px; }
  .home .filter_wrap ::-webkit-scrollbar {
    height: 15px;
    overflow: visible;
    width: 10px; }
  .home .filter_wrap ::-webkit-scrollbar-thumb {
    background-color: #71B8EF;
    background-clip: padding-box;
    border: solid transparent;
    border-width: 1px 1px 1px 1px;
    min-height: 25px;
    padding: 100px 0 0;
    border-radius: 10px; }
  .home .filter_wrap ::-webkit-scrollbar-track {
    background-clip: padding-box;
    box-shadow: inset 1px 1px 5px #d5d5d5;
    border-radius: 10px; }

.page-template-lend-page .filter_wrap {
  margin-bottom: 50px; }

.page-template-lend-page .container.one_card.hide_me {
  display: none; }

.page-template-lend-page .row.filter {
  display: none; }

.the_content .filter_wrap {
  margin: 0 -15px; }

.filter_wrap .row.filter {
  background: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.08);
  margin: 0;
  padding: 30px 30px;
  margin-bottom: 60px; }
  .filter_wrap .row.filter .lbl {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
    line-height: 39px !important; }
  .filter_wrap .row.filter h2 {
    margin-top: 0; }
  @media (max-width: 768px) {
    .filter_wrap .row.filter {
      margin: 0;
      padding: 30px 0px;
      margin-bottom: 30px;
      margin-top: 30px; } }

.filter_wrap .container.one_card {
  background: #FFFFFF;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 0 36px;
  margin: 15px 0;
  position: relative; }
  .filter_wrap .container.one_card .logo img {
    width: auto;
    max-width: 150px;
    max-height: 44px; }
  .filter_wrap .container.one_card .val.best_for > *:first-child {
    margin-top: 0; }
  @media (max-width: 767px) {
    .filter_wrap .container.one_card {
      padding: 30px 25px 10px; } }
  .filter_wrap .container.one_card .row_items {
    align-items: center;
    justify-content: space-between; }
    .filter_wrap .container.one_card .row_items > * {
      padding: 10px 5px; }
  .filter_wrap .container.one_card .recomend {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #5DB5C1;
    display: inline-block;
    position: absolute;
    left: -10px;
    top: 5px;
    padding: 2px 10px; }
    .filter_wrap .container.one_card .recomend:before {
      content: " ";
      position: absolute;
      top: 100%;
      left: 0;
      background: transparent;
      width: 0;
      height: 0;
      border-left: 9px solid transparent;
      border-right: 0px solid transparent;
      border-top: 7px solid #5DB5C1; }
  .filter_wrap .container.one_card .lbl {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: rgba(38, 38, 38, 0.4);
    display: block; }
  .filter_wrap .container.one_card .val {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #262626;
    display: block; }
    .filter_wrap .container.one_card .val p,
    .filter_wrap .container.one_card .val li,
    .filter_wrap .container.one_card .val blockquote {
      font-style: normal;
      font-weight: normal;
      font-size: 15px;
      line-height: 22px;
      color: #000; }
  .filter_wrap .container.one_card .bold .val {
    font-weight: bold; }
  .filter_wrap .container.one_card .not_bold .val {
    font-size: 14px; }
  .filter_wrap .container.one_card .note {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #262626; }
  .filter_wrap .container.one_card .affiliate_url {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .filter_wrap .container.one_card .affiliate_url a {
      background: #EF8337;
      border-radius: 50px;
      font-style: normal;
      font-weight: bold;
      font-size: 16px;
      text-align: center;
      padding: 10px 30px;
      color: #FFFFFF; }
      @media (max-width: 768px) {
        .filter_wrap .container.one_card .affiliate_url a {
          width: 100%; } }

.filter_wrap .range_conn {
  margin: 20px 15px;
  position: relative;
  width: 100%; }
  .filter_wrap .range_conn .rann_tool {
    position: absolute;
    left: 0;
    height: 10px;
    display: block;
    background: #FF8043;
    top: 7px;
    border-radius: 5px;
    max-width: 100%;
    min-width: 10px; }

.filter_wrap .ranger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 95%;
  padding-bottom: 30px; }
  @media (max-width: 767px) {
    .filter_wrap .ranger {
      max-width: 100%; } }
  .filter_wrap .ranger button {
    background: #e5e5e5;
    border: 0;
    border-radius: 50%;
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: normal;
    padding: 7px 13px;
    color: #000; }
  .filter_wrap .ranger input[type=range].slider {
    -webkit-appearance: none;
    width: 100%;
    margin: 0.7px 0; }
  .filter_wrap .ranger input[type=range].slider:focus {
    outline: none; }
  .filter_wrap .ranger input[type=range].slider::-webkit-slider-runnable-track {
    width: 100%;
    background: #E5E5E5;
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    height: 10px; }
  .filter_wrap .ranger input[type=range].slider::-webkit-slider-thumb {
    cursor: pointer;
    -webkit-appearance: none;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background: #EF8337;
    margin-top: -0.7px;
    transform: translateY(-8px); }
  .filter_wrap .ranger input[type=range].slider:focus::-webkit-slider-runnable-track {
    width: 100%;
    background: #E5E5E5;
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    height: 10px; }
  .filter_wrap .ranger input[type=range].slider::-moz-range-track {
    width: 100%;
    background: #E5E5E5;
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    height: 10px; }
  .filter_wrap .ranger input[type=range].slider::-moz-range-thumb {
    cursor: pointer;
    -webkit-appearance: none;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background: #EF8337;
    margin-top: -0.7px;
    transform: translateY(-8px); }
  .filter_wrap .ranger input[type=range].slider::-ms-track {
    width: 100%;
    background: #E5E5E5;
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    height: 10px; }
  .filter_wrap .ranger input[type=range].slider::-ms-fill-lower {
    background: #3c4040;
    border: 0px solid #010101;
    border-radius: 0px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; }
  .filter_wrap .ranger input[type=range].slider::-ms-fill-upper {
    background: #484d4d;
    border: 0px solid #010101;
    border-radius: 0px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; }
  .filter_wrap .ranger input[type=range].slider::-ms-thumb {
    cursor: pointer;
    -webkit-appearance: none;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background: #EF8337;
    margin-top: -0.7px;
    transform: translateY(-8px); }
  .filter_wrap .ranger input[type=range].slider:focus::-ms-fill-lower {
    background: #484d4d; }
  .filter_wrap .ranger input[type=range].slider:focus::-ms-fill-upper {
    background: #545a5a; }
  .filter_wrap .ranger .stripes {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 13px;
    position: absolute;
    width: 100%; }
    .filter_wrap .ranger .stripes .one_stripe {
      background: rgba(0, 0, 0, 0.4);
      width: 2px;
      height: 5px;
      position: relative; }
      @media (max-width: 767px) {
        .filter_wrap .ranger .stripes .one_stripe {
          height: 0; } }
      .filter_wrap .ranger .stripes .one_stripe.long_stripe {
        height: 13px; }
      .filter_wrap .ranger .stripes .one_stripe span {
        position: absolute;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 18px;
        color: rgba(38, 38, 38, 0.4);
        top: 16px;
        transform: translateX(-40%); }

.filter_wrap .input_filterr {
  background: #FFFFFF;
  border: 2px solid rgba(38, 38, 38, 0.2);
  box-sizing: border-box;
  border-radius: 4px;
  padding: 5px 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #262626;
  margin-bottom: 5px;
  display: inline-block;
  position: relative;
  min-width: 150px;
  overflow: hidden; }
  .filter_wrap .input_filterr * {
    color: #262626; }
  .filter_wrap .input_filterr .hidden {
    color: transparent;
    visibility: hidden;
    min-width: 22px;
    display: inline-block;
    height: 25px; }
  @media (max-width: 767px) {
    .filter_wrap .input_filterr {
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      .filter_wrap .input_filterr span {
        min-width: 30px;
        display: inline-block;
        height: 25px; }
      .filter_wrap .input_filterr .hidden {
        color: transparent;
        visibility: visible; } }
  @supports (-webkit-touch-callout: none) {
    .filter_wrap .input_filterr .hidden {
      color: transparent !important;
      visibility: visible !important; }
    .filter_wrap .input_filterr input {
      top: 5px !important;
      left: 0px !important; } }
  .filter_wrap .input_filterr input {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #262626;
    border: 0;
    outline: none;
    position: absolute;
    max-width: 100%;
    background: transparent;
    top: 4px;
    height: 26px; }
  .filter_wrap .input_filterr .hidden + input[type="text"] {
    left: 0;
    padding-left: 26px; }

.filter_wrap .lbl {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: rgba(38, 38, 38, 0.4);
  margin-bottom: 5px; }

.filter_wrap .main_title h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 38px;
  color: #262626; }

.filter_wrap .load_more {
  background: transparent;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding: 10px 30px;
  color: rgba(38, 38, 38, 0.4);
  border: 2px solid rgba(248, 147, 13, 0);
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }

.promo_home_page * {
  color: #262626; }

@media (min-width: 992px) {
  .promo_home_page .promo_img {
    position: relative;
    top: calc(117px - 18%);
    left: 0%;
    transform: scale(1.5); } }
  @media (min-width: 992px) and (max-width: 1499px) {
    .promo_home_page .promo_img {
      top: 100px; } }

.promo_home_page h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 58px;
  line-height: 66px;
  color: #262626;
  margin-top: 5rem; }
  @media (max-width: 767px) {
    .promo_home_page h1 {
      font-size: 40px;
      line-height: 48px; } }

.promo_home_page p,
.promo_home_page li {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #262626; }

.post-date {
  color: #c4c4c4;
  font-size: 12px; }

.statistic_card {
  background: #255ED6;
  mix-blend-mode: normal;
  border-radius: 6px;
  color: white;
  padding: 40px;
  position: relative;
  margin: 45px 0; }
  .statistic_card * {
    text-align: center; }
  .statistic_card .title * {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 41px;
    text-align: center;
    color: white;
    margin: 0; }
  .statistic_card .col_title {
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    color: #fff;
    margin: 0.9em 0; }
  .statistic_card .col_val {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.65); }
  .statistic_card .money {
    top: -20px;
    right: -20px;
    position: absolute; }
  .statistic_card .imm {
    position: absolute;
    bottom: -43px;
    left: -58px; }
  @media (min-width: 1100px) {
    .statistic_card .row > div:last-child:after {
      background: rgba(255, 255, 255, 0.25);
      content: ' ';
      height: 60%;
      width: 2px;
      display: block;
      position: absolute;
      top: 25%;
      left: -1px; } }

body {
  background-color: #FAF5F4; }

.header-promo__image-wrapper {
  height: 100%;
  position: relative; }

.header-promo__image-wrapper figure {
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 25px; }

.header-promo__image-wrapper figure img {
  border-radius: 50%;
  display: block; }

.page-id-45 .header-promo__image-wrapper figure {
  bottom: -65px; }

@media (max-width: 1200px) {
  .header-promo__image-wrapper figure {
    bottom: -80px;
    right: -15px; } }

h3 {
  font-size: 1.17em !important;
  font-weight: bolder !important; }

.rdc.rdc--vertical {
  display: flex; }

.rdc.rdc--vertical .rdc__row {
  flex: 0 0 auto; }

.rdc.rdc--vertical .rdc__image {
  flex: 0 0 60%; }

.rdc.rdc--vertical .rdc-item-inner {
  display: flex; }

.rdc.rdc--vertical .rdc__icons {
  flex: 0 0 100px; }

.rdc.rdc--vertical .rdc__content {
  flex: 1 0 auto; }

.rdc__image {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto; }

.rdc .rdc__headicon img {
  display: block;
  margin: 0 auto;
  max-width: 70px; }

.rdc.rdc--vertical .rdc__headicon {
  position: relative; }

.rdc.rdc--vertical .rdc__headicon .rdc__stepicon {
  position: absolute;
  bottom: 0;
  left: 0; }

.rdc.rdc--horizontal .rdc__item {
  padding: 5px; }

.rdc__row {
  counter-reset: stepicon; }

.rdc.rdc--horizontal .rdc__headicon img {
  height: 75px;
  width: auto;
  max-width: initial; }

.rdc.rdc--horizontal .rdc__stepicon {
  position: relative; }

.rdc__stepicon::before {
  content: counter(stepicon);
  counter-increment: stepicon +1;
  display: table;
  width: 35px;
  height: 35px;
  background-color: #356fcc;
  border-radius: 50%;
  color: white;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  border: 3px solid white;
  z-index: 2; }

.rdc.rdc--horizontal .rdc__stepicon::after {
  content: '';
  position: absolute;
  z-index: 1;
  background-color: #356fcc; }

.rdc__headline {
  font-size: 18px;
  font-weight: 600;
  color: #192966;
  margin-bottom: 14px; }

.rdc__subtitle {
  font-size: 16px;
  line-height: 1.4;
  color: #3b3b3b;
  font-family: inherit; }

@media screen and (min-width: 768px) {
  .rdc.rdc--horizontal .rdc__row {
    display: flex;
    margin-top: 55px; }
  .rdc.rdc--horizontal .rdc__row.rdc__row--2 .rdc__item {
    flex-basis: 50%; }
  .rdc.rdc--horizontal .rdc__row.rdc__row--3 .rdc__item {
    flex-basis: 33.3333%; }
  .rdc.rdc--horizontal .rdc__row.rdc__row--4 .rdc__item {
    flex-basis: 25%; }
  .rdc.rdc--horizontal .rdc__row.rdc__row--5 .rdc__item {
    flex-basis: 20%; }
  .rdc.rdc--horizontal .rdc__stepicon::before {
    text-align: center;
    margin: 10px auto;
    position: relative; }
  .rdc.rdc--horizontal .rdc__headline {
    text-align: center;
    margin-bottom: 25px; }
  .rdc.rdc--horizontal .rdc__stepicon::after {
    left: -5px;
    right: -5px;
    top: 50%;
    height: 1px; }
  .rdc.rdc--horizontal .rdc__item:first-of-type .rdc__stepicon:after {
    left: 50%; }
  .rdc.rdc--horizontal .rdc__item:last-of-type .rdc__stepicon:after {
    right: 50%; } }

@media screen and (max-width: 767px) {
  .rdc.rdc--vertical {
    flex-wrap: wrap; }
  .rdc.rdc--vertical .rdc__image {
    margin-bottom: 25px; }
  .rdc.rdc--vertical .rdc__image, .rdc.rdc--vertical .rdc__row {
    flex-basis: 100%; }
  .rdc.rdc--horizontal .rdc__row {
    flex-wrap: wrap; }
  .rdc.rdc--horizontal .rdc__item {
    flex-basis: 100% !important;
    padding-bottom: 0;
    padding-top: 0; }
  .rdc.rdc--horizontal .rdc__headicon img {
    display: none; }
  .rdc.rdc--horizontal .rdc__headicon, .rdc.rdc--horizontal .rdc__stepicon {
    height: 100%; }
  .rdc.rdc--horizontal .rdc__stepicon {
    padding-top: 20px; }
  .rdc.rdc--horizontal .rdc-item-inner {
    display: flex; }
  .rdc.rdc--horizontal .rdc__icons {
    flex: 0 0 100px;
    position: relative; }
  .rdc.rdc--horizontal .rdc__stepicon:before {
    position: absolute;
    z-index: 2;
    top: 20px; }
  .rdc.rdc--horizontal .rdc__stepicon::after {
    width: 1px;
    top: 0;
    bottom: 0;
    left: 17px; }
  .rdc.rdc--horizontal .rdc__item:first-of-type .rdc__stepicon::after {
    top: 45px; }
  .rdc.rdc--horizontal .rdc__item:last-of-type .rdc__stepicon::after {
    height: 45px;
    bottom: auto; } }

/*FAQ Gutenberg block*/
.wp-block-yoast-faq-block .schema-faq-section {
  position: relative;
  width: 100%;
  height: auto;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  background-color: white;
  margin-bottom: 25px;
  padding: 5px 25px; }

.wp-block-yoast-faq-block .schema-faq-section:not(:last-child) {
  border-bottom: 1px solid #E7E7E7; }

.wp-block-yoast-faq-block .schema-faq-section .schema-faq-question {
  display: block;
  padding: 20px 0px;
  padding-right: 40px;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 25px;
  color: #000000;
  cursor: pointer;
  position: relative; }

.wp-block-yoast-faq-block .schema-faq-section .schema-faq-question:before {
  content: "";
  position: absolute;
  right: 0;
  top: 24px;
  width: 22px;
  height: 22px;
  /*margin: 25px;*/
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1792 1792' fill='grey'%3E%3Cpath d='M1683 1331l-166 165q-19 19-45 19t-45-19L896 965l-531 531q-19 19-45 19t-45-19l-166-165q-19-19-19-45.5t19-45.5l742-741q19-19 45-19t45 19l742 741q19 19 19 45.5t-19 45.5z'/%3E%3C/svg%3E%0A") no-repeat center center;
  background-size: contain;
  transition: all ease .3s;
  transform: rotate(180deg); }

.wp-block-yoast-faq-block .schema-faq-section.active .schema-faq-question:before {
  transform: rotate(0);
  top: 18px; }

.wp-block-yoast-faq-block .schema-faq-section .schema-faq-answer {
  display: none; }

.one_card.hide-block {
  display: none; }
